]> err.no Git - linux-2.6/blob - sound/pci/hda/patch_realtek.c
eec1a784386a19e74de88febbc39c37dec700bfa
[linux-2.6] / 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 <sound/driver.h>
27 #include <linux/init.h>
28 #include <linux/delay.h>
29 #include <linux/slab.h>
30 #include <linux/pci.h>
31 #include <sound/core.h>
32 #include "hda_codec.h"
33 #include "hda_local.h"
34
35 #define ALC880_FRONT_EVENT              0x01
36 #define ALC880_DCVOL_EVENT              0x02
37 #define ALC880_HP_EVENT                 0x04
38 #define ALC880_MIC_EVENT                0x08
39
40 /* ALC880 board config type */
41 enum {
42         ALC880_3ST,
43         ALC880_3ST_DIG,
44         ALC880_5ST,
45         ALC880_5ST_DIG,
46         ALC880_W810,
47         ALC880_Z71V,
48         ALC880_6ST,
49         ALC880_6ST_DIG,
50         ALC880_F1734,
51         ALC880_ASUS,
52         ALC880_ASUS_DIG,
53         ALC880_ASUS_W1V,
54         ALC880_ASUS_DIG2,
55         ALC880_FUJITSU,
56         ALC880_UNIWILL_DIG,
57         ALC880_UNIWILL,
58         ALC880_UNIWILL_P53,
59         ALC880_CLEVO,
60         ALC880_TCL_S700,
61         ALC880_LG,
62         ALC880_LG_LW,
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_3013,
75         ALC260_FUJITSU_S702X,
76         ALC260_ACER,
77         ALC260_WILL,
78         ALC260_REPLACER_672V,
79 #ifdef CONFIG_SND_DEBUG
80         ALC260_TEST,
81 #endif
82         ALC260_AUTO,
83         ALC260_MODEL_LAST /* last tag */
84 };
85
86 /* ALC262 models */
87 enum {
88         ALC262_BASIC,
89         ALC262_HIPPO,
90         ALC262_HIPPO_1,
91         ALC262_FUJITSU,
92         ALC262_HP_BPC,
93         ALC262_HP_BPC_D7000_WL,
94         ALC262_HP_BPC_D7000_WF,
95         ALC262_BENQ_ED8,
96         ALC262_SONY_ASSAMD,
97         ALC262_BENQ_T31,
98         ALC262_AUTO,
99         ALC262_MODEL_LAST /* last tag */
100 };
101
102 /* ALC268 models */
103 enum {
104         ALC268_3ST,
105         ALC268_TOSHIBA,
106         ALC268_ACER,
107         ALC268_AUTO,
108         ALC268_MODEL_LAST /* last tag */
109 };
110
111 /* ALC861 models */
112 enum {
113         ALC861_3ST,
114         ALC660_3ST,
115         ALC861_3ST_DIG,
116         ALC861_6ST_DIG,
117         ALC861_UNIWILL_M31,
118         ALC861_TOSHIBA,
119         ALC861_ASUS,
120         ALC861_ASUS_LAPTOP,
121         ALC861_AUTO,
122         ALC861_MODEL_LAST,
123 };
124
125 /* ALC861-VD models */
126 enum {
127         ALC660VD_3ST,
128         ALC660VD_3ST_DIG,
129         ALC861VD_3ST,
130         ALC861VD_3ST_DIG,
131         ALC861VD_6ST_DIG,
132         ALC861VD_LENOVO,
133         ALC861VD_DALLAS,
134         ALC861VD_HP,
135         ALC861VD_AUTO,
136         ALC861VD_MODEL_LAST,
137 };
138
139 /* ALC662 models */
140 enum {
141         ALC662_3ST_2ch_DIG,
142         ALC662_3ST_6ch_DIG,
143         ALC662_3ST_6ch,
144         ALC662_5ST_DIG,
145         ALC662_LENOVO_101E,
146         ALC662_AUTO,
147         ALC662_MODEL_LAST,
148 };
149
150 /* ALC882 models */
151 enum {
152         ALC882_3ST_DIG,
153         ALC882_6ST_DIG,
154         ALC882_ARIMA,
155         ALC882_W2JC,
156         ALC882_TARGA,
157         ALC882_ASUS_A7J,
158         ALC885_MACPRO,
159         ALC885_IMAC24,
160         ALC882_AUTO,
161         ALC882_MODEL_LAST,
162 };
163
164 /* ALC883 models */
165 enum {
166         ALC883_3ST_2ch_DIG,
167         ALC883_3ST_6ch_DIG,
168         ALC883_3ST_6ch,
169         ALC883_6ST_DIG,
170         ALC883_TARGA_DIG,
171         ALC883_TARGA_2ch_DIG,
172         ALC883_ACER,
173         ALC883_ACER_ASPIRE,
174         ALC883_MEDION,
175         ALC883_MEDION_MD2,      
176         ALC883_LAPTOP_EAPD,
177         ALC883_LENOVO_101E_2ch,
178         ALC883_LENOVO_NB0763,
179         ALC888_LENOVO_MS7195_DIG,               
180         ALC888_6ST_HP,
181         ALC888_3ST_HP,
182         ALC883_AUTO,
183         ALC883_MODEL_LAST,
184 };
185
186 /* for GPIO Poll */
187 #define GPIO_MASK       0x03
188
189 struct alc_spec {
190         /* codec parameterization */
191         struct snd_kcontrol_new *mixers[5];     /* mixer arrays */
192         unsigned int num_mixers;
193
194         const struct hda_verb *init_verbs[5];   /* initialization verbs
195                                                  * don't forget NULL
196                                                  * termination!
197                                                  */
198         unsigned int num_init_verbs;
199
200         char *stream_name_analog;       /* analog PCM stream */
201         struct hda_pcm_stream *stream_analog_playback;
202         struct hda_pcm_stream *stream_analog_capture;
203
204         char *stream_name_digital;      /* digital PCM stream */
205         struct hda_pcm_stream *stream_digital_playback;
206         struct hda_pcm_stream *stream_digital_capture;
207
208         /* playback */
209         struct hda_multi_out multiout;  /* playback set-up
210                                          * max_channels, dacs must be set
211                                          * dig_out_nid and hp_nid are optional
212                                          */
213
214         /* capture */
215         unsigned int num_adc_nids;
216         hda_nid_t *adc_nids;
217         hda_nid_t dig_in_nid;           /* digital-in NID; optional */
218
219         /* capture source */
220         unsigned int num_mux_defs;
221         const struct hda_input_mux *input_mux;
222         unsigned int cur_mux[3];
223
224         /* channel model */
225         const struct hda_channel_mode *channel_mode;
226         int num_channel_mode;
227         int need_dac_fix;
228
229         /* PCM information */
230         struct hda_pcm pcm_rec[3];      /* used in alc_build_pcms() */
231
232         /* dynamic controls, init_verbs and input_mux */
233         struct auto_pin_cfg autocfg;
234         unsigned int num_kctl_alloc, num_kctl_used;
235         struct snd_kcontrol_new *kctl_alloc;
236         struct hda_input_mux private_imux;
237         hda_nid_t private_dac_nids[5];
238
239         /* hooks */
240         void (*init_hook)(struct hda_codec *codec);
241         void (*unsol_event)(struct hda_codec *codec, unsigned int res);
242
243         /* for pin sensing */
244         unsigned int sense_updated: 1;
245         unsigned int jack_present: 1;
246
247 #ifdef CONFIG_SND_HDA_POWER_SAVE
248         struct hda_loopback_check loopback;
249 #endif
250 };
251
252 /*
253  * configuration template - to be copied to the spec instance
254  */
255 struct alc_config_preset {
256         struct snd_kcontrol_new *mixers[5]; /* should be identical size
257                                              * with spec
258                                              */
259         const struct hda_verb *init_verbs[5];
260         unsigned int num_dacs;
261         hda_nid_t *dac_nids;
262         hda_nid_t dig_out_nid;          /* optional */
263         hda_nid_t hp_nid;               /* optional */
264         unsigned int num_adc_nids;
265         hda_nid_t *adc_nids;
266         hda_nid_t dig_in_nid;
267         unsigned int num_channel_mode;
268         const struct hda_channel_mode *channel_mode;
269         int need_dac_fix;
270         unsigned int num_mux_defs;
271         const struct hda_input_mux *input_mux;
272         void (*unsol_event)(struct hda_codec *, unsigned int);
273         void (*init_hook)(struct hda_codec *);
274 #ifdef CONFIG_SND_HDA_POWER_SAVE
275         struct hda_amp_list *loopbacks;
276 #endif
277 };
278
279
280 /*
281  * input MUX handling
282  */
283 static int alc_mux_enum_info(struct snd_kcontrol *kcontrol,
284                              struct snd_ctl_elem_info *uinfo)
285 {
286         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
287         struct alc_spec *spec = codec->spec;
288         unsigned int mux_idx = snd_ctl_get_ioffidx(kcontrol, &uinfo->id);
289         if (mux_idx >= spec->num_mux_defs)
290                 mux_idx = 0;
291         return snd_hda_input_mux_info(&spec->input_mux[mux_idx], uinfo);
292 }
293
294 static int alc_mux_enum_get(struct snd_kcontrol *kcontrol,
295                             struct snd_ctl_elem_value *ucontrol)
296 {
297         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
298         struct alc_spec *spec = codec->spec;
299         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
300
301         ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
302         return 0;
303 }
304
305 static int alc_mux_enum_put(struct snd_kcontrol *kcontrol,
306                             struct snd_ctl_elem_value *ucontrol)
307 {
308         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
309         struct alc_spec *spec = codec->spec;
310         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
311         unsigned int mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx;
312         return snd_hda_input_mux_put(codec, &spec->input_mux[mux_idx], ucontrol,
313                                      spec->adc_nids[adc_idx],
314                                      &spec->cur_mux[adc_idx]);
315 }
316
317
318 /*
319  * channel mode setting
320  */
321 static int alc_ch_mode_info(struct snd_kcontrol *kcontrol,
322                             struct snd_ctl_elem_info *uinfo)
323 {
324         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
325         struct alc_spec *spec = codec->spec;
326         return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
327                                     spec->num_channel_mode);
328 }
329
330 static int alc_ch_mode_get(struct snd_kcontrol *kcontrol,
331                            struct snd_ctl_elem_value *ucontrol)
332 {
333         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
334         struct alc_spec *spec = codec->spec;
335         return snd_hda_ch_mode_get(codec, ucontrol, spec->channel_mode,
336                                    spec->num_channel_mode,
337                                    spec->multiout.max_channels);
338 }
339
340 static int alc_ch_mode_put(struct snd_kcontrol *kcontrol,
341                            struct snd_ctl_elem_value *ucontrol)
342 {
343         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
344         struct alc_spec *spec = codec->spec;
345         int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
346                                       spec->num_channel_mode,
347                                       &spec->multiout.max_channels);
348         if (err >= 0 && spec->need_dac_fix)
349                 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
350         return err;
351 }
352
353 /*
354  * Control the mode of pin widget settings via the mixer.  "pc" is used
355  * instead of "%" to avoid consequences of accidently treating the % as 
356  * being part of a format specifier.  Maximum allowed length of a value is
357  * 63 characters plus NULL terminator.
358  *
359  * Note: some retasking pin complexes seem to ignore requests for input
360  * states other than HiZ (eg: PIN_VREFxx) and revert to HiZ if any of these
361  * are requested.  Therefore order this list so that this behaviour will not
362  * cause problems when mixer clients move through the enum sequentially.
363  * NIDs 0x0f and 0x10 have been observed to have this behaviour as of
364  * March 2006.
365  */
366 static char *alc_pin_mode_names[] = {
367         "Mic 50pc bias", "Mic 80pc bias",
368         "Line in", "Line out", "Headphone out",
369 };
370 static unsigned char alc_pin_mode_values[] = {
371         PIN_VREF50, PIN_VREF80, PIN_IN, PIN_OUT, PIN_HP,
372 };
373 /* The control can present all 5 options, or it can limit the options based
374  * in the pin being assumed to be exclusively an input or an output pin.  In
375  * addition, "input" pins may or may not process the mic bias option
376  * depending on actual widget capability (NIDs 0x0f and 0x10 don't seem to
377  * accept requests for bias as of chip versions up to March 2006) and/or
378  * wiring in the computer.
379  */
380 #define ALC_PIN_DIR_IN              0x00
381 #define ALC_PIN_DIR_OUT             0x01
382 #define ALC_PIN_DIR_INOUT           0x02
383 #define ALC_PIN_DIR_IN_NOMICBIAS    0x03
384 #define ALC_PIN_DIR_INOUT_NOMICBIAS 0x04
385
386 /* Info about the pin modes supported by the different pin direction modes. 
387  * For each direction the minimum and maximum values are given.
388  */
389 static signed char alc_pin_mode_dir_info[5][2] = {
390         { 0, 2 },    /* ALC_PIN_DIR_IN */
391         { 3, 4 },    /* ALC_PIN_DIR_OUT */
392         { 0, 4 },    /* ALC_PIN_DIR_INOUT */
393         { 2, 2 },    /* ALC_PIN_DIR_IN_NOMICBIAS */
394         { 2, 4 },    /* ALC_PIN_DIR_INOUT_NOMICBIAS */
395 };
396 #define alc_pin_mode_min(_dir) (alc_pin_mode_dir_info[_dir][0])
397 #define alc_pin_mode_max(_dir) (alc_pin_mode_dir_info[_dir][1])
398 #define alc_pin_mode_n_items(_dir) \
399         (alc_pin_mode_max(_dir)-alc_pin_mode_min(_dir)+1)
400
401 static int alc_pin_mode_info(struct snd_kcontrol *kcontrol,
402                              struct snd_ctl_elem_info *uinfo)
403 {
404         unsigned int item_num = uinfo->value.enumerated.item;
405         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
406
407         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
408         uinfo->count = 1;
409         uinfo->value.enumerated.items = alc_pin_mode_n_items(dir);
410
411         if (item_num<alc_pin_mode_min(dir) || item_num>alc_pin_mode_max(dir))
412                 item_num = alc_pin_mode_min(dir);
413         strcpy(uinfo->value.enumerated.name, alc_pin_mode_names[item_num]);
414         return 0;
415 }
416
417 static int alc_pin_mode_get(struct snd_kcontrol *kcontrol,
418                             struct snd_ctl_elem_value *ucontrol)
419 {
420         unsigned int i;
421         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
422         hda_nid_t nid = kcontrol->private_value & 0xffff;
423         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
424         long *valp = ucontrol->value.integer.value;
425         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
426                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
427                                                  0x00);
428
429         /* Find enumerated value for current pinctl setting */
430         i = alc_pin_mode_min(dir);
431         while (alc_pin_mode_values[i] != pinctl && i <= alc_pin_mode_max(dir))
432                 i++;
433         *valp = i <= alc_pin_mode_max(dir) ? i: alc_pin_mode_min(dir);
434         return 0;
435 }
436
437 static int alc_pin_mode_put(struct snd_kcontrol *kcontrol,
438                             struct snd_ctl_elem_value *ucontrol)
439 {
440         signed int change;
441         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
442         hda_nid_t nid = kcontrol->private_value & 0xffff;
443         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
444         long val = *ucontrol->value.integer.value;
445         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
446                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
447                                                  0x00);
448
449         if (val < alc_pin_mode_min(dir) || val > alc_pin_mode_max(dir))
450                 val = alc_pin_mode_min(dir);
451
452         change = pinctl != alc_pin_mode_values[val];
453         if (change) {
454                 /* Set pin mode to that requested */
455                 snd_hda_codec_write_cache(codec, nid, 0,
456                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
457                                           alc_pin_mode_values[val]);
458
459                 /* Also enable the retasking pin's input/output as required 
460                  * for the requested pin mode.  Enum values of 2 or less are
461                  * input modes.
462                  *
463                  * Dynamically switching the input/output buffers probably
464                  * reduces noise slightly (particularly on input) so we'll
465                  * do it.  However, having both input and output buffers
466                  * enabled simultaneously doesn't seem to be problematic if
467                  * this turns out to be necessary in the future.
468                  */
469                 if (val <= 2) {
470                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
471                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
472                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
473                                                  HDA_AMP_MUTE, 0);
474                 } else {
475                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
476                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
477                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
478                                                  HDA_AMP_MUTE, 0);
479                 }
480         }
481         return change;
482 }
483
484 #define ALC_PIN_MODE(xname, nid, dir) \
485         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
486           .info = alc_pin_mode_info, \
487           .get = alc_pin_mode_get, \
488           .put = alc_pin_mode_put, \
489           .private_value = nid | (dir<<16) }
490
491 /* A switch control for ALC260 GPIO pins.  Multiple GPIOs can be ganged
492  * together using a mask with more than one bit set.  This control is
493  * currently used only by the ALC260 test model.  At this stage they are not
494  * needed for any "production" models.
495  */
496 #ifdef CONFIG_SND_DEBUG
497 #define alc_gpio_data_info      snd_ctl_boolean_mono_info
498
499 static int alc_gpio_data_get(struct snd_kcontrol *kcontrol,
500                              struct snd_ctl_elem_value *ucontrol)
501 {
502         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
503         hda_nid_t nid = kcontrol->private_value & 0xffff;
504         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
505         long *valp = ucontrol->value.integer.value;
506         unsigned int val = snd_hda_codec_read(codec, nid, 0,
507                                               AC_VERB_GET_GPIO_DATA, 0x00);
508
509         *valp = (val & mask) != 0;
510         return 0;
511 }
512 static int alc_gpio_data_put(struct snd_kcontrol *kcontrol,
513                              struct snd_ctl_elem_value *ucontrol)
514 {
515         signed int change;
516         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
517         hda_nid_t nid = kcontrol->private_value & 0xffff;
518         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
519         long val = *ucontrol->value.integer.value;
520         unsigned int gpio_data = snd_hda_codec_read(codec, nid, 0,
521                                                     AC_VERB_GET_GPIO_DATA,
522                                                     0x00);
523
524         /* Set/unset the masked GPIO bit(s) as needed */
525         change = (val == 0 ? 0 : mask) != (gpio_data & mask);
526         if (val == 0)
527                 gpio_data &= ~mask;
528         else
529                 gpio_data |= mask;
530         snd_hda_codec_write_cache(codec, nid, 0,
531                                   AC_VERB_SET_GPIO_DATA, gpio_data);
532
533         return change;
534 }
535 #define ALC_GPIO_DATA_SWITCH(xname, nid, mask) \
536         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
537           .info = alc_gpio_data_info, \
538           .get = alc_gpio_data_get, \
539           .put = alc_gpio_data_put, \
540           .private_value = nid | (mask<<16) }
541 #endif   /* CONFIG_SND_DEBUG */
542
543 /* A switch control to allow the enabling of the digital IO pins on the
544  * ALC260.  This is incredibly simplistic; the intention of this control is
545  * to provide something in the test model allowing digital outputs to be
546  * identified if present.  If models are found which can utilise these
547  * outputs a more complete mixer control can be devised for those models if
548  * necessary.
549  */
550 #ifdef CONFIG_SND_DEBUG
551 #define alc_spdif_ctrl_info     snd_ctl_boolean_mono_info
552
553 static int alc_spdif_ctrl_get(struct snd_kcontrol *kcontrol,
554                               struct snd_ctl_elem_value *ucontrol)
555 {
556         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
557         hda_nid_t nid = kcontrol->private_value & 0xffff;
558         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
559         long *valp = ucontrol->value.integer.value;
560         unsigned int val = snd_hda_codec_read(codec, nid, 0,
561                                               AC_VERB_GET_DIGI_CONVERT, 0x00);
562
563         *valp = (val & mask) != 0;
564         return 0;
565 }
566 static int alc_spdif_ctrl_put(struct snd_kcontrol *kcontrol,
567                               struct snd_ctl_elem_value *ucontrol)
568 {
569         signed int change;
570         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
571         hda_nid_t nid = kcontrol->private_value & 0xffff;
572         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
573         long val = *ucontrol->value.integer.value;
574         unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
575                                                     AC_VERB_GET_DIGI_CONVERT,
576                                                     0x00);
577
578         /* Set/unset the masked control bit(s) as needed */
579         change = (val == 0 ? 0 : mask) != (ctrl_data & mask);
580         if (val==0)
581                 ctrl_data &= ~mask;
582         else
583                 ctrl_data |= mask;
584         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_DIGI_CONVERT_1,
585                                   ctrl_data);
586
587         return change;
588 }
589 #define ALC_SPDIF_CTRL_SWITCH(xname, nid, mask) \
590         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
591           .info = alc_spdif_ctrl_info, \
592           .get = alc_spdif_ctrl_get, \
593           .put = alc_spdif_ctrl_put, \
594           .private_value = nid | (mask<<16) }
595 #endif   /* CONFIG_SND_DEBUG */
596
597 /*
598  * set up from the preset table
599  */
600 static void setup_preset(struct alc_spec *spec,
601                          const struct alc_config_preset *preset)
602 {
603         int i;
604
605         for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
606                 spec->mixers[spec->num_mixers++] = preset->mixers[i];
607         for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
608              i++)
609                 spec->init_verbs[spec->num_init_verbs++] =
610                         preset->init_verbs[i];
611         
612         spec->channel_mode = preset->channel_mode;
613         spec->num_channel_mode = preset->num_channel_mode;
614         spec->need_dac_fix = preset->need_dac_fix;
615
616         spec->multiout.max_channels = spec->channel_mode[0].channels;
617
618         spec->multiout.num_dacs = preset->num_dacs;
619         spec->multiout.dac_nids = preset->dac_nids;
620         spec->multiout.dig_out_nid = preset->dig_out_nid;
621         spec->multiout.hp_nid = preset->hp_nid;
622         
623         spec->num_mux_defs = preset->num_mux_defs;
624         if (!spec->num_mux_defs)
625                 spec->num_mux_defs = 1;
626         spec->input_mux = preset->input_mux;
627
628         spec->num_adc_nids = preset->num_adc_nids;
629         spec->adc_nids = preset->adc_nids;
630         spec->dig_in_nid = preset->dig_in_nid;
631
632         spec->unsol_event = preset->unsol_event;
633         spec->init_hook = preset->init_hook;
634 #ifdef CONFIG_SND_HDA_POWER_SAVE
635         spec->loopback.amplist = preset->loopbacks;
636 #endif
637 }
638
639 /* Enable GPIO mask and set output */
640 static struct hda_verb alc_gpio1_init_verbs[] = {
641         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
642         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
643         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
644         { }
645 };
646
647 static struct hda_verb alc_gpio2_init_verbs[] = {
648         {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
649         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
650         {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
651         { }
652 };
653
654 static struct hda_verb alc_gpio3_init_verbs[] = {
655         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
656         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
657         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
658         { }
659 };
660
661 /* 32-bit subsystem ID for BIOS loading in HD Audio codec.
662  *      31 ~ 16 :       Manufacture ID
663  *      15 ~ 8  :       SKU ID
664  *      7  ~ 0  :       Assembly ID
665  *      port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
666  */
667 static void alc_subsystem_id(struct hda_codec *codec,
668                              unsigned int porta, unsigned int porte,
669                              unsigned int portd)
670 {
671         unsigned int ass, tmp;
672
673         ass = codec->subsystem_id;
674         if (!(ass & 1))
675                 return;
676
677         /* Override */
678         tmp = (ass & 0x38) >> 3;        /* external Amp control */
679         switch (tmp) {
680         case 1:
681                 snd_hda_sequence_write(codec, alc_gpio1_init_verbs);
682                 break;
683         case 3:
684                 snd_hda_sequence_write(codec, alc_gpio2_init_verbs);
685                 break;
686         case 7:
687                 snd_hda_sequence_write(codec, alc_gpio3_init_verbs);
688                 break;
689         case 5:
690                 switch (codec->vendor_id) {
691                 case 0x10ec0862:
692                 case 0x10ec0660:
693                 case 0x10ec0662:        
694                 case 0x10ec0267:
695                 case 0x10ec0268:
696                         snd_hda_codec_write(codec, 0x14, 0,
697                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
698                         snd_hda_codec_write(codec, 0x15, 0,
699                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
700                         return;
701                 }
702         case 6:
703                 if (ass & 4) {  /* bit 2 : 0 = Desktop, 1 = Laptop */
704                         hda_nid_t port = 0;
705                         tmp = (ass & 0x1800) >> 11;
706                         switch (tmp) {
707                         case 0: port = porta; break;
708                         case 1: port = porte; break;
709                         case 2: port = portd; break;
710                         }
711                         if (port)
712                                 snd_hda_codec_write(codec, port, 0,
713                                                     AC_VERB_SET_EAPD_BTLENABLE,
714                                                     2);
715                 }
716                 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
717                 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF,
718                                     (tmp == 5 ? 0x3040 : 0x3050));
719                 break;
720         }
721 }
722
723 /*
724  * Fix-up pin default configurations
725  */
726
727 struct alc_pincfg {
728         hda_nid_t nid;
729         u32 val;
730 };
731
732 static void alc_fix_pincfg(struct hda_codec *codec,
733                            const struct snd_pci_quirk *quirk,
734                            const struct alc_pincfg **pinfix)
735 {
736         const struct alc_pincfg *cfg;
737
738         quirk = snd_pci_quirk_lookup(codec->bus->pci, quirk);
739         if (!quirk)
740                 return;
741
742         cfg = pinfix[quirk->value];
743         for (; cfg->nid; cfg++) {
744                 int i;
745                 u32 val = cfg->val;
746                 for (i = 0; i < 4; i++) {
747                         snd_hda_codec_write(codec, cfg->nid, 0,
748                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_0 + i,
749                                     val & 0xff);
750                         val >>= 8;
751                 }
752         }
753 }
754
755 /*
756  * ALC880 3-stack model
757  *
758  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0e)
759  * Pin assignment: Front = 0x14, Line-In/Surr = 0x1a, Mic/CLFE = 0x18,
760  *                 F-Mic = 0x1b, HP = 0x19
761  */
762
763 static hda_nid_t alc880_dac_nids[4] = {
764         /* front, rear, clfe, rear_surr */
765         0x02, 0x05, 0x04, 0x03
766 };
767
768 static hda_nid_t alc880_adc_nids[3] = {
769         /* ADC0-2 */
770         0x07, 0x08, 0x09,
771 };
772
773 /* The datasheet says the node 0x07 is connected from inputs,
774  * but it shows zero connection in the real implementation on some devices.
775  * Note: this is a 915GAV bug, fixed on 915GLV
776  */
777 static hda_nid_t alc880_adc_nids_alt[2] = {
778         /* ADC1-2 */
779         0x08, 0x09,
780 };
781
782 #define ALC880_DIGOUT_NID       0x06
783 #define ALC880_DIGIN_NID        0x0a
784
785 static struct hda_input_mux alc880_capture_source = {
786         .num_items = 4,
787         .items = {
788                 { "Mic", 0x0 },
789                 { "Front Mic", 0x3 },
790                 { "Line", 0x2 },
791                 { "CD", 0x4 },
792         },
793 };
794
795 /* channel source setting (2/6 channel selection for 3-stack) */
796 /* 2ch mode */
797 static struct hda_verb alc880_threestack_ch2_init[] = {
798         /* set line-in to input, mute it */
799         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
800         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
801         /* set mic-in to input vref 80%, mute it */
802         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
803         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
804         { } /* end */
805 };
806
807 /* 6ch mode */
808 static struct hda_verb alc880_threestack_ch6_init[] = {
809         /* set line-in to output, unmute it */
810         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
811         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
812         /* set mic-in to output, unmute it */
813         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
814         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
815         { } /* end */
816 };
817
818 static struct hda_channel_mode alc880_threestack_modes[2] = {
819         { 2, alc880_threestack_ch2_init },
820         { 6, alc880_threestack_ch6_init },
821 };
822
823 static struct snd_kcontrol_new alc880_three_stack_mixer[] = {
824         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
825         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
826         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
827         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
828         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
829         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
830         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
831         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
832         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
833         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
834         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
835         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
836         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
837         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
838         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x3, HDA_INPUT),
839         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x3, HDA_INPUT),
840         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
841         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
842         HDA_CODEC_MUTE("Headphone Playback Switch", 0x19, 0x0, HDA_OUTPUT),
843         {
844                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
845                 .name = "Channel Mode",
846                 .info = alc_ch_mode_info,
847                 .get = alc_ch_mode_get,
848                 .put = alc_ch_mode_put,
849         },
850         { } /* end */
851 };
852
853 /* capture mixer elements */
854 static struct snd_kcontrol_new alc880_capture_mixer[] = {
855         HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
856         HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
857         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
858         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
859         HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
860         HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
861         {
862                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
863                 /* The multiple "Capture Source" controls confuse alsamixer
864                  * So call somewhat different..
865                  * FIXME: the controls appear in the "playback" view!
866                  */
867                 /* .name = "Capture Source", */
868                 .name = "Input Source",
869                 .count = 3,
870                 .info = alc_mux_enum_info,
871                 .get = alc_mux_enum_get,
872                 .put = alc_mux_enum_put,
873         },
874         { } /* end */
875 };
876
877 /* capture mixer elements (in case NID 0x07 not available) */
878 static struct snd_kcontrol_new alc880_capture_alt_mixer[] = {
879         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
880         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
881         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
882         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
883         {
884                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
885                 /* The multiple "Capture Source" controls confuse alsamixer
886                  * So call somewhat different..
887                  * FIXME: the controls appear in the "playback" view!
888                  */
889                 /* .name = "Capture Source", */
890                 .name = "Input Source",
891                 .count = 2,
892                 .info = alc_mux_enum_info,
893                 .get = alc_mux_enum_get,
894                 .put = alc_mux_enum_put,
895         },
896         { } /* end */
897 };
898
899
900
901 /*
902  * ALC880 5-stack model
903  *
904  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0d),
905  *      Side = 0x02 (0xd)
906  * Pin assignment: Front = 0x14, Surr = 0x17, CLFE = 0x16
907  *                 Line-In/Side = 0x1a, Mic = 0x18, F-Mic = 0x1b, HP = 0x19
908  */
909
910 /* additional mixers to alc880_three_stack_mixer */
911 static struct snd_kcontrol_new alc880_five_stack_mixer[] = {
912         HDA_CODEC_VOLUME("Side Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
913         HDA_BIND_MUTE("Side Playback Switch", 0x0d, 2, HDA_INPUT),
914         { } /* end */
915 };
916
917 /* channel source setting (6/8 channel selection for 5-stack) */
918 /* 6ch mode */
919 static struct hda_verb alc880_fivestack_ch6_init[] = {
920         /* set line-in to input, mute it */
921         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
922         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
923         { } /* end */
924 };
925
926 /* 8ch mode */
927 static struct hda_verb alc880_fivestack_ch8_init[] = {
928         /* set line-in to output, unmute it */
929         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
930         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
931         { } /* end */
932 };
933
934 static struct hda_channel_mode alc880_fivestack_modes[2] = {
935         { 6, alc880_fivestack_ch6_init },
936         { 8, alc880_fivestack_ch8_init },
937 };
938
939
940 /*
941  * ALC880 6-stack model
942  *
943  * DAC: Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e),
944  *      Side = 0x05 (0x0f)
945  * Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, Side = 0x17,
946  *   Mic = 0x18, F-Mic = 0x19, Line = 0x1a, HP = 0x1b
947  */
948
949 static hda_nid_t alc880_6st_dac_nids[4] = {
950         /* front, rear, clfe, rear_surr */
951         0x02, 0x03, 0x04, 0x05
952 };
953
954 static struct hda_input_mux alc880_6stack_capture_source = {
955         .num_items = 4,
956         .items = {
957                 { "Mic", 0x0 },
958                 { "Front Mic", 0x1 },
959                 { "Line", 0x2 },
960                 { "CD", 0x4 },
961         },
962 };
963
964 /* fixed 8-channels */
965 static struct hda_channel_mode alc880_sixstack_modes[1] = {
966         { 8, NULL },
967 };
968
969 static struct snd_kcontrol_new alc880_six_stack_mixer[] = {
970         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
971         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
972         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
973         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
974         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
975         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
976         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
977         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
978         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
979         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
980         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
981         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
982         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
983         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
984         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
985         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
986         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
987         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
988         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
989         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
990         {
991                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
992                 .name = "Channel Mode",
993                 .info = alc_ch_mode_info,
994                 .get = alc_ch_mode_get,
995                 .put = alc_ch_mode_put,
996         },
997         { } /* end */
998 };
999
1000
1001 /*
1002  * ALC880 W810 model
1003  *
1004  * W810 has rear IO for:
1005  * Front (DAC 02)
1006  * Surround (DAC 03)
1007  * Center/LFE (DAC 04)
1008  * Digital out (06)
1009  *
1010  * The system also has a pair of internal speakers, and a headphone jack.
1011  * These are both connected to Line2 on the codec, hence to DAC 02.
1012  * 
1013  * There is a variable resistor to control the speaker or headphone
1014  * volume. This is a hardware-only device without a software API.
1015  *
1016  * Plugging headphones in will disable the internal speakers. This is
1017  * implemented in hardware, not via the driver using jack sense. In
1018  * a similar fashion, plugging into the rear socket marked "front" will
1019  * disable both the speakers and headphones.
1020  *
1021  * For input, there's a microphone jack, and an "audio in" jack.
1022  * These may not do anything useful with this driver yet, because I
1023  * haven't setup any initialization verbs for these yet...
1024  */
1025
1026 static hda_nid_t alc880_w810_dac_nids[3] = {
1027         /* front, rear/surround, clfe */
1028         0x02, 0x03, 0x04
1029 };
1030
1031 /* fixed 6 channels */
1032 static struct hda_channel_mode alc880_w810_modes[1] = {
1033         { 6, NULL }
1034 };
1035
1036 /* Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, HP = 0x1b */
1037 static struct snd_kcontrol_new alc880_w810_base_mixer[] = {
1038         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1039         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1040         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1041         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1042         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1043         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1044         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1045         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1046         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1047         { } /* end */
1048 };
1049
1050
1051 /*
1052  * Z710V model
1053  *
1054  * DAC: Front = 0x02 (0x0c), HP = 0x03 (0x0d)
1055  * Pin assignment: Front = 0x14, HP = 0x15, Mic = 0x18, Mic2 = 0x19(?),
1056  *                 Line = 0x1a
1057  */
1058
1059 static hda_nid_t alc880_z71v_dac_nids[1] = {
1060         0x02
1061 };
1062 #define ALC880_Z71V_HP_DAC      0x03
1063
1064 /* fixed 2 channels */
1065 static struct hda_channel_mode alc880_2_jack_modes[1] = {
1066         { 2, NULL }
1067 };
1068
1069 static struct snd_kcontrol_new alc880_z71v_mixer[] = {
1070         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1071         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1072         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1073         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
1074         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1075         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1076         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1077         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1078         { } /* end */
1079 };
1080
1081
1082 /* FIXME! */
1083 /*
1084  * ALC880 F1734 model
1085  *
1086  * DAC: HP = 0x02 (0x0c), Front = 0x03 (0x0d)
1087  * Pin assignment: HP = 0x14, Front = 0x15, Mic = 0x18
1088  */
1089
1090 static hda_nid_t alc880_f1734_dac_nids[1] = {
1091         0x03
1092 };
1093 #define ALC880_F1734_HP_DAC     0x02
1094
1095 static struct snd_kcontrol_new alc880_f1734_mixer[] = {
1096         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1097         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1098         HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1099         HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1100         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1101         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1102         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1103         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1104         { } /* end */
1105 };
1106
1107
1108 /* FIXME! */
1109 /*
1110  * ALC880 ASUS model
1111  *
1112  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1113  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1114  *  Mic = 0x18, Line = 0x1a
1115  */
1116
1117 #define alc880_asus_dac_nids    alc880_w810_dac_nids    /* identical with w810 */
1118 #define alc880_asus_modes       alc880_threestack_modes /* 2/6 channel mode */
1119
1120 static struct snd_kcontrol_new alc880_asus_mixer[] = {
1121         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1122         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1123         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1124         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1125         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1126         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1127         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1128         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1129         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1130         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1131         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1132         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1133         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1134         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1135         {
1136                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1137                 .name = "Channel Mode",
1138                 .info = alc_ch_mode_info,
1139                 .get = alc_ch_mode_get,
1140                 .put = alc_ch_mode_put,
1141         },
1142         { } /* end */
1143 };
1144
1145 /* FIXME! */
1146 /*
1147  * ALC880 ASUS W1V model
1148  *
1149  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1150  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1151  *  Mic = 0x18, Line = 0x1a, Line2 = 0x1b
1152  */
1153
1154 /* additional mixers to alc880_asus_mixer */
1155 static struct snd_kcontrol_new alc880_asus_w1v_mixer[] = {
1156         HDA_CODEC_VOLUME("Line2 Playback Volume", 0x0b, 0x03, HDA_INPUT),
1157         HDA_CODEC_MUTE("Line2 Playback Switch", 0x0b, 0x03, HDA_INPUT),
1158         { } /* end */
1159 };
1160
1161 /* additional mixers to alc880_asus_mixer */
1162 static struct snd_kcontrol_new alc880_pcbeep_mixer[] = {
1163         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1164         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1165         { } /* end */
1166 };
1167
1168 /* TCL S700 */
1169 static struct snd_kcontrol_new alc880_tcl_s700_mixer[] = {
1170         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1171         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1172         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
1173         HDA_CODEC_VOLUME("CD Playback Volume", 0x0B, 0x04, HDA_INPUT),
1174         HDA_CODEC_MUTE("CD Playback Switch", 0x0B, 0x04, HDA_INPUT),
1175         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0B, 0x0, HDA_INPUT),
1176         HDA_CODEC_MUTE("Mic Playback Switch", 0x0B, 0x0, HDA_INPUT),
1177         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
1178         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
1179         {
1180                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1181                 /* The multiple "Capture Source" controls confuse alsamixer
1182                  * So call somewhat different..
1183                  * FIXME: the controls appear in the "playback" view!
1184                  */
1185                 /* .name = "Capture Source", */
1186                 .name = "Input Source",
1187                 .count = 1,
1188                 .info = alc_mux_enum_info,
1189                 .get = alc_mux_enum_get,
1190                 .put = alc_mux_enum_put,
1191         },
1192         { } /* end */
1193 };
1194
1195 /* Uniwill */
1196 static struct snd_kcontrol_new alc880_uniwill_mixer[] = {
1197         HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1198         HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1199         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1200         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1201         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1202         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1203         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1204         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1205         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1206         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1207         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1208         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1209         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1210         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1211         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1212         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1213         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1214         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1215         {
1216                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1217                 .name = "Channel Mode",
1218                 .info = alc_ch_mode_info,
1219                 .get = alc_ch_mode_get,
1220                 .put = alc_ch_mode_put,
1221         },
1222         { } /* end */
1223 };
1224
1225 static struct snd_kcontrol_new alc880_fujitsu_mixer[] = {
1226         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1227         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1228         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1229         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1230         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1231         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1232         HDA_CODEC_VOLUME("Ext Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1233         HDA_CODEC_MUTE("Ext Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1234         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1235         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1236         { } /* end */
1237 };
1238
1239 static struct snd_kcontrol_new alc880_uniwill_p53_mixer[] = {
1240         HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1241         HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1242         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1243         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1244         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1245         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1246         { } /* end */
1247 };
1248
1249 /*
1250  * build control elements
1251  */
1252 static int alc_build_controls(struct hda_codec *codec)
1253 {
1254         struct alc_spec *spec = codec->spec;
1255         int err;
1256         int i;
1257
1258         for (i = 0; i < spec->num_mixers; i++) {
1259                 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1260                 if (err < 0)
1261                         return err;
1262         }
1263
1264         if (spec->multiout.dig_out_nid) {
1265                 err = snd_hda_create_spdif_out_ctls(codec,
1266                                                     spec->multiout.dig_out_nid);
1267                 if (err < 0)
1268                         return err;
1269         }
1270         if (spec->dig_in_nid) {
1271                 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1272                 if (err < 0)
1273                         return err;
1274         }
1275         return 0;
1276 }
1277
1278
1279 /*
1280  * initialize the codec volumes, etc
1281  */
1282
1283 /*
1284  * generic initialization of ADC, input mixers and output mixers
1285  */
1286 static struct hda_verb alc880_volume_init_verbs[] = {
1287         /*
1288          * Unmute ADC0-2 and set the default input to mic-in
1289          */
1290         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1291         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1292         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
1293         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1294         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
1295         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1296
1297         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
1298          * mixer widget
1299          * Note: PASD motherboards uses the Line In 2 as the input for front
1300          * panel mic (mic 2)
1301          */
1302         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
1303         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1304         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1305         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
1306         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
1307         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
1308         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
1309         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1310
1311         /*
1312          * Set up output mixers (0x0c - 0x0f)
1313          */
1314         /* set vol=0 to output mixers */
1315         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1316         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1317         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1318         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1319         /* set up input amps for analog loopback */
1320         /* Amp Indices: DAC = 0, mixer = 1 */
1321         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1322         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1323         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1324         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1325         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1326         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1327         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1328         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1329
1330         { }
1331 };
1332
1333 /*
1334  * 3-stack pin configuration:
1335  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
1336  */
1337 static struct hda_verb alc880_pin_3stack_init_verbs[] = {
1338         /*
1339          * preset connection lists of input pins
1340          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1341          */
1342         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
1343         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1344         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
1345
1346         /*
1347          * Set pin mode and muting
1348          */
1349         /* set front pin widgets 0x14 for output */
1350         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1351         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1352         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1353         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1354         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1355         /* Mic2 (as headphone out) for HP output */
1356         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1357         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1358         /* Line In pin widget for input */
1359         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1360         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1361         /* Line2 (as front mic) pin widget for input and vref at 80% */
1362         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1363         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1364         /* CD pin widget for input */
1365         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1366
1367         { }
1368 };
1369
1370 /*
1371  * 5-stack pin configuration:
1372  * front = 0x14, surround = 0x17, clfe = 0x16, mic = 0x18, HP = 0x19,
1373  * line-in/side = 0x1a, f-mic = 0x1b
1374  */
1375 static struct hda_verb alc880_pin_5stack_init_verbs[] = {
1376         /*
1377          * preset connection lists of input pins
1378          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1379          */
1380         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1381         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/side */
1382
1383         /*
1384          * Set pin mode and muting
1385          */
1386         /* set pin widgets 0x14-0x17 for output */
1387         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1388         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1389         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1390         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1391         /* unmute pins for output (no gain on this amp) */
1392         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1393         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1394         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1395         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1396
1397         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1398         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1399         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1400         /* Mic2 (as headphone out) for HP output */
1401         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1402         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1403         /* Line In pin widget for input */
1404         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1405         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1406         /* Line2 (as front mic) pin widget for input and vref at 80% */
1407         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1408         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1409         /* CD pin widget for input */
1410         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1411
1412         { }
1413 };
1414
1415 /*
1416  * W810 pin configuration:
1417  * front = 0x14, surround = 0x15, clfe = 0x16, HP = 0x1b
1418  */
1419 static struct hda_verb alc880_pin_w810_init_verbs[] = {
1420         /* hphone/speaker input selector: front DAC */
1421         {0x13, AC_VERB_SET_CONNECT_SEL, 0x0},
1422
1423         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1424         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1425         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1426         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1427         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1428         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1429
1430         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1431         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1432
1433         { }
1434 };
1435
1436 /*
1437  * Z71V pin configuration:
1438  * Speaker-out = 0x14, HP = 0x15, Mic = 0x18, Line-in = 0x1a, Mic2 = 0x1b (?)
1439  */
1440 static struct hda_verb alc880_pin_z71v_init_verbs[] = {
1441         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1442         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1443         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1444         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1445
1446         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1447         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1448         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1449         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1450
1451         { }
1452 };
1453
1454 /*
1455  * 6-stack pin configuration:
1456  * front = 0x14, surr = 0x15, clfe = 0x16, side = 0x17, mic = 0x18,
1457  * f-mic = 0x19, line = 0x1a, HP = 0x1b
1458  */
1459 static struct hda_verb alc880_pin_6stack_init_verbs[] = {
1460         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1461
1462         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1463         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1464         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1465         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1466         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1467         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1468         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1469         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1470
1471         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1472         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1473         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1474         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1475         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1476         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1477         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1478         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1479         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1480         
1481         { }
1482 };
1483
1484 /*
1485  * Uniwill pin configuration:
1486  * HP = 0x14, InternalSpeaker = 0x15, mic = 0x18, internal mic = 0x19,
1487  * line = 0x1a
1488  */
1489 static struct hda_verb alc880_uniwill_init_verbs[] = {
1490         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1491
1492         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1493         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1494         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1495         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1496         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1497         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1498         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1499         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1500         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1501         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1502         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1503         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1504         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1505         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1506
1507         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1508         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1509         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1510         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1511         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1512         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1513         /* {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, */
1514         /* {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, */
1515         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1516
1517         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1518         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
1519
1520         { }
1521 };
1522
1523 /*
1524 * Uniwill P53
1525 * HP = 0x14, InternalSpeaker = 0x15, mic = 0x19, 
1526  */
1527 static struct hda_verb alc880_uniwill_p53_init_verbs[] = {
1528         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1529
1530         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1531         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1532         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1533         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1534         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1535         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1536         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1537         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1538         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1539         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1540         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1541         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1542
1543         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1544         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1545         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1546         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1547         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1548         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1549
1550         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1551         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_DCVOL_EVENT},
1552
1553         { }
1554 };
1555
1556 static struct hda_verb alc880_beep_init_verbs[] = {
1557         { 0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5) },
1558         { }
1559 };
1560
1561 /* toggle speaker-output according to the hp-jack state */
1562 static void alc880_uniwill_hp_automute(struct hda_codec *codec)
1563 {
1564         unsigned int present;
1565         unsigned char bits;
1566
1567         present = snd_hda_codec_read(codec, 0x14, 0,
1568                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1569         bits = present ? HDA_AMP_MUTE : 0;
1570         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
1571                                  HDA_AMP_MUTE, bits);
1572         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
1573                                  HDA_AMP_MUTE, bits);
1574 }
1575
1576 /* auto-toggle front mic */
1577 static void alc880_uniwill_mic_automute(struct hda_codec *codec)
1578 {
1579         unsigned int present;
1580         unsigned char bits;
1581
1582         present = snd_hda_codec_read(codec, 0x18, 0,
1583                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1584         bits = present ? HDA_AMP_MUTE : 0;
1585         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits);
1586 }
1587
1588 static void alc880_uniwill_automute(struct hda_codec *codec)
1589 {
1590         alc880_uniwill_hp_automute(codec);
1591         alc880_uniwill_mic_automute(codec);
1592 }
1593
1594 static void alc880_uniwill_unsol_event(struct hda_codec *codec,
1595                                        unsigned int res)
1596 {
1597         /* Looks like the unsol event is incompatible with the standard
1598          * definition.  4bit tag is placed at 28 bit!
1599          */
1600         switch (res >> 28) {
1601         case ALC880_HP_EVENT:
1602                 alc880_uniwill_hp_automute(codec);
1603                 break;
1604         case ALC880_MIC_EVENT:
1605                 alc880_uniwill_mic_automute(codec);
1606                 break;
1607         }
1608 }
1609
1610 static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec)
1611 {
1612         unsigned int present;
1613         unsigned char bits;
1614
1615         present = snd_hda_codec_read(codec, 0x14, 0,
1616                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1617         bits = present ? HDA_AMP_MUTE : 0;
1618         snd_hda_codec_amp_stereo(codec, 0x15, HDA_INPUT, 0, HDA_AMP_MUTE, bits);
1619 }
1620
1621 static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec)
1622 {
1623         unsigned int present;
1624         
1625         present = snd_hda_codec_read(codec, 0x21, 0,
1626                                      AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
1627         present &= HDA_AMP_VOLMASK;
1628         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_OUTPUT, 0,
1629                                  HDA_AMP_VOLMASK, present);
1630         snd_hda_codec_amp_stereo(codec, 0x0d, HDA_OUTPUT, 0,
1631                                  HDA_AMP_VOLMASK, present);
1632 }
1633
1634 static void alc880_uniwill_p53_unsol_event(struct hda_codec *codec,
1635                                            unsigned int res)
1636 {
1637         /* Looks like the unsol event is incompatible with the standard
1638          * definition.  4bit tag is placed at 28 bit!
1639          */
1640         if ((res >> 28) == ALC880_HP_EVENT)
1641                 alc880_uniwill_p53_hp_automute(codec);
1642         if ((res >> 28) == ALC880_DCVOL_EVENT)
1643                 alc880_uniwill_p53_dcvol_automute(codec);
1644 }
1645
1646 /* FIXME! */
1647 /*
1648  * F1734 pin configuration:
1649  * HP = 0x14, speaker-out = 0x15, mic = 0x18
1650  */
1651 static struct hda_verb alc880_pin_f1734_init_verbs[] = {
1652         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1653         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1654         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1655         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1656
1657         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1658         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1659         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1660         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1661
1662         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1663         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1664         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1665         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1666         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1667         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1668         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1669         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1670         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1671
1672         { }
1673 };
1674
1675 /* FIXME! */
1676 /*
1677  * ASUS pin configuration:
1678  * HP/front = 0x14, surr = 0x15, clfe = 0x16, mic = 0x18, line = 0x1a
1679  */
1680 static struct hda_verb alc880_pin_asus_init_verbs[] = {
1681         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1682         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1683         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1684         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1685
1686         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1687         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1688         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1689         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1690         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1691         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1692         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1693         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1694
1695         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1696         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1697         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1698         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1699         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1700         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1701         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1702         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1703         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1704         
1705         { }
1706 };
1707
1708 /* Enable GPIO mask and set output */
1709 #define alc880_gpio1_init_verbs alc_gpio1_init_verbs
1710 #define alc880_gpio2_init_verbs alc_gpio2_init_verbs
1711
1712 /* Clevo m520g init */
1713 static struct hda_verb alc880_pin_clevo_init_verbs[] = {
1714         /* headphone output */
1715         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1716         /* line-out */
1717         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1718         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1719         /* Line-in */
1720         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1721         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1722         /* CD */
1723         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1724         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1725         /* Mic1 (rear panel) */
1726         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1727         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1728         /* Mic2 (front panel) */
1729         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1730         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1731         /* headphone */
1732         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1733         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1734         /* change to EAPD mode */
1735         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1736         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
1737
1738         { }
1739 };
1740
1741 static struct hda_verb alc880_pin_tcl_S700_init_verbs[] = {
1742         /* change to EAPD mode */
1743         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1744         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
1745
1746         /* Headphone output */
1747         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1748         /* Front output*/
1749         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1750         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1751
1752         /* Line In pin widget for input */
1753         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1754         /* CD pin widget for input */
1755         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1756         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1757         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1758
1759         /* change to EAPD mode */
1760         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1761         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
1762
1763         { }
1764 };
1765
1766 /*
1767  * LG m1 express dual
1768  *
1769  * Pin assignment:
1770  *   Rear Line-In/Out (blue): 0x14
1771  *   Build-in Mic-In: 0x15
1772  *   Speaker-out: 0x17
1773  *   HP-Out (green): 0x1b
1774  *   Mic-In/Out (red): 0x19
1775  *   SPDIF-Out: 0x1e
1776  */
1777
1778 /* To make 5.1 output working (green=Front, blue=Surr, red=CLFE) */
1779 static hda_nid_t alc880_lg_dac_nids[3] = {
1780         0x05, 0x02, 0x03
1781 };
1782
1783 /* seems analog CD is not working */
1784 static struct hda_input_mux alc880_lg_capture_source = {
1785         .num_items = 3,
1786         .items = {
1787                 { "Mic", 0x1 },
1788                 { "Line", 0x5 },
1789                 { "Internal Mic", 0x6 },
1790         },
1791 };
1792
1793 /* 2,4,6 channel modes */
1794 static struct hda_verb alc880_lg_ch2_init[] = {
1795         /* set line-in and mic-in to input */
1796         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1797         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1798         { }
1799 };
1800
1801 static struct hda_verb alc880_lg_ch4_init[] = {
1802         /* set line-in to out and mic-in to input */
1803         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1804         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1805         { }
1806 };
1807
1808 static struct hda_verb alc880_lg_ch6_init[] = {
1809         /* set line-in and mic-in to output */
1810         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1811         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1812         { }
1813 };
1814
1815 static struct hda_channel_mode alc880_lg_ch_modes[3] = {
1816         { 2, alc880_lg_ch2_init },
1817         { 4, alc880_lg_ch4_init },
1818         { 6, alc880_lg_ch6_init },
1819 };
1820
1821 static struct snd_kcontrol_new alc880_lg_mixer[] = {
1822         /* FIXME: it's not really "master" but front channels */
1823         HDA_CODEC_VOLUME("Master Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1824         HDA_BIND_MUTE("Master Playback Switch", 0x0f, 2, HDA_INPUT),
1825         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1826         HDA_BIND_MUTE("Surround Playback Switch", 0x0c, 2, HDA_INPUT),
1827         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
1828         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
1829         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
1830         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
1831         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1832         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1833         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x06, HDA_INPUT),
1834         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x06, HDA_INPUT),
1835         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x07, HDA_INPUT),
1836         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x07, HDA_INPUT),
1837         {
1838                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1839                 .name = "Channel Mode",
1840                 .info = alc_ch_mode_info,
1841                 .get = alc_ch_mode_get,
1842                 .put = alc_ch_mode_put,
1843         },
1844         { } /* end */
1845 };
1846
1847 static struct hda_verb alc880_lg_init_verbs[] = {
1848         /* set capture source to mic-in */
1849         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1850         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1851         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1852         /* mute all amp mixer inputs */
1853         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
1854         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
1855         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1856         /* line-in to input */
1857         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1858         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1859         /* built-in mic */
1860         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1861         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1862         /* speaker-out */
1863         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1864         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1865         /* mic-in to input */
1866         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1867         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1868         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1869         /* HP-out */
1870         {0x13, AC_VERB_SET_CONNECT_SEL, 0x03},
1871         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1872         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1873         /* jack sense */
1874         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1875         { }
1876 };
1877
1878 /* toggle speaker-output according to the hp-jack state */
1879 static void alc880_lg_automute(struct hda_codec *codec)
1880 {
1881         unsigned int present;
1882         unsigned char bits;
1883
1884         present = snd_hda_codec_read(codec, 0x1b, 0,
1885                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1886         bits = present ? HDA_AMP_MUTE : 0;
1887         snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
1888                                  HDA_AMP_MUTE, bits);
1889 }
1890
1891 static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res)
1892 {
1893         /* Looks like the unsol event is incompatible with the standard
1894          * definition.  4bit tag is placed at 28 bit!
1895          */
1896         if ((res >> 28) == 0x01)
1897                 alc880_lg_automute(codec);
1898 }
1899
1900 /*
1901  * LG LW20
1902  *
1903  * Pin assignment:
1904  *   Speaker-out: 0x14
1905  *   Mic-In: 0x18
1906  *   Built-in Mic-In: 0x19
1907  *   Line-In: 0x1b
1908  *   HP-Out: 0x1a
1909  *   SPDIF-Out: 0x1e
1910  */
1911
1912 static struct hda_input_mux alc880_lg_lw_capture_source = {
1913         .num_items = 3,
1914         .items = {
1915                 { "Mic", 0x0 },
1916                 { "Internal Mic", 0x1 },
1917                 { "Line In", 0x2 },
1918         },
1919 };
1920
1921 #define alc880_lg_lw_modes alc880_threestack_modes
1922
1923 static struct snd_kcontrol_new alc880_lg_lw_mixer[] = {
1924         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1925         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1926         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1927         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
1928         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1929         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1930         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1931         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1932         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1933         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1934         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1935         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1936         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
1937         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
1938         {
1939                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1940                 .name = "Channel Mode",
1941                 .info = alc_ch_mode_info,
1942                 .get = alc_ch_mode_get,
1943                 .put = alc_ch_mode_put,
1944         },
1945         { } /* end */
1946 };
1947
1948 static struct hda_verb alc880_lg_lw_init_verbs[] = {
1949         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1950         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
1951         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
1952
1953         /* set capture source to mic-in */
1954         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1955         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1956         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1957         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1958         /* speaker-out */
1959         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1960         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1961         /* HP-out */
1962         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1963         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1964         /* mic-in to input */
1965         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1966         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1967         /* built-in mic */
1968         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1969         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1970         /* jack sense */
1971         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1972         { }
1973 };
1974
1975 /* toggle speaker-output according to the hp-jack state */
1976 static void alc880_lg_lw_automute(struct hda_codec *codec)
1977 {
1978         unsigned int present;
1979         unsigned char bits;
1980
1981         present = snd_hda_codec_read(codec, 0x1b, 0,
1982                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1983         bits = present ? HDA_AMP_MUTE : 0;
1984         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
1985                                  HDA_AMP_MUTE, bits);
1986 }
1987
1988 static void alc880_lg_lw_unsol_event(struct hda_codec *codec, unsigned int res)
1989 {
1990         /* Looks like the unsol event is incompatible with the standard
1991          * definition.  4bit tag is placed at 28 bit!
1992          */
1993         if ((res >> 28) == 0x01)
1994                 alc880_lg_lw_automute(codec);
1995 }
1996
1997 #ifdef CONFIG_SND_HDA_POWER_SAVE
1998 static struct hda_amp_list alc880_loopbacks[] = {
1999         { 0x0b, HDA_INPUT, 0 },
2000         { 0x0b, HDA_INPUT, 1 },
2001         { 0x0b, HDA_INPUT, 2 },
2002         { 0x0b, HDA_INPUT, 3 },
2003         { 0x0b, HDA_INPUT, 4 },
2004         { } /* end */
2005 };
2006
2007 static struct hda_amp_list alc880_lg_loopbacks[] = {
2008         { 0x0b, HDA_INPUT, 1 },
2009         { 0x0b, HDA_INPUT, 6 },
2010         { 0x0b, HDA_INPUT, 7 },
2011         { } /* end */
2012 };
2013 #endif
2014
2015 /*
2016  * Common callbacks
2017  */
2018
2019 static int alc_init(struct hda_codec *codec)
2020 {
2021         struct alc_spec *spec = codec->spec;
2022         unsigned int i;
2023
2024         for (i = 0; i < spec->num_init_verbs; i++)
2025                 snd_hda_sequence_write(codec, spec->init_verbs[i]);
2026
2027         if (spec->init_hook)
2028                 spec->init_hook(codec);
2029
2030         return 0;
2031 }
2032
2033 static void alc_unsol_event(struct hda_codec *codec, unsigned int res)
2034 {
2035         struct alc_spec *spec = codec->spec;
2036
2037         if (spec->unsol_event)
2038                 spec->unsol_event(codec, res);
2039 }
2040
2041 #ifdef CONFIG_SND_HDA_POWER_SAVE
2042 static int alc_check_power_status(struct hda_codec *codec, hda_nid_t nid)
2043 {
2044         struct alc_spec *spec = codec->spec;
2045         return snd_hda_check_amp_list_power(codec, &spec->loopback, nid);
2046 }
2047 #endif
2048
2049 /*
2050  * Analog playback callbacks
2051  */
2052 static int alc880_playback_pcm_open(struct hda_pcm_stream *hinfo,
2053                                     struct hda_codec *codec,
2054                                     struct snd_pcm_substream *substream)
2055 {
2056         struct alc_spec *spec = codec->spec;
2057         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream);
2058 }
2059
2060 static int alc880_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2061                                        struct hda_codec *codec,
2062                                        unsigned int stream_tag,
2063                                        unsigned int format,
2064                                        struct snd_pcm_substream *substream)
2065 {
2066         struct alc_spec *spec = codec->spec;
2067         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
2068                                                 stream_tag, format, substream);
2069 }
2070
2071 static int alc880_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2072                                        struct hda_codec *codec,
2073                                        struct snd_pcm_substream *substream)
2074 {
2075         struct alc_spec *spec = codec->spec;
2076         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2077 }
2078
2079 /*
2080  * Digital out
2081  */
2082 static int alc880_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2083                                         struct hda_codec *codec,
2084                                         struct snd_pcm_substream *substream)
2085 {
2086         struct alc_spec *spec = codec->spec;
2087         return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2088 }
2089
2090 static int alc880_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2091                                            struct hda_codec *codec,
2092                                            unsigned int stream_tag,
2093                                            unsigned int format,
2094                                            struct snd_pcm_substream *substream)
2095 {
2096         struct alc_spec *spec = codec->spec;
2097         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2098                                              stream_tag, format, substream);
2099 }
2100
2101 static int alc880_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2102                                          struct hda_codec *codec,
2103                                          struct snd_pcm_substream *substream)
2104 {
2105         struct alc_spec *spec = codec->spec;
2106         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2107 }
2108
2109 /*
2110  * Analog capture
2111  */
2112 static int alc880_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2113                                       struct hda_codec *codec,
2114                                       unsigned int stream_tag,
2115                                       unsigned int format,
2116                                       struct snd_pcm_substream *substream)
2117 {
2118         struct alc_spec *spec = codec->spec;
2119
2120         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
2121                                    stream_tag, 0, format);
2122         return 0;
2123 }
2124
2125 static int alc880_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2126                                       struct hda_codec *codec,
2127                                       struct snd_pcm_substream *substream)
2128 {
2129         struct alc_spec *spec = codec->spec;
2130
2131         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
2132                                    0, 0, 0);
2133         return 0;
2134 }
2135
2136
2137 /*
2138  */
2139 static struct hda_pcm_stream alc880_pcm_analog_playback = {
2140         .substreams = 1,
2141         .channels_min = 2,
2142         .channels_max = 8,
2143         /* NID is set in alc_build_pcms */
2144         .ops = {
2145                 .open = alc880_playback_pcm_open,
2146                 .prepare = alc880_playback_pcm_prepare,
2147                 .cleanup = alc880_playback_pcm_cleanup
2148         },
2149 };
2150
2151 static struct hda_pcm_stream alc880_pcm_analog_capture = {
2152         .substreams = 2,
2153         .channels_min = 2,
2154         .channels_max = 2,
2155         /* NID is set in alc_build_pcms */
2156         .ops = {
2157                 .prepare = alc880_capture_pcm_prepare,
2158                 .cleanup = alc880_capture_pcm_cleanup
2159         },
2160 };
2161
2162 static struct hda_pcm_stream alc880_pcm_digital_playback = {
2163         .substreams = 1,
2164         .channels_min = 2,
2165         .channels_max = 2,
2166         /* NID is set in alc_build_pcms */
2167         .ops = {
2168                 .open = alc880_dig_playback_pcm_open,
2169                 .close = alc880_dig_playback_pcm_close,
2170                 .prepare = alc880_dig_playback_pcm_prepare
2171         },
2172 };
2173
2174 static struct hda_pcm_stream alc880_pcm_digital_capture = {
2175         .substreams = 1,
2176         .channels_min = 2,
2177         .channels_max = 2,
2178         /* NID is set in alc_build_pcms */
2179 };
2180
2181 /* Used by alc_build_pcms to flag that a PCM has no playback stream */
2182 static struct hda_pcm_stream alc_pcm_null_playback = {
2183         .substreams = 0,
2184         .channels_min = 0,
2185         .channels_max = 0,
2186 };
2187
2188 static int alc_build_pcms(struct hda_codec *codec)
2189 {
2190         struct alc_spec *spec = codec->spec;
2191         struct hda_pcm *info = spec->pcm_rec;
2192         int i;
2193
2194         codec->num_pcms = 1;
2195         codec->pcm_info = info;
2196
2197         info->name = spec->stream_name_analog;
2198         if (spec->stream_analog_playback) {
2199                 snd_assert(spec->multiout.dac_nids, return -EINVAL);
2200                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
2201                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
2202         }
2203         if (spec->stream_analog_capture) {
2204                 snd_assert(spec->adc_nids, return -EINVAL);
2205                 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2206                 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2207         }
2208
2209         if (spec->channel_mode) {
2210                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = 0;
2211                 for (i = 0; i < spec->num_channel_mode; i++) {
2212                         if (spec->channel_mode[i].channels > info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max) {
2213                                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->channel_mode[i].channels;
2214                         }
2215                 }
2216         }
2217
2218         /* SPDIF for stream index #1 */
2219         if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2220                 codec->num_pcms = 2;
2221                 info = spec->pcm_rec + 1;
2222                 info->name = spec->stream_name_digital;
2223                 if (spec->multiout.dig_out_nid &&
2224                     spec->stream_digital_playback) {
2225                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_digital_playback);
2226                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2227                 }
2228                 if (spec->dig_in_nid &&
2229                     spec->stream_digital_capture) {
2230                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_digital_capture);
2231                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2232                 }
2233         }
2234
2235         /* If the use of more than one ADC is requested for the current
2236          * model, configure a second analog capture-only PCM.
2237          */
2238         /* Additional Analaog capture for index #2 */
2239         if (spec->num_adc_nids > 1 && spec->stream_analog_capture &&
2240             spec->adc_nids) {
2241                 codec->num_pcms = 3;
2242                 info = spec->pcm_rec + 2;
2243                 info->name = spec->stream_name_analog;
2244                 /* No playback stream for second PCM */
2245                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = alc_pcm_null_playback;
2246                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = 0;
2247                 if (spec->stream_analog_capture) {
2248                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2249                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[1];
2250                 }
2251         }
2252
2253         return 0;
2254 }
2255
2256 static void alc_free(struct hda_codec *codec)
2257 {
2258         struct alc_spec *spec = codec->spec;
2259         unsigned int i;
2260
2261         if (!spec)
2262                 return;
2263
2264         if (spec->kctl_alloc) {
2265                 for (i = 0; i < spec->num_kctl_used; i++)
2266                         kfree(spec->kctl_alloc[i].name);
2267                 kfree(spec->kctl_alloc);
2268         }
2269         kfree(spec);
2270 }
2271
2272 /*
2273  */
2274 static struct hda_codec_ops alc_patch_ops = {
2275         .build_controls = alc_build_controls,
2276         .build_pcms = alc_build_pcms,
2277         .init = alc_init,
2278         .free = alc_free,
2279         .unsol_event = alc_unsol_event,
2280 #ifdef CONFIG_SND_HDA_POWER_SAVE
2281         .check_power_status = alc_check_power_status,
2282 #endif
2283 };
2284
2285
2286 /*
2287  * Test configuration for debugging
2288  *
2289  * Almost all inputs/outputs are enabled.  I/O pins can be configured via
2290  * enum controls.
2291  */
2292 #ifdef CONFIG_SND_DEBUG
2293 static hda_nid_t alc880_test_dac_nids[4] = {
2294         0x02, 0x03, 0x04, 0x05
2295 };
2296
2297 static struct hda_input_mux alc880_test_capture_source = {
2298         .num_items = 7,
2299         .items = {
2300                 { "In-1", 0x0 },
2301                 { "In-2", 0x1 },
2302                 { "In-3", 0x2 },
2303                 { "In-4", 0x3 },
2304                 { "CD", 0x4 },
2305                 { "Front", 0x5 },
2306                 { "Surround", 0x6 },
2307         },
2308 };
2309
2310 static struct hda_channel_mode alc880_test_modes[4] = {
2311         { 2, NULL },
2312         { 4, NULL },
2313         { 6, NULL },
2314         { 8, NULL },
2315 };
2316
2317 static int alc_test_pin_ctl_info(struct snd_kcontrol *kcontrol,
2318                                  struct snd_ctl_elem_info *uinfo)
2319 {
2320         static char *texts[] = {
2321                 "N/A", "Line Out", "HP Out",
2322                 "In Hi-Z", "In 50%", "In Grd", "In 80%", "In 100%"
2323         };
2324         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2325         uinfo->count = 1;
2326         uinfo->value.enumerated.items = 8;
2327         if (uinfo->value.enumerated.item >= 8)
2328                 uinfo->value.enumerated.item = 7;
2329         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2330         return 0;
2331 }
2332
2333 static int alc_test_pin_ctl_get(struct snd_kcontrol *kcontrol,
2334                                 struct snd_ctl_elem_value *ucontrol)
2335 {
2336         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2337         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2338         unsigned int pin_ctl, item = 0;
2339
2340         pin_ctl = snd_hda_codec_read(codec, nid, 0,
2341                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2342         if (pin_ctl & AC_PINCTL_OUT_EN) {
2343                 if (pin_ctl & AC_PINCTL_HP_EN)
2344                         item = 2;
2345                 else
2346                         item = 1;
2347         } else if (pin_ctl & AC_PINCTL_IN_EN) {
2348                 switch (pin_ctl & AC_PINCTL_VREFEN) {
2349                 case AC_PINCTL_VREF_HIZ: item = 3; break;
2350                 case AC_PINCTL_VREF_50:  item = 4; break;
2351                 case AC_PINCTL_VREF_GRD: item = 5; break;
2352                 case AC_PINCTL_VREF_80:  item = 6; break;
2353                 case AC_PINCTL_VREF_100: item = 7; break;
2354                 }
2355         }
2356         ucontrol->value.enumerated.item[0] = item;
2357         return 0;
2358 }
2359
2360 static int alc_test_pin_ctl_put(struct snd_kcontrol *kcontrol,
2361                                 struct snd_ctl_elem_value *ucontrol)
2362 {
2363         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2364         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2365         static unsigned int ctls[] = {
2366                 0, AC_PINCTL_OUT_EN, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN,
2367                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ,
2368                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_50,
2369                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD,
2370                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80,
2371                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_100,
2372         };
2373         unsigned int old_ctl, new_ctl;
2374
2375         old_ctl = snd_hda_codec_read(codec, nid, 0,
2376                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2377         new_ctl = ctls[ucontrol->value.enumerated.item[0]];
2378         if (old_ctl != new_ctl) {
2379                 int val;
2380                 snd_hda_codec_write_cache(codec, nid, 0,
2381                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
2382                                           new_ctl);
2383                 val = ucontrol->value.enumerated.item[0] >= 3 ?
2384                         HDA_AMP_MUTE : 0;
2385                 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
2386                                          HDA_AMP_MUTE, val);
2387                 return 1;
2388         }
2389         return 0;
2390 }
2391
2392 static int alc_test_pin_src_info(struct snd_kcontrol *kcontrol,
2393                                  struct snd_ctl_elem_info *uinfo)
2394 {
2395         static char *texts[] = {
2396                 "Front", "Surround", "CLFE", "Side"
2397         };
2398         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2399         uinfo->count = 1;
2400         uinfo->value.enumerated.items = 4;
2401         if (uinfo->value.enumerated.item >= 4)
2402                 uinfo->value.enumerated.item = 3;
2403         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2404         return 0;
2405 }
2406
2407 static int alc_test_pin_src_get(struct snd_kcontrol *kcontrol,
2408                                 struct snd_ctl_elem_value *ucontrol)
2409 {
2410         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2411         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2412         unsigned int sel;
2413
2414         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0);
2415         ucontrol->value.enumerated.item[0] = sel & 3;
2416         return 0;
2417 }
2418
2419 static int alc_test_pin_src_put(struct snd_kcontrol *kcontrol,
2420                                 struct snd_ctl_elem_value *ucontrol)
2421 {
2422         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2423         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2424         unsigned int sel;
2425
2426         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0) & 3;
2427         if (ucontrol->value.enumerated.item[0] != sel) {
2428                 sel = ucontrol->value.enumerated.item[0] & 3;
2429                 snd_hda_codec_write_cache(codec, nid, 0,
2430                                           AC_VERB_SET_CONNECT_SEL, sel);
2431                 return 1;
2432         }
2433         return 0;
2434 }
2435
2436 #define PIN_CTL_TEST(xname,nid) {                       \
2437                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
2438                         .name = xname,                 \
2439                         .info = alc_test_pin_ctl_info, \
2440                         .get = alc_test_pin_ctl_get,   \
2441                         .put = alc_test_pin_ctl_put,   \
2442                         .private_value = nid           \
2443                         }
2444
2445 #define PIN_SRC_TEST(xname,nid) {                       \
2446                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
2447                         .name = xname,                 \
2448                         .info = alc_test_pin_src_info, \
2449                         .get = alc_test_pin_src_get,   \
2450                         .put = alc_test_pin_src_put,   \
2451                         .private_value = nid           \
2452                         }
2453
2454 static struct snd_kcontrol_new alc880_test_mixer[] = {
2455         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2456         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
2457         HDA_CODEC_VOLUME("CLFE Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
2458         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
2459         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
2460         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
2461         HDA_BIND_MUTE("CLFE Playback Switch", 0x0e, 2, HDA_INPUT),
2462         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
2463         PIN_CTL_TEST("Front Pin Mode", 0x14),
2464         PIN_CTL_TEST("Surround Pin Mode", 0x15),
2465         PIN_CTL_TEST("CLFE Pin Mode", 0x16),
2466         PIN_CTL_TEST("Side Pin Mode", 0x17),
2467         PIN_CTL_TEST("In-1 Pin Mode", 0x18),
2468         PIN_CTL_TEST("In-2 Pin Mode", 0x19),
2469         PIN_CTL_TEST("In-3 Pin Mode", 0x1a),
2470         PIN_CTL_TEST("In-4 Pin Mode", 0x1b),
2471         PIN_SRC_TEST("In-1 Pin Source", 0x18),
2472         PIN_SRC_TEST("In-2 Pin Source", 0x19),
2473         PIN_SRC_TEST("In-3 Pin Source", 0x1a),
2474         PIN_SRC_TEST("In-4 Pin Source", 0x1b),
2475         HDA_CODEC_VOLUME("In-1 Playback Volume", 0x0b, 0x0, HDA_INPUT),
2476         HDA_CODEC_MUTE("In-1 Playback Switch", 0x0b, 0x0, HDA_INPUT),
2477         HDA_CODEC_VOLUME("In-2 Playback Volume", 0x0b, 0x1, HDA_INPUT),
2478         HDA_CODEC_MUTE("In-2 Playback Switch", 0x0b, 0x1, HDA_INPUT),
2479         HDA_CODEC_VOLUME("In-3 Playback Volume", 0x0b, 0x2, HDA_INPUT),
2480         HDA_CODEC_MUTE("In-3 Playback Switch", 0x0b, 0x2, HDA_INPUT),
2481         HDA_CODEC_VOLUME("In-4 Playback Volume", 0x0b, 0x3, HDA_INPUT),
2482         HDA_CODEC_MUTE("In-4 Playback Switch", 0x0b, 0x3, HDA_INPUT),
2483         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x4, HDA_INPUT),
2484         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x4, HDA_INPUT),
2485         {
2486                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2487                 .name = "Channel Mode",
2488                 .info = alc_ch_mode_info,
2489                 .get = alc_ch_mode_get,
2490                 .put = alc_ch_mode_put,
2491         },
2492         { } /* end */
2493 };
2494
2495 static struct hda_verb alc880_test_init_verbs[] = {
2496         /* Unmute inputs of 0x0c - 0x0f */
2497         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2498         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2499         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2500         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2501         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2502         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2503         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2504         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2505         /* Vol output for 0x0c-0x0f */
2506         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2507         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2508         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2509         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2510         /* Set output pins 0x14-0x17 */
2511         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2512         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2513         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2514         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2515         /* Unmute output pins 0x14-0x17 */
2516         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2517         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2518         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2519         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2520         /* Set input pins 0x18-0x1c */
2521         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2522         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2523         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2524         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2525         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2526         /* Mute input pins 0x18-0x1b */
2527         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2528         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2529         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2530         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2531         /* ADC set up */
2532         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2533         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
2534         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2535         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
2536         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2537         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
2538         /* Analog input/passthru */
2539         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2540         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2541         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2542         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2543         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2544         { }
2545 };
2546 #endif
2547
2548 /*
2549  */
2550
2551 static const char *alc880_models[ALC880_MODEL_LAST] = {
2552         [ALC880_3ST]            = "3stack",
2553         [ALC880_TCL_S700]       = "tcl",
2554         [ALC880_3ST_DIG]        = "3stack-digout",
2555         [ALC880_CLEVO]          = "clevo",
2556         [ALC880_5ST]            = "5stack",
2557         [ALC880_5ST_DIG]        = "5stack-digout",
2558         [ALC880_W810]           = "w810",
2559         [ALC880_Z71V]           = "z71v",
2560         [ALC880_6ST]            = "6stack",
2561         [ALC880_6ST_DIG]        = "6stack-digout",
2562         [ALC880_ASUS]           = "asus",
2563         [ALC880_ASUS_W1V]       = "asus-w1v",
2564         [ALC880_ASUS_DIG]       = "asus-dig",
2565         [ALC880_ASUS_DIG2]      = "asus-dig2",
2566         [ALC880_UNIWILL_DIG]    = "uniwill",
2567         [ALC880_UNIWILL_P53]    = "uniwill-p53",
2568         [ALC880_FUJITSU]        = "fujitsu",
2569         [ALC880_F1734]          = "F1734",
2570         [ALC880_LG]             = "lg",
2571         [ALC880_LG_LW]          = "lg-lw",
2572 #ifdef CONFIG_SND_DEBUG
2573         [ALC880_TEST]           = "test",
2574 #endif
2575         [ALC880_AUTO]           = "auto",
2576 };
2577
2578 static struct snd_pci_quirk alc880_cfg_tbl[] = {
2579         /* Broken BIOS configuration */
2580         SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_6ST_DIG),
2581         SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_6ST_DIG),
2582
2583         SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_5ST_DIG),
2584         SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_6ST),
2585         SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_W810),
2586         SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_3ST_DIG),
2587         SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_6ST_DIG),
2588         SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_6ST_DIG),
2589         SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_6ST_DIG),
2590         SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
2591         SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
2592
2593         SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
2594         SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
2595
2596         SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
2597         SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
2598         SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
2599         SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG),
2600         SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG),
2601         SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG),
2602         SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V),
2603         /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
2604         SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
2605         SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
2606         SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_ASUS),
2607         SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
2608         SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
2609         SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
2610         SND_PCI_QUIRK(0x1043, 0, "ASUS", ALC880_ASUS),
2611
2612         SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_3ST),
2613         SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_3ST),
2614         SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_5ST),
2615         SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_5ST),
2616         SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_5ST),
2617         SND_PCI_QUIRK(0x1558, 0x0520, "Clevo m520G", ALC880_CLEVO),
2618         SND_PCI_QUIRK(0x1558, 0x0660, "Clevo m655n", ALC880_CLEVO),
2619         SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_5ST_DIG),
2620         SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_W810),
2621         SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_5ST_DIG),
2622         SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_TCL_S700),
2623         SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_5ST_DIG),
2624         SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_6ST_DIG),
2625         SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_6ST_DIG),
2626         SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_6ST_DIG),
2627         SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_6ST_DIG),
2628         SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_6ST_DIG),
2629         SND_PCI_QUIRK(0x1558, 0x5401, "ASUS", ALC880_ASUS_DIG2),
2630
2631         SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_UNIWILL_DIG),
2632         SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_UNIWILL),
2633         SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_UNIWILL_P53),
2634         SND_PCI_QUIRK(0x1584, 0x9054, "Uniwlll", ALC880_F1734),
2635
2636         SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_5ST_DIG),
2637         SND_PCI_QUIRK(0x1734, 0x10ac, "FSC", ALC880_UNIWILL),
2638         SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_F1734),
2639         SND_PCI_QUIRK(0x1734, 0x10b0, "Fujitsu", ALC880_FUJITSU),
2640
2641         SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_LG),
2642         SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_LG),
2643         SND_PCI_QUIRK(0x1854, 0x0018, "LG LW20", ALC880_LG_LW),
2644         SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_LG_LW),
2645
2646         SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_3ST_DIG),
2647         SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_3ST_DIG),
2648         SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_3ST_DIG),
2649         SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_5ST_DIG),
2650         SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_5ST_DIG),
2651         SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_5ST_DIG),
2652         SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_5ST_DIG),
2653         SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_5ST_DIG),
2654         SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_5ST_DIG),
2655         SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_5ST_DIG),
2656         SND_PCI_QUIRK(0x8086, 0, "Intel mobo", ALC880_3ST),
2657
2658         {}
2659 };
2660
2661 /*
2662  * ALC880 codec presets
2663  */
2664 static struct alc_config_preset alc880_presets[] = {
2665         [ALC880_3ST] = {
2666                 .mixers = { alc880_three_stack_mixer },
2667                 .init_verbs = { alc880_volume_init_verbs,
2668                                 alc880_pin_3stack_init_verbs },
2669                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2670                 .dac_nids = alc880_dac_nids,
2671                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2672                 .channel_mode = alc880_threestack_modes,
2673                 .need_dac_fix = 1,
2674                 .input_mux = &alc880_capture_source,
2675         },
2676         [ALC880_3ST_DIG] = {
2677                 .mixers = { alc880_three_stack_mixer },
2678                 .init_verbs = { alc880_volume_init_verbs,
2679                                 alc880_pin_3stack_init_verbs },
2680                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2681                 .dac_nids = alc880_dac_nids,
2682                 .dig_out_nid = ALC880_DIGOUT_NID,
2683                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2684                 .channel_mode = alc880_threestack_modes,
2685                 .need_dac_fix = 1,
2686                 .input_mux = &alc880_capture_source,
2687         },
2688         [ALC880_TCL_S700] = {
2689                 .mixers = { alc880_tcl_s700_mixer },
2690                 .init_verbs = { alc880_volume_init_verbs,
2691                                 alc880_pin_tcl_S700_init_verbs,
2692                                 alc880_gpio2_init_verbs },
2693                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2694                 .dac_nids = alc880_dac_nids,
2695                 .hp_nid = 0x03,
2696                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2697                 .channel_mode = alc880_2_jack_modes,
2698                 .input_mux = &alc880_capture_source,
2699         },
2700         [ALC880_5ST] = {
2701                 .mixers = { alc880_three_stack_mixer,
2702                             alc880_five_stack_mixer},
2703                 .init_verbs = { alc880_volume_init_verbs,
2704                                 alc880_pin_5stack_init_verbs },
2705                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2706                 .dac_nids = alc880_dac_nids,
2707                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2708                 .channel_mode = alc880_fivestack_modes,
2709                 .input_mux = &alc880_capture_source,
2710         },
2711         [ALC880_5ST_DIG] = {
2712                 .mixers = { alc880_three_stack_mixer,
2713                             alc880_five_stack_mixer },
2714                 .init_verbs = { alc880_volume_init_verbs,
2715                                 alc880_pin_5stack_init_verbs },
2716                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2717                 .dac_nids = alc880_dac_nids,
2718                 .dig_out_nid = ALC880_DIGOUT_NID,
2719                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2720                 .channel_mode = alc880_fivestack_modes,
2721                 .input_mux = &alc880_capture_source,
2722         },
2723         [ALC880_6ST] = {
2724                 .mixers = { alc880_six_stack_mixer },
2725                 .init_verbs = { alc880_volume_init_verbs,
2726                                 alc880_pin_6stack_init_verbs },
2727                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2728                 .dac_nids = alc880_6st_dac_nids,
2729                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2730                 .channel_mode = alc880_sixstack_modes,
2731                 .input_mux = &alc880_6stack_capture_source,
2732         },
2733         [ALC880_6ST_DIG] = {
2734                 .mixers = { alc880_six_stack_mixer },
2735                 .init_verbs = { alc880_volume_init_verbs,
2736                                 alc880_pin_6stack_init_verbs },
2737                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2738                 .dac_nids = alc880_6st_dac_nids,
2739                 .dig_out_nid = ALC880_DIGOUT_NID,
2740                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2741                 .channel_mode = alc880_sixstack_modes,
2742                 .input_mux = &alc880_6stack_capture_source,
2743         },
2744         [ALC880_W810] = {
2745                 .mixers = { alc880_w810_base_mixer },
2746                 .init_verbs = { alc880_volume_init_verbs,
2747                                 alc880_pin_w810_init_verbs,
2748                                 alc880_gpio2_init_verbs },
2749                 .num_dacs = ARRAY_SIZE(alc880_w810_dac_nids),
2750                 .dac_nids = alc880_w810_dac_nids,
2751                 .dig_out_nid = ALC880_DIGOUT_NID,
2752                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2753                 .channel_mode = alc880_w810_modes,
2754                 .input_mux = &alc880_capture_source,
2755         },
2756         [ALC880_Z71V] = {
2757                 .mixers = { alc880_z71v_mixer },
2758                 .init_verbs = { alc880_volume_init_verbs,
2759                                 alc880_pin_z71v_init_verbs },
2760                 .num_dacs = ARRAY_SIZE(alc880_z71v_dac_nids),
2761                 .dac_nids = alc880_z71v_dac_nids,
2762                 .dig_out_nid = ALC880_DIGOUT_NID,
2763                 .hp_nid = 0x03,
2764                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2765                 .channel_mode = alc880_2_jack_modes,
2766                 .input_mux = &alc880_capture_source,
2767         },
2768         [ALC880_F1734] = {
2769                 .mixers = { alc880_f1734_mixer },
2770                 .init_verbs = { alc880_volume_init_verbs,
2771                                 alc880_pin_f1734_init_verbs },
2772                 .num_dacs = ARRAY_SIZE(alc880_f1734_dac_nids),
2773                 .dac_nids = alc880_f1734_dac_nids,
2774                 .hp_nid = 0x02,
2775                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2776                 .channel_mode = alc880_2_jack_modes,
2777                 .input_mux = &alc880_capture_source,
2778         },
2779         [ALC880_ASUS] = {
2780                 .mixers = { alc880_asus_mixer },
2781                 .init_verbs = { alc880_volume_init_verbs,
2782                                 alc880_pin_asus_init_verbs,
2783                                 alc880_gpio1_init_verbs },
2784                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2785                 .dac_nids = alc880_asus_dac_nids,
2786                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2787                 .channel_mode = alc880_asus_modes,
2788                 .need_dac_fix = 1,
2789                 .input_mux = &alc880_capture_source,
2790         },
2791         [ALC880_ASUS_DIG] = {
2792                 .mixers = { alc880_asus_mixer },
2793                 .init_verbs = { alc880_volume_init_verbs,
2794                                 alc880_pin_asus_init_verbs,
2795                                 alc880_gpio1_init_verbs },
2796                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2797                 .dac_nids = alc880_asus_dac_nids,
2798                 .dig_out_nid = ALC880_DIGOUT_NID,
2799                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2800                 .channel_mode = alc880_asus_modes,
2801                 .need_dac_fix = 1,
2802                 .input_mux = &alc880_capture_source,
2803         },
2804         [ALC880_ASUS_DIG2] = {
2805                 .mixers = { alc880_asus_mixer },
2806                 .init_verbs = { alc880_volume_init_verbs,
2807                                 alc880_pin_asus_init_verbs,
2808                                 alc880_gpio2_init_verbs }, /* use GPIO2 */
2809                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2810                 .dac_nids = alc880_asus_dac_nids,
2811                 .dig_out_nid = ALC880_DIGOUT_NID,
2812                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2813                 .channel_mode = alc880_asus_modes,
2814                 .need_dac_fix = 1,
2815                 .input_mux = &alc880_capture_source,
2816         },
2817         [ALC880_ASUS_W1V] = {
2818                 .mixers = { alc880_asus_mixer, alc880_asus_w1v_mixer },
2819                 .init_verbs = { alc880_volume_init_verbs,
2820                                 alc880_pin_asus_init_verbs,
2821                                 alc880_gpio1_init_verbs },
2822                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2823                 .dac_nids = alc880_asus_dac_nids,
2824                 .dig_out_nid = ALC880_DIGOUT_NID,
2825                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2826                 .channel_mode = alc880_asus_modes,
2827                 .need_dac_fix = 1,
2828                 .input_mux = &alc880_capture_source,
2829         },
2830         [ALC880_UNIWILL_DIG] = {
2831                 .mixers = { alc880_asus_mixer, alc880_pcbeep_mixer },
2832                 .init_verbs = { alc880_volume_init_verbs,
2833                                 alc880_pin_asus_init_verbs },
2834                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2835                 .dac_nids = alc880_asus_dac_nids,
2836                 .dig_out_nid = ALC880_DIGOUT_NID,
2837                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2838                 .channel_mode = alc880_asus_modes,
2839                 .need_dac_fix = 1,
2840                 .input_mux = &alc880_capture_source,
2841         },
2842         [ALC880_UNIWILL] = {
2843                 .mixers = { alc880_uniwill_mixer },
2844                 .init_verbs = { alc880_volume_init_verbs,
2845                                 alc880_uniwill_init_verbs },
2846                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2847                 .dac_nids = alc880_asus_dac_nids,
2848                 .dig_out_nid = ALC880_DIGOUT_NID,
2849                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2850                 .channel_mode = alc880_threestack_modes,
2851                 .need_dac_fix = 1,
2852                 .input_mux = &alc880_capture_source,
2853                 .unsol_event = alc880_uniwill_unsol_event,
2854                 .init_hook = alc880_uniwill_automute,
2855         },
2856         [ALC880_UNIWILL_P53] = {
2857                 .mixers = { alc880_uniwill_p53_mixer },
2858                 .init_verbs = { alc880_volume_init_verbs,
2859                                 alc880_uniwill_p53_init_verbs },
2860                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2861                 .dac_nids = alc880_asus_dac_nids,
2862                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2863                 .channel_mode = alc880_threestack_modes,
2864                 .input_mux = &alc880_capture_source,
2865                 .unsol_event = alc880_uniwill_p53_unsol_event,
2866                 .init_hook = alc880_uniwill_p53_hp_automute,
2867         },
2868         [ALC880_FUJITSU] = {
2869                 .mixers = { alc880_fujitsu_mixer,
2870                             alc880_pcbeep_mixer, },
2871                 .init_verbs = { alc880_volume_init_verbs,
2872                                 alc880_uniwill_p53_init_verbs,
2873                                 alc880_beep_init_verbs },
2874                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2875                 .dac_nids = alc880_dac_nids,
2876                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2877                 .channel_mode = alc880_2_jack_modes,
2878                 .input_mux = &alc880_capture_source,
2879                 .unsol_event = alc880_uniwill_p53_unsol_event,
2880                 .init_hook = alc880_uniwill_p53_hp_automute,
2881         },
2882         [ALC880_CLEVO] = {
2883                 .mixers = { alc880_three_stack_mixer },
2884                 .init_verbs = { alc880_volume_init_verbs,
2885                                 alc880_pin_clevo_init_verbs },
2886                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2887                 .dac_nids = alc880_dac_nids,
2888                 .hp_nid = 0x03,
2889                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2890                 .channel_mode = alc880_threestack_modes,
2891                 .need_dac_fix = 1,
2892                 .input_mux = &alc880_capture_source,
2893         },
2894         [ALC880_LG] = {
2895                 .mixers = { alc880_lg_mixer },
2896                 .init_verbs = { alc880_volume_init_verbs,
2897                                 alc880_lg_init_verbs },
2898                 .num_dacs = ARRAY_SIZE(alc880_lg_dac_nids),
2899                 .dac_nids = alc880_lg_dac_nids,
2900                 .dig_out_nid = ALC880_DIGOUT_NID,
2901                 .num_channel_mode = ARRAY_SIZE(alc880_lg_ch_modes),
2902                 .channel_mode = alc880_lg_ch_modes,
2903                 .need_dac_fix = 1,
2904                 .input_mux = &alc880_lg_capture_source,
2905                 .unsol_event = alc880_lg_unsol_event,
2906                 .init_hook = alc880_lg_automute,
2907 #ifdef CONFIG_SND_HDA_POWER_SAVE
2908                 .loopbacks = alc880_lg_loopbacks,
2909 #endif
2910         },
2911         [ALC880_LG_LW] = {
2912                 .mixers = { alc880_lg_lw_mixer },
2913                 .init_verbs = { alc880_volume_init_verbs,
2914                                 alc880_lg_lw_init_verbs },
2915                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2916                 .dac_nids = alc880_dac_nids,
2917                 .dig_out_nid = ALC880_DIGOUT_NID,
2918                 .num_channel_mode = ARRAY_SIZE(alc880_lg_lw_modes),
2919                 .channel_mode = alc880_lg_lw_modes,
2920                 .input_mux = &alc880_lg_lw_capture_source,
2921                 .unsol_event = alc880_lg_lw_unsol_event,
2922                 .init_hook = alc880_lg_lw_automute,
2923         },
2924 #ifdef CONFIG_SND_DEBUG
2925         [ALC880_TEST] = {
2926                 .mixers = { alc880_test_mixer },
2927                 .init_verbs = { alc880_test_init_verbs },
2928                 .num_dacs = ARRAY_SIZE(alc880_test_dac_nids),
2929                 .dac_nids = alc880_test_dac_nids,
2930                 .dig_out_nid = ALC880_DIGOUT_NID,
2931                 .num_channel_mode = ARRAY_SIZE(alc880_test_modes),
2932                 .channel_mode = alc880_test_modes,
2933                 .input_mux = &alc880_test_capture_source,
2934         },
2935 #endif
2936 };
2937
2938 /*
2939  * Automatic parse of I/O pins from the BIOS configuration
2940  */
2941
2942 #define NUM_CONTROL_ALLOC       32
2943 #define NUM_VERB_ALLOC          32
2944
2945 enum {
2946         ALC_CTL_WIDGET_VOL,
2947         ALC_CTL_WIDGET_MUTE,
2948         ALC_CTL_BIND_MUTE,
2949 };
2950 static struct snd_kcontrol_new alc880_control_templates[] = {
2951         HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2952         HDA_CODEC_MUTE(NULL, 0, 0, 0),
2953         HDA_BIND_MUTE(NULL, 0, 0, 0),
2954 };
2955
2956 /* add dynamic controls */
2957 static int add_control(struct alc_spec *spec, int type, const char *name,
2958                        unsigned long val)
2959 {
2960         struct snd_kcontrol_new *knew;
2961
2962         if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2963                 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2964
2965                 /* array + terminator */
2966                 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL);
2967                 if (!knew)
2968                         return -ENOMEM;
2969                 if (spec->kctl_alloc) {
2970                         memcpy(knew, spec->kctl_alloc,
2971                                sizeof(*knew) * spec->num_kctl_alloc);
2972                         kfree(spec->kctl_alloc);
2973                 }
2974                 spec->kctl_alloc = knew;
2975                 spec->num_kctl_alloc = num;
2976         }
2977
2978         knew = &spec->kctl_alloc[spec->num_kctl_used];
2979         *knew = alc880_control_templates[type];
2980         knew->name = kstrdup(name, GFP_KERNEL);
2981         if (!knew->name)
2982                 return -ENOMEM;
2983         knew->private_value = val;
2984         spec->num_kctl_used++;
2985         return 0;
2986 }
2987
2988 #define alc880_is_fixed_pin(nid)        ((nid) >= 0x14 && (nid) <= 0x17)
2989 #define alc880_fixed_pin_idx(nid)       ((nid) - 0x14)
2990 #define alc880_is_multi_pin(nid)        ((nid) >= 0x18)
2991 #define alc880_multi_pin_idx(nid)       ((nid) - 0x18)
2992 #define alc880_is_input_pin(nid)        ((nid) >= 0x18)
2993 #define alc880_input_pin_idx(nid)       ((nid) - 0x18)
2994 #define alc880_idx_to_dac(nid)          ((nid) + 0x02)
2995 #define alc880_dac_to_idx(nid)          ((nid) - 0x02)
2996 #define alc880_idx_to_mixer(nid)        ((nid) + 0x0c)
2997 #define alc880_idx_to_selector(nid)     ((nid) + 0x10)
2998 #define ALC880_PIN_CD_NID               0x1c
2999
3000 /* fill in the dac_nids table from the parsed pin configuration */
3001 static int alc880_auto_fill_dac_nids(struct alc_spec *spec,
3002                                      const struct auto_pin_cfg *cfg)
3003 {
3004         hda_nid_t nid;
3005         int assigned[4];
3006         int i, j;
3007
3008         memset(assigned, 0, sizeof(assigned));
3009         spec->multiout.dac_nids = spec->private_dac_nids;
3010
3011         /* check the pins hardwired to audio widget */
3012         for (i = 0; i < cfg->line_outs; i++) {
3013                 nid = cfg->line_out_pins[i];
3014                 if (alc880_is_fixed_pin(nid)) {
3015                         int idx = alc880_fixed_pin_idx(nid);
3016                         spec->multiout.dac_nids[i] = alc880_idx_to_dac(idx);
3017                         assigned[idx] = 1;
3018                 }
3019         }
3020         /* left pins can be connect to any audio widget */
3021         for (i = 0; i < cfg->line_outs; i++) {
3022                 nid = cfg->line_out_pins[i];
3023                 if (alc880_is_fixed_pin(nid))
3024                         continue;
3025                 /* search for an empty channel */
3026                 for (j = 0; j < cfg->line_outs; j++) {
3027                         if (!assigned[j]) {
3028                                 spec->multiout.dac_nids[i] =
3029                                         alc880_idx_to_dac(j);
3030                                 assigned[j] = 1;
3031                                 break;
3032                         }
3033                 }
3034         }
3035         spec->multiout.num_dacs = cfg->line_outs;
3036         return 0;
3037 }
3038
3039 /* add playback controls from the parsed DAC table */
3040 static int alc880_auto_create_multi_out_ctls(struct alc_spec *spec,
3041                                              const struct auto_pin_cfg *cfg)
3042 {
3043         char name[32];
3044         static const char *chname[4] = {
3045                 "Front", "Surround", NULL /*CLFE*/, "Side"
3046         };
3047         hda_nid_t nid;
3048         int i, err;
3049
3050         for (i = 0; i < cfg->line_outs; i++) {
3051                 if (!spec->multiout.dac_nids[i])
3052                         continue;
3053                 nid = alc880_idx_to_mixer(alc880_dac_to_idx(spec->multiout.dac_nids[i]));
3054                 if (i == 2) {
3055                         /* Center/LFE */
3056                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
3057                                           "Center Playback Volume",
3058                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
3059                                                               HDA_OUTPUT));
3060                         if (err < 0)
3061                                 return err;
3062                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
3063                                           "LFE Playback Volume",
3064                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
3065                                                               HDA_OUTPUT));
3066                         if (err < 0)
3067                                 return err;
3068                         err = add_control(spec, ALC_CTL_BIND_MUTE,
3069                                           "Center Playback Switch",
3070                                           HDA_COMPOSE_AMP_VAL(nid, 1, 2,
3071                                                               HDA_INPUT));
3072                         if (err < 0)
3073                                 return err;
3074                         err = add_control(spec, ALC_CTL_BIND_MUTE,
3075                                           "LFE Playback Switch",
3076                                           HDA_COMPOSE_AMP_VAL(nid, 2, 2,
3077                                                               HDA_INPUT));
3078                         if (err < 0)
3079                                 return err;
3080                 } else {
3081                         sprintf(name, "%s Playback Volume", chname[i]);
3082                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3083                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3084                                                               HDA_OUTPUT));
3085                         if (err < 0)
3086                                 return err;
3087                         sprintf(name, "%s Playback Switch", chname[i]);
3088                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
3089                                           HDA_COMPOSE_AMP_VAL(nid, 3, 2,
3090                                                               HDA_INPUT));
3091                         if (err < 0)
3092                                 return err;
3093                 }
3094         }
3095         return 0;
3096 }
3097
3098 /* add playback controls for speaker and HP outputs */
3099 static int alc880_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
3100                                         const char *pfx)
3101 {
3102         hda_nid_t nid;
3103         int err;
3104         char name[32];
3105
3106         if (!pin)
3107                 return 0;
3108
3109         if (alc880_is_fixed_pin(pin)) {
3110                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
3111                 /* specify the DAC as the extra output */
3112                 if (!spec->multiout.hp_nid)
3113                         spec->multiout.hp_nid = nid;
3114                 else
3115                         spec->multiout.extra_out_nid[0] = nid;
3116                 /* control HP volume/switch on the output mixer amp */
3117                 nid = alc880_idx_to_mixer(alc880_fixed_pin_idx(pin));
3118                 sprintf(name, "%s Playback Volume", pfx);
3119                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3120                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3121                 if (err < 0)
3122                         return err;
3123                 sprintf(name, "%s Playback Switch", pfx);
3124                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
3125                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
3126                 if (err < 0)
3127                         return err;
3128         } else if (alc880_is_multi_pin(pin)) {
3129                 /* set manual connection */
3130                 /* we have only a switch on HP-out PIN */
3131                 sprintf(name, "%s Playback Switch", pfx);
3132                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
3133                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
3134                 if (err < 0)
3135                         return err;
3136         }
3137         return 0;
3138 }
3139
3140 /* create input playback/capture controls for the given pin */
3141 static int new_analog_input(struct alc_spec *spec, hda_nid_t pin,
3142                             const char *ctlname,
3143                             int idx, hda_nid_t mix_nid)
3144 {
3145         char name[32];
3146         int err;
3147
3148         sprintf(name, "%s Playback Volume", ctlname);
3149         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3150                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
3151         if (err < 0)
3152                 return err;
3153         sprintf(name, "%s Playback Switch", ctlname);
3154         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
3155                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
3156         if (err < 0)
3157                 return err;
3158         return 0;
3159 }
3160
3161 /* create playback/capture controls for input pins */
3162 static int alc880_auto_create_analog_input_ctls(struct alc_spec *spec,
3163                                                 const struct auto_pin_cfg *cfg)
3164 {
3165         struct hda_input_mux *imux = &spec->private_imux;
3166         int i, err, idx;
3167
3168         for (i = 0; i < AUTO_PIN_LAST; i++) {
3169                 if (alc880_is_input_pin(cfg->input_pins[i])) {
3170                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
3171                         err = new_analog_input(spec, cfg->input_pins[i],
3172                                                auto_pin_cfg_labels[i],
3173                                                idx, 0x0b);
3174                         if (err < 0)
3175                                 return err;
3176                         imux->items[imux->num_items].label =
3177                                 auto_pin_cfg_labels[i];
3178                         imux->items[imux->num_items].index =
3179                                 alc880_input_pin_idx(cfg->input_pins[i]);
3180                         imux->num_items++;
3181                 }
3182         }
3183         return 0;
3184 }
3185
3186 static void alc880_auto_set_output_and_unmute(struct hda_codec *codec,
3187                                               hda_nid_t nid, int pin_type,
3188                                               int dac_idx)
3189 {
3190         /* set as output */
3191         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3192                             pin_type);
3193         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
3194                             AMP_OUT_UNMUTE);
3195         /* need the manual connection? */
3196         if (alc880_is_multi_pin(nid)) {
3197                 struct alc_spec *spec = codec->spec;
3198                 int idx = alc880_multi_pin_idx(nid);
3199                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
3200                                     AC_VERB_SET_CONNECT_SEL,
3201                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
3202         }
3203 }
3204
3205 static int get_pin_type(int line_out_type)
3206 {
3207         if (line_out_type == AUTO_PIN_HP_OUT)
3208                 return PIN_HP;
3209         else
3210                 return PIN_OUT;
3211 }
3212
3213 static void alc880_auto_init_multi_out(struct hda_codec *codec)
3214 {
3215         struct alc_spec *spec = codec->spec;
3216         int i;
3217         
3218         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
3219         for (i = 0; i < spec->autocfg.line_outs; i++) {
3220                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3221                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
3222                 alc880_auto_set_output_and_unmute(codec, nid, pin_type, i);
3223         }
3224 }
3225
3226 static void alc880_auto_init_extra_out(struct hda_codec *codec)
3227 {
3228         struct alc_spec *spec = codec->spec;
3229         hda_nid_t pin;
3230
3231         pin = spec->autocfg.speaker_pins[0];
3232         if (pin) /* connect to front */
3233                 alc880_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
3234         pin = spec->autocfg.hp_pins[0];
3235         if (pin) /* connect to front */
3236                 alc880_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
3237 }
3238
3239 static void alc880_auto_init_analog_input(struct hda_codec *codec)
3240 {
3241         struct alc_spec *spec = codec->spec;
3242         int i;
3243
3244         for (i = 0; i < AUTO_PIN_LAST; i++) {
3245                 hda_nid_t nid = spec->autocfg.input_pins[i];
3246                 if (alc880_is_input_pin(nid)) {
3247                         snd_hda_codec_write(codec, nid, 0,
3248                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
3249                                             i <= AUTO_PIN_FRONT_MIC ?
3250                                             PIN_VREF80 : PIN_IN);
3251                         if (nid != ALC880_PIN_CD_NID)
3252                                 snd_hda_codec_write(codec, nid, 0,
3253                                                     AC_VERB_SET_AMP_GAIN_MUTE,
3254                                                     AMP_OUT_MUTE);
3255                 }
3256         }
3257 }
3258
3259 /* parse the BIOS configuration and set up the alc_spec */
3260 /* return 1 if successful, 0 if the proper config is not found,
3261  * or a negative error code
3262  */
3263 static int alc880_parse_auto_config(struct hda_codec *codec)
3264 {
3265         struct alc_spec *spec = codec->spec;
3266         int err;
3267         static hda_nid_t alc880_ignore[] = { 0x1d, 0 };
3268
3269         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
3270                                            alc880_ignore);
3271         if (err < 0)
3272                 return err;
3273         if (!spec->autocfg.line_outs)
3274                 return 0; /* can't find valid BIOS pin config */
3275
3276         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
3277         if (err < 0)
3278                 return err;
3279         err = alc880_auto_create_multi_out_ctls(spec, &spec->autocfg);
3280         if (err < 0)
3281                 return err;
3282         err = alc880_auto_create_extra_out(spec,
3283                                            spec->autocfg.speaker_pins[0],
3284                                            "Speaker");
3285         if (err < 0)
3286                 return err;
3287         err = alc880_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
3288                                            "Headphone");
3289         if (err < 0)
3290                 return err;
3291         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
3292         if (err < 0)
3293                 return err;
3294
3295         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3296
3297         if (spec->autocfg.dig_out_pin)
3298                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
3299         if (spec->autocfg.dig_in_pin)
3300                 spec->dig_in_nid = ALC880_DIGIN_NID;
3301
3302         if (spec->kctl_alloc)
3303                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3304
3305         spec->init_verbs[spec->num_init_verbs++] = alc880_volume_init_verbs;
3306
3307         spec->num_mux_defs = 1;
3308         spec->input_mux = &spec->private_imux;
3309
3310         return 1;
3311 }
3312
3313 /* additional initialization for auto-configuration model */
3314 static void alc880_auto_init(struct hda_codec *codec)
3315 {
3316         alc880_auto_init_multi_out(codec);
3317         alc880_auto_init_extra_out(codec);
3318         alc880_auto_init_analog_input(codec);
3319 }
3320
3321 /*
3322  * OK, here we have finally the patch for ALC880
3323  */
3324
3325 static int patch_alc880(struct hda_codec *codec)
3326 {
3327         struct alc_spec *spec;
3328         int board_config;
3329         int err;
3330
3331         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
3332         if (spec == NULL)
3333                 return -ENOMEM;
3334
3335         codec->spec = spec;
3336
3337         board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
3338                                                   alc880_models,
3339                                                   alc880_cfg_tbl);
3340         if (board_config < 0) {
3341                 printk(KERN_INFO "hda_codec: Unknown model for ALC880, "
3342                        "trying auto-probe from BIOS...\n");
3343                 board_config = ALC880_AUTO;
3344         }
3345
3346         if (board_config == ALC880_AUTO) {
3347                 /* automatic parse from the BIOS config */
3348                 err = alc880_parse_auto_config(codec);
3349                 if (err < 0) {
3350                         alc_free(codec);
3351                         return err;
3352                 } else if (!err) {
3353                         printk(KERN_INFO
3354                                "hda_codec: Cannot set up configuration "
3355                                "from BIOS.  Using 3-stack mode...\n");
3356                         board_config = ALC880_3ST;
3357                 }
3358         }
3359
3360         if (board_config != ALC880_AUTO)
3361                 setup_preset(spec, &alc880_presets[board_config]);
3362
3363         spec->stream_name_analog = "ALC880 Analog";
3364         spec->stream_analog_playback = &alc880_pcm_analog_playback;
3365         spec->stream_analog_capture = &alc880_pcm_analog_capture;
3366
3367         spec->stream_name_digital = "ALC880 Digital";
3368         spec->stream_digital_playback = &alc880_pcm_digital_playback;
3369         spec->stream_digital_capture = &alc880_pcm_digital_capture;
3370
3371         if (!spec->adc_nids && spec->input_mux) {
3372                 /* check whether NID 0x07 is valid */
3373                 unsigned int wcap = get_wcaps(codec, alc880_adc_nids[0]);
3374                 /* get type */
3375                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
3376                 if (wcap != AC_WID_AUD_IN) {
3377                         spec->adc_nids = alc880_adc_nids_alt;
3378                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids_alt);
3379                         spec->mixers[spec->num_mixers] =
3380                                 alc880_capture_alt_mixer;
3381                         spec->num_mixers++;
3382                 } else {
3383                         spec->adc_nids = alc880_adc_nids;
3384                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids);
3385                         spec->mixers[spec->num_mixers] = alc880_capture_mixer;
3386                         spec->num_mixers++;
3387                 }
3388         }
3389
3390         codec->patch_ops = alc_patch_ops;
3391         if (board_config == ALC880_AUTO)
3392                 spec->init_hook = alc880_auto_init;
3393 #ifdef CONFIG_SND_HDA_POWER_SAVE
3394         if (!spec->loopback.amplist)
3395                 spec->loopback.amplist = alc880_loopbacks;
3396 #endif
3397
3398         return 0;
3399 }
3400
3401
3402 /*
3403  * ALC260 support
3404  */
3405
3406 static hda_nid_t alc260_dac_nids[1] = {
3407         /* front */
3408         0x02,
3409 };
3410
3411 static hda_nid_t alc260_adc_nids[1] = {
3412         /* ADC0 */
3413         0x04,
3414 };
3415
3416 static hda_nid_t alc260_adc_nids_alt[1] = {
3417         /* ADC1 */
3418         0x05,
3419 };
3420
3421 static hda_nid_t alc260_hp_adc_nids[2] = {
3422         /* ADC1, 0 */
3423         0x05, 0x04
3424 };
3425
3426 /* NIDs used when simultaneous access to both ADCs makes sense.  Note that
3427  * alc260_capture_mixer assumes ADC0 (nid 0x04) is the first ADC.
3428  */
3429 static hda_nid_t alc260_dual_adc_nids[2] = {
3430         /* ADC0, ADC1 */
3431         0x04, 0x05
3432 };
3433
3434 #define ALC260_DIGOUT_NID       0x03
3435 #define ALC260_DIGIN_NID        0x06
3436
3437 static struct hda_input_mux alc260_capture_source = {
3438         .num_items = 4,
3439         .items = {
3440                 { "Mic", 0x0 },
3441                 { "Front Mic", 0x1 },
3442                 { "Line", 0x2 },
3443                 { "CD", 0x4 },
3444         },
3445 };
3446
3447 /* On Fujitsu S702x laptops capture only makes sense from Mic/LineIn jack,
3448  * headphone jack and the internal CD lines since these are the only pins at
3449  * which audio can appear.  For flexibility, also allow the option of
3450  * recording the mixer output on the second ADC (ADC0 doesn't have a
3451  * connection to the mixer output).
3452  */
3453 static struct hda_input_mux alc260_fujitsu_capture_sources[2] = {
3454         {
3455                 .num_items = 3,
3456                 .items = {
3457                         { "Mic/Line", 0x0 },
3458                         { "CD", 0x4 },
3459                         { "Headphone", 0x2 },
3460                 },
3461         },
3462         {
3463                 .num_items = 4,
3464                 .items = {
3465                         { "Mic/Line", 0x0 },
3466                         { "CD", 0x4 },
3467                         { "Headphone", 0x2 },
3468                         { "Mixer", 0x5 },
3469                 },
3470         },
3471
3472 };
3473
3474 /* Acer TravelMate(/Extensa/Aspire) notebooks have similar configuration to
3475  * the Fujitsu S702x, but jacks are marked differently.
3476  */
3477 static struct hda_input_mux alc260_acer_capture_sources[2] = {
3478         {
3479                 .num_items = 4,
3480                 .items = {
3481                         { "Mic", 0x0 },
3482                         { "Line", 0x2 },
3483                         { "CD", 0x4 },
3484                         { "Headphone", 0x5 },
3485                 },
3486         },
3487         {
3488                 .num_items = 5,
3489                 .items = {
3490                         { "Mic", 0x0 },
3491                         { "Line", 0x2 },
3492                         { "CD", 0x4 },
3493                         { "Headphone", 0x6 },
3494                         { "Mixer", 0x5 },
3495                 },
3496         },
3497 };
3498 /*
3499  * This is just place-holder, so there's something for alc_build_pcms to look
3500  * at when it calculates the maximum number of channels. ALC260 has no mixer
3501  * element which allows changing the channel mode, so the verb list is
3502  * never used.
3503  */
3504 static struct hda_channel_mode alc260_modes[1] = {
3505         { 2, NULL },
3506 };
3507
3508
3509 /* Mixer combinations
3510  *
3511  * basic: base_output + input + pc_beep + capture
3512  * HP: base_output + input + capture_alt
3513  * HP_3013: hp_3013 + input + capture
3514  * fujitsu: fujitsu + capture
3515  * acer: acer + capture
3516  */
3517
3518 static struct snd_kcontrol_new alc260_base_output_mixer[] = {
3519         HDA_CODEC_VOLUME("Front Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3520         HDA_BIND_MUTE("Front Playback Switch", 0x08, 2, HDA_INPUT),
3521         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3522         HDA_BIND_MUTE("Headphone Playback Switch", 0x09, 2, HDA_INPUT),
3523         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3524         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
3525         { } /* end */
3526 };
3527
3528 static struct snd_kcontrol_new alc260_input_mixer[] = {
3529         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3530         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3531         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3532         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3533         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3534         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3535         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x07, 0x01, HDA_INPUT),
3536         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x07, 0x01, HDA_INPUT),
3537         { } /* end */
3538 };
3539
3540 static struct snd_kcontrol_new alc260_pc_beep_mixer[] = {
3541         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x07, 0x05, HDA_INPUT),
3542         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x07, 0x05, HDA_INPUT),
3543         { } /* end */
3544 };
3545
3546 static struct snd_kcontrol_new alc260_hp_3013_mixer[] = {
3547         HDA_CODEC_VOLUME("Front Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3548         HDA_CODEC_MUTE("Front Playback Switch", 0x10, 0x0, HDA_OUTPUT),
3549         HDA_CODEC_VOLUME("Aux-In Playback Volume", 0x07, 0x06, HDA_INPUT),
3550         HDA_CODEC_MUTE("Aux-In Playback Switch", 0x07, 0x06, HDA_INPUT),
3551         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3552         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
3553         HDA_CODEC_VOLUME_MONO("iSpeaker Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3554         HDA_CODEC_MUTE_MONO("iSpeaker Playback Switch", 0x11, 1, 0x0, HDA_OUTPUT),
3555         { } /* end */
3556 };
3557
3558 /* Fujitsu S702x series laptops.  ALC260 pin usage: Mic/Line jack = 0x12, 
3559  * HP jack = 0x14, CD audio =  0x16, internal speaker = 0x10.
3560  */
3561 static struct snd_kcontrol_new alc260_fujitsu_mixer[] = {
3562         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3563         HDA_BIND_MUTE("Headphone Playback Switch", 0x08, 2, HDA_INPUT),
3564         ALC_PIN_MODE("Headphone Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3565         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3566         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3567         HDA_CODEC_VOLUME("Mic/Line Playback Volume", 0x07, 0x0, HDA_INPUT),
3568         HDA_CODEC_MUTE("Mic/Line Playback Switch", 0x07, 0x0, HDA_INPUT),
3569         ALC_PIN_MODE("Mic/Line Jack Mode", 0x12, ALC_PIN_DIR_IN),
3570         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3571         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3572         HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3573         HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x09, 2, HDA_INPUT),
3574         { } /* end */
3575 };
3576
3577 /* Mixer for Acer TravelMate(/Extensa/Aspire) notebooks.  Note that current
3578  * versions of the ALC260 don't act on requests to enable mic bias from NID
3579  * 0x0f (used to drive the headphone jack in these laptops).  The ALC260
3580  * datasheet doesn't mention this restriction.  At this stage it's not clear
3581  * whether this behaviour is intentional or is a hardware bug in chip
3582  * revisions available in early 2006.  Therefore for now allow the
3583  * "Headphone Jack Mode" control to span all choices, but if it turns out
3584  * that the lack of mic bias for this NID is intentional we could change the
3585  * mode from ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
3586  *
3587  * In addition, Acer TravelMate(/Extensa/Aspire) notebooks in early 2006
3588  * don't appear to make the mic bias available from the "line" jack, even
3589  * though the NID used for this jack (0x14) can supply it.  The theory is
3590  * that perhaps Acer have included blocking capacitors between the ALC260
3591  * and the output jack.  If this turns out to be the case for all such
3592  * models the "Line Jack Mode" mode could be changed from ALC_PIN_DIR_INOUT
3593  * to ALC_PIN_DIR_INOUT_NOMICBIAS.
3594  *
3595  * The C20x Tablet series have a mono internal speaker which is controlled
3596  * via the chip's Mono sum widget and pin complex, so include the necessary
3597  * controls for such models.  On models without a "mono speaker" the control
3598  * won't do anything.
3599  */
3600 static struct snd_kcontrol_new alc260_acer_mixer[] = {
3601         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3602         HDA_BIND_MUTE("Master Playback Switch", 0x08, 2, HDA_INPUT),
3603         ALC_PIN_MODE("Headphone Jack Mode", 0x0f, ALC_PIN_DIR_INOUT),
3604         HDA_CODEC_VOLUME_MONO("Mono Speaker Playback Volume", 0x0a, 1, 0x0,
3605                               HDA_OUTPUT),
3606         HDA_BIND_MUTE_MONO("Mono Speaker Playback Switch", 0x0a, 1, 2,
3607                            HDA_INPUT),
3608         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3609         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3610         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3611         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3612         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3613         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3614         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3615         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3616         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3617         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3618         { } /* end */
3619 };
3620
3621 /* Packard bell V7900  ALC260 pin usage: HP = 0x0f, Mic jack = 0x12,
3622  * Line In jack = 0x14, CD audio =  0x16, pc beep = 0x17.
3623  */
3624 static struct snd_kcontrol_new alc260_will_mixer[] = {
3625         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3626         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
3627         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3628         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3629         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3630         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3631         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3632         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3633         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3634         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3635         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3636         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3637         { } /* end */
3638 };
3639
3640 /* Replacer 672V ALC260 pin usage: Mic jack = 0x12,
3641  * Line In jack = 0x14, ATAPI Mic = 0x13, speaker = 0x0f.
3642  */
3643 static struct snd_kcontrol_new alc260_replacer_672v_mixer[] = {
3644         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3645         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
3646         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3647         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3648         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3649         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x07, 0x1, HDA_INPUT),
3650         HDA_CODEC_MUTE("ATATI Mic Playback Switch", 0x07, 0x1, HDA_INPUT),
3651         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3652         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3653         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3654         { } /* end */
3655 };
3656
3657 /* capture mixer elements */
3658 static struct snd_kcontrol_new alc260_capture_mixer[] = {
3659         HDA_CODEC_VOLUME("Capture Volume", 0x04, 0x0, HDA_INPUT),
3660         HDA_CODEC_MUTE("Capture Switch", 0x04, 0x0, HDA_INPUT),
3661         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x05, 0x0, HDA_INPUT),
3662         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x05, 0x0, HDA_INPUT),
3663         {
3664                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3665                 /* The multiple "Capture Source" controls confuse alsamixer
3666                  * So call somewhat different..
3667                  * FIXME: the controls appear in the "playback" view!
3668                  */
3669                 /* .name = "Capture Source", */
3670                 .name = "Input Source",
3671                 .count = 2,
3672                 .info = alc_mux_enum_info,
3673                 .get = alc_mux_enum_get,
3674                 .put = alc_mux_enum_put,
3675         },
3676         { } /* end */
3677 };
3678
3679 static struct snd_kcontrol_new alc260_capture_alt_mixer[] = {
3680         HDA_CODEC_VOLUME("Capture Volume", 0x05, 0x0, HDA_INPUT),
3681         HDA_CODEC_MUTE("Capture Switch", 0x05, 0x0, HDA_INPUT),
3682         {
3683                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3684                 /* The multiple "Capture Source" controls confuse alsamixer
3685                  * So call somewhat different..
3686                  * FIXME: the controls appear in the "playback" view!
3687                  */
3688                 /* .name = "Capture Source", */
3689                 .name = "Input Source",
3690                 .count = 1,
3691                 .info = alc_mux_enum_info,
3692                 .get = alc_mux_enum_get,
3693                 .put = alc_mux_enum_put,
3694         },
3695         { } /* end */
3696 };
3697
3698 /*
3699  * initialization verbs
3700  */
3701 static struct hda_verb alc260_init_verbs[] = {
3702         /* Line In pin widget for input */
3703         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3704         /* CD pin widget for input */
3705         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3706         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3707         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3708         /* Mic2 (front panel) pin widget for input and vref at 80% */
3709         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3710         /* LINE-2 is used for line-out in rear */
3711         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3712         /* select line-out */
3713         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
3714         /* LINE-OUT pin */
3715         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3716         /* enable HP */
3717         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3718         /* enable Mono */
3719         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3720         /* mute capture amp left and right */
3721         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3722         /* set connection select to line in (default select for this ADC) */
3723         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3724         /* mute capture amp left and right */
3725         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3726         /* set connection select to line in (default select for this ADC) */
3727         {0x05, AC_VERB_SET_CONNECT_SEL, 0x02},
3728         /* set vol=0 Line-Out mixer amp left and right */
3729         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3730         /* unmute pin widget amp left and right (no gain on this amp) */
3731         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3732         /* set vol=0 HP mixer amp left and right */
3733         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3734         /* unmute pin widget amp left and right (no gain on this amp) */
3735         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3736         /* set vol=0 Mono mixer amp left and right */
3737         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3738         /* unmute pin widget amp left and right (no gain on this amp) */
3739         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3740         /* unmute LINE-2 out pin */
3741         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3742         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3743          * Line In 2 = 0x03
3744          */
3745         /* mute analog inputs */
3746         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3747         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3748         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3749         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3750         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3751         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3752         /* mute Front out path */
3753         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3754         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3755         /* mute Headphone out path */
3756         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3757         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3758         /* mute Mono out path */
3759         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3760         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3761         { }
3762 };
3763
3764 #if 0 /* should be identical with alc260_init_verbs? */
3765 static struct hda_verb alc260_hp_init_verbs[] = {
3766         /* Headphone and output */
3767         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3768         /* mono output */
3769         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3770         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3771         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3772         /* Mic2 (front panel) pin widget for input and vref at 80% */
3773         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3774         /* Line In pin widget for input */
3775         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3776         /* Line-2 pin widget for output */
3777         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3778         /* CD pin widget for input */
3779         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3780         /* unmute amp left and right */
3781         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3782         /* set connection select to line in (default select for this ADC) */
3783         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3784         /* unmute Line-Out mixer amp left and right (volume = 0) */
3785         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3786         /* mute pin widget amp left and right (no gain on this amp) */
3787         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3788         /* unmute HP mixer amp left and right (volume = 0) */
3789         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3790         /* mute pin widget amp left and right (no gain on this amp) */
3791         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3792         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3793          * Line In 2 = 0x03
3794          */
3795         /* mute analog inputs */
3796         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3797         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3798         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3799         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3800         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3801         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3802         /* Unmute Front out path */
3803         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3804         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3805         /* Unmute Headphone out path */
3806         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3807         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3808         /* Unmute Mono out path */
3809         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3810         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3811         { }
3812 };
3813 #endif
3814
3815 static struct hda_verb alc260_hp_3013_init_verbs[] = {
3816         /* Line out and output */
3817         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3818         /* mono output */
3819         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3820         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3821         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3822         /* Mic2 (front panel) pin widget for input and vref at 80% */
3823         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3824         /* Line In pin widget for input */
3825         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3826         /* Headphone pin widget for output */
3827         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3828         /* CD pin widget for input */
3829         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3830         /* unmute amp left and right */
3831         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3832         /* set connection select to line in (default select for this ADC) */
3833         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3834         /* unmute Line-Out mixer amp left and right (volume = 0) */
3835         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3836         /* mute pin widget amp left and right (no gain on this amp) */
3837         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3838         /* unmute HP mixer amp left and right (volume = 0) */
3839         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3840         /* mute pin widget amp left and right (no gain on this amp) */
3841         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3842         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3843          * Line In 2 = 0x03
3844          */
3845         /* mute analog inputs */
3846         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3847         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3848         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3849         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3850         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3851         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3852         /* Unmute Front out path */
3853         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3854         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3855         /* Unmute Headphone out path */
3856         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3857         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3858         /* Unmute Mono out path */
3859         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3860         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3861         { }
3862 };
3863
3864 /* Initialisation sequence for ALC260 as configured in Fujitsu S702x
3865  * laptops.  ALC260 pin usage: Mic/Line jack = 0x12, HP jack = 0x14, CD
3866  * audio = 0x16, internal speaker = 0x10.
3867  */
3868 static struct hda_verb alc260_fujitsu_init_verbs[] = {
3869         /* Disable all GPIOs */
3870         {0x01, AC_VERB_SET_GPIO_MASK, 0},
3871         /* Internal speaker is connected to headphone pin */
3872         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3873         /* Headphone/Line-out jack connects to Line1 pin; make it an output */
3874         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3875         /* Mic/Line-in jack is connected to mic1 pin, so make it an input */
3876         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3877         /* Ensure all other unused pins are disabled and muted. */
3878         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3879         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3880         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3881         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3882         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3883         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3884         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3885         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3886
3887         /* Disable digital (SPDIF) pins */
3888         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3889         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3890
3891         /* Ensure Line1 pin widget takes its input from the OUT1 sum bus 
3892          * when acting as an output.
3893          */
3894         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3895
3896         /* Start with output sum widgets muted and their output gains at min */
3897         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3898         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3899         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3900         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3901         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3902         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3903         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3904         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3905         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3906
3907         /* Unmute HP pin widget amp left and right (no equiv mixer ctrl) */
3908         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3909         /* Unmute Line1 pin widget output buffer since it starts as an output.
3910          * If the pin mode is changed by the user the pin mode control will
3911          * take care of enabling the pin's input/output buffers as needed.
3912          * Therefore there's no need to enable the input buffer at this
3913          * stage.
3914          */
3915         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3916         /* Unmute input buffer of pin widget used for Line-in (no equiv 
3917          * mixer ctrl)
3918          */
3919         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3920
3921         /* Mute capture amp left and right */
3922         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3923         /* Set ADC connection select to match default mixer setting - line 
3924          * in (on mic1 pin)
3925          */
3926         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
3927
3928         /* Do the same for the second ADC: mute capture input amp and
3929          * set ADC connection to line in (on mic1 pin)
3930          */
3931         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3932         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
3933
3934         /* Mute all inputs to mixer widget (even unconnected ones) */
3935         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
3936         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
3937         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
3938         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
3939         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
3940         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
3941         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
3942         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
3943
3944         { }
3945 };
3946
3947 /* Initialisation sequence for ALC260 as configured in Acer TravelMate and
3948  * similar laptops (adapted from Fujitsu init verbs).
3949  */
3950 static struct hda_verb alc260_acer_init_verbs[] = {
3951         /* On TravelMate laptops, GPIO 0 enables the internal speaker and
3952          * the headphone jack.  Turn this on and rely on the standard mute
3953          * methods whenever the user wants to turn these outputs off.
3954          */
3955         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
3956         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
3957         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
3958         /* Internal speaker/Headphone jack is connected to Line-out pin */
3959         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3960         /* Internal microphone/Mic jack is connected to Mic1 pin */
3961         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
3962         /* Line In jack is connected to Line1 pin */
3963         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3964         /* Some Acers (eg: C20x Tablets) use Mono pin for internal speaker */
3965         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3966         /* Ensure all other unused pins are disabled and muted. */
3967         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3968         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3969         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3970         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3971         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3972         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3973         /* Disable digital (SPDIF) pins */
3974         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3975         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3976
3977         /* Ensure Mic1 and Line1 pin widgets take input from the OUT1 sum 
3978          * bus when acting as outputs.
3979          */
3980         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
3981         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3982
3983         /* Start with output sum widgets muted and their output gains at min */
3984         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3985         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3986         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3987         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3988         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3989         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3990         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3991         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3992         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3993
3994         /* Unmute Line-out pin widget amp left and right
3995          * (no equiv mixer ctrl)
3996          */
3997         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3998         /* Unmute mono pin widget amp output (no equiv mixer ctrl) */
3999         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4000         /* Unmute Mic1 and Line1 pin widget input buffers since they start as
4001          * inputs. If the pin mode is changed by the user the pin mode control
4002          * will take care of enabling the pin's input/output buffers as needed.
4003          * Therefore there's no need to enable the input buffer at this
4004          * stage.
4005          */
4006         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4007         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4008
4009         /* Mute capture amp left and right */
4010         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4011         /* Set ADC connection select to match default mixer setting - mic
4012          * (on mic1 pin)
4013          */
4014         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4015
4016         /* Do similar with the second ADC: mute capture input amp and
4017          * set ADC connection to mic to match ALSA's default state.
4018          */
4019         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4020         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4021
4022         /* Mute all inputs to mixer widget (even unconnected ones) */
4023         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
4024         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
4025         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
4026         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
4027         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
4028         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
4029         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
4030         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
4031
4032         { }
4033 };
4034
4035 static struct hda_verb alc260_will_verbs[] = {
4036         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4037         {0x0b, AC_VERB_SET_CONNECT_SEL, 0x00},
4038         {0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
4039         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
4040         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
4041         {0x1a, AC_VERB_SET_PROC_COEF, 0x3040},
4042         {}
4043 };
4044
4045 static struct hda_verb alc260_replacer_672v_verbs[] = {
4046         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
4047         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
4048         {0x1a, AC_VERB_SET_PROC_COEF, 0x3050},
4049
4050         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
4051         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
4052         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4053
4054         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
4055         {}
4056 };
4057
4058 /* toggle speaker-output according to the hp-jack state */
4059 static void alc260_replacer_672v_automute(struct hda_codec *codec)
4060 {
4061         unsigned int present;
4062
4063         /* speaker --> GPIO Data 0, hp or spdif --> GPIO data 1 */
4064         present = snd_hda_codec_read(codec, 0x0f, 0,
4065                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
4066         if (present) {
4067                 snd_hda_codec_write_cache(codec, 0x01, 0,
4068                                           AC_VERB_SET_GPIO_DATA, 1);
4069                 snd_hda_codec_write_cache(codec, 0x0f, 0,
4070                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4071                                           PIN_HP);
4072         } else {
4073                 snd_hda_codec_write_cache(codec, 0x01, 0,
4074                                           AC_VERB_SET_GPIO_DATA, 0);
4075                 snd_hda_codec_write_cache(codec, 0x0f, 0,
4076                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4077                                           PIN_OUT);
4078         }
4079 }
4080
4081 static void alc260_replacer_672v_unsol_event(struct hda_codec *codec,
4082                                        unsigned int res)
4083 {
4084         if ((res >> 26) == ALC880_HP_EVENT)
4085                 alc260_replacer_672v_automute(codec);
4086 }
4087
4088 /* Test configuration for debugging, modelled after the ALC880 test
4089  * configuration.
4090  */
4091 #ifdef CONFIG_SND_DEBUG
4092 static hda_nid_t alc260_test_dac_nids[1] = {
4093         0x02,
4094 };
4095 static hda_nid_t alc260_test_adc_nids[2] = {
4096         0x04, 0x05,
4097 };
4098 /* For testing the ALC260, each input MUX needs its own definition since
4099  * the signal assignments are different.  This assumes that the first ADC 
4100  * is NID 0x04.
4101  */
4102 static struct hda_input_mux alc260_test_capture_sources[2] = {
4103         {
4104                 .num_items = 7,
4105                 .items = {
4106                         { "MIC1 pin", 0x0 },
4107                         { "MIC2 pin", 0x1 },
4108                         { "LINE1 pin", 0x2 },
4109                         { "LINE2 pin", 0x3 },
4110                         { "CD pin", 0x4 },
4111                         { "LINE-OUT pin", 0x5 },
4112                         { "HP-OUT pin", 0x6 },
4113                 },
4114         },
4115         {
4116                 .num_items = 8,
4117                 .items = {
4118                         { "MIC1 pin", 0x0 },
4119                         { "MIC2 pin", 0x1 },
4120                         { "LINE1 pin", 0x2 },
4121                         { "LINE2 pin", 0x3 },
4122                         { "CD pin", 0x4 },
4123                         { "Mixer", 0x5 },
4124                         { "LINE-OUT pin", 0x6 },
4125                         { "HP-OUT pin", 0x7 },
4126                 },
4127         },
4128 };
4129 static struct snd_kcontrol_new alc260_test_mixer[] = {
4130         /* Output driver widgets */
4131         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
4132         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
4133         HDA_CODEC_VOLUME("LOUT2 Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4134         HDA_BIND_MUTE("LOUT2 Playback Switch", 0x09, 2, HDA_INPUT),
4135         HDA_CODEC_VOLUME("LOUT1 Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4136         HDA_BIND_MUTE("LOUT1 Playback Switch", 0x08, 2, HDA_INPUT),
4137
4138         /* Modes for retasking pin widgets
4139          * Note: the ALC260 doesn't seem to act on requests to enable mic
4140          * bias from NIDs 0x0f and 0x10.  The ALC260 datasheet doesn't
4141          * mention this restriction.  At this stage it's not clear whether
4142          * this behaviour is intentional or is a hardware bug in chip
4143          * revisions available at least up until early 2006.  Therefore for
4144          * now allow the "HP-OUT" and "LINE-OUT" Mode controls to span all
4145          * choices, but if it turns out that the lack of mic bias for these
4146          * NIDs is intentional we could change their modes from
4147          * ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
4148          */
4149         ALC_PIN_MODE("HP-OUT pin mode", 0x10, ALC_PIN_DIR_INOUT),
4150         ALC_PIN_MODE("LINE-OUT pin mode", 0x0f, ALC_PIN_DIR_INOUT),
4151         ALC_PIN_MODE("LINE2 pin mode", 0x15, ALC_PIN_DIR_INOUT),
4152         ALC_PIN_MODE("LINE1 pin mode", 0x14, ALC_PIN_DIR_INOUT),
4153         ALC_PIN_MODE("MIC2 pin mode", 0x13, ALC_PIN_DIR_INOUT),
4154         ALC_PIN_MODE("MIC1 pin mode", 0x12, ALC_PIN_DIR_INOUT),
4155
4156         /* Loopback mixer controls */
4157         HDA_CODEC_VOLUME("MIC1 Playback Volume", 0x07, 0x00, HDA_INPUT),
4158         HDA_CODEC_MUTE("MIC1 Playback Switch", 0x07, 0x00, HDA_INPUT),
4159         HDA_CODEC_VOLUME("MIC2 Playback Volume", 0x07, 0x01, HDA_INPUT),
4160         HDA_CODEC_MUTE("MIC2 Playback Switch", 0x07, 0x01, HDA_INPUT),
4161         HDA_CODEC_VOLUME("LINE1 Playback Volume", 0x07, 0x02, HDA_INPUT),
4162         HDA_CODEC_MUTE("LINE1 Playback Switch", 0x07, 0x02, HDA_INPUT),
4163         HDA_CODEC_VOLUME("LINE2 Playback Volume", 0x07, 0x03, HDA_INPUT),
4164         HDA_CODEC_MUTE("LINE2 Playback Switch", 0x07, 0x03, HDA_INPUT),
4165         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4166         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4167         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
4168         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
4169         HDA_CODEC_VOLUME("LINE-OUT loopback Playback Volume", 0x07, 0x06, HDA_INPUT),
4170         HDA_CODEC_MUTE("LINE-OUT loopback Playback Switch", 0x07, 0x06, HDA_INPUT),
4171         HDA_CODEC_VOLUME("HP-OUT loopback Playback Volume", 0x07, 0x7, HDA_INPUT),
4172         HDA_CODEC_MUTE("HP-OUT loopback Playback Switch", 0x07, 0x7, HDA_INPUT),
4173
4174         /* Controls for GPIO pins, assuming they are configured as outputs */
4175         ALC_GPIO_DATA_SWITCH("GPIO pin 0", 0x01, 0x01),
4176         ALC_GPIO_DATA_SWITCH("GPIO pin 1", 0x01, 0x02),
4177         ALC_GPIO_DATA_SWITCH("GPIO pin 2", 0x01, 0x04),
4178         ALC_GPIO_DATA_SWITCH("GPIO pin 3", 0x01, 0x08),
4179
4180         /* Switches to allow the digital IO pins to be enabled.  The datasheet
4181          * is ambigious as to which NID is which; testing on laptops which
4182          * make this output available should provide clarification. 
4183          */
4184         ALC_SPDIF_CTRL_SWITCH("SPDIF Playback Switch", 0x03, 0x01),
4185         ALC_SPDIF_CTRL_SWITCH("SPDIF Capture Switch", 0x06, 0x01),
4186
4187         { } /* end */
4188 };
4189 static struct hda_verb alc260_test_init_verbs[] = {
4190         /* Enable all GPIOs as outputs with an initial value of 0 */
4191         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x0f},
4192         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4193         {0x01, AC_VERB_SET_GPIO_MASK, 0x0f},
4194
4195         /* Enable retasking pins as output, initially without power amp */
4196         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4197         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4198         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4199         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4200         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4201         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4202
4203         /* Disable digital (SPDIF) pins initially, but users can enable
4204          * them via a mixer switch.  In the case of SPDIF-out, this initverb
4205          * payload also sets the generation to 0, output to be in "consumer"
4206          * PCM format, copyright asserted, no pre-emphasis and no validity
4207          * control.
4208          */
4209         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
4210         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
4211
4212         /* Ensure mic1, mic2, line1 and line2 pin widgets take input from the 
4213          * OUT1 sum bus when acting as an output.
4214          */
4215         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
4216         {0x0c, AC_VERB_SET_CONNECT_SEL, 0},
4217         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
4218         {0x0e, AC_VERB_SET_CONNECT_SEL, 0},
4219
4220         /* Start with output sum widgets muted and their output gains at min */
4221         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4222         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4223         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4224         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4225         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4226         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4227         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4228         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4229         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4230
4231         /* Unmute retasking pin widget output buffers since the default
4232          * state appears to be output.  As the pin mode is changed by the
4233          * user the pin mode control will take care of enabling the pin's
4234          * input/output buffers as needed.
4235          */
4236         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4237         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4238         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4239         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4240         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4241         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4242         /* Also unmute the mono-out pin widget */
4243         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4244
4245         /* Mute capture amp left and right */
4246         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4247         /* Set ADC connection select to match default mixer setting (mic1
4248          * pin)
4249          */
4250         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4251
4252         /* Do the same for the second ADC: mute capture input amp and
4253          * set ADC connection to mic1 pin
4254          */
4255         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4256         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4257
4258         /* Mute all inputs to mixer widget (even unconnected ones) */
4259         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
4260         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
4261         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
4262         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
4263         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
4264         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
4265         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
4266         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
4267
4268         { }
4269 };
4270 #endif
4271
4272 static struct hda_pcm_stream alc260_pcm_analog_playback = {
4273         .substreams = 1,
4274         .channels_min = 2,
4275         .channels_max = 2,
4276 };
4277
4278 static struct hda_pcm_stream alc260_pcm_analog_capture = {
4279         .substreams = 1,
4280         .channels_min = 2,
4281         .channels_max = 2,
4282 };
4283
4284 #define alc260_pcm_digital_playback     alc880_pcm_digital_playback
4285 #define alc260_pcm_digital_capture      alc880_pcm_digital_capture
4286
4287 /*
4288  * for BIOS auto-configuration
4289  */
4290
4291 static int alc260_add_playback_controls(struct alc_spec *spec, hda_nid_t nid,
4292                                         const char *pfx)
4293 {
4294         hda_nid_t nid_vol;
4295         unsigned long vol_val, sw_val;
4296         char name[32];
4297         int err;
4298
4299         if (nid >= 0x0f && nid < 0x11) {
4300                 nid_vol = nid - 0x7;
4301                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
4302                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
4303         } else if (nid == 0x11) {
4304                 nid_vol = nid - 0x7;
4305                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 2, 0, HDA_OUTPUT);
4306                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT);
4307         } else if (nid >= 0x12 && nid <= 0x15) {
4308                 nid_vol = 0x08;
4309                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
4310                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
4311         } else
4312                 return 0; /* N/A */
4313         
4314         snprintf(name, sizeof(name), "%s Playback Volume", pfx);
4315         err = add_control(spec, ALC_CTL_WIDGET_VOL, name, vol_val);
4316         if (err < 0)
4317                 return err;
4318         snprintf(name, sizeof(name), "%s Playback Switch", pfx);
4319         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name, sw_val);
4320         if (err < 0)
4321                 return err;
4322         return 1;
4323 }
4324
4325 /* add playback controls from the parsed DAC table */
4326 static int alc260_auto_create_multi_out_ctls(struct alc_spec *spec,
4327                                              const struct auto_pin_cfg *cfg)
4328 {
4329         hda_nid_t nid;
4330         int err;
4331
4332         spec->multiout.num_dacs = 1;
4333         spec->multiout.dac_nids = spec->private_dac_nids;
4334         spec->multiout.dac_nids[0] = 0x02;
4335
4336         nid = cfg->line_out_pins[0];
4337         if (nid) {
4338                 err = alc260_add_playback_controls(spec, nid, "Front");
4339                 if (err < 0)
4340                         return err;
4341         }
4342
4343         nid = cfg->speaker_pins[0];
4344         if (nid) {
4345                 err = alc260_add_playback_controls(spec, nid, "Speaker");
4346                 if (err < 0)
4347                         return err;
4348         }
4349
4350         nid = cfg->hp_pins[0];
4351         if (nid) {
4352                 err = alc260_add_playback_controls(spec, nid, "Headphone");
4353                 if (err < 0)
4354                         return err;
4355         }
4356         return 0;
4357 }
4358
4359 /* create playback/capture controls for input pins */
4360 static int alc260_auto_create_analog_input_ctls(struct alc_spec *spec,
4361                                                 const struct auto_pin_cfg *cfg)
4362 {
4363         struct hda_input_mux *imux = &spec->private_imux;
4364         int i, err, idx;
4365
4366         for (i = 0; i < AUTO_PIN_LAST; i++) {
4367                 if (cfg->input_pins[i] >= 0x12) {
4368                         idx = cfg->input_pins[i] - 0x12;
4369                         err = new_analog_input(spec, cfg->input_pins[i],
4370                                                auto_pin_cfg_labels[i], idx,
4371                                                0x07);
4372                         if (err < 0)
4373                                 return err;
4374                         imux->items[imux->num_items].label =
4375                                 auto_pin_cfg_labels[i];
4376                         imux->items[imux->num_items].index = idx;
4377                         imux->num_items++;
4378                 }
4379                 if (cfg->input_pins[i] >= 0x0f && cfg->input_pins[i] <= 0x10){
4380                         idx = cfg->input_pins[i] - 0x09;
4381                         err = new_analog_input(spec, cfg->input_pins[i],
4382                                                auto_pin_cfg_labels[i], idx,
4383                                                0x07);
4384                         if (err < 0)
4385                                 return err;
4386                         imux->items[imux->num_items].label =
4387                                 auto_pin_cfg_labels[i];
4388                         imux->items[imux->num_items].index = idx;
4389                         imux->num_items++;
4390                 }
4391         }
4392         return 0;
4393 }
4394
4395 static void alc260_auto_set_output_and_unmute(struct hda_codec *codec,
4396                                               hda_nid_t nid, int pin_type,
4397                                               int sel_idx)
4398 {
4399         /* set as output */
4400         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4401                             pin_type);
4402         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4403                             AMP_OUT_UNMUTE);
4404         /* need the manual connection? */
4405         if (nid >= 0x12) {
4406                 int idx = nid - 0x12;
4407                 snd_hda_codec_write(codec, idx + 0x0b, 0,
4408                                     AC_VERB_SET_CONNECT_SEL, sel_idx);
4409         }
4410 }
4411
4412 static void alc260_auto_init_multi_out(struct hda_codec *codec)
4413 {
4414         struct alc_spec *spec = codec->spec;
4415         hda_nid_t nid;
4416
4417         alc_subsystem_id(codec, 0x10, 0x15, 0x0f);
4418         nid = spec->autocfg.line_out_pins[0];
4419         if (nid) {
4420                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
4421                 alc260_auto_set_output_and_unmute(codec, nid, pin_type, 0);
4422         }
4423         
4424         nid = spec->autocfg.speaker_pins[0];
4425         if (nid)
4426                 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
4427
4428         nid = spec->autocfg.hp_pins[0];
4429         if (nid)
4430                 alc260_auto_set_output_and_unmute(codec, nid, PIN_HP, 0);
4431 }
4432
4433 #define ALC260_PIN_CD_NID               0x16
4434 static void alc260_auto_init_analog_input(struct hda_codec *codec)
4435 {
4436         struct alc_spec *spec = codec->spec;
4437         int i;
4438
4439         for (i = 0; i < AUTO_PIN_LAST; i++) {
4440                 hda_nid_t nid = spec->autocfg.input_pins[i];
4441                 if (nid >= 0x12) {
4442                         snd_hda_codec_write(codec, nid, 0,
4443                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
4444                                             i <= AUTO_PIN_FRONT_MIC ?
4445                                             PIN_VREF80 : PIN_IN);
4446                         if (nid != ALC260_PIN_CD_NID)
4447                                 snd_hda_codec_write(codec, nid, 0,
4448                                                     AC_VERB_SET_AMP_GAIN_MUTE,
4449                                                     AMP_OUT_MUTE);
4450                 }
4451         }
4452 }
4453
4454 /*
4455  * generic initialization of ADC, input mixers and output mixers
4456  */
4457 static struct hda_verb alc260_volume_init_verbs[] = {
4458         /*
4459          * Unmute ADC0-1 and set the default input to mic-in
4460          */
4461         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4462         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4463         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4464         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4465         
4466         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
4467          * mixer widget
4468          * Note: PASD motherboards uses the Line In 2 as the input for
4469          * front panel mic (mic 2)
4470          */
4471         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
4472         /* mute analog inputs */
4473         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4474         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4475         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4476         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4477         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4478
4479         /*
4480          * Set up output mixers (0x08 - 0x0a)
4481          */
4482         /* set vol=0 to output mixers */
4483         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4484         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4485         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4486         /* set up input amps for analog loopback */
4487         /* Amp Indices: DAC = 0, mixer = 1 */
4488         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4489         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4490         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4491         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4492         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4493         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4494         
4495         { }
4496 };
4497
4498 static int alc260_parse_auto_config(struct hda_codec *codec)
4499 {
4500         struct alc_spec *spec = codec->spec;
4501         unsigned int wcap;
4502         int err;
4503         static hda_nid_t alc260_ignore[] = { 0x17, 0 };
4504
4505         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
4506                                            alc260_ignore);
4507         if (err < 0)
4508                 return err;
4509         err = alc260_auto_create_multi_out_ctls(spec, &spec->autocfg);
4510         if (err < 0)
4511                 return err;
4512         if (!spec->kctl_alloc)
4513                 return 0; /* can't find valid BIOS pin config */
4514         err = alc260_auto_create_analog_input_ctls(spec, &spec->autocfg);
4515         if (err < 0)
4516                 return err;
4517
4518         spec->multiout.max_channels = 2;
4519
4520         if (spec->autocfg.dig_out_pin)
4521                 spec->multiout.dig_out_nid = ALC260_DIGOUT_NID;
4522         if (spec->kctl_alloc)
4523                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
4524
4525         spec->init_verbs[spec->num_init_verbs++] = alc260_volume_init_verbs;
4526
4527         spec->num_mux_defs = 1;
4528         spec->input_mux = &spec->private_imux;
4529
4530         /* check whether NID 0x04 is valid */
4531         wcap = get_wcaps(codec, 0x04);
4532         wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
4533         if (wcap != AC_WID_AUD_IN) {
4534                 spec->adc_nids = alc260_adc_nids_alt;
4535                 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt);
4536                 spec->mixers[spec->num_mixers] = alc260_capture_alt_mixer;
4537         } else {
4538                 spec->adc_nids = alc260_adc_nids;
4539                 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids);
4540                 spec->mixers[spec->num_mixers] = alc260_capture_mixer;
4541         }
4542         spec->num_mixers++;
4543
4544         return 1;
4545 }
4546
4547 /* additional initialization for auto-configuration model */
4548 static void alc260_auto_init(struct hda_codec *codec)
4549 {
4550         alc260_auto_init_multi_out(codec);
4551         alc260_auto_init_analog_input(codec);
4552 }
4553
4554 #ifdef CONFIG_SND_HDA_POWER_SAVE
4555 static struct hda_amp_list alc260_loopbacks[] = {
4556         { 0x07, HDA_INPUT, 0 },
4557         { 0x07, HDA_INPUT, 1 },
4558         { 0x07, HDA_INPUT, 2 },
4559         { 0x07, HDA_INPUT, 3 },
4560         { 0x07, HDA_INPUT, 4 },
4561         { } /* end */
4562 };
4563 #endif
4564
4565 /*
4566  * ALC260 configurations
4567  */
4568 static const char *alc260_models[ALC260_MODEL_LAST] = {
4569         [ALC260_BASIC]          = "basic",
4570         [ALC260_HP]             = "hp",
4571         [ALC260_HP_3013]        = "hp-3013",
4572         [ALC260_FUJITSU_S702X]  = "fujitsu",
4573         [ALC260_ACER]           = "acer",
4574         [ALC260_WILL]           = "will",
4575         [ALC260_REPLACER_672V]  = "replacer",
4576 #ifdef CONFIG_SND_DEBUG
4577         [ALC260_TEST]           = "test",
4578 #endif
4579         [ALC260_AUTO]           = "auto",
4580 };
4581
4582 static struct snd_pci_quirk alc260_cfg_tbl[] = {
4583         SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_ACER),
4584         SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_ACER),
4585         SND_PCI_QUIRK(0x103c, 0x2808, "HP d5700", ALC260_HP_3013),
4586         SND_PCI_QUIRK(0x103c, 0x280a, "HP d5750", ALC260_HP_3013),
4587         SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013),
4588         SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP),
4589         SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_3013),
4590         SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013),
4591         SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP),
4592         SND_PCI_QUIRK(0x103c, 0x3015, "HP", ALC260_HP),
4593         SND_PCI_QUIRK(0x103c, 0x3016, "HP", ALC260_HP),
4594         SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_BASIC),
4595         SND_PCI_QUIRK(0x104d, 0x81cc, "Sony VAIO", ALC260_BASIC),
4596         SND_PCI_QUIRK(0x104d, 0x81cd, "Sony VAIO", ALC260_BASIC),
4597         SND_PCI_QUIRK(0x10cf, 0x1326, "Fujitsu S702X", ALC260_FUJITSU_S702X),
4598         SND_PCI_QUIRK(0x152d, 0x0729, "CTL U553W", ALC260_BASIC),
4599         SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_WILL),
4600         SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_REPLACER_672V),
4601         {}
4602 };
4603
4604 static struct alc_config_preset alc260_presets[] = {
4605         [ALC260_BASIC] = {
4606                 .mixers = { alc260_base_output_mixer,
4607                             alc260_input_mixer,
4608                             alc260_pc_beep_mixer,
4609                             alc260_capture_mixer },
4610                 .init_verbs = { alc260_init_verbs },
4611                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4612                 .dac_nids = alc260_dac_nids,
4613                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4614                 .adc_nids = alc260_adc_nids,
4615                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4616                 .channel_mode = alc260_modes,
4617                 .input_mux = &alc260_capture_source,
4618         },
4619         [ALC260_HP] = {
4620                 .mixers = { alc260_base_output_mixer,
4621                             alc260_input_mixer,
4622                             alc260_capture_alt_mixer },
4623                 .init_verbs = { alc260_init_verbs },
4624                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4625                 .dac_nids = alc260_dac_nids,
4626                 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4627                 .adc_nids = alc260_hp_adc_nids,
4628                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4629                 .channel_mode = alc260_modes,
4630                 .input_mux = &alc260_capture_source,
4631         },
4632         [ALC260_HP_3013] = {
4633                 .mixers = { alc260_hp_3013_mixer,
4634                             alc260_input_mixer,
4635                             alc260_capture_alt_mixer },
4636                 .init_verbs = { alc260_hp_3013_init_verbs },
4637                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4638                 .dac_nids = alc260_dac_nids,
4639                 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4640                 .adc_nids = alc260_hp_adc_nids,
4641                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4642                 .channel_mode = alc260_modes,
4643                 .input_mux = &alc260_capture_source,
4644         },
4645         [ALC260_FUJITSU_S702X] = {
4646                 .mixers = { alc260_fujitsu_mixer,
4647                             alc260_capture_mixer },
4648                 .init_verbs = { alc260_fujitsu_init_verbs },
4649                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4650                 .dac_nids = alc260_dac_nids,
4651                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4652                 .adc_nids = alc260_dual_adc_nids,
4653                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4654                 .channel_mode = alc260_modes,
4655                 .num_mux_defs = ARRAY_SIZE(alc260_fujitsu_capture_sources),
4656                 .input_mux = alc260_fujitsu_capture_sources,
4657         },
4658         [ALC260_ACER] = {
4659                 .mixers = { alc260_acer_mixer,
4660                             alc260_capture_mixer },
4661                 .init_verbs = { alc260_acer_init_verbs },
4662                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4663                 .dac_nids = alc260_dac_nids,
4664                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4665                 .adc_nids = alc260_dual_adc_nids,
4666                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4667                 .channel_mode = alc260_modes,
4668                 .num_mux_defs = ARRAY_SIZE(alc260_acer_capture_sources),
4669                 .input_mux = alc260_acer_capture_sources,
4670         },
4671         [ALC260_WILL] = {
4672                 .mixers = { alc260_will_mixer,
4673                             alc260_capture_mixer },
4674                 .init_verbs = { alc260_init_verbs, alc260_will_verbs },
4675                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4676                 .dac_nids = alc260_dac_nids,
4677                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4678                 .adc_nids = alc260_adc_nids,
4679                 .dig_out_nid = ALC260_DIGOUT_NID,
4680                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4681                 .channel_mode = alc260_modes,
4682                 .input_mux = &alc260_capture_source,
4683         },
4684         [ALC260_REPLACER_672V] = {
4685                 .mixers = { alc260_replacer_672v_mixer,
4686                             alc260_capture_mixer },
4687                 .init_verbs = { alc260_init_verbs, alc260_replacer_672v_verbs },
4688                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4689                 .dac_nids = alc260_dac_nids,
4690                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4691                 .adc_nids = alc260_adc_nids,
4692                 .dig_out_nid = ALC260_DIGOUT_NID,
4693                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4694                 .channel_mode = alc260_modes,
4695                 .input_mux = &alc260_capture_source,
4696                 .unsol_event = alc260_replacer_672v_unsol_event,
4697                 .init_hook = alc260_replacer_672v_automute,
4698         },
4699 #ifdef CONFIG_SND_DEBUG
4700         [ALC260_TEST] = {
4701                 .mixers = { alc260_test_mixer,
4702                             alc260_capture_mixer },
4703                 .init_verbs = { alc260_test_init_verbs },
4704                 .num_dacs = ARRAY_SIZE(alc260_test_dac_nids),
4705                 .dac_nids = alc260_test_dac_nids,
4706                 .num_adc_nids = ARRAY_SIZE(alc260_test_adc_nids),
4707                 .adc_nids = alc260_test_adc_nids,
4708                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4709                 .channel_mode = alc260_modes,
4710                 .num_mux_defs = ARRAY_SIZE(alc260_test_capture_sources),
4711                 .input_mux = alc260_test_capture_sources,
4712         },
4713 #endif
4714 };
4715
4716 static int patch_alc260(struct hda_codec *codec)
4717 {
4718         struct alc_spec *spec;
4719         int err, board_config;
4720
4721         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4722         if (spec == NULL)
4723                 return -ENOMEM;
4724
4725         codec->spec = spec;
4726
4727         board_config = snd_hda_check_board_config(codec, ALC260_MODEL_LAST,
4728                                                   alc260_models,
4729                                                   alc260_cfg_tbl);
4730         if (board_config < 0) {
4731                 snd_printd(KERN_INFO "hda_codec: Unknown model for ALC260, "
4732                            "trying auto-probe from BIOS...\n");
4733                 board_config = ALC260_AUTO;
4734         }
4735
4736         if (board_config == ALC260_AUTO) {
4737                 /* automatic parse from the BIOS config */
4738                 err = alc260_parse_auto_config(codec);
4739                 if (err < 0) {
4740                         alc_free(codec);
4741                         return err;
4742                 } else if (!err) {
4743                         printk(KERN_INFO
4744                                "hda_codec: Cannot set up configuration "
4745                                "from BIOS.  Using base mode...\n");
4746                         board_config = ALC260_BASIC;
4747                 }
4748         }
4749
4750         if (board_config != ALC260_AUTO)
4751                 setup_preset(spec, &alc260_presets[board_config]);
4752
4753         spec->stream_name_analog = "ALC260 Analog";
4754         spec->stream_analog_playback = &alc260_pcm_analog_playback;
4755         spec->stream_analog_capture = &alc260_pcm_analog_capture;
4756
4757         spec->stream_name_digital = "ALC260 Digital";
4758         spec->stream_digital_playback = &alc260_pcm_digital_playback;
4759         spec->stream_digital_capture = &alc260_pcm_digital_capture;
4760
4761         codec->patch_ops = alc_patch_ops;
4762         if (board_config == ALC260_AUTO)
4763                 spec->init_hook = alc260_auto_init;
4764 #ifdef CONFIG_SND_HDA_POWER_SAVE
4765         if (!spec->loopback.amplist)
4766                 spec->loopback.amplist = alc260_loopbacks;
4767 #endif
4768
4769         return 0;
4770 }
4771
4772
4773 /*
4774  * ALC882 support
4775  *
4776  * ALC882 is almost identical with ALC880 but has cleaner and more flexible
4777  * configuration.  Each pin widget can choose any input DACs and a mixer.
4778  * Each ADC is connected from a mixer of all inputs.  This makes possible
4779  * 6-channel independent captures.
4780  *
4781  * In addition, an independent DAC for the multi-playback (not used in this
4782  * driver yet).
4783  */
4784 #define ALC882_DIGOUT_NID       0x06
4785 #define ALC882_DIGIN_NID        0x0a
4786
4787 static struct hda_channel_mode alc882_ch_modes[1] = {
4788         { 8, NULL }
4789 };
4790
4791 static hda_nid_t alc882_dac_nids[4] = {
4792         /* front, rear, clfe, rear_surr */
4793         0x02, 0x03, 0x04, 0x05
4794 };
4795
4796 /* identical with ALC880 */
4797 #define alc882_adc_nids         alc880_adc_nids
4798 #define alc882_adc_nids_alt     alc880_adc_nids_alt
4799
4800 /* input MUX */
4801 /* FIXME: should be a matrix-type input source selection */
4802
4803 static struct hda_input_mux alc882_capture_source = {
4804         .num_items = 4,
4805         .items = {
4806                 { "Mic", 0x0 },
4807                 { "Front Mic", 0x1 },
4808                 { "Line", 0x2 },
4809                 { "CD", 0x4 },
4810         },
4811 };
4812 #define alc882_mux_enum_info alc_mux_enum_info
4813 #define alc882_mux_enum_get alc_mux_enum_get
4814
4815 static int alc882_mux_enum_put(struct snd_kcontrol *kcontrol,
4816                                struct snd_ctl_elem_value *ucontrol)
4817 {
4818         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
4819         struct alc_spec *spec = codec->spec;
4820         const struct hda_input_mux *imux = spec->input_mux;
4821         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
4822         static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
4823         hda_nid_t nid = capture_mixers[adc_idx];
4824         unsigned int *cur_val = &spec->cur_mux[adc_idx];
4825         unsigned int i, idx;
4826
4827         idx = ucontrol->value.enumerated.item[0];
4828         if (idx >= imux->num_items)
4829                 idx = imux->num_items - 1;
4830         if (*cur_val == idx)
4831                 return 0;
4832         for (i = 0; i < imux->num_items; i++) {
4833                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
4834                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
4835                                          imux->items[i].index,
4836                                          HDA_AMP_MUTE, v);
4837         }
4838         *cur_val = idx;
4839         return 1;
4840 }
4841
4842 /*
4843  * 2ch mode
4844  */
4845 static struct hda_verb alc882_3ST_ch2_init[] = {
4846         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
4847         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
4848         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
4849         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
4850         { } /* end */
4851 };
4852
4853 /*
4854  * 6ch mode
4855  */
4856 static struct hda_verb alc882_3ST_ch6_init[] = {
4857         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4858         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
4859         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
4860         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4861         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
4862         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
4863         { } /* end */
4864 };
4865
4866 static struct hda_channel_mode alc882_3ST_6ch_modes[2] = {
4867         { 2, alc882_3ST_ch2_init },
4868         { 6, alc882_3ST_ch6_init },
4869 };
4870
4871 /*
4872  * 6ch mode
4873  */
4874 static struct hda_verb alc882_sixstack_ch6_init[] = {
4875         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
4876         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4877         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4878         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4879         { } /* end */
4880 };
4881
4882 /*
4883  * 8ch mode
4884  */
4885 static struct hda_verb alc882_sixstack_ch8_init[] = {
4886         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4887         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4888         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4889         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4890         { } /* end */
4891 };
4892
4893 static struct hda_channel_mode alc882_sixstack_modes[2] = {
4894         { 6, alc882_sixstack_ch6_init },
4895         { 8, alc882_sixstack_ch8_init },
4896 };
4897
4898 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
4899  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
4900  */
4901 static struct snd_kcontrol_new alc882_base_mixer[] = {
4902         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4903         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4904         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
4905         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
4906         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
4907         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
4908         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
4909         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
4910         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
4911         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
4912         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
4913         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4914         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4915         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4916         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4917         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4918         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
4919         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4920         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
4921         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
4922         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
4923         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
4924         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
4925         { } /* end */
4926 };
4927
4928 static struct snd_kcontrol_new alc882_w2jc_mixer[] = {
4929         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4930         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4931         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4932         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4933         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4934         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4935         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4936         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
4937         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4938         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
4939         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
4940         { } /* end */
4941 };
4942
4943 static struct snd_kcontrol_new alc882_targa_mixer[] = {
4944         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4945         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4946         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
4947         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4948         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4949         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4950         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4951         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4952         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4953         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
4954         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
4955         { } /* end */
4956 };
4957
4958 /* Pin assignment: Front=0x14, HP = 0x15, Front = 0x16, ???
4959  *                 Front Mic=0x18, Line In = 0x1a, Line In = 0x1b, CD = 0x1c
4960  */
4961 static struct snd_kcontrol_new alc882_asus_a7j_mixer[] = {
4962         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4963         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
4964         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
4965         HDA_CODEC_MUTE("Mobile Front Playback Switch", 0x16, 0x0, HDA_OUTPUT),
4966         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4967         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4968         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4969         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4970         HDA_CODEC_VOLUME("Mobile Line Playback Volume", 0x0b, 0x03, HDA_INPUT),
4971         HDA_CODEC_MUTE("Mobile Line Playback Switch", 0x0b, 0x03, HDA_INPUT),
4972         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4973         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4974         { } /* end */
4975 };
4976
4977 static struct snd_kcontrol_new alc882_chmode_mixer[] = {
4978         {
4979                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4980                 .name = "Channel Mode",
4981                 .info = alc_ch_mode_info,
4982                 .get = alc_ch_mode_get,
4983                 .put = alc_ch_mode_put,
4984         },
4985         { } /* end */
4986 };
4987
4988 static struct hda_verb alc882_init_verbs[] = {
4989         /* Front mixer: unmute input/output amp left and right (volume = 0) */
4990         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4991         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4992         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4993         /* Rear mixer */
4994         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4995         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4996         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4997         /* CLFE mixer */
4998         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4999         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5000         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5001         /* Side mixer */
5002         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5003         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5004         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5005
5006         /* Front Pin: output 0 (0x0c) */
5007         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5008         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5009         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5010         /* Rear Pin: output 1 (0x0d) */
5011         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5012         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5013         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
5014         /* CLFE Pin: output 2 (0x0e) */
5015         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5016         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5017         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
5018         /* Side Pin: output 3 (0x0f) */
5019         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5020         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5021         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
5022         /* Mic (rear) pin: input vref at 80% */
5023         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5024         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5025         /* Front Mic pin: input vref at 80% */
5026         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5027         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5028         /* Line In pin: input */
5029         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5030         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5031         /* Line-2 In: Headphone output (output 0 - 0x0c) */
5032         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5033         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5034         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
5035         /* CD pin widget for input */
5036         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5037
5038         /* FIXME: use matrix-type input source selection */
5039         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5040         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5041         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5042         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5043         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5044         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5045         /* Input mixer2 */
5046         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5047         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5048         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5049         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5050         /* Input mixer3 */
5051         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5052         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5053         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5054         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5055         /* ADC1: mute amp left and right */
5056         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5057         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5058         /* ADC2: mute amp left and right */
5059         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5060         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5061         /* ADC3: mute amp left and right */
5062         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5063         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5064
5065         { }
5066 };
5067
5068 static struct hda_verb alc882_eapd_verbs[] = {
5069         /* change to EAPD mode */
5070         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
5071         {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
5072         { }
5073 };
5074
5075 /* Mac Pro test */
5076 static struct snd_kcontrol_new alc882_macpro_mixer[] = {
5077         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5078         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5079         HDA_CODEC_MUTE("Headphone Playback Switch", 0x18, 0x0, HDA_OUTPUT),
5080         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
5081         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
5082         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x02, HDA_INPUT),
5083         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x02, HDA_INPUT),
5084         { } /* end */
5085 };
5086
5087 static struct hda_verb alc882_macpro_init_verbs[] = {
5088         /* Front mixer: unmute input/output amp left and right (volume = 0) */
5089         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5090         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5091         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5092         /* Front Pin: output 0 (0x0c) */
5093         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5094         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5095         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
5096         /* Front Mic pin: input vref at 80% */
5097         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5098         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5099         /* Speaker:  output */
5100         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5101         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5102         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x04},
5103         /* Headphone output (output 0 - 0x0c) */
5104         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5105         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5106         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
5107
5108         /* FIXME: use matrix-type input source selection */
5109         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5110         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5111         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5112         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5113         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5114         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5115         /* Input mixer2 */
5116         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5117         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5118         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5119         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5120         /* Input mixer3 */
5121         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5122         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5123         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5124         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5125         /* ADC1: mute amp left and right */
5126         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5127         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5128         /* ADC2: mute amp left and right */
5129         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5130         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5131         /* ADC3: mute amp left and right */
5132         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5133         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5134
5135         { }
5136 };
5137
5138 /* iMac 24 mixer. */
5139 static struct snd_kcontrol_new alc885_imac24_mixer[] = {
5140         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x00, HDA_OUTPUT),
5141         HDA_CODEC_MUTE("Master Playback Switch", 0x0c, 0x00, HDA_INPUT),
5142         { } /* end */
5143 };
5144
5145 /* iMac 24 init verbs. */
5146 static struct hda_verb alc885_imac24_init_verbs[] = {
5147         /* Internal speakers: output 0 (0x0c) */
5148         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5149         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5150         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
5151         /* Internal speakers: output 0 (0x0c) */
5152         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5153         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5154         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
5155         /* Headphone: output 0 (0x0c) */
5156         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5157         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5158         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5159         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5160         /* Front Mic: input vref at 80% */
5161         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5162         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5163         { }
5164 };
5165
5166 /* Toggle speaker-output according to the hp-jack state */
5167 static void alc885_imac24_automute(struct hda_codec *codec)
5168 {
5169         unsigned int present;
5170
5171         present = snd_hda_codec_read(codec, 0x14, 0,
5172                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5173         snd_hda_codec_amp_stereo(codec, 0x18, HDA_OUTPUT, 0,
5174                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5175         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_OUTPUT, 0,
5176                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5177 }
5178
5179 /* Processes unsolicited events. */
5180 static void alc885_imac24_unsol_event(struct hda_codec *codec,
5181                                       unsigned int res)
5182 {
5183         /* Headphone insertion or removal. */
5184         if ((res >> 26) == ALC880_HP_EVENT)
5185                 alc885_imac24_automute(codec);
5186 }
5187
5188 static struct hda_verb alc882_targa_verbs[] = {
5189         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5190         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5191
5192         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5193         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5194         
5195         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5196         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5197         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5198
5199         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5200         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
5201         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
5202         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
5203         { } /* end */
5204 };
5205
5206 /* toggle speaker-output according to the hp-jack state */
5207 static void alc882_targa_automute(struct hda_codec *codec)
5208 {
5209         unsigned int present;
5210  
5211         present = snd_hda_codec_read(codec, 0x14, 0,
5212                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5213         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
5214                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5215         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
5216                                   present ? 1 : 3);
5217 }
5218
5219 static void alc882_targa_unsol_event(struct hda_codec *codec, unsigned int res)
5220 {
5221         /* Looks like the unsol event is incompatible with the standard
5222          * definition.  4bit tag is placed at 26 bit!
5223          */
5224         if (((res >> 26) == ALC880_HP_EVENT)) {
5225                 alc882_targa_automute(codec);
5226         }
5227 }
5228
5229 static struct hda_verb alc882_asus_a7j_verbs[] = {
5230         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5231         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5232
5233         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5234         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5235         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5236         
5237         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5238         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5239         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5240
5241         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5242         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5243         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5244         { } /* end */
5245 };
5246
5247 static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
5248 {
5249         unsigned int gpiostate, gpiomask, gpiodir;
5250
5251         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
5252                                        AC_VERB_GET_GPIO_DATA, 0);
5253
5254         if (!muted)
5255                 gpiostate |= (1 << pin);
5256         else
5257                 gpiostate &= ~(1 << pin);
5258
5259         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
5260                                       AC_VERB_GET_GPIO_MASK, 0);
5261         gpiomask |= (1 << pin);
5262
5263         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
5264                                      AC_VERB_GET_GPIO_DIRECTION, 0);
5265         gpiodir |= (1 << pin);
5266
5267
5268         snd_hda_codec_write(codec, codec->afg, 0,
5269                             AC_VERB_SET_GPIO_MASK, gpiomask);
5270         snd_hda_codec_write(codec, codec->afg, 0,
5271                             AC_VERB_SET_GPIO_DIRECTION, gpiodir);
5272
5273         msleep(1);
5274
5275         snd_hda_codec_write(codec, codec->afg, 0,
5276                             AC_VERB_SET_GPIO_DATA, gpiostate);
5277 }
5278
5279 /* set up GPIO at initialization */
5280 static void alc885_macpro_init_hook(struct hda_codec *codec)
5281 {
5282         alc882_gpio_mute(codec, 0, 0);
5283         alc882_gpio_mute(codec, 1, 0);
5284 }
5285
5286 /* set up GPIO and update auto-muting at initialization */
5287 static void alc885_imac24_init_hook(struct hda_codec *codec)
5288 {
5289         alc885_macpro_init_hook(codec);
5290         alc885_imac24_automute(codec);
5291 }
5292
5293 /*
5294  * generic initialization of ADC, input mixers and output mixers
5295  */
5296 static struct hda_verb alc882_auto_init_verbs[] = {
5297         /*
5298          * Unmute ADC0-2 and set the default input to mic-in
5299          */
5300         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5301         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5302         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5303         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5304         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5305         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5306
5307         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
5308          * mixer widget
5309          * Note: PASD motherboards uses the Line In 2 as the input for
5310          * front panel mic (mic 2)
5311          */
5312         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
5313         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5314         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5315         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5316         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5317         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5318
5319         /*
5320          * Set up output mixers (0x0c - 0x0f)
5321          */
5322         /* set vol=0 to output mixers */
5323         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5324         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5325         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5326         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5327         /* set up input amps for analog loopback */
5328         /* Amp Indices: DAC = 0, mixer = 1 */
5329         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5330         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5331         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5332         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5333         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5334         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5335         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5336         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5337         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5338         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5339
5340         /* FIXME: use matrix-type input source selection */
5341         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5342         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5343         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5344         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5345         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5346         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5347         /* Input mixer2 */
5348         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5349         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5350         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5351         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5352         /* Input mixer3 */
5353         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5354         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5355         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5356         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5357
5358         { }
5359 };
5360
5361 /* capture mixer elements */
5362 static struct snd_kcontrol_new alc882_capture_alt_mixer[] = {
5363         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5364         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5365         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5366         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5367         {
5368                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5369                 /* The multiple "Capture Source" controls confuse alsamixer
5370                  * So call somewhat different..
5371                  * FIXME: the controls appear in the "playback" view!
5372                  */
5373                 /* .name = "Capture Source", */
5374                 .name = "Input Source",
5375                 .count = 2,
5376                 .info = alc882_mux_enum_info,
5377                 .get = alc882_mux_enum_get,
5378                 .put = alc882_mux_enum_put,
5379         },
5380         { } /* end */
5381 };
5382
5383 static struct snd_kcontrol_new alc882_capture_mixer[] = {
5384         HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
5385         HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
5386         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
5387         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
5388         HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
5389         HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
5390         {
5391                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5392                 /* The multiple "Capture Source" controls confuse alsamixer
5393                  * So call somewhat different..
5394                  * FIXME: the controls appear in the "playback" view!
5395                  */
5396                 /* .name = "Capture Source", */
5397                 .name = "Input Source",
5398                 .count = 3,
5399                 .info = alc882_mux_enum_info,
5400                 .get = alc882_mux_enum_get,
5401                 .put = alc882_mux_enum_put,
5402         },
5403         { } /* end */
5404 };
5405
5406 #ifdef CONFIG_SND_HDA_POWER_SAVE
5407 #define alc882_loopbacks        alc880_loopbacks
5408 #endif
5409
5410 /* pcm configuration: identiacal with ALC880 */
5411 #define alc882_pcm_analog_playback      alc880_pcm_analog_playback
5412 #define alc882_pcm_analog_capture       alc880_pcm_analog_capture
5413 #define alc882_pcm_digital_playback     alc880_pcm_digital_playback
5414 #define alc882_pcm_digital_capture      alc880_pcm_digital_capture
5415
5416 /*
5417  * configuration and preset
5418  */
5419 static const char *alc882_models[ALC882_MODEL_LAST] = {
5420         [ALC882_3ST_DIG]        = "3stack-dig",
5421         [ALC882_6ST_DIG]        = "6stack-dig",
5422         [ALC882_ARIMA]          = "arima",
5423         [ALC882_W2JC]           = "w2jc",
5424         [ALC885_MACPRO]         = "macpro",
5425         [ALC885_IMAC24]         = "imac24",
5426         [ALC882_AUTO]           = "auto",
5427 };
5428
5429 static struct snd_pci_quirk alc882_cfg_tbl[] = {
5430         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC882_6ST_DIG),
5431         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
5432         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
5433         SND_PCI_QUIRK(0x1462, 0x28fb, "Targa T8", ALC882_TARGA), /* MSI-1049 T8  */
5434         SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
5435         SND_PCI_QUIRK(0x1043, 0x060d, "Asus A7J", ALC882_ASUS_A7J),
5436         SND_PCI_QUIRK(0x1043, 0x817f, "Asus P5LD2", ALC882_6ST_DIG),
5437         SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
5438         SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_W2JC),
5439         {}
5440 };
5441
5442 static struct alc_config_preset alc882_presets[] = {
5443         [ALC882_3ST_DIG] = {
5444                 .mixers = { alc882_base_mixer },
5445                 .init_verbs = { alc882_init_verbs },
5446                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5447                 .dac_nids = alc882_dac_nids,
5448                 .dig_out_nid = ALC882_DIGOUT_NID,
5449                 .dig_in_nid = ALC882_DIGIN_NID,
5450                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5451                 .channel_mode = alc882_ch_modes,
5452                 .need_dac_fix = 1,
5453                 .input_mux = &alc882_capture_source,
5454         },
5455         [ALC882_6ST_DIG] = {
5456                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
5457                 .init_verbs = { alc882_init_verbs },
5458                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5459                 .dac_nids = alc882_dac_nids,
5460                 .dig_out_nid = ALC882_DIGOUT_NID,
5461                 .dig_in_nid = ALC882_DIGIN_NID,
5462                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
5463                 .channel_mode = alc882_sixstack_modes,
5464                 .input_mux = &alc882_capture_source,
5465         },
5466         [ALC882_ARIMA] = {
5467                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
5468                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs },
5469                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5470                 .dac_nids = alc882_dac_nids,
5471                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
5472                 .channel_mode = alc882_sixstack_modes,
5473                 .input_mux = &alc882_capture_source,
5474         },
5475         [ALC882_W2JC] = {
5476                 .mixers = { alc882_w2jc_mixer, alc882_chmode_mixer },
5477                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs,
5478                                 alc880_gpio1_init_verbs },
5479                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5480                 .dac_nids = alc882_dac_nids,
5481                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
5482                 .channel_mode = alc880_threestack_modes,
5483                 .need_dac_fix = 1,
5484                 .input_mux = &alc882_capture_source,
5485                 .dig_out_nid = ALC882_DIGOUT_NID,
5486         },
5487         [ALC885_MACPRO] = {
5488                 .mixers = { alc882_macpro_mixer },
5489                 .init_verbs = { alc882_macpro_init_verbs },
5490                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5491                 .dac_nids = alc882_dac_nids,
5492                 .dig_out_nid = ALC882_DIGOUT_NID,
5493                 .dig_in_nid = ALC882_DIGIN_NID,
5494                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5495                 .channel_mode = alc882_ch_modes,
5496                 .input_mux = &alc882_capture_source,
5497                 .init_hook = alc885_macpro_init_hook,
5498         },
5499         [ALC885_IMAC24] = {
5500                 .mixers = { alc885_imac24_mixer },
5501                 .init_verbs = { alc885_imac24_init_verbs },
5502                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5503                 .dac_nids = alc882_dac_nids,
5504                 .dig_out_nid = ALC882_DIGOUT_NID,
5505                 .dig_in_nid = ALC882_DIGIN_NID,
5506                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5507                 .channel_mode = alc882_ch_modes,
5508                 .input_mux = &alc882_capture_source,
5509                 .unsol_event = alc885_imac24_unsol_event,
5510                 .init_hook = alc885_imac24_init_hook,
5511         },
5512         [ALC882_TARGA] = {
5513                 .mixers = { alc882_targa_mixer, alc882_chmode_mixer,
5514                             alc882_capture_mixer },
5515                 .init_verbs = { alc882_init_verbs, alc882_targa_verbs},
5516                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5517                 .dac_nids = alc882_dac_nids,
5518                 .dig_out_nid = ALC882_DIGOUT_NID,
5519                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
5520                 .adc_nids = alc882_adc_nids,
5521                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
5522                 .channel_mode = alc882_3ST_6ch_modes,
5523                 .need_dac_fix = 1,
5524                 .input_mux = &alc882_capture_source,
5525                 .unsol_event = alc882_targa_unsol_event,
5526                 .init_hook = alc882_targa_automute,
5527         },
5528         [ALC882_ASUS_A7J] = {
5529                 .mixers = { alc882_asus_a7j_mixer, alc882_chmode_mixer,
5530                             alc882_capture_mixer },
5531                 .init_verbs = { alc882_init_verbs, alc882_asus_a7j_verbs},
5532                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5533                 .dac_nids = alc882_dac_nids,
5534                 .dig_out_nid = ALC882_DIGOUT_NID,
5535                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
5536                 .adc_nids = alc882_adc_nids,
5537                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
5538                 .channel_mode = alc882_3ST_6ch_modes,
5539                 .need_dac_fix = 1,
5540                 .input_mux = &alc882_capture_source,
5541         },      
5542 };
5543
5544
5545 /*
5546  * Pin config fixes
5547  */
5548 enum { 
5549         PINFIX_ABIT_AW9D_MAX
5550 };
5551
5552 static struct alc_pincfg alc882_abit_aw9d_pinfix[] = {
5553         { 0x15, 0x01080104 }, /* side */
5554         { 0x16, 0x01011012 }, /* rear */
5555         { 0x17, 0x01016011 }, /* clfe */
5556         { }
5557 };
5558
5559 static const struct alc_pincfg *alc882_pin_fixes[] = {
5560         [PINFIX_ABIT_AW9D_MAX] = alc882_abit_aw9d_pinfix,
5561 };
5562
5563 static struct snd_pci_quirk alc882_pinfix_tbl[] = {
5564         SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", PINFIX_ABIT_AW9D_MAX),
5565         {}
5566 };
5567
5568 /*
5569  * BIOS auto configuration
5570  */
5571 static void alc882_auto_set_output_and_unmute(struct hda_codec *codec,
5572                                               hda_nid_t nid, int pin_type,
5573                                               int dac_idx)
5574 {
5575         /* set as output */
5576         struct alc_spec *spec = codec->spec;
5577         int idx;
5578
5579         if (spec->multiout.dac_nids[dac_idx] == 0x25)
5580                 idx = 4;
5581         else
5582                 idx = spec->multiout.dac_nids[dac_idx] - 2;
5583
5584         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
5585                             pin_type);
5586         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
5587                             AMP_OUT_UNMUTE);
5588         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
5589
5590 }
5591
5592 static void alc882_auto_init_multi_out(struct hda_codec *codec)
5593 {
5594         struct alc_spec *spec = codec->spec;
5595         int i;
5596
5597         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
5598         for (i = 0; i <= HDA_SIDE; i++) {
5599                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
5600                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
5601                 if (nid)
5602                         alc882_auto_set_output_and_unmute(codec, nid, pin_type,
5603                                                           i);
5604         }
5605 }
5606
5607 static void alc882_auto_init_hp_out(struct hda_codec *codec)
5608 {
5609         struct alc_spec *spec = codec->spec;
5610         hda_nid_t pin;
5611
5612         pin = spec->autocfg.hp_pins[0];
5613         if (pin) /* connect to front */
5614                 /* use dac 0 */
5615                 alc882_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
5616 }
5617
5618 #define alc882_is_input_pin(nid)        alc880_is_input_pin(nid)
5619 #define ALC882_PIN_CD_NID               ALC880_PIN_CD_NID
5620
5621 static void alc882_auto_init_analog_input(struct hda_codec *codec)
5622 {
5623         struct alc_spec *spec = codec->spec;
5624         int i;
5625
5626         for (i = 0; i < AUTO_PIN_LAST; i++) {
5627                 hda_nid_t nid = spec->autocfg.input_pins[i];
5628                 if (alc882_is_input_pin(nid)) {
5629                         snd_hda_codec_write(codec, nid, 0,
5630                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
5631                                             i <= AUTO_PIN_FRONT_MIC ?
5632                                             PIN_VREF80 : PIN_IN);
5633                         if (nid != ALC882_PIN_CD_NID)
5634                                 snd_hda_codec_write(codec, nid, 0,
5635                                                     AC_VERB_SET_AMP_GAIN_MUTE,
5636                                                     AMP_OUT_MUTE);
5637                 }
5638         }
5639 }
5640
5641 /* almost identical with ALC880 parser... */
5642 static int alc882_parse_auto_config(struct hda_codec *codec)
5643 {
5644         struct alc_spec *spec = codec->spec;
5645         int err = alc880_parse_auto_config(codec);
5646
5647         if (err < 0)
5648                 return err;
5649         else if (err > 0)
5650                 /* hack - override the init verbs */
5651                 spec->init_verbs[0] = alc882_auto_init_verbs;
5652         return err;
5653 }
5654
5655 /* additional initialization for auto-configuration model */
5656 static void alc882_auto_init(struct hda_codec *codec)
5657 {
5658         alc882_auto_init_multi_out(codec);
5659         alc882_auto_init_hp_out(codec);
5660         alc882_auto_init_analog_input(codec);
5661 }
5662
5663 static int patch_alc882(struct hda_codec *codec)
5664 {
5665         struct alc_spec *spec;
5666         int err, board_config;
5667
5668         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5669         if (spec == NULL)
5670                 return -ENOMEM;
5671
5672         codec->spec = spec;
5673
5674         board_config = snd_hda_check_board_config(codec, ALC882_MODEL_LAST,
5675                                                   alc882_models,
5676                                                   alc882_cfg_tbl);
5677
5678         if (board_config < 0 || board_config >= ALC882_MODEL_LAST) {
5679                 /* Pick up systems that don't supply PCI SSID */
5680                 switch (codec->subsystem_id) {
5681                 case 0x106b0c00: /* Mac Pro */
5682                         board_config = ALC885_MACPRO;
5683                         break;
5684                 case 0x106b1000: /* iMac 24 */
5685                         board_config = ALC885_IMAC24;
5686                         break;
5687                 default:
5688                         printk(KERN_INFO "hda_codec: Unknown model for ALC882, "
5689                                          "trying auto-probe from BIOS...\n");
5690                         board_config = ALC882_AUTO;
5691                 }
5692         }
5693
5694         alc_fix_pincfg(codec, alc882_pinfix_tbl, alc882_pin_fixes);
5695
5696         if (board_config == ALC882_AUTO) {
5697                 /* automatic parse from the BIOS config */
5698                 err = alc882_parse_auto_config(codec);
5699                 if (err < 0) {
5700                         alc_free(codec);
5701                         return err;
5702                 } else if (!err) {
5703                         printk(KERN_INFO
5704                                "hda_codec: Cannot set up configuration "
5705                                "from BIOS.  Using base mode...\n");
5706                         board_config = ALC882_3ST_DIG;
5707                 }
5708         }
5709
5710         if (board_config != ALC882_AUTO)
5711                 setup_preset(spec, &alc882_presets[board_config]);
5712
5713         spec->stream_name_analog = "ALC882 Analog";
5714         spec->stream_analog_playback = &alc882_pcm_analog_playback;
5715         spec->stream_analog_capture = &alc882_pcm_analog_capture;
5716
5717         spec->stream_name_digital = "ALC882 Digital";
5718         spec->stream_digital_playback = &alc882_pcm_digital_playback;
5719         spec->stream_digital_capture = &alc882_pcm_digital_capture;
5720
5721         if (!spec->adc_nids && spec->input_mux) {
5722                 /* check whether NID 0x07 is valid */
5723                 unsigned int wcap = get_wcaps(codec, 0x07);
5724                 /* get type */
5725                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
5726                 if (wcap != AC_WID_AUD_IN) {
5727                         spec->adc_nids = alc882_adc_nids_alt;
5728                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids_alt);
5729                         spec->mixers[spec->num_mixers] =
5730                                 alc882_capture_alt_mixer;
5731                         spec->num_mixers++;
5732                 } else {
5733                         spec->adc_nids = alc882_adc_nids;
5734                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids);
5735                         spec->mixers[spec->num_mixers] = alc882_capture_mixer;
5736                         spec->num_mixers++;
5737                 }
5738         }
5739
5740         codec->patch_ops = alc_patch_ops;
5741         if (board_config == ALC882_AUTO)
5742                 spec->init_hook = alc882_auto_init;
5743 #ifdef CONFIG_SND_HDA_POWER_SAVE
5744         if (!spec->loopback.amplist)
5745                 spec->loopback.amplist = alc882_loopbacks;
5746 #endif
5747
5748         return 0;
5749 }
5750
5751 /*
5752  * ALC883 support
5753  *
5754  * ALC883 is almost identical with ALC880 but has cleaner and more flexible
5755  * configuration.  Each pin widget can choose any input DACs and a mixer.
5756  * Each ADC is connected from a mixer of all inputs.  This makes possible
5757  * 6-channel independent captures.
5758  *
5759  * In addition, an independent DAC for the multi-playback (not used in this
5760  * driver yet).
5761  */
5762 #define ALC883_DIGOUT_NID       0x06
5763 #define ALC883_DIGIN_NID        0x0a
5764
5765 static hda_nid_t alc883_dac_nids[4] = {
5766         /* front, rear, clfe, rear_surr */
5767         0x02, 0x04, 0x03, 0x05
5768 };
5769
5770 static hda_nid_t alc883_adc_nids[2] = {
5771         /* ADC1-2 */
5772         0x08, 0x09,
5773 };
5774
5775 /* input MUX */
5776 /* FIXME: should be a matrix-type input source selection */
5777
5778 static struct hda_input_mux alc883_capture_source = {
5779         .num_items = 4,
5780         .items = {
5781                 { "Mic", 0x0 },
5782                 { "Front Mic", 0x1 },
5783                 { "Line", 0x2 },
5784                 { "CD", 0x4 },
5785         },
5786 };
5787
5788 static struct hda_input_mux alc883_lenovo_101e_capture_source = {
5789         .num_items = 2,
5790         .items = {
5791                 { "Mic", 0x1 },
5792                 { "Line", 0x2 },
5793         },
5794 };
5795
5796 static struct hda_input_mux alc883_lenovo_nb0763_capture_source = {
5797         .num_items = 4,
5798         .items = {
5799                 { "Mic", 0x0 },
5800                 { "iMic", 0x1 },
5801                 { "Line", 0x2 },
5802                 { "CD", 0x4 },
5803         },
5804 };
5805
5806 #define alc883_mux_enum_info alc_mux_enum_info
5807 #define alc883_mux_enum_get alc_mux_enum_get
5808
5809 static int alc883_mux_enum_put(struct snd_kcontrol *kcontrol,
5810                                struct snd_ctl_elem_value *ucontrol)
5811 {
5812         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5813         struct alc_spec *spec = codec->spec;
5814         const struct hda_input_mux *imux = spec->input_mux;
5815         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
5816         static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
5817         hda_nid_t nid = capture_mixers[adc_idx];
5818         unsigned int *cur_val = &spec->cur_mux[adc_idx];
5819         unsigned int i, idx;
5820
5821         idx = ucontrol->value.enumerated.item[0];
5822         if (idx >= imux->num_items)
5823                 idx = imux->num_items - 1;
5824         if (*cur_val == idx)
5825                 return 0;
5826         for (i = 0; i < imux->num_items; i++) {
5827                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
5828                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
5829                                          imux->items[i].index,
5830                                          HDA_AMP_MUTE, v);
5831         }
5832         *cur_val = idx;
5833         return 1;
5834 }
5835
5836 /*
5837  * 2ch mode
5838  */
5839 static struct hda_channel_mode alc883_3ST_2ch_modes[1] = {
5840         { 2, NULL }
5841 };
5842
5843 /*
5844  * 2ch mode
5845  */
5846 static struct hda_verb alc883_3ST_ch2_init[] = {
5847         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
5848         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5849         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
5850         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5851         { } /* end */
5852 };
5853
5854 /*
5855  * 6ch mode
5856  */
5857 static struct hda_verb alc883_3ST_ch6_init[] = {
5858         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5859         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5860         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
5861         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5862         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5863         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
5864         { } /* end */
5865 };
5866
5867 static struct hda_channel_mode alc883_3ST_6ch_modes[2] = {
5868         { 2, alc883_3ST_ch2_init },
5869         { 6, alc883_3ST_ch6_init },
5870 };
5871
5872 /*
5873  * 6ch mode
5874  */
5875 static struct hda_verb alc883_sixstack_ch6_init[] = {
5876         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
5877         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5878         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5879         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5880         { } /* end */
5881 };
5882
5883 /*
5884  * 8ch mode
5885  */
5886 static struct hda_verb alc883_sixstack_ch8_init[] = {
5887         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5888         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5889         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5890         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5891         { } /* end */
5892 };
5893
5894 static struct hda_channel_mode alc883_sixstack_modes[2] = {
5895         { 6, alc883_sixstack_ch6_init },
5896         { 8, alc883_sixstack_ch8_init },
5897 };
5898
5899 static struct hda_verb alc883_medion_eapd_verbs[] = {
5900         /* eanable EAPD on medion laptop */
5901         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
5902         {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
5903         { }
5904 };
5905
5906 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
5907  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
5908  */
5909
5910 static struct snd_kcontrol_new alc883_base_mixer[] = {
5911         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5912         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5913         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5914         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
5915         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5916         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5917         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
5918         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
5919         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
5920         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
5921         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5922         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5923         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5924         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5925         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5926         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5927         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5928         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5929         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
5930         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
5931         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5932         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5933         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5934         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5935         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5936         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5937         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5938         {
5939                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5940                 /* .name = "Capture Source", */
5941                 .name = "Input Source",
5942                 .count = 2,
5943                 .info = alc883_mux_enum_info,
5944                 .get = alc883_mux_enum_get,
5945                 .put = alc883_mux_enum_put,
5946         },
5947         { } /* end */
5948 };
5949
5950 static struct snd_kcontrol_new alc883_3ST_2ch_mixer[] = {
5951         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5952         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5953         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5954         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5955         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5956         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5957         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5958         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5959         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5960         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5961         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
5962         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
5963         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5964         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5965         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5966         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5967         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5968         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5969         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5970         {
5971                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5972                 /* .name = "Capture Source", */
5973                 .name = "Input Source",
5974                 .count = 2,
5975                 .info = alc883_mux_enum_info,
5976                 .get = alc883_mux_enum_get,
5977                 .put = alc883_mux_enum_put,
5978         },
5979         { } /* end */
5980 };
5981
5982 static struct snd_kcontrol_new alc883_3ST_6ch_mixer[] = {
5983         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5984         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5985         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5986         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
5987         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5988         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5989         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
5990         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
5991         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5992         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5993         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5994         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5995         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5996         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5997         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5998         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5999         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6000         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6001         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6002         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6003         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6004         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6005         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6006         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6007         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6008         {
6009                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6010                 /* .name = "Capture Source", */
6011                 .name = "Input Source",
6012                 .count = 2,
6013                 .info = alc883_mux_enum_info,
6014                 .get = alc883_mux_enum_get,
6015                 .put = alc883_mux_enum_put,
6016         },
6017         { } /* end */
6018 };
6019
6020 static struct snd_kcontrol_new alc883_fivestack_mixer[] = {
6021         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6022         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6023         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6024         HDA_CODEC_MUTE("Surround Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6025         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6026         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6027         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x16, 1, 0x0, HDA_OUTPUT),
6028         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
6029         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6030         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6031         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6032         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6033         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6034         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6035         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6036         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6037         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6038         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6039         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6040         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6041         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6042         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6043         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6044
6045         {
6046                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6047                 /* .name = "Capture Source", */
6048                 .name = "Input Source",
6049                 .count = 1,
6050                 .info = alc883_mux_enum_info,
6051                 .get = alc883_mux_enum_get,
6052                 .put = alc883_mux_enum_put,
6053         },
6054         { } /* end */
6055 };
6056
6057 static struct snd_kcontrol_new alc883_tagra_mixer[] = {
6058         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6059         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6060         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6061         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6062         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
6063         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6064         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6065         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
6066         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
6067         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6068         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6069         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6070         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6071         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6072         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6073         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6074         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6075         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6076         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6077         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6078         {
6079                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6080                 /* .name = "Capture Source", */
6081                 .name = "Input Source",
6082                 .count = 2,
6083                 .info = alc883_mux_enum_info,
6084                 .get = alc883_mux_enum_get,
6085                 .put = alc883_mux_enum_put,
6086         },
6087         { } /* end */
6088 };
6089
6090 static struct snd_kcontrol_new alc883_tagra_2ch_mixer[] = {
6091         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6092         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6093         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6094         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6095         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6096         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6097         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6098         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6099         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6100         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6101         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6102         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6103         {
6104                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6105                 /* .name = "Capture Source", */
6106                 .name = "Input Source",
6107                 .count = 2,
6108                 .info = alc883_mux_enum_info,
6109                 .get = alc883_mux_enum_get,
6110                 .put = alc883_mux_enum_put,
6111         },
6112         { } /* end */
6113 };
6114
6115 static struct snd_kcontrol_new alc883_lenovo_101e_2ch_mixer[] = {
6116         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6117         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6118         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6119         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
6120         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6121         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6122         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6123         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6124         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6125         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6126         {
6127                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6128                 /* .name = "Capture Source", */
6129                 .name = "Input Source",
6130                 .count = 1,
6131                 .info = alc883_mux_enum_info,
6132                 .get = alc883_mux_enum_get,
6133                 .put = alc883_mux_enum_put,
6134         },
6135         { } /* end */
6136 };
6137
6138 static struct snd_kcontrol_new alc883_lenovo_nb0763_mixer[] = {
6139         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6140         HDA_BIND_MUTE("Speaker Playback Switch", 0x0c, 2, HDA_INPUT),
6141         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6142         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6143         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6144         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6145         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6146         HDA_CODEC_VOLUME("iMic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6147         HDA_CODEC_MUTE("iMic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6148         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6149         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6150         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6151         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6152         {
6153                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6154                 /* .name = "Capture Source", */
6155                 .name = "Input Source",
6156                 .count = 2,
6157                 .info = alc883_mux_enum_info,
6158                 .get = alc883_mux_enum_get,
6159                 .put = alc883_mux_enum_put,
6160         },
6161         { } /* end */
6162 };
6163
6164 static struct snd_kcontrol_new alc883_medion_md2_mixer[] = {
6165         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6166         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6167         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6168         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6169         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6170         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6171         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6172         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6173         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6174         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6175         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6176         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6177         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6178         {
6179                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6180                 /* .name = "Capture Source", */
6181                 .name = "Input Source",
6182                 .count = 2,
6183                 .info = alc883_mux_enum_info,
6184                 .get = alc883_mux_enum_get,
6185                 .put = alc883_mux_enum_put,
6186         },
6187         { } /* end */
6188 };      
6189
6190 static struct snd_kcontrol_new alc888_6st_hp_mixer[] = {
6191         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6192         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6193         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
6194         HDA_BIND_MUTE("Surround Playback Switch", 0x0e, 2, HDA_INPUT),
6195         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
6196         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
6197         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
6198         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
6199         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
6200         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
6201         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6202         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6203         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6204         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6205         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6206         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6207         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6208         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6209         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6210         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6211         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6212         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6213         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6214         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6215         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6216         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6217         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6218         {
6219                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6220                 /* .name = "Capture Source", */
6221                 .name = "Input Source",
6222                 .count = 2,
6223                 .info = alc883_mux_enum_info,
6224                 .get = alc883_mux_enum_get,
6225                 .put = alc883_mux_enum_put,
6226         },
6227         { } /* end */
6228 };
6229
6230 static struct snd_kcontrol_new alc888_3st_hp_mixer[] = {
6231         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6232         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6233         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
6234         HDA_BIND_MUTE("Surround Playback Switch", 0x0e, 2, HDA_INPUT),
6235         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
6236         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
6237         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
6238         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
6239         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6240         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6241         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6242         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6243         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6244         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6245         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6246         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6247         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6248         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6249         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6250         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6251         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6252         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6253         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6254         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6255         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6256         {
6257                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6258                 /* .name = "Capture Source", */
6259                 .name = "Input Source",
6260                 .count = 2,
6261                 .info = alc883_mux_enum_info,
6262                 .get = alc883_mux_enum_get,
6263                 .put = alc883_mux_enum_put,
6264         },
6265         { } /* end */
6266 };
6267
6268 static struct snd_kcontrol_new alc883_acer_aspire_mixer[] = {
6269         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6270         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6271         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6272         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6273         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6274         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6275         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6276         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6277         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6278         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6279         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6280         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6281         {
6282                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6283                 /* .name = "Capture Source", */
6284                 .name = "Input Source",
6285                 .count = 2,
6286                 .info = alc883_mux_enum_info,
6287                 .get = alc883_mux_enum_get,
6288                 .put = alc883_mux_enum_put,
6289         },
6290         { } /* end */
6291 };
6292
6293 static struct snd_kcontrol_new alc883_chmode_mixer[] = {
6294         {
6295                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6296                 .name = "Channel Mode",
6297                 .info = alc_ch_mode_info,
6298                 .get = alc_ch_mode_get,
6299                 .put = alc_ch_mode_put,
6300         },
6301         { } /* end */
6302 };
6303
6304 static struct hda_verb alc883_init_verbs[] = {
6305         /* ADC1: mute amp left and right */
6306         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6307         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6308         /* ADC2: mute amp left and right */
6309         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6310         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6311         /* Front mixer: unmute input/output amp left and right (volume = 0) */
6312         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6313         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6314         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6315         /* Rear mixer */
6316         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6317         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6318         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6319         /* CLFE mixer */
6320         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6321         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6322         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6323         /* Side mixer */
6324         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6325         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6326         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6327
6328         /* mute analog input loopbacks */
6329         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6330         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6331         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6332         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6333         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6334
6335         /* Front Pin: output 0 (0x0c) */
6336         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6337         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6338         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6339         /* Rear Pin: output 1 (0x0d) */
6340         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6341         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6342         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
6343         /* CLFE Pin: output 2 (0x0e) */
6344         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6345         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6346         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
6347         /* Side Pin: output 3 (0x0f) */
6348         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6349         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6350         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
6351         /* Mic (rear) pin: input vref at 80% */
6352         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6353         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6354         /* Front Mic pin: input vref at 80% */
6355         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6356         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6357         /* Line In pin: input */
6358         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6359         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6360         /* Line-2 In: Headphone output (output 0 - 0x0c) */
6361         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6362         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6363         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6364         /* CD pin widget for input */
6365         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6366
6367         /* FIXME: use matrix-type input source selection */
6368         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6369         /* Input mixer2 */
6370         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6371         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6372         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6373         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6374         /* Input mixer3 */
6375         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6376         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6377         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6378         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6379         { }
6380 };
6381
6382 static struct hda_verb alc883_tagra_verbs[] = {
6383         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6384         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6385
6386         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6387         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6388         
6389         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
6390         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
6391         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6392
6393         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6394         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
6395         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
6396         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
6397
6398         { } /* end */
6399 };
6400
6401 static struct hda_verb alc883_lenovo_101e_verbs[] = {
6402         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6403         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT|AC_USRSP_EN},
6404         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT|AC_USRSP_EN},
6405         { } /* end */
6406 };
6407
6408 static struct hda_verb alc883_lenovo_nb0763_verbs[] = {
6409         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6410         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6411         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6412         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6413         { } /* end */
6414 };
6415
6416 static struct hda_verb alc888_lenovo_ms7195_verbs[] = {
6417         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6418         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6419         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6420         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT | AC_USRSP_EN},
6421         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT    | AC_USRSP_EN},
6422         { } /* end */
6423 };
6424
6425 static struct hda_verb alc888_6st_hp_verbs[] = {
6426         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Front: output 0 (0x0c) */
6427         {0x15, AC_VERB_SET_CONNECT_SEL, 0x02},  /* Rear : output 2 (0x0e) */
6428         {0x16, AC_VERB_SET_CONNECT_SEL, 0x01},  /* CLFE : output 1 (0x0d) */
6429         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},  /* Side : output 3 (0x0f) */
6430         { }
6431 };
6432
6433 static struct hda_verb alc888_3st_hp_verbs[] = {
6434         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Front: output 0 (0x0c) */
6435         {0x18, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Rear : output 1 (0x0d) */
6436         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},  /* CLFE : output 2 (0x0e) */
6437         { }
6438 };
6439
6440 static struct hda_verb alc888_3st_hp_2ch_init[] = {
6441         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
6442         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6443         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
6444         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6445         { }
6446 };
6447
6448 static struct hda_verb alc888_3st_hp_6ch_init[] = {
6449         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6450         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6451         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6452         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6453         { }
6454 };
6455
6456 static struct hda_channel_mode alc888_3st_hp_modes[2] = {
6457         { 2, alc888_3st_hp_2ch_init },
6458         { 6, alc888_3st_hp_6ch_init },
6459 };
6460
6461 /* toggle front-jack and RCA according to the hp-jack state */
6462 static void alc888_lenovo_ms7195_front_automute(struct hda_codec *codec)
6463 {
6464         unsigned int present;
6465  
6466         present = snd_hda_codec_read(codec, 0x1b, 0,
6467                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6468         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
6469                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6470         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6471                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6472 }
6473
6474 /* toggle RCA according to the front-jack state */
6475 static void alc888_lenovo_ms7195_rca_automute(struct hda_codec *codec)
6476 {
6477         unsigned int present;
6478  
6479         present = snd_hda_codec_read(codec, 0x14, 0,
6480                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6481         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6482                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6483 }
6484
6485 static void alc883_lenovo_ms7195_unsol_event(struct hda_codec *codec,
6486                                              unsigned int res)
6487 {
6488         if ((res >> 26) == ALC880_HP_EVENT)
6489                 alc888_lenovo_ms7195_front_automute(codec);
6490         if ((res >> 26) == ALC880_FRONT_EVENT)
6491                 alc888_lenovo_ms7195_rca_automute(codec);
6492 }
6493
6494 static struct hda_verb alc883_medion_md2_verbs[] = {
6495         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6496         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6497
6498         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6499
6500         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6501         { } /* end */
6502 };
6503
6504 /* toggle speaker-output according to the hp-jack state */
6505 static void alc883_medion_md2_automute(struct hda_codec *codec)
6506 {
6507         unsigned int present;
6508  
6509         present = snd_hda_codec_read(codec, 0x14, 0,
6510                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6511         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6512                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6513 }
6514
6515 static void alc883_medion_md2_unsol_event(struct hda_codec *codec,
6516                                           unsigned int res)
6517 {
6518         if ((res >> 26) == ALC880_HP_EVENT)
6519                 alc883_medion_md2_automute(codec);
6520 }
6521
6522 /* toggle speaker-output according to the hp-jack state */
6523 static void alc883_tagra_automute(struct hda_codec *codec)
6524 {
6525         unsigned int present;
6526         unsigned char bits;
6527
6528         present = snd_hda_codec_read(codec, 0x14, 0,
6529                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6530         bits = present ? HDA_AMP_MUTE : 0;
6531         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
6532                                  HDA_AMP_MUTE, bits);
6533         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
6534                                   present ? 1 : 3);
6535 }
6536
6537 static void alc883_tagra_unsol_event(struct hda_codec *codec, unsigned int res)
6538 {
6539         if ((res >> 26) == ALC880_HP_EVENT)
6540                 alc883_tagra_automute(codec);
6541 }
6542
6543 static void alc883_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
6544 {
6545         unsigned int present;
6546         unsigned char bits;
6547
6548         present = snd_hda_codec_read(codec, 0x14, 0,
6549                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6550         bits = present ? HDA_AMP_MUTE : 0;
6551         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6552                                  HDA_AMP_MUTE, bits);
6553 }
6554
6555 static void alc883_lenovo_101e_all_automute(struct hda_codec *codec)
6556 {
6557         unsigned int present;
6558         unsigned char bits;
6559
6560         present = snd_hda_codec_read(codec, 0x1b, 0,
6561                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6562         bits = present ? HDA_AMP_MUTE : 0;
6563         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6564                                  HDA_AMP_MUTE, bits);
6565         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
6566                                  HDA_AMP_MUTE, bits);
6567 }
6568
6569 static void alc883_lenovo_101e_unsol_event(struct hda_codec *codec,
6570                                            unsigned int res)
6571 {
6572         if ((res >> 26) == ALC880_HP_EVENT)
6573                 alc883_lenovo_101e_all_automute(codec);
6574         if ((res >> 26) == ALC880_FRONT_EVENT)
6575                 alc883_lenovo_101e_ispeaker_automute(codec);
6576 }
6577
6578 /* toggle speaker-output according to the hp-jack state */
6579 static void alc883_acer_aspire_automute(struct hda_codec *codec)
6580 {
6581         unsigned int present;
6582  
6583         present = snd_hda_codec_read(codec, 0x14, 0,
6584                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6585         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6586                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6587         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
6588                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6589 }
6590
6591 static void alc883_acer_aspire_unsol_event(struct hda_codec *codec,
6592                                            unsigned int res)
6593 {
6594         if ((res >> 26) == ALC880_HP_EVENT)
6595                 alc883_acer_aspire_automute(codec);
6596 }
6597
6598 static struct hda_verb alc883_acer_eapd_verbs[] = {
6599         /* HP Pin: output 0 (0x0c) */
6600         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6601         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6602         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6603         /* Front Pin: output 0 (0x0c) */
6604         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6605         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6606         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6607         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
6608         /* eanable EAPD on medion laptop */
6609         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
6610         {0x20, AC_VERB_SET_PROC_COEF, 0x3050},
6611         /* enable unsolicited event */
6612         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6613         { }
6614 };
6615
6616 /*
6617  * generic initialization of ADC, input mixers and output mixers
6618  */
6619 static struct hda_verb alc883_auto_init_verbs[] = {
6620         /*
6621          * Unmute ADC0-2 and set the default input to mic-in
6622          */
6623         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6624         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6625         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6626         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6627
6628         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6629          * mixer widget
6630          * Note: PASD motherboards uses the Line In 2 as the input for
6631          * front panel mic (mic 2)
6632          */
6633         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6634         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6635         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6636         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6637         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6638         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6639
6640         /*
6641          * Set up output mixers (0x0c - 0x0f)
6642          */
6643         /* set vol=0 to output mixers */
6644         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6645         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6646         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6647         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6648         /* set up input amps for analog loopback */
6649         /* Amp Indices: DAC = 0, mixer = 1 */
6650         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6651         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6652         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6653         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6654         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6655         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6656         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6657         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6658         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6659         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6660
6661         /* FIXME: use matrix-type input source selection */
6662         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6663         /* Input mixer1 */
6664         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6665         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6666         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6667         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
6668         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6669         /* Input mixer2 */
6670         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6671         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6672         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6673         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
6674         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6675
6676         { }
6677 };
6678
6679 /* capture mixer elements */
6680 static struct snd_kcontrol_new alc883_capture_mixer[] = {
6681         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6682         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6683         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6684         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6685         {
6686                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6687                 /* The multiple "Capture Source" controls confuse alsamixer
6688                  * So call somewhat different..
6689                  * FIXME: the controls appear in the "playback" view!
6690                  */
6691                 /* .name = "Capture Source", */
6692                 .name = "Input Source",
6693                 .count = 2,
6694                 .info = alc882_mux_enum_info,
6695                 .get = alc882_mux_enum_get,
6696                 .put = alc882_mux_enum_put,
6697         },
6698         { } /* end */
6699 };
6700
6701 #ifdef CONFIG_SND_HDA_POWER_SAVE
6702 #define alc883_loopbacks        alc880_loopbacks
6703 #endif
6704
6705 /* pcm configuration: identiacal with ALC880 */
6706 #define alc883_pcm_analog_playback      alc880_pcm_analog_playback
6707 #define alc883_pcm_analog_capture       alc880_pcm_analog_capture
6708 #define alc883_pcm_digital_playback     alc880_pcm_digital_playback
6709 #define alc883_pcm_digital_capture      alc880_pcm_digital_capture
6710
6711 /*
6712  * configuration and preset
6713  */
6714 static const char *alc883_models[ALC883_MODEL_LAST] = {
6715         [ALC883_3ST_2ch_DIG]    = "3stack-dig",
6716         [ALC883_3ST_6ch_DIG]    = "3stack-6ch-dig",
6717         [ALC883_3ST_6ch]        = "3stack-6ch",
6718         [ALC883_6ST_DIG]        = "6stack-dig",
6719         [ALC883_TARGA_DIG]      = "targa-dig",
6720         [ALC883_TARGA_2ch_DIG]  = "targa-2ch-dig",
6721         [ALC883_ACER]           = "acer",
6722         [ALC883_ACER_ASPIRE]    = "acer-aspire",
6723         [ALC883_MEDION]         = "medion",
6724         [ALC883_MEDION_MD2]     = "medion-md2",
6725         [ALC883_LAPTOP_EAPD]    = "laptop-eapd",
6726         [ALC883_LENOVO_101E_2ch] = "lenovo-101e",
6727         [ALC883_LENOVO_NB0763]  = "lenovo-nb0763",
6728         [ALC888_LENOVO_MS7195_DIG] = "lenovo-ms7195-dig",
6729         [ALC888_6ST_HP]         = "6stack-hp",
6730         [ALC888_3ST_HP]         = "3stack-hp",
6731         [ALC883_AUTO]           = "auto",
6732 };
6733
6734 static struct snd_pci_quirk alc883_cfg_tbl[] = {
6735         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC883_3ST_6ch_DIG),
6736         SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG),
6737         SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch),
6738         SND_PCI_QUIRK(0x1558, 0, "Clevo laptop", ALC883_LAPTOP_EAPD),
6739         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG),
6740         SND_PCI_QUIRK(0x1458, 0xa002, "MSI", ALC883_6ST_DIG),
6741         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG),
6742         SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
6743         SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG),
6744         SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
6745         SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG),
6746         SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG),
6747         SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
6748         SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
6749         SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
6750         SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
6751         SND_PCI_QUIRK(0x1462, 0x3fcc, "MSI", ALC883_TARGA_DIG),
6752         SND_PCI_QUIRK(0x1462, 0x3fc1, "MSI", ALC883_TARGA_DIG),
6753         SND_PCI_QUIRK(0x1462, 0x3fc3, "MSI", ALC883_TARGA_DIG),
6754         SND_PCI_QUIRK(0x1462, 0x4314, "MSI", ALC883_TARGA_DIG),
6755         SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG),
6756         SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG),
6757         SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG),
6758         SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_ACER_ASPIRE),
6759         SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_ACER_ASPIRE),
6760         SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER),
6761         SND_PCI_QUIRK(0x15d9, 0x8780, "Supermicro PDSBA", ALC883_3ST_6ch),
6762         SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_MEDION),
6763         SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD),
6764         SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch),
6765         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo 101e", ALC883_LENOVO_101E_2ch),
6766         SND_PCI_QUIRK(0x17aa, 0x3bfd, "Lenovo NB0763", ALC883_LENOVO_NB0763),
6767         SND_PCI_QUIRK(0x17aa, 0x2085, "Lenovo NB0763", ALC883_LENOVO_NB0763),
6768         SND_PCI_QUIRK(0x103c, 0x2a61, "HP Nettle", ALC888_6ST_HP),
6769         SND_PCI_QUIRK(0x103c, 0x2a60, "HP Lucknow", ALC888_3ST_HP),
6770         SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP),
6771         SND_PCI_QUIRK(0x17c0, 0x4071, "MEDION MD2", ALC883_MEDION_MD2),
6772         {}
6773 };
6774
6775 static struct alc_config_preset alc883_presets[] = {
6776         [ALC883_3ST_2ch_DIG] = {
6777                 .mixers = { alc883_3ST_2ch_mixer },
6778                 .init_verbs = { alc883_init_verbs },
6779                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6780                 .dac_nids = alc883_dac_nids,
6781                 .dig_out_nid = ALC883_DIGOUT_NID,
6782                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6783                 .adc_nids = alc883_adc_nids,
6784                 .dig_in_nid = ALC883_DIGIN_NID,
6785                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6786                 .channel_mode = alc883_3ST_2ch_modes,
6787                 .input_mux = &alc883_capture_source,
6788         },
6789         [ALC883_3ST_6ch_DIG] = {
6790                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
6791                 .init_verbs = { alc883_init_verbs },
6792                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6793                 .dac_nids = alc883_dac_nids,
6794                 .dig_out_nid = ALC883_DIGOUT_NID,
6795                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6796                 .adc_nids = alc883_adc_nids,
6797                 .dig_in_nid = ALC883_DIGIN_NID,
6798                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
6799                 .channel_mode = alc883_3ST_6ch_modes,
6800                 .need_dac_fix = 1,
6801                 .input_mux = &alc883_capture_source,
6802         },
6803         [ALC883_3ST_6ch] = {
6804                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
6805                 .init_verbs = { alc883_init_verbs },
6806                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6807                 .dac_nids = alc883_dac_nids,
6808                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6809                 .adc_nids = alc883_adc_nids,
6810                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
6811                 .channel_mode = alc883_3ST_6ch_modes,
6812                 .need_dac_fix = 1,
6813                 .input_mux = &alc883_capture_source,
6814         },
6815         [ALC883_6ST_DIG] = {
6816                 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
6817                 .init_verbs = { alc883_init_verbs },
6818                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6819                 .dac_nids = alc883_dac_nids,
6820                 .dig_out_nid = ALC883_DIGOUT_NID,
6821                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6822                 .adc_nids = alc883_adc_nids,
6823                 .dig_in_nid = ALC883_DIGIN_NID,
6824                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
6825                 .channel_mode = alc883_sixstack_modes,
6826                 .input_mux = &alc883_capture_source,
6827         },
6828         [ALC883_TARGA_DIG] = {
6829                 .mixers = { alc883_tagra_mixer, alc883_chmode_mixer },
6830                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
6831                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6832                 .dac_nids = alc883_dac_nids,
6833                 .dig_out_nid = ALC883_DIGOUT_NID,
6834                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6835                 .adc_nids = alc883_adc_nids,
6836                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
6837                 .channel_mode = alc883_3ST_6ch_modes,
6838                 .need_dac_fix = 1,
6839                 .input_mux = &alc883_capture_source,
6840                 .unsol_event = alc883_tagra_unsol_event,
6841                 .init_hook = alc883_tagra_automute,
6842         },
6843         [ALC883_TARGA_2ch_DIG] = {
6844                 .mixers = { alc883_tagra_2ch_mixer},
6845                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
6846                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6847                 .dac_nids = alc883_dac_nids,
6848                 .dig_out_nid = ALC883_DIGOUT_NID,
6849                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6850                 .adc_nids = alc883_adc_nids,
6851                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6852                 .channel_mode = alc883_3ST_2ch_modes,
6853                 .input_mux = &alc883_capture_source,
6854                 .unsol_event = alc883_tagra_unsol_event,
6855                 .init_hook = alc883_tagra_automute,
6856         },
6857         [ALC883_ACER] = {
6858                 .mixers = { alc883_base_mixer },
6859                 /* On TravelMate laptops, GPIO 0 enables the internal speaker
6860                  * and the headphone jack.  Turn this on and rely on the
6861                  * standard mute methods whenever the user wants to turn
6862                  * these outputs off.
6863                  */
6864                 .init_verbs = { alc883_init_verbs, alc880_gpio1_init_verbs },
6865                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6866                 .dac_nids = alc883_dac_nids,
6867                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6868                 .adc_nids = alc883_adc_nids,
6869                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6870                 .channel_mode = alc883_3ST_2ch_modes,
6871                 .input_mux = &alc883_capture_source,
6872         },
6873         [ALC883_ACER_ASPIRE] = {
6874                 .mixers = { alc883_acer_aspire_mixer },
6875                 .init_verbs = { alc883_init_verbs, alc883_acer_eapd_verbs },
6876                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6877                 .dac_nids = alc883_dac_nids,
6878                 .dig_out_nid = ALC883_DIGOUT_NID,
6879                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6880                 .adc_nids = alc883_adc_nids,
6881                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6882                 .channel_mode = alc883_3ST_2ch_modes,
6883                 .input_mux = &alc883_capture_source,
6884                 .unsol_event = alc883_acer_aspire_unsol_event,
6885                 .init_hook = alc883_acer_aspire_automute,
6886         },
6887         [ALC883_MEDION] = {
6888                 .mixers = { alc883_fivestack_mixer,
6889                             alc883_chmode_mixer },
6890                 .init_verbs = { alc883_init_verbs,
6891                                 alc883_medion_eapd_verbs },
6892                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6893                 .dac_nids = alc883_dac_nids,
6894                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6895                 .adc_nids = alc883_adc_nids,
6896                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
6897                 .channel_mode = alc883_sixstack_modes,
6898                 .input_mux = &alc883_capture_source,
6899         },
6900         [ALC883_MEDION_MD2] = {
6901                 .mixers = { alc883_medion_md2_mixer},
6902                 .init_verbs = { alc883_init_verbs, alc883_medion_md2_verbs},
6903                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6904                 .dac_nids = alc883_dac_nids,
6905                 .dig_out_nid = ALC883_DIGOUT_NID,
6906                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6907                 .adc_nids = alc883_adc_nids,
6908                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6909                 .channel_mode = alc883_3ST_2ch_modes,
6910                 .input_mux = &alc883_capture_source,
6911                 .unsol_event = alc883_medion_md2_unsol_event,
6912                 .init_hook = alc883_medion_md2_automute,
6913         },      
6914         [ALC883_LAPTOP_EAPD] = {
6915                 .mixers = { alc883_base_mixer },
6916                 .init_verbs = { alc883_init_verbs, alc882_eapd_verbs },
6917                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6918                 .dac_nids = alc883_dac_nids,
6919                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6920                 .adc_nids = alc883_adc_nids,
6921                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6922                 .channel_mode = alc883_3ST_2ch_modes,
6923                 .input_mux = &alc883_capture_source,
6924         },
6925         [ALC883_LENOVO_101E_2ch] = {
6926                 .mixers = { alc883_lenovo_101e_2ch_mixer},
6927                 .init_verbs = { alc883_init_verbs, alc883_lenovo_101e_verbs},
6928                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6929                 .dac_nids = alc883_dac_nids,
6930                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6931                 .adc_nids = alc883_adc_nids,
6932                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6933                 .channel_mode = alc883_3ST_2ch_modes,
6934                 .input_mux = &alc883_lenovo_101e_capture_source,
6935                 .unsol_event = alc883_lenovo_101e_unsol_event,
6936                 .init_hook = alc883_lenovo_101e_all_automute,
6937         },
6938         [ALC883_LENOVO_NB0763] = {
6939                 .mixers = { alc883_lenovo_nb0763_mixer },
6940                 .init_verbs = { alc883_init_verbs, alc883_lenovo_nb0763_verbs},
6941                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6942                 .dac_nids = alc883_dac_nids,
6943                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6944                 .adc_nids = alc883_adc_nids,
6945                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
6946                 .channel_mode = alc883_3ST_2ch_modes,
6947                 .need_dac_fix = 1,
6948                 .input_mux = &alc883_lenovo_nb0763_capture_source,
6949                 .unsol_event = alc883_medion_md2_unsol_event,
6950                 .init_hook = alc883_medion_md2_automute,
6951         },
6952         [ALC888_LENOVO_MS7195_DIG] = {
6953                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
6954                 .init_verbs = { alc883_init_verbs, alc888_lenovo_ms7195_verbs},
6955                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6956                 .dac_nids = alc883_dac_nids,
6957                 .dig_out_nid = ALC883_DIGOUT_NID,
6958                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6959                 .adc_nids = alc883_adc_nids,
6960                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
6961                 .channel_mode = alc883_3ST_6ch_modes,
6962                 .need_dac_fix = 1,
6963                 .input_mux = &alc883_capture_source,
6964                 .unsol_event = alc883_lenovo_ms7195_unsol_event,
6965                 .init_hook = alc888_lenovo_ms7195_front_automute,
6966         },      
6967         [ALC888_6ST_HP] = {
6968                 .mixers = { alc888_6st_hp_mixer, alc883_chmode_mixer },
6969                 .init_verbs = { alc883_init_verbs, alc888_6st_hp_verbs },
6970                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6971                 .dac_nids = alc883_dac_nids,
6972                 .dig_out_nid = ALC883_DIGOUT_NID,
6973                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6974                 .adc_nids = alc883_adc_nids,
6975                 .dig_in_nid = ALC883_DIGIN_NID,
6976                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
6977                 .channel_mode = alc883_sixstack_modes,
6978                 .input_mux = &alc883_capture_source,
6979         },
6980         [ALC888_3ST_HP] = {
6981                 .mixers = { alc888_3st_hp_mixer, alc883_chmode_mixer },
6982                 .init_verbs = { alc883_init_verbs, alc888_3st_hp_verbs },
6983                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
6984                 .dac_nids = alc883_dac_nids,
6985                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
6986                 .adc_nids = alc883_adc_nids,
6987                 .num_channel_mode = ARRAY_SIZE(alc888_3st_hp_modes),
6988                 .channel_mode = alc888_3st_hp_modes,
6989                 .need_dac_fix = 1,
6990                 .input_mux = &alc883_capture_source,
6991         },
6992 };
6993
6994
6995 /*
6996  * BIOS auto configuration
6997  */
6998 static void alc883_auto_set_output_and_unmute(struct hda_codec *codec,
6999                                               hda_nid_t nid, int pin_type,
7000                                               int dac_idx)
7001 {
7002         /* set as output */
7003         struct alc_spec *spec = codec->spec;
7004         int idx;
7005
7006         if (spec->multiout.dac_nids[dac_idx] == 0x25)
7007                 idx = 4;
7008         else
7009                 idx = spec->multiout.dac_nids[dac_idx] - 2;
7010
7011         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
7012                             pin_type);
7013         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
7014                             AMP_OUT_UNMUTE);
7015         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
7016
7017 }
7018
7019 static void alc883_auto_init_multi_out(struct hda_codec *codec)
7020 {
7021         struct alc_spec *spec = codec->spec;
7022         int i;
7023
7024         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
7025         for (i = 0; i <= HDA_SIDE; i++) {
7026                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
7027                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
7028                 if (nid)
7029                         alc883_auto_set_output_and_unmute(codec, nid, pin_type,
7030                                                           i);
7031         }
7032 }
7033
7034 static void alc883_auto_init_hp_out(struct hda_codec *codec)
7035 {
7036         struct alc_spec *spec = codec->spec;
7037         hda_nid_t pin;
7038
7039         pin = spec->autocfg.hp_pins[0];
7040         if (pin) /* connect to front */
7041                 /* use dac 0 */
7042                 alc883_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
7043 }
7044
7045 #define alc883_is_input_pin(nid)        alc880_is_input_pin(nid)
7046 #define ALC883_PIN_CD_NID               ALC880_PIN_CD_NID
7047
7048 static void alc883_auto_init_analog_input(struct hda_codec *codec)
7049 {
7050         struct alc_spec *spec = codec->spec;
7051         int i;
7052
7053         for (i = 0; i < AUTO_PIN_LAST; i++) {
7054                 hda_nid_t nid = spec->autocfg.input_pins[i];
7055                 if (alc883_is_input_pin(nid)) {
7056                         snd_hda_codec_write(codec, nid, 0,
7057                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
7058                                             (i <= AUTO_PIN_FRONT_MIC ?
7059                                              PIN_VREF80 : PIN_IN));
7060                         if (nid != ALC883_PIN_CD_NID)
7061                                 snd_hda_codec_write(codec, nid, 0,
7062                                                     AC_VERB_SET_AMP_GAIN_MUTE,
7063                                                     AMP_OUT_MUTE);
7064                 }
7065         }
7066 }
7067
7068 /* almost identical with ALC880 parser... */
7069 static int alc883_parse_auto_config(struct hda_codec *codec)
7070 {
7071         struct alc_spec *spec = codec->spec;
7072         int err = alc880_parse_auto_config(codec);
7073
7074         if (err < 0)
7075                 return err;
7076         else if (err > 0)
7077                 /* hack - override the init verbs */
7078                 spec->init_verbs[0] = alc883_auto_init_verbs;
7079         spec->mixers[spec->num_mixers] = alc883_capture_mixer;
7080         spec->num_mixers++;
7081         return err;
7082 }
7083
7084 /* additional initialization for auto-configuration model */
7085 static void alc883_auto_init(struct hda_codec *codec)
7086 {
7087         alc883_auto_init_multi_out(codec);
7088         alc883_auto_init_hp_out(codec);
7089         alc883_auto_init_analog_input(codec);
7090 }
7091
7092 static int patch_alc883(struct hda_codec *codec)
7093 {
7094         struct alc_spec *spec;
7095         int err, board_config;
7096
7097         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
7098         if (spec == NULL)
7099                 return -ENOMEM;
7100
7101         codec->spec = spec;
7102
7103         board_config = snd_hda_check_board_config(codec, ALC883_MODEL_LAST,
7104                                                   alc883_models,
7105                                                   alc883_cfg_tbl);
7106         if (board_config < 0) {
7107                 printk(KERN_INFO "hda_codec: Unknown model for ALC883, "
7108                        "trying auto-probe from BIOS...\n");
7109                 board_config = ALC883_AUTO;
7110         }
7111
7112         if (board_config == ALC883_AUTO) {
7113                 /* automatic parse from the BIOS config */
7114                 err = alc883_parse_auto_config(codec);
7115                 if (err < 0) {
7116                         alc_free(codec);
7117                         return err;
7118                 } else if (!err) {
7119                         printk(KERN_INFO
7120                                "hda_codec: Cannot set up configuration "
7121                                "from BIOS.  Using base mode...\n");
7122                         board_config = ALC883_3ST_2ch_DIG;
7123                 }
7124         }
7125
7126         if (board_config != ALC883_AUTO)
7127                 setup_preset(spec, &alc883_presets[board_config]);
7128
7129         spec->stream_name_analog = "ALC883 Analog";
7130         spec->stream_analog_playback = &alc883_pcm_analog_playback;
7131         spec->stream_analog_capture = &alc883_pcm_analog_capture;
7132
7133         spec->stream_name_digital = "ALC883 Digital";
7134         spec->stream_digital_playback = &alc883_pcm_digital_playback;
7135         spec->stream_digital_capture = &alc883_pcm_digital_capture;
7136
7137         if (!spec->adc_nids && spec->input_mux) {
7138                 spec->adc_nids = alc883_adc_nids;
7139                 spec->num_adc_nids = ARRAY_SIZE(alc883_adc_nids);
7140         }
7141
7142         codec->patch_ops = alc_patch_ops;
7143         if (board_config == ALC883_AUTO)
7144                 spec->init_hook = alc883_auto_init;
7145 #ifdef CONFIG_SND_HDA_POWER_SAVE
7146         if (!spec->loopback.amplist)
7147                 spec->loopback.amplist = alc883_loopbacks;
7148 #endif
7149
7150         return 0;
7151 }
7152
7153 /*
7154  * ALC262 support
7155  */
7156
7157 #define ALC262_DIGOUT_NID       ALC880_DIGOUT_NID
7158 #define ALC262_DIGIN_NID        ALC880_DIGIN_NID
7159
7160 #define alc262_dac_nids         alc260_dac_nids
7161 #define alc262_adc_nids         alc882_adc_nids
7162 #define alc262_adc_nids_alt     alc882_adc_nids_alt
7163
7164 #define alc262_modes            alc260_modes
7165 #define alc262_capture_source   alc882_capture_source
7166
7167 static struct snd_kcontrol_new alc262_base_mixer[] = {
7168         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7169         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7170         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7171         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7172         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7173         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7174         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7175         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7176         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7177         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7178         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7179         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7180         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7181            HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
7182         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),
7183         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7184         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7185         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7186         { } /* end */
7187 };
7188
7189 static struct snd_kcontrol_new alc262_hippo1_mixer[] = {
7190         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7191         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7192         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7193         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7194         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7195         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7196         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7197         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7198         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7199         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7200         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7201         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7202         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7203            HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
7204         /*HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),*/
7205         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7206         { } /* end */
7207 };
7208
7209 static struct snd_kcontrol_new alc262_HP_BPC_mixer[] = {
7210         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7211         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7212         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7213         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7214         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7215
7216         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7217         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7218         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7219         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7220         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7221         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7222         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7223         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7224         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7225         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7226         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7227         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
7228         HDA_CODEC_VOLUME("AUX IN Playback Volume", 0x0b, 0x06, HDA_INPUT),
7229         HDA_CODEC_MUTE("AUX IN Playback Switch", 0x0b, 0x06, HDA_INPUT),
7230         { } /* end */
7231 };
7232
7233 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_mixer[] = {
7234         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7235         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7236         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7237         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7238         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7239         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7240         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x02, HDA_INPUT),
7241         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x02, HDA_INPUT),
7242         HDA_CODEC_VOLUME("Front Mic Boost", 0x1a, 0, HDA_INPUT),
7243         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
7244         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
7245         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7246         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7247         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7248         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
7249         { } /* end */
7250 };
7251
7252 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_option_mixer[] = {
7253         HDA_CODEC_VOLUME("Rear Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7254         HDA_CODEC_MUTE("Rear Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7255         HDA_CODEC_VOLUME("Rear Mic Boost", 0x18, 0, HDA_INPUT),
7256         { } /* end */
7257 };
7258
7259 static struct hda_bind_ctls alc262_sony_bind_sw = {
7260         .ops = &snd_hda_bind_sw,
7261         .values = {
7262                 HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
7263                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
7264                 0,
7265         },
7266 };
7267
7268 static struct snd_kcontrol_new alc262_sony_mixer[] = {
7269         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7270         HDA_BIND_SW("Front Playback Switch", &alc262_sony_bind_sw),
7271         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7272         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7273         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7274         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7275         { } /* end */
7276 };
7277
7278 static struct snd_kcontrol_new alc262_benq_t31_mixer[] = {
7279         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7280         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7281         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7282         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7283         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7284         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7285         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7286         { } /* end */
7287 };
7288
7289 #define alc262_capture_mixer            alc882_capture_mixer
7290 #define alc262_capture_alt_mixer        alc882_capture_alt_mixer
7291
7292 /*
7293  * generic initialization of ADC, input mixers and output mixers
7294  */
7295 static struct hda_verb alc262_init_verbs[] = {
7296         /*
7297          * Unmute ADC0-2 and set the default input to mic-in
7298          */
7299         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
7300         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7301         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7302         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7303         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7304         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7305
7306         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
7307          * mixer widget
7308          * Note: PASD motherboards uses the Line In 2 as the input for
7309          * front panel mic (mic 2)
7310          */
7311         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
7312         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7313         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7314         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7315         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7316         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7317
7318         /*
7319          * Set up output mixers (0x0c - 0x0e)
7320          */
7321         /* set vol=0 to output mixers */
7322         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7323         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7324         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7325         /* set up input amps for analog loopback */
7326         /* Amp Indices: DAC = 0, mixer = 1 */
7327         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7328         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7329         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7330         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7331         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7332         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7333
7334         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
7335         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7336         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
7337         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7338         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7339         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7340
7341         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7342         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7343         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7344         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7345         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7346         
7347         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
7348         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
7349         
7350         /* FIXME: use matrix-type input source selection */
7351         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7352         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
7353         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7354         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7355         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7356         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7357         /* Input mixer2 */
7358         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7359         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7360         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7361         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7362         /* Input mixer3 */
7363         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7364         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7365         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7366         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7367
7368         { }
7369 };
7370
7371 static struct hda_verb alc262_hippo_unsol_verbs[] = {
7372         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7373         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7374         {}
7375 };
7376
7377 static struct hda_verb alc262_hippo1_unsol_verbs[] = {
7378         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7379         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7380         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7381
7382         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7383         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7384         {}
7385 };
7386
7387 static struct hda_verb alc262_sony_unsol_verbs[] = {
7388         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7389         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7390         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},   // Front Mic
7391
7392         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7393         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7394 };
7395
7396 /* mute/unmute internal speaker according to the hp jack and mute state */
7397 static void alc262_hippo_automute(struct hda_codec *codec)
7398 {
7399         struct alc_spec *spec = codec->spec;
7400         unsigned int mute;
7401         unsigned int present;
7402
7403         /* need to execute and sync at first */
7404         snd_hda_codec_read(codec, 0x15, 0, AC_VERB_SET_PIN_SENSE, 0);
7405         present = snd_hda_codec_read(codec, 0x15, 0,
7406                                      AC_VERB_GET_PIN_SENSE, 0);
7407         spec->jack_present = (present & 0x80000000) != 0;
7408         if (spec->jack_present) {
7409                 /* mute internal speaker */
7410                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7411                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7412         } else {
7413                 /* unmute internal speaker if necessary */
7414                 mute = snd_hda_codec_amp_read(codec, 0x15, 0, HDA_OUTPUT, 0);
7415                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7416                                          HDA_AMP_MUTE, mute);
7417         }
7418 }
7419
7420 /* unsolicited event for HP jack sensing */
7421 static void alc262_hippo_unsol_event(struct hda_codec *codec,
7422                                        unsigned int res)
7423 {
7424         if ((res >> 26) != ALC880_HP_EVENT)
7425                 return;
7426         alc262_hippo_automute(codec);
7427 }
7428
7429 static void alc262_hippo1_automute(struct hda_codec *codec)
7430 {
7431         unsigned int mute;
7432         unsigned int present;
7433
7434         snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
7435         present = snd_hda_codec_read(codec, 0x1b, 0,
7436                                      AC_VERB_GET_PIN_SENSE, 0);
7437         present = (present & 0x80000000) != 0;
7438         if (present) {
7439                 /* mute internal speaker */
7440                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7441                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7442         } else {
7443                 /* unmute internal speaker if necessary */
7444                 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
7445                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7446                                          HDA_AMP_MUTE, mute);
7447         }
7448 }
7449
7450 /* unsolicited event for HP jack sensing */
7451 static void alc262_hippo1_unsol_event(struct hda_codec *codec,
7452                                        unsigned int res)
7453 {
7454         if ((res >> 26) != ALC880_HP_EVENT)
7455                 return;
7456         alc262_hippo1_automute(codec);
7457 }
7458
7459 /*
7460  * fujitsu model
7461  *  0x14 = headphone/spdif-out, 0x15 = internal speaker
7462  */
7463
7464 #define ALC_HP_EVENT    0x37
7465
7466 static struct hda_verb alc262_fujitsu_unsol_verbs[] = {
7467         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
7468         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7469         {}
7470 };
7471
7472 static struct hda_input_mux alc262_fujitsu_capture_source = {
7473         .num_items = 2,
7474         .items = {
7475                 { "Mic", 0x0 },
7476                 { "CD", 0x4 },
7477         },
7478 };
7479
7480 static struct hda_input_mux alc262_HP_capture_source = {
7481         .num_items = 5,
7482         .items = {
7483                 { "Mic", 0x0 },
7484                 { "Front Mic", 0x3 },
7485                 { "Line", 0x2 },
7486                 { "CD", 0x4 },
7487                 { "AUX IN", 0x6 },
7488         },
7489 };
7490
7491 /* mute/unmute internal speaker according to the hp jack and mute state */
7492 static void alc262_fujitsu_automute(struct hda_codec *codec, int force)
7493 {
7494         struct alc_spec *spec = codec->spec;
7495         unsigned int mute;
7496
7497         if (force || !spec->sense_updated) {
7498                 unsigned int present;
7499                 /* need to execute and sync at first */
7500                 snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
7501                 present = snd_hda_codec_read(codec, 0x14, 0,
7502                                          AC_VERB_GET_PIN_SENSE, 0);
7503                 spec->jack_present = (present & 0x80000000) != 0;
7504                 spec->sense_updated = 1;
7505         }
7506         if (spec->jack_present) {
7507                 /* mute internal speaker */
7508                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7509                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7510         } else {
7511                 /* unmute internal speaker if necessary */
7512                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
7513                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7514                                          HDA_AMP_MUTE, mute);
7515         }
7516 }
7517
7518 /* unsolicited event for HP jack sensing */
7519 static void alc262_fujitsu_unsol_event(struct hda_codec *codec,
7520                                        unsigned int res)
7521 {
7522         if ((res >> 26) != ALC_HP_EVENT)
7523                 return;
7524         alc262_fujitsu_automute(codec, 1);
7525 }
7526
7527 /* bind volumes of both NID 0x0c and 0x0d */
7528 static struct hda_bind_ctls alc262_fujitsu_bind_master_vol = {
7529         .ops = &snd_hda_bind_vol,
7530         .values = {
7531                 HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT),
7532                 HDA_COMPOSE_AMP_VAL(0x0d, 3, 0, HDA_OUTPUT),
7533                 0
7534         },
7535 };
7536
7537 /* bind hp and internal speaker mute (with plug check) */
7538 static int alc262_fujitsu_master_sw_put(struct snd_kcontrol *kcontrol,
7539                                          struct snd_ctl_elem_value *ucontrol)
7540 {
7541         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
7542         long *valp = ucontrol->value.integer.value;
7543         int change;
7544
7545         change = snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
7546                                           HDA_AMP_MUTE,
7547                                           valp[0] ? 0 : HDA_AMP_MUTE);
7548         change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
7549                                            HDA_AMP_MUTE,
7550                                            valp[1] ? 0 : HDA_AMP_MUTE);
7551         if (change)
7552                 alc262_fujitsu_automute(codec, 0);
7553         return change;
7554 }
7555
7556 static struct snd_kcontrol_new alc262_fujitsu_mixer[] = {
7557         HDA_BIND_VOL("Master Playback Volume", &alc262_fujitsu_bind_master_vol),
7558         {
7559                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7560                 .name = "Master Playback Switch",
7561                 .info = snd_hda_mixer_amp_switch_info,
7562                 .get = snd_hda_mixer_amp_switch_get,
7563                 .put = alc262_fujitsu_master_sw_put,
7564                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
7565         },
7566         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7567         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7568         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7569         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7570         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7571         { } /* end */
7572 };
7573
7574 /* additional init verbs for Benq laptops */
7575 static struct hda_verb alc262_EAPD_verbs[] = {
7576         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
7577         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
7578         {}
7579 };
7580
7581 static struct hda_verb alc262_benq_t31_EAPD_verbs[] = {
7582         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7583         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7584
7585         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
7586         {0x20, AC_VERB_SET_PROC_COEF,  0x3050},
7587         {}
7588 };
7589
7590 /* add playback controls from the parsed DAC table */
7591 static int alc262_auto_create_multi_out_ctls(struct alc_spec *spec,
7592                                              const struct auto_pin_cfg *cfg)
7593 {
7594         hda_nid_t nid;
7595         int err;
7596
7597         spec->multiout.num_dacs = 1;    /* only use one dac */
7598         spec->multiout.dac_nids = spec->private_dac_nids;
7599         spec->multiout.dac_nids[0] = 2;
7600
7601         nid = cfg->line_out_pins[0];
7602         if (nid) {
7603                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
7604                                   "Front Playback Volume",
7605                                   HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT));
7606                 if (err < 0)
7607                         return err;
7608                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7609                                   "Front Playback Switch",
7610                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
7611                 if (err < 0)
7612                         return err;
7613         }
7614
7615         nid = cfg->speaker_pins[0];
7616         if (nid) {
7617                 if (nid == 0x16) {
7618                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
7619                                           "Speaker Playback Volume",
7620                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
7621                                                               HDA_OUTPUT));
7622                         if (err < 0)
7623                                 return err;
7624                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7625                                           "Speaker Playback Switch",
7626                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
7627                                                               HDA_OUTPUT));
7628                         if (err < 0)
7629                                 return err;
7630                 } else {
7631                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7632                                           "Speaker Playback Switch",
7633                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
7634                                                               HDA_OUTPUT));
7635                         if (err < 0)
7636                                 return err;
7637                 }
7638         }
7639         nid = cfg->hp_pins[0];
7640         if (nid) {
7641                 /* spec->multiout.hp_nid = 2; */
7642                 if (nid == 0x16) {
7643                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
7644                                           "Headphone Playback Volume",
7645                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
7646                                                               HDA_OUTPUT));
7647                         if (err < 0)
7648                                 return err;
7649                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7650                                           "Headphone Playback Switch",
7651                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
7652                                                               HDA_OUTPUT));
7653                         if (err < 0)
7654                                 return err;
7655                 } else {
7656                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7657                                           "Headphone Playback Switch",
7658                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
7659                                                               HDA_OUTPUT));
7660                         if (err < 0)
7661                                 return err;
7662                 }
7663         }
7664         return 0;
7665 }
7666
7667 /* identical with ALC880 */
7668 #define alc262_auto_create_analog_input_ctls \
7669         alc880_auto_create_analog_input_ctls
7670
7671 /*
7672  * generic initialization of ADC, input mixers and output mixers
7673  */
7674 static struct hda_verb alc262_volume_init_verbs[] = {
7675         /*
7676          * Unmute ADC0-2 and set the default input to mic-in
7677          */
7678         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
7679         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7680         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7681         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7682         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7683         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7684
7685         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
7686          * mixer widget
7687          * Note: PASD motherboards uses the Line In 2 as the input for
7688          * front panel mic (mic 2)
7689          */
7690         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
7691         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7692         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7693         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7694         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7695         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7696
7697         /*
7698          * Set up output mixers (0x0c - 0x0f)
7699          */
7700         /* set vol=0 to output mixers */
7701         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7702         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7703         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7704         
7705         /* set up input amps for analog loopback */
7706         /* Amp Indices: DAC = 0, mixer = 1 */
7707         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7708         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7709         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7710         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7711         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7712         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7713
7714         /* FIXME: use matrix-type input source selection */
7715         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7716         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
7717         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7718         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7719         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7720         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7721         /* Input mixer2 */
7722         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7723         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7724         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7725         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7726         /* Input mixer3 */
7727         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7728         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7729         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7730         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7731
7732         { }
7733 };
7734
7735 static struct hda_verb alc262_HP_BPC_init_verbs[] = {
7736         /*
7737          * Unmute ADC0-2 and set the default input to mic-in
7738          */
7739         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
7740         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7741         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7742         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7743         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7744         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7745
7746         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
7747          * mixer widget
7748          * Note: PASD motherboards uses the Line In 2 as the input for
7749          * front panel mic (mic 2)
7750          */
7751         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
7752         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7753         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7754         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7755         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7756         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7757         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
7758         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
7759         
7760         /*
7761          * Set up output mixers (0x0c - 0x0e)
7762          */
7763         /* set vol=0 to output mixers */
7764         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7765         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7766         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7767
7768         /* set up input amps for analog loopback */
7769         /* Amp Indices: DAC = 0, mixer = 1 */
7770         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7771         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7772         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7773         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7774         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7775         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7776
7777         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7778         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7779         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7780
7781         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7782         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7783
7784         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7785         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7786
7787         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7788         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7789         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7790         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7791         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7792
7793         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
7794         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7795         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7796         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
7797         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7798         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7799
7800
7801         /* FIXME: use matrix-type input source selection */
7802         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7803         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
7804         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7805         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
7806         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
7807         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
7808         /* Input mixer2 */
7809         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7810         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
7811         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
7812         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
7813         /* Input mixer3 */
7814         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7815         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
7816         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
7817         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
7818
7819         { }
7820 };
7821
7822 static struct hda_verb alc262_HP_BPC_WildWest_init_verbs[] = {
7823         /*
7824          * Unmute ADC0-2 and set the default input to mic-in
7825          */
7826         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
7827         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7828         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7829         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7830         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7831         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7832
7833         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
7834          * mixer widget
7835          * Note: PASD motherboards uses the Line In 2 as the input for front
7836          * panel mic (mic 2)
7837          */
7838         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
7839         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7840         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7841         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7842         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7843         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7844         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
7845         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
7846         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
7847         /*
7848          * Set up output mixers (0x0c - 0x0e)
7849          */
7850         /* set vol=0 to output mixers */
7851         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7852         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7853         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7854
7855         /* set up input amps for analog loopback */
7856         /* Amp Indices: DAC = 0, mixer = 1 */
7857         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7858         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7859         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7860         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7861         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7862         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7863
7864
7865         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },        /* HP */
7866         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Mono */
7867         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* rear MIC */
7868         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* Line in */
7869         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* Front MIC */
7870         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Line out */
7871         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* CD in */
7872
7873         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7874         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7875
7876         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7877         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
7878
7879         /* {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, */
7880         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7881         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7882         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
7883         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7884         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
7885
7886         /* FIXME: use matrix-type input source selection */
7887         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7888         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
7889         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, /*rear MIC*/
7890         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, /*Line in*/
7891         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, /*F MIC*/
7892         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, /*Front*/
7893         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, /*CD*/
7894         /* {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))},  */
7895         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, /*HP*/
7896         /* Input mixer2 */
7897         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7898         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
7899         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
7900         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
7901         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
7902         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
7903         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
7904         /* Input mixer3 */
7905         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7906         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
7907         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
7908         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
7909         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
7910         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
7911         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
7912
7913         { }
7914 };
7915
7916 #ifdef CONFIG_SND_HDA_POWER_SAVE
7917 #define alc262_loopbacks        alc880_loopbacks
7918 #endif
7919
7920 /* pcm configuration: identiacal with ALC880 */
7921 #define alc262_pcm_analog_playback      alc880_pcm_analog_playback
7922 #define alc262_pcm_analog_capture       alc880_pcm_analog_capture
7923 #define alc262_pcm_digital_playback     alc880_pcm_digital_playback
7924 #define alc262_pcm_digital_capture      alc880_pcm_digital_capture
7925
7926 /*
7927  * BIOS auto configuration
7928  */
7929 static int alc262_parse_auto_config(struct hda_codec *codec)
7930 {
7931         struct alc_spec *spec = codec->spec;
7932         int err;
7933         static hda_nid_t alc262_ignore[] = { 0x1d, 0 };
7934
7935         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
7936                                            alc262_ignore);
7937         if (err < 0)
7938                 return err;
7939         if (!spec->autocfg.line_outs)
7940                 return 0; /* can't find valid BIOS pin config */
7941         err = alc262_auto_create_multi_out_ctls(spec, &spec->autocfg);
7942         if (err < 0)
7943                 return err;
7944         err = alc262_auto_create_analog_input_ctls(spec, &spec->autocfg);
7945         if (err < 0)
7946                 return err;
7947
7948         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
7949
7950         if (spec->autocfg.dig_out_pin)
7951                 spec->multiout.dig_out_nid = ALC262_DIGOUT_NID;
7952         if (spec->autocfg.dig_in_pin)
7953                 spec->dig_in_nid = ALC262_DIGIN_NID;
7954
7955         if (spec->kctl_alloc)
7956                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
7957
7958         spec->init_verbs[spec->num_init_verbs++] = alc262_volume_init_verbs;
7959         spec->num_mux_defs = 1;
7960         spec->input_mux = &spec->private_imux;
7961
7962         return 1;
7963 }
7964
7965 #define alc262_auto_init_multi_out      alc882_auto_init_multi_out
7966 #define alc262_auto_init_hp_out         alc882_auto_init_hp_out
7967 #define alc262_auto_init_analog_input   alc882_auto_init_analog_input
7968
7969
7970 /* init callback for auto-configuration model -- overriding the default init */
7971 static void alc262_auto_init(struct hda_codec *codec)
7972 {
7973         alc262_auto_init_multi_out(codec);
7974         alc262_auto_init_hp_out(codec);
7975         alc262_auto_init_analog_input(codec);
7976 }
7977
7978 /*
7979  * configuration and preset
7980  */
7981 static const char *alc262_models[ALC262_MODEL_LAST] = {
7982         [ALC262_BASIC]          = "basic",
7983         [ALC262_HIPPO]          = "hippo",
7984         [ALC262_HIPPO_1]        = "hippo_1",
7985         [ALC262_FUJITSU]        = "fujitsu",
7986         [ALC262_HP_BPC]         = "hp-bpc",
7987         [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000",
7988         [ALC262_BENQ_ED8]       = "benq",
7989         [ALC262_BENQ_T31]       = "benq-t31",
7990         [ALC262_SONY_ASSAMD]    = "sony-assamd",
7991         [ALC262_AUTO]           = "auto",
7992 };
7993
7994 static struct snd_pci_quirk alc262_cfg_tbl[] = {
7995         SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO),
7996         SND_PCI_QUIRK(0x103c, 0x12fe, "HP xw9400", ALC262_HP_BPC),
7997         SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC),
7998         SND_PCI_QUIRK(0x103c, 0x12ff, "HP xw4550", ALC262_HP_BPC),
7999         SND_PCI_QUIRK(0x103c, 0x1308, "HP xw4600", ALC262_HP_BPC),
8000         SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC),
8001         SND_PCI_QUIRK(0x103c, 0x1307, "HP xw6600", ALC262_HP_BPC),
8002         SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC),
8003         SND_PCI_QUIRK(0x103c, 0x1306, "HP xw8600", ALC262_HP_BPC),
8004         SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
8005         SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),
8006         SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL),
8007         SND_PCI_QUIRK(0x103c, 0x2806, "HP D7000", ALC262_HP_BPC_D7000_WL),
8008         SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
8009         SND_PCI_QUIRK(0x103c, 0x2803, "HP D7000", ALC262_HP_BPC_D7000_WF),
8010         SND_PCI_QUIRK(0x103c, 0x2805, "HP D7000", ALC262_HP_BPC_D7000_WF),
8011         SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF),
8012         SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
8013         SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU),
8014         SND_PCI_QUIRK(0x17ff, 0x058f, "Benq Hippo", ALC262_HIPPO_1),
8015         SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
8016         SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31),
8017         SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8018         SND_PCI_QUIRK(0x104d, 0x9015, "Sony 0x9015", ALC262_SONY_ASSAMD),
8019         SND_PCI_QUIRK(0x104d, 0x900e, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8020         SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8021         {}
8022 };
8023
8024 static struct alc_config_preset alc262_presets[] = {
8025         [ALC262_BASIC] = {
8026                 .mixers = { alc262_base_mixer },
8027                 .init_verbs = { alc262_init_verbs },
8028                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8029                 .dac_nids = alc262_dac_nids,
8030                 .hp_nid = 0x03,
8031                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8032                 .channel_mode = alc262_modes,
8033                 .input_mux = &alc262_capture_source,
8034         },
8035         [ALC262_HIPPO] = {
8036                 .mixers = { alc262_base_mixer },
8037                 .init_verbs = { alc262_init_verbs, alc262_hippo_unsol_verbs},
8038                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8039                 .dac_nids = alc262_dac_nids,
8040                 .hp_nid = 0x03,
8041                 .dig_out_nid = ALC262_DIGOUT_NID,
8042                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8043                 .channel_mode = alc262_modes,
8044                 .input_mux = &alc262_capture_source,
8045                 .unsol_event = alc262_hippo_unsol_event,
8046                 .init_hook = alc262_hippo_automute,
8047         },
8048         [ALC262_HIPPO_1] = {
8049                 .mixers = { alc262_hippo1_mixer },
8050                 .init_verbs = { alc262_init_verbs, alc262_hippo1_unsol_verbs},
8051                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8052                 .dac_nids = alc262_dac_nids,
8053                 .hp_nid = 0x02,
8054                 .dig_out_nid = ALC262_DIGOUT_NID,
8055                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8056                 .channel_mode = alc262_modes,
8057                 .input_mux = &alc262_capture_source,
8058                 .unsol_event = alc262_hippo1_unsol_event,
8059                 .init_hook = alc262_hippo1_automute,
8060         },
8061         [ALC262_FUJITSU] = {
8062                 .mixers = { alc262_fujitsu_mixer },
8063                 .init_verbs = { alc262_init_verbs, alc262_fujitsu_unsol_verbs },
8064                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8065                 .dac_nids = alc262_dac_nids,
8066                 .hp_nid = 0x03,
8067                 .dig_out_nid = ALC262_DIGOUT_NID,
8068                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8069                 .channel_mode = alc262_modes,
8070                 .input_mux = &alc262_fujitsu_capture_source,
8071                 .unsol_event = alc262_fujitsu_unsol_event,
8072         },
8073         [ALC262_HP_BPC] = {
8074                 .mixers = { alc262_HP_BPC_mixer },
8075                 .init_verbs = { alc262_HP_BPC_init_verbs },
8076                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8077                 .dac_nids = alc262_dac_nids,
8078                 .hp_nid = 0x03,
8079                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8080                 .channel_mode = alc262_modes,
8081                 .input_mux = &alc262_HP_capture_source,
8082         },
8083         [ALC262_HP_BPC_D7000_WF] = {
8084                 .mixers = { alc262_HP_BPC_WildWest_mixer },
8085                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
8086                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8087                 .dac_nids = alc262_dac_nids,
8088                 .hp_nid = 0x03,
8089                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8090                 .channel_mode = alc262_modes,
8091                 .input_mux = &alc262_HP_capture_source,
8092         },
8093         [ALC262_HP_BPC_D7000_WL] = {
8094                 .mixers = { alc262_HP_BPC_WildWest_mixer,
8095                             alc262_HP_BPC_WildWest_option_mixer },
8096                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
8097                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8098                 .dac_nids = alc262_dac_nids,
8099                 .hp_nid = 0x03,
8100                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8101                 .channel_mode = alc262_modes,
8102                 .input_mux = &alc262_HP_capture_source,
8103         },
8104         [ALC262_BENQ_ED8] = {
8105                 .mixers = { alc262_base_mixer },
8106                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs },
8107                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8108                 .dac_nids = alc262_dac_nids,
8109                 .hp_nid = 0x03,
8110                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8111                 .channel_mode = alc262_modes,
8112                 .input_mux = &alc262_capture_source,
8113         },
8114         [ALC262_SONY_ASSAMD] = {
8115                 .mixers = { alc262_sony_mixer },
8116                 .init_verbs = { alc262_init_verbs, alc262_sony_unsol_verbs},
8117                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8118                 .dac_nids = alc262_dac_nids,
8119                 .hp_nid = 0x02,
8120                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8121                 .channel_mode = alc262_modes,
8122                 .input_mux = &alc262_capture_source,
8123                 .unsol_event = alc262_hippo_unsol_event,
8124                 .init_hook = alc262_hippo_automute,
8125         },
8126         [ALC262_BENQ_T31] = {
8127                 .mixers = { alc262_benq_t31_mixer },
8128                 .init_verbs = { alc262_init_verbs, alc262_benq_t31_EAPD_verbs, alc262_hippo_unsol_verbs },
8129                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8130                 .dac_nids = alc262_dac_nids,
8131                 .hp_nid = 0x03,
8132                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8133                 .channel_mode = alc262_modes,
8134                 .input_mux = &alc262_capture_source,
8135                 .unsol_event = alc262_hippo_unsol_event,
8136                 .init_hook = alc262_hippo_automute,
8137         },      
8138 };
8139
8140 static int patch_alc262(struct hda_codec *codec)
8141 {
8142         struct alc_spec *spec;
8143         int board_config;
8144         int err;
8145
8146         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
8147         if (spec == NULL)
8148                 return -ENOMEM;
8149
8150         codec->spec = spec;
8151 #if 0
8152         /* pshou 07/11/05  set a zero PCM sample to DAC when FIFO is
8153          * under-run
8154          */
8155         {
8156         int tmp;
8157         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
8158         tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
8159         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
8160         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF, tmp | 0x80);
8161         }
8162 #endif
8163
8164         board_config = snd_hda_check_board_config(codec, ALC262_MODEL_LAST,
8165                                                   alc262_models,
8166                                                   alc262_cfg_tbl);
8167
8168         if (board_config < 0) {
8169                 printk(KERN_INFO "hda_codec: Unknown model for ALC262, "
8170                        "trying auto-probe from BIOS...\n");
8171                 board_config = ALC262_AUTO;
8172         }
8173
8174         if (board_config == ALC262_AUTO) {
8175                 /* automatic parse from the BIOS config */
8176                 err = alc262_parse_auto_config(codec);
8177                 if (err < 0) {
8178                         alc_free(codec);
8179                         return err;
8180                 } else if (!err) {
8181                         printk(KERN_INFO
8182                                "hda_codec: Cannot set up configuration "
8183                                "from BIOS.  Using base mode...\n");
8184                         board_config = ALC262_BASIC;
8185                 }
8186         }
8187
8188         if (board_config != ALC262_AUTO)
8189                 setup_preset(spec, &alc262_presets[board_config]);
8190
8191         spec->stream_name_analog = "ALC262 Analog";
8192         spec->stream_analog_playback = &alc262_pcm_analog_playback;
8193         spec->stream_analog_capture = &alc262_pcm_analog_capture;
8194                 
8195         spec->stream_name_digital = "ALC262 Digital";
8196         spec->stream_digital_playback = &alc262_pcm_digital_playback;
8197         spec->stream_digital_capture = &alc262_pcm_digital_capture;
8198
8199         if (!spec->adc_nids && spec->input_mux) {
8200                 /* check whether NID 0x07 is valid */
8201                 unsigned int wcap = get_wcaps(codec, 0x07);
8202
8203                 /* get type */
8204                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
8205                 if (wcap != AC_WID_AUD_IN) {
8206                         spec->adc_nids = alc262_adc_nids_alt;
8207                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids_alt);
8208                         spec->mixers[spec->num_mixers] =
8209                                 alc262_capture_alt_mixer;
8210                         spec->num_mixers++;
8211                 } else {
8212                         spec->adc_nids = alc262_adc_nids;
8213                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids);
8214                         spec->mixers[spec->num_mixers] = alc262_capture_mixer;
8215                         spec->num_mixers++;
8216                 }
8217         }
8218
8219         codec->patch_ops = alc_patch_ops;
8220         if (board_config == ALC262_AUTO)
8221                 spec->init_hook = alc262_auto_init;
8222 #ifdef CONFIG_SND_HDA_POWER_SAVE
8223         if (!spec->loopback.amplist)
8224                 spec->loopback.amplist = alc262_loopbacks;
8225 #endif
8226                 
8227         return 0;
8228 }
8229
8230 /*
8231  *  ALC268 channel source setting (2 channel)
8232  */
8233 #define ALC268_DIGOUT_NID       ALC880_DIGOUT_NID
8234 #define alc268_modes            alc260_modes
8235         
8236 static hda_nid_t alc268_dac_nids[2] = {
8237         /* front, hp */
8238         0x02, 0x03
8239 };
8240
8241 static hda_nid_t alc268_adc_nids[2] = {
8242         /* ADC0-1 */
8243         0x08, 0x07
8244 };
8245
8246 static hda_nid_t alc268_adc_nids_alt[1] = {
8247         /* ADC0 */
8248         0x08
8249 };
8250
8251 static struct snd_kcontrol_new alc268_base_mixer[] = {
8252         /* output mixer control */
8253         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
8254         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
8255         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x3, 0x0, HDA_OUTPUT),
8256         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
8257         { }
8258 };
8259
8260 static struct hda_verb alc268_eapd_verbs[] = {
8261         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
8262         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
8263         { }
8264 };
8265
8266 /* Toshiba specific */
8267 #define alc268_toshiba_automute alc262_hippo_automute
8268
8269 static struct hda_verb alc268_toshiba_verbs[] = {
8270         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8271         { } /* end */
8272 };
8273
8274 /* Acer specific */
8275 #define alc268_acer_bind_master_vol     alc262_fujitsu_bind_master_vol
8276 #define alc268_acer_master_sw_put       alc262_fujitsu_master_sw_put
8277 #define alc268_acer_automute    alc262_fujitsu_automute
8278
8279 static struct snd_kcontrol_new alc268_acer_mixer[] = {
8280         /* output mixer control */
8281         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
8282         {
8283                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8284                 .name = "Master Playback Switch",
8285                 .info = snd_hda_mixer_amp_switch_info,
8286                 .get = snd_hda_mixer_amp_switch_get,
8287                 .put = alc268_acer_master_sw_put,
8288                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
8289         },
8290         { }
8291 };
8292
8293 static struct hda_verb alc268_acer_verbs[] = {
8294         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8295         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8296
8297         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8298         { }
8299 };
8300
8301 /* unsolicited event for HP jack sensing */
8302 static void alc268_toshiba_unsol_event(struct hda_codec *codec,
8303                                        unsigned int res)
8304 {
8305         if ((res >> 28) != ALC880_HP_EVENT)
8306                 return;
8307         alc268_toshiba_automute(codec);
8308 }
8309
8310 static void alc268_acer_unsol_event(struct hda_codec *codec,
8311                                        unsigned int res)
8312 {
8313         if ((res >> 28) != ALC880_HP_EVENT)
8314                 return;
8315         alc268_acer_automute(codec, 1);
8316 }
8317
8318 /*
8319  * generic initialization of ADC, input mixers and output mixers
8320  */
8321 static struct hda_verb alc268_base_init_verbs[] = {
8322         /* Unmute DAC0-1 and set vol = 0 */
8323         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8324         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8325         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8326         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8327         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8328         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8329
8330         /*
8331          * Set up output mixers (0x0c - 0x0e)
8332          */
8333         /* set vol=0 to output mixers */
8334         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8335         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8336         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8337         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
8338
8339         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8340         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8341
8342         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
8343         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
8344         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
8345         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8346         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8347         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8348         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8349         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8350
8351         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8352         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8353         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8354         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8355         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8356         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8357         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8358         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8359
8360         /* FIXME: use matrix-type input source selection */
8361         /* Mixer elements: 0x18, 19, 1a, 1c, 14, 15, 0b */
8362         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
8363         /* Input mixer2 */
8364         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8365         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8366         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8367         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8368
8369         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8370         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8371         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8372         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8373         { }
8374 };
8375
8376 /*
8377  * generic initialization of ADC, input mixers and output mixers
8378  */
8379 static struct hda_verb alc268_volume_init_verbs[] = {
8380         /* set output DAC */
8381         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8382         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8383         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8384         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8385
8386         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8387         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8388         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8389         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8390         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8391
8392         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8393         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8394         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8395         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8396         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8397
8398         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8399         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8400         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8401         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8402
8403         /* set PCBEEP vol = 0 */
8404         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, (0xb000 | (0x00 << 8))},
8405
8406         { }
8407 };
8408
8409 #define alc268_mux_enum_info alc_mux_enum_info
8410 #define alc268_mux_enum_get alc_mux_enum_get
8411
8412 static int alc268_mux_enum_put(struct snd_kcontrol *kcontrol,
8413                                struct snd_ctl_elem_value *ucontrol)
8414 {
8415         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
8416         struct alc_spec *spec = codec->spec;
8417         const struct hda_input_mux *imux = spec->input_mux;
8418         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
8419         static hda_nid_t capture_mixers[3] = { 0x23, 0x24 };
8420         hda_nid_t nid = capture_mixers[adc_idx];
8421         unsigned int *cur_val = &spec->cur_mux[adc_idx];
8422         unsigned int i, idx;
8423
8424         idx = ucontrol->value.enumerated.item[0];
8425         if (idx >= imux->num_items)
8426                 idx = imux->num_items - 1;
8427         if (*cur_val == idx)
8428                 return 0;
8429         for (i = 0; i < imux->num_items; i++) {
8430                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
8431                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
8432                                          imux->items[i].index,
8433                                          HDA_AMP_MUTE, v);
8434                 snd_hda_codec_write_cache(codec, nid, 0,
8435                                           AC_VERB_SET_CONNECT_SEL,
8436                                           idx );
8437         }
8438         *cur_val = idx;
8439         return 1;
8440 }
8441
8442 static struct snd_kcontrol_new alc268_capture_alt_mixer[] = {
8443         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
8444         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
8445         {
8446                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8447                 /* The multiple "Capture Source" controls confuse alsamixer
8448                  * So call somewhat different..
8449                  * FIXME: the controls appear in the "playback" view!
8450                  */
8451                 /* .name = "Capture Source", */
8452                 .name = "Input Source",
8453                 .count = 1,
8454                 .info = alc268_mux_enum_info,
8455                 .get = alc268_mux_enum_get,
8456                 .put = alc268_mux_enum_put,
8457         },
8458         { } /* end */
8459 };
8460
8461 static struct snd_kcontrol_new alc268_capture_mixer[] = {
8462         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
8463         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
8464         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x24, 0x0, HDA_OUTPUT),
8465         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x24, 0x0, HDA_OUTPUT),
8466         {
8467                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8468                 /* The multiple "Capture Source" controls confuse alsamixer
8469                  * So call somewhat different..
8470                  * FIXME: the controls appear in the "playback" view!
8471                  */
8472                 /* .name = "Capture Source", */
8473                 .name = "Input Source",
8474                 .count = 2,
8475                 .info = alc268_mux_enum_info,
8476                 .get = alc268_mux_enum_get,
8477                 .put = alc268_mux_enum_put,
8478         },
8479         { } /* end */
8480 };
8481
8482 static struct hda_input_mux alc268_capture_source = {
8483         .num_items = 4,
8484         .items = {
8485                 { "Mic", 0x0 },
8486                 { "Front Mic", 0x1 },
8487                 { "Line", 0x2 },
8488                 { "CD", 0x3 },
8489         },
8490 };
8491
8492 /* create input playback/capture controls for the given pin */
8493 static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
8494                                     const char *ctlname, int idx)
8495 {
8496         char name[32];
8497         int err;
8498
8499         sprintf(name, "%s Playback Volume", ctlname);
8500         if (nid == 0x14) {
8501                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8502                                   HDA_COMPOSE_AMP_VAL(0x02, 3, idx,
8503                                                       HDA_OUTPUT));
8504                 if (err < 0)
8505                         return err;
8506         } else if (nid == 0x15) {
8507                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8508                                   HDA_COMPOSE_AMP_VAL(0x03, 3, idx,
8509                                                       HDA_OUTPUT));
8510                 if (err < 0)
8511                         return err;
8512         } else
8513                 return -1;
8514         sprintf(name, "%s Playback Switch", ctlname);
8515         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
8516                           HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_OUTPUT));
8517         if (err < 0)
8518                 return err;
8519         return 0;
8520 }
8521
8522 /* add playback controls from the parsed DAC table */
8523 static int alc268_auto_create_multi_out_ctls(struct alc_spec *spec,
8524                                              const struct auto_pin_cfg *cfg)
8525 {
8526         hda_nid_t nid;
8527         int err;
8528
8529         spec->multiout.num_dacs = 2;    /* only use one dac */
8530         spec->multiout.dac_nids = spec->private_dac_nids;
8531         spec->multiout.dac_nids[0] = 2;
8532         spec->multiout.dac_nids[1] = 3;
8533
8534         nid = cfg->line_out_pins[0];
8535         if (nid)
8536                 alc268_new_analog_output(spec, nid, "Front", 0);        
8537
8538         nid = cfg->speaker_pins[0];
8539         if (nid == 0x1d) {
8540                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
8541                                   "Speaker Playback Volume",
8542                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
8543                 if (err < 0)
8544                         return err;
8545         }
8546         nid = cfg->hp_pins[0];
8547         if (nid)
8548                 alc268_new_analog_output(spec, nid, "Headphone", 0);
8549
8550         nid = cfg->line_out_pins[1] | cfg->line_out_pins[2];
8551         if (nid == 0x16) {
8552                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
8553                                   "Mono Playback Switch",
8554                                   HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_INPUT));
8555                 if (err < 0)
8556                         return err;
8557         }
8558         return 0;       
8559 }
8560
8561 /* create playback/capture controls for input pins */
8562 static int alc268_auto_create_analog_input_ctls(struct alc_spec *spec,
8563                                                 const struct auto_pin_cfg *cfg)
8564 {
8565         struct hda_input_mux *imux = &spec->private_imux;
8566         int i, idx1;
8567
8568         for (i = 0; i < AUTO_PIN_LAST; i++) {
8569                 switch(cfg->input_pins[i]) {
8570                 case 0x18:
8571                         idx1 = 0;       /* Mic 1 */
8572                         break;
8573                 case 0x19:
8574                         idx1 = 1;       /* Mic 2 */
8575                         break;
8576                 case 0x1a:
8577                         idx1 = 2;       /* Line In */
8578                         break;
8579                 case 0x1c:      
8580                         idx1 = 3;       /* CD */
8581                         break;
8582                 default:
8583                         continue;
8584                 }
8585                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
8586                 imux->items[imux->num_items].index = idx1;
8587                 imux->num_items++;      
8588         }
8589         return 0;
8590 }
8591
8592 static void alc268_auto_init_mono_speaker_out(struct hda_codec *codec)
8593 {
8594         struct alc_spec *spec = codec->spec;
8595         hda_nid_t speaker_nid = spec->autocfg.speaker_pins[0];
8596         hda_nid_t hp_nid = spec->autocfg.hp_pins[0];
8597         hda_nid_t line_nid = spec->autocfg.line_out_pins[0];
8598         unsigned int    dac_vol1, dac_vol2;
8599
8600         if (speaker_nid) {
8601                 snd_hda_codec_write(codec, speaker_nid, 0,
8602                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
8603                 snd_hda_codec_write(codec, 0x0f, 0,
8604                                     AC_VERB_SET_AMP_GAIN_MUTE,
8605                                     AMP_IN_UNMUTE(1));
8606                 snd_hda_codec_write(codec, 0x10, 0,
8607                                     AC_VERB_SET_AMP_GAIN_MUTE,
8608                                     AMP_IN_UNMUTE(1));
8609         } else {
8610                 snd_hda_codec_write(codec, 0x0f, 0,
8611                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
8612                 snd_hda_codec_write(codec, 0x10, 0,
8613                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
8614         }
8615
8616         dac_vol1 = dac_vol2 = 0xb000 | 0x40;    /* set max volume  */
8617         if (line_nid == 0x14)   
8618                 dac_vol2 = AMP_OUT_ZERO;
8619         else if (line_nid == 0x15)
8620                 dac_vol1 = AMP_OUT_ZERO;
8621         if (hp_nid == 0x14)     
8622                 dac_vol2 = AMP_OUT_ZERO;
8623         else if (hp_nid == 0x15)
8624                 dac_vol1 = AMP_OUT_ZERO;
8625         if (line_nid != 0x16 || hp_nid != 0x16 ||
8626             spec->autocfg.line_out_pins[1] != 0x16 ||
8627             spec->autocfg.line_out_pins[2] != 0x16)
8628                 dac_vol1 = dac_vol2 = AMP_OUT_ZERO;
8629
8630         snd_hda_codec_write(codec, 0x02, 0,
8631                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol1);
8632         snd_hda_codec_write(codec, 0x03, 0,
8633                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol2);
8634 }
8635
8636 /* pcm configuration: identiacal with ALC880 */
8637 #define alc268_pcm_analog_playback      alc880_pcm_analog_playback
8638 #define alc268_pcm_analog_capture       alc880_pcm_analog_capture
8639 #define alc268_pcm_digital_playback     alc880_pcm_digital_playback
8640
8641 /*
8642  * BIOS auto configuration
8643  */
8644 static int alc268_parse_auto_config(struct hda_codec *codec)
8645 {
8646         struct alc_spec *spec = codec->spec;
8647         int err;
8648         static hda_nid_t alc268_ignore[] = { 0 };
8649
8650         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
8651                                            alc268_ignore);
8652         if (err < 0)
8653                 return err;
8654         if (!spec->autocfg.line_outs)
8655                 return 0; /* can't find valid BIOS pin config */
8656
8657         err = alc268_auto_create_multi_out_ctls(spec, &spec->autocfg);
8658         if (err < 0)
8659                 return err;
8660         err = alc268_auto_create_analog_input_ctls(spec, &spec->autocfg);
8661         if (err < 0)
8662                 return err;
8663
8664         spec->multiout.max_channels = 2;
8665
8666         /* digital only support output */
8667         if (spec->autocfg.dig_out_pin)
8668                 spec->multiout.dig_out_nid = ALC268_DIGOUT_NID;
8669
8670         if (spec->kctl_alloc)
8671                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
8672
8673         spec->init_verbs[spec->num_init_verbs++] = alc268_volume_init_verbs;
8674         spec->num_mux_defs = 1;
8675         spec->input_mux = &spec->private_imux;
8676
8677         return 1;
8678 }
8679
8680 #define alc268_auto_init_multi_out      alc882_auto_init_multi_out
8681 #define alc268_auto_init_hp_out         alc882_auto_init_hp_out
8682 #define alc268_auto_init_analog_input   alc882_auto_init_analog_input
8683
8684 /* init callback for auto-configuration model -- overriding the default init */
8685 static void alc268_auto_init(struct hda_codec *codec)
8686 {
8687         alc268_auto_init_multi_out(codec);
8688         alc268_auto_init_hp_out(codec);
8689         alc268_auto_init_mono_speaker_out(codec);
8690         alc268_auto_init_analog_input(codec);
8691 }
8692
8693 /*
8694  * configuration and preset
8695  */
8696 static const char *alc268_models[ALC268_MODEL_LAST] = {
8697         [ALC268_3ST]            = "3stack",
8698         [ALC268_TOSHIBA]        = "toshiba",
8699         [ALC268_ACER]           = "acer",
8700         [ALC268_AUTO]           = "auto",
8701 };
8702
8703 static struct snd_pci_quirk alc268_cfg_tbl[] = {
8704         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
8705         SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
8706         SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
8707         SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER),
8708         {}
8709 };
8710
8711 static struct alc_config_preset alc268_presets[] = {
8712         [ALC268_3ST] = {
8713                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer },
8714                 .init_verbs = { alc268_base_init_verbs },
8715                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
8716                 .dac_nids = alc268_dac_nids,
8717                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
8718                 .adc_nids = alc268_adc_nids_alt,
8719                 .hp_nid = 0x03,
8720                 .dig_out_nid = ALC268_DIGOUT_NID,
8721                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
8722                 .channel_mode = alc268_modes,
8723                 .input_mux = &alc268_capture_source,
8724         },
8725         [ALC268_TOSHIBA] = {
8726                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer },
8727                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
8728                                 alc268_toshiba_verbs },
8729                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
8730                 .dac_nids = alc268_dac_nids,
8731                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
8732                 .adc_nids = alc268_adc_nids_alt,
8733                 .hp_nid = 0x03,
8734                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
8735                 .channel_mode = alc268_modes,
8736                 .input_mux = &alc268_capture_source,
8737                 .input_mux = &alc268_capture_source,
8738                 .unsol_event = alc268_toshiba_unsol_event,
8739                 .init_hook = alc268_toshiba_automute,
8740         },
8741         [ALC268_ACER] = {
8742                 .mixers = { alc268_acer_mixer, alc268_capture_alt_mixer },
8743                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
8744                                 alc268_acer_verbs },
8745                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
8746                 .dac_nids = alc268_dac_nids,
8747                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
8748                 .adc_nids = alc268_adc_nids_alt,
8749                 .hp_nid = 0x02,
8750                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
8751                 .channel_mode = alc268_modes,
8752                 .input_mux = &alc268_capture_source,
8753                 .unsol_event = alc268_acer_unsol_event,
8754         },
8755 };
8756
8757 static int patch_alc268(struct hda_codec *codec)
8758 {
8759         struct alc_spec *spec;
8760         int board_config;
8761         int err;
8762
8763         spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
8764         if (spec == NULL)
8765                 return -ENOMEM;
8766
8767         codec->spec = spec;
8768
8769         board_config = snd_hda_check_board_config(codec, ALC268_MODEL_LAST,
8770                                                   alc268_models,
8771                                                   alc268_cfg_tbl);
8772
8773         if (board_config < 0 || board_config >= ALC268_MODEL_LAST) {
8774                 printk(KERN_INFO "hda_codec: Unknown model for ALC268, "
8775                        "trying auto-probe from BIOS...\n");
8776                 board_config = ALC268_AUTO;
8777         }
8778
8779         if (board_config == ALC268_AUTO) {
8780                 /* automatic parse from the BIOS config */
8781                 err = alc268_parse_auto_config(codec);
8782                 if (err < 0) {
8783                         alc_free(codec);
8784                         return err;
8785                 } else if (!err) {
8786                         printk(KERN_INFO
8787                                "hda_codec: Cannot set up configuration "
8788                                "from BIOS.  Using base mode...\n");
8789                         board_config = ALC268_3ST;
8790                 }
8791         }
8792
8793         if (board_config != ALC268_AUTO)
8794                 setup_preset(spec, &alc268_presets[board_config]);
8795
8796         spec->stream_name_analog = "ALC268 Analog";
8797         spec->stream_analog_playback = &alc268_pcm_analog_playback;
8798         spec->stream_analog_capture = &alc268_pcm_analog_capture;
8799
8800         spec->stream_name_digital = "ALC268 Digital";
8801         spec->stream_digital_playback = &alc268_pcm_digital_playback;
8802
8803         if (board_config == ALC268_AUTO) {
8804                 if (!spec->adc_nids && spec->input_mux) {
8805                         /* check whether NID 0x07 is valid */
8806                         unsigned int wcap = get_wcaps(codec, 0x07);
8807
8808                         /* get type */
8809                         wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
8810                         if (wcap != AC_WID_AUD_IN) {
8811                                 spec->adc_nids = alc268_adc_nids_alt;
8812                                 spec->num_adc_nids =
8813                                         ARRAY_SIZE(alc268_adc_nids_alt);
8814                                 spec->mixers[spec->num_mixers] =
8815                                         alc268_capture_alt_mixer;
8816                                 spec->num_mixers++;
8817                         } else {
8818                                 spec->adc_nids = alc268_adc_nids;
8819                                 spec->num_adc_nids =
8820                                         ARRAY_SIZE(alc268_adc_nids);
8821                                 spec->mixers[spec->num_mixers] =
8822                                         alc268_capture_mixer;
8823                                 spec->num_mixers++;
8824                         }
8825                 }
8826         }
8827         codec->patch_ops = alc_patch_ops;
8828         if (board_config == ALC268_AUTO)
8829                 spec->init_hook = alc268_auto_init;
8830                 
8831         return 0;
8832 }
8833
8834 /*
8835  *  ALC861 channel source setting (2/6 channel selection for 3-stack)
8836  */
8837
8838 /*
8839  * set the path ways for 2 channel output
8840  * need to set the codec line out and mic 1 pin widgets to inputs
8841  */
8842 static struct hda_verb alc861_threestack_ch2_init[] = {
8843         /* set pin widget 1Ah (line in) for input */
8844         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
8845         /* set pin widget 18h (mic1/2) for input, for mic also enable
8846          * the vref
8847          */
8848         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
8849
8850         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
8851 #if 0
8852         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
8853         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
8854 #endif
8855         { } /* end */
8856 };
8857 /*
8858  * 6ch mode
8859  * need to set the codec line out and mic 1 pin widgets to outputs
8860  */
8861 static struct hda_verb alc861_threestack_ch6_init[] = {
8862         /* set pin widget 1Ah (line in) for output (Back Surround)*/
8863         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
8864         /* set pin widget 18h (mic1) for output (CLFE)*/
8865         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
8866
8867         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
8868         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
8869
8870         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
8871 #if 0
8872         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
8873         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
8874 #endif
8875         { } /* end */
8876 };
8877
8878 static struct hda_channel_mode alc861_threestack_modes[2] = {
8879         { 2, alc861_threestack_ch2_init },
8880         { 6, alc861_threestack_ch6_init },
8881 };
8882 /* Set mic1 as input and unmute the mixer */
8883 static struct hda_verb alc861_uniwill_m31_ch2_init[] = {
8884         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
8885         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
8886         { } /* end */
8887 };
8888 /* Set mic1 as output and mute mixer */
8889 static struct hda_verb alc861_uniwill_m31_ch4_init[] = {
8890         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
8891         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
8892         { } /* end */
8893 };
8894
8895 static struct hda_channel_mode alc861_uniwill_m31_modes[2] = {
8896         { 2, alc861_uniwill_m31_ch2_init },
8897         { 4, alc861_uniwill_m31_ch4_init },
8898 };
8899
8900 /* Set mic1 and line-in as input and unmute the mixer */
8901 static struct hda_verb alc861_asus_ch2_init[] = {
8902         /* set pin widget 1Ah (line in) for input */
8903         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
8904         /* set pin widget 18h (mic1/2) for input, for mic also enable
8905          * the vref
8906          */
8907         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
8908
8909         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
8910 #if 0
8911         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
8912         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
8913 #endif
8914         { } /* end */
8915 };
8916 /* Set mic1 nad line-in as output and mute mixer */
8917 static struct hda_verb alc861_asus_ch6_init[] = {
8918         /* set pin widget 1Ah (line in) for output (Back Surround)*/
8919         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
8920         /* { 0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
8921         /* set pin widget 18h (mic1) for output (CLFE)*/
8922         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
8923         /* { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
8924         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
8925         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
8926
8927         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
8928 #if 0
8929         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
8930         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
8931 #endif
8932         { } /* end */
8933 };
8934
8935 static struct hda_channel_mode alc861_asus_modes[2] = {
8936         { 2, alc861_asus_ch2_init },
8937         { 6, alc861_asus_ch6_init },
8938 };
8939
8940 /* patch-ALC861 */
8941
8942 static struct snd_kcontrol_new alc861_base_mixer[] = {
8943         /* output mixer control */
8944         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
8945         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
8946         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
8947         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
8948         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
8949
8950         /*Input mixer control */
8951         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
8952            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
8953         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
8954         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
8955         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
8956         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
8957         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
8958         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
8959         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
8960         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
8961
8962         /* Capture mixer control */
8963         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
8964         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
8965         {
8966                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8967                 .name = "Capture Source",
8968                 .count = 1,
8969                 .info = alc_mux_enum_info,
8970                 .get = alc_mux_enum_get,
8971                 .put = alc_mux_enum_put,
8972         },
8973         { } /* end */
8974 };
8975
8976 static struct snd_kcontrol_new alc861_3ST_mixer[] = {
8977         /* output mixer control */
8978         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
8979         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
8980         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
8981         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
8982         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
8983
8984         /* Input mixer control */
8985         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
8986            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
8987         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
8988         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
8989         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
8990         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
8991         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
8992         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
8993         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
8994         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
8995
8996         /* Capture mixer control */
8997         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
8998         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
8999         {
9000                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9001                 .name = "Capture Source",
9002                 .count = 1,
9003                 .info = alc_mux_enum_info,
9004                 .get = alc_mux_enum_get,
9005                 .put = alc_mux_enum_put,
9006         },
9007         {
9008                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9009                 .name = "Channel Mode",
9010                 .info = alc_ch_mode_info,
9011                 .get = alc_ch_mode_get,
9012                 .put = alc_ch_mode_put,
9013                 .private_value = ARRAY_SIZE(alc861_threestack_modes),
9014         },
9015         { } /* end */
9016 };
9017
9018 static struct snd_kcontrol_new alc861_toshiba_mixer[] = {
9019         /* output mixer control */
9020         HDA_CODEC_MUTE("Master Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9021         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9022         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9023         
9024         /*Capture mixer control */
9025         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9026         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9027         {
9028                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9029                 .name = "Capture Source",
9030                 .count = 1,
9031                 .info = alc_mux_enum_info,
9032                 .get = alc_mux_enum_get,
9033                 .put = alc_mux_enum_put,
9034         },
9035
9036         { } /* end */
9037 };
9038
9039 static struct snd_kcontrol_new alc861_uniwill_m31_mixer[] = {
9040         /* output mixer control */
9041         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9042         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9043         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9044         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9045         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
9046
9047         /* Input mixer control */
9048         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9049            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
9050         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9051         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9052         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9053         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9054         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9055         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9056         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9057         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
9058
9059         /* Capture mixer control */
9060         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9061         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9062         {
9063                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9064                 .name = "Capture Source",
9065                 .count = 1,
9066                 .info = alc_mux_enum_info,
9067                 .get = alc_mux_enum_get,
9068                 .put = alc_mux_enum_put,
9069         },
9070         {
9071                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9072                 .name = "Channel Mode",
9073                 .info = alc_ch_mode_info,
9074                 .get = alc_ch_mode_get,
9075                 .put = alc_ch_mode_put,
9076                 .private_value = ARRAY_SIZE(alc861_uniwill_m31_modes),
9077         },
9078         { } /* end */
9079 };
9080
9081 static struct snd_kcontrol_new alc861_asus_mixer[] = {
9082         /* output mixer control */
9083         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9084         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9085         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9086         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9087         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
9088
9089         /* Input mixer control */
9090         HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9091         HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9092         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9093         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9094         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9095         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9096         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9097         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9098         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9099         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_OUTPUT),
9100
9101         /* Capture mixer control */
9102         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9103         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9104         {
9105                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9106                 .name = "Capture Source",
9107                 .count = 1,
9108                 .info = alc_mux_enum_info,
9109                 .get = alc_mux_enum_get,
9110                 .put = alc_mux_enum_put,
9111         },
9112         {
9113                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9114                 .name = "Channel Mode",
9115                 .info = alc_ch_mode_info,
9116                 .get = alc_ch_mode_get,
9117                 .put = alc_ch_mode_put,
9118                 .private_value = ARRAY_SIZE(alc861_asus_modes),
9119         },
9120         { }
9121 };
9122
9123 /* additional mixer */
9124 static struct snd_kcontrol_new alc861_asus_laptop_mixer[] = {
9125         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9126         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9127         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x23, 0x0, HDA_OUTPUT),
9128         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x23, 0x0, HDA_OUTPUT),
9129         { }
9130 };
9131
9132 /*
9133  * generic initialization of ADC, input mixers and output mixers
9134  */
9135 static struct hda_verb alc861_base_init_verbs[] = {
9136         /*
9137          * Unmute ADC0 and set the default input to mic-in
9138          */
9139         /* port-A for surround (rear panel) */
9140         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9141         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x00 },
9142         /* port-B for mic-in (rear panel) with vref */
9143         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9144         /* port-C for line-in (rear panel) */
9145         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9146         /* port-D for Front */
9147         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9148         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9149         /* port-E for HP out (front panel) */
9150         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
9151         /* route front PCM to HP */
9152         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9153         /* port-F for mic-in (front panel) with vref */
9154         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9155         /* port-G for CLFE (rear panel) */
9156         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9157         { 0x1f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9158         /* port-H for side (rear panel) */
9159         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9160         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x00 },
9161         /* CD-in */
9162         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9163         /* route front mic to ADC1*/
9164         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9165         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9166         
9167         /* Unmute DAC0~3 & spdif out*/
9168         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9169         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9170         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9171         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9172         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9173         
9174         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9175         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9176         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9177         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9178         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9179         
9180         /* Unmute Stereo Mixer 15 */
9181         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9182         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9183         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9184         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9185
9186         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9187         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9188         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9189         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9190         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9191         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9192         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9193         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9194         /* hp used DAC 3 (Front) */
9195         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9196         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9197
9198         { }
9199 };
9200
9201 static struct hda_verb alc861_threestack_init_verbs[] = {
9202         /*
9203          * Unmute ADC0 and set the default input to mic-in
9204          */
9205         /* port-A for surround (rear panel) */
9206         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9207         /* port-B for mic-in (rear panel) with vref */
9208         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9209         /* port-C for line-in (rear panel) */
9210         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9211         /* port-D for Front */
9212         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9213         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9214         /* port-E for HP out (front panel) */
9215         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
9216         /* route front PCM to HP */
9217         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9218         /* port-F for mic-in (front panel) with vref */
9219         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9220         /* port-G for CLFE (rear panel) */
9221         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9222         /* port-H for side (rear panel) */
9223         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9224         /* CD-in */
9225         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9226         /* route front mic to ADC1*/
9227         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9228         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9229         /* Unmute DAC0~3 & spdif out*/
9230         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9231         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9232         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9233         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9234         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9235         
9236         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9237         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9238         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9239         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9240         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9241         
9242         /* Unmute Stereo Mixer 15 */
9243         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9244         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9245         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9246         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9247
9248         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9249         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9250         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9251         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9252         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9253         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9254         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9255         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9256         /* hp used DAC 3 (Front) */
9257         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9258         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9259         { }
9260 };
9261
9262 static struct hda_verb alc861_uniwill_m31_init_verbs[] = {
9263         /*
9264          * Unmute ADC0 and set the default input to mic-in
9265          */
9266         /* port-A for surround (rear panel) */
9267         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9268         /* port-B for mic-in (rear panel) with vref */
9269         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9270         /* port-C for line-in (rear panel) */
9271         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9272         /* port-D for Front */
9273         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9274         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9275         /* port-E for HP out (front panel) */
9276         /* this has to be set to VREF80 */
9277         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9278         /* route front PCM to HP */
9279         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9280         /* port-F for mic-in (front panel) with vref */
9281         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9282         /* port-G for CLFE (rear panel) */
9283         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9284         /* port-H for side (rear panel) */
9285         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9286         /* CD-in */
9287         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9288         /* route front mic to ADC1*/
9289         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9290         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9291         /* Unmute DAC0~3 & spdif out*/
9292         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9293         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9294         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9295         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9296         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9297         
9298         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9299         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9300         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9301         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9302         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9303         
9304         /* Unmute Stereo Mixer 15 */
9305         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9306         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9307         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9308         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9309
9310         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9311         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9312         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9313         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9314         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9315         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9316         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9317         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9318         /* hp used DAC 3 (Front) */
9319         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9320         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9321         { }
9322 };
9323
9324 static struct hda_verb alc861_asus_init_verbs[] = {
9325         /*
9326          * Unmute ADC0 and set the default input to mic-in
9327          */
9328         /* port-A for surround (rear panel)
9329          * according to codec#0 this is the HP jack
9330          */
9331         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, /* was 0x00 */
9332         /* route front PCM to HP */
9333         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x01 },
9334         /* port-B for mic-in (rear panel) with vref */
9335         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9336         /* port-C for line-in (rear panel) */
9337         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9338         /* port-D for Front */
9339         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9340         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9341         /* port-E for HP out (front panel) */
9342         /* this has to be set to VREF80 */
9343         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9344         /* route front PCM to HP */
9345         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9346         /* port-F for mic-in (front panel) with vref */
9347         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9348         /* port-G for CLFE (rear panel) */
9349         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9350         /* port-H for side (rear panel) */
9351         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9352         /* CD-in */
9353         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9354         /* route front mic to ADC1*/
9355         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9356         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9357         /* Unmute DAC0~3 & spdif out*/
9358         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9359         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9360         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9361         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9362         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9363         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9364         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9365         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9366         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9367         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9368         
9369         /* Unmute Stereo Mixer 15 */
9370         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9371         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9372         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9373         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9374
9375         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9376         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9377         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9378         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9379         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9380         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9381         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9382         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9383         /* hp used DAC 3 (Front) */
9384         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9385         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9386         { }
9387 };
9388
9389 /* additional init verbs for ASUS laptops */
9390 static struct hda_verb alc861_asus_laptop_init_verbs[] = {
9391         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x45 }, /* HP-out */
9392         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2) }, /* mute line-in */
9393         { }
9394 };
9395
9396 /*
9397  * generic initialization of ADC, input mixers and output mixers
9398  */
9399 static struct hda_verb alc861_auto_init_verbs[] = {
9400         /*
9401          * Unmute ADC0 and set the default input to mic-in
9402          */
9403         /* {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, */
9404         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9405         
9406         /* Unmute DAC0~3 & spdif out*/
9407         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9408         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9409         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9410         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9411         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9412         
9413         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9414         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9415         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9416         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9417         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9418         
9419         /* Unmute Stereo Mixer 15 */
9420         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9421         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9422         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9423         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c},
9424
9425         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9426         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9427         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9428         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9429         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9430         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9431         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9432         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9433
9434         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9435         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9436         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9437         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9438         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9439         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9440         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9441         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9442
9443         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},  /* set Mic 1 */
9444
9445         { }
9446 };
9447
9448 static struct hda_verb alc861_toshiba_init_verbs[] = {
9449         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9450
9451         { }
9452 };
9453
9454 /* toggle speaker-output according to the hp-jack state */
9455 static void alc861_toshiba_automute(struct hda_codec *codec)
9456 {
9457         unsigned int present;
9458
9459         present = snd_hda_codec_read(codec, 0x0f, 0,
9460                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
9461         snd_hda_codec_amp_stereo(codec, 0x16, HDA_INPUT, 0,
9462                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
9463         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_INPUT, 3,
9464                                  HDA_AMP_MUTE, present ? 0 : HDA_AMP_MUTE);
9465 }
9466
9467 static void alc861_toshiba_unsol_event(struct hda_codec *codec,
9468                                        unsigned int res)
9469 {
9470         if ((res >> 26) == ALC880_HP_EVENT)
9471                 alc861_toshiba_automute(codec);
9472 }
9473
9474 /* pcm configuration: identiacal with ALC880 */
9475 #define alc861_pcm_analog_playback      alc880_pcm_analog_playback
9476 #define alc861_pcm_analog_capture       alc880_pcm_analog_capture
9477 #define alc861_pcm_digital_playback     alc880_pcm_digital_playback
9478 #define alc861_pcm_digital_capture      alc880_pcm_digital_capture
9479
9480
9481 #define ALC861_DIGOUT_NID       0x07
9482
9483 static struct hda_channel_mode alc861_8ch_modes[1] = {
9484         { 8, NULL }
9485 };
9486
9487 static hda_nid_t alc861_dac_nids[4] = {
9488         /* front, surround, clfe, side */
9489         0x03, 0x06, 0x05, 0x04
9490 };
9491
9492 static hda_nid_t alc660_dac_nids[3] = {
9493         /* front, clfe, surround */
9494         0x03, 0x05, 0x06
9495 };
9496
9497 static hda_nid_t alc861_adc_nids[1] = {
9498         /* ADC0-2 */
9499         0x08,
9500 };
9501
9502 static struct hda_input_mux alc861_capture_source = {
9503         .num_items = 5,
9504         .items = {
9505                 { "Mic", 0x0 },
9506                 { "Front Mic", 0x3 },
9507                 { "Line", 0x1 },
9508                 { "CD", 0x4 },
9509                 { "Mixer", 0x5 },
9510         },
9511 };
9512
9513 /* fill in the dac_nids table from the parsed pin configuration */
9514 static int alc861_auto_fill_dac_nids(struct alc_spec *spec,
9515                                      const struct auto_pin_cfg *cfg)
9516 {
9517         int i;
9518         hda_nid_t nid;
9519
9520         spec->multiout.dac_nids = spec->private_dac_nids;
9521         for (i = 0; i < cfg->line_outs; i++) {
9522                 nid = cfg->line_out_pins[i];
9523                 if (nid) {
9524                         if (i >= ARRAY_SIZE(alc861_dac_nids))
9525                                 continue;
9526                         spec->multiout.dac_nids[i] = alc861_dac_nids[i];
9527                 }
9528         }
9529         spec->multiout.num_dacs = cfg->line_outs;
9530         return 0;
9531 }
9532
9533 /* add playback controls from the parsed DAC table */
9534 static int alc861_auto_create_multi_out_ctls(struct alc_spec *spec,
9535                                              const struct auto_pin_cfg *cfg)
9536 {
9537         char name[32];
9538         static const char *chname[4] = {
9539                 "Front", "Surround", NULL /*CLFE*/, "Side"
9540         };
9541         hda_nid_t nid;
9542         int i, idx, err;
9543
9544         for (i = 0; i < cfg->line_outs; i++) {
9545                 nid = spec->multiout.dac_nids[i];
9546                 if (!nid)
9547                         continue;
9548                 if (nid == 0x05) {
9549                         /* Center/LFE */
9550                         err = add_control(spec, ALC_CTL_BIND_MUTE,
9551                                           "Center Playback Switch",
9552                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
9553                                                               HDA_OUTPUT));
9554                         if (err < 0)
9555                                 return err;
9556                         err = add_control(spec, ALC_CTL_BIND_MUTE,
9557                                           "LFE Playback Switch",
9558                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
9559                                                               HDA_OUTPUT));
9560                         if (err < 0)
9561                                 return err;
9562                 } else {
9563                         for (idx = 0; idx < ARRAY_SIZE(alc861_dac_nids) - 1;
9564                              idx++)
9565                                 if (nid == alc861_dac_nids[idx])
9566                                         break;
9567                         sprintf(name, "%s Playback Switch", chname[idx]);
9568                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
9569                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
9570                                                               HDA_OUTPUT));
9571                         if (err < 0)
9572                                 return err;
9573                 }
9574         }
9575         return 0;
9576 }
9577
9578 static int alc861_auto_create_hp_ctls(struct alc_spec *spec, hda_nid_t pin)
9579 {
9580         int err;
9581         hda_nid_t nid;
9582
9583         if (!pin)
9584                 return 0;
9585
9586         if ((pin >= 0x0b && pin <= 0x10) || pin == 0x1f || pin == 0x20) {
9587                 nid = 0x03;
9588                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
9589                                   "Headphone Playback Switch",
9590                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
9591                 if (err < 0)
9592                         return err;
9593                 spec->multiout.hp_nid = nid;
9594         }
9595         return 0;
9596 }
9597
9598 /* create playback/capture controls for input pins */
9599 static int alc861_auto_create_analog_input_ctls(struct alc_spec *spec,
9600                                                 const struct auto_pin_cfg *cfg)
9601 {
9602         struct hda_input_mux *imux = &spec->private_imux;
9603         int i, err, idx, idx1;
9604
9605         for (i = 0; i < AUTO_PIN_LAST; i++) {
9606                 switch (cfg->input_pins[i]) {
9607                 case 0x0c:
9608                         idx1 = 1;
9609                         idx = 2;        /* Line In */
9610                         break;
9611                 case 0x0f:
9612                         idx1 = 2;
9613                         idx = 2;        /* Line In */
9614                         break;
9615                 case 0x0d:
9616                         idx1 = 0;
9617                         idx = 1;        /* Mic In */
9618                         break;
9619                 case 0x10:
9620                         idx1 = 3;
9621                         idx = 1;        /* Mic In */
9622                         break;
9623                 case 0x11:
9624                         idx1 = 4;
9625                         idx = 0;        /* CD */
9626                         break;
9627                 default:
9628                         continue;
9629                 }
9630
9631                 err = new_analog_input(spec, cfg->input_pins[i],
9632                                        auto_pin_cfg_labels[i], idx, 0x15);
9633                 if (err < 0)
9634                         return err;
9635
9636                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
9637                 imux->items[imux->num_items].index = idx1;
9638                 imux->num_items++;
9639         }
9640         return 0;
9641 }
9642
9643 static struct snd_kcontrol_new alc861_capture_mixer[] = {
9644         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9645         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9646
9647         {
9648                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9649                 /* The multiple "Capture Source" controls confuse alsamixer
9650                  * So call somewhat different..
9651                  *FIXME: the controls appear in the "playback" view!
9652                  */
9653                 /* .name = "Capture Source", */
9654                 .name = "Input Source",
9655                 .count = 1,
9656                 .info = alc_mux_enum_info,
9657                 .get = alc_mux_enum_get,
9658                 .put = alc_mux_enum_put,
9659         },
9660         { } /* end */
9661 };
9662
9663 static void alc861_auto_set_output_and_unmute(struct hda_codec *codec,
9664                                               hda_nid_t nid,
9665                                               int pin_type, int dac_idx)
9666 {
9667         /* set as output */
9668
9669         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
9670                             pin_type);
9671         snd_hda_codec_write(codec, dac_idx, 0, AC_VERB_SET_AMP_GAIN_MUTE,
9672                             AMP_OUT_UNMUTE);
9673
9674 }
9675
9676 static void alc861_auto_init_multi_out(struct hda_codec *codec)
9677 {
9678         struct alc_spec *spec = codec->spec;
9679         int i;
9680
9681         alc_subsystem_id(codec, 0x0e, 0x0f, 0x0b);
9682         for (i = 0; i < spec->autocfg.line_outs; i++) {
9683                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
9684                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
9685                 if (nid)
9686                         alc861_auto_set_output_and_unmute(codec, nid, pin_type,
9687                                                           spec->multiout.dac_nids[i]);
9688         }
9689 }
9690
9691 static void alc861_auto_init_hp_out(struct hda_codec *codec)
9692 {
9693         struct alc_spec *spec = codec->spec;
9694         hda_nid_t pin;
9695
9696         pin = spec->autocfg.hp_pins[0];
9697         if (pin) /* connect to front */
9698                 alc861_auto_set_output_and_unmute(codec, pin, PIN_HP,
9699                                                   spec->multiout.dac_nids[0]);
9700 }
9701
9702 static void alc861_auto_init_analog_input(struct hda_codec *codec)
9703 {
9704         struct alc_spec *spec = codec->spec;
9705         int i;
9706
9707         for (i = 0; i < AUTO_PIN_LAST; i++) {
9708                 hda_nid_t nid = spec->autocfg.input_pins[i];
9709                 if (nid >= 0x0c && nid <= 0x11) {
9710                         snd_hda_codec_write(codec, nid, 0,
9711                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
9712                                             i <= AUTO_PIN_FRONT_MIC ?
9713                                             PIN_VREF80 : PIN_IN);
9714                 }
9715         }
9716 }
9717
9718 /* parse the BIOS configuration and set up the alc_spec */
9719 /* return 1 if successful, 0 if the proper config is not found,
9720  * or a negative error code
9721  */
9722 static int alc861_parse_auto_config(struct hda_codec *codec)
9723 {
9724         struct alc_spec *spec = codec->spec;
9725         int err;
9726         static hda_nid_t alc861_ignore[] = { 0x1d, 0 };
9727
9728         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
9729                                            alc861_ignore);
9730         if (err < 0)
9731                 return err;
9732         if (!spec->autocfg.line_outs)
9733                 return 0; /* can't find valid BIOS pin config */
9734
9735         err = alc861_auto_fill_dac_nids(spec, &spec->autocfg);
9736         if (err < 0)
9737                 return err;
9738         err = alc861_auto_create_multi_out_ctls(spec, &spec->autocfg);
9739         if (err < 0)
9740                 return err;
9741         err = alc861_auto_create_hp_ctls(spec, spec->autocfg.hp_pins[0]);
9742         if (err < 0)
9743                 return err;
9744         err = alc861_auto_create_analog_input_ctls(spec, &spec->autocfg);
9745         if (err < 0)
9746                 return err;
9747
9748         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
9749
9750         if (spec->autocfg.dig_out_pin)
9751                 spec->multiout.dig_out_nid = ALC861_DIGOUT_NID;
9752
9753         if (spec->kctl_alloc)
9754                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
9755
9756         spec->init_verbs[spec->num_init_verbs++] = alc861_auto_init_verbs;
9757
9758         spec->num_mux_defs = 1;
9759         spec->input_mux = &spec->private_imux;
9760
9761         spec->adc_nids = alc861_adc_nids;
9762         spec->num_adc_nids = ARRAY_SIZE(alc861_adc_nids);
9763         spec->mixers[spec->num_mixers] = alc861_capture_mixer;
9764         spec->num_mixers++;
9765
9766         return 1;
9767 }
9768
9769 /* additional initialization for auto-configuration model */
9770 static void alc861_auto_init(struct hda_codec *codec)
9771 {
9772         alc861_auto_init_multi_out(codec);
9773         alc861_auto_init_hp_out(codec);
9774         alc861_auto_init_analog_input(codec);
9775 }
9776
9777 #ifdef CONFIG_SND_HDA_POWER_SAVE
9778 static struct hda_amp_list alc861_loopbacks[] = {
9779         { 0x15, HDA_INPUT, 0 },
9780         { 0x15, HDA_INPUT, 1 },
9781         { 0x15, HDA_INPUT, 2 },
9782         { 0x15, HDA_INPUT, 3 },
9783         { } /* end */
9784 };
9785 #endif
9786
9787
9788 /*
9789  * configuration and preset
9790  */
9791 static const char *alc861_models[ALC861_MODEL_LAST] = {
9792         [ALC861_3ST]            = "3stack",
9793         [ALC660_3ST]            = "3stack-660",
9794         [ALC861_3ST_DIG]        = "3stack-dig",
9795         [ALC861_6ST_DIG]        = "6stack-dig",
9796         [ALC861_UNIWILL_M31]    = "uniwill-m31",
9797         [ALC861_TOSHIBA]        = "toshiba",
9798         [ALC861_ASUS]           = "asus",
9799         [ALC861_ASUS_LAPTOP]    = "asus-laptop",
9800         [ALC861_AUTO]           = "auto",
9801 };
9802
9803 static struct snd_pci_quirk alc861_cfg_tbl[] = {
9804         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
9805         SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
9806         SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
9807         SND_PCI_QUIRK(0x1043, 0x13d7, "ASUS A9rp", ALC861_ASUS_LAPTOP),
9808         SND_PCI_QUIRK(0x1584, 0x9075, "Airis Praxis N1212", ALC861_ASUS_LAPTOP),
9809         SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
9810         SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS P1-AH2", ALC861_3ST_DIG),
9811         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
9812         /* FIXME: the entry below breaks Toshiba A100 (model=auto works!)
9813          *        Any other models that need this preset?
9814          */
9815         /* SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), */
9816         SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
9817         SND_PCI_QUIRK(0x1584, 0x9075, "Uniwill", ALC861_UNIWILL_M31),
9818         SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31),
9819         SND_PCI_QUIRK(0x1849, 0x0660, "Asrock 939SLI32", ALC660_3ST),
9820         SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST),
9821         SND_PCI_QUIRK(0x1462, 0x7254, "HP dx2200 (MSI MS-7254)", ALC861_3ST),
9822         SND_PCI_QUIRK(0x1462, 0x7297, "HP dx2250 (MSI MS-7297)", ALC861_3ST),
9823         {}
9824 };
9825
9826 static struct alc_config_preset alc861_presets[] = {
9827         [ALC861_3ST] = {
9828                 .mixers = { alc861_3ST_mixer },
9829                 .init_verbs = { alc861_threestack_init_verbs },
9830                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9831                 .dac_nids = alc861_dac_nids,
9832                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
9833                 .channel_mode = alc861_threestack_modes,
9834                 .need_dac_fix = 1,
9835                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9836                 .adc_nids = alc861_adc_nids,
9837                 .input_mux = &alc861_capture_source,
9838         },
9839         [ALC861_3ST_DIG] = {
9840                 .mixers = { alc861_base_mixer },
9841                 .init_verbs = { alc861_threestack_init_verbs },
9842                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9843                 .dac_nids = alc861_dac_nids,
9844                 .dig_out_nid = ALC861_DIGOUT_NID,
9845                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
9846                 .channel_mode = alc861_threestack_modes,
9847                 .need_dac_fix = 1,
9848                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9849                 .adc_nids = alc861_adc_nids,
9850                 .input_mux = &alc861_capture_source,
9851         },
9852         [ALC861_6ST_DIG] = {
9853                 .mixers = { alc861_base_mixer },
9854                 .init_verbs = { alc861_base_init_verbs },
9855                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9856                 .dac_nids = alc861_dac_nids,
9857                 .dig_out_nid = ALC861_DIGOUT_NID,
9858                 .num_channel_mode = ARRAY_SIZE(alc861_8ch_modes),
9859                 .channel_mode = alc861_8ch_modes,
9860                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9861                 .adc_nids = alc861_adc_nids,
9862                 .input_mux = &alc861_capture_source,
9863         },
9864         [ALC660_3ST] = {
9865                 .mixers = { alc861_3ST_mixer },
9866                 .init_verbs = { alc861_threestack_init_verbs },
9867                 .num_dacs = ARRAY_SIZE(alc660_dac_nids),
9868                 .dac_nids = alc660_dac_nids,
9869                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
9870                 .channel_mode = alc861_threestack_modes,
9871                 .need_dac_fix = 1,
9872                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9873                 .adc_nids = alc861_adc_nids,
9874                 .input_mux = &alc861_capture_source,
9875         },
9876         [ALC861_UNIWILL_M31] = {
9877                 .mixers = { alc861_uniwill_m31_mixer },
9878                 .init_verbs = { alc861_uniwill_m31_init_verbs },
9879                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9880                 .dac_nids = alc861_dac_nids,
9881                 .dig_out_nid = ALC861_DIGOUT_NID,
9882                 .num_channel_mode = ARRAY_SIZE(alc861_uniwill_m31_modes),
9883                 .channel_mode = alc861_uniwill_m31_modes,
9884                 .need_dac_fix = 1,
9885                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9886                 .adc_nids = alc861_adc_nids,
9887                 .input_mux = &alc861_capture_source,
9888         },
9889         [ALC861_TOSHIBA] = {
9890                 .mixers = { alc861_toshiba_mixer },
9891                 .init_verbs = { alc861_base_init_verbs,
9892                                 alc861_toshiba_init_verbs },
9893                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9894                 .dac_nids = alc861_dac_nids,
9895                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
9896                 .channel_mode = alc883_3ST_2ch_modes,
9897                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9898                 .adc_nids = alc861_adc_nids,
9899                 .input_mux = &alc861_capture_source,
9900                 .unsol_event = alc861_toshiba_unsol_event,
9901                 .init_hook = alc861_toshiba_automute,
9902         },
9903         [ALC861_ASUS] = {
9904                 .mixers = { alc861_asus_mixer },
9905                 .init_verbs = { alc861_asus_init_verbs },
9906                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9907                 .dac_nids = alc861_dac_nids,
9908                 .dig_out_nid = ALC861_DIGOUT_NID,
9909                 .num_channel_mode = ARRAY_SIZE(alc861_asus_modes),
9910                 .channel_mode = alc861_asus_modes,
9911                 .need_dac_fix = 1,
9912                 .hp_nid = 0x06,
9913                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9914                 .adc_nids = alc861_adc_nids,
9915                 .input_mux = &alc861_capture_source,
9916         },
9917         [ALC861_ASUS_LAPTOP] = {
9918                 .mixers = { alc861_toshiba_mixer, alc861_asus_laptop_mixer },
9919                 .init_verbs = { alc861_asus_init_verbs,
9920                                 alc861_asus_laptop_init_verbs },
9921                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
9922                 .dac_nids = alc861_dac_nids,
9923                 .dig_out_nid = ALC861_DIGOUT_NID,
9924                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
9925                 .channel_mode = alc883_3ST_2ch_modes,
9926                 .need_dac_fix = 1,
9927                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
9928                 .adc_nids = alc861_adc_nids,
9929                 .input_mux = &alc861_capture_source,
9930         },
9931 };
9932
9933
9934 static int patch_alc861(struct hda_codec *codec)
9935 {
9936         struct alc_spec *spec;
9937         int board_config;
9938         int err;
9939
9940         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
9941         if (spec == NULL)
9942                 return -ENOMEM;
9943
9944         codec->spec = spec;
9945
9946         board_config = snd_hda_check_board_config(codec, ALC861_MODEL_LAST,
9947                                                   alc861_models,
9948                                                   alc861_cfg_tbl);
9949
9950         if (board_config < 0) {
9951                 printk(KERN_INFO "hda_codec: Unknown model for ALC861, "
9952                        "trying auto-probe from BIOS...\n");
9953                 board_config = ALC861_AUTO;
9954         }
9955
9956         if (board_config == ALC861_AUTO) {
9957                 /* automatic parse from the BIOS config */
9958                 err = alc861_parse_auto_config(codec);
9959                 if (err < 0) {
9960                         alc_free(codec);
9961                         return err;
9962                 } else if (!err) {
9963                         printk(KERN_INFO
9964                                "hda_codec: Cannot set up configuration "
9965                                "from BIOS.  Using base mode...\n");
9966                    board_config = ALC861_3ST_DIG;
9967                 }
9968         }
9969
9970         if (board_config != ALC861_AUTO)
9971                 setup_preset(spec, &alc861_presets[board_config]);
9972
9973         spec->stream_name_analog = "ALC861 Analog";
9974         spec->stream_analog_playback = &alc861_pcm_analog_playback;
9975         spec->stream_analog_capture = &alc861_pcm_analog_capture;
9976
9977         spec->stream_name_digital = "ALC861 Digital";
9978         spec->stream_digital_playback = &alc861_pcm_digital_playback;
9979         spec->stream_digital_capture = &alc861_pcm_digital_capture;
9980
9981         codec->patch_ops = alc_patch_ops;
9982         if (board_config == ALC861_AUTO)
9983                 spec->init_hook = alc861_auto_init;
9984 #ifdef CONFIG_SND_HDA_POWER_SAVE
9985         if (!spec->loopback.amplist)
9986                 spec->loopback.amplist = alc861_loopbacks;
9987 #endif
9988                 
9989         return 0;
9990 }
9991
9992 /*
9993  * ALC861-VD support
9994  *
9995  * Based on ALC882
9996  *
9997  * In addition, an independent DAC
9998  */
9999 #define ALC861VD_DIGOUT_NID     0x06
10000
10001 static hda_nid_t alc861vd_dac_nids[4] = {
10002         /* front, surr, clfe, side surr */
10003         0x02, 0x03, 0x04, 0x05
10004 };
10005
10006 /* dac_nids for ALC660vd are in a different order - according to
10007  * Realtek's driver.
10008  * This should probably tesult in a different mixer for 6stack models
10009  * of ALC660vd codecs, but for now there is only 3stack mixer
10010  * - and it is the same as in 861vd.
10011  * adc_nids in ALC660vd are (is) the same as in 861vd
10012  */
10013 static hda_nid_t alc660vd_dac_nids[3] = {
10014         /* front, rear, clfe, rear_surr */
10015         0x02, 0x04, 0x03
10016 };
10017
10018 static hda_nid_t alc861vd_adc_nids[1] = {
10019         /* ADC0 */
10020         0x09,
10021 };
10022
10023 /* input MUX */
10024 /* FIXME: should be a matrix-type input source selection */
10025 static struct hda_input_mux alc861vd_capture_source = {
10026         .num_items = 4,
10027         .items = {
10028                 { "Mic", 0x0 },
10029                 { "Front Mic", 0x1 },
10030                 { "Line", 0x2 },
10031                 { "CD", 0x4 },
10032         },
10033 };
10034
10035 static struct hda_input_mux alc861vd_dallas_capture_source = {
10036         .num_items = 3,
10037         .items = {
10038                 { "Front Mic", 0x0 },
10039                 { "ATAPI Mic", 0x1 },
10040                 { "Line In", 0x5 },
10041         },
10042 };
10043
10044 static struct hda_input_mux alc861vd_hp_capture_source = {
10045         .num_items = 2,
10046         .items = {
10047                 { "Front Mic", 0x0 },
10048                 { "ATAPI Mic", 0x1 },
10049         },
10050 };
10051
10052 #define alc861vd_mux_enum_info alc_mux_enum_info
10053 #define alc861vd_mux_enum_get alc_mux_enum_get
10054
10055 static int alc861vd_mux_enum_put(struct snd_kcontrol *kcontrol,
10056                                 struct snd_ctl_elem_value *ucontrol)
10057 {
10058         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
10059         struct alc_spec *spec = codec->spec;
10060         const struct hda_input_mux *imux = spec->input_mux;
10061         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
10062         static hda_nid_t capture_mixers[1] = { 0x22 };
10063         hda_nid_t nid = capture_mixers[adc_idx];
10064         unsigned int *cur_val = &spec->cur_mux[adc_idx];
10065         unsigned int i, idx;
10066
10067         idx = ucontrol->value.enumerated.item[0];
10068         if (idx >= imux->num_items)
10069                 idx = imux->num_items - 1;
10070         if (*cur_val == idx)
10071                 return 0;
10072         for (i = 0; i < imux->num_items; i++) {
10073                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
10074                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
10075                                          imux->items[i].index,
10076                                          HDA_AMP_MUTE, v);
10077         }
10078         *cur_val = idx;
10079         return 1;
10080 }
10081
10082 /*
10083  * 2ch mode
10084  */
10085 static struct hda_channel_mode alc861vd_3stack_2ch_modes[1] = {
10086         { 2, NULL }
10087 };
10088
10089 /*
10090  * 6ch mode
10091  */
10092 static struct hda_verb alc861vd_6stack_ch6_init[] = {
10093         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
10094         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10095         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10096         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10097         { } /* end */
10098 };
10099
10100 /*
10101  * 8ch mode
10102  */
10103 static struct hda_verb alc861vd_6stack_ch8_init[] = {
10104         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10105         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10106         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10107         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10108         { } /* end */
10109 };
10110
10111 static struct hda_channel_mode alc861vd_6stack_modes[2] = {
10112         { 6, alc861vd_6stack_ch6_init },
10113         { 8, alc861vd_6stack_ch8_init },
10114 };
10115
10116 static struct snd_kcontrol_new alc861vd_chmode_mixer[] = {
10117         {
10118                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10119                 .name = "Channel Mode",
10120                 .info = alc_ch_mode_info,
10121                 .get = alc_ch_mode_get,
10122                 .put = alc_ch_mode_put,
10123         },
10124         { } /* end */
10125 };
10126
10127 static struct snd_kcontrol_new alc861vd_capture_mixer[] = {
10128         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
10129         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
10130
10131         {
10132                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10133                 /* The multiple "Capture Source" controls confuse alsamixer
10134                  * So call somewhat different..
10135                  *FIXME: the controls appear in the "playback" view!
10136                  */
10137                 /* .name = "Capture Source", */
10138                 .name = "Input Source",
10139                 .count = 1,
10140                 .info = alc861vd_mux_enum_info,
10141                 .get = alc861vd_mux_enum_get,
10142                 .put = alc861vd_mux_enum_put,
10143         },
10144         { } /* end */
10145 };
10146
10147 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
10148  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
10149  */
10150 static struct snd_kcontrol_new alc861vd_6st_mixer[] = {
10151         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10152         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10153
10154         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10155         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
10156
10157         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0,
10158                                 HDA_OUTPUT),
10159         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0,
10160                                 HDA_OUTPUT),
10161         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
10162         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
10163
10164         HDA_CODEC_VOLUME("Side Playback Volume", 0x05, 0x0, HDA_OUTPUT),
10165         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
10166
10167         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10168
10169         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10170         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10171         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10172
10173         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10174         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10175         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10176
10177         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
10178         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
10179
10180         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10181         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10182
10183         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
10184         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
10185
10186         { } /* end */
10187 };
10188
10189 static struct snd_kcontrol_new alc861vd_3st_mixer[] = {
10190         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10191         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10192
10193         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10194
10195         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10196         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10197         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10198
10199         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10200         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10201         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10202
10203         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
10204         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
10205
10206         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10207         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10208
10209         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
10210         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
10211
10212         { } /* end */
10213 };
10214
10215 static struct snd_kcontrol_new alc861vd_lenovo_mixer[] = {
10216         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10217         /*HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),*/
10218         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
10219
10220         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10221
10222         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10223         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10224         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10225
10226         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10227         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10228         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10229
10230         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10231         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10232
10233         { } /* end */
10234 };
10235
10236 /* Pin assignment: Front=0x14, HP = 0x15,
10237  *                 Front Mic=0x18, ATAPI Mic = 0x19, Line In = 0x1d
10238  */
10239 static struct snd_kcontrol_new alc861vd_dallas_mixer[] = {
10240         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10241         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10242         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10243         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
10244         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10245         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10246         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10247         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10248         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x05, HDA_INPUT),
10249         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x05, HDA_INPUT),
10250         { } /* end */
10251 };
10252
10253 /* Pin assignment: Speaker=0x14, Line-out = 0x15,
10254  *                 Front Mic=0x18, ATAPI Mic = 0x19,
10255  */
10256 static struct snd_kcontrol_new alc861vd_hp_mixer[] = {
10257         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10258         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10259         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10260         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
10261         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10262         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10263         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10264         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10265         
10266         { } /* end */
10267 };
10268
10269 /*
10270  * generic initialization of ADC, input mixers and output mixers
10271  */
10272 static struct hda_verb alc861vd_volume_init_verbs[] = {
10273         /*
10274          * Unmute ADC0 and set the default input to mic-in
10275          */
10276         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
10277         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10278
10279         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of
10280          * the analog-loopback mixer widget
10281          */
10282         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
10283         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10284         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10285         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10286         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10287         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10288
10289         /* Capture mixer: unmute Mic, F-Mic, Line, CD inputs */
10290         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10291         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10292         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
10293         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
10294
10295         /*
10296          * Set up output mixers (0x02 - 0x05)
10297          */
10298         /* set vol=0 to output mixers */
10299         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10300         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10301         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10302         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10303
10304         /* set up input amps for analog loopback */
10305         /* Amp Indices: DAC = 0, mixer = 1 */
10306         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10307         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10308         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10309         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10310         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10311         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10312         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10313         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10314
10315         { }
10316 };
10317
10318 /*
10319  * 3-stack pin configuration:
10320  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
10321  */
10322 static struct hda_verb alc861vd_3stack_init_verbs[] = {
10323         /*
10324          * Set pin mode and muting
10325          */
10326         /* set front pin widgets 0x14 for output */
10327         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10328         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10329         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
10330
10331         /* Mic (rear) pin: input vref at 80% */
10332         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10333         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10334         /* Front Mic pin: input vref at 80% */
10335         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10336         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10337         /* Line In pin: input */
10338         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10339         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10340         /* Line-2 In: Headphone output (output 0 - 0x0c) */
10341         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
10342         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10343         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10344         /* CD pin widget for input */
10345         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10346
10347         { }
10348 };
10349
10350 /*
10351  * 6-stack pin configuration:
10352  */
10353 static struct hda_verb alc861vd_6stack_init_verbs[] = {
10354         /*
10355          * Set pin mode and muting
10356          */
10357         /* set front pin widgets 0x14 for output */
10358         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10359         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10360         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
10361
10362         /* Rear Pin: output 1 (0x0d) */
10363         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10364         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10365         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
10366         /* CLFE Pin: output 2 (0x0e) */
10367         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10368         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10369         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
10370         /* Side Pin: output 3 (0x0f) */
10371         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10372         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10373         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
10374
10375         /* Mic (rear) pin: input vref at 80% */
10376         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10377         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10378         /* Front Mic pin: input vref at 80% */
10379         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10380         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10381         /* Line In pin: input */
10382         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10383         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10384         /* Line-2 In: Headphone output (output 0 - 0x0c) */
10385         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
10386         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10387         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10388         /* CD pin widget for input */
10389         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10390
10391         { }
10392 };
10393
10394 static struct hda_verb alc861vd_eapd_verbs[] = {
10395         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
10396         { }
10397 };
10398
10399 static struct hda_verb alc861vd_lenovo_unsol_verbs[] = {
10400         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10401         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10402         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
10403         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10404         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT}, 
10405         {}
10406 };
10407
10408 /* toggle speaker-output according to the hp-jack state */
10409 static void alc861vd_lenovo_hp_automute(struct hda_codec *codec)
10410 {
10411         unsigned int present;
10412         unsigned char bits;
10413
10414         present = snd_hda_codec_read(codec, 0x1b, 0,
10415                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10416         bits = present ? HDA_AMP_MUTE : 0;
10417         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
10418                                  HDA_AMP_MUTE, bits);
10419 }
10420
10421 static void alc861vd_lenovo_mic_automute(struct hda_codec *codec)
10422 {
10423         unsigned int present;
10424         unsigned char bits;
10425
10426         present = snd_hda_codec_read(codec, 0x18, 0,
10427                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10428         bits = present ? HDA_AMP_MUTE : 0;
10429         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1,
10430                                  HDA_AMP_MUTE, bits);
10431 }
10432
10433 static void alc861vd_lenovo_automute(struct hda_codec *codec)
10434 {
10435         alc861vd_lenovo_hp_automute(codec);
10436         alc861vd_lenovo_mic_automute(codec);
10437 }
10438
10439 static void alc861vd_lenovo_unsol_event(struct hda_codec *codec,
10440                                         unsigned int res)
10441 {
10442         switch (res >> 26) {
10443         case ALC880_HP_EVENT:
10444                 alc861vd_lenovo_hp_automute(codec);
10445                 break;
10446         case ALC880_MIC_EVENT:
10447                 alc861vd_lenovo_mic_automute(codec);
10448                 break;
10449         }
10450 }
10451
10452 static struct hda_verb alc861vd_dallas_verbs[] = {
10453         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10454         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10455         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10456         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10457
10458         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10459         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10460         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10461         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10462         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10463         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10464         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10465         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10466         
10467         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10468         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10469         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10470         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10471         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10472         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10473         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10474         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10475
10476         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
10477         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10478         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
10479         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10480         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10481         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10482         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10483         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10484
10485         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10486         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10487         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10488         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10489
10490         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10491         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},  
10492         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10493
10494         { } /* end */
10495 };
10496
10497 /* toggle speaker-output according to the hp-jack state */
10498 static void alc861vd_dallas_automute(struct hda_codec *codec)
10499 {
10500         unsigned int present;
10501
10502         present = snd_hda_codec_read(codec, 0x15, 0,
10503                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10504         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
10505                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
10506 }
10507
10508 static void alc861vd_dallas_unsol_event(struct hda_codec *codec, unsigned int res)
10509 {
10510         if ((res >> 26) == ALC880_HP_EVENT)
10511                 alc861vd_dallas_automute(codec);
10512 }
10513
10514 #ifdef CONFIG_SND_HDA_POWER_SAVE
10515 #define alc861vd_loopbacks      alc880_loopbacks
10516 #endif
10517
10518 /* pcm configuration: identiacal with ALC880 */
10519 #define alc861vd_pcm_analog_playback    alc880_pcm_analog_playback
10520 #define alc861vd_pcm_analog_capture     alc880_pcm_analog_capture
10521 #define alc861vd_pcm_digital_playback   alc880_pcm_digital_playback
10522 #define alc861vd_pcm_digital_capture    alc880_pcm_digital_capture
10523
10524 /*
10525  * configuration and preset
10526  */
10527 static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
10528         [ALC660VD_3ST]          = "3stack-660",
10529         [ALC660VD_3ST_DIG]      = "3stack-660-digout",
10530         [ALC861VD_3ST]          = "3stack",
10531         [ALC861VD_3ST_DIG]      = "3stack-digout",
10532         [ALC861VD_6ST_DIG]      = "6stack-digout",
10533         [ALC861VD_LENOVO]       = "lenovo",
10534         [ALC861VD_DALLAS]       = "dallas",
10535         [ALC861VD_HP]           = "hp",
10536         [ALC861VD_AUTO]         = "auto",
10537 };
10538
10539 static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
10540         SND_PCI_QUIRK(0x1043, 0x12e2, "Asus z35m", ALC660VD_3ST),
10541         SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
10542         SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG),
10543         SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
10544         SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
10545
10546         SND_PCI_QUIRK(0x1179, 0xff00, "DALLAS", ALC861VD_DALLAS),
10547         SND_PCI_QUIRK(0x1179, 0xff01, "DALLAS", ALC861VD_DALLAS),
10548         SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo 3000 C200", ALC861VD_LENOVO),
10549         SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
10550         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO),
10551         SND_PCI_QUIRK(0x1565, 0x820d, "Biostar NF61S SE", ALC861VD_6ST_DIG),
10552         SND_PCI_QUIRK(0x1849, 0x0862, "ASRock K8NF6G-VSTA", ALC861VD_6ST_DIG),
10553         SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_HP),
10554         {}
10555 };
10556
10557 static struct alc_config_preset alc861vd_presets[] = {
10558         [ALC660VD_3ST] = {
10559                 .mixers = { alc861vd_3st_mixer },
10560                 .init_verbs = { alc861vd_volume_init_verbs,
10561                                  alc861vd_3stack_init_verbs },
10562                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
10563                 .dac_nids = alc660vd_dac_nids,
10564                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10565                 .adc_nids = alc861vd_adc_nids,
10566                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10567                 .channel_mode = alc861vd_3stack_2ch_modes,
10568                 .input_mux = &alc861vd_capture_source,
10569         },
10570         [ALC660VD_3ST_DIG] = {
10571                 .mixers = { alc861vd_3st_mixer },
10572                 .init_verbs = { alc861vd_volume_init_verbs,
10573                                  alc861vd_3stack_init_verbs },
10574                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
10575                 .dac_nids = alc660vd_dac_nids,
10576                 .dig_out_nid = ALC861VD_DIGOUT_NID,
10577                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10578                 .adc_nids = alc861vd_adc_nids,
10579                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10580                 .channel_mode = alc861vd_3stack_2ch_modes,
10581                 .input_mux = &alc861vd_capture_source,
10582         },
10583         [ALC861VD_3ST] = {
10584                 .mixers = { alc861vd_3st_mixer },
10585                 .init_verbs = { alc861vd_volume_init_verbs,
10586                                  alc861vd_3stack_init_verbs },
10587                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
10588                 .dac_nids = alc861vd_dac_nids,
10589                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10590                 .channel_mode = alc861vd_3stack_2ch_modes,
10591                 .input_mux = &alc861vd_capture_source,
10592         },
10593         [ALC861VD_3ST_DIG] = {
10594                 .mixers = { alc861vd_3st_mixer },
10595                 .init_verbs = { alc861vd_volume_init_verbs,
10596                                  alc861vd_3stack_init_verbs },
10597                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
10598                 .dac_nids = alc861vd_dac_nids,
10599                 .dig_out_nid = ALC861VD_DIGOUT_NID,
10600                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10601                 .channel_mode = alc861vd_3stack_2ch_modes,
10602                 .input_mux = &alc861vd_capture_source,
10603         },
10604         [ALC861VD_6ST_DIG] = {
10605                 .mixers = { alc861vd_6st_mixer, alc861vd_chmode_mixer },
10606                 .init_verbs = { alc861vd_volume_init_verbs,
10607                                 alc861vd_6stack_init_verbs },
10608                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
10609                 .dac_nids = alc861vd_dac_nids,
10610                 .dig_out_nid = ALC861VD_DIGOUT_NID,
10611                 .num_channel_mode = ARRAY_SIZE(alc861vd_6stack_modes),
10612                 .channel_mode = alc861vd_6stack_modes,
10613                 .input_mux = &alc861vd_capture_source,
10614         },
10615         [ALC861VD_LENOVO] = {
10616                 .mixers = { alc861vd_lenovo_mixer },
10617                 .init_verbs = { alc861vd_volume_init_verbs,
10618                                 alc861vd_3stack_init_verbs,
10619                                 alc861vd_eapd_verbs,
10620                                 alc861vd_lenovo_unsol_verbs },
10621                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
10622                 .dac_nids = alc660vd_dac_nids,
10623                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10624                 .adc_nids = alc861vd_adc_nids,
10625                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10626                 .channel_mode = alc861vd_3stack_2ch_modes,
10627                 .input_mux = &alc861vd_capture_source,
10628                 .unsol_event = alc861vd_lenovo_unsol_event,
10629                 .init_hook = alc861vd_lenovo_automute,
10630         },
10631         [ALC861VD_DALLAS] = {
10632                 .mixers = { alc861vd_dallas_mixer },
10633                 .init_verbs = { alc861vd_dallas_verbs },
10634                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
10635                 .dac_nids = alc861vd_dac_nids,
10636                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10637                 .adc_nids = alc861vd_adc_nids,
10638                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10639                 .channel_mode = alc861vd_3stack_2ch_modes,
10640                 .input_mux = &alc861vd_dallas_capture_source,
10641                 .unsol_event = alc861vd_dallas_unsol_event,
10642                 .init_hook = alc861vd_dallas_automute,
10643         },
10644         [ALC861VD_HP] = {
10645                 .mixers = { alc861vd_hp_mixer },
10646                 .init_verbs = { alc861vd_dallas_verbs, alc861vd_eapd_verbs },
10647                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
10648                 .dac_nids = alc861vd_dac_nids,
10649                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10650                 .dig_out_nid = ALC861VD_DIGOUT_NID,
10651                 .adc_nids = alc861vd_adc_nids,
10652                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10653                 .channel_mode = alc861vd_3stack_2ch_modes,
10654                 .input_mux = &alc861vd_hp_capture_source,
10655                 .unsol_event = alc861vd_dallas_unsol_event,
10656                 .init_hook = alc861vd_dallas_automute,
10657         },              
10658 };
10659
10660 /*
10661  * BIOS auto configuration
10662  */
10663 static void alc861vd_auto_set_output_and_unmute(struct hda_codec *codec,
10664                                 hda_nid_t nid, int pin_type, int dac_idx)
10665 {
10666         /* set as output */
10667         snd_hda_codec_write(codec, nid, 0,
10668                                 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
10669         snd_hda_codec_write(codec, nid, 0,
10670                                 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
10671 }
10672
10673 static void alc861vd_auto_init_multi_out(struct hda_codec *codec)
10674 {
10675         struct alc_spec *spec = codec->spec;
10676         int i;
10677
10678         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
10679         for (i = 0; i <= HDA_SIDE; i++) {
10680                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
10681                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
10682                 if (nid)
10683                         alc861vd_auto_set_output_and_unmute(codec, nid,
10684                                                             pin_type, i);
10685         }
10686 }
10687
10688
10689 static void alc861vd_auto_init_hp_out(struct hda_codec *codec)
10690 {
10691         struct alc_spec *spec = codec->spec;
10692         hda_nid_t pin;
10693
10694         pin = spec->autocfg.hp_pins[0];
10695         if (pin) /* connect to front and  use dac 0 */
10696                 alc861vd_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
10697 }
10698
10699 #define alc861vd_is_input_pin(nid)      alc880_is_input_pin(nid)
10700 #define ALC861VD_PIN_CD_NID             ALC880_PIN_CD_NID
10701
10702 static void alc861vd_auto_init_analog_input(struct hda_codec *codec)
10703 {
10704         struct alc_spec *spec = codec->spec;
10705         int i;
10706
10707         for (i = 0; i < AUTO_PIN_LAST; i++) {
10708                 hda_nid_t nid = spec->autocfg.input_pins[i];
10709                 if (alc861vd_is_input_pin(nid)) {
10710                         snd_hda_codec_write(codec, nid, 0,
10711                                         AC_VERB_SET_PIN_WIDGET_CONTROL,
10712                                         i <= AUTO_PIN_FRONT_MIC ?
10713                                                         PIN_VREF80 : PIN_IN);
10714                         if (nid != ALC861VD_PIN_CD_NID)
10715                                 snd_hda_codec_write(codec, nid, 0,
10716                                                 AC_VERB_SET_AMP_GAIN_MUTE,
10717                                                 AMP_OUT_MUTE);
10718                 }
10719         }
10720 }
10721
10722 #define alc861vd_idx_to_mixer_vol(nid)          ((nid) + 0x02)
10723 #define alc861vd_idx_to_mixer_switch(nid)       ((nid) + 0x0c)
10724
10725 /* add playback controls from the parsed DAC table */
10726 /* Based on ALC880 version. But ALC861VD has separate,
10727  * different NIDs for mute/unmute switch and volume control */
10728 static int alc861vd_auto_create_multi_out_ctls(struct alc_spec *spec,
10729                                              const struct auto_pin_cfg *cfg)
10730 {
10731         char name[32];
10732         static const char *chname[4] = {"Front", "Surround", "CLFE", "Side"};
10733         hda_nid_t nid_v, nid_s;
10734         int i, err;
10735
10736         for (i = 0; i < cfg->line_outs; i++) {
10737                 if (!spec->multiout.dac_nids[i])
10738                         continue;
10739                 nid_v = alc861vd_idx_to_mixer_vol(
10740                                 alc880_dac_to_idx(
10741                                         spec->multiout.dac_nids[i]));
10742                 nid_s = alc861vd_idx_to_mixer_switch(
10743                                 alc880_dac_to_idx(
10744                                         spec->multiout.dac_nids[i]));
10745
10746                 if (i == 2) {
10747                         /* Center/LFE */
10748                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
10749                                           "Center Playback Volume",
10750                                           HDA_COMPOSE_AMP_VAL(nid_v, 1, 0,
10751                                                               HDA_OUTPUT));
10752                         if (err < 0)
10753                                 return err;
10754                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
10755                                           "LFE Playback Volume",
10756                                           HDA_COMPOSE_AMP_VAL(nid_v, 2, 0,
10757                                                               HDA_OUTPUT));
10758                         if (err < 0)
10759                                 return err;
10760                         err = add_control(spec, ALC_CTL_BIND_MUTE,
10761                                           "Center Playback Switch",
10762                                           HDA_COMPOSE_AMP_VAL(nid_s, 1, 2,
10763                                                               HDA_INPUT));
10764                         if (err < 0)
10765                                 return err;
10766                         err = add_control(spec, ALC_CTL_BIND_MUTE,
10767                                           "LFE Playback Switch",
10768                                           HDA_COMPOSE_AMP_VAL(nid_s, 2, 2,
10769                                                               HDA_INPUT));
10770                         if (err < 0)
10771                                 return err;
10772                 } else {
10773                         sprintf(name, "%s Playback Volume", chname[i]);
10774                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
10775                                           HDA_COMPOSE_AMP_VAL(nid_v, 3, 0,
10776                                                               HDA_OUTPUT));
10777                         if (err < 0)
10778                                 return err;
10779                         sprintf(name, "%s Playback Switch", chname[i]);
10780                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
10781                                           HDA_COMPOSE_AMP_VAL(nid_s, 3, 2,
10782                                                               HDA_INPUT));
10783                         if (err < 0)
10784                                 return err;
10785                 }
10786         }
10787         return 0;
10788 }
10789
10790 /* add playback controls for speaker and HP outputs */
10791 /* Based on ALC880 version. But ALC861VD has separate,
10792  * different NIDs for mute/unmute switch and volume control */
10793 static int alc861vd_auto_create_extra_out(struct alc_spec *spec,
10794                                         hda_nid_t pin, const char *pfx)
10795 {
10796         hda_nid_t nid_v, nid_s;
10797         int err;
10798         char name[32];
10799
10800         if (!pin)
10801                 return 0;
10802
10803         if (alc880_is_fixed_pin(pin)) {
10804                 nid_v = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
10805                 /* specify the DAC as the extra output */
10806                 if (!spec->multiout.hp_nid)
10807                         spec->multiout.hp_nid = nid_v;
10808                 else
10809                         spec->multiout.extra_out_nid[0] = nid_v;
10810                 /* control HP volume/switch on the output mixer amp */
10811                 nid_v = alc861vd_idx_to_mixer_vol(
10812                                 alc880_fixed_pin_idx(pin));
10813                 nid_s = alc861vd_idx_to_mixer_switch(
10814                                 alc880_fixed_pin_idx(pin));
10815
10816                 sprintf(name, "%s Playback Volume", pfx);
10817                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
10818                                   HDA_COMPOSE_AMP_VAL(nid_v, 3, 0, HDA_OUTPUT));
10819                 if (err < 0)
10820                         return err;
10821                 sprintf(name, "%s Playback Switch", pfx);
10822                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
10823                                   HDA_COMPOSE_AMP_VAL(nid_s, 3, 2, HDA_INPUT));
10824                 if (err < 0)
10825                         return err;
10826         } else if (alc880_is_multi_pin(pin)) {
10827                 /* set manual connection */
10828                 /* we have only a switch on HP-out PIN */
10829                 sprintf(name, "%s Playback Switch", pfx);
10830                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
10831                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
10832                 if (err < 0)
10833                         return err;
10834         }
10835         return 0;
10836 }
10837
10838 /* parse the BIOS configuration and set up the alc_spec
10839  * return 1 if successful, 0 if the proper config is not found,
10840  * or a negative error code
10841  * Based on ALC880 version - had to change it to override
10842  * alc880_auto_create_extra_out and alc880_auto_create_multi_out_ctls */
10843 static int alc861vd_parse_auto_config(struct hda_codec *codec)
10844 {
10845         struct alc_spec *spec = codec->spec;
10846         int err;
10847         static hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
10848
10849         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
10850                                            alc861vd_ignore);
10851         if (err < 0)
10852                 return err;
10853         if (!spec->autocfg.line_outs)
10854                 return 0; /* can't find valid BIOS pin config */
10855
10856         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
10857         if (err < 0)
10858                 return err;
10859         err = alc861vd_auto_create_multi_out_ctls(spec, &spec->autocfg);
10860         if (err < 0)
10861                 return err;
10862         err = alc861vd_auto_create_extra_out(spec,
10863                                              spec->autocfg.speaker_pins[0],
10864                                              "Speaker");
10865         if (err < 0)
10866                 return err;
10867         err = alc861vd_auto_create_extra_out(spec,
10868                                              spec->autocfg.hp_pins[0],
10869                                              "Headphone");
10870         if (err < 0)
10871                 return err;
10872         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
10873         if (err < 0)
10874                 return err;
10875
10876         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
10877
10878         if (spec->autocfg.dig_out_pin)
10879                 spec->multiout.dig_out_nid = ALC861VD_DIGOUT_NID;
10880
10881         if (spec->kctl_alloc)
10882                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
10883
10884         spec->init_verbs[spec->num_init_verbs++]
10885                 = alc861vd_volume_init_verbs;
10886
10887         spec->num_mux_defs = 1;
10888         spec->input_mux = &spec->private_imux;
10889
10890         return 1;
10891 }
10892
10893 /* additional initialization for auto-configuration model */
10894 static void alc861vd_auto_init(struct hda_codec *codec)
10895 {
10896         alc861vd_auto_init_multi_out(codec);
10897         alc861vd_auto_init_hp_out(codec);
10898         alc861vd_auto_init_analog_input(codec);
10899 }
10900
10901 static int patch_alc861vd(struct hda_codec *codec)
10902 {
10903         struct alc_spec *spec;
10904         int err, board_config;
10905
10906         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
10907         if (spec == NULL)
10908                 return -ENOMEM;
10909
10910         codec->spec = spec;
10911
10912         board_config = snd_hda_check_board_config(codec, ALC861VD_MODEL_LAST,
10913                                                   alc861vd_models,
10914                                                   alc861vd_cfg_tbl);
10915
10916         if (board_config < 0 || board_config >= ALC861VD_MODEL_LAST) {
10917                 printk(KERN_INFO "hda_codec: Unknown model for ALC660VD/"
10918                         "ALC861VD, trying auto-probe from BIOS...\n");
10919                 board_config = ALC861VD_AUTO;
10920         }
10921
10922         if (board_config == ALC861VD_AUTO) {
10923                 /* automatic parse from the BIOS config */
10924                 err = alc861vd_parse_auto_config(codec);
10925                 if (err < 0) {
10926                         alc_free(codec);
10927                         return err;
10928                 } else if (!err) {
10929                         printk(KERN_INFO
10930                                "hda_codec: Cannot set up configuration "
10931                                "from BIOS.  Using base mode...\n");
10932                         board_config = ALC861VD_3ST;
10933                 }
10934         }
10935
10936         if (board_config != ALC861VD_AUTO)
10937                 setup_preset(spec, &alc861vd_presets[board_config]);
10938
10939         spec->stream_name_analog = "ALC861VD Analog";
10940         spec->stream_analog_playback = &alc861vd_pcm_analog_playback;
10941         spec->stream_analog_capture = &alc861vd_pcm_analog_capture;
10942
10943         spec->stream_name_digital = "ALC861VD Digital";
10944         spec->stream_digital_playback = &alc861vd_pcm_digital_playback;
10945         spec->stream_digital_capture = &alc861vd_pcm_digital_capture;
10946
10947         spec->adc_nids = alc861vd_adc_nids;
10948         spec->num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids);
10949
10950         spec->mixers[spec->num_mixers] = alc861vd_capture_mixer;
10951         spec->num_mixers++;
10952
10953         codec->patch_ops = alc_patch_ops;
10954
10955         if (board_config == ALC861VD_AUTO)
10956                 spec->init_hook = alc861vd_auto_init;
10957 #ifdef CONFIG_SND_HDA_POWER_SAVE
10958         if (!spec->loopback.amplist)
10959                 spec->loopback.amplist = alc861vd_loopbacks;
10960 #endif
10961
10962         return 0;
10963 }
10964
10965 /*
10966  * ALC662 support
10967  *
10968  * ALC662 is almost identical with ALC880 but has cleaner and more flexible
10969  * configuration.  Each pin widget can choose any input DACs and a mixer.
10970  * Each ADC is connected from a mixer of all inputs.  This makes possible
10971  * 6-channel independent captures.
10972  *
10973  * In addition, an independent DAC for the multi-playback (not used in this
10974  * driver yet).
10975  */
10976 #define ALC662_DIGOUT_NID       0x06
10977 #define ALC662_DIGIN_NID        0x0a
10978
10979 static hda_nid_t alc662_dac_nids[4] = {
10980         /* front, rear, clfe, rear_surr */
10981         0x02, 0x03, 0x04
10982 };
10983
10984 static hda_nid_t alc662_adc_nids[1] = {
10985         /* ADC1-2 */
10986         0x09,
10987 };
10988 /* input MUX */
10989 /* FIXME: should be a matrix-type input source selection */
10990
10991 static struct hda_input_mux alc662_capture_source = {
10992         .num_items = 4,
10993         .items = {
10994                 { "Mic", 0x0 },
10995                 { "Front Mic", 0x1 },
10996                 { "Line", 0x2 },
10997                 { "CD", 0x4 },
10998         },
10999 };
11000
11001 static struct hda_input_mux alc662_lenovo_101e_capture_source = {
11002         .num_items = 2,
11003         .items = {
11004                 { "Mic", 0x1 },
11005                 { "Line", 0x2 },
11006         },
11007 };
11008 #define alc662_mux_enum_info alc_mux_enum_info
11009 #define alc662_mux_enum_get alc_mux_enum_get
11010
11011 static int alc662_mux_enum_put(struct snd_kcontrol *kcontrol,
11012                                struct snd_ctl_elem_value *ucontrol)
11013 {
11014         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
11015         struct alc_spec *spec = codec->spec;
11016         const struct hda_input_mux *imux = spec->input_mux;
11017         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
11018         static hda_nid_t capture_mixers[2] = { 0x23, 0x22 };
11019         hda_nid_t nid = capture_mixers[adc_idx];
11020         unsigned int *cur_val = &spec->cur_mux[adc_idx];
11021         unsigned int i, idx;
11022
11023         idx = ucontrol->value.enumerated.item[0];
11024         if (idx >= imux->num_items)
11025                 idx = imux->num_items - 1;
11026         if (*cur_val == idx)
11027                 return 0;
11028         for (i = 0; i < imux->num_items; i++) {
11029                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
11030                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
11031                                          imux->items[i].index,
11032                                          HDA_AMP_MUTE, v);
11033         }
11034         *cur_val = idx;
11035         return 1;
11036 }
11037 /*
11038  * 2ch mode
11039  */
11040 static struct hda_channel_mode alc662_3ST_2ch_modes[1] = {
11041         { 2, NULL }
11042 };
11043
11044 /*
11045  * 2ch mode
11046  */
11047 static struct hda_verb alc662_3ST_ch2_init[] = {
11048         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
11049         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
11050         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
11051         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
11052         { } /* end */
11053 };
11054
11055 /*
11056  * 6ch mode
11057  */
11058 static struct hda_verb alc662_3ST_ch6_init[] = {
11059         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11060         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
11061         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
11062         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11063         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
11064         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
11065         { } /* end */
11066 };
11067
11068 static struct hda_channel_mode alc662_3ST_6ch_modes[2] = {
11069         { 2, alc662_3ST_ch2_init },
11070         { 6, alc662_3ST_ch6_init },
11071 };
11072
11073 /*
11074  * 2ch mode
11075  */
11076 static struct hda_verb alc662_sixstack_ch6_init[] = {
11077         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
11078         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
11079         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11080         { } /* end */
11081 };
11082
11083 /*
11084  * 6ch mode
11085  */
11086 static struct hda_verb alc662_sixstack_ch8_init[] = {
11087         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11088         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11089         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11090         { } /* end */
11091 };
11092
11093 static struct hda_channel_mode alc662_5stack_modes[2] = {
11094         { 2, alc662_sixstack_ch6_init },
11095         { 6, alc662_sixstack_ch8_init },
11096 };
11097
11098 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
11099  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
11100  */
11101
11102 static struct snd_kcontrol_new alc662_base_mixer[] = {
11103         /* output mixer control */
11104         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
11105         HDA_CODEC_MUTE("Front Playback Switch", 0x02, 0x0, HDA_OUTPUT),
11106         HDA_CODEC_VOLUME("Surround Playback Volume", 0x3, 0x0, HDA_OUTPUT),
11107         HDA_CODEC_MUTE("Surround Playback Switch", 0x03, 0x0, HDA_OUTPUT),
11108         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
11109         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
11110         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x04, 1, 2, HDA_INPUT),
11111         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x04, 2, 2, HDA_INPUT),
11112         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11113
11114         /*Input mixer control */
11115         HDA_CODEC_VOLUME("CD Playback Volume", 0xb, 0x4, HDA_INPUT),
11116         HDA_CODEC_MUTE("CD Playback Switch", 0xb, 0x4, HDA_INPUT),
11117         HDA_CODEC_VOLUME("Line Playback Volume", 0xb, 0x02, HDA_INPUT),
11118         HDA_CODEC_MUTE("Line Playback Switch", 0xb, 0x02, HDA_INPUT),
11119         HDA_CODEC_VOLUME("Mic Playback Volume", 0xb, 0x0, HDA_INPUT),
11120         HDA_CODEC_MUTE("Mic Playback Switch", 0xb, 0x0, HDA_INPUT),
11121         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0xb, 0x01, HDA_INPUT),
11122         HDA_CODEC_MUTE("Front Mic Playback Switch", 0xb, 0x01, HDA_INPUT),
11123
11124         /* Capture mixer control */
11125         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11126         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11127         {
11128                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11129                 .name = "Capture Source",
11130                 .count = 1,
11131                 .info = alc_mux_enum_info,
11132                 .get = alc_mux_enum_get,
11133                 .put = alc_mux_enum_put,
11134         },
11135         { } /* end */
11136 };
11137
11138 static struct snd_kcontrol_new alc662_3ST_2ch_mixer[] = {
11139         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11140         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11141         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11142         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
11143         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
11144         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11145         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11146         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
11147         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
11148         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11149         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11150         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
11151         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
11152         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11153         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11154         {
11155                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11156                 /* .name = "Capture Source", */
11157                 .name = "Input Source",
11158                 .count = 1,
11159                 .info = alc662_mux_enum_info,
11160                 .get = alc662_mux_enum_get,
11161                 .put = alc662_mux_enum_put,
11162         },
11163         { } /* end */
11164 };
11165
11166 static struct snd_kcontrol_new alc662_3ST_6ch_mixer[] = {
11167         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11168         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11169         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11170         HDA_BIND_MUTE("Surround Playback Switch", 0x03, 2, HDA_INPUT),
11171         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
11172         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
11173         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x04, 1, 2, HDA_INPUT),
11174         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x04, 2, 2, HDA_INPUT),
11175         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11176         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
11177         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
11178         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11179         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11180         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
11181         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
11182         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11183         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11184         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
11185         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
11186         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11187         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11188         {
11189                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11190                 /* .name = "Capture Source", */
11191                 .name = "Input Source",
11192                 .count = 1,
11193                 .info = alc662_mux_enum_info,
11194                 .get = alc662_mux_enum_get,
11195                 .put = alc662_mux_enum_put,
11196         },
11197         { } /* end */
11198 };
11199
11200 static struct snd_kcontrol_new alc662_lenovo_101e_mixer[] = {
11201         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11202         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11203         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11204         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x03, 2, HDA_INPUT),
11205         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11206         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11207         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11208         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11209         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11210         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11211         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11212         {
11213                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11214                 /* .name = "Capture Source", */
11215                 .name = "Input Source",
11216                 .count = 1,
11217                 .info = alc662_mux_enum_info,
11218                 .get = alc662_mux_enum_get,
11219                 .put = alc662_mux_enum_put,
11220         },
11221         { } /* end */
11222 };
11223
11224 static struct snd_kcontrol_new alc662_chmode_mixer[] = {
11225         {
11226                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11227                 .name = "Channel Mode",
11228                 .info = alc_ch_mode_info,
11229                 .get = alc_ch_mode_get,
11230                 .put = alc_ch_mode_put,
11231         },
11232         { } /* end */
11233 };
11234
11235 static struct hda_verb alc662_init_verbs[] = {
11236         /* ADC: mute amp left and right */
11237         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11238         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
11239         /* Front mixer: unmute input/output amp left and right (volume = 0) */
11240
11241         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11242         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11243         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
11244         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
11245         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
11246
11247         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11248         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11249         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11250         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11251         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11252         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11253
11254         /* Front Pin: output 0 (0x0c) */
11255         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11256         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11257
11258         /* Rear Pin: output 1 (0x0d) */
11259         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11260         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11261
11262         /* CLFE Pin: output 2 (0x0e) */
11263         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11264         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11265
11266         /* Mic (rear) pin: input vref at 80% */
11267         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11268         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11269         /* Front Mic pin: input vref at 80% */
11270         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11271         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11272         /* Line In pin: input */
11273         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11274         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11275         /* Line-2 In: Headphone output (output 0 - 0x0c) */
11276         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11277         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11278         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
11279         /* CD pin widget for input */
11280         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11281
11282         /* FIXME: use matrix-type input source selection */
11283         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
11284         /* Input mixer */
11285         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11286         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11287         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
11288         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
11289         { }
11290 };
11291
11292 static struct hda_verb alc662_sue_init_verbs[] = {
11293         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_FRONT_EVENT},
11294         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_HP_EVENT},
11295         {}
11296 };
11297
11298 /*
11299  * generic initialization of ADC, input mixers and output mixers
11300  */
11301 static struct hda_verb alc662_auto_init_verbs[] = {
11302         /*
11303          * Unmute ADC and set the default input to mic-in
11304          */
11305         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
11306         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11307
11308         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
11309          * mixer widget
11310          * Note: PASD motherboards uses the Line In 2 as the input for front
11311          * panel mic (mic 2)
11312          */
11313         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
11314         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11315         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11316         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
11317         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
11318         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
11319
11320         /*
11321          * Set up output mixers (0x0c - 0x0f)
11322          */
11323         /* set vol=0 to output mixers */
11324         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11325         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11326         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11327
11328         /* set up input amps for analog loopback */
11329         /* Amp Indices: DAC = 0, mixer = 1 */
11330         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11331         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11332         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11333         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11334         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11335         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11336
11337
11338         /* FIXME: use matrix-type input source selection */
11339         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
11340         /* Input mixer */
11341         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11342         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11343         { }
11344 };
11345
11346 /* capture mixer elements */
11347 static struct snd_kcontrol_new alc662_capture_mixer[] = {
11348         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11349         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11350         {
11351                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11352                 /* The multiple "Capture Source" controls confuse alsamixer
11353                  * So call somewhat different..
11354                  * FIXME: the controls appear in the "playback" view!
11355                  */
11356                 /* .name = "Capture Source", */
11357                 .name = "Input Source",
11358                 .count = 1,
11359                 .info = alc882_mux_enum_info,
11360                 .get = alc882_mux_enum_get,
11361                 .put = alc882_mux_enum_put,
11362         },
11363         { } /* end */
11364 };
11365
11366 static void alc662_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
11367 {
11368         unsigned int present;
11369         unsigned char bits;
11370
11371         present = snd_hda_codec_read(codec, 0x14, 0,
11372                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11373         bits = present ? HDA_AMP_MUTE : 0;
11374         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
11375                                  HDA_AMP_MUTE, bits);
11376 }
11377
11378 static void alc662_lenovo_101e_all_automute(struct hda_codec *codec)
11379 {
11380         unsigned int present;
11381         unsigned char bits;
11382
11383         present = snd_hda_codec_read(codec, 0x1b, 0,
11384                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11385         bits = present ? HDA_AMP_MUTE : 0;
11386         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
11387                                  HDA_AMP_MUTE, bits);
11388         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
11389                                  HDA_AMP_MUTE, bits);
11390 }
11391
11392 static void alc662_lenovo_101e_unsol_event(struct hda_codec *codec,
11393                                            unsigned int res)
11394 {
11395         if ((res >> 26) == ALC880_HP_EVENT)
11396                 alc662_lenovo_101e_all_automute(codec);
11397         if ((res >> 26) == ALC880_FRONT_EVENT)
11398                 alc662_lenovo_101e_ispeaker_automute(codec);
11399 }
11400
11401 #ifdef CONFIG_SND_HDA_POWER_SAVE
11402 #define alc662_loopbacks        alc880_loopbacks
11403 #endif
11404
11405
11406 /* pcm configuration: identiacal with ALC880 */
11407 #define alc662_pcm_analog_playback      alc880_pcm_analog_playback
11408 #define alc662_pcm_analog_capture       alc880_pcm_analog_capture
11409 #define alc662_pcm_digital_playback     alc880_pcm_digital_playback
11410 #define alc662_pcm_digital_capture      alc880_pcm_digital_capture
11411
11412 /*
11413  * configuration and preset
11414  */
11415 static const char *alc662_models[ALC662_MODEL_LAST] = {
11416         [ALC662_3ST_2ch_DIG]    = "3stack-dig",
11417         [ALC662_3ST_6ch_DIG]    = "3stack-6ch-dig",
11418         [ALC662_3ST_6ch]        = "3stack-6ch",
11419         [ALC662_5ST_DIG]        = "6stack-dig",
11420         [ALC662_LENOVO_101E]    = "lenovo-101e",
11421         [ALC662_AUTO]           = "auto",
11422 };
11423
11424 static struct snd_pci_quirk alc662_cfg_tbl[] = {
11425         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E),
11426         {}
11427 };
11428
11429 static struct alc_config_preset alc662_presets[] = {
11430         [ALC662_3ST_2ch_DIG] = {
11431                 .mixers = { alc662_3ST_2ch_mixer },
11432                 .init_verbs = { alc662_init_verbs },
11433                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11434                 .dac_nids = alc662_dac_nids,
11435                 .dig_out_nid = ALC662_DIGOUT_NID,
11436                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11437                 .adc_nids = alc662_adc_nids,
11438                 .dig_in_nid = ALC662_DIGIN_NID,
11439                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
11440                 .channel_mode = alc662_3ST_2ch_modes,
11441                 .input_mux = &alc662_capture_source,
11442         },
11443         [ALC662_3ST_6ch_DIG] = {
11444                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
11445                 .init_verbs = { alc662_init_verbs },
11446                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11447                 .dac_nids = alc662_dac_nids,
11448                 .dig_out_nid = ALC662_DIGOUT_NID,
11449                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11450                 .adc_nids = alc662_adc_nids,
11451                 .dig_in_nid = ALC662_DIGIN_NID,
11452                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
11453                 .channel_mode = alc662_3ST_6ch_modes,
11454                 .need_dac_fix = 1,
11455                 .input_mux = &alc662_capture_source,
11456         },
11457         [ALC662_3ST_6ch] = {
11458                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
11459                 .init_verbs = { alc662_init_verbs },
11460                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11461                 .dac_nids = alc662_dac_nids,
11462                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11463                 .adc_nids = alc662_adc_nids,
11464                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
11465                 .channel_mode = alc662_3ST_6ch_modes,
11466                 .need_dac_fix = 1,
11467                 .input_mux = &alc662_capture_source,
11468         },
11469         [ALC662_5ST_DIG] = {
11470                 .mixers = { alc662_base_mixer, alc662_chmode_mixer },
11471                 .init_verbs = { alc662_init_verbs },
11472                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11473                 .dac_nids = alc662_dac_nids,
11474                 .dig_out_nid = ALC662_DIGOUT_NID,
11475                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11476                 .adc_nids = alc662_adc_nids,
11477                 .dig_in_nid = ALC662_DIGIN_NID,
11478                 .num_channel_mode = ARRAY_SIZE(alc662_5stack_modes),
11479                 .channel_mode = alc662_5stack_modes,
11480                 .input_mux = &alc662_capture_source,
11481         },
11482         [ALC662_LENOVO_101E] = {
11483                 .mixers = { alc662_lenovo_101e_mixer },
11484                 .init_verbs = { alc662_init_verbs, alc662_sue_init_verbs },
11485                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11486                 .dac_nids = alc662_dac_nids,
11487                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11488                 .adc_nids = alc662_adc_nids,
11489                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
11490                 .channel_mode = alc662_3ST_2ch_modes,
11491                 .input_mux = &alc662_lenovo_101e_capture_source,
11492                 .unsol_event = alc662_lenovo_101e_unsol_event,
11493                 .init_hook = alc662_lenovo_101e_all_automute,
11494         },
11495
11496 };
11497
11498
11499 /*
11500  * BIOS auto configuration
11501  */
11502
11503 /* add playback controls from the parsed DAC table */
11504 static int alc662_auto_create_multi_out_ctls(struct alc_spec *spec,
11505                                              const struct auto_pin_cfg *cfg)
11506 {
11507         char name[32];
11508         static const char *chname[4] = {
11509                 "Front", "Surround", NULL /*CLFE*/, "Side"
11510         };
11511         hda_nid_t nid;
11512         int i, err;
11513
11514         for (i = 0; i < cfg->line_outs; i++) {
11515                 if (!spec->multiout.dac_nids[i])
11516                         continue;
11517                 nid = alc880_idx_to_mixer(i);
11518                 if (i == 2) {
11519                         /* Center/LFE */
11520                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11521                                           "Center Playback Volume",
11522                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
11523                                                               HDA_OUTPUT));
11524                         if (err < 0)
11525                                 return err;
11526                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11527                                           "LFE Playback Volume",
11528                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
11529                                                               HDA_OUTPUT));
11530                         if (err < 0)
11531                                 return err;
11532                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11533                                           "Center Playback Switch",
11534                                           HDA_COMPOSE_AMP_VAL(nid, 1, 2,
11535                                                               HDA_INPUT));
11536                         if (err < 0)
11537                                 return err;
11538                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11539                                           "LFE Playback Switch",
11540                                           HDA_COMPOSE_AMP_VAL(nid, 2, 2,
11541                                                               HDA_INPUT));
11542                         if (err < 0)
11543                                 return err;
11544                 } else {
11545                         sprintf(name, "%s Playback Volume", chname[i]);
11546                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11547                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
11548                                                               HDA_OUTPUT));
11549                         if (err < 0)
11550                                 return err;
11551                         sprintf(name, "%s Playback Switch", chname[i]);
11552                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
11553                                           HDA_COMPOSE_AMP_VAL(nid, 3, 2,
11554                                                               HDA_INPUT));
11555                         if (err < 0)
11556                                 return err;
11557                 }
11558         }
11559         return 0;
11560 }
11561
11562 /* add playback controls for speaker and HP outputs */
11563 static int alc662_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
11564                                         const char *pfx)
11565 {
11566         hda_nid_t nid;
11567         int err;
11568         char name[32];
11569
11570         if (!pin)
11571                 return 0;
11572
11573         if (alc880_is_fixed_pin(pin)) {
11574                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
11575                 /* printk("DAC nid=%x\n",nid); */
11576                 /* specify the DAC as the extra output */
11577                 if (!spec->multiout.hp_nid)
11578                         spec->multiout.hp_nid = nid;
11579                 else
11580                         spec->multiout.extra_out_nid[0] = nid;
11581                 /* control HP volume/switch on the output mixer amp */
11582                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
11583                 sprintf(name, "%s Playback Volume", pfx);
11584                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11585                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
11586                 if (err < 0)
11587                         return err;
11588                 sprintf(name, "%s Playback Switch", pfx);
11589                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
11590                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
11591                 if (err < 0)
11592                         return err;
11593         } else if (alc880_is_multi_pin(pin)) {
11594                 /* set manual connection */
11595                 /* we have only a switch on HP-out PIN */
11596                 sprintf(name, "%s Playback Switch", pfx);
11597                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
11598                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
11599                 if (err < 0)
11600                         return err;
11601         }
11602         return 0;
11603 }
11604
11605 /* create playback/capture controls for input pins */
11606 static int alc662_auto_create_analog_input_ctls(struct alc_spec *spec,
11607                                                 const struct auto_pin_cfg *cfg)
11608 {
11609         struct hda_input_mux *imux = &spec->private_imux;
11610         int i, err, idx;
11611
11612         for (i = 0; i < AUTO_PIN_LAST; i++) {
11613                 if (alc880_is_input_pin(cfg->input_pins[i])) {
11614                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
11615                         err = new_analog_input(spec, cfg->input_pins[i],
11616                                                auto_pin_cfg_labels[i],
11617                                                idx, 0x0b);
11618                         if (err < 0)
11619                                 return err;
11620                         imux->items[imux->num_items].label =
11621                                 auto_pin_cfg_labels[i];
11622                         imux->items[imux->num_items].index =
11623                                 alc880_input_pin_idx(cfg->input_pins[i]);
11624                         imux->num_items++;
11625                 }
11626         }
11627         return 0;
11628 }
11629
11630 static void alc662_auto_set_output_and_unmute(struct hda_codec *codec,
11631                                               hda_nid_t nid, int pin_type,
11632                                               int dac_idx)
11633 {
11634         /* set as output */
11635         snd_hda_codec_write(codec, nid, 0,
11636                             AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
11637         snd_hda_codec_write(codec, nid, 0,
11638                             AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
11639         /* need the manual connection? */
11640         if (alc880_is_multi_pin(nid)) {
11641                 struct alc_spec *spec = codec->spec;
11642                 int idx = alc880_multi_pin_idx(nid);
11643                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
11644                                     AC_VERB_SET_CONNECT_SEL,
11645                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
11646         }
11647 }
11648
11649 static void alc662_auto_init_multi_out(struct hda_codec *codec)
11650 {
11651         struct alc_spec *spec = codec->spec;
11652         int i;
11653
11654         for (i = 0; i <= HDA_SIDE; i++) {
11655                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
11656                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
11657                 if (nid)
11658                         alc662_auto_set_output_and_unmute(codec, nid, pin_type,
11659                                                           i);
11660         }
11661 }
11662
11663 static void alc662_auto_init_hp_out(struct hda_codec *codec)
11664 {
11665         struct alc_spec *spec = codec->spec;
11666         hda_nid_t pin;
11667
11668         pin = spec->autocfg.hp_pins[0];
11669         if (pin) /* connect to front */
11670                 /* use dac 0 */
11671                 alc662_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
11672 }
11673
11674 #define alc662_is_input_pin(nid)        alc880_is_input_pin(nid)
11675 #define ALC662_PIN_CD_NID               ALC880_PIN_CD_NID
11676
11677 static void alc662_auto_init_analog_input(struct hda_codec *codec)
11678 {
11679         struct alc_spec *spec = codec->spec;
11680         int i;
11681
11682         for (i = 0; i < AUTO_PIN_LAST; i++) {
11683                 hda_nid_t nid = spec->autocfg.input_pins[i];
11684                 if (alc662_is_input_pin(nid)) {
11685                         snd_hda_codec_write(codec, nid, 0,
11686                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
11687                                             (i <= AUTO_PIN_FRONT_MIC ?
11688                                              PIN_VREF80 : PIN_IN));
11689                         if (nid != ALC662_PIN_CD_NID)
11690                                 snd_hda_codec_write(codec, nid, 0,
11691                                                     AC_VERB_SET_AMP_GAIN_MUTE,
11692                                                     AMP_OUT_MUTE);
11693                 }
11694         }
11695 }
11696
11697 static int alc662_parse_auto_config(struct hda_codec *codec)
11698 {
11699         struct alc_spec *spec = codec->spec;
11700         int err;
11701         static hda_nid_t alc662_ignore[] = { 0x1d, 0 };
11702
11703         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
11704                                            alc662_ignore);
11705         if (err < 0)
11706                 return err;
11707         if (!spec->autocfg.line_outs)
11708                 return 0; /* can't find valid BIOS pin config */
11709
11710         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
11711         if (err < 0)
11712                 return err;
11713         err = alc662_auto_create_multi_out_ctls(spec, &spec->autocfg);
11714         if (err < 0)
11715                 return err;
11716         err = alc662_auto_create_extra_out(spec,
11717                                            spec->autocfg.speaker_pins[0],
11718                                            "Speaker");
11719         if (err < 0)
11720                 return err;
11721         err = alc662_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
11722                                            "Headphone");
11723         if (err < 0)
11724                 return err;
11725         err = alc662_auto_create_analog_input_ctls(spec, &spec->autocfg);
11726         if (err < 0)
11727                 return err;
11728
11729         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
11730
11731         if (spec->autocfg.dig_out_pin)
11732                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
11733
11734         if (spec->kctl_alloc)
11735                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
11736
11737         spec->num_mux_defs = 1;
11738         spec->input_mux = &spec->private_imux;
11739         
11740         spec->init_verbs[spec->num_init_verbs++] = alc662_auto_init_verbs;
11741         spec->mixers[spec->num_mixers] = alc662_capture_mixer;
11742         spec->num_mixers++;
11743         return 1;
11744 }
11745
11746 /* additional initialization for auto-configuration model */
11747 static void alc662_auto_init(struct hda_codec *codec)
11748 {
11749         alc662_auto_init_multi_out(codec);
11750         alc662_auto_init_hp_out(codec);
11751         alc662_auto_init_analog_input(codec);
11752 }
11753
11754 static int patch_alc662(struct hda_codec *codec)
11755 {
11756         struct alc_spec *spec;
11757         int err, board_config;
11758
11759         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
11760         if (!spec)
11761                 return -ENOMEM;
11762
11763         codec->spec = spec;
11764
11765         board_config = snd_hda_check_board_config(codec, ALC662_MODEL_LAST,
11766                                                   alc662_models,
11767                                                   alc662_cfg_tbl);
11768         if (board_config < 0) {
11769                 printk(KERN_INFO "hda_codec: Unknown model for ALC662, "
11770                        "trying auto-probe from BIOS...\n");
11771                 board_config = ALC662_AUTO;
11772         }
11773
11774         if (board_config == ALC662_AUTO) {
11775                 /* automatic parse from the BIOS config */
11776                 err = alc662_parse_auto_config(codec);
11777                 if (err < 0) {
11778                         alc_free(codec);
11779                         return err;
11780                 } else if (!err) {
11781                         printk(KERN_INFO
11782                                "hda_codec: Cannot set up configuration "
11783                                "from BIOS.  Using base mode...\n");
11784                         board_config = ALC662_3ST_2ch_DIG;
11785                 }
11786         }
11787
11788         if (board_config != ALC662_AUTO)
11789                 setup_preset(spec, &alc662_presets[board_config]);
11790
11791         spec->stream_name_analog = "ALC662 Analog";
11792         spec->stream_analog_playback = &alc662_pcm_analog_playback;
11793         spec->stream_analog_capture = &alc662_pcm_analog_capture;
11794
11795         spec->stream_name_digital = "ALC662 Digital";
11796         spec->stream_digital_playback = &alc662_pcm_digital_playback;
11797         spec->stream_digital_capture = &alc662_pcm_digital_capture;
11798
11799         if (!spec->adc_nids && spec->input_mux) {
11800                 spec->adc_nids = alc662_adc_nids;
11801                 spec->num_adc_nids = ARRAY_SIZE(alc662_adc_nids);
11802         }
11803
11804         codec->patch_ops = alc_patch_ops;
11805         if (board_config == ALC662_AUTO)
11806                 spec->init_hook = alc662_auto_init;
11807 #ifdef CONFIG_SND_HDA_POWER_SAVE
11808         if (!spec->loopback.amplist)
11809                 spec->loopback.amplist = alc662_loopbacks;
11810 #endif
11811
11812         return 0;
11813 }
11814
11815 /*
11816  * patch entries
11817  */
11818 struct hda_codec_preset snd_hda_preset_realtek[] = {
11819         { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
11820         { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
11821         { .id = 0x10ec0268, .name = "ALC268", .patch = patch_alc268 },
11822         { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
11823           .patch = patch_alc861 },
11824         { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
11825         { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
11826         { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
11827         { .id = 0x10ec0662, .rev = 0x100002, .name = "ALC662 rev2",
11828           .patch = patch_alc883 },
11829         { .id = 0x10ec0662, .rev = 0x100101, .name = "ALC662 rev1",
11830           .patch = patch_alc662 },
11831         { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
11832         { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
11833         { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc883 },
11834         { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
11835         { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 },
11836         {} /* terminator */
11837 };