Merge branch 's3c-iis-header' into for-2.6.30
[pandora-kernel.git] / sound / pci / hda / patch_realtek.c
1 /*
2  * Universal Interface for Intel High Definition Audio Codec
3  *
4  * HD audio interface patch for ALC 260/880/882 codecs
5  *
6  * Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
7  *                    PeiSen Hou <pshou@realtek.com.tw>
8  *                    Takashi Iwai <tiwai@suse.de>
9  *                    Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
10  *
11  *  This driver is free software; you can redistribute it and/or modify
12  *  it under the terms of the GNU General Public License as published by
13  *  the Free Software Foundation; either version 2 of the License, or
14  *  (at your option) any later version.
15  *
16  *  This driver is distributed in the hope that it will be useful,
17  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *  GNU General Public License for more details.
20  *
21  *  You should have received a copy of the GNU General Public License
22  *  along with this program; if not, write to the Free Software
23  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
24  */
25
26 #include <linux/init.h>
27 #include <linux/delay.h>
28 #include <linux/slab.h>
29 #include <linux/pci.h>
30 #include <sound/core.h>
31 #include "hda_codec.h"
32 #include "hda_local.h"
33
34 #define ALC880_FRONT_EVENT              0x01
35 #define ALC880_DCVOL_EVENT              0x02
36 #define ALC880_HP_EVENT                 0x04
37 #define ALC880_MIC_EVENT                0x08
38
39 /* ALC880 board config type */
40 enum {
41         ALC880_3ST,
42         ALC880_3ST_DIG,
43         ALC880_5ST,
44         ALC880_5ST_DIG,
45         ALC880_W810,
46         ALC880_Z71V,
47         ALC880_6ST,
48         ALC880_6ST_DIG,
49         ALC880_F1734,
50         ALC880_ASUS,
51         ALC880_ASUS_DIG,
52         ALC880_ASUS_W1V,
53         ALC880_ASUS_DIG2,
54         ALC880_FUJITSU,
55         ALC880_UNIWILL_DIG,
56         ALC880_UNIWILL,
57         ALC880_UNIWILL_P53,
58         ALC880_CLEVO,
59         ALC880_TCL_S700,
60         ALC880_LG,
61         ALC880_LG_LW,
62         ALC880_MEDION_RIM,
63 #ifdef CONFIG_SND_DEBUG
64         ALC880_TEST,
65 #endif
66         ALC880_AUTO,
67         ALC880_MODEL_LAST /* last tag */
68 };
69
70 /* ALC260 models */
71 enum {
72         ALC260_BASIC,
73         ALC260_HP,
74         ALC260_HP_DC7600,
75         ALC260_HP_3013,
76         ALC260_FUJITSU_S702X,
77         ALC260_ACER,
78         ALC260_WILL,
79         ALC260_REPLACER_672V,
80 #ifdef CONFIG_SND_DEBUG
81         ALC260_TEST,
82 #endif
83         ALC260_AUTO,
84         ALC260_MODEL_LAST /* last tag */
85 };
86
87 /* ALC262 models */
88 enum {
89         ALC262_BASIC,
90         ALC262_HIPPO,
91         ALC262_HIPPO_1,
92         ALC262_FUJITSU,
93         ALC262_HP_BPC,
94         ALC262_HP_BPC_D7000_WL,
95         ALC262_HP_BPC_D7000_WF,
96         ALC262_HP_TC_T5735,
97         ALC262_HP_RP5700,
98         ALC262_BENQ_ED8,
99         ALC262_SONY_ASSAMD,
100         ALC262_BENQ_T31,
101         ALC262_ULTRA,
102         ALC262_LENOVO_3000,
103         ALC262_NEC,
104         ALC262_TOSHIBA_S06,
105         ALC262_TOSHIBA_RX1,
106         ALC262_AUTO,
107         ALC262_MODEL_LAST /* last tag */
108 };
109
110 /* ALC268 models */
111 enum {
112         ALC267_QUANTA_IL1,
113         ALC268_3ST,
114         ALC268_TOSHIBA,
115         ALC268_ACER,
116         ALC268_ACER_DMIC,
117         ALC268_ACER_ASPIRE_ONE,
118         ALC268_DELL,
119         ALC268_ZEPTO,
120 #ifdef CONFIG_SND_DEBUG
121         ALC268_TEST,
122 #endif
123         ALC268_AUTO,
124         ALC268_MODEL_LAST /* last tag */
125 };
126
127 /* ALC269 models */
128 enum {
129         ALC269_BASIC,
130         ALC269_QUANTA_FL1,
131         ALC269_ASUS_EEEPC_P703,
132         ALC269_ASUS_EEEPC_P901,
133         ALC269_FUJITSU,
134         ALC269_LIFEBOOK,
135         ALC269_AUTO,
136         ALC269_MODEL_LAST /* last tag */
137 };
138
139 /* ALC861 models */
140 enum {
141         ALC861_3ST,
142         ALC660_3ST,
143         ALC861_3ST_DIG,
144         ALC861_6ST_DIG,
145         ALC861_UNIWILL_M31,
146         ALC861_TOSHIBA,
147         ALC861_ASUS,
148         ALC861_ASUS_LAPTOP,
149         ALC861_AUTO,
150         ALC861_MODEL_LAST,
151 };
152
153 /* ALC861-VD models */
154 enum {
155         ALC660VD_3ST,
156         ALC660VD_3ST_DIG,
157         ALC660VD_ASUS_V1S,
158         ALC861VD_3ST,
159         ALC861VD_3ST_DIG,
160         ALC861VD_6ST_DIG,
161         ALC861VD_LENOVO,
162         ALC861VD_DALLAS,
163         ALC861VD_HP,
164         ALC861VD_AUTO,
165         ALC861VD_MODEL_LAST,
166 };
167
168 /* ALC662 models */
169 enum {
170         ALC662_3ST_2ch_DIG,
171         ALC662_3ST_6ch_DIG,
172         ALC662_3ST_6ch,
173         ALC662_5ST_DIG,
174         ALC662_LENOVO_101E,
175         ALC662_ASUS_EEEPC_P701,
176         ALC662_ASUS_EEEPC_EP20,
177         ALC663_ASUS_M51VA,
178         ALC663_ASUS_G71V,
179         ALC663_ASUS_H13,
180         ALC663_ASUS_G50V,
181         ALC662_ECS,
182         ALC663_ASUS_MODE1,
183         ALC662_ASUS_MODE2,
184         ALC663_ASUS_MODE3,
185         ALC663_ASUS_MODE4,
186         ALC663_ASUS_MODE5,
187         ALC663_ASUS_MODE6,
188         ALC662_AUTO,
189         ALC662_MODEL_LAST,
190 };
191
192 /* ALC882 models */
193 enum {
194         ALC882_3ST_DIG,
195         ALC882_6ST_DIG,
196         ALC882_ARIMA,
197         ALC882_W2JC,
198         ALC882_TARGA,
199         ALC882_ASUS_A7J,
200         ALC882_ASUS_A7M,
201         ALC885_MACPRO,
202         ALC885_MBP3,
203         ALC885_IMAC24,
204         ALC882_AUTO,
205         ALC882_MODEL_LAST,
206 };
207
208 /* ALC883 models */
209 enum {
210         ALC883_3ST_2ch_DIG,
211         ALC883_3ST_6ch_DIG,
212         ALC883_3ST_6ch,
213         ALC883_6ST_DIG,
214         ALC883_TARGA_DIG,
215         ALC883_TARGA_2ch_DIG,
216         ALC883_ACER,
217         ALC883_ACER_ASPIRE,
218         ALC888_ACER_ASPIRE_4930G,
219         ALC883_MEDION,
220         ALC883_MEDION_MD2,
221         ALC883_LAPTOP_EAPD,
222         ALC883_LENOVO_101E_2ch,
223         ALC883_LENOVO_NB0763,
224         ALC888_LENOVO_MS7195_DIG,
225         ALC888_LENOVO_SKY,
226         ALC883_HAIER_W66,
227         ALC888_3ST_HP,
228         ALC888_6ST_DELL,
229         ALC883_MITAC,
230         ALC883_CLEVO_M720,
231         ALC883_FUJITSU_PI2515,
232         ALC888_FUJITSU_XA3530,
233         ALC883_3ST_6ch_INTEL,
234         ALC888_ASUS_M90V,
235         ALC888_ASUS_EEE1601,
236         ALC1200_ASUS_P5Q,
237         ALC883_AUTO,
238         ALC883_MODEL_LAST,
239 };
240
241 /* for GPIO Poll */
242 #define GPIO_MASK       0x03
243
244 struct alc_spec {
245         /* codec parameterization */
246         struct snd_kcontrol_new *mixers[5];     /* mixer arrays */
247         unsigned int num_mixers;
248         struct snd_kcontrol_new *cap_mixer;     /* capture mixer */
249
250         const struct hda_verb *init_verbs[5];   /* initialization verbs
251                                                  * don't forget NULL
252                                                  * termination!
253                                                  */
254         unsigned int num_init_verbs;
255
256         char *stream_name_analog;       /* analog PCM stream */
257         struct hda_pcm_stream *stream_analog_playback;
258         struct hda_pcm_stream *stream_analog_capture;
259         struct hda_pcm_stream *stream_analog_alt_playback;
260         struct hda_pcm_stream *stream_analog_alt_capture;
261
262         char *stream_name_digital;      /* digital PCM stream */
263         struct hda_pcm_stream *stream_digital_playback;
264         struct hda_pcm_stream *stream_digital_capture;
265
266         /* playback */
267         struct hda_multi_out multiout;  /* playback set-up
268                                          * max_channels, dacs must be set
269                                          * dig_out_nid and hp_nid are optional
270                                          */
271         hda_nid_t alt_dac_nid;
272
273         /* capture */
274         unsigned int num_adc_nids;
275         hda_nid_t *adc_nids;
276         hda_nid_t *capsrc_nids;
277         hda_nid_t dig_in_nid;           /* digital-in NID; optional */
278         unsigned char is_mix_capture;   /* matrix-style capture (non-mux) */
279
280         /* capture source */
281         unsigned int num_mux_defs;
282         const struct hda_input_mux *input_mux;
283         unsigned int cur_mux[3];
284
285         /* channel model */
286         const struct hda_channel_mode *channel_mode;
287         int num_channel_mode;
288         int need_dac_fix;
289
290         /* PCM information */
291         struct hda_pcm pcm_rec[3];      /* used in alc_build_pcms() */
292
293         /* dynamic controls, init_verbs and input_mux */
294         struct auto_pin_cfg autocfg;
295         struct snd_array kctls;
296         struct hda_input_mux private_imux;
297         hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
298
299         /* hooks */
300         void (*init_hook)(struct hda_codec *codec);
301         void (*unsol_event)(struct hda_codec *codec, unsigned int res);
302
303         /* for pin sensing */
304         unsigned int sense_updated: 1;
305         unsigned int jack_present: 1;
306         unsigned int master_sw: 1;
307
308         /* for virtual master */
309         hda_nid_t vmaster_nid;
310 #ifdef CONFIG_SND_HDA_POWER_SAVE
311         struct hda_loopback_check loopback;
312 #endif
313
314         /* for PLL fix */
315         hda_nid_t pll_nid;
316         unsigned int pll_coef_idx, pll_coef_bit;
317
318 #ifdef SND_HDA_NEEDS_RESUME
319 #define ALC_MAX_PINS    16
320         unsigned int num_pins;
321         hda_nid_t pin_nids[ALC_MAX_PINS];
322         unsigned int pin_cfgs[ALC_MAX_PINS];
323 #endif
324 };
325
326 /*
327  * configuration template - to be copied to the spec instance
328  */
329 struct alc_config_preset {
330         struct snd_kcontrol_new *mixers[5]; /* should be identical size
331                                              * with spec
332                                              */
333         struct snd_kcontrol_new *cap_mixer; /* capture mixer */
334         const struct hda_verb *init_verbs[5];
335         unsigned int num_dacs;
336         hda_nid_t *dac_nids;
337         hda_nid_t dig_out_nid;          /* optional */
338         hda_nid_t hp_nid;               /* optional */
339         unsigned int num_adc_nids;
340         hda_nid_t *adc_nids;
341         hda_nid_t *capsrc_nids;
342         hda_nid_t dig_in_nid;
343         unsigned int num_channel_mode;
344         const struct hda_channel_mode *channel_mode;
345         int need_dac_fix;
346         unsigned int num_mux_defs;
347         const struct hda_input_mux *input_mux;
348         void (*unsol_event)(struct hda_codec *, unsigned int);
349         void (*init_hook)(struct hda_codec *);
350 #ifdef CONFIG_SND_HDA_POWER_SAVE
351         struct hda_amp_list *loopbacks;
352 #endif
353 };
354
355
356 /*
357  * input MUX handling
358  */
359 static int alc_mux_enum_info(struct snd_kcontrol *kcontrol,
360                              struct snd_ctl_elem_info *uinfo)
361 {
362         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
363         struct alc_spec *spec = codec->spec;
364         unsigned int mux_idx = snd_ctl_get_ioffidx(kcontrol, &uinfo->id);
365         if (mux_idx >= spec->num_mux_defs)
366                 mux_idx = 0;
367         return snd_hda_input_mux_info(&spec->input_mux[mux_idx], uinfo);
368 }
369
370 static int alc_mux_enum_get(struct snd_kcontrol *kcontrol,
371                             struct snd_ctl_elem_value *ucontrol)
372 {
373         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
374         struct alc_spec *spec = codec->spec;
375         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
376
377         ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
378         return 0;
379 }
380
381 static int alc_mux_enum_put(struct snd_kcontrol *kcontrol,
382                             struct snd_ctl_elem_value *ucontrol)
383 {
384         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
385         struct alc_spec *spec = codec->spec;
386         const struct hda_input_mux *imux;
387         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
388         unsigned int mux_idx;
389         hda_nid_t nid = spec->capsrc_nids ?
390                 spec->capsrc_nids[adc_idx] : spec->adc_nids[adc_idx];
391
392         mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx;
393         imux = &spec->input_mux[mux_idx];
394
395         if (spec->is_mix_capture) {
396                 /* Matrix-mixer style (e.g. ALC882) */
397                 unsigned int *cur_val = &spec->cur_mux[adc_idx];
398                 unsigned int i, idx;
399
400                 idx = ucontrol->value.enumerated.item[0];
401                 if (idx >= imux->num_items)
402                         idx = imux->num_items - 1;
403                 if (*cur_val == idx)
404                         return 0;
405                 for (i = 0; i < imux->num_items; i++) {
406                         unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
407                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
408                                                  imux->items[i].index,
409                                                  HDA_AMP_MUTE, v);
410                 }
411                 *cur_val = idx;
412                 return 1;
413         } else {
414                 /* MUX style (e.g. ALC880) */
415                 return snd_hda_input_mux_put(codec, imux, ucontrol, nid,
416                                              &spec->cur_mux[adc_idx]);
417         }
418 }
419
420 /*
421  * channel mode setting
422  */
423 static int alc_ch_mode_info(struct snd_kcontrol *kcontrol,
424                             struct snd_ctl_elem_info *uinfo)
425 {
426         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
427         struct alc_spec *spec = codec->spec;
428         return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
429                                     spec->num_channel_mode);
430 }
431
432 static int alc_ch_mode_get(struct snd_kcontrol *kcontrol,
433                            struct snd_ctl_elem_value *ucontrol)
434 {
435         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
436         struct alc_spec *spec = codec->spec;
437         return snd_hda_ch_mode_get(codec, ucontrol, spec->channel_mode,
438                                    spec->num_channel_mode,
439                                    spec->multiout.max_channels);
440 }
441
442 static int alc_ch_mode_put(struct snd_kcontrol *kcontrol,
443                            struct snd_ctl_elem_value *ucontrol)
444 {
445         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
446         struct alc_spec *spec = codec->spec;
447         int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
448                                       spec->num_channel_mode,
449                                       &spec->multiout.max_channels);
450         if (err >= 0 && spec->need_dac_fix)
451                 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
452         return err;
453 }
454
455 /*
456  * Control the mode of pin widget settings via the mixer.  "pc" is used
457  * instead of "%" to avoid consequences of accidently treating the % as
458  * being part of a format specifier.  Maximum allowed length of a value is
459  * 63 characters plus NULL terminator.
460  *
461  * Note: some retasking pin complexes seem to ignore requests for input
462  * states other than HiZ (eg: PIN_VREFxx) and revert to HiZ if any of these
463  * are requested.  Therefore order this list so that this behaviour will not
464  * cause problems when mixer clients move through the enum sequentially.
465  * NIDs 0x0f and 0x10 have been observed to have this behaviour as of
466  * March 2006.
467  */
468 static char *alc_pin_mode_names[] = {
469         "Mic 50pc bias", "Mic 80pc bias",
470         "Line in", "Line out", "Headphone out",
471 };
472 static unsigned char alc_pin_mode_values[] = {
473         PIN_VREF50, PIN_VREF80, PIN_IN, PIN_OUT, PIN_HP,
474 };
475 /* The control can present all 5 options, or it can limit the options based
476  * in the pin being assumed to be exclusively an input or an output pin.  In
477  * addition, "input" pins may or may not process the mic bias option
478  * depending on actual widget capability (NIDs 0x0f and 0x10 don't seem to
479  * accept requests for bias as of chip versions up to March 2006) and/or
480  * wiring in the computer.
481  */
482 #define ALC_PIN_DIR_IN              0x00
483 #define ALC_PIN_DIR_OUT             0x01
484 #define ALC_PIN_DIR_INOUT           0x02
485 #define ALC_PIN_DIR_IN_NOMICBIAS    0x03
486 #define ALC_PIN_DIR_INOUT_NOMICBIAS 0x04
487
488 /* Info about the pin modes supported by the different pin direction modes.
489  * For each direction the minimum and maximum values are given.
490  */
491 static signed char alc_pin_mode_dir_info[5][2] = {
492         { 0, 2 },    /* ALC_PIN_DIR_IN */
493         { 3, 4 },    /* ALC_PIN_DIR_OUT */
494         { 0, 4 },    /* ALC_PIN_DIR_INOUT */
495         { 2, 2 },    /* ALC_PIN_DIR_IN_NOMICBIAS */
496         { 2, 4 },    /* ALC_PIN_DIR_INOUT_NOMICBIAS */
497 };
498 #define alc_pin_mode_min(_dir) (alc_pin_mode_dir_info[_dir][0])
499 #define alc_pin_mode_max(_dir) (alc_pin_mode_dir_info[_dir][1])
500 #define alc_pin_mode_n_items(_dir) \
501         (alc_pin_mode_max(_dir)-alc_pin_mode_min(_dir)+1)
502
503 static int alc_pin_mode_info(struct snd_kcontrol *kcontrol,
504                              struct snd_ctl_elem_info *uinfo)
505 {
506         unsigned int item_num = uinfo->value.enumerated.item;
507         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
508
509         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
510         uinfo->count = 1;
511         uinfo->value.enumerated.items = alc_pin_mode_n_items(dir);
512
513         if (item_num<alc_pin_mode_min(dir) || item_num>alc_pin_mode_max(dir))
514                 item_num = alc_pin_mode_min(dir);
515         strcpy(uinfo->value.enumerated.name, alc_pin_mode_names[item_num]);
516         return 0;
517 }
518
519 static int alc_pin_mode_get(struct snd_kcontrol *kcontrol,
520                             struct snd_ctl_elem_value *ucontrol)
521 {
522         unsigned int i;
523         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
524         hda_nid_t nid = kcontrol->private_value & 0xffff;
525         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
526         long *valp = ucontrol->value.integer.value;
527         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
528                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
529                                                  0x00);
530
531         /* Find enumerated value for current pinctl setting */
532         i = alc_pin_mode_min(dir);
533         while (alc_pin_mode_values[i] != pinctl && i <= alc_pin_mode_max(dir))
534                 i++;
535         *valp = i <= alc_pin_mode_max(dir) ? i: alc_pin_mode_min(dir);
536         return 0;
537 }
538
539 static int alc_pin_mode_put(struct snd_kcontrol *kcontrol,
540                             struct snd_ctl_elem_value *ucontrol)
541 {
542         signed int change;
543         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
544         hda_nid_t nid = kcontrol->private_value & 0xffff;
545         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
546         long val = *ucontrol->value.integer.value;
547         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
548                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
549                                                  0x00);
550
551         if (val < alc_pin_mode_min(dir) || val > alc_pin_mode_max(dir))
552                 val = alc_pin_mode_min(dir);
553
554         change = pinctl != alc_pin_mode_values[val];
555         if (change) {
556                 /* Set pin mode to that requested */
557                 snd_hda_codec_write_cache(codec, nid, 0,
558                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
559                                           alc_pin_mode_values[val]);
560
561                 /* Also enable the retasking pin's input/output as required
562                  * for the requested pin mode.  Enum values of 2 or less are
563                  * input modes.
564                  *
565                  * Dynamically switching the input/output buffers probably
566                  * reduces noise slightly (particularly on input) so we'll
567                  * do it.  However, having both input and output buffers
568                  * enabled simultaneously doesn't seem to be problematic if
569                  * this turns out to be necessary in the future.
570                  */
571                 if (val <= 2) {
572                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
573                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
574                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
575                                                  HDA_AMP_MUTE, 0);
576                 } else {
577                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
578                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
579                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
580                                                  HDA_AMP_MUTE, 0);
581                 }
582         }
583         return change;
584 }
585
586 #define ALC_PIN_MODE(xname, nid, dir) \
587         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
588           .info = alc_pin_mode_info, \
589           .get = alc_pin_mode_get, \
590           .put = alc_pin_mode_put, \
591           .private_value = nid | (dir<<16) }
592
593 /* A switch control for ALC260 GPIO pins.  Multiple GPIOs can be ganged
594  * together using a mask with more than one bit set.  This control is
595  * currently used only by the ALC260 test model.  At this stage they are not
596  * needed for any "production" models.
597  */
598 #ifdef CONFIG_SND_DEBUG
599 #define alc_gpio_data_info      snd_ctl_boolean_mono_info
600
601 static int alc_gpio_data_get(struct snd_kcontrol *kcontrol,
602                              struct snd_ctl_elem_value *ucontrol)
603 {
604         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
605         hda_nid_t nid = kcontrol->private_value & 0xffff;
606         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
607         long *valp = ucontrol->value.integer.value;
608         unsigned int val = snd_hda_codec_read(codec, nid, 0,
609                                               AC_VERB_GET_GPIO_DATA, 0x00);
610
611         *valp = (val & mask) != 0;
612         return 0;
613 }
614 static int alc_gpio_data_put(struct snd_kcontrol *kcontrol,
615                              struct snd_ctl_elem_value *ucontrol)
616 {
617         signed int change;
618         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
619         hda_nid_t nid = kcontrol->private_value & 0xffff;
620         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
621         long val = *ucontrol->value.integer.value;
622         unsigned int gpio_data = snd_hda_codec_read(codec, nid, 0,
623                                                     AC_VERB_GET_GPIO_DATA,
624                                                     0x00);
625
626         /* Set/unset the masked GPIO bit(s) as needed */
627         change = (val == 0 ? 0 : mask) != (gpio_data & mask);
628         if (val == 0)
629                 gpio_data &= ~mask;
630         else
631                 gpio_data |= mask;
632         snd_hda_codec_write_cache(codec, nid, 0,
633                                   AC_VERB_SET_GPIO_DATA, gpio_data);
634
635         return change;
636 }
637 #define ALC_GPIO_DATA_SWITCH(xname, nid, mask) \
638         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
639           .info = alc_gpio_data_info, \
640           .get = alc_gpio_data_get, \
641           .put = alc_gpio_data_put, \
642           .private_value = nid | (mask<<16) }
643 #endif   /* CONFIG_SND_DEBUG */
644
645 /* A switch control to allow the enabling of the digital IO pins on the
646  * ALC260.  This is incredibly simplistic; the intention of this control is
647  * to provide something in the test model allowing digital outputs to be
648  * identified if present.  If models are found which can utilise these
649  * outputs a more complete mixer control can be devised for those models if
650  * necessary.
651  */
652 #ifdef CONFIG_SND_DEBUG
653 #define alc_spdif_ctrl_info     snd_ctl_boolean_mono_info
654
655 static int alc_spdif_ctrl_get(struct snd_kcontrol *kcontrol,
656                               struct snd_ctl_elem_value *ucontrol)
657 {
658         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
659         hda_nid_t nid = kcontrol->private_value & 0xffff;
660         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
661         long *valp = ucontrol->value.integer.value;
662         unsigned int val = snd_hda_codec_read(codec, nid, 0,
663                                               AC_VERB_GET_DIGI_CONVERT_1, 0x00);
664
665         *valp = (val & mask) != 0;
666         return 0;
667 }
668 static int alc_spdif_ctrl_put(struct snd_kcontrol *kcontrol,
669                               struct snd_ctl_elem_value *ucontrol)
670 {
671         signed int change;
672         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
673         hda_nid_t nid = kcontrol->private_value & 0xffff;
674         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
675         long val = *ucontrol->value.integer.value;
676         unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
677                                                     AC_VERB_GET_DIGI_CONVERT_1,
678                                                     0x00);
679
680         /* Set/unset the masked control bit(s) as needed */
681         change = (val == 0 ? 0 : mask) != (ctrl_data & mask);
682         if (val==0)
683                 ctrl_data &= ~mask;
684         else
685                 ctrl_data |= mask;
686         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_DIGI_CONVERT_1,
687                                   ctrl_data);
688
689         return change;
690 }
691 #define ALC_SPDIF_CTRL_SWITCH(xname, nid, mask) \
692         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
693           .info = alc_spdif_ctrl_info, \
694           .get = alc_spdif_ctrl_get, \
695           .put = alc_spdif_ctrl_put, \
696           .private_value = nid | (mask<<16) }
697 #endif   /* CONFIG_SND_DEBUG */
698
699 /* A switch control to allow the enabling EAPD digital outputs on the ALC26x.
700  * Again, this is only used in the ALC26x test models to help identify when
701  * the EAPD line must be asserted for features to work.
702  */
703 #ifdef CONFIG_SND_DEBUG
704 #define alc_eapd_ctrl_info      snd_ctl_boolean_mono_info
705
706 static int alc_eapd_ctrl_get(struct snd_kcontrol *kcontrol,
707                               struct snd_ctl_elem_value *ucontrol)
708 {
709         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
710         hda_nid_t nid = kcontrol->private_value & 0xffff;
711         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
712         long *valp = ucontrol->value.integer.value;
713         unsigned int val = snd_hda_codec_read(codec, nid, 0,
714                                               AC_VERB_GET_EAPD_BTLENABLE, 0x00);
715
716         *valp = (val & mask) != 0;
717         return 0;
718 }
719
720 static int alc_eapd_ctrl_put(struct snd_kcontrol *kcontrol,
721                               struct snd_ctl_elem_value *ucontrol)
722 {
723         int change;
724         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
725         hda_nid_t nid = kcontrol->private_value & 0xffff;
726         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
727         long val = *ucontrol->value.integer.value;
728         unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
729                                                     AC_VERB_GET_EAPD_BTLENABLE,
730                                                     0x00);
731
732         /* Set/unset the masked control bit(s) as needed */
733         change = (!val ? 0 : mask) != (ctrl_data & mask);
734         if (!val)
735                 ctrl_data &= ~mask;
736         else
737                 ctrl_data |= mask;
738         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
739                                   ctrl_data);
740
741         return change;
742 }
743
744 #define ALC_EAPD_CTRL_SWITCH(xname, nid, mask) \
745         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
746           .info = alc_eapd_ctrl_info, \
747           .get = alc_eapd_ctrl_get, \
748           .put = alc_eapd_ctrl_put, \
749           .private_value = nid | (mask<<16) }
750 #endif   /* CONFIG_SND_DEBUG */
751
752 /*
753  */
754 static void add_mixer(struct alc_spec *spec, struct snd_kcontrol_new *mix)
755 {
756         if (snd_BUG_ON(spec->num_mixers >= ARRAY_SIZE(spec->mixers)))
757                 return;
758         spec->mixers[spec->num_mixers++] = mix;
759 }
760
761 static void add_verb(struct alc_spec *spec, const struct hda_verb *verb)
762 {
763         if (snd_BUG_ON(spec->num_init_verbs >= ARRAY_SIZE(spec->init_verbs)))
764                 return;
765         spec->init_verbs[spec->num_init_verbs++] = verb;
766 }
767
768 #ifdef CONFIG_PROC_FS
769 /*
770  * hook for proc
771  */
772 static void print_realtek_coef(struct snd_info_buffer *buffer,
773                                struct hda_codec *codec, hda_nid_t nid)
774 {
775         int coeff;
776
777         if (nid != 0x20)
778                 return;
779         coeff = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PROC_COEF, 0);
780         snd_iprintf(buffer, "  Processing Coefficient: 0x%02x\n", coeff);
781         coeff = snd_hda_codec_read(codec, nid, 0,
782                                    AC_VERB_GET_COEF_INDEX, 0);
783         snd_iprintf(buffer, "  Coefficient Index: 0x%02x\n", coeff);
784 }
785 #else
786 #define print_realtek_coef      NULL
787 #endif
788
789 /*
790  * set up from the preset table
791  */
792 static void setup_preset(struct alc_spec *spec,
793                          const struct alc_config_preset *preset)
794 {
795         int i;
796
797         for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
798                 add_mixer(spec, preset->mixers[i]);
799         spec->cap_mixer = preset->cap_mixer;
800         for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
801              i++)
802                 add_verb(spec, preset->init_verbs[i]);
803
804         spec->channel_mode = preset->channel_mode;
805         spec->num_channel_mode = preset->num_channel_mode;
806         spec->need_dac_fix = preset->need_dac_fix;
807
808         spec->multiout.max_channels = spec->channel_mode[0].channels;
809
810         spec->multiout.num_dacs = preset->num_dacs;
811         spec->multiout.dac_nids = preset->dac_nids;
812         spec->multiout.dig_out_nid = preset->dig_out_nid;
813         spec->multiout.hp_nid = preset->hp_nid;
814
815         spec->num_mux_defs = preset->num_mux_defs;
816         if (!spec->num_mux_defs)
817                 spec->num_mux_defs = 1;
818         spec->input_mux = preset->input_mux;
819
820         spec->num_adc_nids = preset->num_adc_nids;
821         spec->adc_nids = preset->adc_nids;
822         spec->capsrc_nids = preset->capsrc_nids;
823         spec->dig_in_nid = preset->dig_in_nid;
824
825         spec->unsol_event = preset->unsol_event;
826         spec->init_hook = preset->init_hook;
827 #ifdef CONFIG_SND_HDA_POWER_SAVE
828         spec->loopback.amplist = preset->loopbacks;
829 #endif
830 }
831
832 /* Enable GPIO mask and set output */
833 static struct hda_verb alc_gpio1_init_verbs[] = {
834         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
835         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
836         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
837         { }
838 };
839
840 static struct hda_verb alc_gpio2_init_verbs[] = {
841         {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
842         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
843         {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
844         { }
845 };
846
847 static struct hda_verb alc_gpio3_init_verbs[] = {
848         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
849         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
850         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
851         { }
852 };
853
854 /*
855  * Fix hardware PLL issue
856  * On some codecs, the analog PLL gating control must be off while
857  * the default value is 1.
858  */
859 static void alc_fix_pll(struct hda_codec *codec)
860 {
861         struct alc_spec *spec = codec->spec;
862         unsigned int val;
863
864         if (!spec->pll_nid)
865                 return;
866         snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_COEF_INDEX,
867                             spec->pll_coef_idx);
868         val = snd_hda_codec_read(codec, spec->pll_nid, 0,
869                                  AC_VERB_GET_PROC_COEF, 0);
870         snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_COEF_INDEX,
871                             spec->pll_coef_idx);
872         snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_PROC_COEF,
873                             val & ~(1 << spec->pll_coef_bit));
874 }
875
876 static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid,
877                              unsigned int coef_idx, unsigned int coef_bit)
878 {
879         struct alc_spec *spec = codec->spec;
880         spec->pll_nid = nid;
881         spec->pll_coef_idx = coef_idx;
882         spec->pll_coef_bit = coef_bit;
883         alc_fix_pll(codec);
884 }
885
886 static void alc_sku_automute(struct hda_codec *codec)
887 {
888         struct alc_spec *spec = codec->spec;
889         unsigned int present;
890         unsigned int hp_nid = spec->autocfg.hp_pins[0];
891         unsigned int sp_nid = spec->autocfg.speaker_pins[0];
892
893         /* need to execute and sync at first */
894         snd_hda_codec_read(codec, hp_nid, 0, AC_VERB_SET_PIN_SENSE, 0);
895         present = snd_hda_codec_read(codec, hp_nid, 0,
896                                      AC_VERB_GET_PIN_SENSE, 0);
897         spec->jack_present = (present & 0x80000000) != 0;
898         snd_hda_codec_write(codec, sp_nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
899                             spec->jack_present ? 0 : PIN_OUT);
900 }
901
902 #if 0 /* it's broken in some acses -- temporarily disabled */
903 static void alc_mic_automute(struct hda_codec *codec)
904 {
905         struct alc_spec *spec = codec->spec;
906         unsigned int present;
907         unsigned int mic_nid = spec->autocfg.input_pins[AUTO_PIN_MIC];
908         unsigned int fmic_nid = spec->autocfg.input_pins[AUTO_PIN_FRONT_MIC];
909         unsigned int mix_nid = spec->capsrc_nids[0];
910         unsigned int capsrc_idx_mic, capsrc_idx_fmic;
911
912         capsrc_idx_mic = mic_nid - 0x18;
913         capsrc_idx_fmic = fmic_nid - 0x18;
914         present = snd_hda_codec_read(codec, mic_nid, 0,
915                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
916         snd_hda_codec_write(codec, mix_nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
917                     0x7000 | (capsrc_idx_mic << 8) | (present ? 0 : 0x80));
918         snd_hda_codec_write(codec, mix_nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
919                     0x7000 | (capsrc_idx_fmic << 8) | (present ? 0x80 : 0));
920         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, capsrc_idx_fmic,
921                          HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
922 }
923 #else
924 #define alc_mic_automute(codec) /* NOP */
925 #endif /* disabled */
926
927 /* unsolicited event for HP jack sensing */
928 static void alc_sku_unsol_event(struct hda_codec *codec, unsigned int res)
929 {
930         if (codec->vendor_id == 0x10ec0880)
931                 res >>= 28;
932         else
933                 res >>= 26;
934         if (res == ALC880_HP_EVENT)
935                 alc_sku_automute(codec);
936
937         if (res == ALC880_MIC_EVENT)
938                 alc_mic_automute(codec);
939 }
940
941 static void alc_inithook(struct hda_codec *codec)
942 {
943         alc_sku_automute(codec);
944         alc_mic_automute(codec);
945 }
946
947 /* additional initialization for ALC888 variants */
948 static void alc888_coef_init(struct hda_codec *codec)
949 {
950         unsigned int tmp;
951
952         snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0);
953         tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
954         snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7);
955         if ((tmp & 0xf0) == 2)
956                 /* alc888S-VC */
957                 snd_hda_codec_read(codec, 0x20, 0,
958                                    AC_VERB_SET_PROC_COEF, 0x830);
959          else
960                  /* alc888-VB */
961                  snd_hda_codec_read(codec, 0x20, 0,
962                                     AC_VERB_SET_PROC_COEF, 0x3030);
963 }
964
965 /* 32-bit subsystem ID for BIOS loading in HD Audio codec.
966  *      31 ~ 16 :       Manufacture ID
967  *      15 ~ 8  :       SKU ID
968  *      7  ~ 0  :       Assembly ID
969  *      port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
970  */
971 static void alc_subsystem_id(struct hda_codec *codec,
972                              unsigned int porta, unsigned int porte,
973                              unsigned int portd)
974 {
975         unsigned int ass, tmp, i;
976         unsigned nid;
977         struct alc_spec *spec = codec->spec;
978
979         ass = codec->subsystem_id & 0xffff;
980         if ((ass != codec->bus->pci->subsystem_device) && (ass & 1))
981                 goto do_sku;
982
983         /*
984          * 31~30        : port conetcivity
985          * 29~21        : reserve
986          * 20           : PCBEEP input
987          * 19~16        : Check sum (15:1)
988          * 15~1         : Custom
989          * 0            : override
990         */
991         nid = 0x1d;
992         if (codec->vendor_id == 0x10ec0260)
993                 nid = 0x17;
994         ass = snd_hda_codec_read(codec, nid, 0,
995                                  AC_VERB_GET_CONFIG_DEFAULT, 0);
996         if (!(ass & 1) && !(ass & 0x100000))
997                 return;
998         if ((ass >> 30) != 1)   /* no physical connection */
999                 return;
1000
1001         /* check sum */
1002         tmp = 0;
1003         for (i = 1; i < 16; i++) {
1004                 if ((ass >> i) & 1)
1005                         tmp++;
1006         }
1007         if (((ass >> 16) & 0xf) != tmp)
1008                 return;
1009 do_sku:
1010         /*
1011          * 0 : override
1012          * 1 :  Swap Jack
1013          * 2 : 0 --> Desktop, 1 --> Laptop
1014          * 3~5 : External Amplifier control
1015          * 7~6 : Reserved
1016         */
1017         tmp = (ass & 0x38) >> 3;        /* external Amp control */
1018         switch (tmp) {
1019         case 1:
1020                 snd_hda_sequence_write(codec, alc_gpio1_init_verbs);
1021                 break;
1022         case 3:
1023                 snd_hda_sequence_write(codec, alc_gpio2_init_verbs);
1024                 break;
1025         case 7:
1026                 snd_hda_sequence_write(codec, alc_gpio3_init_verbs);
1027                 break;
1028         case 5: /* set EAPD output high */
1029                 switch (codec->vendor_id) {
1030                 case 0x10ec0260:
1031                         snd_hda_codec_write(codec, 0x0f, 0,
1032                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
1033                         snd_hda_codec_write(codec, 0x10, 0,
1034                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
1035                         break;
1036                 case 0x10ec0262:
1037                 case 0x10ec0267:
1038                 case 0x10ec0268:
1039                 case 0x10ec0269:
1040                 case 0x10ec0660:
1041                 case 0x10ec0662:
1042                 case 0x10ec0663:
1043                 case 0x10ec0862:
1044                 case 0x10ec0889:
1045                         snd_hda_codec_write(codec, 0x14, 0,
1046                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
1047                         snd_hda_codec_write(codec, 0x15, 0,
1048                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
1049                         break;
1050                 }
1051                 switch (codec->vendor_id) {
1052                 case 0x10ec0260:
1053                         snd_hda_codec_write(codec, 0x1a, 0,
1054                                             AC_VERB_SET_COEF_INDEX, 7);
1055                         tmp = snd_hda_codec_read(codec, 0x1a, 0,
1056                                                  AC_VERB_GET_PROC_COEF, 0);
1057                         snd_hda_codec_write(codec, 0x1a, 0,
1058                                             AC_VERB_SET_COEF_INDEX, 7);
1059                         snd_hda_codec_write(codec, 0x1a, 0,
1060                                             AC_VERB_SET_PROC_COEF,
1061                                             tmp | 0x2010);
1062                         break;
1063                 case 0x10ec0262:
1064                 case 0x10ec0880:
1065                 case 0x10ec0882:
1066                 case 0x10ec0883:
1067                 case 0x10ec0885:
1068                 case 0x10ec0889:
1069                         snd_hda_codec_write(codec, 0x20, 0,
1070                                             AC_VERB_SET_COEF_INDEX, 7);
1071                         tmp = snd_hda_codec_read(codec, 0x20, 0,
1072                                                  AC_VERB_GET_PROC_COEF, 0);
1073                         snd_hda_codec_write(codec, 0x20, 0,
1074                                             AC_VERB_SET_COEF_INDEX, 7);
1075                         snd_hda_codec_write(codec, 0x20, 0,
1076                                             AC_VERB_SET_PROC_COEF,
1077                                             tmp | 0x2010);
1078                         break;
1079                 case 0x10ec0888:
1080                         /*alc888_coef_init(codec);*/ /* called in alc_init() */
1081                         break;
1082                 case 0x10ec0267:
1083                 case 0x10ec0268:
1084                         snd_hda_codec_write(codec, 0x20, 0,
1085                                             AC_VERB_SET_COEF_INDEX, 7);
1086                         tmp = snd_hda_codec_read(codec, 0x20, 0,
1087                                                  AC_VERB_GET_PROC_COEF, 0);
1088                         snd_hda_codec_write(codec, 0x20, 0,
1089                                             AC_VERB_SET_COEF_INDEX, 7);
1090                         snd_hda_codec_write(codec, 0x20, 0,
1091                                             AC_VERB_SET_PROC_COEF,
1092                                             tmp | 0x3000);
1093                         break;
1094                 }
1095         default:
1096                 break;
1097         }
1098
1099         /* is laptop or Desktop and enable the function "Mute internal speaker
1100          * when the external headphone out jack is plugged"
1101          */
1102         if (!(ass & 0x8000))
1103                 return;
1104         /*
1105          * 10~8 : Jack location
1106          * 12~11: Headphone out -> 00: PortA, 01: PortE, 02: PortD, 03: Resvered
1107          * 14~13: Resvered
1108          * 15   : 1 --> enable the function "Mute internal speaker
1109          *              when the external headphone out jack is plugged"
1110          */
1111         if (!spec->autocfg.speaker_pins[0]) {
1112                 if (spec->autocfg.line_out_pins[0])
1113                         spec->autocfg.speaker_pins[0] =
1114                                 spec->autocfg.line_out_pins[0];
1115                 else
1116                         return;
1117         }
1118
1119         if (!spec->autocfg.hp_pins[0]) {
1120                 tmp = (ass >> 11) & 0x3;        /* HP to chassis */
1121                 if (tmp == 0)
1122                         spec->autocfg.hp_pins[0] = porta;
1123                 else if (tmp == 1)
1124                         spec->autocfg.hp_pins[0] = porte;
1125                 else if (tmp == 2)
1126                         spec->autocfg.hp_pins[0] = portd;
1127                 else
1128                         return;
1129         }
1130         if (spec->autocfg.hp_pins[0])
1131                 snd_hda_codec_write(codec, spec->autocfg.hp_pins[0], 0,
1132                         AC_VERB_SET_UNSOLICITED_ENABLE,
1133                         AC_USRSP_EN | ALC880_HP_EVENT);
1134
1135 #if 0 /* it's broken in some acses -- temporarily disabled */
1136         if (spec->autocfg.input_pins[AUTO_PIN_MIC] &&
1137                 spec->autocfg.input_pins[AUTO_PIN_FRONT_MIC])
1138                 snd_hda_codec_write(codec,
1139                         spec->autocfg.input_pins[AUTO_PIN_MIC], 0,
1140                         AC_VERB_SET_UNSOLICITED_ENABLE,
1141                         AC_USRSP_EN | ALC880_MIC_EVENT);
1142 #endif /* disabled */
1143
1144         spec->unsol_event = alc_sku_unsol_event;
1145 }
1146
1147 /*
1148  * Fix-up pin default configurations
1149  */
1150
1151 struct alc_pincfg {
1152         hda_nid_t nid;
1153         u32 val;
1154 };
1155
1156 static void alc_fix_pincfg(struct hda_codec *codec,
1157                            const struct snd_pci_quirk *quirk,
1158                            const struct alc_pincfg **pinfix)
1159 {
1160         const struct alc_pincfg *cfg;
1161
1162         quirk = snd_pci_quirk_lookup(codec->bus->pci, quirk);
1163         if (!quirk)
1164                 return;
1165
1166         cfg = pinfix[quirk->value];
1167         for (; cfg->nid; cfg++) {
1168                 int i;
1169                 u32 val = cfg->val;
1170                 for (i = 0; i < 4; i++) {
1171                         snd_hda_codec_write(codec, cfg->nid, 0,
1172                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_0 + i,
1173                                     val & 0xff);
1174                         val >>= 8;
1175                 }
1176         }
1177 }
1178
1179 /*
1180  * ALC888
1181  */
1182
1183 /*
1184  * 2ch mode
1185  */
1186 static struct hda_verb alc888_4ST_ch2_intel_init[] = {
1187 /* Mic-in jack as mic in */
1188         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1189         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1190 /* Line-in jack as Line in */
1191         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1192         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1193 /* Line-Out as Front */
1194         { 0x17, AC_VERB_SET_CONNECT_SEL, 0x00},
1195         { } /* end */
1196 };
1197
1198 /*
1199  * 4ch mode
1200  */
1201 static struct hda_verb alc888_4ST_ch4_intel_init[] = {
1202 /* Mic-in jack as mic in */
1203         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1204         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1205 /* Line-in jack as Surround */
1206         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1207         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1208 /* Line-Out as Front */
1209         { 0x17, AC_VERB_SET_CONNECT_SEL, 0x00},
1210         { } /* end */
1211 };
1212
1213 /*
1214  * 6ch mode
1215  */
1216 static struct hda_verb alc888_4ST_ch6_intel_init[] = {
1217 /* Mic-in jack as CLFE */
1218         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1219         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1220 /* Line-in jack as Surround */
1221         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1222         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1223 /* Line-Out as CLFE (workaround because Mic-in is not loud enough) */
1224         { 0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
1225         { } /* end */
1226 };
1227
1228 /*
1229  * 8ch mode
1230  */
1231 static struct hda_verb alc888_4ST_ch8_intel_init[] = {
1232 /* Mic-in jack as CLFE */
1233         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1234         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1235 /* Line-in jack as Surround */
1236         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1237         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1238 /* Line-Out as Side */
1239         { 0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
1240         { } /* end */
1241 };
1242
1243 static struct hda_channel_mode alc888_4ST_8ch_intel_modes[4] = {
1244         { 2, alc888_4ST_ch2_intel_init },
1245         { 4, alc888_4ST_ch4_intel_init },
1246         { 6, alc888_4ST_ch6_intel_init },
1247         { 8, alc888_4ST_ch8_intel_init },
1248 };
1249
1250 /*
1251  * ALC888 Fujitsu Siemens Amillo xa3530
1252  */
1253
1254 static struct hda_verb alc888_fujitsu_xa3530_verbs[] = {
1255 /* Front Mic: set to PIN_IN (empty by default) */
1256         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1257 /* Connect Internal HP to Front */
1258         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1259         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1260         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
1261 /* Connect Bass HP to Front */
1262         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1263         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1264         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
1265 /* Connect Line-Out side jack (SPDIF) to Side */
1266         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1267         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1268         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
1269 /* Connect Mic jack to CLFE */
1270         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1271         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1272         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02},
1273 /* Connect Line-in jack to Surround */
1274         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1275         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1276         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01},
1277 /* Connect HP out jack to Front */
1278         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1279         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1280         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1281 /* Enable unsolicited event for HP jack and Line-out jack */
1282         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
1283         {0x17, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
1284         {}
1285 };
1286
1287 static void alc888_fujitsu_xa3530_automute(struct hda_codec *codec)
1288 {
1289         unsigned int present;
1290         unsigned int bits;
1291         /* Line out presence */
1292         present = snd_hda_codec_read(codec, 0x17, 0,
1293                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1294         /* HP out presence */
1295         present = present || snd_hda_codec_read(codec, 0x1b, 0,
1296                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1297         bits = present ? HDA_AMP_MUTE : 0;
1298         /* Toggle internal speakers muting */
1299         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
1300                                  HDA_AMP_MUTE, bits);
1301         /* Toggle internal bass muting */
1302         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
1303                                  HDA_AMP_MUTE, bits);
1304 }
1305
1306 static void alc888_fujitsu_xa3530_unsol_event(struct hda_codec *codec,
1307                 unsigned int res)
1308 {
1309         if (res >> 26 == ALC880_HP_EVENT)
1310                 alc888_fujitsu_xa3530_automute(codec);
1311 }
1312
1313
1314 /*
1315  * ALC888 Acer Aspire 4930G model
1316  */
1317
1318 static struct hda_verb alc888_acer_aspire_4930g_verbs[] = {
1319 /* Front Mic: set to PIN_IN (empty by default) */
1320         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1321 /* Unselect Front Mic by default in input mixer 3 */
1322         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0xb)},
1323 /* Enable unsolicited event for HP jack */
1324         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
1325 /* Connect Internal HP to front */
1326         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1327         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1328         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
1329 /* Connect HP out to front */
1330         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1331         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1332         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
1333         { }
1334 };
1335
1336 static struct hda_input_mux alc888_2_capture_sources[2] = {
1337         /* Front mic only available on one ADC */
1338         {
1339                 .num_items = 4,
1340                 .items = {
1341                         { "Mic", 0x0 },
1342                         { "Line", 0x2 },
1343                         { "CD", 0x4 },
1344                         { "Front Mic", 0xb },
1345                 },
1346         },
1347         {
1348                 .num_items = 3,
1349                 .items = {
1350                         { "Mic", 0x0 },
1351                         { "Line", 0x2 },
1352                         { "CD", 0x4 },
1353                 },
1354         }
1355 };
1356
1357 static struct snd_kcontrol_new alc888_base_mixer[] = {
1358         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1359         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1360         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1361         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1362         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0,
1363                 HDA_OUTPUT),
1364         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1365         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1366         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1367         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1368         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
1369         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1370         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1371         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1372         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1373         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1374         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
1375         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1376         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1377         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1378         { } /* end */
1379 };
1380
1381 static void alc888_acer_aspire_4930g_automute(struct hda_codec *codec)
1382 {
1383         unsigned int present;
1384         unsigned int bits;
1385         present = snd_hda_codec_read(codec, 0x15, 0,
1386                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1387         bits = present ? HDA_AMP_MUTE : 0;
1388         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
1389                                  HDA_AMP_MUTE, bits);
1390 }
1391
1392 static void alc888_acer_aspire_4930g_unsol_event(struct hda_codec *codec,
1393                 unsigned int res)
1394 {
1395         if (res >> 26 == ALC880_HP_EVENT)
1396                 alc888_acer_aspire_4930g_automute(codec);
1397 }
1398
1399 /*
1400  * ALC880 3-stack model
1401  *
1402  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0e)
1403  * Pin assignment: Front = 0x14, Line-In/Surr = 0x1a, Mic/CLFE = 0x18,
1404  *                 F-Mic = 0x1b, HP = 0x19
1405  */
1406
1407 static hda_nid_t alc880_dac_nids[4] = {
1408         /* front, rear, clfe, rear_surr */
1409         0x02, 0x05, 0x04, 0x03
1410 };
1411
1412 static hda_nid_t alc880_adc_nids[3] = {
1413         /* ADC0-2 */
1414         0x07, 0x08, 0x09,
1415 };
1416
1417 /* The datasheet says the node 0x07 is connected from inputs,
1418  * but it shows zero connection in the real implementation on some devices.
1419  * Note: this is a 915GAV bug, fixed on 915GLV
1420  */
1421 static hda_nid_t alc880_adc_nids_alt[2] = {
1422         /* ADC1-2 */
1423         0x08, 0x09,
1424 };
1425
1426 #define ALC880_DIGOUT_NID       0x06
1427 #define ALC880_DIGIN_NID        0x0a
1428
1429 static struct hda_input_mux alc880_capture_source = {
1430         .num_items = 4,
1431         .items = {
1432                 { "Mic", 0x0 },
1433                 { "Front Mic", 0x3 },
1434                 { "Line", 0x2 },
1435                 { "CD", 0x4 },
1436         },
1437 };
1438
1439 /* channel source setting (2/6 channel selection for 3-stack) */
1440 /* 2ch mode */
1441 static struct hda_verb alc880_threestack_ch2_init[] = {
1442         /* set line-in to input, mute it */
1443         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1444         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1445         /* set mic-in to input vref 80%, mute it */
1446         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1447         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1448         { } /* end */
1449 };
1450
1451 /* 6ch mode */
1452 static struct hda_verb alc880_threestack_ch6_init[] = {
1453         /* set line-in to output, unmute it */
1454         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1455         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1456         /* set mic-in to output, unmute it */
1457         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1458         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1459         { } /* end */
1460 };
1461
1462 static struct hda_channel_mode alc880_threestack_modes[2] = {
1463         { 2, alc880_threestack_ch2_init },
1464         { 6, alc880_threestack_ch6_init },
1465 };
1466
1467 static struct snd_kcontrol_new alc880_three_stack_mixer[] = {
1468         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1469         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1470         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1471         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
1472         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1473         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1474         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1475         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1476         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1477         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1478         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1479         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1480         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1481         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1482         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x3, HDA_INPUT),
1483         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x3, HDA_INPUT),
1484         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1485         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1486         HDA_CODEC_MUTE("Headphone Playback Switch", 0x19, 0x0, HDA_OUTPUT),
1487         {
1488                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1489                 .name = "Channel Mode",
1490                 .info = alc_ch_mode_info,
1491                 .get = alc_ch_mode_get,
1492                 .put = alc_ch_mode_put,
1493         },
1494         { } /* end */
1495 };
1496
1497 /* capture mixer elements */
1498 static int alc_cap_vol_info(struct snd_kcontrol *kcontrol,
1499                             struct snd_ctl_elem_info *uinfo)
1500 {
1501         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1502         struct alc_spec *spec = codec->spec;
1503         int err;
1504
1505         mutex_lock(&codec->control_mutex);
1506         kcontrol->private_value = HDA_COMPOSE_AMP_VAL(spec->adc_nids[0], 3, 0,
1507                                                       HDA_INPUT);
1508         err = snd_hda_mixer_amp_volume_info(kcontrol, uinfo);
1509         mutex_unlock(&codec->control_mutex);
1510         return err;
1511 }
1512
1513 static int alc_cap_vol_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1514                            unsigned int size, unsigned int __user *tlv)
1515 {
1516         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1517         struct alc_spec *spec = codec->spec;
1518         int err;
1519
1520         mutex_lock(&codec->control_mutex);
1521         kcontrol->private_value = HDA_COMPOSE_AMP_VAL(spec->adc_nids[0], 3, 0,
1522                                                       HDA_INPUT);
1523         err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv);
1524         mutex_unlock(&codec->control_mutex);
1525         return err;
1526 }
1527
1528 typedef int (*getput_call_t)(struct snd_kcontrol *kcontrol,
1529                              struct snd_ctl_elem_value *ucontrol);
1530
1531 static int alc_cap_getput_caller(struct snd_kcontrol *kcontrol,
1532                                  struct snd_ctl_elem_value *ucontrol,
1533                                  getput_call_t func)
1534 {
1535         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1536         struct alc_spec *spec = codec->spec;
1537         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
1538         int err;
1539
1540         mutex_lock(&codec->control_mutex);
1541         kcontrol->private_value = HDA_COMPOSE_AMP_VAL(spec->adc_nids[adc_idx],
1542                                                       3, 0, HDA_INPUT);
1543         err = func(kcontrol, ucontrol);
1544         mutex_unlock(&codec->control_mutex);
1545         return err;
1546 }
1547
1548 static int alc_cap_vol_get(struct snd_kcontrol *kcontrol,
1549                            struct snd_ctl_elem_value *ucontrol)
1550 {
1551         return alc_cap_getput_caller(kcontrol, ucontrol,
1552                                      snd_hda_mixer_amp_volume_get);
1553 }
1554
1555 static int alc_cap_vol_put(struct snd_kcontrol *kcontrol,
1556                            struct snd_ctl_elem_value *ucontrol)
1557 {
1558         return alc_cap_getput_caller(kcontrol, ucontrol,
1559                                      snd_hda_mixer_amp_volume_put);
1560 }
1561
1562 /* capture mixer elements */
1563 #define alc_cap_sw_info         snd_ctl_boolean_stereo_info
1564
1565 static int alc_cap_sw_get(struct snd_kcontrol *kcontrol,
1566                           struct snd_ctl_elem_value *ucontrol)
1567 {
1568         return alc_cap_getput_caller(kcontrol, ucontrol,
1569                                      snd_hda_mixer_amp_switch_get);
1570 }
1571
1572 static int alc_cap_sw_put(struct snd_kcontrol *kcontrol,
1573                           struct snd_ctl_elem_value *ucontrol)
1574 {
1575         return alc_cap_getput_caller(kcontrol, ucontrol,
1576                                      snd_hda_mixer_amp_switch_put);
1577 }
1578
1579 #define DEFINE_CAPMIX(num) \
1580 static struct snd_kcontrol_new alc_capture_mixer ## num[] = { \
1581         { \
1582                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1583                 .name = "Capture Switch", \
1584                 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
1585                 .count = num, \
1586                 .info = alc_cap_sw_info, \
1587                 .get = alc_cap_sw_get, \
1588                 .put = alc_cap_sw_put, \
1589         }, \
1590         { \
1591                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1592                 .name = "Capture Volume", \
1593                 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | \
1594                            SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
1595                            SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK), \
1596                 .count = num, \
1597                 .info = alc_cap_vol_info, \
1598                 .get = alc_cap_vol_get, \
1599                 .put = alc_cap_vol_put, \
1600                 .tlv = { .c = alc_cap_vol_tlv }, \
1601         }, \
1602         { \
1603                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1604                 /* .name = "Capture Source", */ \
1605                 .name = "Input Source", \
1606                 .count = num, \
1607                 .info = alc_mux_enum_info, \
1608                 .get = alc_mux_enum_get, \
1609                 .put = alc_mux_enum_put, \
1610         }, \
1611         { } /* end */ \
1612 }
1613
1614 /* up to three ADCs */
1615 DEFINE_CAPMIX(1);
1616 DEFINE_CAPMIX(2);
1617 DEFINE_CAPMIX(3);
1618
1619
1620 /*
1621  * ALC880 5-stack model
1622  *
1623  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0d),
1624  *      Side = 0x02 (0xd)
1625  * Pin assignment: Front = 0x14, Surr = 0x17, CLFE = 0x16
1626  *                 Line-In/Side = 0x1a, Mic = 0x18, F-Mic = 0x1b, HP = 0x19
1627  */
1628
1629 /* additional mixers to alc880_three_stack_mixer */
1630 static struct snd_kcontrol_new alc880_five_stack_mixer[] = {
1631         HDA_CODEC_VOLUME("Side Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1632         HDA_BIND_MUTE("Side Playback Switch", 0x0d, 2, HDA_INPUT),
1633         { } /* end */
1634 };
1635
1636 /* channel source setting (6/8 channel selection for 5-stack) */
1637 /* 6ch mode */
1638 static struct hda_verb alc880_fivestack_ch6_init[] = {
1639         /* set line-in to input, mute it */
1640         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1641         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
1642         { } /* end */
1643 };
1644
1645 /* 8ch mode */
1646 static struct hda_verb alc880_fivestack_ch8_init[] = {
1647         /* set line-in to output, unmute it */
1648         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
1649         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
1650         { } /* end */
1651 };
1652
1653 static struct hda_channel_mode alc880_fivestack_modes[2] = {
1654         { 6, alc880_fivestack_ch6_init },
1655         { 8, alc880_fivestack_ch8_init },
1656 };
1657
1658
1659 /*
1660  * ALC880 6-stack model
1661  *
1662  * DAC: Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e),
1663  *      Side = 0x05 (0x0f)
1664  * Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, Side = 0x17,
1665  *   Mic = 0x18, F-Mic = 0x19, Line = 0x1a, HP = 0x1b
1666  */
1667
1668 static hda_nid_t alc880_6st_dac_nids[4] = {
1669         /* front, rear, clfe, rear_surr */
1670         0x02, 0x03, 0x04, 0x05
1671 };
1672
1673 static struct hda_input_mux alc880_6stack_capture_source = {
1674         .num_items = 4,
1675         .items = {
1676                 { "Mic", 0x0 },
1677                 { "Front Mic", 0x1 },
1678                 { "Line", 0x2 },
1679                 { "CD", 0x4 },
1680         },
1681 };
1682
1683 /* fixed 8-channels */
1684 static struct hda_channel_mode alc880_sixstack_modes[1] = {
1685         { 8, NULL },
1686 };
1687
1688 static struct snd_kcontrol_new alc880_six_stack_mixer[] = {
1689         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1690         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1691         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1692         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1693         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1694         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1695         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1696         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1697         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1698         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
1699         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1700         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1701         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1702         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1703         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1704         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1705         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1706         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1707         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1708         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1709         {
1710                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1711                 .name = "Channel Mode",
1712                 .info = alc_ch_mode_info,
1713                 .get = alc_ch_mode_get,
1714                 .put = alc_ch_mode_put,
1715         },
1716         { } /* end */
1717 };
1718
1719
1720 /*
1721  * ALC880 W810 model
1722  *
1723  * W810 has rear IO for:
1724  * Front (DAC 02)
1725  * Surround (DAC 03)
1726  * Center/LFE (DAC 04)
1727  * Digital out (06)
1728  *
1729  * The system also has a pair of internal speakers, and a headphone jack.
1730  * These are both connected to Line2 on the codec, hence to DAC 02.
1731  *
1732  * There is a variable resistor to control the speaker or headphone
1733  * volume. This is a hardware-only device without a software API.
1734  *
1735  * Plugging headphones in will disable the internal speakers. This is
1736  * implemented in hardware, not via the driver using jack sense. In
1737  * a similar fashion, plugging into the rear socket marked "front" will
1738  * disable both the speakers and headphones.
1739  *
1740  * For input, there's a microphone jack, and an "audio in" jack.
1741  * These may not do anything useful with this driver yet, because I
1742  * haven't setup any initialization verbs for these yet...
1743  */
1744
1745 static hda_nid_t alc880_w810_dac_nids[3] = {
1746         /* front, rear/surround, clfe */
1747         0x02, 0x03, 0x04
1748 };
1749
1750 /* fixed 6 channels */
1751 static struct hda_channel_mode alc880_w810_modes[1] = {
1752         { 6, NULL }
1753 };
1754
1755 /* Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, HP = 0x1b */
1756 static struct snd_kcontrol_new alc880_w810_base_mixer[] = {
1757         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1758         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1759         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1760         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1761         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1762         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1763         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1764         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1765         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1766         { } /* end */
1767 };
1768
1769
1770 /*
1771  * Z710V model
1772  *
1773  * DAC: Front = 0x02 (0x0c), HP = 0x03 (0x0d)
1774  * Pin assignment: Front = 0x14, HP = 0x15, Mic = 0x18, Mic2 = 0x19(?),
1775  *                 Line = 0x1a
1776  */
1777
1778 static hda_nid_t alc880_z71v_dac_nids[1] = {
1779         0x02
1780 };
1781 #define ALC880_Z71V_HP_DAC      0x03
1782
1783 /* fixed 2 channels */
1784 static struct hda_channel_mode alc880_2_jack_modes[1] = {
1785         { 2, NULL }
1786 };
1787
1788 static struct snd_kcontrol_new alc880_z71v_mixer[] = {
1789         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1790         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1791         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1792         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
1793         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1794         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1795         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1796         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1797         { } /* end */
1798 };
1799
1800
1801 /*
1802  * ALC880 F1734 model
1803  *
1804  * DAC: HP = 0x02 (0x0c), Front = 0x03 (0x0d)
1805  * Pin assignment: HP = 0x14, Front = 0x15, Mic = 0x18
1806  */
1807
1808 static hda_nid_t alc880_f1734_dac_nids[1] = {
1809         0x03
1810 };
1811 #define ALC880_F1734_HP_DAC     0x02
1812
1813 static struct snd_kcontrol_new alc880_f1734_mixer[] = {
1814         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1815         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1816         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1817         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1818         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1819         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1820         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1821         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1822         { } /* end */
1823 };
1824
1825 static struct hda_input_mux alc880_f1734_capture_source = {
1826         .num_items = 2,
1827         .items = {
1828                 { "Mic", 0x1 },
1829                 { "CD", 0x4 },
1830         },
1831 };
1832
1833
1834 /*
1835  * ALC880 ASUS model
1836  *
1837  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1838  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1839  *  Mic = 0x18, Line = 0x1a
1840  */
1841
1842 #define alc880_asus_dac_nids    alc880_w810_dac_nids    /* identical with w810 */
1843 #define alc880_asus_modes       alc880_threestack_modes /* 2/6 channel mode */
1844
1845 static struct snd_kcontrol_new alc880_asus_mixer[] = {
1846         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1847         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1848         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1849         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1850         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1851         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1852         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1853         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1854         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1855         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1856         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1857         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1858         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1859         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1860         {
1861                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1862                 .name = "Channel Mode",
1863                 .info = alc_ch_mode_info,
1864                 .get = alc_ch_mode_get,
1865                 .put = alc_ch_mode_put,
1866         },
1867         { } /* end */
1868 };
1869
1870 /*
1871  * ALC880 ASUS W1V model
1872  *
1873  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1874  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1875  *  Mic = 0x18, Line = 0x1a, Line2 = 0x1b
1876  */
1877
1878 /* additional mixers to alc880_asus_mixer */
1879 static struct snd_kcontrol_new alc880_asus_w1v_mixer[] = {
1880         HDA_CODEC_VOLUME("Line2 Playback Volume", 0x0b, 0x03, HDA_INPUT),
1881         HDA_CODEC_MUTE("Line2 Playback Switch", 0x0b, 0x03, HDA_INPUT),
1882         { } /* end */
1883 };
1884
1885 /* additional mixers to alc880_asus_mixer */
1886 static struct snd_kcontrol_new alc880_pcbeep_mixer[] = {
1887         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1888         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1889         { } /* end */
1890 };
1891
1892 /* TCL S700 */
1893 static struct snd_kcontrol_new alc880_tcl_s700_mixer[] = {
1894         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1895         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1896         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
1897         HDA_CODEC_VOLUME("CD Playback Volume", 0x0B, 0x04, HDA_INPUT),
1898         HDA_CODEC_MUTE("CD Playback Switch", 0x0B, 0x04, HDA_INPUT),
1899         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0B, 0x0, HDA_INPUT),
1900         HDA_CODEC_MUTE("Mic Playback Switch", 0x0B, 0x0, HDA_INPUT),
1901         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
1902         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
1903         { } /* end */
1904 };
1905
1906 /* Uniwill */
1907 static struct snd_kcontrol_new alc880_uniwill_mixer[] = {
1908         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1909         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1910         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1911         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1912         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1913         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1914         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1915         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1916         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1917         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1918         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1919         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1920         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1921         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1922         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1923         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1924         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1925         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1926         {
1927                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1928                 .name = "Channel Mode",
1929                 .info = alc_ch_mode_info,
1930                 .get = alc_ch_mode_get,
1931                 .put = alc_ch_mode_put,
1932         },
1933         { } /* end */
1934 };
1935
1936 static struct snd_kcontrol_new alc880_fujitsu_mixer[] = {
1937         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1938         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1939         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1940         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1941         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1942         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1943         HDA_CODEC_VOLUME("Ext Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1944         HDA_CODEC_MUTE("Ext Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1945         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1946         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1947         { } /* end */
1948 };
1949
1950 static struct snd_kcontrol_new alc880_uniwill_p53_mixer[] = {
1951         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1952         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1953         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1954         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1955         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1956         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1957         { } /* end */
1958 };
1959
1960 /*
1961  * virtual master controls
1962  */
1963
1964 /*
1965  * slave controls for virtual master
1966  */
1967 static const char *alc_slave_vols[] = {
1968         "Front Playback Volume",
1969         "Surround Playback Volume",
1970         "Center Playback Volume",
1971         "LFE Playback Volume",
1972         "Side Playback Volume",
1973         "Headphone Playback Volume",
1974         "Speaker Playback Volume",
1975         "Mono Playback Volume",
1976         "Line-Out Playback Volume",
1977         "PCM Playback Volume",
1978         NULL,
1979 };
1980
1981 static const char *alc_slave_sws[] = {
1982         "Front Playback Switch",
1983         "Surround Playback Switch",
1984         "Center Playback Switch",
1985         "LFE Playback Switch",
1986         "Side Playback Switch",
1987         "Headphone Playback Switch",
1988         "Speaker Playback Switch",
1989         "Mono Playback Switch",
1990         "IEC958 Playback Switch",
1991         NULL,
1992 };
1993
1994 /*
1995  * build control elements
1996  */
1997
1998 static void alc_free_kctls(struct hda_codec *codec);
1999
2000 static int alc_build_controls(struct hda_codec *codec)
2001 {
2002         struct alc_spec *spec = codec->spec;
2003         int err;
2004         int i;
2005
2006         for (i = 0; i < spec->num_mixers; i++) {
2007                 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
2008                 if (err < 0)
2009                         return err;
2010         }
2011         if (spec->cap_mixer) {
2012                 err = snd_hda_add_new_ctls(codec, spec->cap_mixer);
2013                 if (err < 0)
2014                         return err;
2015         }
2016         if (spec->multiout.dig_out_nid) {
2017                 err = snd_hda_create_spdif_out_ctls(codec,
2018                                                     spec->multiout.dig_out_nid);
2019                 if (err < 0)
2020                         return err;
2021                 err = snd_hda_create_spdif_share_sw(codec,
2022                                                     &spec->multiout);
2023                 if (err < 0)
2024                         return err;
2025                 spec->multiout.share_spdif = 1;
2026         }
2027         if (spec->dig_in_nid) {
2028                 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
2029                 if (err < 0)
2030                         return err;
2031         }
2032
2033         /* if we have no master control, let's create it */
2034         if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
2035                 unsigned int vmaster_tlv[4];
2036                 snd_hda_set_vmaster_tlv(codec, spec->vmaster_nid,
2037                                         HDA_OUTPUT, vmaster_tlv);
2038                 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
2039                                           vmaster_tlv, alc_slave_vols);
2040                 if (err < 0)
2041                         return err;
2042         }
2043         if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
2044                 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
2045                                           NULL, alc_slave_sws);
2046                 if (err < 0)
2047                         return err;
2048         }
2049
2050         alc_free_kctls(codec); /* no longer needed */
2051         return 0;
2052 }
2053
2054
2055 /*
2056  * initialize the codec volumes, etc
2057  */
2058
2059 /*
2060  * generic initialization of ADC, input mixers and output mixers
2061  */
2062 static struct hda_verb alc880_volume_init_verbs[] = {
2063         /*
2064          * Unmute ADC0-2 and set the default input to mic-in
2065          */
2066         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
2067         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2068         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
2069         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2070         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
2071         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2072
2073         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
2074          * mixer widget
2075          * Note: PASD motherboards uses the Line In 2 as the input for front
2076          * panel mic (mic 2)
2077          */
2078         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
2079         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2080         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2081         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2082         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2083         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2084         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
2085         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
2086
2087         /*
2088          * Set up output mixers (0x0c - 0x0f)
2089          */
2090         /* set vol=0 to output mixers */
2091         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2092         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2093         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2094         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2095         /* set up input amps for analog loopback */
2096         /* Amp Indices: DAC = 0, mixer = 1 */
2097         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2098         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2099         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2100         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2101         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2102         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2103         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2104         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2105
2106         { }
2107 };
2108
2109 /*
2110  * 3-stack pin configuration:
2111  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
2112  */
2113 static struct hda_verb alc880_pin_3stack_init_verbs[] = {
2114         /*
2115          * preset connection lists of input pins
2116          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
2117          */
2118         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
2119         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2120         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
2121
2122         /*
2123          * Set pin mode and muting
2124          */
2125         /* set front pin widgets 0x14 for output */
2126         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2127         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2128         /* Mic1 (rear panel) pin widget for input and vref at 80% */
2129         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2130         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2131         /* Mic2 (as headphone out) for HP output */
2132         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2133         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2134         /* Line In pin widget for input */
2135         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2136         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2137         /* Line2 (as front mic) pin widget for input and vref at 80% */
2138         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2139         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2140         /* CD pin widget for input */
2141         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2142
2143         { }
2144 };
2145
2146 /*
2147  * 5-stack pin configuration:
2148  * front = 0x14, surround = 0x17, clfe = 0x16, mic = 0x18, HP = 0x19,
2149  * line-in/side = 0x1a, f-mic = 0x1b
2150  */
2151 static struct hda_verb alc880_pin_5stack_init_verbs[] = {
2152         /*
2153          * preset connection lists of input pins
2154          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
2155          */
2156         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2157         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/side */
2158
2159         /*
2160          * Set pin mode and muting
2161          */
2162         /* set pin widgets 0x14-0x17 for output */
2163         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2164         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2165         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2166         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2167         /* unmute pins for output (no gain on this amp) */
2168         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2169         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2170         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2171         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2172
2173         /* Mic1 (rear panel) pin widget for input and vref at 80% */
2174         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2175         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2176         /* Mic2 (as headphone out) for HP output */
2177         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2178         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2179         /* Line In pin widget for input */
2180         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2181         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2182         /* Line2 (as front mic) pin widget for input and vref at 80% */
2183         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2184         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2185         /* CD pin widget for input */
2186         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2187
2188         { }
2189 };
2190
2191 /*
2192  * W810 pin configuration:
2193  * front = 0x14, surround = 0x15, clfe = 0x16, HP = 0x1b
2194  */
2195 static struct hda_verb alc880_pin_w810_init_verbs[] = {
2196         /* hphone/speaker input selector: front DAC */
2197         {0x13, AC_VERB_SET_CONNECT_SEL, 0x0},
2198
2199         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2200         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2201         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2202         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2203         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2204         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2205
2206         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2207         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2208
2209         { }
2210 };
2211
2212 /*
2213  * Z71V pin configuration:
2214  * Speaker-out = 0x14, HP = 0x15, Mic = 0x18, Line-in = 0x1a, Mic2 = 0x1b (?)
2215  */
2216 static struct hda_verb alc880_pin_z71v_init_verbs[] = {
2217         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2218         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2219         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2220         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2221
2222         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2223         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2224         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2225         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2226
2227         { }
2228 };
2229
2230 /*
2231  * 6-stack pin configuration:
2232  * front = 0x14, surr = 0x15, clfe = 0x16, side = 0x17, mic = 0x18,
2233  * f-mic = 0x19, line = 0x1a, HP = 0x1b
2234  */
2235 static struct hda_verb alc880_pin_6stack_init_verbs[] = {
2236         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2237
2238         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2239         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2240         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2241         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2242         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2243         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2244         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2245         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2246
2247         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2248         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2249         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2250         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2251         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2252         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2253         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2254         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2255         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2256
2257         { }
2258 };
2259
2260 /*
2261  * Uniwill pin configuration:
2262  * HP = 0x14, InternalSpeaker = 0x15, mic = 0x18, internal mic = 0x19,
2263  * line = 0x1a
2264  */
2265 static struct hda_verb alc880_uniwill_init_verbs[] = {
2266         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2267
2268         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2269         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2270         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2271         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2272         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2273         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2274         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2275         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2276         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2277         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2278         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2279         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2280         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2281         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2282
2283         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2284         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2285         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2286         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2287         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2288         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2289         /* {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, */
2290         /* {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, */
2291         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2292
2293         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
2294         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
2295
2296         { }
2297 };
2298
2299 /*
2300 * Uniwill P53
2301 * HP = 0x14, InternalSpeaker = 0x15, mic = 0x19,
2302  */
2303 static struct hda_verb alc880_uniwill_p53_init_verbs[] = {
2304         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2305
2306         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2307         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2308         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2309         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2310         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2311         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2312         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2313         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2314         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2315         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2316         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
2317         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
2318
2319         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2320         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2321         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2322         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2323         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2324         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2325
2326         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
2327         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_DCVOL_EVENT},
2328
2329         { }
2330 };
2331
2332 static struct hda_verb alc880_beep_init_verbs[] = {
2333         { 0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5) },
2334         { }
2335 };
2336
2337 /* toggle speaker-output according to the hp-jack state */
2338 static void alc880_uniwill_hp_automute(struct hda_codec *codec)
2339 {
2340         unsigned int present;
2341         unsigned char bits;
2342
2343         present = snd_hda_codec_read(codec, 0x14, 0,
2344                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2345         bits = present ? HDA_AMP_MUTE : 0;
2346         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
2347                                  HDA_AMP_MUTE, bits);
2348         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
2349                                  HDA_AMP_MUTE, bits);
2350 }
2351
2352 /* auto-toggle front mic */
2353 static void alc880_uniwill_mic_automute(struct hda_codec *codec)
2354 {
2355         unsigned int present;
2356         unsigned char bits;
2357
2358         present = snd_hda_codec_read(codec, 0x18, 0,
2359                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2360         bits = present ? HDA_AMP_MUTE : 0;
2361         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits);
2362 }
2363
2364 static void alc880_uniwill_automute(struct hda_codec *codec)
2365 {
2366         alc880_uniwill_hp_automute(codec);
2367         alc880_uniwill_mic_automute(codec);
2368 }
2369
2370 static void alc880_uniwill_unsol_event(struct hda_codec *codec,
2371                                        unsigned int res)
2372 {
2373         /* Looks like the unsol event is incompatible with the standard
2374          * definition.  4bit tag is placed at 28 bit!
2375          */
2376         switch (res >> 28) {
2377         case ALC880_HP_EVENT:
2378                 alc880_uniwill_hp_automute(codec);
2379                 break;
2380         case ALC880_MIC_EVENT:
2381                 alc880_uniwill_mic_automute(codec);
2382                 break;
2383         }
2384 }
2385
2386 static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec)
2387 {
2388         unsigned int present;
2389         unsigned char bits;
2390
2391         present = snd_hda_codec_read(codec, 0x14, 0,
2392                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2393         bits = present ? HDA_AMP_MUTE : 0;
2394         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0, HDA_AMP_MUTE, bits);
2395 }
2396
2397 static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec)
2398 {
2399         unsigned int present;
2400
2401         present = snd_hda_codec_read(codec, 0x21, 0,
2402                                      AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
2403         present &= HDA_AMP_VOLMASK;
2404         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_OUTPUT, 0,
2405                                  HDA_AMP_VOLMASK, present);
2406         snd_hda_codec_amp_stereo(codec, 0x0d, HDA_OUTPUT, 0,
2407                                  HDA_AMP_VOLMASK, present);
2408 }
2409
2410 static void alc880_uniwill_p53_unsol_event(struct hda_codec *codec,
2411                                            unsigned int res)
2412 {
2413         /* Looks like the unsol event is incompatible with the standard
2414          * definition.  4bit tag is placed at 28 bit!
2415          */
2416         if ((res >> 28) == ALC880_HP_EVENT)
2417                 alc880_uniwill_p53_hp_automute(codec);
2418         if ((res >> 28) == ALC880_DCVOL_EVENT)
2419                 alc880_uniwill_p53_dcvol_automute(codec);
2420 }
2421
2422 /*
2423  * F1734 pin configuration:
2424  * HP = 0x14, speaker-out = 0x15, mic = 0x18
2425  */
2426 static struct hda_verb alc880_pin_f1734_init_verbs[] = {
2427         {0x07, AC_VERB_SET_CONNECT_SEL, 0x01},
2428         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
2429         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
2430         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
2431         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
2432
2433         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2434         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2435         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2436         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2437
2438         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2439         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2440         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
2441         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2442         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2443         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2444         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2445         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2446         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2447
2448         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_HP_EVENT},
2449         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_DCVOL_EVENT},
2450
2451         { }
2452 };
2453
2454 /*
2455  * ASUS pin configuration:
2456  * HP/front = 0x14, surr = 0x15, clfe = 0x16, mic = 0x18, line = 0x1a
2457  */
2458 static struct hda_verb alc880_pin_asus_init_verbs[] = {
2459         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
2460         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
2461         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
2462         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
2463
2464         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2465         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2466         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2467         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2468         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2469         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2470         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2471         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2472
2473         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2474         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2475         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2476         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2477         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2478         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2479         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2480         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2481         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2482
2483         { }
2484 };
2485
2486 /* Enable GPIO mask and set output */
2487 #define alc880_gpio1_init_verbs alc_gpio1_init_verbs
2488 #define alc880_gpio2_init_verbs alc_gpio2_init_verbs
2489
2490 /* Clevo m520g init */
2491 static struct hda_verb alc880_pin_clevo_init_verbs[] = {
2492         /* headphone output */
2493         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
2494         /* line-out */
2495         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2496         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2497         /* Line-in */
2498         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2499         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2500         /* CD */
2501         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2502         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2503         /* Mic1 (rear panel) */
2504         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2505         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2506         /* Mic2 (front panel) */
2507         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2508         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2509         /* headphone */
2510         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2511         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2512         /* change to EAPD mode */
2513         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
2514         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
2515
2516         { }
2517 };
2518
2519 static struct hda_verb alc880_pin_tcl_S700_init_verbs[] = {
2520         /* change to EAPD mode */
2521         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
2522         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
2523
2524         /* Headphone output */
2525         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2526         /* Front output*/
2527         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2528         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
2529
2530         /* Line In pin widget for input */
2531         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2532         /* CD pin widget for input */
2533         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2534         /* Mic1 (rear panel) pin widget for input and vref at 80% */
2535         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2536
2537         /* change to EAPD mode */
2538         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
2539         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
2540
2541         { }
2542 };
2543
2544 /*
2545  * LG m1 express dual
2546  *
2547  * Pin assignment:
2548  *   Rear Line-In/Out (blue): 0x14
2549  *   Build-in Mic-In: 0x15
2550  *   Speaker-out: 0x17
2551  *   HP-Out (green): 0x1b
2552  *   Mic-In/Out (red): 0x19
2553  *   SPDIF-Out: 0x1e
2554  */
2555
2556 /* To make 5.1 output working (green=Front, blue=Surr, red=CLFE) */
2557 static hda_nid_t alc880_lg_dac_nids[3] = {
2558         0x05, 0x02, 0x03
2559 };
2560
2561 /* seems analog CD is not working */
2562 static struct hda_input_mux alc880_lg_capture_source = {
2563         .num_items = 3,
2564         .items = {
2565                 { "Mic", 0x1 },
2566                 { "Line", 0x5 },
2567                 { "Internal Mic", 0x6 },
2568         },
2569 };
2570
2571 /* 2,4,6 channel modes */
2572 static struct hda_verb alc880_lg_ch2_init[] = {
2573         /* set line-in and mic-in to input */
2574         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
2575         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
2576         { }
2577 };
2578
2579 static struct hda_verb alc880_lg_ch4_init[] = {
2580         /* set line-in to out and mic-in to input */
2581         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
2582         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
2583         { }
2584 };
2585
2586 static struct hda_verb alc880_lg_ch6_init[] = {
2587         /* set line-in and mic-in to output */
2588         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
2589         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
2590         { }
2591 };
2592
2593 static struct hda_channel_mode alc880_lg_ch_modes[3] = {
2594         { 2, alc880_lg_ch2_init },
2595         { 4, alc880_lg_ch4_init },
2596         { 6, alc880_lg_ch6_init },
2597 };
2598
2599 static struct snd_kcontrol_new alc880_lg_mixer[] = {
2600         HDA_CODEC_VOLUME("Front Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
2601         HDA_BIND_MUTE("Front Playback Switch", 0x0f, 2, HDA_INPUT),
2602         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2603         HDA_BIND_MUTE("Surround Playback Switch", 0x0c, 2, HDA_INPUT),
2604         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
2605         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
2606         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
2607         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
2608         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
2609         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
2610         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x06, HDA_INPUT),
2611         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x06, HDA_INPUT),
2612         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x07, HDA_INPUT),
2613         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x07, HDA_INPUT),
2614         {
2615                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2616                 .name = "Channel Mode",
2617                 .info = alc_ch_mode_info,
2618                 .get = alc_ch_mode_get,
2619                 .put = alc_ch_mode_put,
2620         },
2621         { } /* end */
2622 };
2623
2624 static struct hda_verb alc880_lg_init_verbs[] = {
2625         /* set capture source to mic-in */
2626         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2627         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2628         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2629         /* mute all amp mixer inputs */
2630         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
2631         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
2632         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
2633         /* line-in to input */
2634         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2635         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2636         /* built-in mic */
2637         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2638         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2639         /* speaker-out */
2640         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2641         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2642         /* mic-in to input */
2643         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
2644         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2645         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2646         /* HP-out */
2647         {0x13, AC_VERB_SET_CONNECT_SEL, 0x03},
2648         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2649         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2650         /* jack sense */
2651         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
2652         { }
2653 };
2654
2655 /* toggle speaker-output according to the hp-jack state */
2656 static void alc880_lg_automute(struct hda_codec *codec)
2657 {
2658         unsigned int present;
2659         unsigned char bits;
2660
2661         present = snd_hda_codec_read(codec, 0x1b, 0,
2662                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2663         bits = present ? HDA_AMP_MUTE : 0;
2664         snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
2665                                  HDA_AMP_MUTE, bits);
2666 }
2667
2668 static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res)
2669 {
2670         /* Looks like the unsol event is incompatible with the standard
2671          * definition.  4bit tag is placed at 28 bit!
2672          */
2673         if ((res >> 28) == 0x01)
2674                 alc880_lg_automute(codec);
2675 }
2676
2677 /*
2678  * LG LW20
2679  *
2680  * Pin assignment:
2681  *   Speaker-out: 0x14
2682  *   Mic-In: 0x18
2683  *   Built-in Mic-In: 0x19
2684  *   Line-In: 0x1b
2685  *   HP-Out: 0x1a
2686  *   SPDIF-Out: 0x1e
2687  */
2688
2689 static struct hda_input_mux alc880_lg_lw_capture_source = {
2690         .num_items = 3,
2691         .items = {
2692                 { "Mic", 0x0 },
2693                 { "Internal Mic", 0x1 },
2694                 { "Line In", 0x2 },
2695         },
2696 };
2697
2698 #define alc880_lg_lw_modes alc880_threestack_modes
2699
2700 static struct snd_kcontrol_new alc880_lg_lw_mixer[] = {
2701         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2702         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
2703         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
2704         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
2705         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
2706         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
2707         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
2708         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
2709         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
2710         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
2711         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
2712         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
2713         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
2714         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
2715         {
2716                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2717                 .name = "Channel Mode",
2718                 .info = alc_ch_mode_info,
2719                 .get = alc_ch_mode_get,
2720                 .put = alc_ch_mode_put,
2721         },
2722         { } /* end */
2723 };
2724
2725 static struct hda_verb alc880_lg_lw_init_verbs[] = {
2726         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2727         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
2728         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
2729
2730         /* set capture source to mic-in */
2731         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2732         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2733         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2734         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
2735         /* speaker-out */
2736         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2737         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2738         /* HP-out */
2739         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2740         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2741         /* mic-in to input */
2742         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2743         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2744         /* built-in mic */
2745         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2746         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2747         /* jack sense */
2748         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
2749         { }
2750 };
2751
2752 /* toggle speaker-output according to the hp-jack state */
2753 static void alc880_lg_lw_automute(struct hda_codec *codec)
2754 {
2755         unsigned int present;
2756         unsigned char bits;
2757
2758         present = snd_hda_codec_read(codec, 0x1b, 0,
2759                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2760         bits = present ? HDA_AMP_MUTE : 0;
2761         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
2762                                  HDA_AMP_MUTE, bits);
2763 }
2764
2765 static void alc880_lg_lw_unsol_event(struct hda_codec *codec, unsigned int res)
2766 {
2767         /* Looks like the unsol event is incompatible with the standard
2768          * definition.  4bit tag is placed at 28 bit!
2769          */
2770         if ((res >> 28) == 0x01)
2771                 alc880_lg_lw_automute(codec);
2772 }
2773
2774 static struct snd_kcontrol_new alc880_medion_rim_mixer[] = {
2775         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2776         HDA_BIND_MUTE("Master Playback Switch", 0x0c, 2, HDA_INPUT),
2777         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
2778         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
2779         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
2780         HDA_CODEC_MUTE("Internal Playback Switch", 0x0b, 0x1, HDA_INPUT),
2781         { } /* end */
2782 };
2783
2784 static struct hda_input_mux alc880_medion_rim_capture_source = {
2785         .num_items = 2,
2786         .items = {
2787                 { "Mic", 0x0 },
2788                 { "Internal Mic", 0x1 },
2789         },
2790 };
2791
2792 static struct hda_verb alc880_medion_rim_init_verbs[] = {
2793         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
2794
2795         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2796         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2797
2798         /* Mic1 (rear panel) pin widget for input and vref at 80% */
2799         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2800         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2801         /* Mic2 (as headphone out) for HP output */
2802         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2803         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2804         /* Internal Speaker */
2805         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2806         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2807
2808         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
2809         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
2810
2811         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
2812         { }
2813 };
2814
2815 /* toggle speaker-output according to the hp-jack state */
2816 static void alc880_medion_rim_automute(struct hda_codec *codec)
2817 {
2818         unsigned int present;
2819         unsigned char bits;
2820
2821         present = snd_hda_codec_read(codec, 0x14, 0,
2822                                      AC_VERB_GET_PIN_SENSE, 0)
2823                 & AC_PINSENSE_PRESENCE;
2824         bits = present ? HDA_AMP_MUTE : 0;
2825         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
2826                                  HDA_AMP_MUTE, bits);
2827         if (present)
2828                 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0);
2829         else
2830                 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 2);
2831 }
2832
2833 static void alc880_medion_rim_unsol_event(struct hda_codec *codec,
2834                                           unsigned int res)
2835 {
2836         /* Looks like the unsol event is incompatible with the standard
2837          * definition.  4bit tag is placed at 28 bit!
2838          */
2839         if ((res >> 28) == ALC880_HP_EVENT)
2840                 alc880_medion_rim_automute(codec);
2841 }
2842
2843 #ifdef CONFIG_SND_HDA_POWER_SAVE
2844 static struct hda_amp_list alc880_loopbacks[] = {
2845         { 0x0b, HDA_INPUT, 0 },
2846         { 0x0b, HDA_INPUT, 1 },
2847         { 0x0b, HDA_INPUT, 2 },
2848         { 0x0b, HDA_INPUT, 3 },
2849         { 0x0b, HDA_INPUT, 4 },
2850         { } /* end */
2851 };
2852
2853 static struct hda_amp_list alc880_lg_loopbacks[] = {
2854         { 0x0b, HDA_INPUT, 1 },
2855         { 0x0b, HDA_INPUT, 6 },
2856         { 0x0b, HDA_INPUT, 7 },
2857         { } /* end */
2858 };
2859 #endif
2860
2861 /*
2862  * Common callbacks
2863  */
2864
2865 static int alc_init(struct hda_codec *codec)
2866 {
2867         struct alc_spec *spec = codec->spec;
2868         unsigned int i;
2869
2870         alc_fix_pll(codec);
2871         if (codec->vendor_id == 0x10ec0888)
2872                 alc888_coef_init(codec);
2873
2874         for (i = 0; i < spec->num_init_verbs; i++)
2875                 snd_hda_sequence_write(codec, spec->init_verbs[i]);
2876
2877         if (spec->init_hook)
2878                 spec->init_hook(codec);
2879
2880         return 0;
2881 }
2882
2883 static void alc_unsol_event(struct hda_codec *codec, unsigned int res)
2884 {
2885         struct alc_spec *spec = codec->spec;
2886
2887         if (spec->unsol_event)
2888                 spec->unsol_event(codec, res);
2889 }
2890
2891 #ifdef CONFIG_SND_HDA_POWER_SAVE
2892 static int alc_check_power_status(struct hda_codec *codec, hda_nid_t nid)
2893 {
2894         struct alc_spec *spec = codec->spec;
2895         return snd_hda_check_amp_list_power(codec, &spec->loopback, nid);
2896 }
2897 #endif
2898
2899 /*
2900  * Analog playback callbacks
2901  */
2902 static int alc880_playback_pcm_open(struct hda_pcm_stream *hinfo,
2903                                     struct hda_codec *codec,
2904                                     struct snd_pcm_substream *substream)
2905 {
2906         struct alc_spec *spec = codec->spec;
2907         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2908                                              hinfo);
2909 }
2910
2911 static int alc880_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2912                                        struct hda_codec *codec,
2913                                        unsigned int stream_tag,
2914                                        unsigned int format,
2915                                        struct snd_pcm_substream *substream)
2916 {
2917         struct alc_spec *spec = codec->spec;
2918         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
2919                                                 stream_tag, format, substream);
2920 }
2921
2922 static int alc880_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2923                                        struct hda_codec *codec,
2924                                        struct snd_pcm_substream *substream)
2925 {
2926         struct alc_spec *spec = codec->spec;
2927         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2928 }
2929
2930 /*
2931  * Digital out
2932  */
2933 static int alc880_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2934                                         struct hda_codec *codec,
2935                                         struct snd_pcm_substream *substream)
2936 {
2937         struct alc_spec *spec = codec->spec;
2938         return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2939 }
2940
2941 static int alc880_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2942                                            struct hda_codec *codec,
2943                                            unsigned int stream_tag,
2944                                            unsigned int format,
2945                                            struct snd_pcm_substream *substream)
2946 {
2947         struct alc_spec *spec = codec->spec;
2948         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2949                                              stream_tag, format, substream);
2950 }
2951
2952 static int alc880_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2953                                          struct hda_codec *codec,
2954                                          struct snd_pcm_substream *substream)
2955 {
2956         struct alc_spec *spec = codec->spec;
2957         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2958 }
2959
2960 /*
2961  * Analog capture
2962  */
2963 static int alc880_alt_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2964                                       struct hda_codec *codec,
2965                                       unsigned int stream_tag,
2966                                       unsigned int format,
2967                                       struct snd_pcm_substream *substream)
2968 {
2969         struct alc_spec *spec = codec->spec;
2970
2971         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number + 1],
2972                                    stream_tag, 0, format);
2973         return 0;
2974 }
2975
2976 static int alc880_alt_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2977                                       struct hda_codec *codec,
2978                                       struct snd_pcm_substream *substream)
2979 {
2980         struct alc_spec *spec = codec->spec;
2981
2982         snd_hda_codec_cleanup_stream(codec,
2983                                      spec->adc_nids[substream->number + 1]);
2984         return 0;
2985 }
2986
2987
2988 /*
2989  */
2990 static struct hda_pcm_stream alc880_pcm_analog_playback = {
2991         .substreams = 1,
2992         .channels_min = 2,
2993         .channels_max = 8,
2994         /* NID is set in alc_build_pcms */
2995         .ops = {
2996                 .open = alc880_playback_pcm_open,
2997                 .prepare = alc880_playback_pcm_prepare,
2998                 .cleanup = alc880_playback_pcm_cleanup
2999         },
3000 };
3001
3002 static struct hda_pcm_stream alc880_pcm_analog_capture = {
3003         .substreams = 1,
3004         .channels_min = 2,
3005         .channels_max = 2,
3006         /* NID is set in alc_build_pcms */
3007 };
3008
3009 static struct hda_pcm_stream alc880_pcm_analog_alt_playback = {
3010         .substreams = 1,
3011         .channels_min = 2,
3012         .channels_max = 2,
3013         /* NID is set in alc_build_pcms */
3014 };
3015
3016 static struct hda_pcm_stream alc880_pcm_analog_alt_capture = {
3017         .substreams = 2, /* can be overridden */
3018         .channels_min = 2,
3019         .channels_max = 2,
3020         /* NID is set in alc_build_pcms */
3021         .ops = {
3022                 .prepare = alc880_alt_capture_pcm_prepare,
3023                 .cleanup = alc880_alt_capture_pcm_cleanup
3024         },
3025 };
3026
3027 static struct hda_pcm_stream alc880_pcm_digital_playback = {
3028         .substreams = 1,
3029         .channels_min = 2,
3030         .channels_max = 2,
3031         /* NID is set in alc_build_pcms */
3032         .ops = {
3033                 .open = alc880_dig_playback_pcm_open,
3034                 .close = alc880_dig_playback_pcm_close,
3035                 .prepare = alc880_dig_playback_pcm_prepare
3036         },
3037 };
3038
3039 static struct hda_pcm_stream alc880_pcm_digital_capture = {
3040         .substreams = 1,
3041         .channels_min = 2,
3042         .channels_max = 2,
3043         /* NID is set in alc_build_pcms */
3044 };
3045
3046 /* Used by alc_build_pcms to flag that a PCM has no playback stream */
3047 static struct hda_pcm_stream alc_pcm_null_stream = {
3048         .substreams = 0,
3049         .channels_min = 0,
3050         .channels_max = 0,
3051 };
3052
3053 static int alc_build_pcms(struct hda_codec *codec)
3054 {
3055         struct alc_spec *spec = codec->spec;
3056         struct hda_pcm *info = spec->pcm_rec;
3057         int i;
3058
3059         codec->num_pcms = 1;
3060         codec->pcm_info = info;
3061
3062         info->name = spec->stream_name_analog;
3063         if (spec->stream_analog_playback) {
3064                 if (snd_BUG_ON(!spec->multiout.dac_nids))
3065                         return -EINVAL;
3066                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
3067                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
3068         }
3069         if (spec->stream_analog_capture) {
3070                 if (snd_BUG_ON(!spec->adc_nids))
3071                         return -EINVAL;
3072                 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
3073                 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
3074         }
3075
3076         if (spec->channel_mode) {
3077                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = 0;
3078                 for (i = 0; i < spec->num_channel_mode; i++) {
3079                         if (spec->channel_mode[i].channels > info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max) {
3080                                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->channel_mode[i].channels;
3081                         }
3082                 }
3083         }
3084
3085         /* SPDIF for stream index #1 */
3086         if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
3087                 codec->num_pcms = 2;
3088                 info = spec->pcm_rec + 1;
3089                 info->name = spec->stream_name_digital;
3090                 info->pcm_type = HDA_PCM_TYPE_SPDIF;
3091                 if (spec->multiout.dig_out_nid &&
3092                     spec->stream_digital_playback) {
3093                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_digital_playback);
3094                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
3095                 }
3096                 if (spec->dig_in_nid &&
3097                     spec->stream_digital_capture) {
3098                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_digital_capture);
3099                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
3100                 }
3101                 /* FIXME: do we need this for all Realtek codec models? */
3102                 codec->spdif_status_reset = 1;
3103         }
3104
3105         /* If the use of more than one ADC is requested for the current
3106          * model, configure a second analog capture-only PCM.
3107          */
3108         /* Additional Analaog capture for index #2 */
3109         if ((spec->alt_dac_nid && spec->stream_analog_alt_playback) ||
3110             (spec->num_adc_nids > 1 && spec->stream_analog_alt_capture)) {
3111                 codec->num_pcms = 3;
3112                 info = spec->pcm_rec + 2;
3113                 info->name = spec->stream_name_analog;
3114                 if (spec->alt_dac_nid) {
3115                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
3116                                 *spec->stream_analog_alt_playback;
3117                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
3118                                 spec->alt_dac_nid;
3119                 } else {
3120                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
3121                                 alc_pcm_null_stream;
3122                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = 0;
3123                 }
3124                 if (spec->num_adc_nids > 1) {
3125                         info->stream[SNDRV_PCM_STREAM_CAPTURE] =
3126                                 *spec->stream_analog_alt_capture;
3127                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid =
3128                                 spec->adc_nids[1];
3129                         info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams =
3130                                 spec->num_adc_nids - 1;
3131                 } else {
3132                         info->stream[SNDRV_PCM_STREAM_CAPTURE] =
3133                                 alc_pcm_null_stream;
3134                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = 0;
3135                 }
3136         }
3137
3138         return 0;
3139 }
3140
3141 static void alc_free_kctls(struct hda_codec *codec)
3142 {
3143         struct alc_spec *spec = codec->spec;
3144
3145         if (spec->kctls.list) {
3146                 struct snd_kcontrol_new *kctl = spec->kctls.list;
3147                 int i;
3148                 for (i = 0; i < spec->kctls.used; i++)
3149                         kfree(kctl[i].name);
3150         }
3151         snd_array_free(&spec->kctls);
3152 }
3153
3154 static void alc_free(struct hda_codec *codec)
3155 {
3156         struct alc_spec *spec = codec->spec;
3157
3158         if (!spec)
3159                 return;
3160
3161         alc_free_kctls(codec);
3162         kfree(spec);
3163         codec->spec = NULL; /* to be sure */
3164 }
3165
3166 #ifdef SND_HDA_NEEDS_RESUME
3167 static void store_pin_configs(struct hda_codec *codec)
3168 {
3169         struct alc_spec *spec = codec->spec;
3170         hda_nid_t nid, end_nid;
3171
3172         end_nid = codec->start_nid + codec->num_nodes;
3173         for (nid = codec->start_nid; nid < end_nid; nid++) {
3174                 unsigned int wid_caps = get_wcaps(codec, nid);
3175                 unsigned int wid_type =
3176                         (wid_caps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
3177                 if (wid_type != AC_WID_PIN)
3178                         continue;
3179                 if (spec->num_pins >= ARRAY_SIZE(spec->pin_nids))
3180                         break;
3181                 spec->pin_nids[spec->num_pins] = nid;
3182                 spec->pin_cfgs[spec->num_pins] =
3183                         snd_hda_codec_read(codec, nid, 0,
3184                                            AC_VERB_GET_CONFIG_DEFAULT, 0);
3185                 spec->num_pins++;
3186         }
3187 }
3188
3189 static void resume_pin_configs(struct hda_codec *codec)
3190 {
3191         struct alc_spec *spec = codec->spec;
3192         int i;
3193
3194         for (i = 0; i < spec->num_pins; i++) {
3195                 hda_nid_t pin_nid = spec->pin_nids[i];
3196                 unsigned int pin_config = spec->pin_cfgs[i];
3197                 snd_hda_codec_write(codec, pin_nid, 0,
3198                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
3199                                     pin_config & 0x000000ff);
3200                 snd_hda_codec_write(codec, pin_nid, 0,
3201                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
3202                                     (pin_config & 0x0000ff00) >> 8);
3203                 snd_hda_codec_write(codec, pin_nid, 0,
3204                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
3205                                     (pin_config & 0x00ff0000) >> 16);
3206                 snd_hda_codec_write(codec, pin_nid, 0,
3207                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
3208                                     pin_config >> 24);
3209         }
3210 }
3211
3212 static int alc_resume(struct hda_codec *codec)
3213 {
3214         resume_pin_configs(codec);
3215         codec->patch_ops.init(codec);
3216         snd_hda_codec_resume_amp(codec);
3217         snd_hda_codec_resume_cache(codec);
3218         return 0;
3219 }
3220 #else
3221 #define store_pin_configs(codec)
3222 #endif
3223
3224 /*
3225  */
3226 static struct hda_codec_ops alc_patch_ops = {
3227         .build_controls = alc_build_controls,
3228         .build_pcms = alc_build_pcms,
3229         .init = alc_init,
3230         .free = alc_free,
3231         .unsol_event = alc_unsol_event,
3232 #ifdef SND_HDA_NEEDS_RESUME
3233         .resume = alc_resume,
3234 #endif
3235 #ifdef CONFIG_SND_HDA_POWER_SAVE
3236         .check_power_status = alc_check_power_status,
3237 #endif
3238 };
3239
3240
3241 /*
3242  * Test configuration for debugging
3243  *
3244  * Almost all inputs/outputs are enabled.  I/O pins can be configured via
3245  * enum controls.
3246  */
3247 #ifdef CONFIG_SND_DEBUG
3248 static hda_nid_t alc880_test_dac_nids[4] = {
3249         0x02, 0x03, 0x04, 0x05
3250 };
3251
3252 static struct hda_input_mux alc880_test_capture_source = {
3253         .num_items = 7,
3254         .items = {
3255                 { "In-1", 0x0 },
3256                 { "In-2", 0x1 },
3257                 { "In-3", 0x2 },
3258                 { "In-4", 0x3 },
3259                 { "CD", 0x4 },
3260                 { "Front", 0x5 },
3261                 { "Surround", 0x6 },
3262         },
3263 };
3264
3265 static struct hda_channel_mode alc880_test_modes[4] = {
3266         { 2, NULL },
3267         { 4, NULL },
3268         { 6, NULL },
3269         { 8, NULL },
3270 };
3271
3272 static int alc_test_pin_ctl_info(struct snd_kcontrol *kcontrol,
3273                                  struct snd_ctl_elem_info *uinfo)
3274 {
3275         static char *texts[] = {
3276                 "N/A", "Line Out", "HP Out",
3277                 "In Hi-Z", "In 50%", "In Grd", "In 80%", "In 100%"
3278         };
3279         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3280         uinfo->count = 1;
3281         uinfo->value.enumerated.items = 8;
3282         if (uinfo->value.enumerated.item >= 8)
3283                 uinfo->value.enumerated.item = 7;
3284         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
3285         return 0;
3286 }
3287
3288 static int alc_test_pin_ctl_get(struct snd_kcontrol *kcontrol,
3289                                 struct snd_ctl_elem_value *ucontrol)
3290 {
3291         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3292         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
3293         unsigned int pin_ctl, item = 0;
3294
3295         pin_ctl = snd_hda_codec_read(codec, nid, 0,
3296                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3297         if (pin_ctl & AC_PINCTL_OUT_EN) {
3298                 if (pin_ctl & AC_PINCTL_HP_EN)
3299                         item = 2;
3300                 else
3301                         item = 1;
3302         } else if (pin_ctl & AC_PINCTL_IN_EN) {
3303                 switch (pin_ctl & AC_PINCTL_VREFEN) {
3304                 case AC_PINCTL_VREF_HIZ: item = 3; break;
3305                 case AC_PINCTL_VREF_50:  item = 4; break;
3306                 case AC_PINCTL_VREF_GRD: item = 5; break;
3307                 case AC_PINCTL_VREF_80:  item = 6; break;
3308                 case AC_PINCTL_VREF_100: item = 7; break;
3309                 }
3310         }
3311         ucontrol->value.enumerated.item[0] = item;
3312         return 0;
3313 }
3314
3315 static int alc_test_pin_ctl_put(struct snd_kcontrol *kcontrol,
3316                                 struct snd_ctl_elem_value *ucontrol)
3317 {
3318         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3319         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
3320         static unsigned int ctls[] = {
3321                 0, AC_PINCTL_OUT_EN, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN,
3322                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ,
3323                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_50,
3324                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD,
3325                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80,
3326                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_100,
3327         };
3328         unsigned int old_ctl, new_ctl;
3329
3330         old_ctl = snd_hda_codec_read(codec, nid, 0,
3331                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3332         new_ctl = ctls[ucontrol->value.enumerated.item[0]];
3333         if (old_ctl != new_ctl) {
3334                 int val;
3335                 snd_hda_codec_write_cache(codec, nid, 0,
3336                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
3337                                           new_ctl);
3338                 val = ucontrol->value.enumerated.item[0] >= 3 ?
3339                         HDA_AMP_MUTE : 0;
3340                 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
3341                                          HDA_AMP_MUTE, val);
3342                 return 1;
3343         }
3344         return 0;
3345 }
3346
3347 static int alc_test_pin_src_info(struct snd_kcontrol *kcontrol,
3348                                  struct snd_ctl_elem_info *uinfo)
3349 {
3350         static char *texts[] = {
3351                 "Front", "Surround", "CLFE", "Side"
3352         };
3353         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3354         uinfo->count = 1;
3355         uinfo->value.enumerated.items = 4;
3356         if (uinfo->value.enumerated.item >= 4)
3357                 uinfo->value.enumerated.item = 3;
3358         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
3359         return 0;
3360 }
3361
3362 static int alc_test_pin_src_get(struct snd_kcontrol *kcontrol,
3363                                 struct snd_ctl_elem_value *ucontrol)
3364 {
3365         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3366         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
3367         unsigned int sel;
3368
3369         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0);
3370         ucontrol->value.enumerated.item[0] = sel & 3;
3371         return 0;
3372 }
3373
3374 static int alc_test_pin_src_put(struct snd_kcontrol *kcontrol,
3375                                 struct snd_ctl_elem_value *ucontrol)
3376 {
3377         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3378         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
3379         unsigned int sel;
3380
3381         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0) & 3;
3382         if (ucontrol->value.enumerated.item[0] != sel) {
3383                 sel = ucontrol->value.enumerated.item[0] & 3;
3384                 snd_hda_codec_write_cache(codec, nid, 0,
3385                                           AC_VERB_SET_CONNECT_SEL, sel);
3386                 return 1;
3387         }
3388         return 0;
3389 }
3390
3391 #define PIN_CTL_TEST(xname,nid) {                       \
3392                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
3393                         .name = xname,                 \
3394                         .info = alc_test_pin_ctl_info, \
3395                         .get = alc_test_pin_ctl_get,   \
3396                         .put = alc_test_pin_ctl_put,   \
3397                         .private_value = nid           \
3398                         }
3399
3400 #define PIN_SRC_TEST(xname,nid) {                       \
3401                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
3402                         .name = xname,                 \
3403                         .info = alc_test_pin_src_info, \
3404                         .get = alc_test_pin_src_get,   \
3405                         .put = alc_test_pin_src_put,   \
3406                         .private_value = nid           \
3407                         }
3408
3409 static struct snd_kcontrol_new alc880_test_mixer[] = {
3410         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
3411         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
3412         HDA_CODEC_VOLUME("CLFE Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
3413         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
3414         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
3415         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
3416         HDA_BIND_MUTE("CLFE Playback Switch", 0x0e, 2, HDA_INPUT),
3417         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
3418         PIN_CTL_TEST("Front Pin Mode", 0x14),
3419         PIN_CTL_TEST("Surround Pin Mode", 0x15),
3420         PIN_CTL_TEST("CLFE Pin Mode", 0x16),
3421         PIN_CTL_TEST("Side Pin Mode", 0x17),
3422         PIN_CTL_TEST("In-1 Pin Mode", 0x18),
3423         PIN_CTL_TEST("In-2 Pin Mode", 0x19),
3424         PIN_CTL_TEST("In-3 Pin Mode", 0x1a),
3425         PIN_CTL_TEST("In-4 Pin Mode", 0x1b),
3426         PIN_SRC_TEST("In-1 Pin Source", 0x18),
3427         PIN_SRC_TEST("In-2 Pin Source", 0x19),
3428         PIN_SRC_TEST("In-3 Pin Source", 0x1a),
3429         PIN_SRC_TEST("In-4 Pin Source", 0x1b),
3430         HDA_CODEC_VOLUME("In-1 Playback Volume", 0x0b, 0x0, HDA_INPUT),
3431         HDA_CODEC_MUTE("In-1 Playback Switch", 0x0b, 0x0, HDA_INPUT),
3432         HDA_CODEC_VOLUME("In-2 Playback Volume", 0x0b, 0x1, HDA_INPUT),
3433         HDA_CODEC_MUTE("In-2 Playback Switch", 0x0b, 0x1, HDA_INPUT),
3434         HDA_CODEC_VOLUME("In-3 Playback Volume", 0x0b, 0x2, HDA_INPUT),
3435         HDA_CODEC_MUTE("In-3 Playback Switch", 0x0b, 0x2, HDA_INPUT),
3436         HDA_CODEC_VOLUME("In-4 Playback Volume", 0x0b, 0x3, HDA_INPUT),
3437         HDA_CODEC_MUTE("In-4 Playback Switch", 0x0b, 0x3, HDA_INPUT),
3438         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x4, HDA_INPUT),
3439         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x4, HDA_INPUT),
3440         {
3441                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3442                 .name = "Channel Mode",
3443                 .info = alc_ch_mode_info,
3444                 .get = alc_ch_mode_get,
3445                 .put = alc_ch_mode_put,
3446         },
3447         { } /* end */
3448 };
3449
3450 static struct hda_verb alc880_test_init_verbs[] = {
3451         /* Unmute inputs of 0x0c - 0x0f */
3452         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3453         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
3454         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3455         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
3456         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3457         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
3458         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3459         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
3460         /* Vol output for 0x0c-0x0f */
3461         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3462         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3463         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3464         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3465         /* Set output pins 0x14-0x17 */
3466         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3467         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3468         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3469         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3470         /* Unmute output pins 0x14-0x17 */
3471         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3472         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3473         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3474         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3475         /* Set input pins 0x18-0x1c */
3476         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3477         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3478         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3479         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3480         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3481         /* Mute input pins 0x18-0x1b */
3482         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3483         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3484         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3485         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3486         /* ADC set up */
3487         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3488         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
3489         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3490         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
3491         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3492         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
3493         /* Analog input/passthru */
3494         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3495         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3496         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3497         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3498         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3499         { }
3500 };
3501 #endif
3502
3503 /*
3504  */
3505
3506 static const char *alc880_models[ALC880_MODEL_LAST] = {
3507         [ALC880_3ST]            = "3stack",
3508         [ALC880_TCL_S700]       = "tcl",
3509         [ALC880_3ST_DIG]        = "3stack-digout",
3510         [ALC880_CLEVO]          = "clevo",
3511         [ALC880_5ST]            = "5stack",
3512         [ALC880_5ST_DIG]        = "5stack-digout",
3513         [ALC880_W810]           = "w810",
3514         [ALC880_Z71V]           = "z71v",
3515         [ALC880_6ST]            = "6stack",
3516         [ALC880_6ST_DIG]        = "6stack-digout",
3517         [ALC880_ASUS]           = "asus",
3518         [ALC880_ASUS_W1V]       = "asus-w1v",
3519         [ALC880_ASUS_DIG]       = "asus-dig",
3520         [ALC880_ASUS_DIG2]      = "asus-dig2",
3521         [ALC880_UNIWILL_DIG]    = "uniwill",
3522         [ALC880_UNIWILL_P53]    = "uniwill-p53",
3523         [ALC880_FUJITSU]        = "fujitsu",
3524         [ALC880_F1734]          = "F1734",
3525         [ALC880_LG]             = "lg",
3526         [ALC880_LG_LW]          = "lg-lw",
3527         [ALC880_MEDION_RIM]     = "medion",
3528 #ifdef CONFIG_SND_DEBUG
3529         [ALC880_TEST]           = "test",
3530 #endif
3531         [ALC880_AUTO]           = "auto",
3532 };
3533
3534 static struct snd_pci_quirk alc880_cfg_tbl[] = {
3535         SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_W810),
3536         SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_5ST_DIG),
3537         SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_6ST),
3538         SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_3ST_DIG),
3539         SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_6ST_DIG),
3540         SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_6ST_DIG),
3541         SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_6ST_DIG),
3542         SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
3543         SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
3544         SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
3545         SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
3546         SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
3547         SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
3548         SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
3549         SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG),
3550         SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG),
3551         SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG),
3552         SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V),
3553         /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
3554         SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
3555         SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
3556         SND_PCI_QUIRK(0x1043, 0x814e, "ASUS P5GD1 w/SPDIF", ALC880_6ST_DIG),
3557         SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
3558         SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
3559         SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
3560         SND_PCI_QUIRK(0x1043, 0, "ASUS", ALC880_ASUS), /* default ASUS */
3561         SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_3ST),
3562         SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_3ST),
3563         SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_5ST),
3564         SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_5ST),
3565         SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_5ST),
3566         SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_6ST_DIG),
3567         SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_6ST_DIG),
3568         SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_6ST_DIG),
3569         SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_6ST_DIG),
3570         SND_PCI_QUIRK(0x1558, 0x0520, "Clevo m520G", ALC880_CLEVO),
3571         SND_PCI_QUIRK(0x1558, 0x0660, "Clevo m655n", ALC880_CLEVO),
3572         SND_PCI_QUIRK(0x1558, 0x5401, "ASUS", ALC880_ASUS_DIG2),
3573         SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_5ST_DIG),
3574         SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_UNIWILL_DIG),
3575         SND_PCI_QUIRK(0x1584, 0x9054, "Uniwlll", ALC880_F1734),
3576         SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_UNIWILL),
3577         SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_UNIWILL_P53),
3578         SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_W810),
3579         SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_MEDION_RIM),
3580         SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_5ST_DIG),
3581         SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_5ST_DIG),
3582         SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_F1734),
3583         SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FUJITSU),
3584         SND_PCI_QUIRK(0x1734, 0x10ac, "FSC", ALC880_UNIWILL),
3585         SND_PCI_QUIRK(0x1734, 0x10b0, "Fujitsu", ALC880_FUJITSU),
3586         SND_PCI_QUIRK(0x1854, 0x0018, "LG LW20", ALC880_LG_LW),
3587         SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_LG),
3588         SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_LG),
3589         SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_LG_LW),
3590         SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_TCL_S700),
3591         SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_6ST_DIG), /* broken BIOS */
3592         SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_6ST_DIG),
3593         SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_5ST_DIG),
3594         SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_5ST_DIG),
3595         SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_5ST_DIG),
3596         SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_3ST_DIG),
3597         SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_5ST_DIG),
3598         SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_3ST_DIG),
3599         SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_3ST_DIG),
3600         SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_5ST_DIG),
3601         SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_5ST_DIG),
3602         SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_5ST_DIG),
3603         SND_PCI_QUIRK(0x8086, 0, "Intel mobo", ALC880_3ST), /* default Intel */
3604         SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_5ST_DIG),
3605         SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_6ST_DIG),
3606         {}
3607 };
3608
3609 /*
3610  * ALC880 codec presets
3611  */
3612 static struct alc_config_preset alc880_presets[] = {
3613         [ALC880_3ST] = {
3614                 .mixers = { alc880_three_stack_mixer },
3615                 .init_verbs = { alc880_volume_init_verbs,
3616                                 alc880_pin_3stack_init_verbs },
3617                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3618                 .dac_nids = alc880_dac_nids,
3619                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
3620                 .channel_mode = alc880_threestack_modes,
3621                 .need_dac_fix = 1,
3622                 .input_mux = &alc880_capture_source,
3623         },
3624         [ALC880_3ST_DIG] = {
3625                 .mixers = { alc880_three_stack_mixer },
3626                 .init_verbs = { alc880_volume_init_verbs,
3627                                 alc880_pin_3stack_init_verbs },
3628                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3629                 .dac_nids = alc880_dac_nids,
3630                 .dig_out_nid = ALC880_DIGOUT_NID,
3631                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
3632                 .channel_mode = alc880_threestack_modes,
3633                 .need_dac_fix = 1,
3634                 .input_mux = &alc880_capture_source,
3635         },
3636         [ALC880_TCL_S700] = {
3637                 .mixers = { alc880_tcl_s700_mixer },
3638                 .init_verbs = { alc880_volume_init_verbs,
3639                                 alc880_pin_tcl_S700_init_verbs,
3640                                 alc880_gpio2_init_verbs },
3641                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3642                 .dac_nids = alc880_dac_nids,
3643                 .adc_nids = alc880_adc_nids_alt, /* FIXME: correct? */
3644                 .num_adc_nids = 1, /* single ADC */
3645                 .hp_nid = 0x03,
3646                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
3647                 .channel_mode = alc880_2_jack_modes,
3648                 .input_mux = &alc880_capture_source,
3649         },
3650         [ALC880_5ST] = {
3651                 .mixers = { alc880_three_stack_mixer,
3652                             alc880_five_stack_mixer},
3653                 .init_verbs = { alc880_volume_init_verbs,
3654                                 alc880_pin_5stack_init_verbs },
3655                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3656                 .dac_nids = alc880_dac_nids,
3657                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
3658                 .channel_mode = alc880_fivestack_modes,
3659                 .input_mux = &alc880_capture_source,
3660         },
3661         [ALC880_5ST_DIG] = {
3662                 .mixers = { alc880_three_stack_mixer,
3663                             alc880_five_stack_mixer },
3664                 .init_verbs = { alc880_volume_init_verbs,
3665                                 alc880_pin_5stack_init_verbs },
3666                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3667                 .dac_nids = alc880_dac_nids,
3668                 .dig_out_nid = ALC880_DIGOUT_NID,
3669                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
3670                 .channel_mode = alc880_fivestack_modes,
3671                 .input_mux = &alc880_capture_source,
3672         },
3673         [ALC880_6ST] = {
3674                 .mixers = { alc880_six_stack_mixer },
3675                 .init_verbs = { alc880_volume_init_verbs,
3676                                 alc880_pin_6stack_init_verbs },
3677                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
3678                 .dac_nids = alc880_6st_dac_nids,
3679                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
3680                 .channel_mode = alc880_sixstack_modes,
3681                 .input_mux = &alc880_6stack_capture_source,
3682         },
3683         [ALC880_6ST_DIG] = {
3684                 .mixers = { alc880_six_stack_mixer },
3685                 .init_verbs = { alc880_volume_init_verbs,
3686                                 alc880_pin_6stack_init_verbs },
3687                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
3688                 .dac_nids = alc880_6st_dac_nids,
3689                 .dig_out_nid = ALC880_DIGOUT_NID,
3690                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
3691                 .channel_mode = alc880_sixstack_modes,
3692                 .input_mux = &alc880_6stack_capture_source,
3693         },
3694         [ALC880_W810] = {
3695                 .mixers = { alc880_w810_base_mixer },
3696                 .init_verbs = { alc880_volume_init_verbs,
3697                                 alc880_pin_w810_init_verbs,
3698                                 alc880_gpio2_init_verbs },
3699                 .num_dacs = ARRAY_SIZE(alc880_w810_dac_nids),
3700                 .dac_nids = alc880_w810_dac_nids,
3701                 .dig_out_nid = ALC880_DIGOUT_NID,
3702                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
3703                 .channel_mode = alc880_w810_modes,
3704                 .input_mux = &alc880_capture_source,
3705         },
3706         [ALC880_Z71V] = {
3707                 .mixers = { alc880_z71v_mixer },
3708                 .init_verbs = { alc880_volume_init_verbs,
3709                                 alc880_pin_z71v_init_verbs },
3710                 .num_dacs = ARRAY_SIZE(alc880_z71v_dac_nids),
3711                 .dac_nids = alc880_z71v_dac_nids,
3712                 .dig_out_nid = ALC880_DIGOUT_NID,
3713                 .hp_nid = 0x03,
3714                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
3715                 .channel_mode = alc880_2_jack_modes,
3716                 .input_mux = &alc880_capture_source,
3717         },
3718         [ALC880_F1734] = {
3719                 .mixers = { alc880_f1734_mixer },
3720                 .init_verbs = { alc880_volume_init_verbs,
3721                                 alc880_pin_f1734_init_verbs },
3722                 .num_dacs = ARRAY_SIZE(alc880_f1734_dac_nids),
3723                 .dac_nids = alc880_f1734_dac_nids,
3724                 .hp_nid = 0x02,
3725                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
3726                 .channel_mode = alc880_2_jack_modes,
3727                 .input_mux = &alc880_f1734_capture_source,
3728                 .unsol_event = alc880_uniwill_p53_unsol_event,
3729                 .init_hook = alc880_uniwill_p53_hp_automute,
3730         },
3731         [ALC880_ASUS] = {
3732                 .mixers = { alc880_asus_mixer },
3733                 .init_verbs = { alc880_volume_init_verbs,
3734                                 alc880_pin_asus_init_verbs,
3735                                 alc880_gpio1_init_verbs },
3736                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3737                 .dac_nids = alc880_asus_dac_nids,
3738                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
3739                 .channel_mode = alc880_asus_modes,
3740                 .need_dac_fix = 1,
3741                 .input_mux = &alc880_capture_source,
3742         },
3743         [ALC880_ASUS_DIG] = {
3744                 .mixers = { alc880_asus_mixer },
3745                 .init_verbs = { alc880_volume_init_verbs,
3746                                 alc880_pin_asus_init_verbs,
3747                                 alc880_gpio1_init_verbs },
3748                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3749                 .dac_nids = alc880_asus_dac_nids,
3750                 .dig_out_nid = ALC880_DIGOUT_NID,
3751                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
3752                 .channel_mode = alc880_asus_modes,
3753                 .need_dac_fix = 1,
3754                 .input_mux = &alc880_capture_source,
3755         },
3756         [ALC880_ASUS_DIG2] = {
3757                 .mixers = { alc880_asus_mixer },
3758                 .init_verbs = { alc880_volume_init_verbs,
3759                                 alc880_pin_asus_init_verbs,
3760                                 alc880_gpio2_init_verbs }, /* use GPIO2 */
3761                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3762                 .dac_nids = alc880_asus_dac_nids,
3763                 .dig_out_nid = ALC880_DIGOUT_NID,
3764                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
3765                 .channel_mode = alc880_asus_modes,
3766                 .need_dac_fix = 1,
3767                 .input_mux = &alc880_capture_source,
3768         },
3769         [ALC880_ASUS_W1V] = {
3770                 .mixers = { alc880_asus_mixer, alc880_asus_w1v_mixer },
3771                 .init_verbs = { alc880_volume_init_verbs,
3772                                 alc880_pin_asus_init_verbs,
3773                                 alc880_gpio1_init_verbs },
3774                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3775                 .dac_nids = alc880_asus_dac_nids,
3776                 .dig_out_nid = ALC880_DIGOUT_NID,
3777                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
3778                 .channel_mode = alc880_asus_modes,
3779                 .need_dac_fix = 1,
3780                 .input_mux = &alc880_capture_source,
3781         },
3782         [ALC880_UNIWILL_DIG] = {
3783                 .mixers = { alc880_asus_mixer, alc880_pcbeep_mixer },
3784                 .init_verbs = { alc880_volume_init_verbs,
3785                                 alc880_pin_asus_init_verbs },
3786                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3787                 .dac_nids = alc880_asus_dac_nids,
3788                 .dig_out_nid = ALC880_DIGOUT_NID,
3789                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
3790                 .channel_mode = alc880_asus_modes,
3791                 .need_dac_fix = 1,
3792                 .input_mux = &alc880_capture_source,
3793         },
3794         [ALC880_UNIWILL] = {
3795                 .mixers = { alc880_uniwill_mixer },
3796                 .init_verbs = { alc880_volume_init_verbs,
3797                                 alc880_uniwill_init_verbs },
3798                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3799                 .dac_nids = alc880_asus_dac_nids,
3800                 .dig_out_nid = ALC880_DIGOUT_NID,
3801                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
3802                 .channel_mode = alc880_threestack_modes,
3803                 .need_dac_fix = 1,
3804                 .input_mux = &alc880_capture_source,
3805                 .unsol_event = alc880_uniwill_unsol_event,
3806                 .init_hook = alc880_uniwill_automute,
3807         },
3808         [ALC880_UNIWILL_P53] = {
3809                 .mixers = { alc880_uniwill_p53_mixer },
3810                 .init_verbs = { alc880_volume_init_verbs,
3811                                 alc880_uniwill_p53_init_verbs },
3812                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
3813                 .dac_nids = alc880_asus_dac_nids,
3814                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
3815                 .channel_mode = alc880_threestack_modes,
3816                 .input_mux = &alc880_capture_source,
3817                 .unsol_event = alc880_uniwill_p53_unsol_event,
3818                 .init_hook = alc880_uniwill_p53_hp_automute,
3819         },
3820         [ALC880_FUJITSU] = {
3821                 .mixers = { alc880_fujitsu_mixer,
3822                             alc880_pcbeep_mixer, },
3823                 .init_verbs = { alc880_volume_init_verbs,
3824                                 alc880_uniwill_p53_init_verbs,
3825                                 alc880_beep_init_verbs },
3826                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3827                 .dac_nids = alc880_dac_nids,
3828                 .dig_out_nid = ALC880_DIGOUT_NID,
3829                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
3830                 .channel_mode = alc880_2_jack_modes,
3831                 .input_mux = &alc880_capture_source,
3832                 .unsol_event = alc880_uniwill_p53_unsol_event,
3833                 .init_hook = alc880_uniwill_p53_hp_automute,
3834         },
3835         [ALC880_CLEVO] = {
3836                 .mixers = { alc880_three_stack_mixer },
3837                 .init_verbs = { alc880_volume_init_verbs,
3838                                 alc880_pin_clevo_init_verbs },
3839                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3840                 .dac_nids = alc880_dac_nids,
3841                 .hp_nid = 0x03,
3842                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
3843                 .channel_mode = alc880_threestack_modes,
3844                 .need_dac_fix = 1,
3845                 .input_mux = &alc880_capture_source,
3846         },
3847         [ALC880_LG] = {
3848                 .mixers = { alc880_lg_mixer },
3849                 .init_verbs = { alc880_volume_init_verbs,
3850                                 alc880_lg_init_verbs },
3851                 .num_dacs = ARRAY_SIZE(alc880_lg_dac_nids),
3852                 .dac_nids = alc880_lg_dac_nids,
3853                 .dig_out_nid = ALC880_DIGOUT_NID,
3854                 .num_channel_mode = ARRAY_SIZE(alc880_lg_ch_modes),
3855                 .channel_mode = alc880_lg_ch_modes,
3856                 .need_dac_fix = 1,
3857                 .input_mux = &alc880_lg_capture_source,
3858                 .unsol_event = alc880_lg_unsol_event,
3859                 .init_hook = alc880_lg_automute,
3860 #ifdef CONFIG_SND_HDA_POWER_SAVE
3861                 .loopbacks = alc880_lg_loopbacks,
3862 #endif
3863         },
3864         [ALC880_LG_LW] = {
3865                 .mixers = { alc880_lg_lw_mixer },
3866                 .init_verbs = { alc880_volume_init_verbs,
3867                                 alc880_lg_lw_init_verbs },
3868                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3869                 .dac_nids = alc880_dac_nids,
3870                 .dig_out_nid = ALC880_DIGOUT_NID,
3871                 .num_channel_mode = ARRAY_SIZE(alc880_lg_lw_modes),
3872                 .channel_mode = alc880_lg_lw_modes,
3873                 .input_mux = &alc880_lg_lw_capture_source,
3874                 .unsol_event = alc880_lg_lw_unsol_event,
3875                 .init_hook = alc880_lg_lw_automute,
3876         },
3877         [ALC880_MEDION_RIM] = {
3878                 .mixers = { alc880_medion_rim_mixer },
3879                 .init_verbs = { alc880_volume_init_verbs,
3880                                 alc880_medion_rim_init_verbs,
3881                                 alc_gpio2_init_verbs },
3882                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
3883                 .dac_nids = alc880_dac_nids,
3884                 .dig_out_nid = ALC880_DIGOUT_NID,
3885                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
3886                 .channel_mode = alc880_2_jack_modes,
3887                 .input_mux = &alc880_medion_rim_capture_source,
3888                 .unsol_event = alc880_medion_rim_unsol_event,
3889                 .init_hook = alc880_medion_rim_automute,
3890         },
3891 #ifdef CONFIG_SND_DEBUG
3892         [ALC880_TEST] = {
3893                 .mixers = { alc880_test_mixer },
3894                 .init_verbs = { alc880_test_init_verbs },
3895                 .num_dacs = ARRAY_SIZE(alc880_test_dac_nids),
3896                 .dac_nids = alc880_test_dac_nids,
3897                 .dig_out_nid = ALC880_DIGOUT_NID,
3898                 .num_channel_mode = ARRAY_SIZE(alc880_test_modes),
3899                 .channel_mode = alc880_test_modes,
3900                 .input_mux = &alc880_test_capture_source,
3901         },
3902 #endif
3903 };
3904
3905 /*
3906  * Automatic parse of I/O pins from the BIOS configuration
3907  */
3908
3909 enum {
3910         ALC_CTL_WIDGET_VOL,
3911         ALC_CTL_WIDGET_MUTE,
3912         ALC_CTL_BIND_MUTE,
3913 };
3914 static struct snd_kcontrol_new alc880_control_templates[] = {
3915         HDA_CODEC_VOLUME(NULL, 0, 0, 0),
3916         HDA_CODEC_MUTE(NULL, 0, 0, 0),
3917         HDA_BIND_MUTE(NULL, 0, 0, 0),
3918 };
3919
3920 /* add dynamic controls */
3921 static int add_control(struct alc_spec *spec, int type, const char *name,
3922                        unsigned long val)
3923 {
3924         struct snd_kcontrol_new *knew;
3925
3926         snd_array_init(&spec->kctls, sizeof(*knew), 32);
3927         knew = snd_array_new(&spec->kctls);
3928         if (!knew)
3929                 return -ENOMEM;
3930         *knew = alc880_control_templates[type];
3931         knew->name = kstrdup(name, GFP_KERNEL);
3932         if (!knew->name)
3933                 return -ENOMEM;
3934         knew->private_value = val;
3935         return 0;
3936 }
3937
3938 #define alc880_is_fixed_pin(nid)        ((nid) >= 0x14 && (nid) <= 0x17)
3939 #define alc880_fixed_pin_idx(nid)       ((nid) - 0x14)
3940 #define alc880_is_multi_pin(nid)        ((nid) >= 0x18)
3941 #define alc880_multi_pin_idx(nid)       ((nid) - 0x18)
3942 #define alc880_is_input_pin(nid)        ((nid) >= 0x18)
3943 #define alc880_input_pin_idx(nid)       ((nid) - 0x18)
3944 #define alc880_idx_to_dac(nid)          ((nid) + 0x02)
3945 #define alc880_dac_to_idx(nid)          ((nid) - 0x02)
3946 #define alc880_idx_to_mixer(nid)        ((nid) + 0x0c)
3947 #define alc880_idx_to_selector(nid)     ((nid) + 0x10)
3948 #define ALC880_PIN_CD_NID               0x1c
3949
3950 /* fill in the dac_nids table from the parsed pin configuration */
3951 static int alc880_auto_fill_dac_nids(struct alc_spec *spec,
3952                                      const struct auto_pin_cfg *cfg)
3953 {
3954         hda_nid_t nid;
3955         int assigned[4];
3956         int i, j;
3957
3958         memset(assigned, 0, sizeof(assigned));
3959         spec->multiout.dac_nids = spec->private_dac_nids;
3960
3961         /* check the pins hardwired to audio widget */
3962         for (i = 0; i < cfg->line_outs; i++) {
3963                 nid = cfg->line_out_pins[i];
3964                 if (alc880_is_fixed_pin(nid)) {
3965                         int idx = alc880_fixed_pin_idx(nid);
3966                         spec->multiout.dac_nids[i] = alc880_idx_to_dac(idx);
3967                         assigned[idx] = 1;
3968                 }
3969         }
3970         /* left pins can be connect to any audio widget */
3971         for (i = 0; i < cfg->line_outs; i++) {
3972                 nid = cfg->line_out_pins[i];
3973                 if (alc880_is_fixed_pin(nid))
3974                         continue;
3975                 /* search for an empty channel */
3976                 for (j = 0; j < cfg->line_outs; j++) {
3977                         if (!assigned[j]) {
3978                                 spec->multiout.dac_nids[i] =
3979                                         alc880_idx_to_dac(j);
3980                                 assigned[j] = 1;
3981                                 break;
3982                         }
3983                 }
3984         }
3985         spec->multiout.num_dacs = cfg->line_outs;
3986         return 0;
3987 }
3988
3989 /* add playback controls from the parsed DAC table */
3990 static int alc880_auto_create_multi_out_ctls(struct alc_spec *spec,
3991                                              const struct auto_pin_cfg *cfg)
3992 {
3993         char name[32];
3994         static const char *chname[4] = {
3995                 "Front", "Surround", NULL /*CLFE*/, "Side"
3996         };
3997         hda_nid_t nid;
3998         int i, err;
3999
4000         for (i = 0; i < cfg->line_outs; i++) {
4001                 if (!spec->multiout.dac_nids[i])
4002                         continue;
4003                 nid = alc880_idx_to_mixer(alc880_dac_to_idx(spec->multiout.dac_nids[i]));
4004                 if (i == 2) {
4005                         /* Center/LFE */
4006                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
4007                                           "Center Playback Volume",
4008                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
4009                                                               HDA_OUTPUT));
4010                         if (err < 0)
4011                                 return err;
4012                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
4013                                           "LFE Playback Volume",
4014                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
4015                                                               HDA_OUTPUT));
4016                         if (err < 0)
4017                                 return err;
4018                         err = add_control(spec, ALC_CTL_BIND_MUTE,
4019                                           "Center Playback Switch",
4020                                           HDA_COMPOSE_AMP_VAL(nid, 1, 2,
4021                                                               HDA_INPUT));
4022                         if (err < 0)
4023                                 return err;
4024                         err = add_control(spec, ALC_CTL_BIND_MUTE,
4025                                           "LFE Playback Switch",
4026                                           HDA_COMPOSE_AMP_VAL(nid, 2, 2,
4027                                                               HDA_INPUT));
4028                         if (err < 0)
4029                                 return err;
4030                 } else {
4031                         sprintf(name, "%s Playback Volume", chname[i]);
4032                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
4033                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
4034                                                               HDA_OUTPUT));
4035                         if (err < 0)
4036                                 return err;
4037                         sprintf(name, "%s Playback Switch", chname[i]);
4038                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
4039                                           HDA_COMPOSE_AMP_VAL(nid, 3, 2,
4040                                                               HDA_INPUT));
4041                         if (err < 0)
4042                                 return err;
4043                 }
4044         }
4045         return 0;
4046 }
4047
4048 /* add playback controls for speaker and HP outputs */
4049 static int alc880_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
4050                                         const char *pfx)
4051 {
4052         hda_nid_t nid;
4053         int err;
4054         char name[32];
4055
4056         if (!pin)
4057                 return 0;
4058
4059         if (alc880_is_fixed_pin(pin)) {
4060                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
4061                 /* specify the DAC as the extra output */
4062                 if (!spec->multiout.hp_nid)
4063                         spec->multiout.hp_nid = nid;
4064                 else
4065                         spec->multiout.extra_out_nid[0] = nid;
4066                 /* control HP volume/switch on the output mixer amp */
4067                 nid = alc880_idx_to_mixer(alc880_fixed_pin_idx(pin));
4068                 sprintf(name, "%s Playback Volume", pfx);
4069                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
4070                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
4071                 if (err < 0)
4072                         return err;
4073                 sprintf(name, "%s Playback Switch", pfx);
4074                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
4075                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
4076                 if (err < 0)
4077                         return err;
4078         } else if (alc880_is_multi_pin(pin)) {
4079                 /* set manual connection */
4080                 /* we have only a switch on HP-out PIN */
4081                 sprintf(name, "%s Playback Switch", pfx);
4082                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
4083                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
4084                 if (err < 0)
4085                         return err;
4086         }
4087         return 0;
4088 }
4089
4090 /* create input playback/capture controls for the given pin */
4091 static int new_analog_input(struct alc_spec *spec, hda_nid_t pin,
4092                             const char *ctlname,
4093                             int idx, hda_nid_t mix_nid)
4094 {
4095         char name[32];
4096         int err;
4097
4098         sprintf(name, "%s Playback Volume", ctlname);
4099         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
4100                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
4101         if (err < 0)
4102                 return err;
4103         sprintf(name, "%s Playback Switch", ctlname);
4104         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
4105                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
4106         if (err < 0)
4107                 return err;
4108         return 0;
4109 }
4110
4111 /* create playback/capture controls for input pins */
4112 static int alc880_auto_create_analog_input_ctls(struct alc_spec *spec,
4113                                                 const struct auto_pin_cfg *cfg)
4114 {
4115         struct hda_input_mux *imux = &spec->private_imux;
4116         int i, err, idx;
4117
4118         for (i = 0; i < AUTO_PIN_LAST; i++) {
4119                 if (alc880_is_input_pin(cfg->input_pins[i])) {
4120                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
4121                         err = new_analog_input(spec, cfg->input_pins[i],
4122                                                auto_pin_cfg_labels[i],
4123                                                idx, 0x0b);
4124                         if (err < 0)
4125                                 return err;
4126                         imux->items[imux->num_items].label =
4127                                 auto_pin_cfg_labels[i];
4128                         imux->items[imux->num_items].index =
4129                                 alc880_input_pin_idx(cfg->input_pins[i]);
4130                         imux->num_items++;
4131                 }
4132         }
4133         return 0;
4134 }
4135
4136 static void alc_set_pin_output(struct hda_codec *codec, hda_nid_t nid,
4137                                unsigned int pin_type)
4138 {
4139         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4140                             pin_type);
4141         /* unmute pin */
4142         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4143                             AMP_OUT_UNMUTE);
4144 }
4145
4146 static void alc880_auto_set_output_and_unmute(struct hda_codec *codec,
4147                                               hda_nid_t nid, int pin_type,
4148                                               int dac_idx)
4149 {
4150         alc_set_pin_output(codec, nid, pin_type);
4151         /* need the manual connection? */
4152         if (alc880_is_multi_pin(nid)) {
4153                 struct alc_spec *spec = codec->spec;
4154                 int idx = alc880_multi_pin_idx(nid);
4155                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
4156                                     AC_VERB_SET_CONNECT_SEL,
4157                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
4158         }
4159 }
4160
4161 static int get_pin_type(int line_out_type)
4162 {
4163         if (line_out_type == AUTO_PIN_HP_OUT)
4164                 return PIN_HP;
4165         else
4166                 return PIN_OUT;
4167 }
4168
4169 static void alc880_auto_init_multi_out(struct hda_codec *codec)
4170 {
4171         struct alc_spec *spec = codec->spec;
4172         int i;
4173
4174         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
4175         for (i = 0; i < spec->autocfg.line_outs; i++) {
4176                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
4177                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
4178                 alc880_auto_set_output_and_unmute(codec, nid, pin_type, i);
4179         }
4180 }
4181
4182 static void alc880_auto_init_extra_out(struct hda_codec *codec)
4183 {
4184         struct alc_spec *spec = codec->spec;
4185         hda_nid_t pin;
4186
4187         pin = spec->autocfg.speaker_pins[0];
4188         if (pin) /* connect to front */
4189                 alc880_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
4190         pin = spec->autocfg.hp_pins[0];
4191         if (pin) /* connect to front */
4192                 alc880_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
4193 }
4194
4195 static void alc880_auto_init_analog_input(struct hda_codec *codec)
4196 {
4197         struct alc_spec *spec = codec->spec;
4198         int i;
4199
4200         for (i = 0; i < AUTO_PIN_LAST; i++) {
4201                 hda_nid_t nid = spec->autocfg.input_pins[i];
4202                 if (alc880_is_input_pin(nid)) {
4203                         snd_hda_codec_write(codec, nid, 0,
4204                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
4205                                             i <= AUTO_PIN_FRONT_MIC ?
4206                                             PIN_VREF80 : PIN_IN);
4207                         if (nid != ALC880_PIN_CD_NID)
4208                                 snd_hda_codec_write(codec, nid, 0,
4209                                                     AC_VERB_SET_AMP_GAIN_MUTE,
4210                                                     AMP_OUT_MUTE);
4211                 }
4212         }
4213 }
4214
4215 /* parse the BIOS configuration and set up the alc_spec */
4216 /* return 1 if successful, 0 if the proper config is not found,
4217  * or a negative error code
4218  */
4219 static int alc880_parse_auto_config(struct hda_codec *codec)
4220 {
4221         struct alc_spec *spec = codec->spec;
4222         int err;
4223         static hda_nid_t alc880_ignore[] = { 0x1d, 0 };
4224
4225         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
4226                                            alc880_ignore);
4227         if (err < 0)
4228                 return err;
4229         if (!spec->autocfg.line_outs)
4230                 return 0; /* can't find valid BIOS pin config */
4231
4232         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
4233         if (err < 0)
4234                 return err;
4235         err = alc880_auto_create_multi_out_ctls(spec, &spec->autocfg);
4236         if (err < 0)
4237                 return err;
4238         err = alc880_auto_create_extra_out(spec,
4239                                            spec->autocfg.speaker_pins[0],
4240                                            "Speaker");
4241         if (err < 0)
4242                 return err;
4243         err = alc880_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
4244                                            "Headphone");
4245         if (err < 0)
4246                 return err;
4247         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
4248         if (err < 0)
4249                 return err;
4250
4251         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
4252
4253         if (spec->autocfg.dig_out_pin)
4254                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
4255         if (spec->autocfg.dig_in_pin)
4256                 spec->dig_in_nid = ALC880_DIGIN_NID;
4257
4258         if (spec->kctls.list)
4259                 add_mixer(spec, spec->kctls.list);
4260
4261         add_verb(spec, alc880_volume_init_verbs);
4262
4263         spec->num_mux_defs = 1;
4264         spec->input_mux = &spec->private_imux;
4265
4266         store_pin_configs(codec);
4267         return 1;
4268 }
4269
4270 /* additional initialization for auto-configuration model */
4271 static void alc880_auto_init(struct hda_codec *codec)
4272 {
4273         struct alc_spec *spec = codec->spec;
4274         alc880_auto_init_multi_out(codec);
4275         alc880_auto_init_extra_out(codec);
4276         alc880_auto_init_analog_input(codec);
4277         if (spec->unsol_event)
4278                 alc_inithook(codec);
4279 }
4280
4281 /*
4282  * OK, here we have finally the patch for ALC880
4283  */
4284
4285 static void set_capture_mixer(struct alc_spec *spec)
4286 {
4287         static struct snd_kcontrol_new *caps[3] = {
4288                 alc_capture_mixer1,
4289                 alc_capture_mixer2,
4290                 alc_capture_mixer3,
4291         };
4292         if (spec->num_adc_nids > 0 && spec->num_adc_nids <= 3)
4293                 spec->cap_mixer = caps[spec->num_adc_nids - 1];
4294 }
4295
4296 static int patch_alc880(struct hda_codec *codec)
4297 {
4298         struct alc_spec *spec;
4299         int board_config;
4300         int err;
4301
4302         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4303         if (spec == NULL)
4304                 return -ENOMEM;
4305
4306         codec->spec = spec;
4307
4308         board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
4309                                                   alc880_models,
4310                                                   alc880_cfg_tbl);
4311         if (board_config < 0) {
4312                 printk(KERN_INFO "hda_codec: Unknown model for ALC880, "
4313                        "trying auto-probe from BIOS...\n");
4314                 board_config = ALC880_AUTO;
4315         }
4316
4317         if (board_config == ALC880_AUTO) {
4318                 /* automatic parse from the BIOS config */
4319                 err = alc880_parse_auto_config(codec);
4320                 if (err < 0) {
4321                         alc_free(codec);
4322                         return err;
4323                 } else if (!err) {
4324                         printk(KERN_INFO
4325                                "hda_codec: Cannot set up configuration "
4326                                "from BIOS.  Using 3-stack mode...\n");
4327                         board_config = ALC880_3ST;
4328                 }
4329         }
4330
4331         if (board_config != ALC880_AUTO)
4332                 setup_preset(spec, &alc880_presets[board_config]);
4333
4334         spec->stream_name_analog = "ALC880 Analog";
4335         spec->stream_analog_playback = &alc880_pcm_analog_playback;
4336         spec->stream_analog_capture = &alc880_pcm_analog_capture;
4337         spec->stream_analog_alt_capture = &alc880_pcm_analog_alt_capture;
4338
4339         spec->stream_name_digital = "ALC880 Digital";
4340         spec->stream_digital_playback = &alc880_pcm_digital_playback;
4341         spec->stream_digital_capture = &alc880_pcm_digital_capture;
4342
4343         if (!spec->adc_nids && spec->input_mux) {
4344                 /* check whether NID 0x07 is valid */
4345                 unsigned int wcap = get_wcaps(codec, alc880_adc_nids[0]);
4346                 /* get type */
4347                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
4348                 if (wcap != AC_WID_AUD_IN) {
4349                         spec->adc_nids = alc880_adc_nids_alt;
4350                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids_alt);
4351                 } else {
4352                         spec->adc_nids = alc880_adc_nids;
4353                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids);
4354                 }
4355         }
4356         set_capture_mixer(spec);
4357
4358         spec->vmaster_nid = 0x0c;
4359
4360         codec->patch_ops = alc_patch_ops;
4361         if (board_config == ALC880_AUTO)
4362                 spec->init_hook = alc880_auto_init;
4363 #ifdef CONFIG_SND_HDA_POWER_SAVE
4364         if (!spec->loopback.amplist)
4365                 spec->loopback.amplist = alc880_loopbacks;
4366 #endif
4367         codec->proc_widget_hook = print_realtek_coef;
4368
4369         return 0;
4370 }
4371
4372
4373 /*
4374  * ALC260 support
4375  */
4376
4377 static hda_nid_t alc260_dac_nids[1] = {
4378         /* front */
4379         0x02,
4380 };
4381
4382 static hda_nid_t alc260_adc_nids[1] = {
4383         /* ADC0 */
4384         0x04,
4385 };
4386
4387 static hda_nid_t alc260_adc_nids_alt[1] = {
4388         /* ADC1 */
4389         0x05,
4390 };
4391
4392 /* NIDs used when simultaneous access to both ADCs makes sense.  Note that
4393  * alc260_capture_mixer assumes ADC0 (nid 0x04) is the first ADC.
4394  */
4395 static hda_nid_t alc260_dual_adc_nids[2] = {
4396         /* ADC0, ADC1 */
4397         0x04, 0x05
4398 };
4399
4400 #define ALC260_DIGOUT_NID       0x03
4401 #define ALC260_DIGIN_NID        0x06
4402
4403 static struct hda_input_mux alc260_capture_source = {
4404         .num_items = 4,
4405         .items = {
4406                 { "Mic", 0x0 },
4407                 { "Front Mic", 0x1 },
4408                 { "Line", 0x2 },
4409                 { "CD", 0x4 },
4410         },
4411 };
4412
4413 /* On Fujitsu S702x laptops capture only makes sense from Mic/LineIn jack,
4414  * headphone jack and the internal CD lines since these are the only pins at
4415  * which audio can appear.  For flexibility, also allow the option of
4416  * recording the mixer output on the second ADC (ADC0 doesn't have a
4417  * connection to the mixer output).
4418  */
4419 static struct hda_input_mux alc260_fujitsu_capture_sources[2] = {
4420         {
4421                 .num_items = 3,
4422                 .items = {
4423                         { "Mic/Line", 0x0 },
4424                         { "CD", 0x4 },
4425                         { "Headphone", 0x2 },
4426                 },
4427         },
4428         {
4429                 .num_items = 4,
4430                 .items = {
4431                         { "Mic/Line", 0x0 },
4432                         { "CD", 0x4 },
4433                         { "Headphone", 0x2 },
4434                         { "Mixer", 0x5 },
4435                 },
4436         },
4437
4438 };
4439
4440 /* Acer TravelMate(/Extensa/Aspire) notebooks have similar configuration to
4441  * the Fujitsu S702x, but jacks are marked differently.
4442  */
4443 static struct hda_input_mux alc260_acer_capture_sources[2] = {
4444         {
4445                 .num_items = 4,
4446                 .items = {
4447                         { "Mic", 0x0 },
4448                         { "Line", 0x2 },
4449                         { "CD", 0x4 },
4450                         { "Headphone", 0x5 },
4451                 },
4452         },
4453         {
4454                 .num_items = 5,
4455                 .items = {
4456                         { "Mic", 0x0 },
4457                         { "Line", 0x2 },
4458                         { "CD", 0x4 },
4459                         { "Headphone", 0x6 },
4460                         { "Mixer", 0x5 },
4461                 },
4462         },
4463 };
4464 /*
4465  * This is just place-holder, so there's something for alc_build_pcms to look
4466  * at when it calculates the maximum number of channels. ALC260 has no mixer
4467  * element which allows changing the channel mode, so the verb list is
4468  * never used.
4469  */
4470 static struct hda_channel_mode alc260_modes[1] = {
4471         { 2, NULL },
4472 };
4473
4474
4475 /* Mixer combinations
4476  *
4477  * basic: base_output + input + pc_beep + capture
4478  * HP: base_output + input + capture_alt
4479  * HP_3013: hp_3013 + input + capture
4480  * fujitsu: fujitsu + capture
4481  * acer: acer + capture
4482  */
4483
4484 static struct snd_kcontrol_new alc260_base_output_mixer[] = {
4485         HDA_CODEC_VOLUME("Front Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4486         HDA_BIND_MUTE("Front Playback Switch", 0x08, 2, HDA_INPUT),
4487         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4488         HDA_BIND_MUTE("Headphone Playback Switch", 0x09, 2, HDA_INPUT),
4489         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
4490         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
4491         { } /* end */
4492 };
4493
4494 static struct snd_kcontrol_new alc260_input_mixer[] = {
4495         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4496         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4497         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
4498         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
4499         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
4500         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
4501         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x07, 0x01, HDA_INPUT),
4502         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x07, 0x01, HDA_INPUT),
4503         { } /* end */
4504 };
4505
4506 static struct snd_kcontrol_new alc260_pc_beep_mixer[] = {
4507         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x07, 0x05, HDA_INPUT),
4508         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x07, 0x05, HDA_INPUT),
4509         { } /* end */
4510 };
4511
4512 /* update HP, line and mono out pins according to the master switch */
4513 static void alc260_hp_master_update(struct hda_codec *codec,
4514                                     hda_nid_t hp, hda_nid_t line,
4515                                     hda_nid_t mono)
4516 {
4517         struct alc_spec *spec = codec->spec;
4518         unsigned int val = spec->master_sw ? PIN_HP : 0;
4519         /* change HP and line-out pins */
4520         snd_hda_codec_write(codec, hp, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4521                             val);
4522         snd_hda_codec_write(codec, line, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4523                             val);
4524         /* mono (speaker) depending on the HP jack sense */
4525         val = (val && !spec->jack_present) ? PIN_OUT : 0;
4526         snd_hda_codec_write(codec, mono, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4527                             val);
4528 }
4529
4530 static int alc260_hp_master_sw_get(struct snd_kcontrol *kcontrol,
4531                                    struct snd_ctl_elem_value *ucontrol)
4532 {
4533         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
4534         struct alc_spec *spec = codec->spec;
4535         *ucontrol->value.integer.value = spec->master_sw;
4536         return 0;
4537 }
4538
4539 static int alc260_hp_master_sw_put(struct snd_kcontrol *kcontrol,
4540                                    struct snd_ctl_elem_value *ucontrol)
4541 {
4542         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
4543         struct alc_spec *spec = codec->spec;
4544         int val = !!*ucontrol->value.integer.value;
4545         hda_nid_t hp, line, mono;
4546
4547         if (val == spec->master_sw)
4548                 return 0;
4549         spec->master_sw = val;
4550         hp = (kcontrol->private_value >> 16) & 0xff;
4551         line = (kcontrol->private_value >> 8) & 0xff;
4552         mono = kcontrol->private_value & 0xff;
4553         alc260_hp_master_update(codec, hp, line, mono);
4554         return 1;
4555 }
4556
4557 static struct snd_kcontrol_new alc260_hp_output_mixer[] = {
4558         {
4559                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4560                 .name = "Master Playback Switch",
4561                 .info = snd_ctl_boolean_mono_info,
4562                 .get = alc260_hp_master_sw_get,
4563                 .put = alc260_hp_master_sw_put,
4564                 .private_value = (0x0f << 16) | (0x10 << 8) | 0x11
4565         },
4566         HDA_CODEC_VOLUME("Front Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4567         HDA_BIND_MUTE("Front Playback Switch", 0x08, 2, HDA_INPUT),
4568         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4569         HDA_BIND_MUTE("Headphone Playback Switch", 0x09, 2, HDA_INPUT),
4570         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0a, 1, 0x0,
4571                               HDA_OUTPUT),
4572         HDA_BIND_MUTE_MONO("Speaker Playback Switch", 0x0a, 1, 2, HDA_INPUT),
4573         { } /* end */
4574 };
4575
4576 static struct hda_verb alc260_hp_unsol_verbs[] = {
4577         {0x10, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
4578         {},
4579 };
4580
4581 static void alc260_hp_automute(struct hda_codec *codec)
4582 {
4583         struct alc_spec *spec = codec->spec;
4584         unsigned int present;
4585
4586         present = snd_hda_codec_read(codec, 0x10, 0,
4587                                      AC_VERB_GET_PIN_SENSE, 0);
4588         spec->jack_present = (present & AC_PINSENSE_PRESENCE) != 0;
4589         alc260_hp_master_update(codec, 0x0f, 0x10, 0x11);
4590 }
4591
4592 static void alc260_hp_unsol_event(struct hda_codec *codec, unsigned int res)
4593 {
4594         if ((res >> 26) == ALC880_HP_EVENT)
4595                 alc260_hp_automute(codec);
4596 }
4597
4598 static struct snd_kcontrol_new alc260_hp_3013_mixer[] = {
4599         {
4600                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4601                 .name = "Master Playback Switch",
4602                 .info = snd_ctl_boolean_mono_info,
4603                 .get = alc260_hp_master_sw_get,
4604                 .put = alc260_hp_master_sw_put,
4605                 .private_value = (0x15 << 16) | (0x10 << 8) | 0x11
4606         },
4607         HDA_CODEC_VOLUME("Front Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4608         HDA_CODEC_MUTE("Front Playback Switch", 0x10, 0x0, HDA_OUTPUT),
4609         HDA_CODEC_VOLUME("Aux-In Playback Volume", 0x07, 0x06, HDA_INPUT),
4610         HDA_CODEC_MUTE("Aux-In Playback Switch", 0x07, 0x06, HDA_INPUT),
4611         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4612         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
4613         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
4614         HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x11, 1, 0x0, HDA_OUTPUT),
4615         { } /* end */
4616 };
4617
4618 static struct hda_bind_ctls alc260_dc7600_bind_master_vol = {
4619         .ops = &snd_hda_bind_vol,
4620         .values = {
4621                 HDA_COMPOSE_AMP_VAL(0x08, 3, 0, HDA_OUTPUT),
4622                 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
4623                 HDA_COMPOSE_AMP_VAL(0x0a, 3, 0, HDA_OUTPUT),
4624                 0
4625         },
4626 };
4627
4628 static struct hda_bind_ctls alc260_dc7600_bind_switch = {
4629         .ops = &snd_hda_bind_sw,
4630         .values = {
4631                 HDA_COMPOSE_AMP_VAL(0x11, 3, 0, HDA_OUTPUT),
4632                 HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
4633                 0
4634         },
4635 };
4636
4637 static struct snd_kcontrol_new alc260_hp_dc7600_mixer[] = {
4638         HDA_BIND_VOL("Master Playback Volume", &alc260_dc7600_bind_master_vol),
4639         HDA_BIND_SW("LineOut Playback Switch", &alc260_dc7600_bind_switch),
4640         HDA_CODEC_MUTE("Speaker Playback Switch", 0x0f, 0x0, HDA_OUTPUT),
4641         HDA_CODEC_MUTE("Headphone Playback Switch", 0x10, 0x0, HDA_OUTPUT),
4642         { } /* end */
4643 };
4644
4645 static struct hda_verb alc260_hp_3013_unsol_verbs[] = {
4646         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
4647         {},
4648 };
4649
4650 static void alc260_hp_3013_automute(struct hda_codec *codec)
4651 {
4652         struct alc_spec *spec = codec->spec;
4653         unsigned int present;
4654
4655         present = snd_hda_codec_read(codec, 0x15, 0,
4656                                      AC_VERB_GET_PIN_SENSE, 0);
4657         spec->jack_present = (present & AC_PINSENSE_PRESENCE) != 0;
4658         alc260_hp_master_update(codec, 0x15, 0x10, 0x11);
4659 }
4660
4661 static void alc260_hp_3013_unsol_event(struct hda_codec *codec,
4662                                        unsigned int res)
4663 {
4664         if ((res >> 26) == ALC880_HP_EVENT)
4665                 alc260_hp_3013_automute(codec);
4666 }
4667
4668 static void alc260_hp_3012_automute(struct hda_codec *codec)
4669 {
4670         unsigned int present, bits;
4671
4672         present = snd_hda_codec_read(codec, 0x10, 0,
4673                         AC_VERB_GET_PIN_SENSE, 0) & AC_PINSENSE_PRESENCE;
4674
4675         bits = present ? 0 : PIN_OUT;
4676         snd_hda_codec_write(codec, 0x0f, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4677                             bits);
4678         snd_hda_codec_write(codec, 0x11, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4679                             bits);
4680         snd_hda_codec_write(codec, 0x15, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4681                             bits);
4682 }
4683
4684 static void alc260_hp_3012_unsol_event(struct hda_codec *codec,
4685                                        unsigned int res)
4686 {
4687         if ((res >> 26) == ALC880_HP_EVENT)
4688                 alc260_hp_3012_automute(codec);
4689 }
4690
4691 /* Fujitsu S702x series laptops.  ALC260 pin usage: Mic/Line jack = 0x12,
4692  * HP jack = 0x14, CD audio =  0x16, internal speaker = 0x10.
4693  */
4694 static struct snd_kcontrol_new alc260_fujitsu_mixer[] = {
4695         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4696         HDA_BIND_MUTE("Headphone Playback Switch", 0x08, 2, HDA_INPUT),
4697         ALC_PIN_MODE("Headphone Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
4698         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4699         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4700         HDA_CODEC_VOLUME("Mic/Line Playback Volume", 0x07, 0x0, HDA_INPUT),
4701         HDA_CODEC_MUTE("Mic/Line Playback Switch", 0x07, 0x0, HDA_INPUT),
4702         ALC_PIN_MODE("Mic/Line Jack Mode", 0x12, ALC_PIN_DIR_IN),
4703         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
4704         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
4705         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4706         HDA_BIND_MUTE("Speaker Playback Switch", 0x09, 2, HDA_INPUT),
4707         { } /* end */
4708 };
4709
4710 /* Mixer for Acer TravelMate(/Extensa/Aspire) notebooks.  Note that current
4711  * versions of the ALC260 don't act on requests to enable mic bias from NID
4712  * 0x0f (used to drive the headphone jack in these laptops).  The ALC260
4713  * datasheet doesn't mention this restriction.  At this stage it's not clear
4714  * whether this behaviour is intentional or is a hardware bug in chip
4715  * revisions available in early 2006.  Therefore for now allow the
4716  * "Headphone Jack Mode" control to span all choices, but if it turns out
4717  * that the lack of mic bias for this NID is intentional we could change the
4718  * mode from ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
4719  *
4720  * In addition, Acer TravelMate(/Extensa/Aspire) notebooks in early 2006
4721  * don't appear to make the mic bias available from the "line" jack, even
4722  * though the NID used for this jack (0x14) can supply it.  The theory is
4723  * that perhaps Acer have included blocking capacitors between the ALC260
4724  * and the output jack.  If this turns out to be the case for all such
4725  * models the "Line Jack Mode" mode could be changed from ALC_PIN_DIR_INOUT
4726  * to ALC_PIN_DIR_INOUT_NOMICBIAS.
4727  *
4728  * The C20x Tablet series have a mono internal speaker which is controlled
4729  * via the chip's Mono sum widget and pin complex, so include the necessary
4730  * controls for such models.  On models without a "mono speaker" the control
4731  * won't do anything.
4732  */
4733 static struct snd_kcontrol_new alc260_acer_mixer[] = {
4734         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4735         HDA_BIND_MUTE("Master Playback Switch", 0x08, 2, HDA_INPUT),
4736         ALC_PIN_MODE("Headphone Jack Mode", 0x0f, ALC_PIN_DIR_INOUT),
4737         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0a, 1, 0x0,
4738                               HDA_OUTPUT),
4739         HDA_BIND_MUTE_MONO("Speaker Playback Switch", 0x0a, 1, 2,
4740                            HDA_INPUT),
4741         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4742         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4743         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
4744         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
4745         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
4746         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
4747         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
4748         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
4749         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
4750         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
4751         { } /* end */
4752 };
4753
4754 /* Packard bell V7900  ALC260 pin usage: HP = 0x0f, Mic jack = 0x12,
4755  * Line In jack = 0x14, CD audio =  0x16, pc beep = 0x17.
4756  */
4757 static struct snd_kcontrol_new alc260_will_mixer[] = {
4758         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4759         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
4760         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
4761         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
4762         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
4763         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
4764         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
4765         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
4766         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4767         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4768         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
4769         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
4770         { } /* end */
4771 };
4772
4773 /* Replacer 672V ALC260 pin usage: Mic jack = 0x12,
4774  * Line In jack = 0x14, ATAPI Mic = 0x13, speaker = 0x0f.
4775  */
4776 static struct snd_kcontrol_new alc260_replacer_672v_mixer[] = {
4777         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4778         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
4779         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
4780         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
4781         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
4782         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x07, 0x1, HDA_INPUT),
4783         HDA_CODEC_MUTE("ATATI Mic Playback Switch", 0x07, 0x1, HDA_INPUT),
4784         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
4785         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
4786         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
4787         { } /* end */
4788 };
4789
4790 /*
4791  * initialization verbs
4792  */
4793 static struct hda_verb alc260_init_verbs[] = {
4794         /* Line In pin widget for input */
4795         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
4796         /* CD pin widget for input */
4797         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
4798         /* Mic1 (rear panel) pin widget for input and vref at 80% */
4799         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
4800         /* Mic2 (front panel) pin widget for input and vref at 80% */
4801         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
4802         /* LINE-2 is used for line-out in rear */
4803         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4804         /* select line-out */
4805         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
4806         /* LINE-OUT pin */
4807         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4808         /* enable HP */
4809         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4810         /* enable Mono */
4811         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4812         /* mute capture amp left and right */
4813         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4814         /* set connection select to line in (default select for this ADC) */
4815         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
4816         /* mute capture amp left and right */
4817         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4818         /* set connection select to line in (default select for this ADC) */
4819         {0x05, AC_VERB_SET_CONNECT_SEL, 0x02},
4820         /* set vol=0 Line-Out mixer amp left and right */
4821         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4822         /* unmute pin widget amp left and right (no gain on this amp) */
4823         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4824         /* set vol=0 HP mixer amp left and right */
4825         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4826         /* unmute pin widget amp left and right (no gain on this amp) */
4827         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4828         /* set vol=0 Mono mixer amp left and right */
4829         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4830         /* unmute pin widget amp left and right (no gain on this amp) */
4831         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4832         /* unmute LINE-2 out pin */
4833         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4834         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
4835          * Line In 2 = 0x03
4836          */
4837         /* mute analog inputs */
4838         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4839         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4840         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4841         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4842         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4843         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
4844         /* mute Front out path */
4845         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4846         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4847         /* mute Headphone out path */
4848         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4849         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4850         /* mute Mono out path */
4851         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4852         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4853         { }
4854 };
4855
4856 #if 0 /* should be identical with alc260_init_verbs? */
4857 static struct hda_verb alc260_hp_init_verbs[] = {
4858         /* Headphone and output */
4859         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
4860         /* mono output */
4861         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
4862         /* Mic1 (rear panel) pin widget for input and vref at 80% */
4863         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
4864         /* Mic2 (front panel) pin widget for input and vref at 80% */
4865         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
4866         /* Line In pin widget for input */
4867         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
4868         /* Line-2 pin widget for output */
4869         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
4870         /* CD pin widget for input */
4871         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
4872         /* unmute amp left and right */
4873         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
4874         /* set connection select to line in (default select for this ADC) */
4875         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
4876         /* unmute Line-Out mixer amp left and right (volume = 0) */
4877         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
4878         /* mute pin widget amp left and right (no gain on this amp) */
4879         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
4880         /* unmute HP mixer amp left and right (volume = 0) */
4881         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
4882         /* mute pin widget amp left and right (no gain on this amp) */
4883         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
4884         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
4885          * Line In 2 = 0x03
4886          */
4887         /* mute analog inputs */
4888         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4889         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4890         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4891         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4892         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4893         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
4894         /* Unmute Front out path */
4895         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4896         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4897         /* Unmute Headphone out path */
4898         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4899         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4900         /* Unmute Mono out path */
4901         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4902         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4903         { }
4904 };
4905 #endif
4906
4907 static struct hda_verb alc260_hp_3013_init_verbs[] = {
4908         /* Line out and output */
4909         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
4910         /* mono output */
4911         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
4912         /* Mic1 (rear panel) pin widget for input and vref at 80% */
4913         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
4914         /* Mic2 (front panel) pin widget for input and vref at 80% */
4915         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
4916         /* Line In pin widget for input */
4917         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
4918         /* Headphone pin widget for output */
4919         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
4920         /* CD pin widget for input */
4921         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
4922         /* unmute amp left and right */
4923         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
4924         /* set connection select to line in (default select for this ADC) */
4925         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
4926         /* unmute Line-Out mixer amp left and right (volume = 0) */
4927         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
4928         /* mute pin widget amp left and right (no gain on this amp) */
4929         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
4930         /* unmute HP mixer amp left and right (volume = 0) */
4931         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
4932         /* mute pin widget amp left and right (no gain on this amp) */
4933         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
4934         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
4935          * Line In 2 = 0x03
4936          */
4937         /* mute analog inputs */
4938         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4939         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4940         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4941         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4942         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4943         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
4944         /* Unmute Front out path */
4945         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4946         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4947         /* Unmute Headphone out path */
4948         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4949         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4950         /* Unmute Mono out path */
4951         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4952         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
4953         { }
4954 };
4955
4956 /* Initialisation sequence for ALC260 as configured in Fujitsu S702x
4957  * laptops.  ALC260 pin usage: Mic/Line jack = 0x12, HP jack = 0x14, CD
4958  * audio = 0x16, internal speaker = 0x10.
4959  */
4960 static struct hda_verb alc260_fujitsu_init_verbs[] = {
4961         /* Disable all GPIOs */
4962         {0x01, AC_VERB_SET_GPIO_MASK, 0},
4963         /* Internal speaker is connected to headphone pin */
4964         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4965         /* Headphone/Line-out jack connects to Line1 pin; make it an output */
4966         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4967         /* Mic/Line-in jack is connected to mic1 pin, so make it an input */
4968         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
4969         /* Ensure all other unused pins are disabled and muted. */
4970         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4971         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4972         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4973         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4974         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4975         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4976         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4977         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4978
4979         /* Disable digital (SPDIF) pins */
4980         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
4981         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
4982
4983         /* Ensure Line1 pin widget takes its input from the OUT1 sum bus
4984          * when acting as an output.
4985          */
4986         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
4987
4988         /* Start with output sum widgets muted and their output gains at min */
4989         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4990         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4991         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4992         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4993         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4994         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4995         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4996         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4997         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4998
4999         /* Unmute HP pin widget amp left and right (no equiv mixer ctrl) */
5000         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5001         /* Unmute Line1 pin widget output buffer since it starts as an output.
5002          * If the pin mode is changed by the user the pin mode control will
5003          * take care of enabling the pin's input/output buffers as needed.
5004          * Therefore there's no need to enable the input buffer at this
5005          * stage.
5006          */
5007         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5008         /* Unmute input buffer of pin widget used for Line-in (no equiv
5009          * mixer ctrl)
5010          */
5011         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5012
5013         /* Mute capture amp left and right */
5014         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5015         /* Set ADC connection select to match default mixer setting - line
5016          * in (on mic1 pin)
5017          */
5018         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
5019
5020         /* Do the same for the second ADC: mute capture input amp and
5021          * set ADC connection to line in (on mic1 pin)
5022          */
5023         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5024         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
5025
5026         /* Mute all inputs to mixer widget (even unconnected ones) */
5027         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
5028         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
5029         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
5030         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
5031         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
5032         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
5033         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
5034         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
5035
5036         { }
5037 };
5038
5039 /* Initialisation sequence for ALC260 as configured in Acer TravelMate and
5040  * similar laptops (adapted from Fujitsu init verbs).
5041  */
5042 static struct hda_verb alc260_acer_init_verbs[] = {
5043         /* On TravelMate laptops, GPIO 0 enables the internal speaker and
5044          * the headphone jack.  Turn this on and rely on the standard mute
5045          * methods whenever the user wants to turn these outputs off.
5046          */
5047         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
5048         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
5049         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
5050         /* Internal speaker/Headphone jack is connected to Line-out pin */
5051         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5052         /* Internal microphone/Mic jack is connected to Mic1 pin */
5053         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
5054         /* Line In jack is connected to Line1 pin */
5055         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5056         /* Some Acers (eg: C20x Tablets) use Mono pin for internal speaker */
5057         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5058         /* Ensure all other unused pins are disabled and muted. */
5059         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
5060         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5061         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
5062         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5063         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
5064         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5065         /* Disable digital (SPDIF) pins */
5066         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
5067         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
5068
5069         /* Ensure Mic1 and Line1 pin widgets take input from the OUT1 sum
5070          * bus when acting as outputs.
5071          */
5072         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
5073         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
5074
5075         /* Start with output sum widgets muted and their output gains at min */
5076         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5077         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5078         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5079         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5080         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5081         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5082         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5083         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5084         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5085
5086         /* Unmute Line-out pin widget amp left and right
5087          * (no equiv mixer ctrl)
5088          */
5089         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5090         /* Unmute mono pin widget amp output (no equiv mixer ctrl) */
5091         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5092         /* Unmute Mic1 and Line1 pin widget input buffers since they start as
5093          * inputs. If the pin mode is changed by the user the pin mode control
5094          * will take care of enabling the pin's input/output buffers as needed.
5095          * Therefore there's no need to enable the input buffer at this
5096          * stage.
5097          */
5098         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5099         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5100
5101         /* Mute capture amp left and right */
5102         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5103         /* Set ADC connection select to match default mixer setting - mic
5104          * (on mic1 pin)
5105          */
5106         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
5107
5108         /* Do similar with the second ADC: mute capture input amp and
5109          * set ADC connection to mic to match ALSA's default state.
5110          */
5111         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5112         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
5113
5114         /* Mute all inputs to mixer widget (even unconnected ones) */
5115         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
5116         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
5117         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
5118         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
5119         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
5120         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
5121         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
5122         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
5123
5124         { }
5125 };
5126
5127 static struct hda_verb alc260_will_verbs[] = {
5128         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5129         {0x0b, AC_VERB_SET_CONNECT_SEL, 0x00},
5130         {0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
5131         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
5132         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
5133         {0x1a, AC_VERB_SET_PROC_COEF, 0x3040},
5134         {}
5135 };
5136
5137 static struct hda_verb alc260_replacer_672v_verbs[] = {
5138         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
5139         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
5140         {0x1a, AC_VERB_SET_PROC_COEF, 0x3050},
5141
5142         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
5143         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
5144         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
5145
5146         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
5147         {}
5148 };
5149
5150 /* toggle speaker-output according to the hp-jack state */
5151 static void alc260_replacer_672v_automute(struct hda_codec *codec)
5152 {
5153         unsigned int present;
5154
5155         /* speaker --> GPIO Data 0, hp or spdif --> GPIO data 1 */
5156         present = snd_hda_codec_read(codec, 0x0f, 0,
5157                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5158         if (present) {
5159                 snd_hda_codec_write_cache(codec, 0x01, 0,
5160                                           AC_VERB_SET_GPIO_DATA, 1);
5161                 snd_hda_codec_write_cache(codec, 0x0f, 0,
5162                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
5163                                           PIN_HP);
5164         } else {
5165                 snd_hda_codec_write_cache(codec, 0x01, 0,
5166                                           AC_VERB_SET_GPIO_DATA, 0);
5167                 snd_hda_codec_write_cache(codec, 0x0f, 0,
5168                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
5169                                           PIN_OUT);
5170         }
5171 }
5172
5173 static void alc260_replacer_672v_unsol_event(struct hda_codec *codec,
5174                                        unsigned int res)
5175 {
5176         if ((res >> 26) == ALC880_HP_EVENT)
5177                 alc260_replacer_672v_automute(codec);
5178 }
5179
5180 static struct hda_verb alc260_hp_dc7600_verbs[] = {
5181         {0x05, AC_VERB_SET_CONNECT_SEL, 0x01},
5182         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
5183         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5184         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5185         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5186         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5187         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5188         {0x10, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
5189         {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
5190         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
5191         {}
5192 };
5193
5194 /* Test configuration for debugging, modelled after the ALC880 test
5195  * configuration.
5196  */
5197 #ifdef CONFIG_SND_DEBUG
5198 static hda_nid_t alc260_test_dac_nids[1] = {
5199         0x02,
5200 };
5201 static hda_nid_t alc260_test_adc_nids[2] = {
5202         0x04, 0x05,
5203 };
5204 /* For testing the ALC260, each input MUX needs its own definition since
5205  * the signal assignments are different.  This assumes that the first ADC
5206  * is NID 0x04.
5207  */
5208 static struct hda_input_mux alc260_test_capture_sources[2] = {
5209         {
5210                 .num_items = 7,
5211                 .items = {
5212                         { "MIC1 pin", 0x0 },
5213                         { "MIC2 pin", 0x1 },
5214                         { "LINE1 pin", 0x2 },
5215                         { "LINE2 pin", 0x3 },
5216                         { "CD pin", 0x4 },
5217                         { "LINE-OUT pin", 0x5 },
5218                         { "HP-OUT pin", 0x6 },
5219                 },
5220         },
5221         {
5222                 .num_items = 8,
5223                 .items = {
5224                         { "MIC1 pin", 0x0 },
5225                         { "MIC2 pin", 0x1 },
5226                         { "LINE1 pin", 0x2 },
5227                         { "LINE2 pin", 0x3 },
5228                         { "CD pin", 0x4 },
5229                         { "Mixer", 0x5 },
5230                         { "LINE-OUT pin", 0x6 },
5231                         { "HP-OUT pin", 0x7 },
5232                 },
5233         },
5234 };
5235 static struct snd_kcontrol_new alc260_test_mixer[] = {
5236         /* Output driver widgets */
5237         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
5238         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
5239         HDA_CODEC_VOLUME("LOUT2 Playback Volume", 0x09, 0x0, HDA_OUTPUT),
5240         HDA_BIND_MUTE("LOUT2 Playback Switch", 0x09, 2, HDA_INPUT),
5241         HDA_CODEC_VOLUME("LOUT1 Playback Volume", 0x08, 0x0, HDA_OUTPUT),
5242         HDA_BIND_MUTE("LOUT1 Playback Switch", 0x08, 2, HDA_INPUT),
5243
5244         /* Modes for retasking pin widgets
5245          * Note: the ALC260 doesn't seem to act on requests to enable mic
5246          * bias from NIDs 0x0f and 0x10.  The ALC260 datasheet doesn't
5247          * mention this restriction.  At this stage it's not clear whether
5248          * this behaviour is intentional or is a hardware bug in chip
5249          * revisions available at least up until early 2006.  Therefore for
5250          * now allow the "HP-OUT" and "LINE-OUT" Mode controls to span all
5251          * choices, but if it turns out that the lack of mic bias for these
5252          * NIDs is intentional we could change their modes from
5253          * ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
5254          */
5255         ALC_PIN_MODE("HP-OUT pin mode", 0x10, ALC_PIN_DIR_INOUT),
5256         ALC_PIN_MODE("LINE-OUT pin mode", 0x0f, ALC_PIN_DIR_INOUT),
5257         ALC_PIN_MODE("LINE2 pin mode", 0x15, ALC_PIN_DIR_INOUT),
5258         ALC_PIN_MODE("LINE1 pin mode", 0x14, ALC_PIN_DIR_INOUT),
5259         ALC_PIN_MODE("MIC2 pin mode", 0x13, ALC_PIN_DIR_INOUT),
5260         ALC_PIN_MODE("MIC1 pin mode", 0x12, ALC_PIN_DIR_INOUT),
5261
5262         /* Loopback mixer controls */
5263         HDA_CODEC_VOLUME("MIC1 Playback Volume", 0x07, 0x00, HDA_INPUT),
5264         HDA_CODEC_MUTE("MIC1 Playback Switch", 0x07, 0x00, HDA_INPUT),
5265         HDA_CODEC_VOLUME("MIC2 Playback Volume", 0x07, 0x01, HDA_INPUT),
5266         HDA_CODEC_MUTE("MIC2 Playback Switch", 0x07, 0x01, HDA_INPUT),
5267         HDA_CODEC_VOLUME("LINE1 Playback Volume", 0x07, 0x02, HDA_INPUT),
5268         HDA_CODEC_MUTE("LINE1 Playback Switch", 0x07, 0x02, HDA_INPUT),
5269         HDA_CODEC_VOLUME("LINE2 Playback Volume", 0x07, 0x03, HDA_INPUT),
5270         HDA_CODEC_MUTE("LINE2 Playback Switch", 0x07, 0x03, HDA_INPUT),
5271         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
5272         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
5273         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
5274         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
5275         HDA_CODEC_VOLUME("LINE-OUT loopback Playback Volume", 0x07, 0x06, HDA_INPUT),
5276         HDA_CODEC_MUTE("LINE-OUT loopback Playback Switch", 0x07, 0x06, HDA_INPUT),
5277         HDA_CODEC_VOLUME("HP-OUT loopback Playback Volume", 0x07, 0x7, HDA_INPUT),
5278         HDA_CODEC_MUTE("HP-OUT loopback Playback Switch", 0x07, 0x7, HDA_INPUT),
5279
5280         /* Controls for GPIO pins, assuming they are configured as outputs */
5281         ALC_GPIO_DATA_SWITCH("GPIO pin 0", 0x01, 0x01),
5282         ALC_GPIO_DATA_SWITCH("GPIO pin 1", 0x01, 0x02),
5283         ALC_GPIO_DATA_SWITCH("GPIO pin 2", 0x01, 0x04),
5284         ALC_GPIO_DATA_SWITCH("GPIO pin 3", 0x01, 0x08),
5285
5286         /* Switches to allow the digital IO pins to be enabled.  The datasheet
5287          * is ambigious as to which NID is which; testing on laptops which
5288          * make this output available should provide clarification.
5289          */
5290         ALC_SPDIF_CTRL_SWITCH("SPDIF Playback Switch", 0x03, 0x01),
5291         ALC_SPDIF_CTRL_SWITCH("SPDIF Capture Switch", 0x06, 0x01),
5292
5293         /* A switch allowing EAPD to be enabled.  Some laptops seem to use
5294          * this output to turn on an external amplifier.
5295          */
5296         ALC_EAPD_CTRL_SWITCH("LINE-OUT EAPD Enable Switch", 0x0f, 0x02),
5297         ALC_EAPD_CTRL_SWITCH("HP-OUT EAPD Enable Switch", 0x10, 0x02),
5298
5299         { } /* end */
5300 };
5301 static struct hda_verb alc260_test_init_verbs[] = {
5302         /* Enable all GPIOs as outputs with an initial value of 0 */
5303         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x0f},
5304         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
5305         {0x01, AC_VERB_SET_GPIO_MASK, 0x0f},
5306
5307         /* Enable retasking pins as output, initially without power amp */
5308         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5309         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5310         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5311         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5312         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5313         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5314
5315         /* Disable digital (SPDIF) pins initially, but users can enable
5316          * them via a mixer switch.  In the case of SPDIF-out, this initverb
5317          * payload also sets the generation to 0, output to be in "consumer"
5318          * PCM format, copyright asserted, no pre-emphasis and no validity
5319          * control.
5320          */
5321         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
5322         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
5323
5324         /* Ensure mic1, mic2, line1 and line2 pin widgets take input from the
5325          * OUT1 sum bus when acting as an output.
5326          */
5327         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
5328         {0x0c, AC_VERB_SET_CONNECT_SEL, 0},
5329         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
5330         {0x0e, AC_VERB_SET_CONNECT_SEL, 0},
5331
5332         /* Start with output sum widgets muted and their output gains at min */
5333         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5334         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5335         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5336         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5337         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5338         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5339         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5340         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5341         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5342
5343         /* Unmute retasking pin widget output buffers since the default
5344          * state appears to be output.  As the pin mode is changed by the
5345          * user the pin mode control will take care of enabling the pin's
5346          * input/output buffers as needed.
5347          */
5348         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5349         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5350         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5351         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5352         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5353         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5354         /* Also unmute the mono-out pin widget */
5355         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5356
5357         /* Mute capture amp left and right */
5358         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5359         /* Set ADC connection select to match default mixer setting (mic1
5360          * pin)
5361          */
5362         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
5363
5364         /* Do the same for the second ADC: mute capture input amp and
5365          * set ADC connection to mic1 pin
5366          */
5367         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5368         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
5369
5370         /* Mute all inputs to mixer widget (even unconnected ones) */
5371         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
5372         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
5373         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
5374         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
5375         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
5376         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
5377         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
5378         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
5379
5380         { }
5381 };
5382 #endif
5383
5384 #define alc260_pcm_analog_playback      alc880_pcm_analog_alt_playback
5385 #define alc260_pcm_analog_capture       alc880_pcm_analog_capture
5386
5387 #define alc260_pcm_digital_playback     alc880_pcm_digital_playback
5388 #define alc260_pcm_digital_capture      alc880_pcm_digital_capture
5389
5390 /*
5391  * for BIOS auto-configuration
5392  */
5393
5394 static int alc260_add_playback_controls(struct alc_spec *spec, hda_nid_t nid,
5395                                         const char *pfx, int *vol_bits)
5396 {
5397         hda_nid_t nid_vol;
5398         unsigned long vol_val, sw_val;
5399         char name[32];
5400         int err;
5401
5402         if (nid >= 0x0f && nid < 0x11) {
5403                 nid_vol = nid - 0x7;
5404                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
5405                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
5406         } else if (nid == 0x11) {
5407                 nid_vol = nid - 0x7;
5408                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 2, 0, HDA_OUTPUT);
5409                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT);
5410         } else if (nid >= 0x12 && nid <= 0x15) {
5411                 nid_vol = 0x08;
5412                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
5413                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
5414         } else
5415                 return 0; /* N/A */
5416
5417         if (!(*vol_bits & (1 << nid_vol))) {
5418                 /* first control for the volume widget */
5419                 snprintf(name, sizeof(name), "%s Playback Volume", pfx);
5420                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name, vol_val);
5421                 if (err < 0)
5422                         return err;
5423                 *vol_bits |= (1 << nid_vol);
5424         }
5425         snprintf(name, sizeof(name), "%s Playback Switch", pfx);
5426         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name, sw_val);
5427         if (err < 0)
5428                 return err;
5429         return 1;
5430 }
5431
5432 /* add playback controls from the parsed DAC table */
5433 static int alc260_auto_create_multi_out_ctls(struct alc_spec *spec,
5434                                              const struct auto_pin_cfg *cfg)
5435 {
5436         hda_nid_t nid;
5437         int err;
5438         int vols = 0;
5439
5440         spec->multiout.num_dacs = 1;
5441         spec->multiout.dac_nids = spec->private_dac_nids;
5442         spec->multiout.dac_nids[0] = 0x02;
5443
5444         nid = cfg->line_out_pins[0];
5445         if (nid) {
5446                 err = alc260_add_playback_controls(spec, nid, "Front", &vols);
5447                 if (err < 0)
5448                         return err;
5449         }
5450
5451         nid = cfg->speaker_pins[0];
5452         if (nid) {
5453                 err = alc260_add_playback_controls(spec, nid, "Speaker", &vols);
5454                 if (err < 0)
5455                         return err;
5456         }
5457
5458         nid = cfg->hp_pins[0];
5459         if (nid) {
5460                 err = alc260_add_playback_controls(spec, nid, "Headphone",
5461                                                    &vols);
5462                 if (err < 0)
5463                         return err;
5464         }
5465         return 0;
5466 }
5467
5468 /* create playback/capture controls for input pins */
5469 static int alc260_auto_create_analog_input_ctls(struct alc_spec *spec,
5470                                                 const struct auto_pin_cfg *cfg)
5471 {
5472         struct hda_input_mux *imux = &spec->private_imux;
5473         int i, err, idx;
5474
5475         for (i = 0; i < AUTO_PIN_LAST; i++) {
5476                 if (cfg->input_pins[i] >= 0x12) {
5477                         idx = cfg->input_pins[i] - 0x12;
5478                         err = new_analog_input(spec, cfg->input_pins[i],
5479                                                auto_pin_cfg_labels[i], idx,
5480                                                0x07);
5481                         if (err < 0)
5482                                 return err;
5483                         imux->items[imux->num_items].label =
5484                                 auto_pin_cfg_labels[i];
5485                         imux->items[imux->num_items].index = idx;
5486                         imux->num_items++;
5487                 }
5488                 if (cfg->input_pins[i] >= 0x0f && cfg->input_pins[i] <= 0x10){
5489                         idx = cfg->input_pins[i] - 0x09;
5490                         err = new_analog_input(spec, cfg->input_pins[i],
5491                                                auto_pin_cfg_labels[i], idx,
5492                                                0x07);
5493                         if (err < 0)
5494                                 return err;
5495                         imux->items[imux->num_items].label =
5496                                 auto_pin_cfg_labels[i];
5497                         imux->items[imux->num_items].index = idx;
5498                         imux->num_items++;
5499                 }
5500         }
5501         return 0;
5502 }
5503
5504 static void alc260_auto_set_output_and_unmute(struct hda_codec *codec,
5505                                               hda_nid_t nid, int pin_type,
5506                                               int sel_idx)
5507 {
5508         alc_set_pin_output(codec, nid, pin_type);
5509         /* need the manual connection? */
5510         if (nid >= 0x12) {
5511                 int idx = nid - 0x12;
5512                 snd_hda_codec_write(codec, idx + 0x0b, 0,
5513                                     AC_VERB_SET_CONNECT_SEL, sel_idx);
5514         }
5515 }
5516
5517 static void alc260_auto_init_multi_out(struct hda_codec *codec)
5518 {
5519         struct alc_spec *spec = codec->spec;
5520         hda_nid_t nid;
5521
5522         alc_subsystem_id(codec, 0x10, 0x15, 0x0f);
5523         nid = spec->autocfg.line_out_pins[0];
5524         if (nid) {
5525                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
5526                 alc260_auto_set_output_and_unmute(codec, nid, pin_type, 0);
5527         }
5528
5529         nid = spec->autocfg.speaker_pins[0];
5530         if (nid)
5531                 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
5532
5533         nid = spec->autocfg.hp_pins[0];
5534         if (nid)
5535                 alc260_auto_set_output_and_unmute(codec, nid, PIN_HP, 0);
5536 }
5537
5538 #define ALC260_PIN_CD_NID               0x16
5539 static void alc260_auto_init_analog_input(struct hda_codec *codec)
5540 {
5541         struct alc_spec *spec = codec->spec;
5542         int i;
5543
5544         for (i = 0; i < AUTO_PIN_LAST; i++) {
5545                 hda_nid_t nid = spec->autocfg.input_pins[i];
5546                 if (nid >= 0x12) {
5547                         snd_hda_codec_write(codec, nid, 0,
5548                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
5549                                             i <= AUTO_PIN_FRONT_MIC ?
5550                                             PIN_VREF80 : PIN_IN);
5551                         if (nid != ALC260_PIN_CD_NID)
5552                                 snd_hda_codec_write(codec, nid, 0,
5553                                                     AC_VERB_SET_AMP_GAIN_MUTE,
5554                                                     AMP_OUT_MUTE);
5555                 }
5556         }
5557 }
5558
5559 /*
5560  * generic initialization of ADC, input mixers and output mixers
5561  */
5562 static struct hda_verb alc260_volume_init_verbs[] = {
5563         /*
5564          * Unmute ADC0-1 and set the default input to mic-in
5565          */
5566         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
5567         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5568         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
5569         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5570
5571         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
5572          * mixer widget
5573          * Note: PASD motherboards uses the Line In 2 as the input for
5574          * front panel mic (mic 2)
5575          */
5576         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
5577         /* mute analog inputs */
5578         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5579         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5580         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5581         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5582         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5583
5584         /*
5585          * Set up output mixers (0x08 - 0x0a)
5586          */
5587         /* set vol=0 to output mixers */
5588         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5589         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5590         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5591         /* set up input amps for analog loopback */
5592         /* Amp Indices: DAC = 0, mixer = 1 */
5593         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5594         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5595         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5596         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5597         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5598         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5599
5600         { }
5601 };
5602
5603 static int alc260_parse_auto_config(struct hda_codec *codec)
5604 {
5605         struct alc_spec *spec = codec->spec;
5606         int err;
5607         static hda_nid_t alc260_ignore[] = { 0x17, 0 };
5608
5609         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
5610                                            alc260_ignore);
5611         if (err < 0)
5612                 return err;
5613         err = alc260_auto_create_multi_out_ctls(spec, &spec->autocfg);
5614         if (err < 0)
5615                 return err;
5616         if (!spec->kctls.list)
5617                 return 0; /* can't find valid BIOS pin config */
5618         err = alc260_auto_create_analog_input_ctls(spec, &spec->autocfg);
5619         if (err < 0)
5620                 return err;
5621
5622         spec->multiout.max_channels = 2;
5623
5624         if (spec->autocfg.dig_out_pin)
5625                 spec->multiout.dig_out_nid = ALC260_DIGOUT_NID;
5626         if (spec->kctls.list)
5627                 add_mixer(spec, spec->kctls.list);
5628
5629         add_verb(spec, alc260_volume_init_verbs);
5630
5631         spec->num_mux_defs = 1;
5632         spec->input_mux = &spec->private_imux;
5633
5634         store_pin_configs(codec);
5635         return 1;
5636 }
5637
5638 /* additional initialization for auto-configuration model */
5639 static void alc260_auto_init(struct hda_codec *codec)
5640 {
5641         struct alc_spec *spec = codec->spec;
5642         alc260_auto_init_multi_out(codec);
5643         alc260_auto_init_analog_input(codec);
5644         if (spec->unsol_event)
5645                 alc_inithook(codec);
5646 }
5647
5648 #ifdef CONFIG_SND_HDA_POWER_SAVE
5649 static struct hda_amp_list alc260_loopbacks[] = {
5650         { 0x07, HDA_INPUT, 0 },
5651         { 0x07, HDA_INPUT, 1 },
5652         { 0x07, HDA_INPUT, 2 },
5653         { 0x07, HDA_INPUT, 3 },
5654         { 0x07, HDA_INPUT, 4 },
5655         { } /* end */
5656 };
5657 #endif
5658
5659 /*
5660  * ALC260 configurations
5661  */
5662 static const char *alc260_models[ALC260_MODEL_LAST] = {
5663         [ALC260_BASIC]          = "basic",
5664         [ALC260_HP]             = "hp",
5665         [ALC260_HP_3013]        = "hp-3013",
5666         [ALC260_HP_DC7600]      = "hp-dc7600",
5667         [ALC260_FUJITSU_S702X]  = "fujitsu",
5668         [ALC260_ACER]           = "acer",
5669         [ALC260_WILL]           = "will",
5670         [ALC260_REPLACER_672V]  = "replacer",
5671 #ifdef CONFIG_SND_DEBUG
5672         [ALC260_TEST]           = "test",
5673 #endif
5674         [ALC260_AUTO]           = "auto",
5675 };
5676
5677 static struct snd_pci_quirk alc260_cfg_tbl[] = {
5678         SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_ACER),
5679         SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_ACER),
5680         SND_PCI_QUIRK(0x103c, 0x2808, "HP d5700", ALC260_HP_3013),
5681         SND_PCI_QUIRK(0x103c, 0x280a, "HP d5750", ALC260_HP_3013),
5682         SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013),
5683         SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP_3013),
5684         SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_DC7600),
5685         SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013),
5686         SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP),
5687         SND_PCI_QUIRK(0x103c, 0x3015, "HP", ALC260_HP),
5688         SND_PCI_QUIRK(0x103c, 0x3016, "HP", ALC260_HP),
5689         SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_BASIC),
5690         SND_PCI_QUIRK(0x104d, 0x81cc, "Sony VAIO", ALC260_BASIC),
5691         SND_PCI_QUIRK(0x104d, 0x81cd, "Sony VAIO", ALC260_BASIC),
5692         SND_PCI_QUIRK(0x10cf, 0x1326, "Fujitsu S702X", ALC260_FUJITSU_S702X),
5693         SND_PCI_QUIRK(0x152d, 0x0729, "CTL U553W", ALC260_BASIC),
5694         SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_REPLACER_672V),
5695         SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_WILL),
5696         {}
5697 };
5698
5699 static struct alc_config_preset alc260_presets[] = {
5700         [ALC260_BASIC] = {
5701                 .mixers = { alc260_base_output_mixer,
5702                             alc260_input_mixer,
5703                             alc260_pc_beep_mixer },
5704                 .init_verbs = { alc260_init_verbs },
5705                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5706                 .dac_nids = alc260_dac_nids,
5707                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
5708                 .adc_nids = alc260_adc_nids,
5709                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5710                 .channel_mode = alc260_modes,
5711                 .input_mux = &alc260_capture_source,
5712         },
5713         [ALC260_HP] = {
5714                 .mixers = { alc260_hp_output_mixer,
5715                             alc260_input_mixer },
5716                 .init_verbs = { alc260_init_verbs,
5717                                 alc260_hp_unsol_verbs },
5718                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5719                 .dac_nids = alc260_dac_nids,
5720                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt),
5721                 .adc_nids = alc260_adc_nids_alt,
5722                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5723                 .channel_mode = alc260_modes,
5724                 .input_mux = &alc260_capture_source,
5725                 .unsol_event = alc260_hp_unsol_event,
5726                 .init_hook = alc260_hp_automute,
5727         },
5728         [ALC260_HP_DC7600] = {
5729                 .mixers = { alc260_hp_dc7600_mixer,
5730                             alc260_input_mixer },
5731                 .init_verbs = { alc260_init_verbs,
5732                                 alc260_hp_dc7600_verbs },
5733                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5734                 .dac_nids = alc260_dac_nids,
5735                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt),
5736                 .adc_nids = alc260_adc_nids_alt,
5737                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5738                 .channel_mode = alc260_modes,
5739                 .input_mux = &alc260_capture_source,
5740                 .unsol_event = alc260_hp_3012_unsol_event,
5741                 .init_hook = alc260_hp_3012_automute,
5742         },
5743         [ALC260_HP_3013] = {
5744                 .mixers = { alc260_hp_3013_mixer,
5745                             alc260_input_mixer },
5746                 .init_verbs = { alc260_hp_3013_init_verbs,
5747                                 alc260_hp_3013_unsol_verbs },
5748                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5749                 .dac_nids = alc260_dac_nids,
5750                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt),
5751                 .adc_nids = alc260_adc_nids_alt,
5752                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5753                 .channel_mode = alc260_modes,
5754                 .input_mux = &alc260_capture_source,
5755                 .unsol_event = alc260_hp_3013_unsol_event,
5756                 .init_hook = alc260_hp_3013_automute,
5757         },
5758         [ALC260_FUJITSU_S702X] = {
5759                 .mixers = { alc260_fujitsu_mixer },
5760                 .init_verbs = { alc260_fujitsu_init_verbs },
5761                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5762                 .dac_nids = alc260_dac_nids,
5763                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
5764                 .adc_nids = alc260_dual_adc_nids,
5765                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5766                 .channel_mode = alc260_modes,
5767                 .num_mux_defs = ARRAY_SIZE(alc260_fujitsu_capture_sources),
5768                 .input_mux = alc260_fujitsu_capture_sources,
5769         },
5770         [ALC260_ACER] = {
5771                 .mixers = { alc260_acer_mixer },
5772                 .init_verbs = { alc260_acer_init_verbs },
5773                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5774                 .dac_nids = alc260_dac_nids,
5775                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
5776                 .adc_nids = alc260_dual_adc_nids,
5777                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5778                 .channel_mode = alc260_modes,
5779                 .num_mux_defs = ARRAY_SIZE(alc260_acer_capture_sources),
5780                 .input_mux = alc260_acer_capture_sources,
5781         },
5782         [ALC260_WILL] = {
5783                 .mixers = { alc260_will_mixer },
5784                 .init_verbs = { alc260_init_verbs, alc260_will_verbs },
5785                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5786                 .dac_nids = alc260_dac_nids,
5787                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
5788                 .adc_nids = alc260_adc_nids,
5789                 .dig_out_nid = ALC260_DIGOUT_NID,
5790                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5791                 .channel_mode = alc260_modes,
5792                 .input_mux = &alc260_capture_source,
5793         },
5794         [ALC260_REPLACER_672V] = {
5795                 .mixers = { alc260_replacer_672v_mixer },
5796                 .init_verbs = { alc260_init_verbs, alc260_replacer_672v_verbs },
5797                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
5798                 .dac_nids = alc260_dac_nids,
5799                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
5800                 .adc_nids = alc260_adc_nids,
5801                 .dig_out_nid = ALC260_DIGOUT_NID,
5802                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5803                 .channel_mode = alc260_modes,
5804                 .input_mux = &alc260_capture_source,
5805                 .unsol_event = alc260_replacer_672v_unsol_event,
5806                 .init_hook = alc260_replacer_672v_automute,
5807         },
5808 #ifdef CONFIG_SND_DEBUG
5809         [ALC260_TEST] = {
5810                 .mixers = { alc260_test_mixer },
5811                 .init_verbs = { alc260_test_init_verbs },
5812                 .num_dacs = ARRAY_SIZE(alc260_test_dac_nids),
5813                 .dac_nids = alc260_test_dac_nids,
5814                 .num_adc_nids = ARRAY_SIZE(alc260_test_adc_nids),
5815                 .adc_nids = alc260_test_adc_nids,
5816                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
5817                 .channel_mode = alc260_modes,
5818                 .num_mux_defs = ARRAY_SIZE(alc260_test_capture_sources),
5819                 .input_mux = alc260_test_capture_sources,
5820         },
5821 #endif
5822 };
5823
5824 static int patch_alc260(struct hda_codec *codec)
5825 {
5826         struct alc_spec *spec;
5827         int err, board_config;
5828
5829         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5830         if (spec == NULL)
5831                 return -ENOMEM;
5832
5833         codec->spec = spec;
5834
5835         board_config = snd_hda_check_board_config(codec, ALC260_MODEL_LAST,
5836                                                   alc260_models,
5837                                                   alc260_cfg_tbl);
5838         if (board_config < 0) {
5839                 snd_printd(KERN_INFO "hda_codec: Unknown model for ALC260, "
5840                            "trying auto-probe from BIOS...\n");
5841                 board_config = ALC260_AUTO;
5842         }
5843
5844         if (board_config == ALC260_AUTO) {
5845                 /* automatic parse from the BIOS config */
5846                 err = alc260_parse_auto_config(codec);
5847                 if (err < 0) {
5848                         alc_free(codec);
5849                         return err;
5850                 } else if (!err) {
5851                         printk(KERN_INFO
5852                                "hda_codec: Cannot set up configuration "
5853                                "from BIOS.  Using base mode...\n");
5854                         board_config = ALC260_BASIC;
5855                 }
5856         }
5857
5858         if (board_config != ALC260_AUTO)
5859                 setup_preset(spec, &alc260_presets[board_config]);
5860
5861         spec->stream_name_analog = "ALC260 Analog";
5862         spec->stream_analog_playback = &alc260_pcm_analog_playback;
5863         spec->stream_analog_capture = &alc260_pcm_analog_capture;
5864
5865         spec->stream_name_digital = "ALC260 Digital";
5866         spec->stream_digital_playback = &alc260_pcm_digital_playback;
5867         spec->stream_digital_capture = &alc260_pcm_digital_capture;
5868
5869         if (!spec->adc_nids && spec->input_mux) {
5870                 /* check whether NID 0x04 is valid */
5871                 unsigned int wcap = get_wcaps(codec, 0x04);
5872                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
5873                 /* get type */
5874                 if (wcap != AC_WID_AUD_IN || spec->input_mux->num_items == 1) {
5875                         spec->adc_nids = alc260_adc_nids_alt;
5876                         spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt);
5877                 } else {
5878                         spec->adc_nids = alc260_adc_nids;
5879                         spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids);
5880                 }
5881         }
5882         set_capture_mixer(spec);
5883
5884         spec->vmaster_nid = 0x08;
5885
5886         codec->patch_ops = alc_patch_ops;
5887         if (board_config == ALC260_AUTO)
5888                 spec->init_hook = alc260_auto_init;
5889 #ifdef CONFIG_SND_HDA_POWER_SAVE
5890         if (!spec->loopback.amplist)
5891                 spec->loopback.amplist = alc260_loopbacks;
5892 #endif
5893         codec->proc_widget_hook = print_realtek_coef;
5894
5895         return 0;
5896 }
5897
5898
5899 /*
5900  * ALC882 support
5901  *
5902  * ALC882 is almost identical with ALC880 but has cleaner and more flexible
5903  * configuration.  Each pin widget can choose any input DACs and a mixer.
5904  * Each ADC is connected from a mixer of all inputs.  This makes possible
5905  * 6-channel independent captures.
5906  *
5907  * In addition, an independent DAC for the multi-playback (not used in this
5908  * driver yet).
5909  */
5910 #define ALC882_DIGOUT_NID       0x06
5911 #define ALC882_DIGIN_NID        0x0a
5912
5913 static struct hda_channel_mode alc882_ch_modes[1] = {
5914         { 8, NULL }
5915 };
5916
5917 static hda_nid_t alc882_dac_nids[4] = {
5918         /* front, rear, clfe, rear_surr */
5919         0x02, 0x03, 0x04, 0x05
5920 };
5921
5922 /* identical with ALC880 */
5923 #define alc882_adc_nids         alc880_adc_nids
5924 #define alc882_adc_nids_alt     alc880_adc_nids_alt
5925
5926 static hda_nid_t alc882_capsrc_nids[3] = { 0x24, 0x23, 0x22 };
5927 static hda_nid_t alc882_capsrc_nids_alt[2] = { 0x23, 0x22 };
5928
5929 /* input MUX */
5930 /* FIXME: should be a matrix-type input source selection */
5931
5932 static struct hda_input_mux alc882_capture_source = {
5933         .num_items = 4,
5934         .items = {
5935                 { "Mic", 0x0 },
5936                 { "Front Mic", 0x1 },
5937                 { "Line", 0x2 },
5938                 { "CD", 0x4 },
5939         },
5940 };
5941 /*
5942  * 2ch mode
5943  */
5944 static struct hda_verb alc882_3ST_ch2_init[] = {
5945         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
5946         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5947         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
5948         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5949         { } /* end */
5950 };
5951
5952 /*
5953  * 6ch mode
5954  */
5955 static struct hda_verb alc882_3ST_ch6_init[] = {
5956         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5957         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5958         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
5959         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5960         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5961         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
5962         { } /* end */
5963 };
5964
5965 static struct hda_channel_mode alc882_3ST_6ch_modes[2] = {
5966         { 2, alc882_3ST_ch2_init },
5967         { 6, alc882_3ST_ch6_init },
5968 };
5969
5970 /*
5971  * 6ch mode
5972  */
5973 static struct hda_verb alc882_sixstack_ch6_init[] = {
5974         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
5975         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5976         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5977         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5978         { } /* end */
5979 };
5980
5981 /*
5982  * 8ch mode
5983  */
5984 static struct hda_verb alc882_sixstack_ch8_init[] = {
5985         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5986         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5987         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5988         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5989         { } /* end */
5990 };
5991
5992 static struct hda_channel_mode alc882_sixstack_modes[2] = {
5993         { 6, alc882_sixstack_ch6_init },
5994         { 8, alc882_sixstack_ch8_init },
5995 };
5996
5997 /*
5998  * macbook pro ALC885 can switch LineIn to LineOut without loosing Mic
5999  */
6000
6001 /*
6002  * 2ch mode
6003  */
6004 static struct hda_verb alc885_mbp_ch2_init[] = {
6005         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
6006         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6007         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6008         { } /* end */
6009 };
6010
6011 /*
6012  * 6ch mode
6013  */
6014 static struct hda_verb alc885_mbp_ch6_init[] = {
6015         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6016         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6017         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
6018         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6019         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6020         { } /* end */
6021 };
6022
6023 static struct hda_channel_mode alc885_mbp_6ch_modes[2] = {
6024         { 2, alc885_mbp_ch2_init },
6025         { 6, alc885_mbp_ch6_init },
6026 };
6027
6028
6029 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
6030  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
6031  */
6032 static struct snd_kcontrol_new alc882_base_mixer[] = {
6033         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6034         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6035         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6036         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
6037         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6038         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6039         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
6040         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
6041         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
6042         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
6043         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6044         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6045         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6046         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6047         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6048         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6049         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6050         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6051         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6052         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6053         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6054         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6055         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6056         { } /* end */
6057 };
6058
6059 static struct snd_kcontrol_new alc885_mbp3_mixer[] = {
6060         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x00, HDA_OUTPUT),
6061         HDA_BIND_MUTE   ("Front Playback Switch", 0x0c, 0x02, HDA_INPUT),
6062         HDA_CODEC_MUTE  ("Speaker Playback Switch", 0x14, 0x00, HDA_OUTPUT),
6063         HDA_CODEC_VOLUME("Line-Out Playback Volume", 0x0d, 0x00, HDA_OUTPUT),
6064         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6065         HDA_CODEC_MUTE  ("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6066         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x00, HDA_INPUT),
6067         HDA_CODEC_MUTE  ("Mic Playback Switch", 0x0b, 0x00, HDA_INPUT),
6068         HDA_CODEC_VOLUME("Line Boost", 0x1a, 0x00, HDA_INPUT),
6069         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0x00, HDA_INPUT),
6070         { } /* end */
6071 };
6072 static struct snd_kcontrol_new alc882_w2jc_mixer[] = {
6073         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6074         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6075         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6076         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6077         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6078         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6079         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6080         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6081         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6082         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6083         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6084         { } /* end */
6085 };
6086
6087 static struct snd_kcontrol_new alc882_targa_mixer[] = {
6088         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6089         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6090         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6091         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6092         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6093         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6094         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6095         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6096         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6097         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6098         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6099         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6100         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6101         { } /* end */
6102 };
6103
6104 /* Pin assignment: Front=0x14, HP = 0x15, Front = 0x16, ???
6105  *                 Front Mic=0x18, Line In = 0x1a, Line In = 0x1b, CD = 0x1c
6106  */
6107 static struct snd_kcontrol_new alc882_asus_a7j_mixer[] = {
6108         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6109         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6110         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6111         HDA_CODEC_MUTE("Mobile Front Playback Switch", 0x16, 0x0, HDA_OUTPUT),
6112         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6113         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6114         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6115         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6116         HDA_CODEC_VOLUME("Mobile Line Playback Volume", 0x0b, 0x03, HDA_INPUT),
6117         HDA_CODEC_MUTE("Mobile Line Playback Switch", 0x0b, 0x03, HDA_INPUT),
6118         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6119         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6120         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6121         { } /* end */
6122 };
6123
6124 static struct snd_kcontrol_new alc882_asus_a7m_mixer[] = {
6125         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6126         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6127         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6128         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6129         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6130         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6131         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6132         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6133         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6134         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6135         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6136         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6137         { } /* end */
6138 };
6139
6140 static struct snd_kcontrol_new alc882_chmode_mixer[] = {
6141         {
6142                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6143                 .name = "Channel Mode",
6144                 .info = alc_ch_mode_info,
6145                 .get = alc_ch_mode_get,
6146                 .put = alc_ch_mode_put,
6147         },
6148         { } /* end */
6149 };
6150
6151 static struct hda_verb alc882_init_verbs[] = {
6152         /* Front mixer: unmute input/output amp left and right (volume = 0) */
6153         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6154         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6155         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6156         /* Rear mixer */
6157         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6158         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6159         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6160         /* CLFE mixer */
6161         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6162         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6163         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6164         /* Side mixer */
6165         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6166         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6167         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6168
6169         /* Front Pin: output 0 (0x0c) */
6170         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6171         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6172         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6173         /* Rear Pin: output 1 (0x0d) */
6174         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6175         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6176         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
6177         /* CLFE Pin: output 2 (0x0e) */
6178         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6179         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6180         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
6181         /* Side Pin: output 3 (0x0f) */
6182         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6183         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6184         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
6185         /* Mic (rear) pin: input vref at 80% */
6186         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6187         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6188         /* Front Mic pin: input vref at 80% */
6189         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6190         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6191         /* Line In pin: input */
6192         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6193         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6194         /* Line-2 In: Headphone output (output 0 - 0x0c) */
6195         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6196         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6197         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6198         /* CD pin widget for input */
6199         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6200
6201         /* FIXME: use matrix-type input source selection */
6202         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6203         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6204         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6205         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6206         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6207         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6208         /* Input mixer2 */
6209         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6210         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6211         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6212         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6213         /* Input mixer3 */
6214         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6215         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6216         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6217         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6218         /* ADC1: mute amp left and right */
6219         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6220         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6221         /* ADC2: mute amp left and right */
6222         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6223         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6224         /* ADC3: mute amp left and right */
6225         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6226         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6227
6228         { }
6229 };
6230
6231 static struct hda_verb alc882_eapd_verbs[] = {
6232         /* change to EAPD mode */
6233         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
6234         {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
6235         { }
6236 };
6237
6238 /* Mac Pro test */
6239 static struct snd_kcontrol_new alc882_macpro_mixer[] = {
6240         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6241         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6242         HDA_CODEC_MUTE("Headphone Playback Switch", 0x18, 0x0, HDA_OUTPUT),
6243         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
6244         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
6245         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x02, HDA_INPUT),
6246         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x02, HDA_INPUT),
6247         { } /* end */
6248 };
6249
6250 static struct hda_verb alc882_macpro_init_verbs[] = {
6251         /* Front mixer: unmute input/output amp left and right (volume = 0) */
6252         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6253         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6254         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6255         /* Front Pin: output 0 (0x0c) */
6256         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6257         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6258         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6259         /* Front Mic pin: input vref at 80% */
6260         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6261         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6262         /* Speaker:  output */
6263         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6264         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6265         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x04},
6266         /* Headphone output (output 0 - 0x0c) */
6267         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6268         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6269         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
6270
6271         /* FIXME: use matrix-type input source selection */
6272         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6273         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6274         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6275         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6276         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6277         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6278         /* Input mixer2 */
6279         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6280         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6281         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6282         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6283         /* Input mixer3 */
6284         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6285         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6286         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6287         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6288         /* ADC1: mute amp left and right */
6289         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6290         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6291         /* ADC2: mute amp left and right */
6292         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6293         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6294         /* ADC3: mute amp left and right */
6295         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6296         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6297
6298         { }
6299 };
6300
6301 /* Macbook Pro rev3 */
6302 static struct hda_verb alc885_mbp3_init_verbs[] = {
6303         /* Front mixer: unmute input/output amp left and right (volume = 0) */
6304         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6305         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6306         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6307         /* Rear mixer */
6308         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6309         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6310         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6311         /* Front Pin: output 0 (0x0c) */
6312         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6313         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6314         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6315         /* HP Pin: output 0 (0x0d) */
6316         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc4},
6317         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6318         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6319         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6320         /* Mic (rear) pin: input vref at 80% */
6321         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6322         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6323         /* Front Mic pin: input vref at 80% */
6324         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6325         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6326         /* Line In pin: use output 1 when in LineOut mode */
6327         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6328         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6329         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01},
6330
6331         /* FIXME: use matrix-type input source selection */
6332         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6333         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6334         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6335         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6336         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6337         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6338         /* Input mixer2 */
6339         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6340         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6341         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6342         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6343         /* Input mixer3 */
6344         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6345         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6346         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6347         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6348         /* ADC1: mute amp left and right */
6349         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6350         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6351         /* ADC2: mute amp left and right */
6352         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6353         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6354         /* ADC3: mute amp left and right */
6355         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6356         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6357
6358         { }
6359 };
6360
6361 /* iMac 24 mixer. */
6362 static struct snd_kcontrol_new alc885_imac24_mixer[] = {
6363         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x00, HDA_OUTPUT),
6364         HDA_CODEC_MUTE("Master Playback Switch", 0x0c, 0x00, HDA_INPUT),
6365         { } /* end */
6366 };
6367
6368 /* iMac 24 init verbs. */
6369 static struct hda_verb alc885_imac24_init_verbs[] = {
6370         /* Internal speakers: output 0 (0x0c) */
6371         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6372         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6373         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
6374         /* Internal speakers: output 0 (0x0c) */
6375         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6376         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6377         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
6378         /* Headphone: output 0 (0x0c) */
6379         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6380         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6381         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6382         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6383         /* Front Mic: input vref at 80% */
6384         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6385         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6386         { }
6387 };
6388
6389 /* Toggle speaker-output according to the hp-jack state */
6390 static void alc885_imac24_automute(struct hda_codec *codec)
6391 {
6392         unsigned int present;
6393
6394         present = snd_hda_codec_read(codec, 0x14, 0,
6395                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6396         snd_hda_codec_amp_stereo(codec, 0x18, HDA_OUTPUT, 0,
6397                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6398         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_OUTPUT, 0,
6399                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6400 }
6401
6402 /* Processes unsolicited events. */
6403 static void alc885_imac24_unsol_event(struct hda_codec *codec,
6404                                       unsigned int res)
6405 {
6406         /* Headphone insertion or removal. */
6407         if ((res >> 26) == ALC880_HP_EVENT)
6408                 alc885_imac24_automute(codec);
6409 }
6410
6411 static void alc885_mbp3_automute(struct hda_codec *codec)
6412 {
6413         unsigned int present;
6414
6415         present = snd_hda_codec_read(codec, 0x15, 0,
6416                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6417         snd_hda_codec_amp_stereo(codec, 0x14,  HDA_OUTPUT, 0,
6418                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6419         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6420                                  HDA_AMP_MUTE, present ? 0 : HDA_AMP_MUTE);
6421
6422 }
6423 static void alc885_mbp3_unsol_event(struct hda_codec *codec,
6424                                     unsigned int res)
6425 {
6426         /* Headphone insertion or removal. */
6427         if ((res >> 26) == ALC880_HP_EVENT)
6428                 alc885_mbp3_automute(codec);
6429 }
6430
6431
6432 static struct hda_verb alc882_targa_verbs[] = {
6433         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6434         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6435
6436         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6437         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6438
6439         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
6440         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
6441         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6442
6443         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6444         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
6445         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
6446         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
6447         { } /* end */
6448 };
6449
6450 /* toggle speaker-output according to the hp-jack state */
6451 static void alc882_targa_automute(struct hda_codec *codec)
6452 {
6453         unsigned int present;
6454
6455         present = snd_hda_codec_read(codec, 0x14, 0,
6456                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6457         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
6458                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6459         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
6460                                   present ? 1 : 3);
6461 }
6462
6463 static void alc882_targa_unsol_event(struct hda_codec *codec, unsigned int res)
6464 {
6465         /* Looks like the unsol event is incompatible with the standard
6466          * definition.  4bit tag is placed at 26 bit!
6467          */
6468         if (((res >> 26) == ALC880_HP_EVENT)) {
6469                 alc882_targa_automute(codec);
6470         }
6471 }
6472
6473 static struct hda_verb alc882_asus_a7j_verbs[] = {
6474         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6475         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6476
6477         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6478         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6479         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6480
6481         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
6482         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6483         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
6484
6485         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
6486         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
6487         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6488         { } /* end */
6489 };
6490
6491 static struct hda_verb alc882_asus_a7m_verbs[] = {
6492         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6493         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6494
6495         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6496         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6497         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6498
6499         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
6500         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6501         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
6502
6503         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
6504         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
6505         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6506         { } /* end */
6507 };
6508
6509 static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
6510 {
6511         unsigned int gpiostate, gpiomask, gpiodir;
6512
6513         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
6514                                        AC_VERB_GET_GPIO_DATA, 0);
6515
6516         if (!muted)
6517                 gpiostate |= (1 << pin);
6518         else
6519                 gpiostate &= ~(1 << pin);
6520
6521         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
6522                                       AC_VERB_GET_GPIO_MASK, 0);
6523         gpiomask |= (1 << pin);
6524
6525         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
6526                                      AC_VERB_GET_GPIO_DIRECTION, 0);
6527         gpiodir |= (1 << pin);
6528
6529
6530         snd_hda_codec_write(codec, codec->afg, 0,
6531                             AC_VERB_SET_GPIO_MASK, gpiomask);
6532         snd_hda_codec_write(codec, codec->afg, 0,
6533                             AC_VERB_SET_GPIO_DIRECTION, gpiodir);
6534
6535         msleep(1);
6536
6537         snd_hda_codec_write(codec, codec->afg, 0,
6538                             AC_VERB_SET_GPIO_DATA, gpiostate);
6539 }
6540
6541 /* set up GPIO at initialization */
6542 static void alc885_macpro_init_hook(struct hda_codec *codec)
6543 {
6544         alc882_gpio_mute(codec, 0, 0);
6545         alc882_gpio_mute(codec, 1, 0);
6546 }
6547
6548 /* set up GPIO and update auto-muting at initialization */
6549 static void alc885_imac24_init_hook(struct hda_codec *codec)
6550 {
6551         alc885_macpro_init_hook(codec);
6552         alc885_imac24_automute(codec);
6553 }
6554
6555 /*
6556  * generic initialization of ADC, input mixers and output mixers
6557  */
6558 static struct hda_verb alc882_auto_init_verbs[] = {
6559         /*
6560          * Unmute ADC0-2 and set the default input to mic-in
6561          */
6562         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6563         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6564         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6565         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6566         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6567         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6568
6569         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6570          * mixer widget
6571          * Note: PASD motherboards uses the Line In 2 as the input for
6572          * front panel mic (mic 2)
6573          */
6574         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6575         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6576         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6577         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6578         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6579         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6580
6581         /*
6582          * Set up output mixers (0x0c - 0x0f)
6583          */
6584         /* set vol=0 to output mixers */
6585         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6586         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6587         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6588         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6589         /* set up input amps for analog loopback */
6590         /* Amp Indices: DAC = 0, mixer = 1 */
6591         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6592         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6593         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6594         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6595         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6596         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6597         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6598         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6599         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6600         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6601
6602         /* FIXME: use matrix-type input source selection */
6603         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6604         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6605         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6606         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6607         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6608         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6609         /* Input mixer2 */
6610         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6611         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6612         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6613         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6614         /* Input mixer3 */
6615         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6616         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6617         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6618         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6619
6620         { }
6621 };
6622
6623 #ifdef CONFIG_SND_HDA_POWER_SAVE
6624 #define alc882_loopbacks        alc880_loopbacks
6625 #endif
6626
6627 /* pcm configuration: identiacal with ALC880 */
6628 #define alc882_pcm_analog_playback      alc880_pcm_analog_playback
6629 #define alc882_pcm_analog_capture       alc880_pcm_analog_capture
6630 #define alc882_pcm_digital_playback     alc880_pcm_digital_playback
6631 #define alc882_pcm_digital_capture      alc880_pcm_digital_capture
6632
6633 /*
6634  * configuration and preset
6635  */
6636 static const char *alc882_models[ALC882_MODEL_LAST] = {
6637         [ALC882_3ST_DIG]        = "3stack-dig",
6638         [ALC882_6ST_DIG]        = "6stack-dig",
6639         [ALC882_ARIMA]          = "arima",
6640         [ALC882_W2JC]           = "w2jc",
6641         [ALC882_TARGA]          = "targa",
6642         [ALC882_ASUS_A7J]       = "asus-a7j",
6643         [ALC882_ASUS_A7M]       = "asus-a7m",
6644         [ALC885_MACPRO]         = "macpro",
6645         [ALC885_MBP3]           = "mbp3",
6646         [ALC885_IMAC24]         = "imac24",
6647         [ALC882_AUTO]           = "auto",
6648 };
6649
6650 static struct snd_pci_quirk alc882_cfg_tbl[] = {
6651         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC882_6ST_DIG),
6652         SND_PCI_QUIRK(0x1043, 0x060d, "Asus A7J", ALC882_ASUS_A7J),
6653         SND_PCI_QUIRK(0x1043, 0x1243, "Asus A7J", ALC882_ASUS_A7J),
6654         SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_ASUS_A7M),
6655         SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_W2JC),
6656         SND_PCI_QUIRK(0x1043, 0x817f, "Asus P5LD2", ALC882_6ST_DIG),
6657         SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
6658         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
6659         SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P35 DS3R", ALC882_6ST_DIG),
6660         SND_PCI_QUIRK(0x1462, 0x28fb, "Targa T8", ALC882_TARGA), /* MSI-1049 T8  */
6661         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
6662         SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
6663         {}
6664 };
6665
6666 static struct alc_config_preset alc882_presets[] = {
6667         [ALC882_3ST_DIG] = {
6668                 .mixers = { alc882_base_mixer },
6669                 .init_verbs = { alc882_init_verbs },
6670                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6671                 .dac_nids = alc882_dac_nids,
6672                 .dig_out_nid = ALC882_DIGOUT_NID,
6673                 .dig_in_nid = ALC882_DIGIN_NID,
6674                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
6675                 .channel_mode = alc882_ch_modes,
6676                 .need_dac_fix = 1,
6677                 .input_mux = &alc882_capture_source,
6678         },
6679         [ALC882_6ST_DIG] = {
6680                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
6681                 .init_verbs = { alc882_init_verbs },
6682                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6683                 .dac_nids = alc882_dac_nids,
6684                 .dig_out_nid = ALC882_DIGOUT_NID,
6685                 .dig_in_nid = ALC882_DIGIN_NID,
6686                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
6687                 .channel_mode = alc882_sixstack_modes,
6688                 .input_mux = &alc882_capture_source,
6689         },
6690         [ALC882_ARIMA] = {
6691                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
6692                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs },
6693                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6694                 .dac_nids = alc882_dac_nids,
6695                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
6696                 .channel_mode = alc882_sixstack_modes,
6697                 .input_mux = &alc882_capture_source,
6698         },
6699         [ALC882_W2JC] = {
6700                 .mixers = { alc882_w2jc_mixer, alc882_chmode_mixer },
6701                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs,
6702                                 alc880_gpio1_init_verbs },
6703                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6704                 .dac_nids = alc882_dac_nids,
6705                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
6706                 .channel_mode = alc880_threestack_modes,
6707                 .need_dac_fix = 1,
6708                 .input_mux = &alc882_capture_source,
6709                 .dig_out_nid = ALC882_DIGOUT_NID,
6710         },
6711         [ALC885_MBP3] = {
6712                 .mixers = { alc885_mbp3_mixer, alc882_chmode_mixer },
6713                 .init_verbs = { alc885_mbp3_init_verbs,
6714                                 alc880_gpio1_init_verbs },
6715                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6716                 .dac_nids = alc882_dac_nids,
6717                 .channel_mode = alc885_mbp_6ch_modes,
6718                 .num_channel_mode = ARRAY_SIZE(alc885_mbp_6ch_modes),
6719                 .input_mux = &alc882_capture_source,
6720                 .dig_out_nid = ALC882_DIGOUT_NID,
6721                 .dig_in_nid = ALC882_DIGIN_NID,
6722                 .unsol_event = alc885_mbp3_unsol_event,
6723                 .init_hook = alc885_mbp3_automute,
6724         },
6725         [ALC885_MACPRO] = {
6726                 .mixers = { alc882_macpro_mixer },
6727                 .init_verbs = { alc882_macpro_init_verbs },
6728                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6729                 .dac_nids = alc882_dac_nids,
6730                 .dig_out_nid = ALC882_DIGOUT_NID,
6731                 .dig_in_nid = ALC882_DIGIN_NID,
6732                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
6733                 .channel_mode = alc882_ch_modes,
6734                 .input_mux = &alc882_capture_source,
6735                 .init_hook = alc885_macpro_init_hook,
6736         },
6737         [ALC885_IMAC24] = {
6738                 .mixers = { alc885_imac24_mixer },
6739                 .init_verbs = { alc885_imac24_init_verbs },
6740                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6741                 .dac_nids = alc882_dac_nids,
6742                 .dig_out_nid = ALC882_DIGOUT_NID,
6743                 .dig_in_nid = ALC882_DIGIN_NID,
6744                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
6745                 .channel_mode = alc882_ch_modes,
6746                 .input_mux = &alc882_capture_source,
6747                 .unsol_event = alc885_imac24_unsol_event,
6748                 .init_hook = alc885_imac24_init_hook,
6749         },
6750         [ALC882_TARGA] = {
6751                 .mixers = { alc882_targa_mixer, alc882_chmode_mixer },
6752                 .init_verbs = { alc882_init_verbs, alc882_targa_verbs},
6753                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6754                 .dac_nids = alc882_dac_nids,
6755                 .dig_out_nid = ALC882_DIGOUT_NID,
6756                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
6757                 .adc_nids = alc882_adc_nids,
6758                 .capsrc_nids = alc882_capsrc_nids,
6759                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
6760                 .channel_mode = alc882_3ST_6ch_modes,
6761                 .need_dac_fix = 1,
6762                 .input_mux = &alc882_capture_source,
6763                 .unsol_event = alc882_targa_unsol_event,
6764                 .init_hook = alc882_targa_automute,
6765         },
6766         [ALC882_ASUS_A7J] = {
6767                 .mixers = { alc882_asus_a7j_mixer, alc882_chmode_mixer },
6768                 .init_verbs = { alc882_init_verbs, alc882_asus_a7j_verbs},
6769                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6770                 .dac_nids = alc882_dac_nids,
6771                 .dig_out_nid = ALC882_DIGOUT_NID,
6772                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
6773                 .adc_nids = alc882_adc_nids,
6774                 .capsrc_nids = alc882_capsrc_nids,
6775                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
6776                 .channel_mode = alc882_3ST_6ch_modes,
6777                 .need_dac_fix = 1,
6778                 .input_mux = &alc882_capture_source,
6779         },
6780         [ALC882_ASUS_A7M] = {
6781                 .mixers = { alc882_asus_a7m_mixer, alc882_chmode_mixer },
6782                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs,
6783                                 alc880_gpio1_init_verbs,
6784                                 alc882_asus_a7m_verbs },
6785                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
6786                 .dac_nids = alc882_dac_nids,
6787                 .dig_out_nid = ALC882_DIGOUT_NID,
6788                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
6789                 .channel_mode = alc880_threestack_modes,
6790                 .need_dac_fix = 1,
6791                 .input_mux = &alc882_capture_source,
6792         },
6793 };
6794
6795
6796 /*
6797  * Pin config fixes
6798  */
6799 enum {
6800         PINFIX_ABIT_AW9D_MAX
6801 };
6802
6803 static struct alc_pincfg alc882_abit_aw9d_pinfix[] = {
6804         { 0x15, 0x01080104 }, /* side */
6805         { 0x16, 0x01011012 }, /* rear */
6806         { 0x17, 0x01016011 }, /* clfe */
6807         { }
6808 };
6809
6810 static const struct alc_pincfg *alc882_pin_fixes[] = {
6811         [PINFIX_ABIT_AW9D_MAX] = alc882_abit_aw9d_pinfix,
6812 };
6813
6814 static struct snd_pci_quirk alc882_pinfix_tbl[] = {
6815         SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", PINFIX_ABIT_AW9D_MAX),
6816         {}
6817 };
6818
6819 /*
6820  * BIOS auto configuration
6821  */
6822 static void alc882_auto_set_output_and_unmute(struct hda_codec *codec,
6823                                               hda_nid_t nid, int pin_type,
6824                                               int dac_idx)
6825 {
6826         /* set as output */
6827         struct alc_spec *spec = codec->spec;
6828         int idx;
6829
6830         alc_set_pin_output(codec, nid, pin_type);
6831         if (spec->multiout.dac_nids[dac_idx] == 0x25)
6832                 idx = 4;
6833         else
6834                 idx = spec->multiout.dac_nids[dac_idx] - 2;
6835         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
6836
6837 }
6838
6839 static void alc882_auto_init_multi_out(struct hda_codec *codec)
6840 {
6841         struct alc_spec *spec = codec->spec;
6842         int i;
6843
6844         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
6845         for (i = 0; i <= HDA_SIDE; i++) {
6846                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
6847                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
6848                 if (nid)
6849                         alc882_auto_set_output_and_unmute(codec, nid, pin_type,
6850                                                           i);
6851         }
6852 }
6853
6854 static void alc882_auto_init_hp_out(struct hda_codec *codec)
6855 {
6856         struct alc_spec *spec = codec->spec;
6857         hda_nid_t pin;
6858
6859         pin = spec->autocfg.hp_pins[0];
6860         if (pin) /* connect to front */
6861                 /* use dac 0 */
6862                 alc882_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
6863         pin = spec->autocfg.speaker_pins[0];
6864         if (pin)
6865                 alc882_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
6866 }
6867
6868 #define alc882_is_input_pin(nid)        alc880_is_input_pin(nid)
6869 #define ALC882_PIN_CD_NID               ALC880_PIN_CD_NID
6870
6871 static void alc882_auto_init_analog_input(struct hda_codec *codec)
6872 {
6873         struct alc_spec *spec = codec->spec;
6874         int i;
6875
6876         for (i = 0; i < AUTO_PIN_LAST; i++) {
6877                 hda_nid_t nid = spec->autocfg.input_pins[i];
6878                 unsigned int vref;
6879                 if (!nid)
6880                         continue;
6881                 vref = PIN_IN;
6882                 if (1 /*i <= AUTO_PIN_FRONT_MIC*/) {
6883                         unsigned int pincap;
6884                         pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
6885                         if ((pincap >> AC_PINCAP_VREF_SHIFT) &
6886                             AC_PINCAP_VREF_80)
6887                                 vref = PIN_VREF80;
6888                 }
6889                 snd_hda_codec_write(codec, nid, 0,
6890                                     AC_VERB_SET_PIN_WIDGET_CONTROL, vref);
6891                 if (get_wcaps(codec, nid) & AC_WCAP_OUT_AMP)
6892                         snd_hda_codec_write(codec, nid, 0,
6893                                             AC_VERB_SET_AMP_GAIN_MUTE,
6894                                             AMP_OUT_MUTE);
6895         }
6896 }
6897
6898 static void alc882_auto_init_input_src(struct hda_codec *codec)
6899 {
6900         struct alc_spec *spec = codec->spec;
6901         const struct hda_input_mux *imux = spec->input_mux;
6902         int c;
6903
6904         for (c = 0; c < spec->num_adc_nids; c++) {
6905                 hda_nid_t conn_list[HDA_MAX_NUM_INPUTS];
6906                 hda_nid_t nid = spec->capsrc_nids[c];
6907                 int conns, mute, idx, item;
6908
6909                 conns = snd_hda_get_connections(codec, nid, conn_list,
6910                                                 ARRAY_SIZE(conn_list));
6911                 if (conns < 0)
6912                         continue;
6913                 for (idx = 0; idx < conns; idx++) {
6914                         /* if the current connection is the selected one,
6915                          * unmute it as default - otherwise mute it
6916                          */
6917                         mute = AMP_IN_MUTE(idx);
6918                         for (item = 0; item < imux->num_items; item++) {
6919                                 if (imux->items[item].index == idx) {
6920                                         if (spec->cur_mux[c] == item)
6921                                                 mute = AMP_IN_UNMUTE(idx);
6922                                         break;
6923                                 }
6924                         }
6925                         snd_hda_codec_write(codec, nid, 0,
6926                                             AC_VERB_SET_AMP_GAIN_MUTE, mute);
6927                 }
6928         }
6929 }
6930
6931 /* add mic boosts if needed */
6932 static int alc_auto_add_mic_boost(struct hda_codec *codec)
6933 {
6934         struct alc_spec *spec = codec->spec;
6935         int err;
6936         hda_nid_t nid;
6937
6938         nid = spec->autocfg.input_pins[AUTO_PIN_MIC];
6939         if (nid && (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) {
6940                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
6941                                   "Mic Boost",
6942                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
6943                 if (err < 0)
6944                         return err;
6945         }
6946         nid = spec->autocfg.input_pins[AUTO_PIN_FRONT_MIC];
6947         if (nid && (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)) {
6948                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
6949                                   "Front Mic Boost",
6950                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
6951                 if (err < 0)
6952                         return err;
6953         }
6954         return 0;
6955 }
6956
6957 /* almost identical with ALC880 parser... */
6958 static int alc882_parse_auto_config(struct hda_codec *codec)
6959 {
6960         struct alc_spec *spec = codec->spec;
6961         int err = alc880_parse_auto_config(codec);
6962
6963         if (err < 0)
6964                 return err;
6965         else if (!err)
6966                 return 0; /* no config found */
6967
6968         err = alc_auto_add_mic_boost(codec);
6969         if (err < 0)
6970                 return err;
6971
6972         /* hack - override the init verbs */
6973         spec->init_verbs[0] = alc882_auto_init_verbs;
6974
6975         return 1; /* config found */
6976 }
6977
6978 /* additional initialization for auto-configuration model */
6979 static void alc882_auto_init(struct hda_codec *codec)
6980 {
6981         struct alc_spec *spec = codec->spec;
6982         alc882_auto_init_multi_out(codec);
6983         alc882_auto_init_hp_out(codec);
6984         alc882_auto_init_analog_input(codec);
6985         alc882_auto_init_input_src(codec);
6986         if (spec->unsol_event)
6987                 alc_inithook(codec);
6988 }
6989
6990 static int patch_alc883(struct hda_codec *codec); /* called in patch_alc882() */
6991
6992 static int patch_alc882(struct hda_codec *codec)
6993 {
6994         struct alc_spec *spec;
6995         int err, board_config;
6996
6997         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6998         if (spec == NULL)
6999                 return -ENOMEM;
7000
7001         codec->spec = spec;
7002
7003         board_config = snd_hda_check_board_config(codec, ALC882_MODEL_LAST,
7004                                                   alc882_models,
7005                                                   alc882_cfg_tbl);
7006
7007         if (board_config < 0 || board_config >= ALC882_MODEL_LAST) {
7008                 /* Pick up systems that don't supply PCI SSID */
7009                 switch (codec->subsystem_id) {
7010                 case 0x106b0c00: /* Mac Pro */
7011                         board_config = ALC885_MACPRO;
7012                         break;
7013                 case 0x106b1000: /* iMac 24 */
7014                 case 0x106b2800: /* AppleTV */
7015                         board_config = ALC885_IMAC24;
7016                         break;
7017                 case 0x106b00a1: /* Macbook (might be wrong - PCI SSID?) */
7018                 case 0x106b00a4: /* MacbookPro4,1 */
7019                 case 0x106b2c00: /* Macbook Pro rev3 */
7020                 case 0x106b3600: /* Macbook 3.1 */
7021                         board_config = ALC885_MBP3;
7022                         break;
7023                 default:
7024                         /* ALC889A is handled better as ALC888-compatible */
7025                         if (codec->revision_id == 0x100101 ||
7026                             codec->revision_id == 0x100103) {
7027                                 alc_free(codec);
7028                                 return patch_alc883(codec);
7029                         }
7030                         printk(KERN_INFO "hda_codec: Unknown model for ALC882, "
7031                                          "trying auto-probe from BIOS...\n");
7032                         board_config = ALC882_AUTO;
7033                 }
7034         }
7035
7036         alc_fix_pincfg(codec, alc882_pinfix_tbl, alc882_pin_fixes);
7037
7038         if (board_config == ALC882_AUTO) {
7039                 /* automatic parse from the BIOS config */
7040                 err = alc882_parse_auto_config(codec);
7041                 if (err < 0) {
7042                         alc_free(codec);
7043                         return err;
7044                 } else if (!err) {
7045                         printk(KERN_INFO
7046                                "hda_codec: Cannot set up configuration "
7047                                "from BIOS.  Using base mode...\n");
7048                         board_config = ALC882_3ST_DIG;
7049                 }
7050         }
7051
7052         if (board_config != ALC882_AUTO)
7053                 setup_preset(spec, &alc882_presets[board_config]);
7054
7055         if (codec->vendor_id == 0x10ec0885) {
7056                 spec->stream_name_analog = "ALC885 Analog";
7057                 spec->stream_name_digital = "ALC885 Digital";
7058         } else {
7059                 spec->stream_name_analog = "ALC882 Analog";
7060                 spec->stream_name_digital = "ALC882 Digital";
7061         }
7062
7063         spec->stream_analog_playback = &alc882_pcm_analog_playback;
7064         spec->stream_analog_capture = &alc882_pcm_analog_capture;
7065         /* FIXME: setup DAC5 */
7066         /*spec->stream_analog_alt_playback = &alc880_pcm_analog_alt_playback;*/
7067         spec->stream_analog_alt_capture = &alc880_pcm_analog_alt_capture;
7068
7069         spec->stream_digital_playback = &alc882_pcm_digital_playback;
7070         spec->stream_digital_capture = &alc882_pcm_digital_capture;
7071
7072         spec->is_mix_capture = 1; /* matrix-style capture */
7073         if (!spec->adc_nids && spec->input_mux) {
7074                 /* check whether NID 0x07 is valid */
7075                 unsigned int wcap = get_wcaps(codec, 0x07);
7076                 /* get type */
7077                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
7078                 if (wcap != AC_WID_AUD_IN) {
7079                         spec->adc_nids = alc882_adc_nids_alt;
7080                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids_alt);
7081                         spec->capsrc_nids = alc882_capsrc_nids_alt;
7082                 } else {
7083                         spec->adc_nids = alc882_adc_nids;
7084                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids);
7085                         spec->capsrc_nids = alc882_capsrc_nids;
7086                 }
7087         }
7088         set_capture_mixer(spec);
7089
7090         spec->vmaster_nid = 0x0c;
7091
7092         codec->patch_ops = alc_patch_ops;
7093         if (board_config == ALC882_AUTO)
7094                 spec->init_hook = alc882_auto_init;
7095 #ifdef CONFIG_SND_HDA_POWER_SAVE
7096         if (!spec->loopback.amplist)
7097                 spec->loopback.amplist = alc882_loopbacks;
7098 #endif
7099         codec->proc_widget_hook = print_realtek_coef;
7100
7101         return 0;
7102 }
7103
7104 /*
7105  * ALC883 support
7106  *
7107  * ALC883 is almost identical with ALC880 but has cleaner and more flexible
7108  * configuration.  Each pin widget can choose any input DACs and a mixer.
7109  * Each ADC is connected from a mixer of all inputs.  This makes possible
7110  * 6-channel independent captures.
7111  *
7112  * In addition, an independent DAC for the multi-playback (not used in this
7113  * driver yet).
7114  */
7115 #define ALC883_DIGOUT_NID       0x06
7116 #define ALC883_DIGIN_NID        0x0a
7117
7118 #define ALC1200_DIGOUT_NID      0x10
7119
7120 static hda_nid_t alc883_dac_nids[4] = {
7121         /* front, rear, clfe, rear_surr */
7122         0x02, 0x03, 0x04, 0x05
7123 };
7124
7125 static hda_nid_t alc883_adc_nids[2] = {
7126         /* ADC1-2 */
7127         0x08, 0x09,
7128 };
7129
7130 static hda_nid_t alc883_adc_nids_alt[1] = {
7131         /* ADC1 */
7132         0x08,
7133 };
7134
7135 static hda_nid_t alc883_adc_nids_rev[2] = {
7136         /* ADC2-1 */
7137         0x09, 0x08
7138 };
7139
7140 static hda_nid_t alc883_capsrc_nids[2] = { 0x23, 0x22 };
7141
7142 static hda_nid_t alc883_capsrc_nids_rev[2] = { 0x22, 0x23 };
7143
7144 /* input MUX */
7145 /* FIXME: should be a matrix-type input source selection */
7146
7147 static struct hda_input_mux alc883_capture_source = {
7148         .num_items = 4,
7149         .items = {
7150                 { "Mic", 0x0 },
7151                 { "Front Mic", 0x1 },
7152                 { "Line", 0x2 },
7153                 { "CD", 0x4 },
7154         },
7155 };
7156
7157 static struct hda_input_mux alc883_3stack_6ch_intel = {
7158         .num_items = 4,
7159         .items = {
7160                 { "Mic", 0x1 },
7161                 { "Front Mic", 0x0 },
7162                 { "Line", 0x2 },
7163                 { "CD", 0x4 },
7164         },
7165 };
7166
7167 static struct hda_input_mux alc883_lenovo_101e_capture_source = {
7168         .num_items = 2,
7169         .items = {
7170                 { "Mic", 0x1 },
7171                 { "Line", 0x2 },
7172         },
7173 };
7174
7175 static struct hda_input_mux alc883_lenovo_nb0763_capture_source = {
7176         .num_items = 4,
7177         .items = {
7178                 { "Mic", 0x0 },
7179                 { "iMic", 0x1 },
7180                 { "Line", 0x2 },
7181                 { "CD", 0x4 },
7182         },
7183 };
7184
7185 static struct hda_input_mux alc883_fujitsu_pi2515_capture_source = {
7186         .num_items = 2,
7187         .items = {
7188                 { "Mic", 0x0 },
7189                 { "Int Mic", 0x1 },
7190         },
7191 };
7192
7193 static struct hda_input_mux alc883_lenovo_sky_capture_source = {
7194         .num_items = 3,
7195         .items = {
7196                 { "Mic", 0x0 },
7197                 { "Front Mic", 0x1 },
7198                 { "Line", 0x4 },
7199         },
7200 };
7201
7202 static struct hda_input_mux alc883_asus_eee1601_capture_source = {
7203         .num_items = 2,
7204         .items = {
7205                 { "Mic", 0x0 },
7206                 { "Line", 0x2 },
7207         },
7208 };
7209
7210 /*
7211  * 2ch mode
7212  */
7213 static struct hda_channel_mode alc883_3ST_2ch_modes[1] = {
7214         { 2, NULL }
7215 };
7216
7217 /*
7218  * 2ch mode
7219  */
7220 static struct hda_verb alc883_3ST_ch2_init[] = {
7221         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7222         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7223         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
7224         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7225         { } /* end */
7226 };
7227
7228 /*
7229  * 4ch mode
7230  */
7231 static struct hda_verb alc883_3ST_ch4_init[] = {
7232         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7233         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7234         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7235         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7236         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
7237         { } /* end */
7238 };
7239
7240 /*
7241  * 6ch mode
7242  */
7243 static struct hda_verb alc883_3ST_ch6_init[] = {
7244         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7245         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7246         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
7247         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7248         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7249         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
7250         { } /* end */
7251 };
7252
7253 static struct hda_channel_mode alc883_3ST_6ch_modes[3] = {
7254         { 2, alc883_3ST_ch2_init },
7255         { 4, alc883_3ST_ch4_init },
7256         { 6, alc883_3ST_ch6_init },
7257 };
7258
7259 /*
7260  * 2ch mode
7261  */
7262 static struct hda_verb alc883_3ST_ch2_intel_init[] = {
7263         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7264         { 0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7265         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
7266         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7267         { } /* end */
7268 };
7269
7270 /*
7271  * 4ch mode
7272  */
7273 static struct hda_verb alc883_3ST_ch4_intel_init[] = {
7274         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7275         { 0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7276         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7277         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7278         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
7279         { } /* end */
7280 };
7281
7282 /*
7283  * 6ch mode
7284  */
7285 static struct hda_verb alc883_3ST_ch6_intel_init[] = {
7286         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7287         { 0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7288         { 0x19, AC_VERB_SET_CONNECT_SEL, 0x02 },
7289         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7290         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7291         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
7292         { } /* end */
7293 };
7294
7295 static struct hda_channel_mode alc883_3ST_6ch_intel_modes[3] = {
7296         { 2, alc883_3ST_ch2_intel_init },
7297         { 4, alc883_3ST_ch4_intel_init },
7298         { 6, alc883_3ST_ch6_intel_init },
7299 };
7300
7301 /*
7302  * 6ch mode
7303  */
7304 static struct hda_verb alc883_sixstack_ch6_init[] = {
7305         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7306         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7307         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7308         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7309         { } /* end */
7310 };
7311
7312 /*
7313  * 8ch mode
7314  */
7315 static struct hda_verb alc883_sixstack_ch8_init[] = {
7316         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7317         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7318         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7319         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7320         { } /* end */
7321 };
7322
7323 static struct hda_channel_mode alc883_sixstack_modes[2] = {
7324         { 6, alc883_sixstack_ch6_init },
7325         { 8, alc883_sixstack_ch8_init },
7326 };
7327
7328 static struct hda_verb alc883_medion_eapd_verbs[] = {
7329         /* eanable EAPD on medion laptop */
7330         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
7331         {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
7332         { }
7333 };
7334
7335 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
7336  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
7337  */
7338
7339 static struct snd_kcontrol_new alc883_base_mixer[] = {
7340         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7341         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7342         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7343         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
7344         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
7345         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7346         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7347         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7348         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
7349         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
7350         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7351         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7352         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7353         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7354         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7355         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7356         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7357         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7358         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7359         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7360         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7361         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
7362         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
7363         { } /* end */
7364 };
7365
7366 static struct snd_kcontrol_new alc883_mitac_mixer[] = {
7367         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7368         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7369         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
7370         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7371         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7372         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7373         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7374         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7375         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7376         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7377         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7378         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7379         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7380         { } /* end */
7381 };
7382
7383 static struct snd_kcontrol_new alc883_clevo_m720_mixer[] = {
7384         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7385         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
7386         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7387         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
7388         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7389         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7390         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7391         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7392         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
7393         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7394         { } /* end */
7395 };
7396
7397 static struct snd_kcontrol_new alc883_2ch_fujitsu_pi2515_mixer[] = {
7398         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7399         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
7400         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7401         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
7402         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7403         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7404         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7405         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7406         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
7407         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7408         { } /* end */
7409 };
7410
7411 static struct snd_kcontrol_new alc883_3ST_2ch_mixer[] = {
7412         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7413         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7414         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7415         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7416         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7417         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7418         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7419         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7420         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7421         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7422         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7423         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7424         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7425         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
7426         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
7427         { } /* end */
7428 };
7429
7430 static struct snd_kcontrol_new alc883_3ST_6ch_mixer[] = {
7431         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7432         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7433         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7434         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
7435         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
7436         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7437         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7438         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7439         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7440         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7441         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7442         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7443         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7444         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7445         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7446         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7447         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7448         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7449         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7450         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
7451         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
7452         { } /* end */
7453 };
7454
7455 static struct snd_kcontrol_new alc883_3ST_6ch_intel_mixer[] = {
7456         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7457         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7458         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7459         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
7460         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0,
7461                               HDA_OUTPUT),
7462         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7463         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7464         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7465         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7466         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7467         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7468         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7469         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7470         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7471         HDA_CODEC_VOLUME("Mic Boost", 0x19, 0, HDA_INPUT),
7472         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7473         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7474         HDA_CODEC_VOLUME("Front Mic Boost", 0x18, 0, HDA_INPUT),
7475         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7476         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
7477         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
7478         { } /* end */
7479 };
7480
7481 static struct snd_kcontrol_new alc883_fivestack_mixer[] = {
7482         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7483         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7484         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7485         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
7486         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
7487         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7488         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7489         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7490         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7491         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7492         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7493         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7494         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7495         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7496         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7497         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7498         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7499         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7500         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7501         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
7502         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
7503         { } /* end */
7504 };
7505
7506 static struct snd_kcontrol_new alc883_tagra_mixer[] = {
7507         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7508         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7509         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7510         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7511         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
7512         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
7513         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7514         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
7515         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
7516         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7517         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7518         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7519         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7520         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7521         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7522         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7523         { } /* end */
7524 };
7525
7526 static struct snd_kcontrol_new alc883_tagra_2ch_mixer[] = {
7527         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7528         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7529         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7530         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7531         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7532         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7533         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7534         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7535         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7536         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
7537         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7538         { } /* end */
7539 };
7540
7541 static struct snd_kcontrol_new alc883_lenovo_101e_2ch_mixer[] = {
7542         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7543         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7544         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7545         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
7546         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7547         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7548         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7549         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7550         { } /* end */
7551 };
7552
7553 static struct snd_kcontrol_new alc883_lenovo_nb0763_mixer[] = {
7554         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7555         HDA_BIND_MUTE("Speaker Playback Switch", 0x0c, 2, HDA_INPUT),
7556         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7557         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7558         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7559         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7560         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7561         HDA_CODEC_VOLUME("iMic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7562         HDA_CODEC_MUTE("iMic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7563         { } /* end */
7564 };
7565
7566 static struct snd_kcontrol_new alc883_medion_md2_mixer[] = {
7567         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7568         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7569         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7570         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7571         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7572         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7573         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7574         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7575         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7576         { } /* end */
7577 };
7578
7579 static struct snd_kcontrol_new alc883_acer_aspire_mixer[] = {
7580         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7581         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7582         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7583         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7584         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7585         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7586         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7587         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7588         { } /* end */
7589 };
7590
7591 static struct snd_kcontrol_new alc888_lenovo_sky_mixer[] = {
7592         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7593         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7594         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
7595         HDA_BIND_MUTE("Surround Playback Switch", 0x0e, 2, HDA_INPUT),
7596         HDA_CODEC_VOLUME_MONO("Center Playback Volume",
7597                                                 0x0d, 1, 0x0, HDA_OUTPUT),
7598         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
7599         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
7600         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
7601         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
7602         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
7603         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7604         HDA_CODEC_MUTE("iSpeaker Playback Switch", 0x1a, 0x0, HDA_OUTPUT),
7605         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7606         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7607         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7608         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7609         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7610         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7611         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7612         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7613         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7614         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7615         { } /* end */
7616 };
7617
7618 static struct hda_bind_ctls alc883_bind_cap_vol = {
7619         .ops = &snd_hda_bind_vol,
7620         .values = {
7621                 HDA_COMPOSE_AMP_VAL(0x08, 3, 0, HDA_INPUT),
7622                 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
7623                 0
7624         },
7625 };
7626
7627 static struct hda_bind_ctls alc883_bind_cap_switch = {
7628         .ops = &snd_hda_bind_sw,
7629         .values = {
7630                 HDA_COMPOSE_AMP_VAL(0x08, 3, 0, HDA_INPUT),
7631                 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
7632                 0
7633         },
7634 };
7635
7636 static struct snd_kcontrol_new alc883_asus_eee1601_mixer[] = {
7637         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7638         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
7639         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7640         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7641         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7642         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7643         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7644         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7645         { } /* end */
7646 };
7647
7648 static struct snd_kcontrol_new alc883_asus_eee1601_cap_mixer[] = {
7649         HDA_BIND_VOL("Capture Volume", &alc883_bind_cap_vol),
7650         HDA_BIND_SW("Capture Switch", &alc883_bind_cap_switch),
7651         {
7652                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7653                 /* .name = "Capture Source", */
7654                 .name = "Input Source",
7655                 .count = 1,
7656                 .info = alc_mux_enum_info,
7657                 .get = alc_mux_enum_get,
7658                 .put = alc_mux_enum_put,
7659         },
7660         { } /* end */
7661 };
7662
7663 static struct snd_kcontrol_new alc883_chmode_mixer[] = {
7664         {
7665                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7666                 .name = "Channel Mode",
7667                 .info = alc_ch_mode_info,
7668                 .get = alc_ch_mode_get,
7669                 .put = alc_ch_mode_put,
7670         },
7671         { } /* end */
7672 };
7673
7674 static struct hda_verb alc883_init_verbs[] = {
7675         /* ADC1: mute amp left and right */
7676         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7677         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7678         /* ADC2: mute amp left and right */
7679         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7680         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7681         /* Front mixer: unmute input/output amp left and right (volume = 0) */
7682         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7683         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7684         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7685         /* Rear mixer */
7686         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7687         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7688         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7689         /* CLFE mixer */
7690         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7691         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7692         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7693         /* Side mixer */
7694         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7695         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7696         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7697
7698         /* mute analog input loopbacks */
7699         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7700         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7701         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7702         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7703         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7704
7705         /* Front Pin: output 0 (0x0c) */
7706         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7707         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7708         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
7709         /* Rear Pin: output 1 (0x0d) */
7710         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7711         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7712         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
7713         /* CLFE Pin: output 2 (0x0e) */
7714         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7715         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7716         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
7717         /* Side Pin: output 3 (0x0f) */
7718         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7719         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7720         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
7721         /* Mic (rear) pin: input vref at 80% */
7722         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
7723         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7724         /* Front Mic pin: input vref at 80% */
7725         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
7726         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7727         /* Line In pin: input */
7728         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
7729         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7730         /* Line-2 In: Headphone output (output 0 - 0x0c) */
7731         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7732         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7733         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7734         /* CD pin widget for input */
7735         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
7736
7737         /* FIXME: use matrix-type input source selection */
7738         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7739         /* Input mixer2 */
7740         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7741         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7742         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7743         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7744         /* Input mixer3 */
7745         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7746         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7747         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7748         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7749         { }
7750 };
7751
7752 /* toggle speaker-output according to the hp-jack state */
7753 static void alc883_mitac_hp_automute(struct hda_codec *codec)
7754 {
7755         unsigned int present;
7756
7757         present = snd_hda_codec_read(codec, 0x15, 0,
7758                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7759         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7760                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7761         snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
7762                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7763 }
7764
7765 /* auto-toggle front mic */
7766 /*
7767 static void alc883_mitac_mic_automute(struct hda_codec *codec)
7768 {
7769         unsigned int present;
7770         unsigned char bits;
7771
7772         present = snd_hda_codec_read(codec, 0x18, 0,
7773                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7774         bits = present ? HDA_AMP_MUTE : 0;
7775         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits);
7776 }
7777 */
7778
7779 static void alc883_mitac_automute(struct hda_codec *codec)
7780 {
7781         alc883_mitac_hp_automute(codec);
7782         /* alc883_mitac_mic_automute(codec); */
7783 }
7784
7785 static void alc883_mitac_unsol_event(struct hda_codec *codec,
7786                                            unsigned int res)
7787 {
7788         switch (res >> 26) {
7789         case ALC880_HP_EVENT:
7790                 alc883_mitac_hp_automute(codec);
7791                 break;
7792         case ALC880_MIC_EVENT:
7793                 /* alc883_mitac_mic_automute(codec); */
7794                 break;
7795         }
7796 }
7797
7798 static struct hda_verb alc883_mitac_verbs[] = {
7799         /* HP */
7800         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7801         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7802         /* Subwoofer */
7803         {0x17, AC_VERB_SET_CONNECT_SEL, 0x02},
7804         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7805
7806         /* enable unsolicited event */
7807         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7808         /* {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_MIC_EVENT | AC_USRSP_EN}, */
7809
7810         { } /* end */
7811 };
7812
7813 static struct hda_verb alc883_clevo_m720_verbs[] = {
7814         /* HP */
7815         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7816         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7817         /* Int speaker */
7818         {0x14, AC_VERB_SET_CONNECT_SEL, 0x01},
7819         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7820
7821         /* enable unsolicited event */
7822         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7823         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_MIC_EVENT | AC_USRSP_EN},
7824
7825         { } /* end */
7826 };
7827
7828 static struct hda_verb alc883_2ch_fujitsu_pi2515_verbs[] = {
7829         /* HP */
7830         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
7831         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7832         /* Subwoofer */
7833         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
7834         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7835
7836         /* enable unsolicited event */
7837         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7838
7839         { } /* end */
7840 };
7841
7842 static struct hda_verb alc883_tagra_verbs[] = {
7843         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7844         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7845
7846         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7847         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7848
7849         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
7850         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
7851         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
7852
7853         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7854         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
7855         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
7856         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
7857
7858         { } /* end */
7859 };
7860
7861 static struct hda_verb alc883_lenovo_101e_verbs[] = {
7862         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7863         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT|AC_USRSP_EN},
7864         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT|AC_USRSP_EN},
7865         { } /* end */
7866 };
7867
7868 static struct hda_verb alc883_lenovo_nb0763_verbs[] = {
7869         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7870         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7871         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7872         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7873         { } /* end */
7874 };
7875
7876 static struct hda_verb alc888_lenovo_ms7195_verbs[] = {
7877         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7878         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7879         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7880         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT | AC_USRSP_EN},
7881         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT    | AC_USRSP_EN},
7882         { } /* end */
7883 };
7884
7885 static struct hda_verb alc883_haier_w66_verbs[] = {
7886         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7887         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7888
7889         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7890
7891         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7892         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7893         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7894         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7895         { } /* end */
7896 };
7897
7898 static struct hda_verb alc888_lenovo_sky_verbs[] = {
7899         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7900         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7901         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7902         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7903         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7904         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
7905         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
7906         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7907         { } /* end */
7908 };
7909
7910 static struct hda_verb alc888_3st_hp_verbs[] = {
7911         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Front: output 0 (0x0c) */
7912         {0x16, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Rear : output 1 (0x0d) */
7913         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02},  /* CLFE : output 2 (0x0e) */
7914         { }
7915 };
7916
7917 static struct hda_verb alc888_6st_dell_verbs[] = {
7918         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7919         { }
7920 };
7921
7922 static struct hda_verb alc888_3st_hp_2ch_init[] = {
7923         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7924         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7925         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
7926         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
7927         { }
7928 };
7929
7930 static struct hda_verb alc888_3st_hp_6ch_init[] = {
7931         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7932         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7933         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7934         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7935         { }
7936 };
7937
7938 static struct hda_channel_mode alc888_3st_hp_modes[2] = {
7939         { 2, alc888_3st_hp_2ch_init },
7940         { 6, alc888_3st_hp_6ch_init },
7941 };
7942
7943 /* toggle front-jack and RCA according to the hp-jack state */
7944 static void alc888_lenovo_ms7195_front_automute(struct hda_codec *codec)
7945 {
7946         unsigned int present;
7947
7948         present = snd_hda_codec_read(codec, 0x1b, 0,
7949                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7950         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7951                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7952         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7953                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7954 }
7955
7956 /* toggle RCA according to the front-jack state */
7957 static void alc888_lenovo_ms7195_rca_automute(struct hda_codec *codec)
7958 {
7959         unsigned int present;
7960
7961         present = snd_hda_codec_read(codec, 0x14, 0,
7962                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7963         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7964                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7965 }
7966
7967 static void alc883_lenovo_ms7195_unsol_event(struct hda_codec *codec,
7968                                              unsigned int res)
7969 {
7970         if ((res >> 26) == ALC880_HP_EVENT)
7971                 alc888_lenovo_ms7195_front_automute(codec);
7972         if ((res >> 26) == ALC880_FRONT_EVENT)
7973                 alc888_lenovo_ms7195_rca_automute(codec);
7974 }
7975
7976 static struct hda_verb alc883_medion_md2_verbs[] = {
7977         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7978         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7979
7980         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7981
7982         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
7983         { } /* end */
7984 };
7985
7986 /* toggle speaker-output according to the hp-jack state */
7987 static void alc883_medion_md2_automute(struct hda_codec *codec)
7988 {
7989         unsigned int present;
7990
7991         present = snd_hda_codec_read(codec, 0x14, 0,
7992                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7993         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7994                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
7995 }
7996
7997 static void alc883_medion_md2_unsol_event(struct hda_codec *codec,
7998                                           unsigned int res)
7999 {
8000         if ((res >> 26) == ALC880_HP_EVENT)
8001                 alc883_medion_md2_automute(codec);
8002 }
8003
8004 /* toggle speaker-output according to the hp-jack state */
8005 static void alc883_tagra_automute(struct hda_codec *codec)
8006 {
8007         unsigned int present;
8008         unsigned char bits;
8009
8010         present = snd_hda_codec_read(codec, 0x14, 0,
8011                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8012         bits = present ? HDA_AMP_MUTE : 0;
8013         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
8014                                  HDA_AMP_MUTE, bits);
8015         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
8016                                   present ? 1 : 3);
8017 }
8018
8019 static void alc883_tagra_unsol_event(struct hda_codec *codec, unsigned int res)
8020 {
8021         if ((res >> 26) == ALC880_HP_EVENT)
8022                 alc883_tagra_automute(codec);
8023 }
8024
8025 /* toggle speaker-output according to the hp-jack state */
8026 static void alc883_clevo_m720_hp_automute(struct hda_codec *codec)
8027 {
8028         unsigned int present;
8029         unsigned char bits;
8030
8031         present = snd_hda_codec_read(codec, 0x15, 0, AC_VERB_GET_PIN_SENSE, 0)
8032                 & AC_PINSENSE_PRESENCE;
8033         bits = present ? HDA_AMP_MUTE : 0;
8034         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8035                                  HDA_AMP_MUTE, bits);
8036 }
8037
8038 static void alc883_clevo_m720_mic_automute(struct hda_codec *codec)
8039 {
8040         unsigned int present;
8041
8042         present = snd_hda_codec_read(codec, 0x18, 0,
8043                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8044         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1,
8045                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8046 }
8047
8048 static void alc883_clevo_m720_automute(struct hda_codec *codec)
8049 {
8050         alc883_clevo_m720_hp_automute(codec);
8051         alc883_clevo_m720_mic_automute(codec);
8052 }
8053
8054 static void alc883_clevo_m720_unsol_event(struct hda_codec *codec,
8055                                            unsigned int res)
8056 {
8057         switch (res >> 26) {
8058         case ALC880_HP_EVENT:
8059                 alc883_clevo_m720_hp_automute(codec);
8060                 break;
8061         case ALC880_MIC_EVENT:
8062                 alc883_clevo_m720_mic_automute(codec);
8063                 break;
8064         }
8065 }
8066
8067 /* toggle speaker-output according to the hp-jack state */
8068 static void alc883_2ch_fujitsu_pi2515_automute(struct hda_codec *codec)
8069 {
8070         unsigned int present;
8071         unsigned char bits;
8072
8073         present = snd_hda_codec_read(codec, 0x14, 0, AC_VERB_GET_PIN_SENSE, 0)
8074                 & AC_PINSENSE_PRESENCE;
8075         bits = present ? HDA_AMP_MUTE : 0;
8076         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8077                                  HDA_AMP_MUTE, bits);
8078 }
8079
8080 static void alc883_2ch_fujitsu_pi2515_unsol_event(struct hda_codec *codec,
8081                                                   unsigned int res)
8082 {
8083         if ((res >> 26) == ALC880_HP_EVENT)
8084                 alc883_2ch_fujitsu_pi2515_automute(codec);
8085 }
8086
8087 static void alc883_haier_w66_automute(struct hda_codec *codec)
8088 {
8089         unsigned int present;
8090         unsigned char bits;
8091
8092         present = snd_hda_codec_read(codec, 0x1b, 0,
8093                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8094         bits = present ? 0x80 : 0;
8095         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8096                                  0x80, bits);
8097 }
8098
8099 static void alc883_haier_w66_unsol_event(struct hda_codec *codec,
8100                                          unsigned int res)
8101 {
8102         if ((res >> 26) == ALC880_HP_EVENT)
8103                 alc883_haier_w66_automute(codec);
8104 }
8105
8106 static void alc883_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
8107 {
8108         unsigned int present;
8109         unsigned char bits;
8110
8111         present = snd_hda_codec_read(codec, 0x14, 0,
8112                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8113         bits = present ? HDA_AMP_MUTE : 0;
8114         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8115                                  HDA_AMP_MUTE, bits);
8116 }
8117
8118 static void alc883_lenovo_101e_all_automute(struct hda_codec *codec)
8119 {
8120         unsigned int present;
8121         unsigned char bits;
8122
8123         present = snd_hda_codec_read(codec, 0x1b, 0,
8124                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8125         bits = present ? HDA_AMP_MUTE : 0;
8126         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8127                                  HDA_AMP_MUTE, bits);
8128         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8129                                  HDA_AMP_MUTE, bits);
8130 }
8131
8132 static void alc883_lenovo_101e_unsol_event(struct hda_codec *codec,
8133                                            unsigned int res)
8134 {
8135         if ((res >> 26) == ALC880_HP_EVENT)
8136                 alc883_lenovo_101e_all_automute(codec);
8137         if ((res >> 26) == ALC880_FRONT_EVENT)
8138                 alc883_lenovo_101e_ispeaker_automute(codec);
8139 }
8140
8141 /* toggle speaker-output according to the hp-jack state */
8142 static void alc883_acer_aspire_automute(struct hda_codec *codec)
8143 {
8144         unsigned int present;
8145
8146         present = snd_hda_codec_read(codec, 0x14, 0,
8147                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8148         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8149                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8150         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
8151                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8152 }
8153
8154 static void alc883_acer_aspire_unsol_event(struct hda_codec *codec,
8155                                            unsigned int res)
8156 {
8157         if ((res >> 26) == ALC880_HP_EVENT)
8158                 alc883_acer_aspire_automute(codec);
8159 }
8160
8161 static struct hda_verb alc883_acer_eapd_verbs[] = {
8162         /* HP Pin: output 0 (0x0c) */
8163         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8164         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8165         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
8166         /* Front Pin: output 0 (0x0c) */
8167         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8168         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
8169         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8170         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
8171         /* eanable EAPD on medion laptop */
8172         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
8173         {0x20, AC_VERB_SET_PROC_COEF, 0x3050},
8174         /* enable unsolicited event */
8175         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8176         { }
8177 };
8178
8179 static void alc888_6st_dell_front_automute(struct hda_codec *codec)
8180 {
8181         unsigned int present;
8182
8183         present = snd_hda_codec_read(codec, 0x1b, 0,
8184                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8185         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8186                                 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8187         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8188                                 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8189         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
8190                                 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8191         snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
8192                                 HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
8193 }
8194
8195 static void alc888_6st_dell_unsol_event(struct hda_codec *codec,
8196                                              unsigned int res)
8197 {
8198         switch (res >> 26) {
8199         case ALC880_HP_EVENT:
8200                 printk("hp_event\n");
8201                 alc888_6st_dell_front_automute(codec);
8202                 break;
8203         }
8204 }
8205
8206 static void alc888_lenovo_sky_front_automute(struct hda_codec *codec)
8207 {
8208         unsigned int mute;
8209         unsigned int present;
8210
8211         snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
8212         present = snd_hda_codec_read(codec, 0x1b, 0,
8213                                      AC_VERB_GET_PIN_SENSE, 0);
8214         present = (present & 0x80000000) != 0;
8215         if (present) {
8216                 /* mute internal speaker */
8217                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8218                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
8219                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8220                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
8221                 snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
8222                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
8223                 snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
8224                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
8225                 snd_hda_codec_amp_stereo(codec, 0x1a, HDA_OUTPUT, 0,
8226                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
8227         } else {
8228                 /* unmute internal speaker if necessary */
8229                 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
8230                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
8231                                          HDA_AMP_MUTE, mute);
8232                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8233                                          HDA_AMP_MUTE, mute);
8234                 snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
8235                                          HDA_AMP_MUTE, mute);
8236                 snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
8237                                          HDA_AMP_MUTE, mute);
8238                 snd_hda_codec_amp_stereo(codec, 0x1a, HDA_OUTPUT, 0,
8239                                          HDA_AMP_MUTE, mute);
8240         }
8241 }
8242
8243 static void alc883_lenovo_sky_unsol_event(struct hda_codec *codec,
8244                                              unsigned int res)
8245 {
8246         if ((res >> 26) == ALC880_HP_EVENT)
8247                 alc888_lenovo_sky_front_automute(codec);
8248 }
8249
8250 /*
8251  * generic initialization of ADC, input mixers and output mixers
8252  */
8253 static struct hda_verb alc883_auto_init_verbs[] = {
8254         /*
8255          * Unmute ADC0-2 and set the default input to mic-in
8256          */
8257         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
8258         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8259         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
8260         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8261
8262         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
8263          * mixer widget
8264          * Note: PASD motherboards uses the Line In 2 as the input for
8265          * front panel mic (mic 2)
8266          */
8267         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
8268         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8269         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8270         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
8271         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
8272         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
8273
8274         /*
8275          * Set up output mixers (0x0c - 0x0f)
8276          */
8277         /* set vol=0 to output mixers */
8278         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8279         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8280         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8281         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8282         /* set up input amps for analog loopback */
8283         /* Amp Indices: DAC = 0, mixer = 1 */
8284         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8285         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8286         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8287         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8288         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8289         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8290         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8291         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8292         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8293         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8294
8295         /* FIXME: use matrix-type input source selection */
8296         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
8297         /* Input mixer1 */
8298         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8299         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8300         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
8301         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
8302         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
8303         /* Input mixer2 */
8304         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8305         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8306         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
8307         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
8308         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
8309
8310         { }
8311 };
8312
8313 static struct hda_verb alc888_asus_m90v_verbs[] = {
8314         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8315         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8316         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8317         /* enable unsolicited event */
8318         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8319         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_MIC_EVENT | AC_USRSP_EN},
8320         { } /* end */
8321 };
8322
8323 static void alc883_nb_mic_automute(struct hda_codec *codec)
8324 {
8325         unsigned int present;
8326
8327         present = snd_hda_codec_read(codec, 0x18, 0,
8328                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
8329         snd_hda_codec_write(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
8330                             0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
8331         snd_hda_codec_write(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
8332                             0x7000 | (0x01 << 8) | (present ? 0x80 : 0));
8333 }
8334
8335 static void alc883_M90V_speaker_automute(struct hda_codec *codec)
8336 {
8337         unsigned int present;
8338         unsigned char bits;
8339
8340         present = snd_hda_codec_read(codec, 0x1b, 0,
8341                                      AC_VERB_GET_PIN_SENSE, 0)
8342                 & AC_PINSENSE_PRESENCE;
8343         bits = present ? 0 : PIN_OUT;
8344         snd_hda_codec_write(codec, 0x14, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
8345                             bits);
8346         snd_hda_codec_write(codec, 0x15, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
8347                             bits);
8348         snd_hda_codec_write(codec, 0x16, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
8349                             bits);
8350 }
8351
8352 static void alc883_mode2_unsol_event(struct hda_codec *codec,
8353                                            unsigned int res)
8354 {
8355         switch (res >> 26) {
8356         case ALC880_HP_EVENT:
8357                 alc883_M90V_speaker_automute(codec);
8358                 break;
8359         case ALC880_MIC_EVENT:
8360                 alc883_nb_mic_automute(codec);
8361                 break;
8362         }
8363 }
8364
8365 static void alc883_mode2_inithook(struct hda_codec *codec)
8366 {
8367         alc883_M90V_speaker_automute(codec);
8368         alc883_nb_mic_automute(codec);
8369 }
8370
8371 static struct hda_verb alc888_asus_eee1601_verbs[] = {
8372         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8373         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8374         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8375         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8376         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8377         {0x20, AC_VERB_SET_COEF_INDEX, 0x0b},
8378         {0x20, AC_VERB_SET_PROC_COEF,  0x0838},
8379         /* enable unsolicited event */
8380         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8381         { } /* end */
8382 };
8383
8384 static void alc883_eee1601_speaker_automute(struct hda_codec *codec)
8385 {
8386         unsigned int present;
8387         unsigned char bits;
8388
8389         present = snd_hda_codec_read(codec, 0x14, 0,
8390                                      AC_VERB_GET_PIN_SENSE, 0)
8391                 & AC_PINSENSE_PRESENCE;
8392         bits = present ? 0 : PIN_OUT;
8393         snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
8394                             bits);
8395 }
8396
8397 static void alc883_eee1601_unsol_event(struct hda_codec *codec,
8398                                            unsigned int res)
8399 {
8400         switch (res >> 26) {
8401         case ALC880_HP_EVENT:
8402                 alc883_eee1601_speaker_automute(codec);
8403                 break;
8404         }
8405 }
8406
8407 static void alc883_eee1601_inithook(struct hda_codec *codec)
8408 {
8409         alc883_eee1601_speaker_automute(codec);
8410 }
8411
8412 #ifdef CONFIG_SND_HDA_POWER_SAVE
8413 #define alc883_loopbacks        alc880_loopbacks
8414 #endif
8415
8416 /* pcm configuration: identiacal with ALC880 */
8417 #define alc883_pcm_analog_playback      alc880_pcm_analog_playback
8418 #define alc883_pcm_analog_capture       alc880_pcm_analog_capture
8419 #define alc883_pcm_analog_alt_capture   alc880_pcm_analog_alt_capture
8420 #define alc883_pcm_digital_playback     alc880_pcm_digital_playback
8421 #define alc883_pcm_digital_capture      alc880_pcm_digital_capture
8422
8423 /*
8424  * configuration and preset
8425  */
8426 static const char *alc883_models[ALC883_MODEL_LAST] = {
8427         [ALC883_3ST_2ch_DIG]    = "3stack-dig",
8428         [ALC883_3ST_6ch_DIG]    = "3stack-6ch-dig",
8429         [ALC883_3ST_6ch]        = "3stack-6ch",
8430         [ALC883_6ST_DIG]        = "6stack-dig",
8431         [ALC883_TARGA_DIG]      = "targa-dig",
8432         [ALC883_TARGA_2ch_DIG]  = "targa-2ch-dig",
8433         [ALC883_ACER]           = "acer",
8434         [ALC883_ACER_ASPIRE]    = "acer-aspire",
8435         [ALC888_ACER_ASPIRE_4930G]      = "acer-aspire-4930g",
8436         [ALC883_MEDION]         = "medion",
8437         [ALC883_MEDION_MD2]     = "medion-md2",
8438         [ALC883_LAPTOP_EAPD]    = "laptop-eapd",
8439         [ALC883_LENOVO_101E_2ch] = "lenovo-101e",
8440         [ALC883_LENOVO_NB0763]  = "lenovo-nb0763",
8441         [ALC888_LENOVO_MS7195_DIG] = "lenovo-ms7195-dig",
8442         [ALC888_LENOVO_SKY] = "lenovo-sky",
8443         [ALC883_HAIER_W66]      = "haier-w66",
8444         [ALC888_3ST_HP]         = "3stack-hp",
8445         [ALC888_6ST_DELL]       = "6stack-dell",
8446         [ALC883_MITAC]          = "mitac",
8447         [ALC883_CLEVO_M720]     = "clevo-m720",
8448         [ALC883_FUJITSU_PI2515] = "fujitsu-pi2515",
8449         [ALC888_FUJITSU_XA3530] = "fujitsu-xa3530",
8450         [ALC883_3ST_6ch_INTEL]  = "3stack-6ch-intel",
8451         [ALC1200_ASUS_P5Q]      = "asus-p5q",
8452         [ALC883_AUTO]           = "auto",
8453 };
8454
8455 static struct snd_pci_quirk alc883_cfg_tbl[] = {
8456         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC883_3ST_6ch_DIG),
8457         SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_ACER_ASPIRE),
8458         SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_ACER_ASPIRE),
8459         SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_ACER_ASPIRE),
8460         SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_ACER_ASPIRE),
8461         SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_ACER_ASPIRE),
8462         SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G",
8463                 ALC888_ACER_ASPIRE_4930G),
8464         SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
8465                 ALC888_ACER_ASPIRE_4930G),
8466         SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
8467                 ALC888_ACER_ASPIRE_4930G),
8468         SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER), /* default Acer */
8469         SND_PCI_QUIRK(0x1028, 0x020d, "Dell Inspiron 530", ALC888_6ST_DELL),
8470         SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG),
8471         SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP),
8472         SND_PCI_QUIRK(0x103c, 0x2a60, "HP Lucknow", ALC888_3ST_HP),
8473         SND_PCI_QUIRK(0x103c, 0x2a61, "HP Nettle", ALC883_6ST_DIG),
8474         SND_PCI_QUIRK(0x103c, 0x2a66, "HP Acacia", ALC888_3ST_HP),
8475         SND_PCI_QUIRK(0x1043, 0x1873, "Asus M90V", ALC888_ASUS_M90V),
8476         SND_PCI_QUIRK(0x1043, 0x8249, "Asus M2A-VM HDMI", ALC883_3ST_6ch_DIG),
8477         SND_PCI_QUIRK(0x1043, 0x82fe, "Asus P5Q-EM HDMI", ALC1200_ASUS_P5Q),
8478         SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_ASUS_EEE1601),
8479         SND_PCI_QUIRK(0x105b, 0x0ce8, "Foxconn P35AX-S", ALC883_6ST_DIG),
8480         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG),
8481         SND_PCI_QUIRK(0x1071, 0x8253, "Mitac 8252d", ALC883_MITAC),
8482         SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD),
8483         SND_PCI_QUIRK(0x10f1, 0x2350, "TYAN-S2350", ALC888_6ST_DELL),
8484         SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch),
8485         SND_PCI_QUIRK(0x1458, 0xa002, "MSI", ALC883_6ST_DIG),
8486         SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG),
8487         SND_PCI_QUIRK(0x1462, 0x040d, "MSI", ALC883_TARGA_2ch_DIG),
8488         SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
8489         SND_PCI_QUIRK(0x1462, 0x2fb3, "MSI", ALC883_TARGA_2ch_DIG),
8490         SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
8491         SND_PCI_QUIRK(0x1462, 0x3783, "NEC S970", ALC883_TARGA_DIG),
8492         SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
8493         SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
8494         SND_PCI_QUIRK(0x1462, 0x3fc1, "MSI", ALC883_TARGA_DIG),
8495         SND_PCI_QUIRK(0x1462, 0x3fc3, "MSI", ALC883_TARGA_DIG),
8496         SND_PCI_QUIRK(0x1462, 0x3fcc, "MSI", ALC883_TARGA_DIG),
8497         SND_PCI_QUIRK(0x1462, 0x3fdf, "MSI", ALC883_TARGA_DIG),
8498         SND_PCI_QUIRK(0x1462, 0x4314, "MSI", ALC883_TARGA_DIG),
8499         SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG),
8500         SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG),
8501         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG),
8502         SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
8503         SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG),
8504         SND_PCI_QUIRK(0x1462, 0x7260, "MSI 7260", ALC883_TARGA_DIG),
8505         SND_PCI_QUIRK(0x1462, 0x7267, "MSI", ALC883_3ST_6ch_DIG),
8506         SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
8507         SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG),
8508         SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG),
8509         SND_PCI_QUIRK(0x147b, 0x1083, "Abit IP35-PRO", ALC883_6ST_DIG),
8510         SND_PCI_QUIRK(0x1558, 0x0721, "Clevo laptop M720R", ALC883_CLEVO_M720),
8511         SND_PCI_QUIRK(0x1558, 0x0722, "Clevo laptop M720SR", ALC883_CLEVO_M720),
8512         SND_PCI_QUIRK(0x1558, 0, "Clevo laptop", ALC883_LAPTOP_EAPD),
8513         SND_PCI_QUIRK(0x15d9, 0x8780, "Supermicro PDSBA", ALC883_3ST_6ch),
8514         SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_MEDION),
8515         SND_PCI_QUIRK(0x1734, 0x1108, "Fujitsu AMILO Pi2515", ALC883_FUJITSU_PI2515),
8516         SND_PCI_QUIRK(0x1734, 0x113d, "Fujitsu AMILO Xa3530",
8517                 ALC888_FUJITSU_XA3530),
8518         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo 101e", ALC883_LENOVO_101E_2ch),
8519         SND_PCI_QUIRK(0x17aa, 0x2085, "Lenovo NB0763", ALC883_LENOVO_NB0763),
8520         SND_PCI_QUIRK(0x17aa, 0x3bfc, "Lenovo NB0763", ALC883_LENOVO_NB0763),
8521         SND_PCI_QUIRK(0x17aa, 0x3bfd, "Lenovo NB0763", ALC883_LENOVO_NB0763),
8522         SND_PCI_QUIRK(0x17aa, 0x101d, "Lenovo Sky", ALC888_LENOVO_SKY),
8523         SND_PCI_QUIRK(0x17c0, 0x4071, "MEDION MD2", ALC883_MEDION_MD2),
8524         SND_PCI_QUIRK(0x17c0, 0x4085, "MEDION MD96630", ALC888_LENOVO_MS7195_DIG),
8525         SND_PCI_QUIRK(0x17f2, 0x5000, "Albatron KI690-AM2", ALC883_6ST_DIG),
8526         SND_PCI_QUIRK(0x1991, 0x5625, "Haier W66", ALC883_HAIER_W66),
8527         SND_PCI_QUIRK(0x8086, 0x0001, "DG33BUC", ALC883_3ST_6ch_INTEL),
8528         SND_PCI_QUIRK(0x8086, 0x0002, "DG33FBC", ALC883_3ST_6ch_INTEL),
8529         SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC883_3ST_6ch_INTEL),
8530         SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch),
8531         {}
8532 };
8533
8534 static struct alc_config_preset alc883_presets[] = {
8535         [ALC883_3ST_2ch_DIG] = {
8536                 .mixers = { alc883_3ST_2ch_mixer },
8537                 .init_verbs = { alc883_init_verbs },
8538                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8539                 .dac_nids = alc883_dac_nids,
8540                 .dig_out_nid = ALC883_DIGOUT_NID,
8541                 .dig_in_nid = ALC883_DIGIN_NID,
8542                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8543                 .channel_mode = alc883_3ST_2ch_modes,
8544                 .input_mux = &alc883_capture_source,
8545         },
8546         [ALC883_3ST_6ch_DIG] = {
8547                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
8548                 .init_verbs = { alc883_init_verbs },
8549                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8550                 .dac_nids = alc883_dac_nids,
8551                 .dig_out_nid = ALC883_DIGOUT_NID,
8552                 .dig_in_nid = ALC883_DIGIN_NID,
8553                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8554                 .channel_mode = alc883_3ST_6ch_modes,
8555                 .need_dac_fix = 1,
8556                 .input_mux = &alc883_capture_source,
8557         },
8558         [ALC883_3ST_6ch] = {
8559                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
8560                 .init_verbs = { alc883_init_verbs },
8561                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8562                 .dac_nids = alc883_dac_nids,
8563                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8564                 .channel_mode = alc883_3ST_6ch_modes,
8565                 .need_dac_fix = 1,
8566                 .input_mux = &alc883_capture_source,
8567         },
8568         [ALC883_3ST_6ch_INTEL] = {
8569                 .mixers = { alc883_3ST_6ch_intel_mixer, alc883_chmode_mixer },
8570                 .init_verbs = { alc883_init_verbs },
8571                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8572                 .dac_nids = alc883_dac_nids,
8573                 .dig_out_nid = ALC883_DIGOUT_NID,
8574                 .dig_in_nid = ALC883_DIGIN_NID,
8575                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_intel_modes),
8576                 .channel_mode = alc883_3ST_6ch_intel_modes,
8577                 .need_dac_fix = 1,
8578                 .input_mux = &alc883_3stack_6ch_intel,
8579         },
8580         [ALC883_6ST_DIG] = {
8581                 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
8582                 .init_verbs = { alc883_init_verbs },
8583                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8584                 .dac_nids = alc883_dac_nids,
8585                 .dig_out_nid = ALC883_DIGOUT_NID,
8586                 .dig_in_nid = ALC883_DIGIN_NID,
8587                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
8588                 .channel_mode = alc883_sixstack_modes,
8589                 .input_mux = &alc883_capture_source,
8590         },
8591         [ALC883_TARGA_DIG] = {
8592                 .mixers = { alc883_tagra_mixer, alc883_chmode_mixer },
8593                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
8594                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8595                 .dac_nids = alc883_dac_nids,
8596                 .dig_out_nid = ALC883_DIGOUT_NID,
8597                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8598                 .channel_mode = alc883_3ST_6ch_modes,
8599                 .need_dac_fix = 1,
8600                 .input_mux = &alc883_capture_source,
8601                 .unsol_event = alc883_tagra_unsol_event,
8602                 .init_hook = alc883_tagra_automute,
8603         },
8604         [ALC883_TARGA_2ch_DIG] = {
8605                 .mixers = { alc883_tagra_2ch_mixer},
8606                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
8607                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8608                 .dac_nids = alc883_dac_nids,
8609                 .adc_nids = alc883_adc_nids_alt,
8610                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids_alt),
8611                 .dig_out_nid = ALC883_DIGOUT_NID,
8612                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8613                 .channel_mode = alc883_3ST_2ch_modes,
8614                 .input_mux = &alc883_capture_source,
8615                 .unsol_event = alc883_tagra_unsol_event,
8616                 .init_hook = alc883_tagra_automute,
8617         },
8618         [ALC883_ACER] = {
8619                 .mixers = { alc883_base_mixer },
8620                 /* On TravelMate laptops, GPIO 0 enables the internal speaker
8621                  * and the headphone jack.  Turn this on and rely on the
8622                  * standard mute methods whenever the user wants to turn
8623                  * these outputs off.
8624                  */
8625                 .init_verbs = { alc883_init_verbs, alc880_gpio1_init_verbs },
8626                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8627                 .dac_nids = alc883_dac_nids,
8628                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8629                 .channel_mode = alc883_3ST_2ch_modes,
8630                 .input_mux = &alc883_capture_source,
8631         },
8632         [ALC883_ACER_ASPIRE] = {
8633                 .mixers = { alc883_acer_aspire_mixer },
8634                 .init_verbs = { alc883_init_verbs, alc883_acer_eapd_verbs },
8635                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8636                 .dac_nids = alc883_dac_nids,
8637                 .dig_out_nid = ALC883_DIGOUT_NID,
8638                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8639                 .channel_mode = alc883_3ST_2ch_modes,
8640                 .input_mux = &alc883_capture_source,
8641                 .unsol_event = alc883_acer_aspire_unsol_event,
8642                 .init_hook = alc883_acer_aspire_automute,
8643         },
8644         [ALC888_ACER_ASPIRE_4930G] = {
8645                 .mixers = { alc888_base_mixer,
8646                                 alc883_chmode_mixer },
8647                 .init_verbs = { alc883_init_verbs, alc880_gpio1_init_verbs,
8648                                 alc888_acer_aspire_4930g_verbs },
8649                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8650                 .dac_nids = alc883_dac_nids,
8651                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids_rev),
8652                 .adc_nids = alc883_adc_nids_rev,
8653                 .capsrc_nids = alc883_capsrc_nids_rev,
8654                 .dig_out_nid = ALC883_DIGOUT_NID,
8655                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8656                 .channel_mode = alc883_3ST_6ch_modes,
8657                 .need_dac_fix = 1,
8658                 .num_mux_defs =
8659                         ARRAY_SIZE(alc888_2_capture_sources),
8660                 .input_mux = alc888_2_capture_sources,
8661                 .unsol_event = alc888_acer_aspire_4930g_unsol_event,
8662                 .init_hook = alc888_acer_aspire_4930g_automute,
8663         },
8664         [ALC883_MEDION] = {
8665                 .mixers = { alc883_fivestack_mixer,
8666                             alc883_chmode_mixer },
8667                 .init_verbs = { alc883_init_verbs,
8668                                 alc883_medion_eapd_verbs },
8669                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8670                 .dac_nids = alc883_dac_nids,
8671                 .adc_nids = alc883_adc_nids_alt,
8672                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids_alt),
8673                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
8674                 .channel_mode = alc883_sixstack_modes,
8675                 .input_mux = &alc883_capture_source,
8676         },
8677         [ALC883_MEDION_MD2] = {
8678                 .mixers = { alc883_medion_md2_mixer},
8679                 .init_verbs = { alc883_init_verbs, alc883_medion_md2_verbs},
8680                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8681                 .dac_nids = alc883_dac_nids,
8682                 .dig_out_nid = ALC883_DIGOUT_NID,
8683                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8684                 .channel_mode = alc883_3ST_2ch_modes,
8685                 .input_mux = &alc883_capture_source,
8686                 .unsol_event = alc883_medion_md2_unsol_event,
8687                 .init_hook = alc883_medion_md2_automute,
8688         },
8689         [ALC883_LAPTOP_EAPD] = {
8690                 .mixers = { alc883_base_mixer },
8691                 .init_verbs = { alc883_init_verbs, alc882_eapd_verbs },
8692                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8693                 .dac_nids = alc883_dac_nids,
8694                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8695                 .channel_mode = alc883_3ST_2ch_modes,
8696                 .input_mux = &alc883_capture_source,
8697         },
8698         [ALC883_CLEVO_M720] = {
8699                 .mixers = { alc883_clevo_m720_mixer },
8700                 .init_verbs = { alc883_init_verbs, alc883_clevo_m720_verbs },
8701                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8702                 .dac_nids = alc883_dac_nids,
8703                 .dig_out_nid = ALC883_DIGOUT_NID,
8704                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8705                 .channel_mode = alc883_3ST_2ch_modes,
8706                 .input_mux = &alc883_capture_source,
8707                 .unsol_event = alc883_clevo_m720_unsol_event,
8708                 .init_hook = alc883_clevo_m720_automute,
8709         },
8710         [ALC883_LENOVO_101E_2ch] = {
8711                 .mixers = { alc883_lenovo_101e_2ch_mixer},
8712                 .init_verbs = { alc883_init_verbs, alc883_lenovo_101e_verbs},
8713                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8714                 .dac_nids = alc883_dac_nids,
8715                 .adc_nids = alc883_adc_nids_alt,
8716                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids_alt),
8717                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8718                 .channel_mode = alc883_3ST_2ch_modes,
8719                 .input_mux = &alc883_lenovo_101e_capture_source,
8720                 .unsol_event = alc883_lenovo_101e_unsol_event,
8721                 .init_hook = alc883_lenovo_101e_all_automute,
8722         },
8723         [ALC883_LENOVO_NB0763] = {
8724                 .mixers = { alc883_lenovo_nb0763_mixer },
8725                 .init_verbs = { alc883_init_verbs, alc883_lenovo_nb0763_verbs},
8726                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8727                 .dac_nids = alc883_dac_nids,
8728                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8729                 .channel_mode = alc883_3ST_2ch_modes,
8730                 .need_dac_fix = 1,
8731                 .input_mux = &alc883_lenovo_nb0763_capture_source,
8732                 .unsol_event = alc883_medion_md2_unsol_event,
8733                 .init_hook = alc883_medion_md2_automute,
8734         },
8735         [ALC888_LENOVO_MS7195_DIG] = {
8736                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
8737                 .init_verbs = { alc883_init_verbs, alc888_lenovo_ms7195_verbs},
8738                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8739                 .dac_nids = alc883_dac_nids,
8740                 .dig_out_nid = ALC883_DIGOUT_NID,
8741                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8742                 .channel_mode = alc883_3ST_6ch_modes,
8743                 .need_dac_fix = 1,
8744                 .input_mux = &alc883_capture_source,
8745                 .unsol_event = alc883_lenovo_ms7195_unsol_event,
8746                 .init_hook = alc888_lenovo_ms7195_front_automute,
8747         },
8748         [ALC883_HAIER_W66] = {
8749                 .mixers = { alc883_tagra_2ch_mixer},
8750                 .init_verbs = { alc883_init_verbs, alc883_haier_w66_verbs},
8751                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8752                 .dac_nids = alc883_dac_nids,
8753                 .dig_out_nid = ALC883_DIGOUT_NID,
8754                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8755                 .channel_mode = alc883_3ST_2ch_modes,
8756                 .input_mux = &alc883_capture_source,
8757                 .unsol_event = alc883_haier_w66_unsol_event,
8758                 .init_hook = alc883_haier_w66_automute,
8759         },
8760         [ALC888_3ST_HP] = {
8761                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
8762                 .init_verbs = { alc883_init_verbs, alc888_3st_hp_verbs },
8763                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8764                 .dac_nids = alc883_dac_nids,
8765                 .num_channel_mode = ARRAY_SIZE(alc888_3st_hp_modes),
8766                 .channel_mode = alc888_3st_hp_modes,
8767                 .need_dac_fix = 1,
8768                 .input_mux = &alc883_capture_source,
8769         },
8770         [ALC888_6ST_DELL] = {
8771                 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
8772                 .init_verbs = { alc883_init_verbs, alc888_6st_dell_verbs },
8773                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8774                 .dac_nids = alc883_dac_nids,
8775                 .dig_out_nid = ALC883_DIGOUT_NID,
8776                 .dig_in_nid = ALC883_DIGIN_NID,
8777                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
8778                 .channel_mode = alc883_sixstack_modes,
8779                 .input_mux = &alc883_capture_source,
8780                 .unsol_event = alc888_6st_dell_unsol_event,
8781                 .init_hook = alc888_6st_dell_front_automute,
8782         },
8783         [ALC883_MITAC] = {
8784                 .mixers = { alc883_mitac_mixer },
8785                 .init_verbs = { alc883_init_verbs, alc883_mitac_verbs },
8786                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8787                 .dac_nids = alc883_dac_nids,
8788                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8789                 .channel_mode = alc883_3ST_2ch_modes,
8790                 .input_mux = &alc883_capture_source,
8791                 .unsol_event = alc883_mitac_unsol_event,
8792                 .init_hook = alc883_mitac_automute,
8793         },
8794         [ALC883_FUJITSU_PI2515] = {
8795                 .mixers = { alc883_2ch_fujitsu_pi2515_mixer },
8796                 .init_verbs = { alc883_init_verbs,
8797                                 alc883_2ch_fujitsu_pi2515_verbs},
8798                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8799                 .dac_nids = alc883_dac_nids,
8800                 .dig_out_nid = ALC883_DIGOUT_NID,
8801                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8802                 .channel_mode = alc883_3ST_2ch_modes,
8803                 .input_mux = &alc883_fujitsu_pi2515_capture_source,
8804                 .unsol_event = alc883_2ch_fujitsu_pi2515_unsol_event,
8805                 .init_hook = alc883_2ch_fujitsu_pi2515_automute,
8806         },
8807         [ALC888_FUJITSU_XA3530] = {
8808                 .mixers = { alc888_base_mixer, alc883_chmode_mixer },
8809                 .init_verbs = { alc883_init_verbs,
8810                         alc888_fujitsu_xa3530_verbs },
8811                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8812                 .dac_nids = alc883_dac_nids,
8813                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids_rev),
8814                 .adc_nids = alc883_adc_nids_rev,
8815                 .capsrc_nids = alc883_capsrc_nids_rev,
8816                 .dig_out_nid = ALC883_DIGOUT_NID,
8817                 .num_channel_mode = ARRAY_SIZE(alc888_4ST_8ch_intel_modes),
8818                 .channel_mode = alc888_4ST_8ch_intel_modes,
8819                 .num_mux_defs =
8820                         ARRAY_SIZE(alc888_2_capture_sources),
8821                 .input_mux = alc888_2_capture_sources,
8822                 .unsol_event = alc888_fujitsu_xa3530_unsol_event,
8823                 .init_hook = alc888_fujitsu_xa3530_automute,
8824         },
8825         [ALC888_LENOVO_SKY] = {
8826                 .mixers = { alc888_lenovo_sky_mixer, alc883_chmode_mixer },
8827                 .init_verbs = { alc883_init_verbs, alc888_lenovo_sky_verbs},
8828                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8829                 .dac_nids = alc883_dac_nids,
8830                 .dig_out_nid = ALC883_DIGOUT_NID,
8831                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
8832                 .channel_mode = alc883_sixstack_modes,
8833                 .need_dac_fix = 1,
8834                 .input_mux = &alc883_lenovo_sky_capture_source,
8835                 .unsol_event = alc883_lenovo_sky_unsol_event,
8836                 .init_hook = alc888_lenovo_sky_front_automute,
8837         },
8838         [ALC888_ASUS_M90V] = {
8839                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
8840                 .init_verbs = { alc883_init_verbs, alc888_asus_m90v_verbs },
8841                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8842                 .dac_nids = alc883_dac_nids,
8843                 .dig_out_nid = ALC883_DIGOUT_NID,
8844                 .dig_in_nid = ALC883_DIGIN_NID,
8845                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
8846                 .channel_mode = alc883_3ST_6ch_modes,
8847                 .need_dac_fix = 1,
8848                 .input_mux = &alc883_fujitsu_pi2515_capture_source,
8849                 .unsol_event = alc883_mode2_unsol_event,
8850                 .init_hook = alc883_mode2_inithook,
8851         },
8852         [ALC888_ASUS_EEE1601] = {
8853                 .mixers = { alc883_asus_eee1601_mixer },
8854                 .cap_mixer = alc883_asus_eee1601_cap_mixer,
8855                 .init_verbs = { alc883_init_verbs, alc888_asus_eee1601_verbs },
8856                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8857                 .dac_nids = alc883_dac_nids,
8858                 .dig_out_nid = ALC883_DIGOUT_NID,
8859                 .dig_in_nid = ALC883_DIGIN_NID,
8860                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
8861                 .channel_mode = alc883_3ST_2ch_modes,
8862                 .need_dac_fix = 1,
8863                 .input_mux = &alc883_asus_eee1601_capture_source,
8864                 .unsol_event = alc883_eee1601_unsol_event,
8865                 .init_hook = alc883_eee1601_inithook,
8866         },
8867         [ALC1200_ASUS_P5Q] = {
8868                 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
8869                 .init_verbs = { alc883_init_verbs },
8870                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
8871                 .dac_nids = alc883_dac_nids,
8872                 .dig_out_nid = ALC1200_DIGOUT_NID,
8873                 .dig_in_nid = ALC883_DIGIN_NID,
8874                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
8875                 .channel_mode = alc883_sixstack_modes,
8876                 .input_mux = &alc883_capture_source,
8877         },
8878 };
8879
8880
8881 /*
8882  * BIOS auto configuration
8883  */
8884 static void alc883_auto_set_output_and_unmute(struct hda_codec *codec,
8885                                               hda_nid_t nid, int pin_type,
8886                                               int dac_idx)
8887 {
8888         /* set as output */
8889         struct alc_spec *spec = codec->spec;
8890         int idx;
8891
8892         alc_set_pin_output(codec, nid, pin_type);
8893         if (spec->multiout.dac_nids[dac_idx] == 0x25)
8894                 idx = 4;
8895         else
8896                 idx = spec->multiout.dac_nids[dac_idx] - 2;
8897         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
8898
8899 }
8900
8901 static void alc883_auto_init_multi_out(struct hda_codec *codec)
8902 {
8903         struct alc_spec *spec = codec->spec;
8904         int i;
8905
8906         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
8907         for (i = 0; i <= HDA_SIDE; i++) {
8908                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
8909                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
8910                 if (nid)
8911                         alc883_auto_set_output_and_unmute(codec, nid, pin_type,
8912                                                           i);
8913         }
8914 }
8915
8916 static void alc883_auto_init_hp_out(struct hda_codec *codec)
8917 {
8918         struct alc_spec *spec = codec->spec;
8919         hda_nid_t pin;
8920
8921         pin = spec->autocfg.hp_pins[0];
8922         if (pin) /* connect to front */
8923                 /* use dac 0 */
8924                 alc883_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
8925         pin = spec->autocfg.speaker_pins[0];
8926         if (pin)
8927                 alc883_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
8928 }
8929
8930 #define alc883_is_input_pin(nid)        alc880_is_input_pin(nid)
8931 #define ALC883_PIN_CD_NID               ALC880_PIN_CD_NID
8932
8933 static void alc883_auto_init_analog_input(struct hda_codec *codec)
8934 {
8935         struct alc_spec *spec = codec->spec;
8936         int i;
8937
8938         for (i = 0; i < AUTO_PIN_LAST; i++) {
8939                 hda_nid_t nid = spec->autocfg.input_pins[i];
8940                 if (alc883_is_input_pin(nid)) {
8941                         snd_hda_codec_write(codec, nid, 0,
8942                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
8943                                             (i <= AUTO_PIN_FRONT_MIC ?
8944                                              PIN_VREF80 : PIN_IN));
8945                         if (nid != ALC883_PIN_CD_NID)
8946                                 snd_hda_codec_write(codec, nid, 0,
8947                                                     AC_VERB_SET_AMP_GAIN_MUTE,
8948                                                     AMP_OUT_MUTE);
8949                 }
8950         }
8951 }
8952
8953 #define alc883_auto_init_input_src      alc882_auto_init_input_src
8954
8955 /* almost identical with ALC880 parser... */
8956 static int alc883_parse_auto_config(struct hda_codec *codec)
8957 {
8958         struct alc_spec *spec = codec->spec;
8959         int err = alc880_parse_auto_config(codec);
8960
8961         if (err < 0)
8962                 return err;
8963         else if (!err)
8964                 return 0; /* no config found */
8965
8966         err = alc_auto_add_mic_boost(codec);
8967         if (err < 0)
8968                 return err;
8969
8970         /* hack - override the init verbs */
8971         spec->init_verbs[0] = alc883_auto_init_verbs;
8972
8973         return 1; /* config found */
8974 }
8975
8976 /* additional initialization for auto-configuration model */
8977 static void alc883_auto_init(struct hda_codec *codec)
8978 {
8979         struct alc_spec *spec = codec->spec;
8980         alc883_auto_init_multi_out(codec);
8981         alc883_auto_init_hp_out(codec);
8982         alc883_auto_init_analog_input(codec);
8983         alc883_auto_init_input_src(codec);
8984         if (spec->unsol_event)
8985                 alc_inithook(codec);
8986 }
8987
8988 static int patch_alc883(struct hda_codec *codec)
8989 {
8990         struct alc_spec *spec;
8991         int err, board_config;
8992
8993         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
8994         if (spec == NULL)
8995                 return -ENOMEM;
8996
8997         codec->spec = spec;
8998
8999         alc_fix_pll_init(codec, 0x20, 0x0a, 10);
9000
9001         board_config = snd_hda_check_board_config(codec, ALC883_MODEL_LAST,
9002                                                   alc883_models,
9003                                                   alc883_cfg_tbl);
9004         if (board_config < 0) {
9005                 printk(KERN_INFO "hda_codec: Unknown model for ALC883, "
9006                        "trying auto-probe from BIOS...\n");
9007                 board_config = ALC883_AUTO;
9008         }
9009
9010         if (board_config == ALC883_AUTO) {
9011                 /* automatic parse from the BIOS config */
9012                 err = alc883_parse_auto_config(codec);
9013                 if (err < 0) {
9014                         alc_free(codec);
9015                         return err;
9016                 } else if (!err) {
9017                         printk(KERN_INFO
9018                                "hda_codec: Cannot set up configuration "
9019                                "from BIOS.  Using base mode...\n");
9020                         board_config = ALC883_3ST_2ch_DIG;
9021                 }
9022         }
9023
9024         if (board_config != ALC883_AUTO)
9025                 setup_preset(spec, &alc883_presets[board_config]);
9026
9027         switch (codec->vendor_id) {
9028         case 0x10ec0888:
9029                 if (codec->revision_id == 0x100101) {
9030                         spec->stream_name_analog = "ALC1200 Analog";
9031                         spec->stream_name_digital = "ALC1200 Digital";
9032                 } else {
9033                         spec->stream_name_analog = "ALC888 Analog";
9034                         spec->stream_name_digital = "ALC888 Digital";
9035                 }
9036                 break;
9037         case 0x10ec0889:
9038                 spec->stream_name_analog = "ALC889 Analog";
9039                 spec->stream_name_digital = "ALC889 Digital";
9040                 break;
9041         default:
9042                 spec->stream_name_analog = "ALC883 Analog";
9043                 spec->stream_name_digital = "ALC883 Digital";
9044                 break;
9045         }
9046
9047         spec->stream_analog_playback = &alc883_pcm_analog_playback;
9048         spec->stream_analog_capture = &alc883_pcm_analog_capture;
9049         spec->stream_analog_alt_capture = &alc883_pcm_analog_alt_capture;
9050
9051         spec->stream_digital_playback = &alc883_pcm_digital_playback;
9052         spec->stream_digital_capture = &alc883_pcm_digital_capture;
9053
9054         if (!spec->num_adc_nids) {
9055                 spec->num_adc_nids = ARRAY_SIZE(alc883_adc_nids);
9056                 spec->adc_nids = alc883_adc_nids;
9057         }
9058         if (!spec->capsrc_nids)
9059                 spec->capsrc_nids = alc883_capsrc_nids;
9060         spec->is_mix_capture = 1; /* matrix-style capture */
9061         if (!spec->cap_mixer)
9062                 set_capture_mixer(spec);
9063
9064         spec->vmaster_nid = 0x0c;
9065
9066         codec->patch_ops = alc_patch_ops;
9067         if (board_config == ALC883_AUTO)
9068                 spec->init_hook = alc883_auto_init;
9069
9070 #ifdef CONFIG_SND_HDA_POWER_SAVE
9071         if (!spec->loopback.amplist)
9072                 spec->loopback.amplist = alc883_loopbacks;
9073 #endif
9074         codec->proc_widget_hook = print_realtek_coef;
9075
9076         return 0;
9077 }
9078
9079 /*
9080  * ALC262 support
9081  */
9082
9083 #define ALC262_DIGOUT_NID       ALC880_DIGOUT_NID
9084 #define ALC262_DIGIN_NID        ALC880_DIGIN_NID
9085
9086 #define alc262_dac_nids         alc260_dac_nids
9087 #define alc262_adc_nids         alc882_adc_nids
9088 #define alc262_adc_nids_alt     alc882_adc_nids_alt
9089 #define alc262_capsrc_nids      alc882_capsrc_nids
9090 #define alc262_capsrc_nids_alt  alc882_capsrc_nids_alt
9091
9092 #define alc262_modes            alc260_modes
9093 #define alc262_capture_source   alc882_capture_source
9094
9095 static hda_nid_t alc262_dmic_adc_nids[1] = {
9096         /* ADC0 */
9097         0x09
9098 };
9099
9100 static hda_nid_t alc262_dmic_capsrc_nids[1] = { 0x22 };
9101
9102 static struct snd_kcontrol_new alc262_base_mixer[] = {
9103         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9104         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
9105         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9106         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9107         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
9108         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
9109         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9110         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9111         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9112         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9113         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9114         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9115         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
9116            HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT), */
9117         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),
9118         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9119         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
9120         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
9121         { } /* end */
9122 };
9123
9124 static struct snd_kcontrol_new alc262_hippo1_mixer[] = {
9125         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9126         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
9127         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9128         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9129         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
9130         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
9131         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9132         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9133         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9134         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9135         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9136         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9137         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
9138            HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT), */
9139         /*HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),*/
9140         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
9141         { } /* end */
9142 };
9143
9144 /* update HP, line and mono-out pins according to the master switch */
9145 static void alc262_hp_master_update(struct hda_codec *codec)
9146 {
9147         struct alc_spec *spec = codec->spec;
9148         int val = spec->master_sw;
9149
9150         /* HP & line-out */
9151         snd_hda_codec_write_cache(codec, 0x1b, 0,
9152                                   AC_VERB_SET_PIN_WIDGET_CONTROL,
9153                                   val ? PIN_HP : 0);
9154         snd_hda_codec_write_cache(codec, 0x15, 0,
9155                                   AC_VERB_SET_PIN_WIDGET_CONTROL,
9156                                   val ? PIN_HP : 0);
9157         /* mono (speaker) depending on the HP jack sense */
9158         val = val && !spec->jack_present;
9159         snd_hda_codec_write_cache(codec, 0x16, 0,
9160                                   AC_VERB_SET_PIN_WIDGET_CONTROL,
9161                                   val ? PIN_OUT : 0);
9162 }
9163
9164 static void alc262_hp_bpc_automute(struct hda_codec *codec)
9165 {
9166         struct alc_spec *spec = codec->spec;
9167         unsigned int presence;
9168         presence = snd_hda_codec_read(codec, 0x1b, 0,
9169                                       AC_VERB_GET_PIN_SENSE, 0);
9170         spec->jack_present = !!(presence & AC_PINSENSE_PRESENCE);
9171         alc262_hp_master_update(codec);
9172 }
9173
9174 static void alc262_hp_bpc_unsol_event(struct hda_codec *codec, unsigned int res)
9175 {
9176         if ((res >> 26) != ALC880_HP_EVENT)
9177                 return;
9178         alc262_hp_bpc_automute(codec);
9179 }
9180
9181 static void alc262_hp_wildwest_automute(struct hda_codec *codec)
9182 {
9183         struct alc_spec *spec = codec->spec;
9184         unsigned int presence;
9185         presence = snd_hda_codec_read(codec, 0x15, 0,
9186                                       AC_VERB_GET_PIN_SENSE, 0);
9187         spec->jack_present = !!(presence & AC_PINSENSE_PRESENCE);
9188         alc262_hp_master_update(codec);
9189 }
9190
9191 static void alc262_hp_wildwest_unsol_event(struct hda_codec *codec,
9192                                            unsigned int res)
9193 {
9194         if ((res >> 26) != ALC880_HP_EVENT)
9195                 return;
9196         alc262_hp_wildwest_automute(codec);
9197 }
9198
9199 static int alc262_hp_master_sw_get(struct snd_kcontrol *kcontrol,
9200                                    struct snd_ctl_elem_value *ucontrol)
9201 {
9202         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
9203         struct alc_spec *spec = codec->spec;
9204         *ucontrol->value.integer.value = spec->master_sw;
9205         return 0;
9206 }
9207
9208 static int alc262_hp_master_sw_put(struct snd_kcontrol *kcontrol,
9209                                    struct snd_ctl_elem_value *ucontrol)
9210 {
9211         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
9212         struct alc_spec *spec = codec->spec;
9213         int val = !!*ucontrol->value.integer.value;
9214
9215         if (val == spec->master_sw)
9216                 return 0;
9217         spec->master_sw = val;
9218         alc262_hp_master_update(codec);
9219         return 1;
9220 }
9221
9222 static struct snd_kcontrol_new alc262_HP_BPC_mixer[] = {
9223         {
9224                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9225                 .name = "Master Playback Switch",
9226                 .info = snd_ctl_boolean_mono_info,
9227                 .get = alc262_hp_master_sw_get,
9228                 .put = alc262_hp_master_sw_put,
9229         },
9230         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9231         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9232         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
9233         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0e, 2, 0x0,
9234                               HDA_OUTPUT),
9235         HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x16, 2, 0x0,
9236                             HDA_OUTPUT),
9237         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9238         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9239         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9240         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9241         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9242         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9243         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
9244         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
9245         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9246         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9247         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
9248         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
9249         HDA_CODEC_VOLUME("AUX IN Playback Volume", 0x0b, 0x06, HDA_INPUT),
9250         HDA_CODEC_MUTE("AUX IN Playback Switch", 0x0b, 0x06, HDA_INPUT),
9251         { } /* end */
9252 };
9253
9254 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_mixer[] = {
9255         {
9256                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9257                 .name = "Master Playback Switch",
9258                 .info = snd_ctl_boolean_mono_info,
9259                 .get = alc262_hp_master_sw_get,
9260                 .put = alc262_hp_master_sw_put,
9261         },
9262         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9263         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
9264         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
9265         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9266         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0e, 2, 0x0,
9267                               HDA_OUTPUT),
9268         HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x16, 2, 0x0,
9269                             HDA_OUTPUT),
9270         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x02, HDA_INPUT),
9271         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x02, HDA_INPUT),
9272         HDA_CODEC_VOLUME("Front Mic Boost", 0x1a, 0, HDA_INPUT),
9273         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
9274         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
9275         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9276         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9277         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
9278         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
9279         { } /* end */
9280 };
9281
9282 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_option_mixer[] = {
9283         HDA_CODEC_VOLUME("Rear Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9284         HDA_CODEC_MUTE("Rear Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9285         HDA_CODEC_VOLUME("Rear Mic Boost", 0x18, 0, HDA_INPUT),
9286         { } /* end */
9287 };
9288
9289 /* mute/unmute internal speaker according to the hp jack and mute state */
9290 static void alc262_hp_t5735_automute(struct hda_codec *codec, int force)
9291 {
9292         struct alc_spec *spec = codec->spec;
9293
9294         if (force || !spec->sense_updated) {
9295                 unsigned int present;
9296                 present = snd_hda_codec_read(codec, 0x15, 0,
9297                                              AC_VERB_GET_PIN_SENSE, 0);
9298                 spec->jack_present = (present & AC_PINSENSE_PRESENCE) != 0;
9299                 spec->sense_updated = 1;
9300         }
9301         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_OUTPUT, 0, HDA_AMP_MUTE,
9302                                  spec->jack_present ? HDA_AMP_MUTE : 0);
9303 }
9304
9305 static void alc262_hp_t5735_unsol_event(struct hda_codec *codec,
9306                                         unsigned int res)
9307 {
9308         if ((res >> 26) != ALC880_HP_EVENT)
9309                 return;
9310         alc262_hp_t5735_automute(codec, 1);
9311 }
9312
9313 static void alc262_hp_t5735_init_hook(struct hda_codec *codec)
9314 {
9315         alc262_hp_t5735_automute(codec, 1);
9316 }
9317
9318 static struct snd_kcontrol_new alc262_hp_t5735_mixer[] = {
9319         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9320         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
9321         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
9322         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9323         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9324         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9325         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9326         { } /* end */
9327 };
9328
9329 static struct hda_verb alc262_hp_t5735_verbs[] = {
9330         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9331         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9332
9333         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
9334         { }
9335 };
9336
9337 static struct snd_kcontrol_new alc262_hp_rp5700_mixer[] = {
9338         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9339         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
9340         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
9341         HDA_CODEC_MUTE("Speaker Playback Switch", 0x16, 0x0, HDA_OUTPUT),
9342         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
9343         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
9344         { } /* end */
9345 };
9346
9347 static struct hda_verb alc262_hp_rp5700_verbs[] = {
9348         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9349         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9350         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9351         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9352         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
9353         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
9354         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
9355         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
9356         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x00 << 8))},
9357         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x00 << 8))},
9358         {}
9359 };
9360
9361 static struct hda_input_mux alc262_hp_rp5700_capture_source = {
9362         .num_items = 1,
9363         .items = {
9364                 { "Line", 0x1 },
9365         },
9366 };
9367
9368 /* bind hp and internal speaker mute (with plug check) */
9369 static int alc262_sony_master_sw_put(struct snd_kcontrol *kcontrol,
9370                                      struct snd_ctl_elem_value *ucontrol)
9371 {
9372         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
9373         long *valp = ucontrol->value.integer.value;
9374         int change;
9375
9376         /* change hp mute */
9377         change = snd_hda_codec_amp_update(codec, 0x15, 0, HDA_OUTPUT, 0,
9378                                           HDA_AMP_MUTE,
9379                                           valp[0] ? 0 : HDA_AMP_MUTE);
9380         change |= snd_hda_codec_amp_update(codec, 0x15, 1, HDA_OUTPUT, 0,
9381                                            HDA_AMP_MUTE,
9382                                            valp[1] ? 0 : HDA_AMP_MUTE);
9383         if (change) {
9384                 /* change speaker according to HP jack state */
9385                 struct alc_spec *spec = codec->spec;
9386                 unsigned int mute;
9387                 if (spec->jack_present)
9388                         mute = HDA_AMP_MUTE;
9389                 else
9390                         mute = snd_hda_codec_amp_read(codec, 0x15, 0,
9391                                                       HDA_OUTPUT, 0);
9392                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9393                                          HDA_AMP_MUTE, mute);
9394         }
9395         return change;
9396 }
9397
9398 static struct snd_kcontrol_new alc262_sony_mixer[] = {
9399         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9400         {
9401                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9402                 .name = "Master Playback Switch",
9403                 .info = snd_hda_mixer_amp_switch_info,
9404                 .get = snd_hda_mixer_amp_switch_get,
9405                 .put = alc262_sony_master_sw_put,
9406                 .private_value = HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
9407         },
9408         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9409         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9410         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9411         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9412         { } /* end */
9413 };
9414
9415 static struct snd_kcontrol_new alc262_benq_t31_mixer[] = {
9416         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9417         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
9418         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9419         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9420         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9421         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9422         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9423         { } /* end */
9424 };
9425
9426 #define alc262_capture_mixer            alc882_capture_mixer
9427 #define alc262_capture_alt_mixer        alc882_capture_alt_mixer
9428
9429 /*
9430  * generic initialization of ADC, input mixers and output mixers
9431  */
9432 static struct hda_verb alc262_init_verbs[] = {
9433         /*
9434          * Unmute ADC0-2 and set the default input to mic-in
9435          */
9436         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
9437         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9438         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9439         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9440         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
9441         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9442
9443         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
9444          * mixer widget
9445          * Note: PASD motherboards uses the Line In 2 as the input for
9446          * front panel mic (mic 2)
9447          */
9448         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
9449         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9450         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9451         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
9452         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
9453         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
9454
9455         /*
9456          * Set up output mixers (0x0c - 0x0e)
9457          */
9458         /* set vol=0 to output mixers */
9459         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
9460         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
9461         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
9462         /* set up input amps for analog loopback */
9463         /* Amp Indices: DAC = 0, mixer = 1 */
9464         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9465         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9466         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9467         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9468         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9469         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9470
9471         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
9472         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
9473         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
9474         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
9475         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
9476         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
9477
9478         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9479         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9480         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9481         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9482         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9483
9484         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
9485         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
9486
9487         /* FIXME: use matrix-type input source selection */
9488         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
9489         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
9490         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
9491         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
9492         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
9493         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
9494         /* Input mixer2 */
9495         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
9496         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
9497         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
9498         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
9499         /* Input mixer3 */
9500         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
9501         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
9502         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
9503         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
9504
9505         { }
9506 };
9507
9508 static struct hda_verb alc262_eapd_verbs[] = {
9509         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
9510         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
9511         { }
9512 };
9513
9514 static struct hda_verb alc262_hippo_unsol_verbs[] = {
9515         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9516         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9517         {}
9518 };
9519
9520 static struct hda_verb alc262_hippo1_unsol_verbs[] = {
9521         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
9522         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
9523         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
9524
9525         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9526         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9527         {}
9528 };
9529
9530 static struct hda_verb alc262_sony_unsol_verbs[] = {
9531         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
9532         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
9533         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},   // Front Mic
9534
9535         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9536         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9537         {}
9538 };
9539
9540 static struct hda_input_mux alc262_dmic_capture_source = {
9541         .num_items = 2,
9542         .items = {
9543                 { "Int DMic", 0x9 },
9544                 { "Mic", 0x0 },
9545         },
9546 };
9547
9548 static struct snd_kcontrol_new alc262_toshiba_s06_mixer[] = {
9549         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9550         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
9551         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9552         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9553         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9554         { } /* end */
9555 };
9556
9557 static struct hda_verb alc262_toshiba_s06_verbs[] = {
9558         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
9559         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9560         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9561         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
9562         {0x22, AC_VERB_SET_CONNECT_SEL, 0x09},
9563         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
9564         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
9565         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9566         {}
9567 };
9568
9569 static void alc262_dmic_automute(struct hda_codec *codec)
9570 {
9571         unsigned int present;
9572
9573         present = snd_hda_codec_read(codec, 0x18, 0,
9574                                         AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
9575         snd_hda_codec_write(codec, 0x22, 0,
9576                                 AC_VERB_SET_CONNECT_SEL, present ? 0x0 : 0x09);
9577 }
9578
9579 /* toggle speaker-output according to the hp-jack state */
9580 static void alc262_toshiba_s06_speaker_automute(struct hda_codec *codec)
9581 {
9582         unsigned int present;
9583         unsigned char bits;
9584
9585         present = snd_hda_codec_read(codec, 0x15, 0,
9586                                         AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
9587         bits = present ? 0 : PIN_OUT;
9588         snd_hda_codec_write(codec, 0x14, 0,
9589                                         AC_VERB_SET_PIN_WIDGET_CONTROL, bits);
9590 }
9591
9592
9593
9594 /* unsolicited event for HP jack sensing */
9595 static void alc262_toshiba_s06_unsol_event(struct hda_codec *codec,
9596                                        unsigned int res)
9597 {
9598         if ((res >> 26) == ALC880_HP_EVENT)
9599                 alc262_toshiba_s06_speaker_automute(codec);
9600         if ((res >> 26) == ALC880_MIC_EVENT)
9601                 alc262_dmic_automute(codec);
9602
9603 }
9604
9605 static void alc262_toshiba_s06_init_hook(struct hda_codec *codec)
9606 {
9607         alc262_toshiba_s06_speaker_automute(codec);
9608         alc262_dmic_automute(codec);
9609 }
9610
9611 /* mute/unmute internal speaker according to the hp jack and mute state */
9612 static void alc262_hippo_automute(struct hda_codec *codec)
9613 {
9614         struct alc_spec *spec = codec->spec;
9615         unsigned int mute;
9616         unsigned int present;
9617
9618         /* need to execute and sync at first */
9619         snd_hda_codec_read(codec, 0x15, 0, AC_VERB_SET_PIN_SENSE, 0);
9620         present = snd_hda_codec_read(codec, 0x15, 0,
9621                                      AC_VERB_GET_PIN_SENSE, 0);
9622         spec->jack_present = (present & 0x80000000) != 0;
9623         if (spec->jack_present) {
9624                 /* mute internal speaker */
9625                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9626                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
9627         } else {
9628                 /* unmute internal speaker if necessary */
9629                 mute = snd_hda_codec_amp_read(codec, 0x15, 0, HDA_OUTPUT, 0);
9630                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9631                                          HDA_AMP_MUTE, mute);
9632         }
9633 }
9634
9635 /* unsolicited event for HP jack sensing */
9636 static void alc262_hippo_unsol_event(struct hda_codec *codec,
9637                                        unsigned int res)
9638 {
9639         if ((res >> 26) != ALC880_HP_EVENT)
9640                 return;
9641         alc262_hippo_automute(codec);
9642 }
9643
9644 static void alc262_hippo1_automute(struct hda_codec *codec)
9645 {
9646         unsigned int mute;
9647         unsigned int present;
9648
9649         snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
9650         present = snd_hda_codec_read(codec, 0x1b, 0,
9651                                      AC_VERB_GET_PIN_SENSE, 0);
9652         present = (present & 0x80000000) != 0;
9653         if (present) {
9654                 /* mute internal speaker */
9655                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9656                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
9657         } else {
9658                 /* unmute internal speaker if necessary */
9659                 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
9660                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9661                                          HDA_AMP_MUTE, mute);
9662         }
9663 }
9664
9665 /* unsolicited event for HP jack sensing */
9666 static void alc262_hippo1_unsol_event(struct hda_codec *codec,
9667                                        unsigned int res)
9668 {
9669         if ((res >> 26) != ALC880_HP_EVENT)
9670                 return;
9671         alc262_hippo1_automute(codec);
9672 }
9673
9674 /*
9675  * nec model
9676  *  0x15 = headphone
9677  *  0x16 = internal speaker
9678  *  0x18 = external mic
9679  */
9680
9681 static struct snd_kcontrol_new alc262_nec_mixer[] = {
9682         HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
9683         HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x16, 0, 0x0, HDA_OUTPUT),
9684
9685         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9686         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9687         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9688
9689         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
9690         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9691         { } /* end */
9692 };
9693
9694 static struct hda_verb alc262_nec_verbs[] = {
9695         /* Unmute Speaker */
9696         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9697
9698         /* Headphone */
9699         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9700         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9701
9702         /* External mic to headphone */
9703         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9704         /* External mic to speaker */
9705         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9706         {}
9707 };
9708
9709 /*
9710  * fujitsu model
9711  *  0x14 = headphone/spdif-out, 0x15 = internal speaker,
9712  *  0x1b = port replicator headphone out
9713  */
9714
9715 #define ALC_HP_EVENT    0x37
9716
9717 static struct hda_verb alc262_fujitsu_unsol_verbs[] = {
9718         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
9719         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9720         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
9721         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9722         {}
9723 };
9724
9725 static struct hda_verb alc262_lenovo_3000_unsol_verbs[] = {
9726         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
9727         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9728         {}
9729 };
9730
9731 static struct hda_input_mux alc262_fujitsu_capture_source = {
9732         .num_items = 3,
9733         .items = {
9734                 { "Mic", 0x0 },
9735                 { "Int Mic", 0x1 },
9736                 { "CD", 0x4 },
9737         },
9738 };
9739
9740 static struct hda_input_mux alc262_HP_capture_source = {
9741         .num_items = 5,
9742         .items = {
9743                 { "Mic", 0x0 },
9744                 { "Front Mic", 0x1 },
9745                 { "Line", 0x2 },
9746                 { "CD", 0x4 },
9747                 { "AUX IN", 0x6 },
9748         },
9749 };
9750
9751 static struct hda_input_mux alc262_HP_D7000_capture_source = {
9752         .num_items = 4,
9753         .items = {
9754                 { "Mic", 0x0 },
9755                 { "Front Mic", 0x2 },
9756                 { "Line", 0x1 },
9757                 { "CD", 0x4 },
9758         },
9759 };
9760
9761 /* mute/unmute internal speaker according to the hp jacks and mute state */
9762 static void alc262_fujitsu_automute(struct hda_codec *codec, int force)
9763 {
9764         struct alc_spec *spec = codec->spec;
9765         unsigned int mute;
9766
9767         if (force || !spec->sense_updated) {
9768                 unsigned int present;
9769                 /* need to execute and sync at first */
9770                 snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
9771                 /* check laptop HP jack */
9772                 present = snd_hda_codec_read(codec, 0x14, 0,
9773                                              AC_VERB_GET_PIN_SENSE, 0);
9774                 /* need to execute and sync at first */
9775                 snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
9776                 /* check docking HP jack */
9777                 present |= snd_hda_codec_read(codec, 0x1b, 0,
9778                                               AC_VERB_GET_PIN_SENSE, 0);
9779                 if (present & AC_PINSENSE_PRESENCE)
9780                         spec->jack_present = 1;
9781                 else
9782                         spec->jack_present = 0;
9783                 spec->sense_updated = 1;
9784         }
9785         /* unmute internal speaker only if both HPs are unplugged and
9786          * master switch is on
9787          */
9788         if (spec->jack_present)
9789                 mute = HDA_AMP_MUTE;
9790         else
9791                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
9792         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
9793                                  HDA_AMP_MUTE, mute);
9794 }
9795
9796 /* unsolicited event for HP jack sensing */
9797 static void alc262_fujitsu_unsol_event(struct hda_codec *codec,
9798                                        unsigned int res)
9799 {
9800         if ((res >> 26) != ALC_HP_EVENT)
9801                 return;
9802         alc262_fujitsu_automute(codec, 1);
9803 }
9804
9805 static void alc262_fujitsu_init_hook(struct hda_codec *codec)
9806 {
9807         alc262_fujitsu_automute(codec, 1);
9808 }
9809
9810 /* bind volumes of both NID 0x0c and 0x0d */
9811 static struct hda_bind_ctls alc262_fujitsu_bind_master_vol = {
9812         .ops = &snd_hda_bind_vol,
9813         .values = {
9814                 HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT),
9815                 HDA_COMPOSE_AMP_VAL(0x0d, 3, 0, HDA_OUTPUT),
9816                 0
9817         },
9818 };
9819
9820 /* mute/unmute internal speaker according to the hp jack and mute state */
9821 static void alc262_lenovo_3000_automute(struct hda_codec *codec, int force)
9822 {
9823         struct alc_spec *spec = codec->spec;
9824         unsigned int mute;
9825
9826         if (force || !spec->sense_updated) {
9827                 unsigned int present_int_hp;
9828                 /* need to execute and sync at first */
9829                 snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
9830                 present_int_hp = snd_hda_codec_read(codec, 0x1b, 0,
9831                                         AC_VERB_GET_PIN_SENSE, 0);
9832                 spec->jack_present = (present_int_hp & 0x80000000) != 0;
9833                 spec->sense_updated = 1;
9834         }
9835         if (spec->jack_present) {
9836                 /* mute internal speaker */
9837                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9838                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
9839                 snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
9840                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
9841         } else {
9842                 /* unmute internal speaker if necessary */
9843                 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
9844                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9845                                          HDA_AMP_MUTE, mute);
9846                 snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
9847                                          HDA_AMP_MUTE, mute);
9848         }
9849 }
9850
9851 /* unsolicited event for HP jack sensing */
9852 static void alc262_lenovo_3000_unsol_event(struct hda_codec *codec,
9853                                        unsigned int res)
9854 {
9855         if ((res >> 26) != ALC_HP_EVENT)
9856                 return;
9857         alc262_lenovo_3000_automute(codec, 1);
9858 }
9859
9860 /* bind hp and internal speaker mute (with plug check) */
9861 static int alc262_fujitsu_master_sw_put(struct snd_kcontrol *kcontrol,
9862                                          struct snd_ctl_elem_value *ucontrol)
9863 {
9864         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
9865         long *valp = ucontrol->value.integer.value;
9866         int change;
9867
9868         change = snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
9869                                                  HDA_AMP_MUTE,
9870                                                  valp ? 0 : HDA_AMP_MUTE);
9871         change |= snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
9872                                                  HDA_AMP_MUTE,
9873                                                  valp ? 0 : HDA_AMP_MUTE);
9874
9875         if (change)
9876                 alc262_fujitsu_automute(codec, 0);
9877         return change;
9878 }
9879
9880 static struct snd_kcontrol_new alc262_fujitsu_mixer[] = {
9881         HDA_BIND_VOL("Master Playback Volume", &alc262_fujitsu_bind_master_vol),
9882         {
9883                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9884                 .name = "Master Playback Switch",
9885                 .info = snd_hda_mixer_amp_switch_info,
9886                 .get = snd_hda_mixer_amp_switch_get,
9887                 .put = alc262_fujitsu_master_sw_put,
9888                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
9889         },
9890         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9891         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9892         HDA_CODEC_VOLUME("PC Speaker Volume", 0x0b, 0x05, HDA_INPUT),
9893         HDA_CODEC_MUTE("PC Speaker Switch", 0x0b, 0x05, HDA_INPUT),
9894         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9895         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9896         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9897         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
9898         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
9899         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
9900         { } /* end */
9901 };
9902
9903 /* bind hp and internal speaker mute (with plug check) */
9904 static int alc262_lenovo_3000_master_sw_put(struct snd_kcontrol *kcontrol,
9905                                          struct snd_ctl_elem_value *ucontrol)
9906 {
9907         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
9908         long *valp = ucontrol->value.integer.value;
9909         int change;
9910
9911         change = snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
9912                                                  HDA_AMP_MUTE,
9913                                                  valp ? 0 : HDA_AMP_MUTE);
9914
9915         if (change)
9916                 alc262_lenovo_3000_automute(codec, 0);
9917         return change;
9918 }
9919
9920 static struct snd_kcontrol_new alc262_lenovo_3000_mixer[] = {
9921         HDA_BIND_VOL("Master Playback Volume", &alc262_fujitsu_bind_master_vol),
9922         {
9923                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9924                 .name = "Master Playback Switch",
9925                 .info = snd_hda_mixer_amp_switch_info,
9926                 .get = snd_hda_mixer_amp_switch_get,
9927                 .put = alc262_lenovo_3000_master_sw_put,
9928                 .private_value = HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
9929         },
9930         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
9931         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
9932         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9933         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9934         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9935         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
9936         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
9937         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
9938         { } /* end */
9939 };
9940
9941 static struct snd_kcontrol_new alc262_toshiba_rx1_mixer[] = {
9942         HDA_BIND_VOL("Master Playback Volume", &alc262_fujitsu_bind_master_vol),
9943         {
9944                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9945                 .name = "Master Playback Switch",
9946                 .info = snd_hda_mixer_amp_switch_info,
9947                 .get = snd_hda_mixer_amp_switch_get,
9948                 .put = alc262_sony_master_sw_put,
9949                 .private_value = HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
9950         },
9951         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
9952         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9953         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9954         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9955         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9956         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9957         { } /* end */
9958 };
9959
9960 /* additional init verbs for Benq laptops */
9961 static struct hda_verb alc262_EAPD_verbs[] = {
9962         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
9963         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
9964         {}
9965 };
9966
9967 static struct hda_verb alc262_benq_t31_EAPD_verbs[] = {
9968         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
9969         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
9970
9971         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
9972         {0x20, AC_VERB_SET_PROC_COEF,  0x3050},
9973         {}
9974 };
9975
9976 /* Samsung Q1 Ultra Vista model setup */
9977 static struct snd_kcontrol_new alc262_ultra_mixer[] = {
9978         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9979         HDA_BIND_MUTE("Master Playback Switch", 0x0c, 2, HDA_INPUT),
9980         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
9981         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
9982         HDA_CODEC_VOLUME("Mic Boost", 0x19, 0, HDA_INPUT),
9983         HDA_CODEC_VOLUME("Headphone Mic Boost", 0x15, 0, HDA_INPUT),
9984         { } /* end */
9985 };
9986
9987 static struct hda_verb alc262_ultra_verbs[] = {
9988         /* output mixer */
9989         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9990         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9991         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
9992         /* speaker */
9993         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
9994         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9995         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9996         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
9997         /* HP */
9998         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
9999         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10000         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10001         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
10002         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10003         /* internal mic */
10004         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10005         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10006         /* ADC, choose mic */
10007         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10008         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10009         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10010         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10011         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10012         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10013         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
10014         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
10015         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
10016         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(8)},
10017         {}
10018 };
10019
10020 /* mute/unmute internal speaker according to the hp jack and mute state */
10021 static void alc262_ultra_automute(struct hda_codec *codec)
10022 {
10023         struct alc_spec *spec = codec->spec;
10024         unsigned int mute;
10025
10026         mute = 0;
10027         /* auto-mute only when HP is used as HP */
10028         if (!spec->cur_mux[0]) {
10029                 unsigned int present;
10030                 /* need to execute and sync at first */
10031                 snd_hda_codec_read(codec, 0x15, 0, AC_VERB_SET_PIN_SENSE, 0);
10032                 present = snd_hda_codec_read(codec, 0x15, 0,
10033                                              AC_VERB_GET_PIN_SENSE, 0);
10034                 spec->jack_present = (present & AC_PINSENSE_PRESENCE) != 0;
10035                 if (spec->jack_present)
10036                         mute = HDA_AMP_MUTE;
10037         }
10038         /* mute/unmute internal speaker */
10039         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
10040                                  HDA_AMP_MUTE, mute);
10041         /* mute/unmute HP */
10042         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
10043                                  HDA_AMP_MUTE, mute ? 0 : HDA_AMP_MUTE);
10044 }
10045
10046 /* unsolicited event for HP jack sensing */
10047 static void alc262_ultra_unsol_event(struct hda_codec *codec,
10048                                        unsigned int res)
10049 {
10050         if ((res >> 26) != ALC880_HP_EVENT)
10051                 return;
10052         alc262_ultra_automute(codec);
10053 }
10054
10055 static struct hda_input_mux alc262_ultra_capture_source = {
10056         .num_items = 2,
10057         .items = {
10058                 { "Mic", 0x1 },
10059                 { "Headphone", 0x7 },
10060         },
10061 };
10062
10063 static int alc262_ultra_mux_enum_put(struct snd_kcontrol *kcontrol,
10064                                      struct snd_ctl_elem_value *ucontrol)
10065 {
10066         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
10067         struct alc_spec *spec = codec->spec;
10068         int ret;
10069
10070         ret = alc_mux_enum_put(kcontrol, ucontrol);
10071         if (!ret)
10072                 return 0;
10073         /* reprogram the HP pin as mic or HP according to the input source */
10074         snd_hda_codec_write_cache(codec, 0x15, 0,
10075                                   AC_VERB_SET_PIN_WIDGET_CONTROL,
10076                                   spec->cur_mux[0] ? PIN_VREF80 : PIN_HP);
10077         alc262_ultra_automute(codec); /* mute/unmute HP */
10078         return ret;
10079 }
10080
10081 static struct snd_kcontrol_new alc262_ultra_capture_mixer[] = {
10082         HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
10083         HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
10084         {
10085                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10086                 .name = "Capture Source",
10087                 .info = alc_mux_enum_info,
10088                 .get = alc_mux_enum_get,
10089                 .put = alc262_ultra_mux_enum_put,
10090         },
10091         { } /* end */
10092 };
10093
10094 /* add playback controls from the parsed DAC table */
10095 static int alc262_auto_create_multi_out_ctls(struct alc_spec *spec,
10096                                              const struct auto_pin_cfg *cfg)
10097 {
10098         hda_nid_t nid;
10099         int err;
10100
10101         spec->multiout.num_dacs = 1;    /* only use one dac */
10102         spec->multiout.dac_nids = spec->private_dac_nids;
10103         spec->multiout.dac_nids[0] = 2;
10104
10105         nid = cfg->line_out_pins[0];
10106         if (nid) {
10107                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
10108                                   "Front Playback Volume",
10109                                   HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT));
10110                 if (err < 0)
10111                         return err;
10112                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10113                                   "Front Playback Switch",
10114                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
10115                 if (err < 0)
10116                         return err;
10117         }
10118
10119         nid = cfg->speaker_pins[0];
10120         if (nid) {
10121                 if (nid == 0x16) {
10122                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
10123                                           "Speaker Playback Volume",
10124                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
10125                                                               HDA_OUTPUT));
10126                         if (err < 0)
10127                                 return err;
10128                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10129                                           "Speaker Playback Switch",
10130                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
10131                                                               HDA_OUTPUT));
10132                         if (err < 0)
10133                                 return err;
10134                 } else {
10135                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10136                                           "Speaker Playback Switch",
10137                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
10138                                                               HDA_OUTPUT));
10139                         if (err < 0)
10140                                 return err;
10141                 }
10142         }
10143         nid = cfg->hp_pins[0];
10144         if (nid) {
10145                 /* spec->multiout.hp_nid = 2; */
10146                 if (nid == 0x16) {
10147                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
10148                                           "Headphone Playback Volume",
10149                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
10150                                                               HDA_OUTPUT));
10151                         if (err < 0)
10152                                 return err;
10153                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10154                                           "Headphone Playback Switch",
10155                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
10156                                                               HDA_OUTPUT));
10157                         if (err < 0)
10158                                 return err;
10159                 } else {
10160                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10161                                           "Headphone Playback Switch",
10162                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
10163                                                               HDA_OUTPUT));
10164                         if (err < 0)
10165                                 return err;
10166                 }
10167         }
10168         return 0;
10169 }
10170
10171 /* identical with ALC880 */
10172 #define alc262_auto_create_analog_input_ctls \
10173         alc880_auto_create_analog_input_ctls
10174
10175 /*
10176  * generic initialization of ADC, input mixers and output mixers
10177  */
10178 static struct hda_verb alc262_volume_init_verbs[] = {
10179         /*
10180          * Unmute ADC0-2 and set the default input to mic-in
10181          */
10182         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
10183         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10184         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
10185         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10186         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
10187         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10188
10189         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
10190          * mixer widget
10191          * Note: PASD motherboards uses the Line In 2 as the input for
10192          * front panel mic (mic 2)
10193          */
10194         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
10195         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10196         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10197         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10198         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10199         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10200
10201         /*
10202          * Set up output mixers (0x0c - 0x0f)
10203          */
10204         /* set vol=0 to output mixers */
10205         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10206         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10207         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10208
10209         /* set up input amps for analog loopback */
10210         /* Amp Indices: DAC = 0, mixer = 1 */
10211         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10212         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10213         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10214         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10215         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10216         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10217
10218         /* FIXME: use matrix-type input source selection */
10219         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
10220         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
10221         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10222         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
10223         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
10224         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
10225         /* Input mixer2 */
10226         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10227         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
10228         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
10229         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
10230         /* Input mixer3 */
10231         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10232         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
10233         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
10234         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
10235
10236         { }
10237 };
10238
10239 static struct hda_verb alc262_HP_BPC_init_verbs[] = {
10240         /*
10241          * Unmute ADC0-2 and set the default input to mic-in
10242          */
10243         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
10244         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10245         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
10246         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10247         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
10248         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10249
10250         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
10251          * mixer widget
10252          * Note: PASD motherboards uses the Line In 2 as the input for
10253          * front panel mic (mic 2)
10254          */
10255         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
10256         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10257         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10258         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10259         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10260         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10261         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
10262         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
10263
10264         /*
10265          * Set up output mixers (0x0c - 0x0e)
10266          */
10267         /* set vol=0 to output mixers */
10268         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10269         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10270         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10271
10272         /* set up input amps for analog loopback */
10273         /* Amp Indices: DAC = 0, mixer = 1 */
10274         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10275         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10276         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10277         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10278         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10279         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10280
10281         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
10282         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10283         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10284
10285         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
10286         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
10287
10288         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10289         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
10290
10291         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
10292         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
10293         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
10294         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
10295         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
10296
10297         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
10298         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10299         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10300         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
10301         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10302         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10303
10304
10305         /* FIXME: use matrix-type input source selection */
10306         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
10307         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
10308         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10309         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
10310         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
10311         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
10312         /* Input mixer2 */
10313         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10314         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
10315         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
10316         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
10317         /* Input mixer3 */
10318         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10319         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
10320         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
10321         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
10322
10323         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
10324
10325         { }
10326 };
10327
10328 static struct hda_verb alc262_HP_BPC_WildWest_init_verbs[] = {
10329         /*
10330          * Unmute ADC0-2 and set the default input to mic-in
10331          */
10332         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
10333         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10334         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
10335         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10336         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
10337         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10338
10339         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
10340          * mixer widget
10341          * Note: PASD motherboards uses the Line In 2 as the input for front
10342          * panel mic (mic 2)
10343          */
10344         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
10345         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10346         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10347         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10348         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10349         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10350         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
10351         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
10352         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
10353         /*
10354          * Set up output mixers (0x0c - 0x0e)
10355          */
10356         /* set vol=0 to output mixers */
10357         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10358         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10359         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10360
10361         /* set up input amps for analog loopback */
10362         /* Amp Indices: DAC = 0, mixer = 1 */
10363         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10364         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10365         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10366         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10367         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10368         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10369
10370
10371         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },        /* HP */
10372         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Mono */
10373         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* rear MIC */
10374         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* Line in */
10375         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* Front MIC */
10376         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Line out */
10377         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* CD in */
10378
10379         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
10380         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
10381
10382         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10383         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
10384
10385         /* {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, */
10386         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10387         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10388         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
10389         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10390         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
10391
10392         /* FIXME: use matrix-type input source selection */
10393         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
10394         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
10395         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, /*rear MIC*/
10396         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, /*Line in*/
10397         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, /*F MIC*/
10398         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, /*Front*/
10399         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, /*CD*/
10400         /* {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))},  */
10401         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, /*HP*/
10402         /* Input mixer2 */
10403         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10404         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
10405         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
10406         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
10407         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
10408         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
10409         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
10410         /* Input mixer3 */
10411         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
10412         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
10413         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
10414         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
10415         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
10416         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
10417         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
10418
10419         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
10420
10421         { }
10422 };
10423
10424 static struct hda_verb alc262_toshiba_rx1_unsol_verbs[] = {
10425
10426         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Front Speaker */
10427         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
10428         {0x14, AC_VERB_SET_CONNECT_SEL, 0x01},
10429
10430         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* MIC jack */
10431         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* Front MIC */
10432         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) },
10433         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) },
10434
10435         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },        /* HP  jack */
10436         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
10437         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10438         {}
10439 };
10440
10441
10442 #ifdef CONFIG_SND_HDA_POWER_SAVE
10443 #define alc262_loopbacks        alc880_loopbacks
10444 #endif
10445
10446 /* pcm configuration: identiacal with ALC880 */
10447 #define alc262_pcm_analog_playback      alc880_pcm_analog_playback
10448 #define alc262_pcm_analog_capture       alc880_pcm_analog_capture
10449 #define alc262_pcm_digital_playback     alc880_pcm_digital_playback
10450 #define alc262_pcm_digital_capture      alc880_pcm_digital_capture
10451
10452 /*
10453  * BIOS auto configuration
10454  */
10455 static int alc262_parse_auto_config(struct hda_codec *codec)
10456 {
10457         struct alc_spec *spec = codec->spec;
10458         int err;
10459         static hda_nid_t alc262_ignore[] = { 0x1d, 0 };
10460
10461         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
10462                                            alc262_ignore);
10463         if (err < 0)
10464                 return err;
10465         if (!spec->autocfg.line_outs)
10466                 return 0; /* can't find valid BIOS pin config */
10467         err = alc262_auto_create_multi_out_ctls(spec, &spec->autocfg);
10468         if (err < 0)
10469                 return err;
10470         err = alc262_auto_create_analog_input_ctls(spec, &spec->autocfg);
10471         if (err < 0)
10472                 return err;
10473
10474         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
10475
10476         if (spec->autocfg.dig_out_pin)
10477                 spec->multiout.dig_out_nid = ALC262_DIGOUT_NID;
10478         if (spec->autocfg.dig_in_pin)
10479                 spec->dig_in_nid = ALC262_DIGIN_NID;
10480
10481         if (spec->kctls.list)
10482                 add_mixer(spec, spec->kctls.list);
10483
10484         add_verb(spec, alc262_volume_init_verbs);
10485         spec->num_mux_defs = 1;
10486         spec->input_mux = &spec->private_imux;
10487
10488         err = alc_auto_add_mic_boost(codec);
10489         if (err < 0)
10490                 return err;
10491
10492         store_pin_configs(codec);
10493         return 1;
10494 }
10495
10496 #define alc262_auto_init_multi_out      alc882_auto_init_multi_out
10497 #define alc262_auto_init_hp_out         alc882_auto_init_hp_out
10498 #define alc262_auto_init_analog_input   alc882_auto_init_analog_input
10499 #define alc262_auto_init_input_src      alc882_auto_init_input_src
10500
10501
10502 /* init callback for auto-configuration model -- overriding the default init */
10503 static void alc262_auto_init(struct hda_codec *codec)
10504 {
10505         struct alc_spec *spec = codec->spec;
10506         alc262_auto_init_multi_out(codec);
10507         alc262_auto_init_hp_out(codec);
10508         alc262_auto_init_analog_input(codec);
10509         alc262_auto_init_input_src(codec);
10510         if (spec->unsol_event)
10511                 alc_inithook(codec);
10512 }
10513
10514 /*
10515  * configuration and preset
10516  */
10517 static const char *alc262_models[ALC262_MODEL_LAST] = {
10518         [ALC262_BASIC]          = "basic",
10519         [ALC262_HIPPO]          = "hippo",
10520         [ALC262_HIPPO_1]        = "hippo_1",
10521         [ALC262_FUJITSU]        = "fujitsu",
10522         [ALC262_HP_BPC]         = "hp-bpc",
10523         [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000",
10524         [ALC262_HP_TC_T5735]    = "hp-tc-t5735",
10525         [ALC262_HP_RP5700]      = "hp-rp5700",
10526         [ALC262_BENQ_ED8]       = "benq",
10527         [ALC262_BENQ_T31]       = "benq-t31",
10528         [ALC262_SONY_ASSAMD]    = "sony-assamd",
10529         [ALC262_TOSHIBA_S06]    = "toshiba-s06",
10530         [ALC262_TOSHIBA_RX1]    = "toshiba-rx1",
10531         [ALC262_ULTRA]          = "ultra",
10532         [ALC262_LENOVO_3000]    = "lenovo-3000",
10533         [ALC262_NEC]            = "nec",
10534         [ALC262_AUTO]           = "auto",
10535 };
10536
10537 static struct snd_pci_quirk alc262_cfg_tbl[] = {
10538         SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO),
10539         SND_PCI_QUIRK(0x1033, 0x8895, "NEC Versa S9100", ALC262_NEC),
10540         SND_PCI_QUIRK(0x103c, 0x12fe, "HP xw9400", ALC262_HP_BPC),
10541         SND_PCI_QUIRK(0x103c, 0x12ff, "HP xw4550", ALC262_HP_BPC),
10542         SND_PCI_QUIRK(0x103c, 0x1306, "HP xw8600", ALC262_HP_BPC),
10543         SND_PCI_QUIRK(0x103c, 0x1307, "HP xw6600", ALC262_HP_BPC),
10544         SND_PCI_QUIRK(0x103c, 0x1308, "HP xw4600", ALC262_HP_BPC),
10545         SND_PCI_QUIRK(0x103c, 0x1309, "HP xw4*00", ALC262_HP_BPC),
10546         SND_PCI_QUIRK(0x103c, 0x130a, "HP xw6*00", ALC262_HP_BPC),
10547         SND_PCI_QUIRK(0x103c, 0x130b, "HP xw8*00", ALC262_HP_BPC),
10548         SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
10549         SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
10550         SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),
10551         SND_PCI_QUIRK(0x103c, 0x2803, "HP D7000", ALC262_HP_BPC_D7000_WF),
10552         SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL),
10553         SND_PCI_QUIRK(0x103c, 0x2805, "HP D7000", ALC262_HP_BPC_D7000_WF),
10554         SND_PCI_QUIRK(0x103c, 0x2806, "HP D7000", ALC262_HP_BPC_D7000_WL),
10555         SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF),
10556         SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC),
10557         SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC),
10558         SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC),
10559         SND_PCI_QUIRK(0x103c, 0x302f, "HP Thin Client T5735",
10560                       ALC262_HP_TC_T5735),
10561         SND_PCI_QUIRK(0x103c, 0x2817, "HP RP5700", ALC262_HP_RP5700),
10562         SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD),
10563         SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
10564         SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
10565         SND_PCI_QUIRK(0x104d, 0x900e, "Sony ASSAMD", ALC262_SONY_ASSAMD),
10566         SND_PCI_QUIRK(0x104d, 0x9015, "Sony 0x9015", ALC262_SONY_ASSAMD),
10567         SND_PCI_QUIRK(0x104d, 0x9033, "Sony VAIO VGN-SR19XN",
10568                       ALC262_SONY_ASSAMD),
10569         SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1",
10570                       ALC262_TOSHIBA_RX1),
10571         SND_PCI_QUIRK(0x1179, 0xff7b, "Toshiba S06", ALC262_TOSHIBA_S06),
10572         SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU),
10573         SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FUJITSU),
10574         SND_PCI_QUIRK(0x144d, 0xc032, "Samsung Q1 Ultra", ALC262_ULTRA),
10575         SND_PCI_QUIRK(0x144d, 0xc039, "Samsung Q1U EL", ALC262_ULTRA),
10576         SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000 y410", ALC262_LENOVO_3000),
10577         SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
10578         SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31),
10579         SND_PCI_QUIRK(0x17ff, 0x058f, "Benq Hippo", ALC262_HIPPO_1),
10580         {}
10581 };
10582
10583 static struct alc_config_preset alc262_presets[] = {
10584         [ALC262_BASIC] = {
10585                 .mixers = { alc262_base_mixer },
10586                 .init_verbs = { alc262_init_verbs },
10587                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10588                 .dac_nids = alc262_dac_nids,
10589                 .hp_nid = 0x03,
10590                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10591                 .channel_mode = alc262_modes,
10592                 .input_mux = &alc262_capture_source,
10593         },
10594         [ALC262_HIPPO] = {
10595                 .mixers = { alc262_base_mixer },
10596                 .init_verbs = { alc262_init_verbs, alc262_hippo_unsol_verbs},
10597                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10598                 .dac_nids = alc262_dac_nids,
10599                 .hp_nid = 0x03,
10600                 .dig_out_nid = ALC262_DIGOUT_NID,
10601                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10602                 .channel_mode = alc262_modes,
10603                 .input_mux = &alc262_capture_source,
10604                 .unsol_event = alc262_hippo_unsol_event,
10605                 .init_hook = alc262_hippo_automute,
10606         },
10607         [ALC262_HIPPO_1] = {
10608                 .mixers = { alc262_hippo1_mixer },
10609                 .init_verbs = { alc262_init_verbs, alc262_hippo1_unsol_verbs},
10610                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10611                 .dac_nids = alc262_dac_nids,
10612                 .hp_nid = 0x02,
10613                 .dig_out_nid = ALC262_DIGOUT_NID,
10614                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10615                 .channel_mode = alc262_modes,
10616                 .input_mux = &alc262_capture_source,
10617                 .unsol_event = alc262_hippo1_unsol_event,
10618                 .init_hook = alc262_hippo1_automute,
10619         },
10620         [ALC262_FUJITSU] = {
10621                 .mixers = { alc262_fujitsu_mixer },
10622                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs,
10623                                 alc262_fujitsu_unsol_verbs },
10624                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10625                 .dac_nids = alc262_dac_nids,
10626                 .hp_nid = 0x03,
10627                 .dig_out_nid = ALC262_DIGOUT_NID,
10628                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10629                 .channel_mode = alc262_modes,
10630                 .input_mux = &alc262_fujitsu_capture_source,
10631                 .unsol_event = alc262_fujitsu_unsol_event,
10632                 .init_hook = alc262_fujitsu_init_hook,
10633         },
10634         [ALC262_HP_BPC] = {
10635                 .mixers = { alc262_HP_BPC_mixer },
10636                 .init_verbs = { alc262_HP_BPC_init_verbs },
10637                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10638                 .dac_nids = alc262_dac_nids,
10639                 .hp_nid = 0x03,
10640                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10641                 .channel_mode = alc262_modes,
10642                 .input_mux = &alc262_HP_capture_source,
10643                 .unsol_event = alc262_hp_bpc_unsol_event,
10644                 .init_hook = alc262_hp_bpc_automute,
10645         },
10646         [ALC262_HP_BPC_D7000_WF] = {
10647                 .mixers = { alc262_HP_BPC_WildWest_mixer },
10648                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
10649                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10650                 .dac_nids = alc262_dac_nids,
10651                 .hp_nid = 0x03,
10652                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10653                 .channel_mode = alc262_modes,
10654                 .input_mux = &alc262_HP_D7000_capture_source,
10655                 .unsol_event = alc262_hp_wildwest_unsol_event,
10656                 .init_hook = alc262_hp_wildwest_automute,
10657         },
10658         [ALC262_HP_BPC_D7000_WL] = {
10659                 .mixers = { alc262_HP_BPC_WildWest_mixer,
10660                             alc262_HP_BPC_WildWest_option_mixer },
10661                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
10662                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10663                 .dac_nids = alc262_dac_nids,
10664                 .hp_nid = 0x03,
10665                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10666                 .channel_mode = alc262_modes,
10667                 .input_mux = &alc262_HP_D7000_capture_source,
10668                 .unsol_event = alc262_hp_wildwest_unsol_event,
10669                 .init_hook = alc262_hp_wildwest_automute,
10670         },
10671         [ALC262_HP_TC_T5735] = {
10672                 .mixers = { alc262_hp_t5735_mixer },
10673                 .init_verbs = { alc262_init_verbs, alc262_hp_t5735_verbs },
10674                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10675                 .dac_nids = alc262_dac_nids,
10676                 .hp_nid = 0x03,
10677                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10678                 .channel_mode = alc262_modes,
10679                 .input_mux = &alc262_capture_source,
10680                 .unsol_event = alc262_hp_t5735_unsol_event,
10681                 .init_hook = alc262_hp_t5735_init_hook,
10682         },
10683         [ALC262_HP_RP5700] = {
10684                 .mixers = { alc262_hp_rp5700_mixer },
10685                 .init_verbs = { alc262_init_verbs, alc262_hp_rp5700_verbs },
10686                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10687                 .dac_nids = alc262_dac_nids,
10688                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10689                 .channel_mode = alc262_modes,
10690                 .input_mux = &alc262_hp_rp5700_capture_source,
10691         },
10692         [ALC262_BENQ_ED8] = {
10693                 .mixers = { alc262_base_mixer },
10694                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs },
10695                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10696                 .dac_nids = alc262_dac_nids,
10697                 .hp_nid = 0x03,
10698                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10699                 .channel_mode = alc262_modes,
10700                 .input_mux = &alc262_capture_source,
10701         },
10702         [ALC262_SONY_ASSAMD] = {
10703                 .mixers = { alc262_sony_mixer },
10704                 .init_verbs = { alc262_init_verbs, alc262_sony_unsol_verbs},
10705                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10706                 .dac_nids = alc262_dac_nids,
10707                 .hp_nid = 0x02,
10708                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10709                 .channel_mode = alc262_modes,
10710                 .input_mux = &alc262_capture_source,
10711                 .unsol_event = alc262_hippo_unsol_event,
10712                 .init_hook = alc262_hippo_automute,
10713         },
10714         [ALC262_BENQ_T31] = {
10715                 .mixers = { alc262_benq_t31_mixer },
10716                 .init_verbs = { alc262_init_verbs, alc262_benq_t31_EAPD_verbs, alc262_hippo_unsol_verbs },
10717                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10718                 .dac_nids = alc262_dac_nids,
10719                 .hp_nid = 0x03,
10720                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10721                 .channel_mode = alc262_modes,
10722                 .input_mux = &alc262_capture_source,
10723                 .unsol_event = alc262_hippo_unsol_event,
10724                 .init_hook = alc262_hippo_automute,
10725         },
10726         [ALC262_ULTRA] = {
10727                 .mixers = { alc262_ultra_mixer },
10728                 .cap_mixer = alc262_ultra_capture_mixer,
10729                 .init_verbs = { alc262_ultra_verbs },
10730                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10731                 .dac_nids = alc262_dac_nids,
10732                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10733                 .channel_mode = alc262_modes,
10734                 .input_mux = &alc262_ultra_capture_source,
10735                 .adc_nids = alc262_adc_nids, /* ADC0 */
10736                 .capsrc_nids = alc262_capsrc_nids,
10737                 .num_adc_nids = 1, /* single ADC */
10738                 .unsol_event = alc262_ultra_unsol_event,
10739                 .init_hook = alc262_ultra_automute,
10740         },
10741         [ALC262_LENOVO_3000] = {
10742                 .mixers = { alc262_lenovo_3000_mixer },
10743                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs,
10744                                 alc262_lenovo_3000_unsol_verbs },
10745                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10746                 .dac_nids = alc262_dac_nids,
10747                 .hp_nid = 0x03,
10748                 .dig_out_nid = ALC262_DIGOUT_NID,
10749                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10750                 .channel_mode = alc262_modes,
10751                 .input_mux = &alc262_fujitsu_capture_source,
10752                 .unsol_event = alc262_lenovo_3000_unsol_event,
10753         },
10754         [ALC262_NEC] = {
10755                 .mixers = { alc262_nec_mixer },
10756                 .init_verbs = { alc262_nec_verbs },
10757                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10758                 .dac_nids = alc262_dac_nids,
10759                 .hp_nid = 0x03,
10760                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10761                 .channel_mode = alc262_modes,
10762                 .input_mux = &alc262_capture_source,
10763         },
10764         [ALC262_TOSHIBA_S06] = {
10765                 .mixers = { alc262_toshiba_s06_mixer },
10766                 .init_verbs = { alc262_init_verbs, alc262_toshiba_s06_verbs,
10767                                                         alc262_eapd_verbs },
10768                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10769                 .capsrc_nids = alc262_dmic_capsrc_nids,
10770                 .dac_nids = alc262_dac_nids,
10771                 .adc_nids = alc262_dmic_adc_nids, /* ADC0 */
10772                 .dig_out_nid = ALC262_DIGOUT_NID,
10773                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10774                 .channel_mode = alc262_modes,
10775                 .input_mux = &alc262_dmic_capture_source,
10776                 .unsol_event = alc262_toshiba_s06_unsol_event,
10777                 .init_hook = alc262_toshiba_s06_init_hook,
10778         },
10779         [ALC262_TOSHIBA_RX1] = {
10780                 .mixers = { alc262_toshiba_rx1_mixer },
10781                 .init_verbs = { alc262_init_verbs, alc262_toshiba_rx1_unsol_verbs },
10782                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
10783                 .dac_nids = alc262_dac_nids,
10784                 .hp_nid = 0x03,
10785                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
10786                 .channel_mode = alc262_modes,
10787                 .input_mux = &alc262_capture_source,
10788                 .unsol_event = alc262_hippo_unsol_event,
10789                 .init_hook = alc262_hippo_automute,
10790         },
10791 };
10792
10793 static int patch_alc262(struct hda_codec *codec)
10794 {
10795         struct alc_spec *spec;
10796         int board_config;
10797         int err;
10798
10799         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
10800         if (spec == NULL)
10801                 return -ENOMEM;
10802
10803         codec->spec = spec;
10804 #if 0
10805         /* pshou 07/11/05  set a zero PCM sample to DAC when FIFO is
10806          * under-run
10807          */
10808         {
10809         int tmp;
10810         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
10811         tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
10812         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
10813         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF, tmp | 0x80);
10814         }
10815 #endif
10816
10817         alc_fix_pll_init(codec, 0x20, 0x0a, 10);
10818
10819         board_config = snd_hda_check_board_config(codec, ALC262_MODEL_LAST,
10820                                                   alc262_models,
10821                                                   alc262_cfg_tbl);
10822
10823         if (board_config < 0) {
10824                 printk(KERN_INFO "hda_codec: Unknown model for ALC262, "
10825                        "trying auto-probe from BIOS...\n");
10826                 board_config = ALC262_AUTO;
10827         }
10828
10829         if (board_config == ALC262_AUTO) {
10830                 /* automatic parse from the BIOS config */
10831                 err = alc262_parse_auto_config(codec);
10832                 if (err < 0) {
10833                         alc_free(codec);
10834                         return err;
10835                 } else if (!err) {
10836                         printk(KERN_INFO
10837                                "hda_codec: Cannot set up configuration "
10838                                "from BIOS.  Using base mode...\n");
10839                         board_config = ALC262_BASIC;
10840                 }
10841         }
10842
10843         if (board_config != ALC262_AUTO)
10844                 setup_preset(spec, &alc262_presets[board_config]);
10845
10846         spec->stream_name_analog = "ALC262 Analog";
10847         spec->stream_analog_playback = &alc262_pcm_analog_playback;
10848         spec->stream_analog_capture = &alc262_pcm_analog_capture;
10849
10850         spec->stream_name_digital = "ALC262 Digital";
10851         spec->stream_digital_playback = &alc262_pcm_digital_playback;
10852         spec->stream_digital_capture = &alc262_pcm_digital_capture;
10853
10854         spec->is_mix_capture = 1;
10855         if (!spec->adc_nids && spec->input_mux) {
10856                 /* check whether NID 0x07 is valid */
10857                 unsigned int wcap = get_wcaps(codec, 0x07);
10858
10859                 /* get type */
10860                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
10861                 if (wcap != AC_WID_AUD_IN) {
10862                         spec->adc_nids = alc262_adc_nids_alt;
10863                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids_alt);
10864                         spec->capsrc_nids = alc262_capsrc_nids_alt;
10865                 } else {
10866                         spec->adc_nids = alc262_adc_nids;
10867                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids);
10868                         spec->capsrc_nids = alc262_capsrc_nids;
10869                 }
10870         }
10871         if (!spec->cap_mixer)
10872                 set_capture_mixer(spec);
10873
10874         spec->vmaster_nid = 0x0c;
10875
10876         codec->patch_ops = alc_patch_ops;
10877         if (board_config == ALC262_AUTO)
10878                 spec->init_hook = alc262_auto_init;
10879 #ifdef CONFIG_SND_HDA_POWER_SAVE
10880         if (!spec->loopback.amplist)
10881                 spec->loopback.amplist = alc262_loopbacks;
10882 #endif
10883         codec->proc_widget_hook = print_realtek_coef;
10884
10885         return 0;
10886 }
10887
10888 /*
10889  *  ALC268 channel source setting (2 channel)
10890  */
10891 #define ALC268_DIGOUT_NID       ALC880_DIGOUT_NID
10892 #define alc268_modes            alc260_modes
10893
10894 static hda_nid_t alc268_dac_nids[2] = {
10895         /* front, hp */
10896         0x02, 0x03
10897 };
10898
10899 static hda_nid_t alc268_adc_nids[2] = {
10900         /* ADC0-1 */
10901         0x08, 0x07
10902 };
10903
10904 static hda_nid_t alc268_adc_nids_alt[1] = {
10905         /* ADC0 */
10906         0x08
10907 };
10908
10909 static hda_nid_t alc268_capsrc_nids[2] = { 0x23, 0x24 };
10910
10911 static struct snd_kcontrol_new alc268_base_mixer[] = {
10912         /* output mixer control */
10913         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
10914         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
10915         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x3, 0x0, HDA_OUTPUT),
10916         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
10917         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10918         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10919         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
10920         { }
10921 };
10922
10923 /* bind Beep switches of both NID 0x0f and 0x10 */
10924 static struct hda_bind_ctls alc268_bind_beep_sw = {
10925         .ops = &snd_hda_bind_sw,
10926         .values = {
10927                 HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT),
10928                 HDA_COMPOSE_AMP_VAL(0x10, 3, 1, HDA_INPUT),
10929                 0
10930         },
10931 };
10932
10933 static struct snd_kcontrol_new alc268_beep_mixer[] = {
10934         HDA_CODEC_VOLUME("Beep Playback Volume", 0x1d, 0x0, HDA_INPUT),
10935         HDA_BIND_SW("Beep Playback Switch", &alc268_bind_beep_sw),
10936         { }
10937 };
10938
10939 static struct hda_verb alc268_eapd_verbs[] = {
10940         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
10941         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
10942         { }
10943 };
10944
10945 /* Toshiba specific */
10946 #define alc268_toshiba_automute alc262_hippo_automute
10947
10948 static struct hda_verb alc268_toshiba_verbs[] = {
10949         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
10950         { } /* end */
10951 };
10952
10953 static struct hda_input_mux alc268_acer_lc_capture_source = {
10954         .num_items = 2,
10955         .items = {
10956                 { "i-Mic", 0x6 },
10957                 { "E-Mic", 0x0 },
10958         },
10959 };
10960
10961 /* Acer specific */
10962 /* bind volumes of both NID 0x02 and 0x03 */
10963 static struct hda_bind_ctls alc268_acer_bind_master_vol = {
10964         .ops = &snd_hda_bind_vol,
10965         .values = {
10966                 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
10967                 HDA_COMPOSE_AMP_VAL(0x03, 3, 0, HDA_OUTPUT),
10968                 0
10969         },
10970 };
10971
10972 /* mute/unmute internal speaker according to the hp jack and mute state */
10973 static void alc268_acer_automute(struct hda_codec *codec, int force)
10974 {
10975         struct alc_spec *spec = codec->spec;
10976         unsigned int mute;
10977
10978         if (force || !spec->sense_updated) {
10979                 unsigned int present;
10980                 present = snd_hda_codec_read(codec, 0x14, 0,
10981                                          AC_VERB_GET_PIN_SENSE, 0);
10982                 spec->jack_present = (present & 0x80000000) != 0;
10983                 spec->sense_updated = 1;
10984         }
10985         if (spec->jack_present)
10986                 mute = HDA_AMP_MUTE; /* mute internal speaker */
10987         else /* unmute internal speaker if necessary */
10988                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
10989         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
10990                                  HDA_AMP_MUTE, mute);
10991 }
10992
10993
10994 /* bind hp and internal speaker mute (with plug check) */
10995 static int alc268_acer_master_sw_put(struct snd_kcontrol *kcontrol,
10996                                      struct snd_ctl_elem_value *ucontrol)
10997 {
10998         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
10999         long *valp = ucontrol->value.integer.value;
11000         int change;
11001
11002         change = snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
11003                                           HDA_AMP_MUTE,
11004                                           valp[0] ? 0 : HDA_AMP_MUTE);
11005         change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
11006                                            HDA_AMP_MUTE,
11007                                            valp[1] ? 0 : HDA_AMP_MUTE);
11008         if (change)
11009                 alc268_acer_automute(codec, 0);
11010         return change;
11011 }
11012
11013 static struct snd_kcontrol_new alc268_acer_aspire_one_mixer[] = {
11014         /* output mixer control */
11015         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
11016         {
11017                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11018                 .name = "Master Playback Switch",
11019                 .info = snd_hda_mixer_amp_switch_info,
11020                 .get = snd_hda_mixer_amp_switch_get,
11021                 .put = alc268_acer_master_sw_put,
11022                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
11023         },
11024         HDA_CODEC_VOLUME("Mic Boost Capture Volume", 0x18, 0, HDA_INPUT),
11025         { }
11026 };
11027
11028 static struct snd_kcontrol_new alc268_acer_mixer[] = {
11029         /* output mixer control */
11030         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
11031         {
11032                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11033                 .name = "Master Playback Switch",
11034                 .info = snd_hda_mixer_amp_switch_info,
11035                 .get = snd_hda_mixer_amp_switch_get,
11036                 .put = alc268_acer_master_sw_put,
11037                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
11038         },
11039         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
11040         HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
11041         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
11042         { }
11043 };
11044
11045 static struct snd_kcontrol_new alc268_acer_dmic_mixer[] = {
11046         /* output mixer control */
11047         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
11048         {
11049                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11050                 .name = "Master Playback Switch",
11051                 .info = snd_hda_mixer_amp_switch_info,
11052                 .get = snd_hda_mixer_amp_switch_get,
11053                 .put = alc268_acer_master_sw_put,
11054                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
11055         },
11056         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
11057         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
11058         { }
11059 };
11060
11061 static struct hda_verb alc268_acer_aspire_one_verbs[] = {
11062         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11063         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11064         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
11065         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
11066         {0x23, AC_VERB_SET_CONNECT_SEL, 0x06},
11067         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, 0xa017},
11068         { }
11069 };
11070
11071 static struct hda_verb alc268_acer_verbs[] = {
11072         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* internal dmic? */
11073         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11074         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11075         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11076         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11077         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11078         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
11079         { }
11080 };
11081
11082 /* unsolicited event for HP jack sensing */
11083 static void alc268_toshiba_unsol_event(struct hda_codec *codec,
11084                                        unsigned int res)
11085 {
11086         if ((res >> 26) != ALC880_HP_EVENT)
11087                 return;
11088         alc268_toshiba_automute(codec);
11089 }
11090
11091 static void alc268_acer_unsol_event(struct hda_codec *codec,
11092                                        unsigned int res)
11093 {
11094         if ((res >> 26) != ALC880_HP_EVENT)
11095                 return;
11096         alc268_acer_automute(codec, 1);
11097 }
11098
11099 static void alc268_acer_init_hook(struct hda_codec *codec)
11100 {
11101         alc268_acer_automute(codec, 1);
11102 }
11103
11104 /* toggle speaker-output according to the hp-jack state */
11105 static void alc268_aspire_one_speaker_automute(struct hda_codec *codec)
11106 {
11107         unsigned int present;
11108         unsigned char bits;
11109
11110         present = snd_hda_codec_read(codec, 0x15, 0,
11111                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11112         bits = present ? AMP_IN_MUTE(0) : 0;
11113         snd_hda_codec_amp_stereo(codec, 0x0f, HDA_INPUT, 0,
11114                                 AMP_IN_MUTE(0), bits);
11115         snd_hda_codec_amp_stereo(codec, 0x0f, HDA_INPUT, 1,
11116                                 AMP_IN_MUTE(0), bits);
11117 }
11118
11119
11120 static void alc268_acer_mic_automute(struct hda_codec *codec)
11121 {
11122         unsigned int present;
11123
11124         present = snd_hda_codec_read(codec, 0x18, 0,
11125                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11126         snd_hda_codec_write(codec, 0x23, 0, AC_VERB_SET_CONNECT_SEL,
11127                             present ? 0x0 : 0x6);
11128 }
11129
11130 static void alc268_acer_lc_unsol_event(struct hda_codec *codec,
11131                                     unsigned int res)
11132 {
11133         if ((res >> 26) == ALC880_HP_EVENT)
11134                 alc268_aspire_one_speaker_automute(codec);
11135         if ((res >> 26) == ALC880_MIC_EVENT)
11136                 alc268_acer_mic_automute(codec);
11137 }
11138
11139 static void alc268_acer_lc_init_hook(struct hda_codec *codec)
11140 {
11141         alc268_aspire_one_speaker_automute(codec);
11142         alc268_acer_mic_automute(codec);
11143 }
11144
11145 static struct snd_kcontrol_new alc268_dell_mixer[] = {
11146         /* output mixer control */
11147         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11148         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
11149         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11150         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
11151         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
11152         HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
11153         { }
11154 };
11155
11156 static struct hda_verb alc268_dell_verbs[] = {
11157         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11158         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11159         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
11160         { }
11161 };
11162
11163 /* mute/unmute internal speaker according to the hp jack and mute state */
11164 static void alc268_dell_automute(struct hda_codec *codec)
11165 {
11166         unsigned int present;
11167         unsigned int mute;
11168
11169         present = snd_hda_codec_read(codec, 0x15, 0, AC_VERB_GET_PIN_SENSE, 0);
11170         if (present & 0x80000000)
11171                 mute = HDA_AMP_MUTE;
11172         else
11173                 mute = snd_hda_codec_amp_read(codec, 0x15, 0, HDA_OUTPUT, 0);
11174         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
11175                                  HDA_AMP_MUTE, mute);
11176 }
11177
11178 static void alc268_dell_unsol_event(struct hda_codec *codec,
11179                                     unsigned int res)
11180 {
11181         if ((res >> 26) != ALC880_HP_EVENT)
11182                 return;
11183         alc268_dell_automute(codec);
11184 }
11185
11186 #define alc268_dell_init_hook   alc268_dell_automute
11187
11188 static struct snd_kcontrol_new alc267_quanta_il1_mixer[] = {
11189         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x2, 0x0, HDA_OUTPUT),
11190         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
11191         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x3, 0x0, HDA_OUTPUT),
11192         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
11193         HDA_CODEC_VOLUME("Mic Capture Volume", 0x23, 0x0, HDA_OUTPUT),
11194         HDA_BIND_MUTE("Mic Capture Switch", 0x23, 2, HDA_OUTPUT),
11195         HDA_CODEC_VOLUME("Ext Mic Boost", 0x18, 0, HDA_INPUT),
11196         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
11197         { }
11198 };
11199
11200 static struct hda_verb alc267_quanta_il1_verbs[] = {
11201         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
11202         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_MIC_EVENT | AC_USRSP_EN},
11203         { }
11204 };
11205
11206 static void alc267_quanta_il1_hp_automute(struct hda_codec *codec)
11207 {
11208         unsigned int present;
11209
11210         present = snd_hda_codec_read(codec, 0x15, 0, AC_VERB_GET_PIN_SENSE, 0)
11211                 & AC_PINSENSE_PRESENCE;
11212         snd_hda_codec_write(codec, 0x14, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
11213                             present ? 0 : PIN_OUT);
11214 }
11215
11216 static void alc267_quanta_il1_mic_automute(struct hda_codec *codec)
11217 {
11218         unsigned int present;
11219
11220         present = snd_hda_codec_read(codec, 0x18, 0,
11221                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11222         snd_hda_codec_write(codec, 0x23, 0,
11223                             AC_VERB_SET_CONNECT_SEL,
11224                             present ? 0x00 : 0x01);
11225 }
11226
11227 static void alc267_quanta_il1_automute(struct hda_codec *codec)
11228 {
11229         alc267_quanta_il1_hp_automute(codec);
11230         alc267_quanta_il1_mic_automute(codec);
11231 }
11232
11233 static void alc267_quanta_il1_unsol_event(struct hda_codec *codec,
11234                                            unsigned int res)
11235 {
11236         switch (res >> 26) {
11237         case ALC880_HP_EVENT:
11238                 alc267_quanta_il1_hp_automute(codec);
11239                 break;
11240         case ALC880_MIC_EVENT:
11241                 alc267_quanta_il1_mic_automute(codec);
11242                 break;
11243         }
11244 }
11245
11246 /*
11247  * generic initialization of ADC, input mixers and output mixers
11248  */
11249 static struct hda_verb alc268_base_init_verbs[] = {
11250         /* Unmute DAC0-1 and set vol = 0 */
11251         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11252         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11253         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11254         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11255         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11256         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11257
11258         /*
11259          * Set up output mixers (0x0c - 0x0e)
11260          */
11261         /* set vol=0 to output mixers */
11262         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11263         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11264         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11265         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
11266
11267         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11268         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11269
11270         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
11271         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
11272         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
11273         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
11274         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
11275         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11276         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11277         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11278
11279         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11280         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11281         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11282         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11283         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11284         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11285         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11286
11287         /* set PCBEEP vol = 0, mute connections */
11288         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11289         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11290         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11291
11292         /* Unmute Selector 23h,24h and set the default input to mic-in */
11293
11294         {0x23, AC_VERB_SET_CONNECT_SEL, 0x00},
11295         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11296         {0x24, AC_VERB_SET_CONNECT_SEL, 0x00},
11297         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11298
11299         { }
11300 };
11301
11302 /*
11303  * generic initialization of ADC, input mixers and output mixers
11304  */
11305 static struct hda_verb alc268_volume_init_verbs[] = {
11306         /* set output DAC */
11307         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11308         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11309         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11310         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11311
11312         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
11313         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
11314         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11315         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11316         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
11317
11318         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11319         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11320         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11321         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11322         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11323
11324         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11325         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11326         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11327         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11328
11329         /* set PCBEEP vol = 0, mute connections */
11330         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11331         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11332         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11333
11334         { }
11335 };
11336
11337 static struct snd_kcontrol_new alc268_capture_alt_mixer[] = {
11338         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
11339         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
11340         {
11341                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11342                 /* The multiple "Capture Source" controls confuse alsamixer
11343                  * So call somewhat different..
11344                  */
11345                 /* .name = "Capture Source", */
11346                 .name = "Input Source",
11347                 .count = 1,
11348                 .info = alc_mux_enum_info,
11349                 .get = alc_mux_enum_get,
11350                 .put = alc_mux_enum_put,
11351         },
11352         { } /* end */
11353 };
11354
11355 static struct snd_kcontrol_new alc268_capture_mixer[] = {
11356         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
11357         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
11358         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x24, 0x0, HDA_OUTPUT),
11359         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x24, 0x0, HDA_OUTPUT),
11360         {
11361                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11362                 /* The multiple "Capture Source" controls confuse alsamixer
11363                  * So call somewhat different..
11364                  */
11365                 /* .name = "Capture Source", */
11366                 .name = "Input Source",
11367                 .count = 2,
11368                 .info = alc_mux_enum_info,
11369                 .get = alc_mux_enum_get,
11370                 .put = alc_mux_enum_put,
11371         },
11372         { } /* end */
11373 };
11374
11375 static struct hda_input_mux alc268_capture_source = {
11376         .num_items = 4,
11377         .items = {
11378                 { "Mic", 0x0 },
11379                 { "Front Mic", 0x1 },
11380                 { "Line", 0x2 },
11381                 { "CD", 0x3 },
11382         },
11383 };
11384
11385 static struct hda_input_mux alc268_acer_capture_source = {
11386         .num_items = 3,
11387         .items = {
11388                 { "Mic", 0x0 },
11389                 { "Internal Mic", 0x1 },
11390                 { "Line", 0x2 },
11391         },
11392 };
11393
11394 static struct hda_input_mux alc268_acer_dmic_capture_source = {
11395         .num_items = 3,
11396         .items = {
11397                 { "Mic", 0x0 },
11398                 { "Internal Mic", 0x6 },
11399                 { "Line", 0x2 },
11400         },
11401 };
11402
11403 #ifdef CONFIG_SND_DEBUG
11404 static struct snd_kcontrol_new alc268_test_mixer[] = {
11405         /* Volume widgets */
11406         HDA_CODEC_VOLUME("LOUT1 Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11407         HDA_CODEC_VOLUME("LOUT2 Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11408         HDA_BIND_MUTE_MONO("Mono sum Playback Switch", 0x0e, 1, 2, HDA_INPUT),
11409         HDA_BIND_MUTE("LINE-OUT sum Playback Switch", 0x0f, 2, HDA_INPUT),
11410         HDA_BIND_MUTE("HP-OUT sum Playback Switch", 0x10, 2, HDA_INPUT),
11411         HDA_BIND_MUTE("LINE-OUT Playback Switch", 0x14, 2, HDA_OUTPUT),
11412         HDA_BIND_MUTE("HP-OUT Playback Switch", 0x15, 2, HDA_OUTPUT),
11413         HDA_BIND_MUTE("Mono Playback Switch", 0x16, 2, HDA_OUTPUT),
11414         HDA_CODEC_VOLUME("MIC1 Capture Volume", 0x18, 0x0, HDA_INPUT),
11415         HDA_BIND_MUTE("MIC1 Capture Switch", 0x18, 2, HDA_OUTPUT),
11416         HDA_CODEC_VOLUME("MIC2 Capture Volume", 0x19, 0x0, HDA_INPUT),
11417         HDA_CODEC_VOLUME("LINE1 Capture Volume", 0x1a, 0x0, HDA_INPUT),
11418         HDA_BIND_MUTE("LINE1 Capture Switch", 0x1a, 2, HDA_OUTPUT),
11419         /* The below appears problematic on some hardwares */
11420         /*HDA_CODEC_VOLUME("PCBEEP Playback Volume", 0x1d, 0x0, HDA_INPUT),*/
11421         HDA_CODEC_VOLUME("PCM-IN1 Capture Volume", 0x23, 0x0, HDA_OUTPUT),
11422         HDA_BIND_MUTE("PCM-IN1 Capture Switch", 0x23, 2, HDA_OUTPUT),
11423         HDA_CODEC_VOLUME("PCM-IN2 Capture Volume", 0x24, 0x0, HDA_OUTPUT),
11424         HDA_BIND_MUTE("PCM-IN2 Capture Switch", 0x24, 2, HDA_OUTPUT),
11425
11426         /* Modes for retasking pin widgets */
11427         ALC_PIN_MODE("LINE-OUT pin mode", 0x14, ALC_PIN_DIR_INOUT),
11428         ALC_PIN_MODE("HP-OUT pin mode", 0x15, ALC_PIN_DIR_INOUT),
11429         ALC_PIN_MODE("MIC1 pin mode", 0x18, ALC_PIN_DIR_INOUT),
11430         ALC_PIN_MODE("LINE1 pin mode", 0x1a, ALC_PIN_DIR_INOUT),
11431
11432         /* Controls for GPIO pins, assuming they are configured as outputs */
11433         ALC_GPIO_DATA_SWITCH("GPIO pin 0", 0x01, 0x01),
11434         ALC_GPIO_DATA_SWITCH("GPIO pin 1", 0x01, 0x02),
11435         ALC_GPIO_DATA_SWITCH("GPIO pin 2", 0x01, 0x04),
11436         ALC_GPIO_DATA_SWITCH("GPIO pin 3", 0x01, 0x08),
11437
11438         /* Switches to allow the digital SPDIF output pin to be enabled.
11439          * The ALC268 does not have an SPDIF input.
11440          */
11441         ALC_SPDIF_CTRL_SWITCH("SPDIF Playback Switch", 0x06, 0x01),
11442
11443         /* A switch allowing EAPD to be enabled.  Some laptops seem to use
11444          * this output to turn on an external amplifier.
11445          */
11446         ALC_EAPD_CTRL_SWITCH("LINE-OUT EAPD Enable Switch", 0x0f, 0x02),
11447         ALC_EAPD_CTRL_SWITCH("HP-OUT EAPD Enable Switch", 0x10, 0x02),
11448
11449         { } /* end */
11450 };
11451 #endif
11452
11453 /* create input playback/capture controls for the given pin */
11454 static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
11455                                     const char *ctlname, int idx)
11456 {
11457         char name[32];
11458         int err;
11459
11460         sprintf(name, "%s Playback Volume", ctlname);
11461         if (nid == 0x14) {
11462                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11463                                   HDA_COMPOSE_AMP_VAL(0x02, 3, idx,
11464                                                       HDA_OUTPUT));
11465                 if (err < 0)
11466                         return err;
11467         } else if (nid == 0x15) {
11468                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11469                                   HDA_COMPOSE_AMP_VAL(0x03, 3, idx,
11470                                                       HDA_OUTPUT));
11471                 if (err < 0)
11472                         return err;
11473         } else
11474                 return -1;
11475         sprintf(name, "%s Playback Switch", ctlname);
11476         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
11477                           HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_OUTPUT));
11478         if (err < 0)
11479                 return err;
11480         return 0;
11481 }
11482
11483 /* add playback controls from the parsed DAC table */
11484 static int alc268_auto_create_multi_out_ctls(struct alc_spec *spec,
11485                                              const struct auto_pin_cfg *cfg)
11486 {
11487         hda_nid_t nid;
11488         int err;
11489
11490         spec->multiout.num_dacs = 2;    /* only use one dac */
11491         spec->multiout.dac_nids = spec->private_dac_nids;
11492         spec->multiout.dac_nids[0] = 2;
11493         spec->multiout.dac_nids[1] = 3;
11494
11495         nid = cfg->line_out_pins[0];
11496         if (nid)
11497                 alc268_new_analog_output(spec, nid, "Front", 0);
11498
11499         nid = cfg->speaker_pins[0];
11500         if (nid == 0x1d) {
11501                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
11502                                   "Speaker Playback Volume",
11503                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
11504                 if (err < 0)
11505                         return err;
11506         }
11507         nid = cfg->hp_pins[0];
11508         if (nid)
11509                 alc268_new_analog_output(spec, nid, "Headphone", 0);
11510
11511         nid = cfg->line_out_pins[1] | cfg->line_out_pins[2];
11512         if (nid == 0x16) {
11513                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
11514                                   "Mono Playback Switch",
11515                                   HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_INPUT));
11516                 if (err < 0)
11517                         return err;
11518         }
11519         return 0;
11520 }
11521
11522 /* create playback/capture controls for input pins */
11523 static int alc268_auto_create_analog_input_ctls(struct alc_spec *spec,
11524                                                 const struct auto_pin_cfg *cfg)
11525 {
11526         struct hda_input_mux *imux = &spec->private_imux;
11527         int i, idx1;
11528
11529         for (i = 0; i < AUTO_PIN_LAST; i++) {
11530                 switch(cfg->input_pins[i]) {
11531                 case 0x18:
11532                         idx1 = 0;       /* Mic 1 */
11533                         break;
11534                 case 0x19:
11535                         idx1 = 1;       /* Mic 2 */
11536                         break;
11537                 case 0x1a:
11538                         idx1 = 2;       /* Line In */
11539                         break;
11540                 case 0x1c:
11541                         idx1 = 3;       /* CD */
11542                         break;
11543                 case 0x12:
11544                 case 0x13:
11545                         idx1 = 6;       /* digital mics */
11546                         break;
11547                 default:
11548                         continue;
11549                 }
11550                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
11551                 imux->items[imux->num_items].index = idx1;
11552                 imux->num_items++;
11553         }
11554         return 0;
11555 }
11556
11557 static void alc268_auto_init_mono_speaker_out(struct hda_codec *codec)
11558 {
11559         struct alc_spec *spec = codec->spec;
11560         hda_nid_t speaker_nid = spec->autocfg.speaker_pins[0];
11561         hda_nid_t hp_nid = spec->autocfg.hp_pins[0];
11562         hda_nid_t line_nid = spec->autocfg.line_out_pins[0];
11563         unsigned int    dac_vol1, dac_vol2;
11564
11565         if (speaker_nid) {
11566                 snd_hda_codec_write(codec, speaker_nid, 0,
11567                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
11568                 snd_hda_codec_write(codec, 0x0f, 0,
11569                                     AC_VERB_SET_AMP_GAIN_MUTE,
11570                                     AMP_IN_UNMUTE(1));
11571                 snd_hda_codec_write(codec, 0x10, 0,
11572                                     AC_VERB_SET_AMP_GAIN_MUTE,
11573                                     AMP_IN_UNMUTE(1));
11574         } else {
11575                 snd_hda_codec_write(codec, 0x0f, 0,
11576                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
11577                 snd_hda_codec_write(codec, 0x10, 0,
11578                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
11579         }
11580
11581         dac_vol1 = dac_vol2 = 0xb000 | 0x40;    /* set max volume  */
11582         if (line_nid == 0x14)
11583                 dac_vol2 = AMP_OUT_ZERO;
11584         else if (line_nid == 0x15)
11585                 dac_vol1 = AMP_OUT_ZERO;
11586         if (hp_nid == 0x14)
11587                 dac_vol2 = AMP_OUT_ZERO;
11588         else if (hp_nid == 0x15)
11589                 dac_vol1 = AMP_OUT_ZERO;
11590         if (line_nid != 0x16 || hp_nid != 0x16 ||
11591             spec->autocfg.line_out_pins[1] != 0x16 ||
11592             spec->autocfg.line_out_pins[2] != 0x16)
11593                 dac_vol1 = dac_vol2 = AMP_OUT_ZERO;
11594
11595         snd_hda_codec_write(codec, 0x02, 0,
11596                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol1);
11597         snd_hda_codec_write(codec, 0x03, 0,
11598                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol2);
11599 }
11600
11601 /* pcm configuration: identiacal with ALC880 */
11602 #define alc268_pcm_analog_playback      alc880_pcm_analog_playback
11603 #define alc268_pcm_analog_capture       alc880_pcm_analog_capture
11604 #define alc268_pcm_analog_alt_capture   alc880_pcm_analog_alt_capture
11605 #define alc268_pcm_digital_playback     alc880_pcm_digital_playback
11606
11607 /*
11608  * BIOS auto configuration
11609  */
11610 static int alc268_parse_auto_config(struct hda_codec *codec)
11611 {
11612         struct alc_spec *spec = codec->spec;
11613         int err;
11614         static hda_nid_t alc268_ignore[] = { 0 };
11615
11616         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
11617                                            alc268_ignore);
11618         if (err < 0)
11619                 return err;
11620         if (!spec->autocfg.line_outs)
11621                 return 0; /* can't find valid BIOS pin config */
11622
11623         err = alc268_auto_create_multi_out_ctls(spec, &spec->autocfg);
11624         if (err < 0)
11625                 return err;
11626         err = alc268_auto_create_analog_input_ctls(spec, &spec->autocfg);
11627         if (err < 0)
11628                 return err;
11629
11630         spec->multiout.max_channels = 2;
11631
11632         /* digital only support output */
11633         if (spec->autocfg.dig_out_pin)
11634                 spec->multiout.dig_out_nid = ALC268_DIGOUT_NID;
11635
11636         if (spec->kctls.list)
11637                 add_mixer(spec, spec->kctls.list);
11638
11639         if (spec->autocfg.speaker_pins[0] != 0x1d)
11640                 add_mixer(spec, alc268_beep_mixer);
11641
11642         add_verb(spec, alc268_volume_init_verbs);
11643         spec->num_mux_defs = 1;
11644         spec->input_mux = &spec->private_imux;
11645
11646         err = alc_auto_add_mic_boost(codec);
11647         if (err < 0)
11648                 return err;
11649
11650         store_pin_configs(codec);
11651         return 1;
11652 }
11653
11654 #define alc268_auto_init_multi_out      alc882_auto_init_multi_out
11655 #define alc268_auto_init_hp_out         alc882_auto_init_hp_out
11656 #define alc268_auto_init_analog_input   alc882_auto_init_analog_input
11657
11658 /* init callback for auto-configuration model -- overriding the default init */
11659 static void alc268_auto_init(struct hda_codec *codec)
11660 {
11661         struct alc_spec *spec = codec->spec;
11662         alc268_auto_init_multi_out(codec);
11663         alc268_auto_init_hp_out(codec);
11664         alc268_auto_init_mono_speaker_out(codec);
11665         alc268_auto_init_analog_input(codec);
11666         if (spec->unsol_event)
11667                 alc_inithook(codec);
11668 }
11669
11670 /*
11671  * configuration and preset
11672  */
11673 static const char *alc268_models[ALC268_MODEL_LAST] = {
11674         [ALC267_QUANTA_IL1]     = "quanta-il1",
11675         [ALC268_3ST]            = "3stack",
11676         [ALC268_TOSHIBA]        = "toshiba",
11677         [ALC268_ACER]           = "acer",
11678         [ALC268_ACER_DMIC]      = "acer-dmic",
11679         [ALC268_ACER_ASPIRE_ONE]        = "acer-aspire",
11680         [ALC268_DELL]           = "dell",
11681         [ALC268_ZEPTO]          = "zepto",
11682 #ifdef CONFIG_SND_DEBUG
11683         [ALC268_TEST]           = "test",
11684 #endif
11685         [ALC268_AUTO]           = "auto",
11686 };
11687
11688 static struct snd_pci_quirk alc268_cfg_tbl[] = {
11689         SND_PCI_QUIRK(0x1025, 0x011e, "Acer Aspire 5720z", ALC268_ACER),
11690         SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER),
11691         SND_PCI_QUIRK(0x1025, 0x012e, "Acer Aspire 5310", ALC268_ACER),
11692         SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER),
11693         SND_PCI_QUIRK(0x1025, 0x0136, "Acer Aspire 5315", ALC268_ACER),
11694         SND_PCI_QUIRK(0x1025, 0x015b, "Acer Aspire One",
11695                                                 ALC268_ACER_ASPIRE_ONE),
11696         SND_PCI_QUIRK(0x1028, 0x0253, "Dell OEM", ALC268_DELL),
11697         SND_PCI_QUIRK(0x1028, 0x02b0, "Dell Inspiron Mini9", ALC268_DELL),
11698         SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
11699         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
11700         SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
11701         SND_PCI_QUIRK(0x1179, 0xff50, "TOSHIBA A305", ALC268_TOSHIBA),
11702         SND_PCI_QUIRK(0x1179, 0xff64, "TOSHIBA L305", ALC268_TOSHIBA),
11703         SND_PCI_QUIRK(0x14c0, 0x0025, "COMPAL IFL90/JFL-92", ALC268_TOSHIBA),
11704         SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
11705         SND_PCI_QUIRK(0x152d, 0x0771, "Quanta IL1", ALC267_QUANTA_IL1),
11706         SND_PCI_QUIRK(0x1170, 0x0040, "ZEPTO", ALC268_ZEPTO),
11707         {}
11708 };
11709
11710 static struct alc_config_preset alc268_presets[] = {
11711         [ALC267_QUANTA_IL1] = {
11712                 .mixers = { alc267_quanta_il1_mixer },
11713                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11714                                 alc267_quanta_il1_verbs },
11715                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11716                 .dac_nids = alc268_dac_nids,
11717                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11718                 .adc_nids = alc268_adc_nids_alt,
11719                 .hp_nid = 0x03,
11720                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11721                 .channel_mode = alc268_modes,
11722                 .input_mux = &alc268_capture_source,
11723                 .unsol_event = alc267_quanta_il1_unsol_event,
11724                 .init_hook = alc267_quanta_il1_automute,
11725         },
11726         [ALC268_3ST] = {
11727                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer,
11728                             alc268_beep_mixer },
11729                 .init_verbs = { alc268_base_init_verbs },
11730                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11731                 .dac_nids = alc268_dac_nids,
11732                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11733                 .adc_nids = alc268_adc_nids_alt,
11734                 .capsrc_nids = alc268_capsrc_nids,
11735                 .hp_nid = 0x03,
11736                 .dig_out_nid = ALC268_DIGOUT_NID,
11737                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11738                 .channel_mode = alc268_modes,
11739                 .input_mux = &alc268_capture_source,
11740         },
11741         [ALC268_TOSHIBA] = {
11742                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer,
11743                             alc268_beep_mixer },
11744                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11745                                 alc268_toshiba_verbs },
11746                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11747                 .dac_nids = alc268_dac_nids,
11748                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11749                 .adc_nids = alc268_adc_nids_alt,
11750                 .capsrc_nids = alc268_capsrc_nids,
11751                 .hp_nid = 0x03,
11752                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11753                 .channel_mode = alc268_modes,
11754                 .input_mux = &alc268_capture_source,
11755                 .unsol_event = alc268_toshiba_unsol_event,
11756                 .init_hook = alc268_toshiba_automute,
11757         },
11758         [ALC268_ACER] = {
11759                 .mixers = { alc268_acer_mixer, alc268_capture_alt_mixer,
11760                             alc268_beep_mixer },
11761                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11762                                 alc268_acer_verbs },
11763                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11764                 .dac_nids = alc268_dac_nids,
11765                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11766                 .adc_nids = alc268_adc_nids_alt,
11767                 .capsrc_nids = alc268_capsrc_nids,
11768                 .hp_nid = 0x02,
11769                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11770                 .channel_mode = alc268_modes,
11771                 .input_mux = &alc268_acer_capture_source,
11772                 .unsol_event = alc268_acer_unsol_event,
11773                 .init_hook = alc268_acer_init_hook,
11774         },
11775         [ALC268_ACER_DMIC] = {
11776                 .mixers = { alc268_acer_dmic_mixer, alc268_capture_alt_mixer,
11777                             alc268_beep_mixer },
11778                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11779                                 alc268_acer_verbs },
11780                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11781                 .dac_nids = alc268_dac_nids,
11782                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11783                 .adc_nids = alc268_adc_nids_alt,
11784                 .capsrc_nids = alc268_capsrc_nids,
11785                 .hp_nid = 0x02,
11786                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11787                 .channel_mode = alc268_modes,
11788                 .input_mux = &alc268_acer_dmic_capture_source,
11789                 .unsol_event = alc268_acer_unsol_event,
11790                 .init_hook = alc268_acer_init_hook,
11791         },
11792         [ALC268_ACER_ASPIRE_ONE] = {
11793                 .mixers = { alc268_acer_aspire_one_mixer,
11794                                 alc268_capture_alt_mixer },
11795                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11796                                 alc268_acer_aspire_one_verbs },
11797                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11798                 .dac_nids = alc268_dac_nids,
11799                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11800                 .adc_nids = alc268_adc_nids_alt,
11801                 .capsrc_nids = alc268_capsrc_nids,
11802                 .hp_nid = 0x03,
11803                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11804                 .channel_mode = alc268_modes,
11805                 .input_mux = &alc268_acer_lc_capture_source,
11806                 .unsol_event = alc268_acer_lc_unsol_event,
11807                 .init_hook = alc268_acer_lc_init_hook,
11808         },
11809         [ALC268_DELL] = {
11810                 .mixers = { alc268_dell_mixer, alc268_beep_mixer },
11811                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11812                                 alc268_dell_verbs },
11813                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11814                 .dac_nids = alc268_dac_nids,
11815                 .hp_nid = 0x02,
11816                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11817                 .channel_mode = alc268_modes,
11818                 .unsol_event = alc268_dell_unsol_event,
11819                 .init_hook = alc268_dell_init_hook,
11820                 .input_mux = &alc268_capture_source,
11821         },
11822         [ALC268_ZEPTO] = {
11823                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer,
11824                             alc268_beep_mixer },
11825                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11826                                 alc268_toshiba_verbs },
11827                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11828                 .dac_nids = alc268_dac_nids,
11829                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11830                 .adc_nids = alc268_adc_nids_alt,
11831                 .capsrc_nids = alc268_capsrc_nids,
11832                 .hp_nid = 0x03,
11833                 .dig_out_nid = ALC268_DIGOUT_NID,
11834                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11835                 .channel_mode = alc268_modes,
11836                 .input_mux = &alc268_capture_source,
11837                 .unsol_event = alc268_toshiba_unsol_event,
11838                 .init_hook = alc268_toshiba_automute
11839         },
11840 #ifdef CONFIG_SND_DEBUG
11841         [ALC268_TEST] = {
11842                 .mixers = { alc268_test_mixer, alc268_capture_mixer },
11843                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
11844                                 alc268_volume_init_verbs },
11845                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
11846                 .dac_nids = alc268_dac_nids,
11847                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
11848                 .adc_nids = alc268_adc_nids_alt,
11849                 .capsrc_nids = alc268_capsrc_nids,
11850                 .hp_nid = 0x03,
11851                 .dig_out_nid = ALC268_DIGOUT_NID,
11852                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
11853                 .channel_mode = alc268_modes,
11854                 .input_mux = &alc268_capture_source,
11855         },
11856 #endif
11857 };
11858
11859 static int patch_alc268(struct hda_codec *codec)
11860 {
11861         struct alc_spec *spec;
11862         int board_config;
11863         int err;
11864
11865         spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
11866         if (spec == NULL)
11867                 return -ENOMEM;
11868
11869         codec->spec = spec;
11870
11871         board_config = snd_hda_check_board_config(codec, ALC268_MODEL_LAST,
11872                                                   alc268_models,
11873                                                   alc268_cfg_tbl);
11874
11875         if (board_config < 0 || board_config >= ALC268_MODEL_LAST) {
11876                 printk(KERN_INFO "hda_codec: Unknown model for ALC268, "
11877                        "trying auto-probe from BIOS...\n");
11878                 board_config = ALC268_AUTO;
11879         }
11880
11881         if (board_config == ALC268_AUTO) {
11882                 /* automatic parse from the BIOS config */
11883                 err = alc268_parse_auto_config(codec);
11884                 if (err < 0) {
11885                         alc_free(codec);
11886                         return err;
11887                 } else if (!err) {
11888                         printk(KERN_INFO
11889                                "hda_codec: Cannot set up configuration "
11890                                "from BIOS.  Using base mode...\n");
11891                         board_config = ALC268_3ST;
11892                 }
11893         }
11894
11895         if (board_config != ALC268_AUTO)
11896                 setup_preset(spec, &alc268_presets[board_config]);
11897
11898         if (codec->vendor_id == 0x10ec0267) {
11899                 spec->stream_name_analog = "ALC267 Analog";
11900                 spec->stream_name_digital = "ALC267 Digital";
11901         } else {
11902                 spec->stream_name_analog = "ALC268 Analog";
11903                 spec->stream_name_digital = "ALC268 Digital";
11904         }
11905
11906         spec->stream_analog_playback = &alc268_pcm_analog_playback;
11907         spec->stream_analog_capture = &alc268_pcm_analog_capture;
11908         spec->stream_analog_alt_capture = &alc268_pcm_analog_alt_capture;
11909
11910         spec->stream_digital_playback = &alc268_pcm_digital_playback;
11911
11912         if (!query_amp_caps(codec, 0x1d, HDA_INPUT))
11913                 /* override the amp caps for beep generator */
11914                 snd_hda_override_amp_caps(codec, 0x1d, HDA_INPUT,
11915                                           (0x0c << AC_AMPCAP_OFFSET_SHIFT) |
11916                                           (0x0c << AC_AMPCAP_NUM_STEPS_SHIFT) |
11917                                           (0x07 << AC_AMPCAP_STEP_SIZE_SHIFT) |
11918                                           (0 << AC_AMPCAP_MUTE_SHIFT));
11919
11920         if (!spec->adc_nids && spec->input_mux) {
11921                 /* check whether NID 0x07 is valid */
11922                 unsigned int wcap = get_wcaps(codec, 0x07);
11923                 int i;
11924
11925                 /* get type */
11926                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
11927                 if (wcap != AC_WID_AUD_IN || spec->input_mux->num_items == 1) {
11928                         spec->adc_nids = alc268_adc_nids_alt;
11929                         spec->num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt);
11930                         add_mixer(spec, alc268_capture_alt_mixer);
11931                 } else {
11932                         spec->adc_nids = alc268_adc_nids;
11933                         spec->num_adc_nids = ARRAY_SIZE(alc268_adc_nids);
11934                         add_mixer(spec, alc268_capture_mixer);
11935                 }
11936                 spec->capsrc_nids = alc268_capsrc_nids;
11937                 /* set default input source */
11938                 for (i = 0; i < spec->num_adc_nids; i++)
11939                         snd_hda_codec_write_cache(codec, alc268_capsrc_nids[i],
11940                                 0, AC_VERB_SET_CONNECT_SEL,
11941                                 spec->input_mux->items[0].index);
11942         }
11943
11944         spec->vmaster_nid = 0x02;
11945
11946         codec->patch_ops = alc_patch_ops;
11947         if (board_config == ALC268_AUTO)
11948                 spec->init_hook = alc268_auto_init;
11949
11950         codec->proc_widget_hook = print_realtek_coef;
11951
11952         return 0;
11953 }
11954
11955 /*
11956  *  ALC269 channel source setting (2 channel)
11957  */
11958 #define ALC269_DIGOUT_NID       ALC880_DIGOUT_NID
11959
11960 #define alc269_dac_nids         alc260_dac_nids
11961
11962 static hda_nid_t alc269_adc_nids[1] = {
11963         /* ADC1 */
11964         0x08,
11965 };
11966
11967 static hda_nid_t alc269_capsrc_nids[1] = {
11968         0x23,
11969 };
11970
11971 /* NOTE: ADC2 (0x07) is connected from a recording *MIXER* (0x24),
11972  *       not a mux!
11973  */
11974
11975 static struct hda_input_mux alc269_eeepc_dmic_capture_source = {
11976         .num_items = 2,
11977         .items = {
11978                 { "i-Mic", 0x5 },
11979                 { "e-Mic", 0x0 },
11980         },
11981 };
11982
11983 static struct hda_input_mux alc269_eeepc_amic_capture_source = {
11984         .num_items = 2,
11985         .items = {
11986                 { "i-Mic", 0x1 },
11987                 { "e-Mic", 0x0 },
11988         },
11989 };
11990
11991 #define alc269_modes            alc260_modes
11992 #define alc269_capture_source   alc880_lg_lw_capture_source
11993
11994 static struct snd_kcontrol_new alc269_base_mixer[] = {
11995         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11996         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
11997         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11998         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11999         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
12000         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
12001         HDA_CODEC_VOLUME("Beep Playback Volume", 0x0b, 0x4, HDA_INPUT),
12002         HDA_CODEC_MUTE("Beep Playback Switch", 0x0b, 0x4, HDA_INPUT),
12003         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
12004         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
12005         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
12006         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
12007         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
12008         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
12009         { } /* end */
12010 };
12011
12012 static struct snd_kcontrol_new alc269_quanta_fl1_mixer[] = {
12013         /* output mixer control */
12014         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
12015         {
12016                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12017                 .name = "Master Playback Switch",
12018                 .info = snd_hda_mixer_amp_switch_info,
12019                 .get = snd_hda_mixer_amp_switch_get,
12020                 .put = alc268_acer_master_sw_put,
12021                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
12022         },
12023         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
12024         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
12025         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
12026         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
12027         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
12028         HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
12029         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x04, HDA_INPUT),
12030         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x04, HDA_INPUT),
12031         { }
12032 };
12033
12034 static struct snd_kcontrol_new alc269_lifebook_mixer[] = {
12035         /* output mixer control */
12036         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
12037         {
12038                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12039                 .name = "Master Playback Switch",
12040                 .info = snd_hda_mixer_amp_switch_info,
12041                 .get = snd_hda_mixer_amp_switch_get,
12042                 .put = alc268_acer_master_sw_put,
12043                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
12044         },
12045         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
12046         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
12047         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
12048         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
12049         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
12050         HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
12051         HDA_CODEC_VOLUME("Dock Mic Playback Volume", 0x0b, 0x03, HDA_INPUT),
12052         HDA_CODEC_MUTE("Dock Mic Playback Switch", 0x0b, 0x03, HDA_INPUT),
12053         HDA_CODEC_VOLUME("Dock Mic Boost", 0x1b, 0, HDA_INPUT),
12054         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x04, HDA_INPUT),
12055         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x04, HDA_INPUT),
12056         { }
12057 };
12058
12059 /* bind volumes of both NID 0x0c and 0x0d */
12060 static struct hda_bind_ctls alc269_epc_bind_vol = {
12061         .ops = &snd_hda_bind_vol,
12062         .values = {
12063                 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
12064                 HDA_COMPOSE_AMP_VAL(0x03, 3, 0, HDA_OUTPUT),
12065                 0
12066         },
12067 };
12068
12069 static struct snd_kcontrol_new alc269_eeepc_mixer[] = {
12070         HDA_CODEC_MUTE("iSpeaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
12071         HDA_BIND_VOL("LineOut Playback Volume", &alc269_epc_bind_vol),
12072         HDA_CODEC_MUTE("LineOut Playback Switch", 0x15, 0x0, HDA_OUTPUT),
12073         { } /* end */
12074 };
12075
12076 /* capture mixer elements */
12077 static struct snd_kcontrol_new alc269_epc_capture_mixer[] = {
12078         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
12079         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
12080         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
12081         { } /* end */
12082 };
12083
12084 /* FSC amilo */
12085 static struct snd_kcontrol_new alc269_fujitsu_mixer[] = {
12086         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
12087         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
12088         HDA_BIND_VOL("PCM Playback Volume", &alc269_epc_bind_vol),
12089         { } /* end */
12090 };
12091
12092 /* beep control */
12093 static struct snd_kcontrol_new alc269_beep_mixer[] = {
12094         HDA_CODEC_VOLUME("Beep Playback Volume", 0x0b, 0x4, HDA_INPUT),
12095         HDA_CODEC_MUTE("Beep Playback Switch", 0x0b, 0x4, HDA_INPUT),
12096         { } /* end */
12097 };
12098
12099 static struct hda_verb alc269_quanta_fl1_verbs[] = {
12100         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
12101         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12102         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
12103         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
12104         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
12105         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12106         { }
12107 };
12108
12109 static struct hda_verb alc269_lifebook_verbs[] = {
12110         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
12111         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01},
12112         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12113         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
12114         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
12115         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
12116         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
12117         {0x1a, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
12118         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
12119         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12120         { }
12121 };
12122
12123 /* toggle speaker-output according to the hp-jack state */
12124 static void alc269_quanta_fl1_speaker_automute(struct hda_codec *codec)
12125 {
12126         unsigned int present;
12127         unsigned char bits;
12128
12129         present = snd_hda_codec_read(codec, 0x15, 0,
12130                         AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12131         bits = present ? AMP_IN_MUTE(0) : 0;
12132         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
12133                         AMP_IN_MUTE(0), bits);
12134         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
12135                         AMP_IN_MUTE(0), bits);
12136
12137         snd_hda_codec_write(codec, 0x20, 0,
12138                         AC_VERB_SET_COEF_INDEX, 0x0c);
12139         snd_hda_codec_write(codec, 0x20, 0,
12140                         AC_VERB_SET_PROC_COEF, 0x680);
12141
12142         snd_hda_codec_write(codec, 0x20, 0,
12143                         AC_VERB_SET_COEF_INDEX, 0x0c);
12144         snd_hda_codec_write(codec, 0x20, 0,
12145                         AC_VERB_SET_PROC_COEF, 0x480);
12146 }
12147
12148 /* toggle speaker-output according to the hp-jacks state */
12149 static void alc269_lifebook_speaker_automute(struct hda_codec *codec)
12150 {
12151         unsigned int present;
12152         unsigned char bits;
12153
12154         /* Check laptop headphone socket */
12155         present = snd_hda_codec_read(codec, 0x15, 0,
12156                         AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12157
12158         /* Check port replicator headphone socket */
12159         present |= snd_hda_codec_read(codec, 0x1a, 0,
12160                         AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12161
12162         bits = present ? AMP_IN_MUTE(0) : 0;
12163         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
12164                         AMP_IN_MUTE(0), bits);
12165         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
12166                         AMP_IN_MUTE(0), bits);
12167
12168         snd_hda_codec_write(codec, 0x20, 0,
12169                         AC_VERB_SET_COEF_INDEX, 0x0c);
12170         snd_hda_codec_write(codec, 0x20, 0,
12171                         AC_VERB_SET_PROC_COEF, 0x680);
12172
12173         snd_hda_codec_write(codec, 0x20, 0,
12174                         AC_VERB_SET_COEF_INDEX, 0x0c);
12175         snd_hda_codec_write(codec, 0x20, 0,
12176                         AC_VERB_SET_PROC_COEF, 0x480);
12177 }
12178
12179 static void alc269_quanta_fl1_mic_automute(struct hda_codec *codec)
12180 {
12181         unsigned int present;
12182
12183         present = snd_hda_codec_read(codec, 0x18, 0,
12184                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12185         snd_hda_codec_write(codec, 0x23, 0,
12186                             AC_VERB_SET_CONNECT_SEL, present ? 0x0 : 0x1);
12187 }
12188
12189 static void alc269_lifebook_mic_autoswitch(struct hda_codec *codec)
12190 {
12191         unsigned int present_laptop;
12192         unsigned int present_dock;
12193
12194         present_laptop = snd_hda_codec_read(codec, 0x18, 0,
12195                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12196
12197         present_dock = snd_hda_codec_read(codec, 0x1b, 0,
12198                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12199
12200         /* Laptop mic port overrides dock mic port, design decision */
12201         if (present_dock)
12202                 snd_hda_codec_write(codec, 0x23, 0,
12203                                 AC_VERB_SET_CONNECT_SEL, 0x3);
12204         if (present_laptop)
12205                 snd_hda_codec_write(codec, 0x23, 0,
12206                                 AC_VERB_SET_CONNECT_SEL, 0x0);
12207         if (!present_dock && !present_laptop)
12208                 snd_hda_codec_write(codec, 0x23, 0,
12209                                 AC_VERB_SET_CONNECT_SEL, 0x1);
12210 }
12211
12212 static void alc269_quanta_fl1_unsol_event(struct hda_codec *codec,
12213                                     unsigned int res)
12214 {
12215         if ((res >> 26) == ALC880_HP_EVENT)
12216                 alc269_quanta_fl1_speaker_automute(codec);
12217         if ((res >> 26) == ALC880_MIC_EVENT)
12218                 alc269_quanta_fl1_mic_automute(codec);
12219 }
12220
12221 static void alc269_lifebook_unsol_event(struct hda_codec *codec,
12222                                         unsigned int res)
12223 {
12224         if ((res >> 26) == ALC880_HP_EVENT)
12225                 alc269_lifebook_speaker_automute(codec);
12226         if ((res >> 26) == ALC880_MIC_EVENT)
12227                 alc269_lifebook_mic_autoswitch(codec);
12228 }
12229
12230 static void alc269_quanta_fl1_init_hook(struct hda_codec *codec)
12231 {
12232         alc269_quanta_fl1_speaker_automute(codec);
12233         alc269_quanta_fl1_mic_automute(codec);
12234 }
12235
12236 static void alc269_lifebook_init_hook(struct hda_codec *codec)
12237 {
12238         alc269_lifebook_speaker_automute(codec);
12239         alc269_lifebook_mic_autoswitch(codec);
12240 }
12241
12242 static struct hda_verb alc269_eeepc_dmic_init_verbs[] = {
12243         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
12244         {0x23, AC_VERB_SET_CONNECT_SEL, 0x05},
12245         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, 0xb026 },
12246         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7019 | (0x00 << 8))},
12247         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12248         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
12249         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
12250         {}
12251 };
12252
12253 static struct hda_verb alc269_eeepc_amic_init_verbs[] = {
12254         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
12255         {0x23, AC_VERB_SET_CONNECT_SEL, 0x01},
12256         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, 0xb026 },
12257         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x701b | (0x00 << 8))},
12258         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
12259         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
12260         {}
12261 };
12262
12263 /* toggle speaker-output according to the hp-jack state */
12264 static void alc269_speaker_automute(struct hda_codec *codec)
12265 {
12266         unsigned int present;
12267         unsigned char bits;
12268
12269         present = snd_hda_codec_read(codec, 0x15, 0,
12270                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12271         bits = present ? AMP_IN_MUTE(0) : 0;
12272         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
12273                                 AMP_IN_MUTE(0), bits);
12274         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
12275                                 AMP_IN_MUTE(0), bits);
12276 }
12277
12278 static void alc269_eeepc_dmic_automute(struct hda_codec *codec)
12279 {
12280         unsigned int present;
12281
12282         present = snd_hda_codec_read(codec, 0x18, 0,
12283                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12284         snd_hda_codec_write(codec, 0x23, 0,
12285                                 AC_VERB_SET_CONNECT_SEL,  (present ? 0 : 5));
12286 }
12287
12288 static void alc269_eeepc_amic_automute(struct hda_codec *codec)
12289 {
12290         unsigned int present;
12291
12292         present = snd_hda_codec_read(codec, 0x18, 0,
12293                                 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
12294         snd_hda_codec_write(codec, 0x24, 0, AC_VERB_SET_AMP_GAIN_MUTE,
12295                                 0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
12296         snd_hda_codec_write(codec, 0x24, 0, AC_VERB_SET_AMP_GAIN_MUTE,
12297                                 0x7000 | (0x01 << 8) | (present ? 0x80 : 0));
12298 }
12299
12300 /* unsolicited event for HP jack sensing */
12301 static void alc269_eeepc_dmic_unsol_event(struct hda_codec *codec,
12302                                      unsigned int res)
12303 {
12304         if ((res >> 26) == ALC880_HP_EVENT)
12305                 alc269_speaker_automute(codec);
12306
12307         if ((res >> 26) == ALC880_MIC_EVENT)
12308                 alc269_eeepc_dmic_automute(codec);
12309 }
12310
12311 static void alc269_eeepc_dmic_inithook(struct hda_codec *codec)
12312 {
12313         alc269_speaker_automute(codec);
12314         alc269_eeepc_dmic_automute(codec);
12315 }
12316
12317 /* unsolicited event for HP jack sensing */
12318 static void alc269_eeepc_amic_unsol_event(struct hda_codec *codec,
12319                                      unsigned int res)
12320 {
12321         if ((res >> 26) == ALC880_HP_EVENT)
12322                 alc269_speaker_automute(codec);
12323
12324         if ((res >> 26) == ALC880_MIC_EVENT)
12325                 alc269_eeepc_amic_automute(codec);
12326 }
12327
12328 static void alc269_eeepc_amic_inithook(struct hda_codec *codec)
12329 {
12330         alc269_speaker_automute(codec);
12331         alc269_eeepc_amic_automute(codec);
12332 }
12333
12334 /*
12335  * generic initialization of ADC, input mixers and output mixers
12336  */
12337 static struct hda_verb alc269_init_verbs[] = {
12338         /*
12339          * Unmute ADC0 and set the default input to mic-in
12340          */
12341         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
12342
12343         /* Mute input amps (PCBeep, Line In, Mic 1 & Mic 2) of the
12344          * analog-loopback mixer widget
12345          * Note: PASD motherboards uses the Line In 2 as the input for
12346          * front panel mic (mic 2)
12347          */
12348         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
12349         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
12350         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
12351         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
12352         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
12353         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
12354
12355         /*
12356          * Set up output mixers (0x0c - 0x0e)
12357          */
12358         /* set vol=0 to output mixers */
12359         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
12360         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
12361
12362         /* set up input amps for analog loopback */
12363         /* Amp Indices: DAC = 0, mixer = 1 */
12364         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
12365         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
12366         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
12367         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
12368         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
12369         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
12370
12371         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
12372         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
12373         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
12374         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
12375         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
12376         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12377         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
12378
12379         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
12380         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
12381         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
12382         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
12383         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
12384         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
12385         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
12386
12387         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
12388         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
12389
12390         /* FIXME: use matrix-type input source selection */
12391         /* Mixer elements: 0x18, 19, 1a, 1b, 1d, 0b */
12392         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
12393         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
12394         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
12395         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
12396         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
12397
12398         /* set EAPD */
12399         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
12400         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
12401         { }
12402 };
12403
12404 /* add playback controls from the parsed DAC table */
12405 static int alc269_auto_create_multi_out_ctls(struct alc_spec *spec,
12406                                              const struct auto_pin_cfg *cfg)
12407 {
12408         hda_nid_t nid;
12409         int err;
12410
12411         spec->multiout.num_dacs = 1;    /* only use one dac */
12412         spec->multiout.dac_nids = spec->private_dac_nids;
12413         spec->multiout.dac_nids[0] = 2;
12414
12415         nid = cfg->line_out_pins[0];
12416         if (nid) {
12417                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
12418                                   "Front Playback Volume",
12419                                   HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT));
12420                 if (err < 0)
12421                         return err;
12422                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
12423                                   "Front Playback Switch",
12424                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
12425                 if (err < 0)
12426                         return err;
12427         }
12428
12429         nid = cfg->speaker_pins[0];
12430         if (nid) {
12431                 if (!cfg->line_out_pins[0]) {
12432                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
12433                                           "Speaker Playback Volume",
12434                                           HDA_COMPOSE_AMP_VAL(0x02, 3, 0,
12435                                                               HDA_OUTPUT));
12436                         if (err < 0)
12437                                 return err;
12438                 }
12439                 if (nid == 0x16) {
12440                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
12441                                           "Speaker Playback Switch",
12442                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
12443                                                               HDA_OUTPUT));
12444                         if (err < 0)
12445                                 return err;
12446                 } else {
12447                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
12448                                           "Speaker Playback Switch",
12449                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
12450                                                               HDA_OUTPUT));
12451                         if (err < 0)
12452                                 return err;
12453                 }
12454         }
12455         nid = cfg->hp_pins[0];
12456         if (nid) {
12457                 /* spec->multiout.hp_nid = 2; */
12458                 if (!cfg->line_out_pins[0] && !cfg->speaker_pins[0]) {
12459                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
12460                                           "Headphone Playback Volume",
12461                                           HDA_COMPOSE_AMP_VAL(0x02, 3, 0,
12462                                                               HDA_OUTPUT));
12463                         if (err < 0)
12464                                 return err;
12465                 }
12466                 if (nid == 0x16) {
12467                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
12468                                           "Headphone Playback Switch",
12469                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
12470                                                               HDA_OUTPUT));
12471                         if (err < 0)
12472                                 return err;
12473                 } else {
12474                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
12475                                           "Headphone Playback Switch",
12476                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
12477                                                               HDA_OUTPUT));
12478                         if (err < 0)
12479                                 return err;
12480                 }
12481         }
12482         return 0;
12483 }
12484
12485 static int alc269_auto_create_analog_input_ctls(struct alc_spec *spec,
12486                                                 const struct auto_pin_cfg *cfg)
12487 {
12488         int err;
12489
12490         err = alc880_auto_create_analog_input_ctls(spec, cfg);
12491         if (err < 0)
12492                 return err;
12493         /* digital-mic input pin is excluded in alc880_auto_create..()
12494          * because it's under 0x18
12495          */
12496         if (cfg->input_pins[AUTO_PIN_MIC] == 0x12 ||
12497             cfg->input_pins[AUTO_PIN_FRONT_MIC] == 0x12) {
12498                 struct hda_input_mux *imux = &spec->private_imux;
12499                 imux->items[imux->num_items].label = "Int Mic";
12500                 imux->items[imux->num_items].index = 0x05;
12501                 imux->num_items++;
12502         }
12503         return 0;
12504 }
12505
12506 #ifdef CONFIG_SND_HDA_POWER_SAVE
12507 #define alc269_loopbacks        alc880_loopbacks
12508 #endif
12509
12510 /* pcm configuration: identiacal with ALC880 */
12511 #define alc269_pcm_analog_playback      alc880_pcm_analog_playback
12512 #define alc269_pcm_analog_capture       alc880_pcm_analog_capture
12513 #define alc269_pcm_digital_playback     alc880_pcm_digital_playback
12514 #define alc269_pcm_digital_capture      alc880_pcm_digital_capture
12515
12516 /*
12517  * BIOS auto configuration
12518  */
12519 static int alc269_parse_auto_config(struct hda_codec *codec)
12520 {
12521         struct alc_spec *spec = codec->spec;
12522         int i, err;
12523         static hda_nid_t alc269_ignore[] = { 0x1d, 0 };
12524
12525         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
12526                                            alc269_ignore);
12527         if (err < 0)
12528                 return err;
12529
12530         err = alc269_auto_create_multi_out_ctls(spec, &spec->autocfg);
12531         if (err < 0)
12532                 return err;
12533         err = alc269_auto_create_analog_input_ctls(spec, &spec->autocfg);
12534         if (err < 0)
12535                 return err;
12536
12537         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
12538
12539         if (spec->autocfg.dig_out_pin)
12540                 spec->multiout.dig_out_nid = ALC269_DIGOUT_NID;
12541
12542         if (spec->kctls.list)
12543                 add_mixer(spec, spec->kctls.list);
12544
12545         /* create a beep mixer control if the pin 0x1d isn't assigned */
12546         for (i = 0; i < ARRAY_SIZE(spec->autocfg.input_pins); i++)
12547                 if (spec->autocfg.input_pins[i] == 0x1d)
12548                         break;
12549         if (i >= ARRAY_SIZE(spec->autocfg.input_pins))
12550                 add_mixer(spec, alc269_beep_mixer);
12551
12552         add_verb(spec, alc269_init_verbs);
12553         spec->num_mux_defs = 1;
12554         spec->input_mux = &spec->private_imux;
12555         /* set default input source */
12556         snd_hda_codec_write_cache(codec, alc269_capsrc_nids[0],
12557                                   0, AC_VERB_SET_CONNECT_SEL,
12558                                   spec->input_mux->items[0].index);
12559
12560         err = alc_auto_add_mic_boost(codec);
12561         if (err < 0)
12562                 return err;
12563
12564         if (!spec->cap_mixer)
12565                 set_capture_mixer(spec);
12566
12567         store_pin_configs(codec);
12568         return 1;
12569 }
12570
12571 #define alc269_auto_init_multi_out      alc882_auto_init_multi_out
12572 #define alc269_auto_init_hp_out         alc882_auto_init_hp_out
12573 #define alc269_auto_init_analog_input   alc882_auto_init_analog_input
12574
12575
12576 /* init callback for auto-configuration model -- overriding the default init */
12577 static void alc269_auto_init(struct hda_codec *codec)
12578 {
12579         struct alc_spec *spec = codec->spec;
12580         alc269_auto_init_multi_out(codec);
12581         alc269_auto_init_hp_out(codec);
12582         alc269_auto_init_analog_input(codec);
12583         if (spec->unsol_event)
12584                 alc_inithook(codec);
12585 }
12586
12587 /*
12588  * configuration and preset
12589  */
12590 static const char *alc269_models[ALC269_MODEL_LAST] = {
12591         [ALC269_BASIC]                  = "basic",
12592         [ALC269_QUANTA_FL1]             = "quanta",
12593         [ALC269_ASUS_EEEPC_P703]        = "eeepc-p703",
12594         [ALC269_ASUS_EEEPC_P901]        = "eeepc-p901",
12595         [ALC269_FUJITSU]                = "fujitsu",
12596         [ALC269_LIFEBOOK]               = "lifebook"
12597 };
12598
12599 static struct snd_pci_quirk alc269_cfg_tbl[] = {
12600         SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_QUANTA_FL1),
12601         SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
12602                       ALC269_ASUS_EEEPC_P703),
12603         SND_PCI_QUIRK(0x1043, 0x831a, "ASUS Eeepc P901",
12604                       ALC269_ASUS_EEEPC_P901),
12605         SND_PCI_QUIRK(0x1043, 0x834a, "ASUS Eeepc S101",
12606                       ALC269_ASUS_EEEPC_P901),
12607         SND_PCI_QUIRK(0x1734, 0x115d, "FSC Amilo", ALC269_FUJITSU),
12608         SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook ICH9M-based", ALC269_LIFEBOOK),
12609         {}
12610 };
12611
12612 static struct alc_config_preset alc269_presets[] = {
12613         [ALC269_BASIC] = {
12614                 .mixers = { alc269_base_mixer },
12615                 .init_verbs = { alc269_init_verbs },
12616                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12617                 .dac_nids = alc269_dac_nids,
12618                 .hp_nid = 0x03,
12619                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12620                 .channel_mode = alc269_modes,
12621                 .input_mux = &alc269_capture_source,
12622         },
12623         [ALC269_QUANTA_FL1] = {
12624                 .mixers = { alc269_quanta_fl1_mixer },
12625                 .init_verbs = { alc269_init_verbs, alc269_quanta_fl1_verbs },
12626                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12627                 .dac_nids = alc269_dac_nids,
12628                 .hp_nid = 0x03,
12629                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12630                 .channel_mode = alc269_modes,
12631                 .input_mux = &alc269_capture_source,
12632                 .unsol_event = alc269_quanta_fl1_unsol_event,
12633                 .init_hook = alc269_quanta_fl1_init_hook,
12634         },
12635         [ALC269_ASUS_EEEPC_P703] = {
12636                 .mixers = { alc269_eeepc_mixer },
12637                 .cap_mixer = alc269_epc_capture_mixer,
12638                 .init_verbs = { alc269_init_verbs,
12639                                 alc269_eeepc_amic_init_verbs },
12640                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12641                 .dac_nids = alc269_dac_nids,
12642                 .hp_nid = 0x03,
12643                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12644                 .channel_mode = alc269_modes,
12645                 .input_mux = &alc269_eeepc_amic_capture_source,
12646                 .unsol_event = alc269_eeepc_amic_unsol_event,
12647                 .init_hook = alc269_eeepc_amic_inithook,
12648         },
12649         [ALC269_ASUS_EEEPC_P901] = {
12650                 .mixers = { alc269_eeepc_mixer },
12651                 .cap_mixer = alc269_epc_capture_mixer,
12652                 .init_verbs = { alc269_init_verbs,
12653                                 alc269_eeepc_dmic_init_verbs },
12654                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12655                 .dac_nids = alc269_dac_nids,
12656                 .hp_nid = 0x03,
12657                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12658                 .channel_mode = alc269_modes,
12659                 .input_mux = &alc269_eeepc_dmic_capture_source,
12660                 .unsol_event = alc269_eeepc_dmic_unsol_event,
12661                 .init_hook = alc269_eeepc_dmic_inithook,
12662         },
12663         [ALC269_FUJITSU] = {
12664                 .mixers = { alc269_fujitsu_mixer, alc269_beep_mixer },
12665                 .cap_mixer = alc269_epc_capture_mixer,
12666                 .init_verbs = { alc269_init_verbs,
12667                                 alc269_eeepc_dmic_init_verbs },
12668                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12669                 .dac_nids = alc269_dac_nids,
12670                 .hp_nid = 0x03,
12671                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12672                 .channel_mode = alc269_modes,
12673                 .input_mux = &alc269_eeepc_dmic_capture_source,
12674                 .unsol_event = alc269_eeepc_dmic_unsol_event,
12675                 .init_hook = alc269_eeepc_dmic_inithook,
12676         },
12677         [ALC269_LIFEBOOK] = {
12678                 .mixers = { alc269_lifebook_mixer },
12679                 .init_verbs = { alc269_init_verbs, alc269_lifebook_verbs },
12680                 .num_dacs = ARRAY_SIZE(alc269_dac_nids),
12681                 .dac_nids = alc269_dac_nids,
12682                 .hp_nid = 0x03,
12683                 .num_channel_mode = ARRAY_SIZE(alc269_modes),
12684                 .channel_mode = alc269_modes,
12685                 .input_mux = &alc269_capture_source,
12686                 .unsol_event = alc269_lifebook_unsol_event,
12687                 .init_hook = alc269_lifebook_init_hook,
12688         },
12689 };
12690
12691 static int patch_alc269(struct hda_codec *codec)
12692 {
12693         struct alc_spec *spec;
12694         int board_config;
12695         int err;
12696
12697         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
12698         if (spec == NULL)
12699                 return -ENOMEM;
12700
12701         codec->spec = spec;
12702
12703         alc_fix_pll_init(codec, 0x20, 0x04, 15);
12704
12705         board_config = snd_hda_check_board_config(codec, ALC269_MODEL_LAST,
12706                                                   alc269_models,
12707                                                   alc269_cfg_tbl);
12708
12709         if (board_config < 0) {
12710                 printk(KERN_INFO "hda_codec: Unknown model for ALC269, "
12711                        "trying auto-probe from BIOS...\n");
12712                 board_config = ALC269_AUTO;
12713         }
12714
12715         if (board_config == ALC269_AUTO) {
12716                 /* automatic parse from the BIOS config */
12717                 err = alc269_parse_auto_config(codec);
12718                 if (err < 0) {
12719                         alc_free(codec);
12720                         return err;
12721                 } else if (!err) {
12722                         printk(KERN_INFO
12723                                "hda_codec: Cannot set up configuration "
12724                                "from BIOS.  Using base mode...\n");
12725                         board_config = ALC269_BASIC;
12726                 }
12727         }
12728
12729         if (board_config != ALC269_AUTO)
12730                 setup_preset(spec, &alc269_presets[board_config]);
12731
12732         spec->stream_name_analog = "ALC269 Analog";
12733         spec->stream_analog_playback = &alc269_pcm_analog_playback;
12734         spec->stream_analog_capture = &alc269_pcm_analog_capture;
12735
12736         spec->stream_name_digital = "ALC269 Digital";
12737         spec->stream_digital_playback = &alc269_pcm_digital_playback;
12738         spec->stream_digital_capture = &alc269_pcm_digital_capture;
12739
12740         spec->adc_nids = alc269_adc_nids;
12741         spec->num_adc_nids = ARRAY_SIZE(alc269_adc_nids);
12742         spec->capsrc_nids = alc269_capsrc_nids;
12743         if (!spec->cap_mixer)
12744                 set_capture_mixer(spec);
12745
12746         codec->patch_ops = alc_patch_ops;
12747         if (board_config == ALC269_AUTO)
12748                 spec->init_hook = alc269_auto_init;
12749 #ifdef CONFIG_SND_HDA_POWER_SAVE
12750         if (!spec->loopback.amplist)
12751                 spec->loopback.amplist = alc269_loopbacks;
12752 #endif
12753         codec->proc_widget_hook = print_realtek_coef;
12754
12755         return 0;
12756 }
12757
12758 /*
12759  *  ALC861 channel source setting (2/6 channel selection for 3-stack)
12760  */
12761
12762 /*
12763  * set the path ways for 2 channel output
12764  * need to set the codec line out and mic 1 pin widgets to inputs
12765  */
12766 static struct hda_verb alc861_threestack_ch2_init[] = {
12767         /* set pin widget 1Ah (line in) for input */
12768         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
12769         /* set pin widget 18h (mic1/2) for input, for mic also enable
12770          * the vref
12771          */
12772         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
12773
12774         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
12775 #if 0
12776         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
12777         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
12778 #endif
12779         { } /* end */
12780 };
12781 /*
12782  * 6ch mode
12783  * need to set the codec line out and mic 1 pin widgets to outputs
12784  */
12785 static struct hda_verb alc861_threestack_ch6_init[] = {
12786         /* set pin widget 1Ah (line in) for output (Back Surround)*/
12787         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
12788         /* set pin widget 18h (mic1) for output (CLFE)*/
12789         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
12790
12791         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
12792         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
12793
12794         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
12795 #if 0
12796         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
12797         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
12798 #endif
12799         { } /* end */
12800 };
12801
12802 static struct hda_channel_mode alc861_threestack_modes[2] = {
12803         { 2, alc861_threestack_ch2_init },
12804         { 6, alc861_threestack_ch6_init },
12805 };
12806 /* Set mic1 as input and unmute the mixer */
12807 static struct hda_verb alc861_uniwill_m31_ch2_init[] = {
12808         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
12809         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
12810         { } /* end */
12811 };
12812 /* Set mic1 as output and mute mixer */
12813 static struct hda_verb alc861_uniwill_m31_ch4_init[] = {
12814         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
12815         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
12816         { } /* end */
12817 };
12818
12819 static struct hda_channel_mode alc861_uniwill_m31_modes[2] = {
12820         { 2, alc861_uniwill_m31_ch2_init },
12821         { 4, alc861_uniwill_m31_ch4_init },
12822 };
12823
12824 /* Set mic1 and line-in as input and unmute the mixer */
12825 static struct hda_verb alc861_asus_ch2_init[] = {
12826         /* set pin widget 1Ah (line in) for input */
12827         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
12828         /* set pin widget 18h (mic1/2) for input, for mic also enable
12829          * the vref
12830          */
12831         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
12832
12833         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
12834 #if 0
12835         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
12836         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
12837 #endif
12838         { } /* end */
12839 };
12840 /* Set mic1 nad line-in as output and mute mixer */
12841 static struct hda_verb alc861_asus_ch6_init[] = {
12842         /* set pin widget 1Ah (line in) for output (Back Surround)*/
12843         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
12844         /* { 0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
12845         /* set pin widget 18h (mic1) for output (CLFE)*/
12846         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
12847         /* { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
12848         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
12849         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
12850
12851         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
12852 #if 0
12853         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
12854         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
12855 #endif
12856         { } /* end */
12857 };
12858
12859 static struct hda_channel_mode alc861_asus_modes[2] = {
12860         { 2, alc861_asus_ch2_init },
12861         { 6, alc861_asus_ch6_init },
12862 };
12863
12864 /* patch-ALC861 */
12865
12866 static struct snd_kcontrol_new alc861_base_mixer[] = {
12867         /* output mixer control */
12868         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
12869         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
12870         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
12871         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
12872         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
12873
12874         /*Input mixer control */
12875         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
12876            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
12877         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
12878         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
12879         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
12880         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
12881         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
12882         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
12883         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
12884         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
12885
12886         { } /* end */
12887 };
12888
12889 static struct snd_kcontrol_new alc861_3ST_mixer[] = {
12890         /* output mixer control */
12891         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
12892         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
12893         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
12894         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
12895         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
12896
12897         /* Input mixer control */
12898         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
12899            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
12900         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
12901         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
12902         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
12903         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
12904         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
12905         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
12906         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
12907         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
12908
12909         {
12910                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12911                 .name = "Channel Mode",
12912                 .info = alc_ch_mode_info,
12913                 .get = alc_ch_mode_get,
12914                 .put = alc_ch_mode_put,
12915                 .private_value = ARRAY_SIZE(alc861_threestack_modes),
12916         },
12917         { } /* end */
12918 };
12919
12920 static struct snd_kcontrol_new alc861_toshiba_mixer[] = {
12921         /* output mixer control */
12922         HDA_CODEC_MUTE("Master Playback Switch", 0x03, 0x0, HDA_OUTPUT),
12923         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
12924         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
12925
12926         { } /* end */
12927 };
12928
12929 static struct snd_kcontrol_new alc861_uniwill_m31_mixer[] = {
12930         /* output mixer control */
12931         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
12932         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
12933         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
12934         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
12935         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
12936
12937         /* Input mixer control */
12938         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
12939            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
12940         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
12941         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
12942         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
12943         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
12944         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
12945         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
12946         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
12947         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
12948
12949         {
12950                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12951                 .name = "Channel Mode",
12952                 .info = alc_ch_mode_info,
12953                 .get = alc_ch_mode_get,
12954                 .put = alc_ch_mode_put,
12955                 .private_value = ARRAY_SIZE(alc861_uniwill_m31_modes),
12956         },
12957         { } /* end */
12958 };
12959
12960 static struct snd_kcontrol_new alc861_asus_mixer[] = {
12961         /* output mixer control */
12962         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
12963         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
12964         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
12965         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
12966         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
12967
12968         /* Input mixer control */
12969         HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
12970         HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT),
12971         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
12972         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
12973         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
12974         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
12975         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
12976         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
12977         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
12978         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_OUTPUT),
12979
12980         {
12981                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12982                 .name = "Channel Mode",
12983                 .info = alc_ch_mode_info,
12984                 .get = alc_ch_mode_get,
12985                 .put = alc_ch_mode_put,
12986                 .private_value = ARRAY_SIZE(alc861_asus_modes),
12987         },
12988         { }
12989 };
12990
12991 /* additional mixer */
12992 static struct snd_kcontrol_new alc861_asus_laptop_mixer[] = {
12993         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
12994         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
12995         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x23, 0x0, HDA_OUTPUT),
12996         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x23, 0x0, HDA_OUTPUT),
12997         { }
12998 };
12999
13000 /*
13001  * generic initialization of ADC, input mixers and output mixers
13002  */
13003 static struct hda_verb alc861_base_init_verbs[] = {
13004         /*
13005          * Unmute ADC0 and set the default input to mic-in
13006          */
13007         /* port-A for surround (rear panel) */
13008         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13009         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x00 },
13010         /* port-B for mic-in (rear panel) with vref */
13011         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13012         /* port-C for line-in (rear panel) */
13013         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13014         /* port-D for Front */
13015         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13016         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
13017         /* port-E for HP out (front panel) */
13018         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
13019         /* route front PCM to HP */
13020         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
13021         /* port-F for mic-in (front panel) with vref */
13022         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13023         /* port-G for CLFE (rear panel) */
13024         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13025         { 0x1f, AC_VERB_SET_CONNECT_SEL, 0x00 },
13026         /* port-H for side (rear panel) */
13027         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13028         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x00 },
13029         /* CD-in */
13030         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13031         /* route front mic to ADC1*/
13032         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
13033         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13034
13035         /* Unmute DAC0~3 & spdif out*/
13036         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13037         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13038         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13039         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13040         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13041
13042         /* Unmute Mixer 14 (mic) 1c (Line in)*/
13043         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13044         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13045         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13046         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13047
13048         /* Unmute Stereo Mixer 15 */
13049         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13050         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13051         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13052         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
13053
13054         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13055         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13056         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13057         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13058         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13059         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13060         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13061         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13062         /* hp used DAC 3 (Front) */
13063         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13064         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13065
13066         { }
13067 };
13068
13069 static struct hda_verb alc861_threestack_init_verbs[] = {
13070         /*
13071          * Unmute ADC0 and set the default input to mic-in
13072          */
13073         /* port-A for surround (rear panel) */
13074         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13075         /* port-B for mic-in (rear panel) with vref */
13076         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13077         /* port-C for line-in (rear panel) */
13078         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13079         /* port-D for Front */
13080         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13081         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
13082         /* port-E for HP out (front panel) */
13083         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
13084         /* route front PCM to HP */
13085         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
13086         /* port-F for mic-in (front panel) with vref */
13087         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13088         /* port-G for CLFE (rear panel) */
13089         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13090         /* port-H for side (rear panel) */
13091         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13092         /* CD-in */
13093         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13094         /* route front mic to ADC1*/
13095         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
13096         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13097         /* Unmute DAC0~3 & spdif out*/
13098         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13099         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13100         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13101         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13102         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13103
13104         /* Unmute Mixer 14 (mic) 1c (Line in)*/
13105         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13106         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13107         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13108         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13109
13110         /* Unmute Stereo Mixer 15 */
13111         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13112         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13113         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13114         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
13115
13116         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13117         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13118         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13119         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13120         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13121         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13122         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13123         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13124         /* hp used DAC 3 (Front) */
13125         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13126         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13127         { }
13128 };
13129
13130 static struct hda_verb alc861_uniwill_m31_init_verbs[] = {
13131         /*
13132          * Unmute ADC0 and set the default input to mic-in
13133          */
13134         /* port-A for surround (rear panel) */
13135         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13136         /* port-B for mic-in (rear panel) with vref */
13137         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13138         /* port-C for line-in (rear panel) */
13139         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13140         /* port-D for Front */
13141         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13142         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
13143         /* port-E for HP out (front panel) */
13144         /* this has to be set to VREF80 */
13145         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13146         /* route front PCM to HP */
13147         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
13148         /* port-F for mic-in (front panel) with vref */
13149         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13150         /* port-G for CLFE (rear panel) */
13151         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13152         /* port-H for side (rear panel) */
13153         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13154         /* CD-in */
13155         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13156         /* route front mic to ADC1*/
13157         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
13158         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13159         /* Unmute DAC0~3 & spdif out*/
13160         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13161         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13162         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13163         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13164         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13165
13166         /* Unmute Mixer 14 (mic) 1c (Line in)*/
13167         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13168         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13169         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13170         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13171
13172         /* Unmute Stereo Mixer 15 */
13173         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13174         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13175         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13176         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
13177
13178         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13179         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13180         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13181         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13182         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13183         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13184         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13185         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13186         /* hp used DAC 3 (Front) */
13187         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13188         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13189         { }
13190 };
13191
13192 static struct hda_verb alc861_asus_init_verbs[] = {
13193         /*
13194          * Unmute ADC0 and set the default input to mic-in
13195          */
13196         /* port-A for surround (rear panel)
13197          * according to codec#0 this is the HP jack
13198          */
13199         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, /* was 0x00 */
13200         /* route front PCM to HP */
13201         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x01 },
13202         /* port-B for mic-in (rear panel) with vref */
13203         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13204         /* port-C for line-in (rear panel) */
13205         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13206         /* port-D for Front */
13207         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13208         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
13209         /* port-E for HP out (front panel) */
13210         /* this has to be set to VREF80 */
13211         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13212         /* route front PCM to HP */
13213         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
13214         /* port-F for mic-in (front panel) with vref */
13215         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
13216         /* port-G for CLFE (rear panel) */
13217         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13218         /* port-H for side (rear panel) */
13219         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
13220         /* CD-in */
13221         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
13222         /* route front mic to ADC1*/
13223         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
13224         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13225         /* Unmute DAC0~3 & spdif out*/
13226         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13227         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13228         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13229         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13230         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13231         /* Unmute Mixer 14 (mic) 1c (Line in)*/
13232         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13233         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13234         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13235         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13236
13237         /* Unmute Stereo Mixer 15 */
13238         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13239         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13240         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13241         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
13242
13243         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13244         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13245         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13246         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13247         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13248         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13249         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13250         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13251         /* hp used DAC 3 (Front) */
13252         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13253         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13254         { }
13255 };
13256
13257 /* additional init verbs for ASUS laptops */
13258 static struct hda_verb alc861_asus_laptop_init_verbs[] = {
13259         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x45 }, /* HP-out */
13260         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2) }, /* mute line-in */
13261         { }
13262 };
13263
13264 /*
13265  * generic initialization of ADC, input mixers and output mixers
13266  */
13267 static struct hda_verb alc861_auto_init_verbs[] = {
13268         /*
13269          * Unmute ADC0 and set the default input to mic-in
13270          */
13271         /* {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, */
13272         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13273
13274         /* Unmute DAC0~3 & spdif out*/
13275         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
13276         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
13277         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
13278         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
13279         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
13280
13281         /* Unmute Mixer 14 (mic) 1c (Line in)*/
13282         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13283         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13284         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13285         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13286
13287         /* Unmute Stereo Mixer 15 */
13288         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13289         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13290         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13291         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c},
13292
13293         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13294         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13295         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13296         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13297         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13298         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13299         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
13300         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
13301
13302         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
13303         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
13304         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13305         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13306         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
13307         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
13308         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
13309         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
13310
13311         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},  /* set Mic 1 */
13312
13313         { }
13314 };
13315
13316 static struct hda_verb alc861_toshiba_init_verbs[] = {
13317         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
13318
13319         { }
13320 };
13321
13322 /* toggle speaker-output according to the hp-jack state */
13323 static void alc861_toshiba_automute(struct hda_codec *codec)
13324 {
13325         unsigned int present;
13326
13327         present = snd_hda_codec_read(codec, 0x0f, 0,
13328                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
13329         snd_hda_codec_amp_stereo(codec, 0x16, HDA_INPUT, 0,
13330                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
13331         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_INPUT, 3,
13332                                  HDA_AMP_MUTE, present ? 0 : HDA_AMP_MUTE);
13333 }
13334
13335 static void alc861_toshiba_unsol_event(struct hda_codec *codec,
13336                                        unsigned int res)
13337 {
13338         if ((res >> 26) == ALC880_HP_EVENT)
13339                 alc861_toshiba_automute(codec);
13340 }
13341
13342 /* pcm configuration: identiacal with ALC880 */
13343 #define alc861_pcm_analog_playback      alc880_pcm_analog_playback
13344 #define alc861_pcm_analog_capture       alc880_pcm_analog_capture
13345 #define alc861_pcm_digital_playback     alc880_pcm_digital_playback
13346 #define alc861_pcm_digital_capture      alc880_pcm_digital_capture
13347
13348
13349 #define ALC861_DIGOUT_NID       0x07
13350
13351 static struct hda_channel_mode alc861_8ch_modes[1] = {
13352         { 8, NULL }
13353 };
13354
13355 static hda_nid_t alc861_dac_nids[4] = {
13356         /* front, surround, clfe, side */
13357         0x03, 0x06, 0x05, 0x04
13358 };
13359
13360 static hda_nid_t alc660_dac_nids[3] = {
13361         /* front, clfe, surround */
13362         0x03, 0x05, 0x06
13363 };
13364
13365 static hda_nid_t alc861_adc_nids[1] = {
13366         /* ADC0-2 */
13367         0x08,
13368 };
13369
13370 static struct hda_input_mux alc861_capture_source = {
13371         .num_items = 5,
13372         .items = {
13373                 { "Mic", 0x0 },
13374                 { "Front Mic", 0x3 },
13375                 { "Line", 0x1 },
13376                 { "CD", 0x4 },
13377                 { "Mixer", 0x5 },
13378         },
13379 };
13380
13381 /* fill in the dac_nids table from the parsed pin configuration */
13382 static int alc861_auto_fill_dac_nids(struct alc_spec *spec,
13383                                      const struct auto_pin_cfg *cfg)
13384 {
13385         int i;
13386         hda_nid_t nid;
13387
13388         spec->multiout.dac_nids = spec->private_dac_nids;
13389         for (i = 0; i < cfg->line_outs; i++) {
13390                 nid = cfg->line_out_pins[i];
13391                 if (nid) {
13392                         if (i >= ARRAY_SIZE(alc861_dac_nids))
13393                                 continue;
13394                         spec->multiout.dac_nids[i] = alc861_dac_nids[i];
13395                 }
13396         }
13397         spec->multiout.num_dacs = cfg->line_outs;
13398         return 0;
13399 }
13400
13401 /* add playback controls from the parsed DAC table */
13402 static int alc861_auto_create_multi_out_ctls(struct alc_spec *spec,
13403                                              const struct auto_pin_cfg *cfg)
13404 {
13405         char name[32];
13406         static const char *chname[4] = {
13407                 "Front", "Surround", NULL /*CLFE*/, "Side"
13408         };
13409         hda_nid_t nid;
13410         int i, idx, err;
13411
13412         for (i = 0; i < cfg->line_outs; i++) {
13413                 nid = spec->multiout.dac_nids[i];
13414                 if (!nid)
13415                         continue;
13416                 if (nid == 0x05) {
13417                         /* Center/LFE */
13418                         err = add_control(spec, ALC_CTL_BIND_MUTE,
13419                                           "Center Playback Switch",
13420                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
13421                                                               HDA_OUTPUT));
13422                         if (err < 0)
13423                                 return err;
13424                         err = add_control(spec, ALC_CTL_BIND_MUTE,
13425                                           "LFE Playback Switch",
13426                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
13427                                                               HDA_OUTPUT));
13428                         if (err < 0)
13429                                 return err;
13430                 } else {
13431                         for (idx = 0; idx < ARRAY_SIZE(alc861_dac_nids) - 1;
13432                              idx++)
13433                                 if (nid == alc861_dac_nids[idx])
13434                                         break;
13435                         sprintf(name, "%s Playback Switch", chname[idx]);
13436                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
13437                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
13438                                                               HDA_OUTPUT));
13439                         if (err < 0)
13440                                 return err;
13441                 }
13442         }
13443         return 0;
13444 }
13445
13446 static int alc861_auto_create_hp_ctls(struct alc_spec *spec, hda_nid_t pin)
13447 {
13448         int err;
13449         hda_nid_t nid;
13450
13451         if (!pin)
13452                 return 0;
13453
13454         if ((pin >= 0x0b && pin <= 0x10) || pin == 0x1f || pin == 0x20) {
13455                 nid = 0x03;
13456                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
13457                                   "Headphone Playback Switch",
13458                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
13459                 if (err < 0)
13460                         return err;
13461                 spec->multiout.hp_nid = nid;
13462         }
13463         return 0;
13464 }
13465
13466 /* create playback/capture controls for input pins */
13467 static int alc861_auto_create_analog_input_ctls(struct alc_spec *spec,
13468                                                 const struct auto_pin_cfg *cfg)
13469 {
13470         struct hda_input_mux *imux = &spec->private_imux;
13471         int i, err, idx, idx1;
13472
13473         for (i = 0; i < AUTO_PIN_LAST; i++) {
13474                 switch (cfg->input_pins[i]) {
13475                 case 0x0c:
13476                         idx1 = 1;
13477                         idx = 2;        /* Line In */
13478                         break;
13479                 case 0x0f:
13480                         idx1 = 2;
13481                         idx = 2;        /* Line In */
13482                         break;
13483                 case 0x0d:
13484                         idx1 = 0;
13485                         idx = 1;        /* Mic In */
13486                         break;
13487                 case 0x10:
13488                         idx1 = 3;
13489                         idx = 1;        /* Mic In */
13490                         break;
13491                 case 0x11:
13492                         idx1 = 4;
13493                         idx = 0;        /* CD */
13494                         break;
13495                 default:
13496                         continue;
13497                 }
13498
13499                 err = new_analog_input(spec, cfg->input_pins[i],
13500                                        auto_pin_cfg_labels[i], idx, 0x15);
13501                 if (err < 0)
13502                         return err;
13503
13504                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
13505                 imux->items[imux->num_items].index = idx1;
13506                 imux->num_items++;
13507         }
13508         return 0;
13509 }
13510
13511 static void alc861_auto_set_output_and_unmute(struct hda_codec *codec,
13512                                               hda_nid_t nid,
13513                                               int pin_type, int dac_idx)
13514 {
13515         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
13516                             pin_type);
13517         snd_hda_codec_write(codec, dac_idx, 0, AC_VERB_SET_AMP_GAIN_MUTE,
13518                             AMP_OUT_UNMUTE);
13519 }
13520
13521 static void alc861_auto_init_multi_out(struct hda_codec *codec)
13522 {
13523         struct alc_spec *spec = codec->spec;
13524         int i;
13525
13526         alc_subsystem_id(codec, 0x0e, 0x0f, 0x0b);
13527         for (i = 0; i < spec->autocfg.line_outs; i++) {
13528                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
13529                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
13530                 if (nid)
13531                         alc861_auto_set_output_and_unmute(codec, nid, pin_type,
13532                                                           spec->multiout.dac_nids[i]);
13533         }
13534 }
13535
13536 static void alc861_auto_init_hp_out(struct hda_codec *codec)
13537 {
13538         struct alc_spec *spec = codec->spec;
13539         hda_nid_t pin;
13540
13541         pin = spec->autocfg.hp_pins[0];
13542         if (pin) /* connect to front */
13543                 alc861_auto_set_output_and_unmute(codec, pin, PIN_HP,
13544                                                   spec->multiout.dac_nids[0]);
13545         pin = spec->autocfg.speaker_pins[0];
13546         if (pin)
13547                 alc861_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
13548 }
13549
13550 static void alc861_auto_init_analog_input(struct hda_codec *codec)
13551 {
13552         struct alc_spec *spec = codec->spec;
13553         int i;
13554
13555         for (i = 0; i < AUTO_PIN_LAST; i++) {
13556                 hda_nid_t nid = spec->autocfg.input_pins[i];
13557                 if (nid >= 0x0c && nid <= 0x11) {
13558                         snd_hda_codec_write(codec, nid, 0,
13559                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
13560                                             i <= AUTO_PIN_FRONT_MIC ?
13561                                             PIN_VREF80 : PIN_IN);
13562                 }
13563         }
13564 }
13565
13566 /* parse the BIOS configuration and set up the alc_spec */
13567 /* return 1 if successful, 0 if the proper config is not found,
13568  * or a negative error code
13569  */
13570 static int alc861_parse_auto_config(struct hda_codec *codec)
13571 {
13572         struct alc_spec *spec = codec->spec;
13573         int err;
13574         static hda_nid_t alc861_ignore[] = { 0x1d, 0 };
13575
13576         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
13577                                            alc861_ignore);
13578         if (err < 0)
13579                 return err;
13580         if (!spec->autocfg.line_outs)
13581                 return 0; /* can't find valid BIOS pin config */
13582
13583         err = alc861_auto_fill_dac_nids(spec, &spec->autocfg);
13584         if (err < 0)
13585                 return err;
13586         err = alc861_auto_create_multi_out_ctls(spec, &spec->autocfg);
13587         if (err < 0)
13588                 return err;
13589         err = alc861_auto_create_hp_ctls(spec, spec->autocfg.hp_pins[0]);
13590         if (err < 0)
13591                 return err;
13592         err = alc861_auto_create_analog_input_ctls(spec, &spec->autocfg);
13593         if (err < 0)
13594                 return err;
13595
13596         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
13597
13598         if (spec->autocfg.dig_out_pin)
13599                 spec->multiout.dig_out_nid = ALC861_DIGOUT_NID;
13600
13601         if (spec->kctls.list)
13602                 add_mixer(spec, spec->kctls.list);
13603
13604         add_verb(spec, alc861_auto_init_verbs);
13605
13606         spec->num_mux_defs = 1;
13607         spec->input_mux = &spec->private_imux;
13608
13609         spec->adc_nids = alc861_adc_nids;
13610         spec->num_adc_nids = ARRAY_SIZE(alc861_adc_nids);
13611         set_capture_mixer(spec);
13612
13613         store_pin_configs(codec);
13614         return 1;
13615 }
13616
13617 /* additional initialization for auto-configuration model */
13618 static void alc861_auto_init(struct hda_codec *codec)
13619 {
13620         struct alc_spec *spec = codec->spec;
13621         alc861_auto_init_multi_out(codec);
13622         alc861_auto_init_hp_out(codec);
13623         alc861_auto_init_analog_input(codec);
13624         if (spec->unsol_event)
13625                 alc_inithook(codec);
13626 }
13627
13628 #ifdef CONFIG_SND_HDA_POWER_SAVE
13629 static struct hda_amp_list alc861_loopbacks[] = {
13630         { 0x15, HDA_INPUT, 0 },
13631         { 0x15, HDA_INPUT, 1 },
13632         { 0x15, HDA_INPUT, 2 },
13633         { 0x15, HDA_INPUT, 3 },
13634         { } /* end */
13635 };
13636 #endif
13637
13638
13639 /*
13640  * configuration and preset
13641  */
13642 static const char *alc861_models[ALC861_MODEL_LAST] = {
13643         [ALC861_3ST]            = "3stack",
13644         [ALC660_3ST]            = "3stack-660",
13645         [ALC861_3ST_DIG]        = "3stack-dig",
13646         [ALC861_6ST_DIG]        = "6stack-dig",
13647         [ALC861_UNIWILL_M31]    = "uniwill-m31",
13648         [ALC861_TOSHIBA]        = "toshiba",
13649         [ALC861_ASUS]           = "asus",
13650         [ALC861_ASUS_LAPTOP]    = "asus-laptop",
13651         [ALC861_AUTO]           = "auto",
13652 };
13653
13654 static struct snd_pci_quirk alc861_cfg_tbl[] = {
13655         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
13656         SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
13657         SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
13658         SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
13659         SND_PCI_QUIRK(0x1043, 0x13d7, "ASUS A9rp", ALC861_ASUS_LAPTOP),
13660         SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS P1-AH2", ALC861_3ST_DIG),
13661         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
13662         /* FIXME: the entry below breaks Toshiba A100 (model=auto works!)
13663          *        Any other models that need this preset?
13664          */
13665         /* SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), */
13666         SND_PCI_QUIRK(0x1462, 0x7254, "HP dx2200 (MSI MS-7254)", ALC861_3ST),
13667         SND_PCI_QUIRK(0x1462, 0x7297, "HP dx2250 (MSI MS-7297)", ALC861_3ST),
13668         SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31),
13669         SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
13670         SND_PCI_QUIRK(0x1584, 0x9075, "Airis Praxis N1212", ALC861_ASUS_LAPTOP),
13671         /* FIXME: the below seems conflict */
13672         /* SND_PCI_QUIRK(0x1584, 0x9075, "Uniwill", ALC861_UNIWILL_M31), */
13673         SND_PCI_QUIRK(0x1849, 0x0660, "Asrock 939SLI32", ALC660_3ST),
13674         SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST),
13675         {}
13676 };
13677
13678 static struct alc_config_preset alc861_presets[] = {
13679         [ALC861_3ST] = {
13680                 .mixers = { alc861_3ST_mixer },
13681                 .init_verbs = { alc861_threestack_init_verbs },
13682                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13683                 .dac_nids = alc861_dac_nids,
13684                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
13685                 .channel_mode = alc861_threestack_modes,
13686                 .need_dac_fix = 1,
13687                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13688                 .adc_nids = alc861_adc_nids,
13689                 .input_mux = &alc861_capture_source,
13690         },
13691         [ALC861_3ST_DIG] = {
13692                 .mixers = { alc861_base_mixer },
13693                 .init_verbs = { alc861_threestack_init_verbs },
13694                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13695                 .dac_nids = alc861_dac_nids,
13696                 .dig_out_nid = ALC861_DIGOUT_NID,
13697                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
13698                 .channel_mode = alc861_threestack_modes,
13699                 .need_dac_fix = 1,
13700                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13701                 .adc_nids = alc861_adc_nids,
13702                 .input_mux = &alc861_capture_source,
13703         },
13704         [ALC861_6ST_DIG] = {
13705                 .mixers = { alc861_base_mixer },
13706                 .init_verbs = { alc861_base_init_verbs },
13707                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13708                 .dac_nids = alc861_dac_nids,
13709                 .dig_out_nid = ALC861_DIGOUT_NID,
13710                 .num_channel_mode = ARRAY_SIZE(alc861_8ch_modes),
13711                 .channel_mode = alc861_8ch_modes,
13712                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13713                 .adc_nids = alc861_adc_nids,
13714                 .input_mux = &alc861_capture_source,
13715         },
13716         [ALC660_3ST] = {
13717                 .mixers = { alc861_3ST_mixer },
13718                 .init_verbs = { alc861_threestack_init_verbs },
13719                 .num_dacs = ARRAY_SIZE(alc660_dac_nids),
13720                 .dac_nids = alc660_dac_nids,
13721                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
13722                 .channel_mode = alc861_threestack_modes,
13723                 .need_dac_fix = 1,
13724                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13725                 .adc_nids = alc861_adc_nids,
13726                 .input_mux = &alc861_capture_source,
13727         },
13728         [ALC861_UNIWILL_M31] = {
13729                 .mixers = { alc861_uniwill_m31_mixer },
13730                 .init_verbs = { alc861_uniwill_m31_init_verbs },
13731                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13732                 .dac_nids = alc861_dac_nids,
13733                 .dig_out_nid = ALC861_DIGOUT_NID,
13734                 .num_channel_mode = ARRAY_SIZE(alc861_uniwill_m31_modes),
13735                 .channel_mode = alc861_uniwill_m31_modes,
13736                 .need_dac_fix = 1,
13737                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13738                 .adc_nids = alc861_adc_nids,
13739                 .input_mux = &alc861_capture_source,
13740         },
13741         [ALC861_TOSHIBA] = {
13742                 .mixers = { alc861_toshiba_mixer },
13743                 .init_verbs = { alc861_base_init_verbs,
13744                                 alc861_toshiba_init_verbs },
13745                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13746                 .dac_nids = alc861_dac_nids,
13747                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
13748                 .channel_mode = alc883_3ST_2ch_modes,
13749                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13750                 .adc_nids = alc861_adc_nids,
13751                 .input_mux = &alc861_capture_source,
13752                 .unsol_event = alc861_toshiba_unsol_event,
13753                 .init_hook = alc861_toshiba_automute,
13754         },
13755         [ALC861_ASUS] = {
13756                 .mixers = { alc861_asus_mixer },
13757                 .init_verbs = { alc861_asus_init_verbs },
13758                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13759                 .dac_nids = alc861_dac_nids,
13760                 .dig_out_nid = ALC861_DIGOUT_NID,
13761                 .num_channel_mode = ARRAY_SIZE(alc861_asus_modes),
13762                 .channel_mode = alc861_asus_modes,
13763                 .need_dac_fix = 1,
13764                 .hp_nid = 0x06,
13765                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13766                 .adc_nids = alc861_adc_nids,
13767                 .input_mux = &alc861_capture_source,
13768         },
13769         [ALC861_ASUS_LAPTOP] = {
13770                 .mixers = { alc861_toshiba_mixer, alc861_asus_laptop_mixer },
13771                 .init_verbs = { alc861_asus_init_verbs,
13772                                 alc861_asus_laptop_init_verbs },
13773                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
13774                 .dac_nids = alc861_dac_nids,
13775                 .dig_out_nid = ALC861_DIGOUT_NID,
13776                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
13777                 .channel_mode = alc883_3ST_2ch_modes,
13778                 .need_dac_fix = 1,
13779                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
13780                 .adc_nids = alc861_adc_nids,
13781                 .input_mux = &alc861_capture_source,
13782         },
13783 };
13784
13785
13786 static int patch_alc861(struct hda_codec *codec)
13787 {
13788         struct alc_spec *spec;
13789         int board_config;
13790         int err;
13791
13792         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
13793         if (spec == NULL)
13794                 return -ENOMEM;
13795
13796         codec->spec = spec;
13797
13798         board_config = snd_hda_check_board_config(codec, ALC861_MODEL_LAST,
13799                                                   alc861_models,
13800                                                   alc861_cfg_tbl);
13801
13802         if (board_config < 0) {
13803                 printk(KERN_INFO "hda_codec: Unknown model for ALC861, "
13804                        "trying auto-probe from BIOS...\n");
13805                 board_config = ALC861_AUTO;
13806         }
13807
13808         if (board_config == ALC861_AUTO) {
13809                 /* automatic parse from the BIOS config */
13810                 err = alc861_parse_auto_config(codec);
13811                 if (err < 0) {
13812                         alc_free(codec);
13813                         return err;
13814                 } else if (!err) {
13815                         printk(KERN_INFO
13816                                "hda_codec: Cannot set up configuration "
13817                                "from BIOS.  Using base mode...\n");
13818                    board_config = ALC861_3ST_DIG;
13819                 }
13820         }
13821
13822         if (board_config != ALC861_AUTO)
13823                 setup_preset(spec, &alc861_presets[board_config]);
13824
13825         spec->stream_name_analog = "ALC861 Analog";
13826         spec->stream_analog_playback = &alc861_pcm_analog_playback;
13827         spec->stream_analog_capture = &alc861_pcm_analog_capture;
13828
13829         spec->stream_name_digital = "ALC861 Digital";
13830         spec->stream_digital_playback = &alc861_pcm_digital_playback;
13831         spec->stream_digital_capture = &alc861_pcm_digital_capture;
13832
13833         spec->vmaster_nid = 0x03;
13834
13835         codec->patch_ops = alc_patch_ops;
13836         if (board_config == ALC861_AUTO)
13837                 spec->init_hook = alc861_auto_init;
13838 #ifdef CONFIG_SND_HDA_POWER_SAVE
13839         if (!spec->loopback.amplist)
13840                 spec->loopback.amplist = alc861_loopbacks;
13841 #endif
13842         codec->proc_widget_hook = print_realtek_coef;
13843
13844         return 0;
13845 }
13846
13847 /*
13848  * ALC861-VD support
13849  *
13850  * Based on ALC882
13851  *
13852  * In addition, an independent DAC
13853  */
13854 #define ALC861VD_DIGOUT_NID     0x06
13855
13856 static hda_nid_t alc861vd_dac_nids[4] = {
13857         /* front, surr, clfe, side surr */
13858         0x02, 0x03, 0x04, 0x05
13859 };
13860
13861 /* dac_nids for ALC660vd are in a different order - according to
13862  * Realtek's driver.
13863  * This should probably tesult in a different mixer for 6stack models
13864  * of ALC660vd codecs, but for now there is only 3stack mixer
13865  * - and it is the same as in 861vd.
13866  * adc_nids in ALC660vd are (is) the same as in 861vd
13867  */
13868 static hda_nid_t alc660vd_dac_nids[3] = {
13869         /* front, rear, clfe, rear_surr */
13870         0x02, 0x04, 0x03
13871 };
13872
13873 static hda_nid_t alc861vd_adc_nids[1] = {
13874         /* ADC0 */
13875         0x09,
13876 };
13877
13878 static hda_nid_t alc861vd_capsrc_nids[1] = { 0x22 };
13879
13880 /* input MUX */
13881 /* FIXME: should be a matrix-type input source selection */
13882 static struct hda_input_mux alc861vd_capture_source = {
13883         .num_items = 4,
13884         .items = {
13885                 { "Mic", 0x0 },
13886                 { "Front Mic", 0x1 },
13887                 { "Line", 0x2 },
13888                 { "CD", 0x4 },
13889         },
13890 };
13891
13892 static struct hda_input_mux alc861vd_dallas_capture_source = {
13893         .num_items = 2,
13894         .items = {
13895                 { "Ext Mic", 0x0 },
13896                 { "Int Mic", 0x1 },
13897         },
13898 };
13899
13900 static struct hda_input_mux alc861vd_hp_capture_source = {
13901         .num_items = 2,
13902         .items = {
13903                 { "Front Mic", 0x0 },
13904                 { "ATAPI Mic", 0x1 },
13905         },
13906 };
13907
13908 /*
13909  * 2ch mode
13910  */
13911 static struct hda_channel_mode alc861vd_3stack_2ch_modes[1] = {
13912         { 2, NULL }
13913 };
13914
13915 /*
13916  * 6ch mode
13917  */
13918 static struct hda_verb alc861vd_6stack_ch6_init[] = {
13919         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
13920         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13921         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13922         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13923         { } /* end */
13924 };
13925
13926 /*
13927  * 8ch mode
13928  */
13929 static struct hda_verb alc861vd_6stack_ch8_init[] = {
13930         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13931         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13932         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13933         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
13934         { } /* end */
13935 };
13936
13937 static struct hda_channel_mode alc861vd_6stack_modes[2] = {
13938         { 6, alc861vd_6stack_ch6_init },
13939         { 8, alc861vd_6stack_ch8_init },
13940 };
13941
13942 static struct snd_kcontrol_new alc861vd_chmode_mixer[] = {
13943         {
13944                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
13945                 .name = "Channel Mode",
13946                 .info = alc_ch_mode_info,
13947                 .get = alc_ch_mode_get,
13948                 .put = alc_ch_mode_put,
13949         },
13950         { } /* end */
13951 };
13952
13953 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
13954  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
13955  */
13956 static struct snd_kcontrol_new alc861vd_6st_mixer[] = {
13957         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
13958         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
13959
13960         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
13961         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
13962
13963         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0,
13964                                 HDA_OUTPUT),
13965         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0,
13966                                 HDA_OUTPUT),
13967         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
13968         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
13969
13970         HDA_CODEC_VOLUME("Side Playback Volume", 0x05, 0x0, HDA_OUTPUT),
13971         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
13972
13973         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
13974
13975         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
13976         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
13977         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
13978
13979         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
13980         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
13981         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
13982
13983         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
13984         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
13985
13986         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
13987         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
13988
13989         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
13990         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
13991
13992         { } /* end */
13993 };
13994
13995 static struct snd_kcontrol_new alc861vd_3st_mixer[] = {
13996         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
13997         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
13998
13999         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
14000
14001         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
14002         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
14003         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
14004
14005         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
14006         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
14007         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
14008
14009         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
14010         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
14011
14012         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
14013         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
14014
14015         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
14016         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
14017
14018         { } /* end */
14019 };
14020
14021 static struct snd_kcontrol_new alc861vd_lenovo_mixer[] = {
14022         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
14023         /*HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),*/
14024         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
14025
14026         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
14027
14028         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
14029         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
14030         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
14031
14032         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
14033         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
14034         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
14035
14036         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
14037         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
14038
14039         { } /* end */
14040 };
14041
14042 /* Pin assignment: Speaker=0x14, HP = 0x15,
14043  *                 Ext Mic=0x18, Int Mic = 0x19, CD = 0x1c, PC Beep = 0x1d
14044  */
14045 static struct snd_kcontrol_new alc861vd_dallas_mixer[] = {
14046         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x02, 0x0, HDA_OUTPUT),
14047         HDA_BIND_MUTE("Speaker Playback Switch", 0x0c, 2, HDA_INPUT),
14048         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
14049         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
14050         HDA_CODEC_VOLUME("Ext Mic Boost", 0x18, 0, HDA_INPUT),
14051         HDA_CODEC_VOLUME("Ext Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
14052         HDA_CODEC_MUTE("Ext Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
14053         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
14054         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
14055         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
14056         HDA_CODEC_VOLUME("PC Beep Volume", 0x0b, 0x05, HDA_INPUT),
14057         HDA_CODEC_MUTE("PC Beep Switch", 0x0b, 0x05, HDA_INPUT),
14058         { } /* end */
14059 };
14060
14061 /* Pin assignment: Speaker=0x14, Line-out = 0x15,
14062  *                 Front Mic=0x18, ATAPI Mic = 0x19,
14063  */
14064 static struct snd_kcontrol_new alc861vd_hp_mixer[] = {
14065         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
14066         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
14067         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
14068         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
14069         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
14070         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
14071         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
14072         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
14073
14074         { } /* end */
14075 };
14076
14077 /*
14078  * generic initialization of ADC, input mixers and output mixers
14079  */
14080 static struct hda_verb alc861vd_volume_init_verbs[] = {
14081         /*
14082          * Unmute ADC0 and set the default input to mic-in
14083          */
14084         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
14085         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
14086
14087         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of
14088          * the analog-loopback mixer widget
14089          */
14090         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
14091         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14092         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14093         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
14094         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
14095         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
14096
14097         /* Capture mixer: unmute Mic, F-Mic, Line, CD inputs */
14098         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
14099         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
14100         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
14101         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
14102
14103         /*
14104          * Set up output mixers (0x02 - 0x05)
14105          */
14106         /* set vol=0 to output mixers */
14107         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14108         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14109         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14110         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14111
14112         /* set up input amps for analog loopback */
14113         /* Amp Indices: DAC = 0, mixer = 1 */
14114         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14115         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14116         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14117         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14118         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14119         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14120         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14121         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14122
14123         { }
14124 };
14125
14126 /*
14127  * 3-stack pin configuration:
14128  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
14129  */
14130 static struct hda_verb alc861vd_3stack_init_verbs[] = {
14131         /*
14132          * Set pin mode and muting
14133          */
14134         /* set front pin widgets 0x14 for output */
14135         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14136         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14137         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
14138
14139         /* Mic (rear) pin: input vref at 80% */
14140         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
14141         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14142         /* Front Mic pin: input vref at 80% */
14143         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
14144         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14145         /* Line In pin: input */
14146         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14147         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14148         /* Line-2 In: Headphone output (output 0 - 0x0c) */
14149         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
14150         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14151         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
14152         /* CD pin widget for input */
14153         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14154
14155         { }
14156 };
14157
14158 /*
14159  * 6-stack pin configuration:
14160  */
14161 static struct hda_verb alc861vd_6stack_init_verbs[] = {
14162         /*
14163          * Set pin mode and muting
14164          */
14165         /* set front pin widgets 0x14 for output */
14166         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14167         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14168         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
14169
14170         /* Rear Pin: output 1 (0x0d) */
14171         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14172         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14173         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
14174         /* CLFE Pin: output 2 (0x0e) */
14175         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14176         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14177         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
14178         /* Side Pin: output 3 (0x0f) */
14179         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14180         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14181         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
14182
14183         /* Mic (rear) pin: input vref at 80% */
14184         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
14185         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14186         /* Front Mic pin: input vref at 80% */
14187         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
14188         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14189         /* Line In pin: input */
14190         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14191         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14192         /* Line-2 In: Headphone output (output 0 - 0x0c) */
14193         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
14194         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14195         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
14196         /* CD pin widget for input */
14197         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14198
14199         { }
14200 };
14201
14202 static struct hda_verb alc861vd_eapd_verbs[] = {
14203         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
14204         { }
14205 };
14206
14207 static struct hda_verb alc660vd_eapd_verbs[] = {
14208         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
14209         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
14210         { }
14211 };
14212
14213 static struct hda_verb alc861vd_lenovo_unsol_verbs[] = {
14214         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
14215         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
14216         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
14217         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
14218         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
14219         {}
14220 };
14221
14222 /* toggle speaker-output according to the hp-jack state */
14223 static void alc861vd_lenovo_hp_automute(struct hda_codec *codec)
14224 {
14225         unsigned int present;
14226         unsigned char bits;
14227
14228         present = snd_hda_codec_read(codec, 0x1b, 0,
14229                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
14230         bits = present ? HDA_AMP_MUTE : 0;
14231         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
14232                                  HDA_AMP_MUTE, bits);
14233 }
14234
14235 static void alc861vd_lenovo_mic_automute(struct hda_codec *codec)
14236 {
14237         unsigned int present;
14238         unsigned char bits;
14239
14240         present = snd_hda_codec_read(codec, 0x18, 0,
14241                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
14242         bits = present ? HDA_AMP_MUTE : 0;
14243         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1,
14244                                  HDA_AMP_MUTE, bits);
14245 }
14246
14247 static void alc861vd_lenovo_automute(struct hda_codec *codec)
14248 {
14249         alc861vd_lenovo_hp_automute(codec);
14250         alc861vd_lenovo_mic_automute(codec);
14251 }
14252
14253 static void alc861vd_lenovo_unsol_event(struct hda_codec *codec,
14254                                         unsigned int res)
14255 {
14256         switch (res >> 26) {
14257         case ALC880_HP_EVENT:
14258                 alc861vd_lenovo_hp_automute(codec);
14259                 break;
14260         case ALC880_MIC_EVENT:
14261                 alc861vd_lenovo_mic_automute(codec);
14262                 break;
14263         }
14264 }
14265
14266 static struct hda_verb alc861vd_dallas_verbs[] = {
14267         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14268         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14269         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14270         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
14271
14272         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
14273         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
14274         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14275         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14276         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14277         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14278         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14279         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
14280
14281         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14282         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14283         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14284         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14285         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14286         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14287         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
14288         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
14289
14290         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
14291         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14292         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
14293         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
14294         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14295         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14296         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14297         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
14298
14299         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
14300         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
14301         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
14302         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
14303
14304         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
14305         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
14306         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
14307
14308         { } /* end */
14309 };
14310
14311 /* toggle speaker-output according to the hp-jack state */
14312 static void alc861vd_dallas_automute(struct hda_codec *codec)
14313 {
14314         unsigned int present;
14315
14316         present = snd_hda_codec_read(codec, 0x15, 0,
14317                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
14318         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
14319                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
14320 }
14321
14322 static void alc861vd_dallas_unsol_event(struct hda_codec *codec, unsigned int res)
14323 {
14324         if ((res >> 26) == ALC880_HP_EVENT)
14325                 alc861vd_dallas_automute(codec);
14326 }
14327
14328 #ifdef CONFIG_SND_HDA_POWER_SAVE
14329 #define alc861vd_loopbacks      alc880_loopbacks
14330 #endif
14331
14332 /* pcm configuration: identiacal with ALC880 */
14333 #define alc861vd_pcm_analog_playback    alc880_pcm_analog_playback
14334 #define alc861vd_pcm_analog_capture     alc880_pcm_analog_capture
14335 #define alc861vd_pcm_digital_playback   alc880_pcm_digital_playback
14336 #define alc861vd_pcm_digital_capture    alc880_pcm_digital_capture
14337
14338 /*
14339  * configuration and preset
14340  */
14341 static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
14342         [ALC660VD_3ST]          = "3stack-660",
14343         [ALC660VD_3ST_DIG]      = "3stack-660-digout",
14344         [ALC660VD_ASUS_V1S]     = "asus-v1s",
14345         [ALC861VD_3ST]          = "3stack",
14346         [ALC861VD_3ST_DIG]      = "3stack-digout",
14347         [ALC861VD_6ST_DIG]      = "6stack-digout",
14348         [ALC861VD_LENOVO]       = "lenovo",
14349         [ALC861VD_DALLAS]       = "dallas",
14350         [ALC861VD_HP]           = "hp",
14351         [ALC861VD_AUTO]         = "auto",
14352 };
14353
14354 static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
14355         SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
14356         SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_HP),
14357         SND_PCI_QUIRK(0x1043, 0x12e2, "Asus z35m", ALC660VD_3ST),
14358         SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
14359         SND_PCI_QUIRK(0x1043, 0x1633, "Asus V1Sn", ALC660VD_ASUS_V1S),
14360         SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG),
14361         SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
14362         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO),
14363         /*SND_PCI_QUIRK(0x1179, 0xff00, "DALLAS", ALC861VD_DALLAS),*/ /*lenovo*/
14364         SND_PCI_QUIRK(0x1179, 0xff01, "DALLAS", ALC861VD_DALLAS),
14365         SND_PCI_QUIRK(0x1179, 0xff03, "Toshiba P205", ALC861VD_LENOVO),
14366         SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba L30-149", ALC861VD_DALLAS),
14367         SND_PCI_QUIRK(0x1565, 0x820d, "Biostar NF61S SE", ALC861VD_6ST_DIG),
14368         SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
14369         SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo 3000 C200", ALC861VD_LENOVO),
14370         SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000 N200", ALC861VD_LENOVO),
14371         SND_PCI_QUIRK(0x1849, 0x0862, "ASRock K8NF6G-VSTA", ALC861VD_6ST_DIG),
14372         {}
14373 };
14374
14375 static struct alc_config_preset alc861vd_presets[] = {
14376         [ALC660VD_3ST] = {
14377                 .mixers = { alc861vd_3st_mixer },
14378                 .init_verbs = { alc861vd_volume_init_verbs,
14379                                  alc861vd_3stack_init_verbs },
14380                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
14381                 .dac_nids = alc660vd_dac_nids,
14382                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14383                 .channel_mode = alc861vd_3stack_2ch_modes,
14384                 .input_mux = &alc861vd_capture_source,
14385         },
14386         [ALC660VD_3ST_DIG] = {
14387                 .mixers = { alc861vd_3st_mixer },
14388                 .init_verbs = { alc861vd_volume_init_verbs,
14389                                  alc861vd_3stack_init_verbs },
14390                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
14391                 .dac_nids = alc660vd_dac_nids,
14392                 .dig_out_nid = ALC861VD_DIGOUT_NID,
14393                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14394                 .channel_mode = alc861vd_3stack_2ch_modes,
14395                 .input_mux = &alc861vd_capture_source,
14396         },
14397         [ALC861VD_3ST] = {
14398                 .mixers = { alc861vd_3st_mixer },
14399                 .init_verbs = { alc861vd_volume_init_verbs,
14400                                  alc861vd_3stack_init_verbs },
14401                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
14402                 .dac_nids = alc861vd_dac_nids,
14403                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14404                 .channel_mode = alc861vd_3stack_2ch_modes,
14405                 .input_mux = &alc861vd_capture_source,
14406         },
14407         [ALC861VD_3ST_DIG] = {
14408                 .mixers = { alc861vd_3st_mixer },
14409                 .init_verbs = { alc861vd_volume_init_verbs,
14410                                  alc861vd_3stack_init_verbs },
14411                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
14412                 .dac_nids = alc861vd_dac_nids,
14413                 .dig_out_nid = ALC861VD_DIGOUT_NID,
14414                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14415                 .channel_mode = alc861vd_3stack_2ch_modes,
14416                 .input_mux = &alc861vd_capture_source,
14417         },
14418         [ALC861VD_6ST_DIG] = {
14419                 .mixers = { alc861vd_6st_mixer, alc861vd_chmode_mixer },
14420                 .init_verbs = { alc861vd_volume_init_verbs,
14421                                 alc861vd_6stack_init_verbs },
14422                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
14423                 .dac_nids = alc861vd_dac_nids,
14424                 .dig_out_nid = ALC861VD_DIGOUT_NID,
14425                 .num_channel_mode = ARRAY_SIZE(alc861vd_6stack_modes),
14426                 .channel_mode = alc861vd_6stack_modes,
14427                 .input_mux = &alc861vd_capture_source,
14428         },
14429         [ALC861VD_LENOVO] = {
14430                 .mixers = { alc861vd_lenovo_mixer },
14431                 .init_verbs = { alc861vd_volume_init_verbs,
14432                                 alc861vd_3stack_init_verbs,
14433                                 alc861vd_eapd_verbs,
14434                                 alc861vd_lenovo_unsol_verbs },
14435                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
14436                 .dac_nids = alc660vd_dac_nids,
14437                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14438                 .channel_mode = alc861vd_3stack_2ch_modes,
14439                 .input_mux = &alc861vd_capture_source,
14440                 .unsol_event = alc861vd_lenovo_unsol_event,
14441                 .init_hook = alc861vd_lenovo_automute,
14442         },
14443         [ALC861VD_DALLAS] = {
14444                 .mixers = { alc861vd_dallas_mixer },
14445                 .init_verbs = { alc861vd_dallas_verbs },
14446                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
14447                 .dac_nids = alc861vd_dac_nids,
14448                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14449                 .channel_mode = alc861vd_3stack_2ch_modes,
14450                 .input_mux = &alc861vd_dallas_capture_source,
14451                 .unsol_event = alc861vd_dallas_unsol_event,
14452                 .init_hook = alc861vd_dallas_automute,
14453         },
14454         [ALC861VD_HP] = {
14455                 .mixers = { alc861vd_hp_mixer },
14456                 .init_verbs = { alc861vd_dallas_verbs, alc861vd_eapd_verbs },
14457                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
14458                 .dac_nids = alc861vd_dac_nids,
14459                 .dig_out_nid = ALC861VD_DIGOUT_NID,
14460                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14461                 .channel_mode = alc861vd_3stack_2ch_modes,
14462                 .input_mux = &alc861vd_hp_capture_source,
14463                 .unsol_event = alc861vd_dallas_unsol_event,
14464                 .init_hook = alc861vd_dallas_automute,
14465         },
14466         [ALC660VD_ASUS_V1S] = {
14467                 .mixers = { alc861vd_lenovo_mixer },
14468                 .init_verbs = { alc861vd_volume_init_verbs,
14469                                 alc861vd_3stack_init_verbs,
14470                                 alc861vd_eapd_verbs,
14471                                 alc861vd_lenovo_unsol_verbs },
14472                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
14473                 .dac_nids = alc660vd_dac_nids,
14474                 .dig_out_nid = ALC861VD_DIGOUT_NID,
14475                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
14476                 .channel_mode = alc861vd_3stack_2ch_modes,
14477                 .input_mux = &alc861vd_capture_source,
14478                 .unsol_event = alc861vd_lenovo_unsol_event,
14479                 .init_hook = alc861vd_lenovo_automute,
14480         },
14481 };
14482
14483 /*
14484  * BIOS auto configuration
14485  */
14486 static void alc861vd_auto_set_output_and_unmute(struct hda_codec *codec,
14487                                 hda_nid_t nid, int pin_type, int dac_idx)
14488 {
14489         alc_set_pin_output(codec, nid, pin_type);
14490 }
14491
14492 static void alc861vd_auto_init_multi_out(struct hda_codec *codec)
14493 {
14494         struct alc_spec *spec = codec->spec;
14495         int i;
14496
14497         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
14498         for (i = 0; i <= HDA_SIDE; i++) {
14499                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
14500                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
14501                 if (nid)
14502                         alc861vd_auto_set_output_and_unmute(codec, nid,
14503                                                             pin_type, i);
14504         }
14505 }
14506
14507
14508 static void alc861vd_auto_init_hp_out(struct hda_codec *codec)
14509 {
14510         struct alc_spec *spec = codec->spec;
14511         hda_nid_t pin;
14512
14513         pin = spec->autocfg.hp_pins[0];
14514         if (pin) /* connect to front and  use dac 0 */
14515                 alc861vd_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
14516         pin = spec->autocfg.speaker_pins[0];
14517         if (pin)
14518                 alc861vd_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
14519 }
14520
14521 #define alc861vd_is_input_pin(nid)      alc880_is_input_pin(nid)
14522 #define ALC861VD_PIN_CD_NID             ALC880_PIN_CD_NID
14523
14524 static void alc861vd_auto_init_analog_input(struct hda_codec *codec)
14525 {
14526         struct alc_spec *spec = codec->spec;
14527         int i;
14528
14529         for (i = 0; i < AUTO_PIN_LAST; i++) {
14530                 hda_nid_t nid = spec->autocfg.input_pins[i];
14531                 if (alc861vd_is_input_pin(nid)) {
14532                         snd_hda_codec_write(codec, nid, 0,
14533                                         AC_VERB_SET_PIN_WIDGET_CONTROL,
14534                                         i <= AUTO_PIN_FRONT_MIC ?
14535                                                         PIN_VREF80 : PIN_IN);
14536                         if (nid != ALC861VD_PIN_CD_NID)
14537                                 snd_hda_codec_write(codec, nid, 0,
14538                                                 AC_VERB_SET_AMP_GAIN_MUTE,
14539                                                 AMP_OUT_MUTE);
14540                 }
14541         }
14542 }
14543
14544 #define alc861vd_auto_init_input_src    alc882_auto_init_input_src
14545
14546 #define alc861vd_idx_to_mixer_vol(nid)          ((nid) + 0x02)
14547 #define alc861vd_idx_to_mixer_switch(nid)       ((nid) + 0x0c)
14548
14549 /* add playback controls from the parsed DAC table */
14550 /* Based on ALC880 version. But ALC861VD has separate,
14551  * different NIDs for mute/unmute switch and volume control */
14552 static int alc861vd_auto_create_multi_out_ctls(struct alc_spec *spec,
14553                                              const struct auto_pin_cfg *cfg)
14554 {
14555         char name[32];
14556         static const char *chname[4] = {"Front", "Surround", "CLFE", "Side"};
14557         hda_nid_t nid_v, nid_s;
14558         int i, err;
14559
14560         for (i = 0; i < cfg->line_outs; i++) {
14561                 if (!spec->multiout.dac_nids[i])
14562                         continue;
14563                 nid_v = alc861vd_idx_to_mixer_vol(
14564                                 alc880_dac_to_idx(
14565                                         spec->multiout.dac_nids[i]));
14566                 nid_s = alc861vd_idx_to_mixer_switch(
14567                                 alc880_dac_to_idx(
14568                                         spec->multiout.dac_nids[i]));
14569
14570                 if (i == 2) {
14571                         /* Center/LFE */
14572                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
14573                                           "Center Playback Volume",
14574                                           HDA_COMPOSE_AMP_VAL(nid_v, 1, 0,
14575                                                               HDA_OUTPUT));
14576                         if (err < 0)
14577                                 return err;
14578                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
14579                                           "LFE Playback Volume",
14580                                           HDA_COMPOSE_AMP_VAL(nid_v, 2, 0,
14581                                                               HDA_OUTPUT));
14582                         if (err < 0)
14583                                 return err;
14584                         err = add_control(spec, ALC_CTL_BIND_MUTE,
14585                                           "Center Playback Switch",
14586                                           HDA_COMPOSE_AMP_VAL(nid_s, 1, 2,
14587                                                               HDA_INPUT));
14588                         if (err < 0)
14589                                 return err;
14590                         err = add_control(spec, ALC_CTL_BIND_MUTE,
14591                                           "LFE Playback Switch",
14592                                           HDA_COMPOSE_AMP_VAL(nid_s, 2, 2,
14593                                                               HDA_INPUT));
14594                         if (err < 0)
14595                                 return err;
14596                 } else {
14597                         sprintf(name, "%s Playback Volume", chname[i]);
14598                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
14599                                           HDA_COMPOSE_AMP_VAL(nid_v, 3, 0,
14600                                                               HDA_OUTPUT));
14601                         if (err < 0)
14602                                 return err;
14603                         sprintf(name, "%s Playback Switch", chname[i]);
14604                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
14605                                           HDA_COMPOSE_AMP_VAL(nid_s, 3, 2,
14606                                                               HDA_INPUT));
14607                         if (err < 0)
14608                                 return err;
14609                 }
14610         }
14611         return 0;
14612 }
14613
14614 /* add playback controls for speaker and HP outputs */
14615 /* Based on ALC880 version. But ALC861VD has separate,
14616  * different NIDs for mute/unmute switch and volume control */
14617 static int alc861vd_auto_create_extra_out(struct alc_spec *spec,
14618                                         hda_nid_t pin, const char *pfx)
14619 {
14620         hda_nid_t nid_v, nid_s;
14621         int err;
14622         char name[32];
14623
14624         if (!pin)
14625                 return 0;
14626
14627         if (alc880_is_fixed_pin(pin)) {
14628                 nid_v = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
14629                 /* specify the DAC as the extra output */
14630                 if (!spec->multiout.hp_nid)
14631                         spec->multiout.hp_nid = nid_v;
14632                 else
14633                         spec->multiout.extra_out_nid[0] = nid_v;
14634                 /* control HP volume/switch on the output mixer amp */
14635                 nid_v = alc861vd_idx_to_mixer_vol(
14636                                 alc880_fixed_pin_idx(pin));
14637                 nid_s = alc861vd_idx_to_mixer_switch(
14638                                 alc880_fixed_pin_idx(pin));
14639
14640                 sprintf(name, "%s Playback Volume", pfx);
14641                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
14642                                   HDA_COMPOSE_AMP_VAL(nid_v, 3, 0, HDA_OUTPUT));
14643                 if (err < 0)
14644                         return err;
14645                 sprintf(name, "%s Playback Switch", pfx);
14646                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
14647                                   HDA_COMPOSE_AMP_VAL(nid_s, 3, 2, HDA_INPUT));
14648                 if (err < 0)
14649                         return err;
14650         } else if (alc880_is_multi_pin(pin)) {
14651                 /* set manual connection */
14652                 /* we have only a switch on HP-out PIN */
14653                 sprintf(name, "%s Playback Switch", pfx);
14654                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
14655                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
14656                 if (err < 0)
14657                         return err;
14658         }
14659         return 0;
14660 }
14661
14662 /* parse the BIOS configuration and set up the alc_spec
14663  * return 1 if successful, 0 if the proper config is not found,
14664  * or a negative error code
14665  * Based on ALC880 version - had to change it to override
14666  * alc880_auto_create_extra_out and alc880_auto_create_multi_out_ctls */
14667 static int alc861vd_parse_auto_config(struct hda_codec *codec)
14668 {
14669         struct alc_spec *spec = codec->spec;
14670         int err;
14671         static hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
14672
14673         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
14674                                            alc861vd_ignore);
14675         if (err < 0)
14676                 return err;
14677         if (!spec->autocfg.line_outs)
14678                 return 0; /* can't find valid BIOS pin config */
14679
14680         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
14681         if (err < 0)
14682                 return err;
14683         err = alc861vd_auto_create_multi_out_ctls(spec, &spec->autocfg);
14684         if (err < 0)
14685                 return err;
14686         err = alc861vd_auto_create_extra_out(spec,
14687                                              spec->autocfg.speaker_pins[0],
14688                                              "Speaker");
14689         if (err < 0)
14690                 return err;
14691         err = alc861vd_auto_create_extra_out(spec,
14692                                              spec->autocfg.hp_pins[0],
14693                                              "Headphone");
14694         if (err < 0)
14695                 return err;
14696         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
14697         if (err < 0)
14698                 return err;
14699
14700         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
14701
14702         if (spec->autocfg.dig_out_pin)
14703                 spec->multiout.dig_out_nid = ALC861VD_DIGOUT_NID;
14704
14705         if (spec->kctls.list)
14706                 add_mixer(spec, spec->kctls.list);
14707
14708         add_verb(spec, alc861vd_volume_init_verbs);
14709
14710         spec->num_mux_defs = 1;
14711         spec->input_mux = &spec->private_imux;
14712
14713         err = alc_auto_add_mic_boost(codec);
14714         if (err < 0)
14715                 return err;
14716
14717         store_pin_configs(codec);
14718         return 1;
14719 }
14720
14721 /* additional initialization for auto-configuration model */
14722 static void alc861vd_auto_init(struct hda_codec *codec)
14723 {
14724         struct alc_spec *spec = codec->spec;
14725         alc861vd_auto_init_multi_out(codec);
14726         alc861vd_auto_init_hp_out(codec);
14727         alc861vd_auto_init_analog_input(codec);
14728         alc861vd_auto_init_input_src(codec);
14729         if (spec->unsol_event)
14730                 alc_inithook(codec);
14731 }
14732
14733 static int patch_alc861vd(struct hda_codec *codec)
14734 {
14735         struct alc_spec *spec;
14736         int err, board_config;
14737
14738         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
14739         if (spec == NULL)
14740                 return -ENOMEM;
14741
14742         codec->spec = spec;
14743
14744         board_config = snd_hda_check_board_config(codec, ALC861VD_MODEL_LAST,
14745                                                   alc861vd_models,
14746                                                   alc861vd_cfg_tbl);
14747
14748         if (board_config < 0 || board_config >= ALC861VD_MODEL_LAST) {
14749                 printk(KERN_INFO "hda_codec: Unknown model for ALC660VD/"
14750                         "ALC861VD, trying auto-probe from BIOS...\n");
14751                 board_config = ALC861VD_AUTO;
14752         }
14753
14754         if (board_config == ALC861VD_AUTO) {
14755                 /* automatic parse from the BIOS config */
14756                 err = alc861vd_parse_auto_config(codec);
14757                 if (err < 0) {
14758                         alc_free(codec);
14759                         return err;
14760                 } else if (!err) {
14761                         printk(KERN_INFO
14762                                "hda_codec: Cannot set up configuration "
14763                                "from BIOS.  Using base mode...\n");
14764                         board_config = ALC861VD_3ST;
14765                 }
14766         }
14767
14768         if (board_config != ALC861VD_AUTO)
14769                 setup_preset(spec, &alc861vd_presets[board_config]);
14770
14771         if (codec->vendor_id == 0x10ec0660) {
14772                 spec->stream_name_analog = "ALC660-VD Analog";
14773                 spec->stream_name_digital = "ALC660-VD Digital";
14774                 /* always turn on EAPD */
14775                 add_verb(spec, alc660vd_eapd_verbs);
14776         } else {
14777                 spec->stream_name_analog = "ALC861VD Analog";
14778                 spec->stream_name_digital = "ALC861VD Digital";
14779         }
14780
14781         spec->stream_analog_playback = &alc861vd_pcm_analog_playback;
14782         spec->stream_analog_capture = &alc861vd_pcm_analog_capture;
14783
14784         spec->stream_digital_playback = &alc861vd_pcm_digital_playback;
14785         spec->stream_digital_capture = &alc861vd_pcm_digital_capture;
14786
14787         spec->adc_nids = alc861vd_adc_nids;
14788         spec->num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids);
14789         spec->capsrc_nids = alc861vd_capsrc_nids;
14790         spec->is_mix_capture = 1;
14791
14792         set_capture_mixer(spec);
14793
14794         spec->vmaster_nid = 0x02;
14795
14796         codec->patch_ops = alc_patch_ops;
14797
14798         if (board_config == ALC861VD_AUTO)
14799                 spec->init_hook = alc861vd_auto_init;
14800 #ifdef CONFIG_SND_HDA_POWER_SAVE
14801         if (!spec->loopback.amplist)
14802                 spec->loopback.amplist = alc861vd_loopbacks;
14803 #endif
14804         codec->proc_widget_hook = print_realtek_coef;
14805
14806         return 0;
14807 }
14808
14809 /*
14810  * ALC662 support
14811  *
14812  * ALC662 is almost identical with ALC880 but has cleaner and more flexible
14813  * configuration.  Each pin widget can choose any input DACs and a mixer.
14814  * Each ADC is connected from a mixer of all inputs.  This makes possible
14815  * 6-channel independent captures.
14816  *
14817  * In addition, an independent DAC for the multi-playback (not used in this
14818  * driver yet).
14819  */
14820 #define ALC662_DIGOUT_NID       0x06
14821 #define ALC662_DIGIN_NID        0x0a
14822
14823 static hda_nid_t alc662_dac_nids[4] = {
14824         /* front, rear, clfe, rear_surr */
14825         0x02, 0x03, 0x04
14826 };
14827
14828 static hda_nid_t alc662_adc_nids[1] = {
14829         /* ADC1-2 */
14830         0x09,
14831 };
14832
14833 static hda_nid_t alc662_capsrc_nids[1] = { 0x22 };
14834
14835 /* input MUX */
14836 /* FIXME: should be a matrix-type input source selection */
14837 static struct hda_input_mux alc662_capture_source = {
14838         .num_items = 4,
14839         .items = {
14840                 { "Mic", 0x0 },
14841                 { "Front Mic", 0x1 },
14842                 { "Line", 0x2 },
14843                 { "CD", 0x4 },
14844         },
14845 };
14846
14847 static struct hda_input_mux alc662_lenovo_101e_capture_source = {
14848         .num_items = 2,
14849         .items = {
14850                 { "Mic", 0x1 },
14851                 { "Line", 0x2 },
14852         },
14853 };
14854
14855 static struct hda_input_mux alc662_eeepc_capture_source = {
14856         .num_items = 2,
14857         .items = {
14858                 { "i-Mic", 0x1 },
14859                 { "e-Mic", 0x0 },
14860         },
14861 };
14862
14863 static struct hda_input_mux alc663_capture_source = {
14864         .num_items = 3,
14865         .items = {
14866                 { "Mic", 0x0 },
14867                 { "Front Mic", 0x1 },
14868                 { "Line", 0x2 },
14869         },
14870 };
14871
14872 static struct hda_input_mux alc663_m51va_capture_source = {
14873         .num_items = 2,
14874         .items = {
14875                 { "Ext-Mic", 0x0 },
14876                 { "D-Mic", 0x9 },
14877         },
14878 };
14879
14880 /*
14881  * 2ch mode
14882  */
14883 static struct hda_channel_mode alc662_3ST_2ch_modes[1] = {
14884         { 2, NULL }
14885 };
14886
14887 /*
14888  * 2ch mode
14889  */
14890 static struct hda_verb alc662_3ST_ch2_init[] = {
14891         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
14892         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
14893         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
14894         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
14895         { } /* end */
14896 };
14897
14898 /*
14899  * 6ch mode
14900  */
14901 static struct hda_verb alc662_3ST_ch6_init[] = {
14902         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14903         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
14904         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
14905         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14906         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
14907         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
14908         { } /* end */
14909 };
14910
14911 static struct hda_channel_mode alc662_3ST_6ch_modes[2] = {
14912         { 2, alc662_3ST_ch2_init },
14913         { 6, alc662_3ST_ch6_init },
14914 };
14915
14916 /*
14917  * 2ch mode
14918  */
14919 static struct hda_verb alc662_sixstack_ch6_init[] = {
14920         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
14921         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
14922         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14923         { } /* end */
14924 };
14925
14926 /*
14927  * 6ch mode
14928  */
14929 static struct hda_verb alc662_sixstack_ch8_init[] = {
14930         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14931         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14932         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
14933         { } /* end */
14934 };
14935
14936 static struct hda_channel_mode alc662_5stack_modes[2] = {
14937         { 2, alc662_sixstack_ch6_init },
14938         { 6, alc662_sixstack_ch8_init },
14939 };
14940
14941 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
14942  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
14943  */
14944
14945 static struct snd_kcontrol_new alc662_base_mixer[] = {
14946         /* output mixer control */
14947         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
14948         HDA_CODEC_MUTE("Front Playback Switch", 0x0c, 0x0, HDA_INPUT),
14949         HDA_CODEC_VOLUME("Surround Playback Volume", 0x3, 0x0, HDA_OUTPUT),
14950         HDA_CODEC_MUTE("Surround Playback Switch", 0x0d, 0x0, HDA_INPUT),
14951         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
14952         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
14953         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x0e, 1, 0x0, HDA_INPUT),
14954         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 0x0, HDA_INPUT),
14955         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
14956
14957         /*Input mixer control */
14958         HDA_CODEC_VOLUME("CD Playback Volume", 0xb, 0x4, HDA_INPUT),
14959         HDA_CODEC_MUTE("CD Playback Switch", 0xb, 0x4, HDA_INPUT),
14960         HDA_CODEC_VOLUME("Line Playback Volume", 0xb, 0x02, HDA_INPUT),
14961         HDA_CODEC_MUTE("Line Playback Switch", 0xb, 0x02, HDA_INPUT),
14962         HDA_CODEC_VOLUME("Mic Playback Volume", 0xb, 0x0, HDA_INPUT),
14963         HDA_CODEC_MUTE("Mic Playback Switch", 0xb, 0x0, HDA_INPUT),
14964         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0xb, 0x01, HDA_INPUT),
14965         HDA_CODEC_MUTE("Front Mic Playback Switch", 0xb, 0x01, HDA_INPUT),
14966         { } /* end */
14967 };
14968
14969 static struct snd_kcontrol_new alc662_3ST_2ch_mixer[] = {
14970         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
14971         HDA_CODEC_MUTE("Front Playback Switch", 0x0c, 0x0, HDA_INPUT),
14972         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
14973         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
14974         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
14975         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
14976         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
14977         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
14978         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
14979         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
14980         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
14981         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
14982         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
14983         { } /* end */
14984 };
14985
14986 static struct snd_kcontrol_new alc662_3ST_6ch_mixer[] = {
14987         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
14988         HDA_CODEC_MUTE("Front Playback Switch", 0x0c, 0x0, HDA_INPUT),
14989         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
14990         HDA_CODEC_MUTE("Surround Playback Switch", 0x0d, 0x0, HDA_INPUT),
14991         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
14992         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
14993         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x0e, 1, 0x0, HDA_INPUT),
14994         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 0x0, HDA_INPUT),
14995         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
14996         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
14997         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
14998         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
14999         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
15000         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15001         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15002         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15003         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15004         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
15005         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
15006         { } /* end */
15007 };
15008
15009 static struct snd_kcontrol_new alc662_lenovo_101e_mixer[] = {
15010         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15011         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
15012         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x03, 0x0, HDA_OUTPUT),
15013         HDA_BIND_MUTE("Speaker Playback Switch", 0x03, 2, HDA_INPUT),
15014         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
15015         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
15016         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
15017         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15018         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15019         { } /* end */
15020 };
15021
15022 static struct snd_kcontrol_new alc662_eeepc_p701_mixer[] = {
15023         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
15024
15025         HDA_CODEC_VOLUME("Line-Out Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15026         HDA_CODEC_MUTE("Line-Out Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
15027
15028         HDA_CODEC_VOLUME("e-Mic Boost", 0x18, 0, HDA_INPUT),
15029         HDA_CODEC_VOLUME("e-Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15030         HDA_CODEC_MUTE("e-Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15031
15032         HDA_CODEC_VOLUME("i-Mic Boost", 0x19, 0, HDA_INPUT),
15033         HDA_CODEC_VOLUME("i-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15034         HDA_CODEC_MUTE("i-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15035         { } /* end */
15036 };
15037
15038 static struct snd_kcontrol_new alc662_eeepc_ep20_mixer[] = {
15039         HDA_CODEC_VOLUME("Line-Out Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15040         HDA_CODEC_MUTE("Line-Out Playback Switch", 0x14, 0x0, HDA_OUTPUT),
15041         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
15042         HDA_BIND_MUTE("Surround Playback Switch", 0x03, 2, HDA_INPUT),
15043         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
15044         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
15045         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x04, 1, 2, HDA_INPUT),
15046         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x04, 2, 2, HDA_INPUT),
15047         HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
15048         HDA_BIND_MUTE("MuteCtrl Playback Switch", 0x0c, 2, HDA_INPUT),
15049         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
15050         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
15051         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15052         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15053         { } /* end */
15054 };
15055
15056 static struct hda_bind_ctls alc663_asus_bind_master_vol = {
15057         .ops = &snd_hda_bind_vol,
15058         .values = {
15059                 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
15060                 HDA_COMPOSE_AMP_VAL(0x03, 3, 0, HDA_OUTPUT),
15061                 0
15062         },
15063 };
15064
15065 static struct hda_bind_ctls alc663_asus_one_bind_switch = {
15066         .ops = &snd_hda_bind_sw,
15067         .values = {
15068                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
15069                 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
15070                 0
15071         },
15072 };
15073
15074 static struct snd_kcontrol_new alc663_m51va_mixer[] = {
15075         HDA_BIND_VOL("Master Playback Volume", &alc663_asus_bind_master_vol),
15076         HDA_BIND_SW("Master Playback Switch", &alc663_asus_one_bind_switch),
15077         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15078         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15079         { } /* end */
15080 };
15081
15082 static struct hda_bind_ctls alc663_asus_tree_bind_switch = {
15083         .ops = &snd_hda_bind_sw,
15084         .values = {
15085                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
15086                 HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
15087                 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
15088                 0
15089         },
15090 };
15091
15092 static struct snd_kcontrol_new alc663_two_hp_m1_mixer[] = {
15093         HDA_BIND_VOL("Master Playback Volume", &alc663_asus_bind_master_vol),
15094         HDA_BIND_SW("Master Playback Switch", &alc663_asus_tree_bind_switch),
15095         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15096         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15097         HDA_CODEC_VOLUME("F-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15098         HDA_CODEC_MUTE("F-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15099
15100         { } /* end */
15101 };
15102
15103 static struct hda_bind_ctls alc663_asus_four_bind_switch = {
15104         .ops = &snd_hda_bind_sw,
15105         .values = {
15106                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
15107                 HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
15108                 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
15109                 0
15110         },
15111 };
15112
15113 static struct snd_kcontrol_new alc663_two_hp_m2_mixer[] = {
15114         HDA_BIND_VOL("Master Playback Volume", &alc663_asus_bind_master_vol),
15115         HDA_BIND_SW("Master Playback Switch", &alc663_asus_four_bind_switch),
15116         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15117         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15118         HDA_CODEC_VOLUME("F-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15119         HDA_CODEC_MUTE("F-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15120         { } /* end */
15121 };
15122
15123 static struct snd_kcontrol_new alc662_1bjd_mixer[] = {
15124         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15125         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
15126         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
15127         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15128         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15129         HDA_CODEC_VOLUME("F-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15130         HDA_CODEC_MUTE("F-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15131         { } /* end */
15132 };
15133
15134 static struct hda_bind_ctls alc663_asus_two_bind_master_vol = {
15135         .ops = &snd_hda_bind_vol,
15136         .values = {
15137                 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
15138                 HDA_COMPOSE_AMP_VAL(0x04, 3, 0, HDA_OUTPUT),
15139                 0
15140         },
15141 };
15142
15143 static struct hda_bind_ctls alc663_asus_two_bind_switch = {
15144         .ops = &snd_hda_bind_sw,
15145         .values = {
15146                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
15147                 HDA_COMPOSE_AMP_VAL(0x16, 3, 0, HDA_OUTPUT),
15148                 0
15149         },
15150 };
15151
15152 static struct snd_kcontrol_new alc663_asus_21jd_clfe_mixer[] = {
15153         HDA_BIND_VOL("Master Playback Volume",
15154                                 &alc663_asus_two_bind_master_vol),
15155         HDA_BIND_SW("Master Playback Switch", &alc663_asus_two_bind_switch),
15156         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
15157         HDA_CODEC_MUTE("Headphone Playback Switch", 0x21, 0x0, HDA_OUTPUT),
15158         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15159         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15160         { } /* end */
15161 };
15162
15163 static struct snd_kcontrol_new alc663_asus_15jd_clfe_mixer[] = {
15164         HDA_BIND_VOL("Master Playback Volume", &alc663_asus_bind_master_vol),
15165         HDA_BIND_SW("Master Playback Switch", &alc663_asus_two_bind_switch),
15166         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
15167         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
15168         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15169         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15170         { } /* end */
15171 };
15172
15173 static struct snd_kcontrol_new alc663_g71v_mixer[] = {
15174         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15175         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
15176         HDA_CODEC_VOLUME("Front Playback Volume", 0x03, 0x0, HDA_OUTPUT),
15177         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
15178         HDA_CODEC_MUTE("Headphone Playback Switch", 0x21, 0x0, HDA_OUTPUT),
15179
15180         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15181         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15182         HDA_CODEC_VOLUME("i-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15183         HDA_CODEC_MUTE("i-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15184         { } /* end */
15185 };
15186
15187 static struct snd_kcontrol_new alc663_g50v_mixer[] = {
15188         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15189         HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT),
15190         HDA_CODEC_MUTE("Headphone Playback Switch", 0x21, 0x0, HDA_OUTPUT),
15191
15192         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
15193         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
15194         HDA_CODEC_VOLUME("i-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15195         HDA_CODEC_MUTE("i-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15196         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
15197         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
15198         { } /* end */
15199 };
15200
15201 static struct snd_kcontrol_new alc662_chmode_mixer[] = {
15202         {
15203                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
15204                 .name = "Channel Mode",
15205                 .info = alc_ch_mode_info,
15206                 .get = alc_ch_mode_get,
15207                 .put = alc_ch_mode_put,
15208         },
15209         { } /* end */
15210 };
15211
15212 static struct hda_verb alc662_init_verbs[] = {
15213         /* ADC: mute amp left and right */
15214         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15215         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
15216         /* Front mixer: unmute input/output amp left and right (volume = 0) */
15217
15218         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15219         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
15220         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
15221         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
15222         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
15223
15224         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15225         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15226         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15227         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15228         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15229         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15230
15231         /* Front Pin: output 0 (0x0c) */
15232         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
15233         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15234
15235         /* Rear Pin: output 1 (0x0d) */
15236         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
15237         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15238
15239         /* CLFE Pin: output 2 (0x0e) */
15240         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
15241         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15242
15243         /* Mic (rear) pin: input vref at 80% */
15244         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
15245         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
15246         /* Front Mic pin: input vref at 80% */
15247         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
15248         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
15249         /* Line In pin: input */
15250         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15251         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
15252         /* Line-2 In: Headphone output (output 0 - 0x0c) */
15253         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15254         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15255         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
15256         /* CD pin widget for input */
15257         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15258
15259         /* FIXME: use matrix-type input source selection */
15260         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
15261         /* Input mixer */
15262         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15263         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15264         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
15265         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
15266
15267         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15268         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15269         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
15270         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
15271
15272         /* always trun on EAPD */
15273         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
15274         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
15275
15276         { }
15277 };
15278
15279 static struct hda_verb alc662_sue_init_verbs[] = {
15280         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_FRONT_EVENT},
15281         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_HP_EVENT},
15282         {}
15283 };
15284
15285 static struct hda_verb alc662_eeepc_sue_init_verbs[] = {
15286         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15287         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15288         {}
15289 };
15290
15291 /* Set Unsolicited Event*/
15292 static struct hda_verb alc662_eeepc_ep20_sue_init_verbs[] = {
15293         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
15294         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15295         {}
15296 };
15297
15298 /*
15299  * generic initialization of ADC, input mixers and output mixers
15300  */
15301 static struct hda_verb alc662_auto_init_verbs[] = {
15302         /*
15303          * Unmute ADC and set the default input to mic-in
15304          */
15305         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
15306         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15307
15308         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
15309          * mixer widget
15310          * Note: PASD motherboards uses the Line In 2 as the input for front
15311          * panel mic (mic 2)
15312          */
15313         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
15314         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15315         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
15316         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
15317         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
15318         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
15319
15320         /*
15321          * Set up output mixers (0x0c - 0x0f)
15322          */
15323         /* set vol=0 to output mixers */
15324         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
15325         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
15326         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
15327
15328         /* set up input amps for analog loopback */
15329         /* Amp Indices: DAC = 0, mixer = 1 */
15330         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15331         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15332         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15333         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15334         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15335         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15336
15337
15338         /* FIXME: use matrix-type input source selection */
15339         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
15340         /* Input mixer */
15341         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15342         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15343         { }
15344 };
15345
15346 /* additional verbs for ALC663 */
15347 static struct hda_verb alc663_auto_init_verbs[] = {
15348         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
15349         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15350         { }
15351 };
15352
15353 static struct hda_verb alc663_m51va_init_verbs[] = {
15354         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15355         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15356         {0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15357         {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15358         {0x21, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Headphone */
15359         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15360         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(9)},
15361         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15362         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15363         {}
15364 };
15365
15366 static struct hda_verb alc663_21jd_amic_init_verbs[] = {
15367         {0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15368         {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15369         {0x21, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Headphone */
15370         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15371         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15372         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15373         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15374         {}
15375 };
15376
15377 static struct hda_verb alc662_1bjd_amic_init_verbs[] = {
15378         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15379         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15380         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15381         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Headphone */
15382         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15383         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15384         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15385         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15386         {}
15387 };
15388
15389 static struct hda_verb alc663_15jd_amic_init_verbs[] = {
15390         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15391         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15392         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Headphone */
15393         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15394         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15395         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15396         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15397         {}
15398 };
15399
15400 static struct hda_verb alc663_two_hp_amic_m1_init_verbs[] = {
15401         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15402         {0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15403         {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15404         {0x21, AC_VERB_SET_CONNECT_SEL, 0x0},   /* Headphone */
15405         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15406         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15407         {0x15, AC_VERB_SET_CONNECT_SEL, 0x0},   /* Headphone */
15408         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15409         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15410         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15411         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15412         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15413         {}
15414 };
15415
15416 static struct hda_verb alc663_two_hp_amic_m2_init_verbs[] = {
15417         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
15418         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15419         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15420         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Headphone */
15421         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15422         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15423         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Headphone */
15424         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15425         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
15426         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15427         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15428         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15429         {}
15430 };
15431
15432 static struct hda_verb alc663_g71v_init_verbs[] = {
15433         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15434         /* {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, */
15435         /* {0x15, AC_VERB_SET_CONNECT_SEL, 0x01}, */ /* Headphone */
15436
15437         {0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15438         {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15439         {0x21, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Headphone */
15440
15441         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_FRONT_EVENT},
15442         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_MIC_EVENT},
15443         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_HP_EVENT},
15444         {}
15445 };
15446
15447 static struct hda_verb alc663_g50v_init_verbs[] = {
15448         {0x21, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
15449         {0x21, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
15450         {0x21, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Headphone */
15451
15452         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15453         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15454         {}
15455 };
15456
15457 static struct hda_verb alc662_ecs_init_verbs[] = {
15458         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0x701f},
15459         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
15460         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
15461         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
15462         {}
15463 };
15464
15465 static struct snd_kcontrol_new alc662_auto_capture_mixer[] = {
15466         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
15467         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
15468         { } /* end */
15469 };
15470
15471 static void alc662_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
15472 {
15473         unsigned int present;
15474         unsigned char bits;
15475
15476         present = snd_hda_codec_read(codec, 0x14, 0,
15477                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
15478         bits = present ? HDA_AMP_MUTE : 0;
15479         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
15480                                  HDA_AMP_MUTE, bits);
15481 }
15482
15483 static void alc662_lenovo_101e_all_automute(struct hda_codec *codec)
15484 {
15485         unsigned int present;
15486         unsigned char bits;
15487
15488         present = snd_hda_codec_read(codec, 0x1b, 0,
15489                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
15490         bits = present ? HDA_AMP_MUTE : 0;
15491         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
15492                                  HDA_AMP_MUTE, bits);
15493         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
15494                                  HDA_AMP_MUTE, bits);
15495 }
15496
15497 static void alc662_lenovo_101e_unsol_event(struct hda_codec *codec,
15498                                            unsigned int res)
15499 {
15500         if ((res >> 26) == ALC880_HP_EVENT)
15501                 alc662_lenovo_101e_all_automute(codec);
15502         if ((res >> 26) == ALC880_FRONT_EVENT)
15503                 alc662_lenovo_101e_ispeaker_automute(codec);
15504 }
15505
15506 static void alc662_eeepc_mic_automute(struct hda_codec *codec)
15507 {
15508         unsigned int present;
15509
15510         present = snd_hda_codec_read(codec, 0x18, 0,
15511                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
15512         snd_hda_codec_write(codec, 0x22, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15513                             0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
15514         snd_hda_codec_write(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15515                             0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
15516         snd_hda_codec_write(codec, 0x22, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15517                             0x7000 | (0x01 << 8) | (present ? 0x80 : 0));
15518         snd_hda_codec_write(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15519                             0x7000 | (0x01 << 8) | (present ? 0x80 : 0));
15520 }
15521
15522 /* unsolicited event for HP jack sensing */
15523 static void alc662_eeepc_unsol_event(struct hda_codec *codec,
15524                                      unsigned int res)
15525 {
15526         if ((res >> 26) == ALC880_HP_EVENT)
15527                 alc262_hippo1_automute( codec );
15528
15529         if ((res >> 26) == ALC880_MIC_EVENT)
15530                 alc662_eeepc_mic_automute(codec);
15531 }
15532
15533 static void alc662_eeepc_inithook(struct hda_codec *codec)
15534 {
15535         alc262_hippo1_automute( codec );
15536         alc662_eeepc_mic_automute(codec);
15537 }
15538
15539 static void alc662_eeepc_ep20_automute(struct hda_codec *codec)
15540 {
15541         unsigned int mute;
15542         unsigned int present;
15543
15544         snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
15545         present = snd_hda_codec_read(codec, 0x14, 0,
15546                                      AC_VERB_GET_PIN_SENSE, 0);
15547         present = (present & 0x80000000) != 0;
15548         if (present) {
15549                 /* mute internal speaker */
15550                 snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
15551                                         HDA_AMP_MUTE, HDA_AMP_MUTE);
15552         } else {
15553                 /* unmute internal speaker if necessary */
15554                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
15555                 snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
15556                                         HDA_AMP_MUTE, mute);
15557         }
15558 }
15559
15560 /* unsolicited event for HP jack sensing */
15561 static void alc662_eeepc_ep20_unsol_event(struct hda_codec *codec,
15562                                           unsigned int res)
15563 {
15564         if ((res >> 26) == ALC880_HP_EVENT)
15565                 alc662_eeepc_ep20_automute(codec);
15566 }
15567
15568 static void alc662_eeepc_ep20_inithook(struct hda_codec *codec)
15569 {
15570         alc662_eeepc_ep20_automute(codec);
15571 }
15572
15573 static void alc663_m51va_speaker_automute(struct hda_codec *codec)
15574 {
15575         unsigned int present;
15576         unsigned char bits;
15577
15578         present = snd_hda_codec_read(codec, 0x21, 0,
15579                         AC_VERB_GET_PIN_SENSE, 0)
15580                         & AC_PINSENSE_PRESENCE;
15581         bits = present ? HDA_AMP_MUTE : 0;
15582         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
15583                                 AMP_IN_MUTE(0), bits);
15584         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
15585                                 AMP_IN_MUTE(0), bits);
15586 }
15587
15588 static void alc663_21jd_two_speaker_automute(struct hda_codec *codec)
15589 {
15590         unsigned int present;
15591         unsigned char bits;
15592
15593         present = snd_hda_codec_read(codec, 0x21, 0,
15594                         AC_VERB_GET_PIN_SENSE, 0)
15595                         & AC_PINSENSE_PRESENCE;
15596         bits = present ? HDA_AMP_MUTE : 0;
15597         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
15598                                 AMP_IN_MUTE(0), bits);
15599         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
15600                                 AMP_IN_MUTE(0), bits);
15601         snd_hda_codec_amp_stereo(codec, 0x0e, HDA_INPUT, 0,
15602                                 AMP_IN_MUTE(0), bits);
15603         snd_hda_codec_amp_stereo(codec, 0x0e, HDA_INPUT, 1,
15604                                 AMP_IN_MUTE(0), bits);
15605 }
15606
15607 static void alc663_15jd_two_speaker_automute(struct hda_codec *codec)
15608 {
15609         unsigned int present;
15610         unsigned char bits;
15611
15612         present = snd_hda_codec_read(codec, 0x15, 0,
15613                         AC_VERB_GET_PIN_SENSE, 0)
15614                         & AC_PINSENSE_PRESENCE;
15615         bits = present ? HDA_AMP_MUTE : 0;
15616         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
15617                                 AMP_IN_MUTE(0), bits);
15618         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
15619                                 AMP_IN_MUTE(0), bits);
15620         snd_hda_codec_amp_stereo(codec, 0x0e, HDA_INPUT, 0,
15621                                 AMP_IN_MUTE(0), bits);
15622         snd_hda_codec_amp_stereo(codec, 0x0e, HDA_INPUT, 1,
15623                                 AMP_IN_MUTE(0), bits);
15624 }
15625
15626 static void alc662_f5z_speaker_automute(struct hda_codec *codec)
15627 {
15628         unsigned int present;
15629         unsigned char bits;
15630
15631         present = snd_hda_codec_read(codec, 0x1b, 0,
15632                         AC_VERB_GET_PIN_SENSE, 0)
15633                         & AC_PINSENSE_PRESENCE;
15634         bits = present ? 0 : PIN_OUT;
15635         snd_hda_codec_write(codec, 0x14, 0,
15636                          AC_VERB_SET_PIN_WIDGET_CONTROL, bits);
15637 }
15638
15639 static void alc663_two_hp_m1_speaker_automute(struct hda_codec *codec)
15640 {
15641         unsigned int present1, present2;
15642
15643         present1 = snd_hda_codec_read(codec, 0x21, 0,
15644                         AC_VERB_GET_PIN_SENSE, 0)
15645                         & AC_PINSENSE_PRESENCE;
15646         present2 = snd_hda_codec_read(codec, 0x15, 0,
15647                         AC_VERB_GET_PIN_SENSE, 0)
15648                         & AC_PINSENSE_PRESENCE;
15649
15650         if (present1 || present2) {
15651                 snd_hda_codec_write_cache(codec, 0x14, 0,
15652                         AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
15653         } else {
15654                 snd_hda_codec_write_cache(codec, 0x14, 0,
15655                         AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
15656         }
15657 }
15658
15659 static void alc663_two_hp_m2_speaker_automute(struct hda_codec *codec)
15660 {
15661         unsigned int present1, present2;
15662
15663         present1 = snd_hda_codec_read(codec, 0x1b, 0,
15664                                 AC_VERB_GET_PIN_SENSE, 0)
15665                                 & AC_PINSENSE_PRESENCE;
15666         present2 = snd_hda_codec_read(codec, 0x15, 0,
15667                                 AC_VERB_GET_PIN_SENSE, 0)
15668                                 & AC_PINSENSE_PRESENCE;
15669
15670         if (present1 || present2) {
15671                 snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
15672                                 AMP_IN_MUTE(0), AMP_IN_MUTE(0));
15673                 snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
15674                                 AMP_IN_MUTE(0), AMP_IN_MUTE(0));
15675         } else {
15676                 snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 0,
15677                                 AMP_IN_MUTE(0), 0);
15678                 snd_hda_codec_amp_stereo(codec, 0x0c, HDA_INPUT, 1,
15679                                 AMP_IN_MUTE(0), 0);
15680         }
15681 }
15682
15683 static void alc663_m51va_mic_automute(struct hda_codec *codec)
15684 {
15685         unsigned int present;
15686
15687         present = snd_hda_codec_read(codec, 0x18, 0,
15688                         AC_VERB_GET_PIN_SENSE, 0)
15689                         & AC_PINSENSE_PRESENCE;
15690         snd_hda_codec_write_cache(codec, 0x22, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15691                         0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
15692         snd_hda_codec_write_cache(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15693                         0x7000 | (0x00 << 8) | (present ? 0 : 0x80));
15694         snd_hda_codec_write_cache(codec, 0x22, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15695                         0x7000 | (0x09 << 8) | (present ? 0x80 : 0));
15696         snd_hda_codec_write_cache(codec, 0x23, 0, AC_VERB_SET_AMP_GAIN_MUTE,
15697                         0x7000 | (0x09 << 8) | (present ? 0x80 : 0));
15698 }
15699
15700 static void alc663_m51va_unsol_event(struct hda_codec *codec,
15701                                            unsigned int res)
15702 {
15703         switch (res >> 26) {
15704         case ALC880_HP_EVENT:
15705                 alc663_m51va_speaker_automute(codec);
15706                 break;
15707         case ALC880_MIC_EVENT:
15708                 alc663_m51va_mic_automute(codec);
15709                 break;
15710         }
15711 }
15712
15713 static void alc663_m51va_inithook(struct hda_codec *codec)
15714 {
15715         alc663_m51va_speaker_automute(codec);
15716         alc663_m51va_mic_automute(codec);
15717 }
15718
15719 /* ***************** Mode1 ******************************/
15720 static void alc663_mode1_unsol_event(struct hda_codec *codec,
15721                                            unsigned int res)
15722 {
15723         switch (res >> 26) {
15724         case ALC880_HP_EVENT:
15725                 alc663_m51va_speaker_automute(codec);
15726                 break;
15727         case ALC880_MIC_EVENT:
15728                 alc662_eeepc_mic_automute(codec);
15729                 break;
15730         }
15731 }
15732
15733 static void alc663_mode1_inithook(struct hda_codec *codec)
15734 {
15735         alc663_m51va_speaker_automute(codec);
15736         alc662_eeepc_mic_automute(codec);
15737 }
15738 /* ***************** Mode2 ******************************/
15739 static void alc662_mode2_unsol_event(struct hda_codec *codec,
15740                                            unsigned int res)
15741 {
15742         switch (res >> 26) {
15743         case ALC880_HP_EVENT:
15744                 alc662_f5z_speaker_automute(codec);
15745                 break;
15746         case ALC880_MIC_EVENT:
15747                 alc662_eeepc_mic_automute(codec);
15748                 break;
15749         }
15750 }
15751
15752 static void alc662_mode2_inithook(struct hda_codec *codec)
15753 {
15754         alc662_f5z_speaker_automute(codec);
15755         alc662_eeepc_mic_automute(codec);
15756 }
15757 /* ***************** Mode3 ******************************/
15758 static void alc663_mode3_unsol_event(struct hda_codec *codec,
15759                                            unsigned int res)
15760 {
15761         switch (res >> 26) {
15762         case ALC880_HP_EVENT:
15763                 alc663_two_hp_m1_speaker_automute(codec);
15764                 break;
15765         case ALC880_MIC_EVENT:
15766                 alc662_eeepc_mic_automute(codec);
15767                 break;
15768         }
15769 }
15770
15771 static void alc663_mode3_inithook(struct hda_codec *codec)
15772 {
15773         alc663_two_hp_m1_speaker_automute(codec);
15774         alc662_eeepc_mic_automute(codec);
15775 }
15776 /* ***************** Mode4 ******************************/
15777 static void alc663_mode4_unsol_event(struct hda_codec *codec,
15778                                            unsigned int res)
15779 {
15780         switch (res >> 26) {
15781         case ALC880_HP_EVENT:
15782                 alc663_21jd_two_speaker_automute(codec);
15783                 break;
15784         case ALC880_MIC_EVENT:
15785                 alc662_eeepc_mic_automute(codec);
15786                 break;
15787         }
15788 }
15789
15790 static void alc663_mode4_inithook(struct hda_codec *codec)
15791 {
15792         alc663_21jd_two_speaker_automute(codec);
15793         alc662_eeepc_mic_automute(codec);
15794 }
15795 /* ***************** Mode5 ******************************/
15796 static void alc663_mode5_unsol_event(struct hda_codec *codec,
15797                                            unsigned int res)
15798 {
15799         switch (res >> 26) {
15800         case ALC880_HP_EVENT:
15801                 alc663_15jd_two_speaker_automute(codec);
15802                 break;
15803         case ALC880_MIC_EVENT:
15804                 alc662_eeepc_mic_automute(codec);
15805                 break;
15806         }
15807 }
15808
15809 static void alc663_mode5_inithook(struct hda_codec *codec)
15810 {
15811         alc663_15jd_two_speaker_automute(codec);
15812         alc662_eeepc_mic_automute(codec);
15813 }
15814 /* ***************** Mode6 ******************************/
15815 static void alc663_mode6_unsol_event(struct hda_codec *codec,
15816                                            unsigned int res)
15817 {
15818         switch (res >> 26) {
15819         case ALC880_HP_EVENT:
15820                 alc663_two_hp_m2_speaker_automute(codec);
15821                 break;
15822         case ALC880_MIC_EVENT:
15823                 alc662_eeepc_mic_automute(codec);
15824                 break;
15825         }
15826 }
15827
15828 static void alc663_mode6_inithook(struct hda_codec *codec)
15829 {
15830         alc663_two_hp_m2_speaker_automute(codec);
15831         alc662_eeepc_mic_automute(codec);
15832 }
15833
15834 static void alc663_g71v_hp_automute(struct hda_codec *codec)
15835 {
15836         unsigned int present;
15837         unsigned char bits;
15838
15839         present = snd_hda_codec_read(codec, 0x21, 0,
15840                                      AC_VERB_GET_PIN_SENSE, 0)
15841                 & AC_PINSENSE_PRESENCE;
15842         bits = present ? HDA_AMP_MUTE : 0;
15843         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
15844                                  HDA_AMP_MUTE, bits);
15845         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
15846                                  HDA_AMP_MUTE, bits);
15847 }
15848
15849 static void alc663_g71v_front_automute(struct hda_codec *codec)
15850 {
15851         unsigned int present;
15852         unsigned char bits;
15853
15854         present = snd_hda_codec_read(codec, 0x15, 0,
15855                                      AC_VERB_GET_PIN_SENSE, 0)
15856                 & AC_PINSENSE_PRESENCE;
15857         bits = present ? HDA_AMP_MUTE : 0;
15858         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
15859                                  HDA_AMP_MUTE, bits);
15860 }
15861
15862 static void alc663_g71v_unsol_event(struct hda_codec *codec,
15863                                            unsigned int res)
15864 {
15865         switch (res >> 26) {
15866         case ALC880_HP_EVENT:
15867                 alc663_g71v_hp_automute(codec);
15868                 break;
15869         case ALC880_FRONT_EVENT:
15870                 alc663_g71v_front_automute(codec);
15871                 break;
15872         case ALC880_MIC_EVENT:
15873                 alc662_eeepc_mic_automute(codec);
15874                 break;
15875         }
15876 }
15877
15878 static void alc663_g71v_inithook(struct hda_codec *codec)
15879 {
15880         alc663_g71v_front_automute(codec);
15881         alc663_g71v_hp_automute(codec);
15882         alc662_eeepc_mic_automute(codec);
15883 }
15884
15885 static void alc663_g50v_unsol_event(struct hda_codec *codec,
15886                                            unsigned int res)
15887 {
15888         switch (res >> 26) {
15889         case ALC880_HP_EVENT:
15890                 alc663_m51va_speaker_automute(codec);
15891                 break;
15892         case ALC880_MIC_EVENT:
15893                 alc662_eeepc_mic_automute(codec);
15894                 break;
15895         }
15896 }
15897
15898 static void alc663_g50v_inithook(struct hda_codec *codec)
15899 {
15900         alc663_m51va_speaker_automute(codec);
15901         alc662_eeepc_mic_automute(codec);
15902 }
15903
15904 /* bind hp and internal speaker mute (with plug check) */
15905 static int alc662_ecs_master_sw_put(struct snd_kcontrol *kcontrol,
15906                                      struct snd_ctl_elem_value *ucontrol)
15907 {
15908         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
15909         long *valp = ucontrol->value.integer.value;
15910         int change;
15911
15912         change = snd_hda_codec_amp_update(codec, 0x1b, 0, HDA_OUTPUT, 0,
15913                                           HDA_AMP_MUTE,
15914                                           valp[0] ? 0 : HDA_AMP_MUTE);
15915         change |= snd_hda_codec_amp_update(codec, 0x1b, 1, HDA_OUTPUT, 0,
15916                                            HDA_AMP_MUTE,
15917                                            valp[1] ? 0 : HDA_AMP_MUTE);
15918         if (change)
15919                 alc262_hippo1_automute(codec);
15920         return change;
15921 }
15922
15923 static struct snd_kcontrol_new alc662_ecs_mixer[] = {
15924         HDA_CODEC_VOLUME("Master Playback Volume", 0x02, 0x0, HDA_OUTPUT),
15925         {
15926                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
15927                 .name = "Master Playback Switch",
15928                 .info = snd_hda_mixer_amp_switch_info,
15929                 .get = snd_hda_mixer_amp_switch_get,
15930                 .put = alc662_ecs_master_sw_put,
15931                 .private_value = HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
15932         },
15933
15934         HDA_CODEC_VOLUME("e-Mic/LineIn Boost", 0x18, 0, HDA_INPUT),
15935         HDA_CODEC_VOLUME("e-Mic/LineIn Playback Volume", 0x0b, 0x0, HDA_INPUT),
15936         HDA_CODEC_MUTE("e-Mic/LineIn Playback Switch", 0x0b, 0x0, HDA_INPUT),
15937
15938         HDA_CODEC_VOLUME("i-Mic Boost", 0x19, 0, HDA_INPUT),
15939         HDA_CODEC_VOLUME("i-Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
15940         HDA_CODEC_MUTE("i-Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
15941         { } /* end */
15942 };
15943
15944 #ifdef CONFIG_SND_HDA_POWER_SAVE
15945 #define alc662_loopbacks        alc880_loopbacks
15946 #endif
15947
15948
15949 /* pcm configuration: identiacal with ALC880 */
15950 #define alc662_pcm_analog_playback      alc880_pcm_analog_playback
15951 #define alc662_pcm_analog_capture       alc880_pcm_analog_capture
15952 #define alc662_pcm_digital_playback     alc880_pcm_digital_playback
15953 #define alc662_pcm_digital_capture      alc880_pcm_digital_capture
15954
15955 /*
15956  * configuration and preset
15957  */
15958 static const char *alc662_models[ALC662_MODEL_LAST] = {
15959         [ALC662_3ST_2ch_DIG]    = "3stack-dig",
15960         [ALC662_3ST_6ch_DIG]    = "3stack-6ch-dig",
15961         [ALC662_3ST_6ch]        = "3stack-6ch",
15962         [ALC662_5ST_DIG]        = "6stack-dig",
15963         [ALC662_LENOVO_101E]    = "lenovo-101e",
15964         [ALC662_ASUS_EEEPC_P701] = "eeepc-p701",
15965         [ALC662_ASUS_EEEPC_EP20] = "eeepc-ep20",
15966         [ALC662_ECS] = "ecs",
15967         [ALC663_ASUS_M51VA] = "m51va",
15968         [ALC663_ASUS_G71V] = "g71v",
15969         [ALC663_ASUS_H13] = "h13",
15970         [ALC663_ASUS_G50V] = "g50v",
15971         [ALC663_ASUS_MODE1] = "asus-mode1",
15972         [ALC662_ASUS_MODE2] = "asus-mode2",
15973         [ALC663_ASUS_MODE3] = "asus-mode3",
15974         [ALC663_ASUS_MODE4] = "asus-mode4",
15975         [ALC663_ASUS_MODE5] = "asus-mode5",
15976         [ALC663_ASUS_MODE6] = "asus-mode6",
15977         [ALC662_AUTO]           = "auto",
15978 };
15979
15980 static struct snd_pci_quirk alc662_cfg_tbl[] = {
15981         SND_PCI_QUIRK(0x1043, 0x1878, "ASUS M51VA", ALC663_ASUS_M51VA),
15982         SND_PCI_QUIRK(0x1043, 0x19a3, "ASUS G50V", ALC663_ASUS_G50V),
15983         SND_PCI_QUIRK(0x1043, 0x8290, "ASUS P5GC-MX", ALC662_3ST_6ch_DIG),
15984         SND_PCI_QUIRK(0x1043, 0x82a1, "ASUS Eeepc", ALC662_ASUS_EEEPC_P701),
15985         SND_PCI_QUIRK(0x1043, 0x82d1, "ASUS Eeepc EP20", ALC662_ASUS_EEEPC_EP20),
15986         SND_PCI_QUIRK(0x1043, 0x1903, "ASUS F5GL", ALC663_ASUS_MODE1),
15987         SND_PCI_QUIRK(0x1043, 0x1878, "ASUS M50Vr", ALC663_ASUS_MODE1),
15988         SND_PCI_QUIRK(0x1043, 0x1000, "ASUS N50Vm", ALC663_ASUS_MODE1),
15989         SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS F7Z", ALC663_ASUS_MODE1),
15990         SND_PCI_QUIRK(0x1043, 0x1953, "ASUS NB", ALC663_ASUS_MODE1),
15991         SND_PCI_QUIRK(0x1043, 0x19a3, "ASUS NB", ALC663_ASUS_MODE1),
15992         SND_PCI_QUIRK(0x1043, 0x11d3, "ASUS NB", ALC663_ASUS_MODE1),
15993         SND_PCI_QUIRK(0x1043, 0x1203, "ASUS NB", ALC663_ASUS_MODE1),
15994         SND_PCI_QUIRK(0x1043, 0x19e3, "ASUS NB", ALC663_ASUS_MODE1),
15995         SND_PCI_QUIRK(0x1043, 0x1993, "ASUS N20", ALC663_ASUS_MODE1),
15996         SND_PCI_QUIRK(0x1043, 0x19c3, "ASUS F5Z/F6x", ALC662_ASUS_MODE2),
15997         SND_PCI_QUIRK(0x1043, 0x1339, "ASUS NB", ALC662_ASUS_MODE2),
15998         SND_PCI_QUIRK(0x1043, 0x1913, "ASUS NB", ALC662_ASUS_MODE2),
15999         SND_PCI_QUIRK(0x1043, 0x1843, "ASUS NB", ALC662_ASUS_MODE2),
16000         SND_PCI_QUIRK(0x1043, 0x1813, "ASUS NB", ALC662_ASUS_MODE2),
16001         SND_PCI_QUIRK(0x1043, 0x11f3, "ASUS NB", ALC662_ASUS_MODE2),
16002         SND_PCI_QUIRK(0x1043, 0x1876, "ASUS NB", ALC662_ASUS_MODE2),
16003         SND_PCI_QUIRK(0x1043, 0x1864, "ASUS NB", ALC662_ASUS_MODE2),
16004         SND_PCI_QUIRK(0x1043, 0x1783, "ASUS NB", ALC662_ASUS_MODE2),
16005         SND_PCI_QUIRK(0x1043, 0x1753, "ASUS NB", ALC662_ASUS_MODE2),
16006         SND_PCI_QUIRK(0x1043, 0x16c3, "ASUS NB", ALC662_ASUS_MODE2),
16007         SND_PCI_QUIRK(0x1043, 0x1933, "ASUS F80Q", ALC662_ASUS_MODE2),
16008         SND_PCI_QUIRK(0x1043, 0x1893, "ASUS M50Vm", ALC663_ASUS_MODE3),
16009         SND_PCI_QUIRK(0x1043, 0x11c3, "ASUS M70V", ALC663_ASUS_MODE3),
16010         SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71C", ALC663_ASUS_MODE3),
16011         SND_PCI_QUIRK(0x1043, 0x1894, "ASUS X55", ALC663_ASUS_MODE3),
16012         SND_PCI_QUIRK(0x1043, 0x1092, "ASUS NB", ALC663_ASUS_MODE3),
16013         SND_PCI_QUIRK(0x1043, 0x19f3, "ASUS NB", ALC663_ASUS_MODE4),
16014         SND_PCI_QUIRK(0x1043, 0x1823, "ASUS NB", ALC663_ASUS_MODE5),
16015         SND_PCI_QUIRK(0x1043, 0x1833, "ASUS NB", ALC663_ASUS_MODE6),
16016         SND_PCI_QUIRK(0x1043, 0x1763, "ASUS NB", ALC663_ASUS_MODE6),
16017         SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC663_ASUS_MODE6),
16018         SND_PCI_QUIRK(0x105b, 0x0d47, "Foxconn 45CMX/45GMX/45CMX-K",
16019                       ALC662_3ST_6ch_DIG),
16020         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E),
16021         SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_ECS),
16022         SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_ECS),
16023         SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L",
16024                       ALC662_3ST_6ch_DIG),
16025         SND_PCI_QUIRK(0x1565, 0x820f, "Biostar TA780G M2+", ALC662_3ST_6ch_DIG),
16026         SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0",
16027                                         ALC662_3ST_6ch_DIG),
16028         SND_PCI_QUIRK(0x1854, 0x2000, "ASUS H13-2000", ALC663_ASUS_H13),
16029         SND_PCI_QUIRK(0x1854, 0x2001, "ASUS H13-2001", ALC663_ASUS_H13),
16030         SND_PCI_QUIRK(0x1854, 0x2002, "ASUS H13-2002", ALC663_ASUS_H13),
16031         {}
16032 };
16033
16034 static struct alc_config_preset alc662_presets[] = {
16035         [ALC662_3ST_2ch_DIG] = {
16036                 .mixers = { alc662_3ST_2ch_mixer },
16037                 .init_verbs = { alc662_init_verbs },
16038                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16039                 .dac_nids = alc662_dac_nids,
16040                 .dig_out_nid = ALC662_DIGOUT_NID,
16041                 .dig_in_nid = ALC662_DIGIN_NID,
16042                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16043                 .channel_mode = alc662_3ST_2ch_modes,
16044                 .input_mux = &alc662_capture_source,
16045         },
16046         [ALC662_3ST_6ch_DIG] = {
16047                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
16048                 .init_verbs = { alc662_init_verbs },
16049                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16050                 .dac_nids = alc662_dac_nids,
16051                 .dig_out_nid = ALC662_DIGOUT_NID,
16052                 .dig_in_nid = ALC662_DIGIN_NID,
16053                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
16054                 .channel_mode = alc662_3ST_6ch_modes,
16055                 .need_dac_fix = 1,
16056                 .input_mux = &alc662_capture_source,
16057         },
16058         [ALC662_3ST_6ch] = {
16059                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
16060                 .init_verbs = { alc662_init_verbs },
16061                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16062                 .dac_nids = alc662_dac_nids,
16063                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
16064                 .channel_mode = alc662_3ST_6ch_modes,
16065                 .need_dac_fix = 1,
16066                 .input_mux = &alc662_capture_source,
16067         },
16068         [ALC662_5ST_DIG] = {
16069                 .mixers = { alc662_base_mixer, alc662_chmode_mixer },
16070                 .init_verbs = { alc662_init_verbs },
16071                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16072                 .dac_nids = alc662_dac_nids,
16073                 .dig_out_nid = ALC662_DIGOUT_NID,
16074                 .dig_in_nid = ALC662_DIGIN_NID,
16075                 .num_channel_mode = ARRAY_SIZE(alc662_5stack_modes),
16076                 .channel_mode = alc662_5stack_modes,
16077                 .input_mux = &alc662_capture_source,
16078         },
16079         [ALC662_LENOVO_101E] = {
16080                 .mixers = { alc662_lenovo_101e_mixer },
16081                 .init_verbs = { alc662_init_verbs, alc662_sue_init_verbs },
16082                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16083                 .dac_nids = alc662_dac_nids,
16084                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16085                 .channel_mode = alc662_3ST_2ch_modes,
16086                 .input_mux = &alc662_lenovo_101e_capture_source,
16087                 .unsol_event = alc662_lenovo_101e_unsol_event,
16088                 .init_hook = alc662_lenovo_101e_all_automute,
16089         },
16090         [ALC662_ASUS_EEEPC_P701] = {
16091                 .mixers = { alc662_eeepc_p701_mixer },
16092                 .init_verbs = { alc662_init_verbs,
16093                                 alc662_eeepc_sue_init_verbs },
16094                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16095                 .dac_nids = alc662_dac_nids,
16096                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16097                 .channel_mode = alc662_3ST_2ch_modes,
16098                 .input_mux = &alc662_eeepc_capture_source,
16099                 .unsol_event = alc662_eeepc_unsol_event,
16100                 .init_hook = alc662_eeepc_inithook,
16101         },
16102         [ALC662_ASUS_EEEPC_EP20] = {
16103                 .mixers = { alc662_eeepc_ep20_mixer,
16104                             alc662_chmode_mixer },
16105                 .init_verbs = { alc662_init_verbs,
16106                                 alc662_eeepc_ep20_sue_init_verbs },
16107                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16108                 .dac_nids = alc662_dac_nids,
16109                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
16110                 .channel_mode = alc662_3ST_6ch_modes,
16111                 .input_mux = &alc662_lenovo_101e_capture_source,
16112                 .unsol_event = alc662_eeepc_ep20_unsol_event,
16113                 .init_hook = alc662_eeepc_ep20_inithook,
16114         },
16115         [ALC662_ECS] = {
16116                 .mixers = { alc662_ecs_mixer },
16117                 .init_verbs = { alc662_init_verbs,
16118                                 alc662_ecs_init_verbs },
16119                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16120                 .dac_nids = alc662_dac_nids,
16121                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16122                 .channel_mode = alc662_3ST_2ch_modes,
16123                 .input_mux = &alc662_eeepc_capture_source,
16124                 .unsol_event = alc662_eeepc_unsol_event,
16125                 .init_hook = alc662_eeepc_inithook,
16126         },
16127         [ALC663_ASUS_M51VA] = {
16128                 .mixers = { alc663_m51va_mixer },
16129                 .init_verbs = { alc662_init_verbs, alc663_m51va_init_verbs },
16130                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16131                 .dac_nids = alc662_dac_nids,
16132                 .dig_out_nid = ALC662_DIGOUT_NID,
16133                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16134                 .channel_mode = alc662_3ST_2ch_modes,
16135                 .input_mux = &alc663_m51va_capture_source,
16136                 .unsol_event = alc663_m51va_unsol_event,
16137                 .init_hook = alc663_m51va_inithook,
16138         },
16139         [ALC663_ASUS_G71V] = {
16140                 .mixers = { alc663_g71v_mixer },
16141                 .init_verbs = { alc662_init_verbs, alc663_g71v_init_verbs },
16142                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16143                 .dac_nids = alc662_dac_nids,
16144                 .dig_out_nid = ALC662_DIGOUT_NID,
16145                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16146                 .channel_mode = alc662_3ST_2ch_modes,
16147                 .input_mux = &alc662_eeepc_capture_source,
16148                 .unsol_event = alc663_g71v_unsol_event,
16149                 .init_hook = alc663_g71v_inithook,
16150         },
16151         [ALC663_ASUS_H13] = {
16152                 .mixers = { alc663_m51va_mixer },
16153                 .init_verbs = { alc662_init_verbs, alc663_m51va_init_verbs },
16154                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16155                 .dac_nids = alc662_dac_nids,
16156                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16157                 .channel_mode = alc662_3ST_2ch_modes,
16158                 .input_mux = &alc663_m51va_capture_source,
16159                 .unsol_event = alc663_m51va_unsol_event,
16160                 .init_hook = alc663_m51va_inithook,
16161         },
16162         [ALC663_ASUS_G50V] = {
16163                 .mixers = { alc663_g50v_mixer },
16164                 .init_verbs = { alc662_init_verbs, alc663_g50v_init_verbs },
16165                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16166                 .dac_nids = alc662_dac_nids,
16167                 .dig_out_nid = ALC662_DIGOUT_NID,
16168                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
16169                 .channel_mode = alc662_3ST_6ch_modes,
16170                 .input_mux = &alc663_capture_source,
16171                 .unsol_event = alc663_g50v_unsol_event,
16172                 .init_hook = alc663_g50v_inithook,
16173         },
16174         [ALC663_ASUS_MODE1] = {
16175                 .mixers = { alc663_m51va_mixer },
16176                 .cap_mixer = alc662_auto_capture_mixer,
16177                 .init_verbs = { alc662_init_verbs,
16178                                 alc663_21jd_amic_init_verbs },
16179                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16180                 .hp_nid = 0x03,
16181                 .dac_nids = alc662_dac_nids,
16182                 .dig_out_nid = ALC662_DIGOUT_NID,
16183                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16184                 .channel_mode = alc662_3ST_2ch_modes,
16185                 .input_mux = &alc662_eeepc_capture_source,
16186                 .unsol_event = alc663_mode1_unsol_event,
16187                 .init_hook = alc663_mode1_inithook,
16188         },
16189         [ALC662_ASUS_MODE2] = {
16190                 .mixers = { alc662_1bjd_mixer },
16191                 .cap_mixer = alc662_auto_capture_mixer,
16192                 .init_verbs = { alc662_init_verbs,
16193                                 alc662_1bjd_amic_init_verbs },
16194                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16195                 .dac_nids = alc662_dac_nids,
16196                 .dig_out_nid = ALC662_DIGOUT_NID,
16197                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16198                 .channel_mode = alc662_3ST_2ch_modes,
16199                 .input_mux = &alc662_eeepc_capture_source,
16200                 .unsol_event = alc662_mode2_unsol_event,
16201                 .init_hook = alc662_mode2_inithook,
16202         },
16203         [ALC663_ASUS_MODE3] = {
16204                 .mixers = { alc663_two_hp_m1_mixer },
16205                 .cap_mixer = alc662_auto_capture_mixer,
16206                 .init_verbs = { alc662_init_verbs,
16207                                 alc663_two_hp_amic_m1_init_verbs },
16208                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16209                 .hp_nid = 0x03,
16210                 .dac_nids = alc662_dac_nids,
16211                 .dig_out_nid = ALC662_DIGOUT_NID,
16212                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16213                 .channel_mode = alc662_3ST_2ch_modes,
16214                 .input_mux = &alc662_eeepc_capture_source,
16215                 .unsol_event = alc663_mode3_unsol_event,
16216                 .init_hook = alc663_mode3_inithook,
16217         },
16218         [ALC663_ASUS_MODE4] = {
16219                 .mixers = { alc663_asus_21jd_clfe_mixer },
16220                 .cap_mixer = alc662_auto_capture_mixer,
16221                 .init_verbs = { alc662_init_verbs,
16222                                 alc663_21jd_amic_init_verbs},
16223                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16224                 .hp_nid = 0x03,
16225                 .dac_nids = alc662_dac_nids,
16226                 .dig_out_nid = ALC662_DIGOUT_NID,
16227                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16228                 .channel_mode = alc662_3ST_2ch_modes,
16229                 .input_mux = &alc662_eeepc_capture_source,
16230                 .unsol_event = alc663_mode4_unsol_event,
16231                 .init_hook = alc663_mode4_inithook,
16232         },
16233         [ALC663_ASUS_MODE5] = {
16234                 .mixers = { alc663_asus_15jd_clfe_mixer },
16235                 .cap_mixer = alc662_auto_capture_mixer,
16236                 .init_verbs = { alc662_init_verbs,
16237                                 alc663_15jd_amic_init_verbs },
16238                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16239                 .hp_nid = 0x03,
16240                 .dac_nids = alc662_dac_nids,
16241                 .dig_out_nid = ALC662_DIGOUT_NID,
16242                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16243                 .channel_mode = alc662_3ST_2ch_modes,
16244                 .input_mux = &alc662_eeepc_capture_source,
16245                 .unsol_event = alc663_mode5_unsol_event,
16246                 .init_hook = alc663_mode5_inithook,
16247         },
16248         [ALC663_ASUS_MODE6] = {
16249                 .mixers = { alc663_two_hp_m2_mixer },
16250                 .cap_mixer = alc662_auto_capture_mixer,
16251                 .init_verbs = { alc662_init_verbs,
16252                                 alc663_two_hp_amic_m2_init_verbs },
16253                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
16254                 .hp_nid = 0x03,
16255                 .dac_nids = alc662_dac_nids,
16256                 .dig_out_nid = ALC662_DIGOUT_NID,
16257                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
16258                 .channel_mode = alc662_3ST_2ch_modes,
16259                 .input_mux = &alc662_eeepc_capture_source,
16260                 .unsol_event = alc663_mode6_unsol_event,
16261                 .init_hook = alc663_mode6_inithook,
16262         },
16263 };
16264
16265
16266 /*
16267  * BIOS auto configuration
16268  */
16269
16270 /* add playback controls from the parsed DAC table */
16271 static int alc662_auto_create_multi_out_ctls(struct alc_spec *spec,
16272                                              const struct auto_pin_cfg *cfg)
16273 {
16274         char name[32];
16275         static const char *chname[4] = {
16276                 "Front", "Surround", NULL /*CLFE*/, "Side"
16277         };
16278         hda_nid_t nid;
16279         int i, err;
16280
16281         for (i = 0; i < cfg->line_outs; i++) {
16282                 if (!spec->multiout.dac_nids[i])
16283                         continue;
16284                 nid = alc880_idx_to_dac(i);
16285                 if (i == 2) {
16286                         /* Center/LFE */
16287                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
16288                                           "Center Playback Volume",
16289                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
16290                                                               HDA_OUTPUT));
16291                         if (err < 0)
16292                                 return err;
16293                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
16294                                           "LFE Playback Volume",
16295                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
16296                                                               HDA_OUTPUT));
16297                         if (err < 0)
16298                                 return err;
16299                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
16300                                           "Center Playback Switch",
16301                                           HDA_COMPOSE_AMP_VAL(0x0e, 1, 0,
16302                                                               HDA_INPUT));
16303                         if (err < 0)
16304                                 return err;
16305                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
16306                                           "LFE Playback Switch",
16307                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
16308                                                               HDA_INPUT));
16309                         if (err < 0)
16310                                 return err;
16311                 } else {
16312                         sprintf(name, "%s Playback Volume", chname[i]);
16313                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
16314                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
16315                                                               HDA_OUTPUT));
16316                         if (err < 0)
16317                                 return err;
16318                         sprintf(name, "%s Playback Switch", chname[i]);
16319                         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
16320                                 HDA_COMPOSE_AMP_VAL(alc880_idx_to_mixer(i),
16321                                                     3, 0, HDA_INPUT));
16322                         if (err < 0)
16323                                 return err;
16324                 }
16325         }
16326         return 0;
16327 }
16328
16329 /* add playback controls for speaker and HP outputs */
16330 static int alc662_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
16331                                         const char *pfx)
16332 {
16333         hda_nid_t nid;
16334         int err;
16335         char name[32];
16336
16337         if (!pin)
16338                 return 0;
16339
16340         if (pin == 0x17) {
16341                 /* ALC663 has a mono output pin on 0x17 */
16342                 sprintf(name, "%s Playback Switch", pfx);
16343                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
16344                                   HDA_COMPOSE_AMP_VAL(pin, 2, 0, HDA_OUTPUT));
16345                 return err;
16346         }
16347
16348         if (alc880_is_fixed_pin(pin)) {
16349                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
16350                 /* printk("DAC nid=%x\n",nid); */
16351                 /* specify the DAC as the extra output */
16352                 if (!spec->multiout.hp_nid)
16353                         spec->multiout.hp_nid = nid;
16354                 else
16355                         spec->multiout.extra_out_nid[0] = nid;
16356                 /* control HP volume/switch on the output mixer amp */
16357                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
16358                 sprintf(name, "%s Playback Volume", pfx);
16359                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
16360                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
16361                 if (err < 0)
16362                         return err;
16363                 sprintf(name, "%s Playback Switch", pfx);
16364                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
16365                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
16366                 if (err < 0)
16367                         return err;
16368         } else if (alc880_is_multi_pin(pin)) {
16369                 /* set manual connection */
16370                 /* we have only a switch on HP-out PIN */
16371                 sprintf(name, "%s Playback Switch", pfx);
16372                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
16373                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
16374                 if (err < 0)
16375                         return err;
16376         }
16377         return 0;
16378 }
16379
16380 /* create playback/capture controls for input pins */
16381 static int alc662_auto_create_analog_input_ctls(struct alc_spec *spec,
16382                                                 const struct auto_pin_cfg *cfg)
16383 {
16384         struct hda_input_mux *imux = &spec->private_imux;
16385         int i, err, idx;
16386
16387         for (i = 0; i < AUTO_PIN_LAST; i++) {
16388                 if (alc880_is_input_pin(cfg->input_pins[i])) {
16389                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
16390                         err = new_analog_input(spec, cfg->input_pins[i],
16391                                                auto_pin_cfg_labels[i],
16392                                                idx, 0x0b);
16393                         if (err < 0)
16394                                 return err;
16395                         imux->items[imux->num_items].label =
16396                                 auto_pin_cfg_labels[i];
16397                         imux->items[imux->num_items].index =
16398                                 alc880_input_pin_idx(cfg->input_pins[i]);
16399                         imux->num_items++;
16400                 }
16401         }
16402         return 0;
16403 }
16404
16405 static void alc662_auto_set_output_and_unmute(struct hda_codec *codec,
16406                                               hda_nid_t nid, int pin_type,
16407                                               int dac_idx)
16408 {
16409         alc_set_pin_output(codec, nid, pin_type);
16410         /* need the manual connection? */
16411         if (alc880_is_multi_pin(nid)) {
16412                 struct alc_spec *spec = codec->spec;
16413                 int idx = alc880_multi_pin_idx(nid);
16414                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
16415                                     AC_VERB_SET_CONNECT_SEL,
16416                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
16417         }
16418 }
16419
16420 static void alc662_auto_init_multi_out(struct hda_codec *codec)
16421 {
16422         struct alc_spec *spec = codec->spec;
16423         int i;
16424
16425         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
16426         for (i = 0; i <= HDA_SIDE; i++) {
16427                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
16428                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
16429                 if (nid)
16430                         alc662_auto_set_output_and_unmute(codec, nid, pin_type,
16431                                                           i);
16432         }
16433 }
16434
16435 static void alc662_auto_init_hp_out(struct hda_codec *codec)
16436 {
16437         struct alc_spec *spec = codec->spec;
16438         hda_nid_t pin;
16439
16440         pin = spec->autocfg.hp_pins[0];
16441         if (pin) /* connect to front */
16442                 /* use dac 0 */
16443                 alc662_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
16444         pin = spec->autocfg.speaker_pins[0];
16445         if (pin)
16446                 alc662_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
16447 }
16448
16449 #define alc662_is_input_pin(nid)        alc880_is_input_pin(nid)
16450 #define ALC662_PIN_CD_NID               ALC880_PIN_CD_NID
16451
16452 static void alc662_auto_init_analog_input(struct hda_codec *codec)
16453 {
16454         struct alc_spec *spec = codec->spec;
16455         int i;
16456
16457         for (i = 0; i < AUTO_PIN_LAST; i++) {
16458                 hda_nid_t nid = spec->autocfg.input_pins[i];
16459                 if (alc662_is_input_pin(nid)) {
16460                         snd_hda_codec_write(codec, nid, 0,
16461                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
16462                                             (i <= AUTO_PIN_FRONT_MIC ?
16463                                              PIN_VREF80 : PIN_IN));
16464                         if (nid != ALC662_PIN_CD_NID)
16465                                 snd_hda_codec_write(codec, nid, 0,
16466                                                     AC_VERB_SET_AMP_GAIN_MUTE,
16467                                                     AMP_OUT_MUTE);
16468                 }
16469         }
16470 }
16471
16472 #define alc662_auto_init_input_src      alc882_auto_init_input_src
16473
16474 static int alc662_parse_auto_config(struct hda_codec *codec)
16475 {
16476         struct alc_spec *spec = codec->spec;
16477         int err;
16478         static hda_nid_t alc662_ignore[] = { 0x1d, 0 };
16479
16480         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
16481                                            alc662_ignore);
16482         if (err < 0)
16483                 return err;
16484         if (!spec->autocfg.line_outs)
16485                 return 0; /* can't find valid BIOS pin config */
16486
16487         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
16488         if (err < 0)
16489                 return err;
16490         err = alc662_auto_create_multi_out_ctls(spec, &spec->autocfg);
16491         if (err < 0)
16492                 return err;
16493         err = alc662_auto_create_extra_out(spec,
16494                                            spec->autocfg.speaker_pins[0],
16495                                            "Speaker");
16496         if (err < 0)
16497                 return err;
16498         err = alc662_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
16499                                            "Headphone");
16500         if (err < 0)
16501                 return err;
16502         err = alc662_auto_create_analog_input_ctls(spec, &spec->autocfg);
16503         if (err < 0)
16504                 return err;
16505
16506         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
16507
16508         if (spec->autocfg.dig_out_pin)
16509                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
16510
16511         if (spec->kctls.list)
16512                 add_mixer(spec, spec->kctls.list);
16513
16514         spec->num_mux_defs = 1;
16515         spec->input_mux = &spec->private_imux;
16516
16517         add_verb(spec, alc662_auto_init_verbs);
16518         if (codec->vendor_id == 0x10ec0663)
16519                 add_verb(spec, alc663_auto_init_verbs);
16520
16521         err = alc_auto_add_mic_boost(codec);
16522         if (err < 0)
16523                 return err;
16524
16525         store_pin_configs(codec);
16526         return 1;
16527 }
16528
16529 /* additional initialization for auto-configuration model */
16530 static void alc662_auto_init(struct hda_codec *codec)
16531 {
16532         struct alc_spec *spec = codec->spec;
16533         alc662_auto_init_multi_out(codec);
16534         alc662_auto_init_hp_out(codec);
16535         alc662_auto_init_analog_input(codec);
16536         alc662_auto_init_input_src(codec);
16537         if (spec->unsol_event)
16538                 alc_inithook(codec);
16539 }
16540
16541 static int patch_alc662(struct hda_codec *codec)
16542 {
16543         struct alc_spec *spec;
16544         int err, board_config;
16545
16546         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
16547         if (!spec)
16548                 return -ENOMEM;
16549
16550         codec->spec = spec;
16551
16552         alc_fix_pll_init(codec, 0x20, 0x04, 15);
16553
16554         board_config = snd_hda_check_board_config(codec, ALC662_MODEL_LAST,
16555                                                   alc662_models,
16556                                                   alc662_cfg_tbl);
16557         if (board_config < 0) {
16558                 printk(KERN_INFO "hda_codec: Unknown model for ALC662, "
16559                        "trying auto-probe from BIOS...\n");
16560                 board_config = ALC662_AUTO;
16561         }
16562
16563         if (board_config == ALC662_AUTO) {
16564                 /* automatic parse from the BIOS config */
16565                 err = alc662_parse_auto_config(codec);
16566                 if (err < 0) {
16567                         alc_free(codec);
16568                         return err;
16569                 } else if (!err) {
16570                         printk(KERN_INFO
16571                                "hda_codec: Cannot set up configuration "
16572                                "from BIOS.  Using base mode...\n");
16573                         board_config = ALC662_3ST_2ch_DIG;
16574                 }
16575         }
16576
16577         if (board_config != ALC662_AUTO)
16578                 setup_preset(spec, &alc662_presets[board_config]);
16579
16580         if (codec->vendor_id == 0x10ec0663) {
16581                 spec->stream_name_analog = "ALC663 Analog";
16582                 spec->stream_name_digital = "ALC663 Digital";
16583         } else if (codec->vendor_id == 0x10ec0272) {
16584                 spec->stream_name_analog = "ALC272 Analog";
16585                 spec->stream_name_digital = "ALC272 Digital";
16586         } else {
16587                 spec->stream_name_analog = "ALC662 Analog";
16588                 spec->stream_name_digital = "ALC662 Digital";
16589         }
16590
16591         spec->stream_analog_playback = &alc662_pcm_analog_playback;
16592         spec->stream_analog_capture = &alc662_pcm_analog_capture;
16593
16594         spec->stream_digital_playback = &alc662_pcm_digital_playback;
16595         spec->stream_digital_capture = &alc662_pcm_digital_capture;
16596
16597         spec->adc_nids = alc662_adc_nids;
16598         spec->num_adc_nids = ARRAY_SIZE(alc662_adc_nids);
16599         spec->capsrc_nids = alc662_capsrc_nids;
16600         spec->is_mix_capture = 1;
16601
16602         if (!spec->cap_mixer)
16603                 set_capture_mixer(spec);
16604
16605         spec->vmaster_nid = 0x02;
16606
16607         codec->patch_ops = alc_patch_ops;
16608         if (board_config == ALC662_AUTO)
16609                 spec->init_hook = alc662_auto_init;
16610 #ifdef CONFIG_SND_HDA_POWER_SAVE
16611         if (!spec->loopback.amplist)
16612                 spec->loopback.amplist = alc662_loopbacks;
16613 #endif
16614         codec->proc_widget_hook = print_realtek_coef;
16615
16616         return 0;
16617 }
16618
16619 /*
16620  * patch entries
16621  */
16622 static struct hda_codec_preset snd_hda_preset_realtek[] = {
16623         { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
16624         { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
16625         { .id = 0x10ec0267, .name = "ALC267", .patch = patch_alc268 },
16626         { .id = 0x10ec0268, .name = "ALC268", .patch = patch_alc268 },
16627         { .id = 0x10ec0269, .name = "ALC269", .patch = patch_alc269 },
16628         { .id = 0x10ec0272, .name = "ALC272", .patch = patch_alc662 },
16629         { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
16630           .patch = patch_alc861 },
16631         { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
16632         { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
16633         { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
16634         { .id = 0x10ec0662, .rev = 0x100002, .name = "ALC662 rev2",
16635           .patch = patch_alc883 },
16636         { .id = 0x10ec0662, .rev = 0x100101, .name = "ALC662 rev1",
16637           .patch = patch_alc662 },
16638         { .id = 0x10ec0663, .name = "ALC663", .patch = patch_alc662 },
16639         { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
16640         { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
16641         { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc883 },
16642         { .id = 0x10ec0885, .rev = 0x100101, .name = "ALC889A",
16643           .patch = patch_alc882 }, /* should be patch_alc883() in future */
16644         { .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A",
16645           .patch = patch_alc882 }, /* should be patch_alc883() in future */
16646         { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
16647         { .id = 0x10ec0887, .name = "ALC887", .patch = patch_alc883 },
16648         { .id = 0x10ec0888, .rev = 0x100101, .name = "ALC1200",
16649           .patch = patch_alc883 },
16650         { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 },
16651         { .id = 0x10ec0889, .name = "ALC889", .patch = patch_alc883 },
16652         {} /* terminator */
16653 };
16654
16655 MODULE_ALIAS("snd-hda-codec-id:10ec*");
16656
16657 MODULE_LICENSE("GPL");
16658 MODULE_DESCRIPTION("Realtek HD-audio codec");
16659
16660 static struct hda_codec_preset_list realtek_list = {
16661         .preset = snd_hda_preset_realtek,
16662         .owner = THIS_MODULE,
16663 };
16664
16665 static int __init patch_realtek_init(void)
16666 {
16667         return snd_hda_add_codec_preset(&realtek_list);
16668 }
16669
16670 static void __exit patch_realtek_exit(void)
16671 {
16672         snd_hda_delete_codec_preset(&realtek_list);
16673 }
16674
16675 module_init(patch_realtek_init)
16676 module_exit(patch_realtek_exit)