[ALSA] hda-codec - Fix for Fujitsu Lifebook C1410
[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         ALC882_ASUS_A7M,
159         ALC885_MACPRO,
160         ALC885_MBP3,
161         ALC885_IMAC24,
162         ALC882_AUTO,
163         ALC882_MODEL_LAST,
164 };
165
166 /* ALC883 models */
167 enum {
168         ALC883_3ST_2ch_DIG,
169         ALC883_3ST_6ch_DIG,
170         ALC883_3ST_6ch,
171         ALC883_6ST_DIG,
172         ALC883_TARGA_DIG,
173         ALC883_TARGA_2ch_DIG,
174         ALC883_ACER,
175         ALC883_ACER_ASPIRE,
176         ALC883_MEDION,
177         ALC883_MEDION_MD2,      
178         ALC883_LAPTOP_EAPD,
179         ALC883_LENOVO_101E_2ch,
180         ALC883_LENOVO_NB0763,
181         ALC888_LENOVO_MS7195_DIG,
182         ALC883_HAIER_W66,               
183         ALC888_6ST_HP,
184         ALC888_3ST_HP,
185         ALC883_AUTO,
186         ALC883_MODEL_LAST,
187 };
188
189 /* for GPIO Poll */
190 #define GPIO_MASK       0x03
191
192 struct alc_spec {
193         /* codec parameterization */
194         struct snd_kcontrol_new *mixers[5];     /* mixer arrays */
195         unsigned int num_mixers;
196
197         const struct hda_verb *init_verbs[5];   /* initialization verbs
198                                                  * don't forget NULL
199                                                  * termination!
200                                                  */
201         unsigned int num_init_verbs;
202
203         char *stream_name_analog;       /* analog PCM stream */
204         struct hda_pcm_stream *stream_analog_playback;
205         struct hda_pcm_stream *stream_analog_capture;
206
207         char *stream_name_digital;      /* digital PCM stream */
208         struct hda_pcm_stream *stream_digital_playback;
209         struct hda_pcm_stream *stream_digital_capture;
210
211         /* playback */
212         struct hda_multi_out multiout;  /* playback set-up
213                                          * max_channels, dacs must be set
214                                          * dig_out_nid and hp_nid are optional
215                                          */
216
217         /* capture */
218         unsigned int num_adc_nids;
219         hda_nid_t *adc_nids;
220         hda_nid_t dig_in_nid;           /* digital-in NID; optional */
221
222         /* capture source */
223         unsigned int num_mux_defs;
224         const struct hda_input_mux *input_mux;
225         unsigned int cur_mux[3];
226
227         /* channel model */
228         const struct hda_channel_mode *channel_mode;
229         int num_channel_mode;
230         int need_dac_fix;
231
232         /* PCM information */
233         struct hda_pcm pcm_rec[3];      /* used in alc_build_pcms() */
234
235         /* dynamic controls, init_verbs and input_mux */
236         struct auto_pin_cfg autocfg;
237         unsigned int num_kctl_alloc, num_kctl_used;
238         struct snd_kcontrol_new *kctl_alloc;
239         struct hda_input_mux private_imux;
240         hda_nid_t private_dac_nids[5];
241
242         /* hooks */
243         void (*init_hook)(struct hda_codec *codec);
244         void (*unsol_event)(struct hda_codec *codec, unsigned int res);
245
246         /* for pin sensing */
247         unsigned int sense_updated: 1;
248         unsigned int jack_present: 1;
249
250 #ifdef CONFIG_SND_HDA_POWER_SAVE
251         struct hda_loopback_check loopback;
252 #endif
253 };
254
255 /*
256  * configuration template - to be copied to the spec instance
257  */
258 struct alc_config_preset {
259         struct snd_kcontrol_new *mixers[5]; /* should be identical size
260                                              * with spec
261                                              */
262         const struct hda_verb *init_verbs[5];
263         unsigned int num_dacs;
264         hda_nid_t *dac_nids;
265         hda_nid_t dig_out_nid;          /* optional */
266         hda_nid_t hp_nid;               /* optional */
267         unsigned int num_adc_nids;
268         hda_nid_t *adc_nids;
269         hda_nid_t dig_in_nid;
270         unsigned int num_channel_mode;
271         const struct hda_channel_mode *channel_mode;
272         int need_dac_fix;
273         unsigned int num_mux_defs;
274         const struct hda_input_mux *input_mux;
275         void (*unsol_event)(struct hda_codec *, unsigned int);
276         void (*init_hook)(struct hda_codec *);
277 #ifdef CONFIG_SND_HDA_POWER_SAVE
278         struct hda_amp_list *loopbacks;
279 #endif
280 };
281
282
283 /*
284  * input MUX handling
285  */
286 static int alc_mux_enum_info(struct snd_kcontrol *kcontrol,
287                              struct snd_ctl_elem_info *uinfo)
288 {
289         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
290         struct alc_spec *spec = codec->spec;
291         unsigned int mux_idx = snd_ctl_get_ioffidx(kcontrol, &uinfo->id);
292         if (mux_idx >= spec->num_mux_defs)
293                 mux_idx = 0;
294         return snd_hda_input_mux_info(&spec->input_mux[mux_idx], uinfo);
295 }
296
297 static int alc_mux_enum_get(struct snd_kcontrol *kcontrol,
298                             struct snd_ctl_elem_value *ucontrol)
299 {
300         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
301         struct alc_spec *spec = codec->spec;
302         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
303
304         ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
305         return 0;
306 }
307
308 static int alc_mux_enum_put(struct snd_kcontrol *kcontrol,
309                             struct snd_ctl_elem_value *ucontrol)
310 {
311         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
312         struct alc_spec *spec = codec->spec;
313         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
314         unsigned int mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx;
315         return snd_hda_input_mux_put(codec, &spec->input_mux[mux_idx], ucontrol,
316                                      spec->adc_nids[adc_idx],
317                                      &spec->cur_mux[adc_idx]);
318 }
319
320
321 /*
322  * channel mode setting
323  */
324 static int alc_ch_mode_info(struct snd_kcontrol *kcontrol,
325                             struct snd_ctl_elem_info *uinfo)
326 {
327         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
328         struct alc_spec *spec = codec->spec;
329         return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
330                                     spec->num_channel_mode);
331 }
332
333 static int alc_ch_mode_get(struct snd_kcontrol *kcontrol,
334                            struct snd_ctl_elem_value *ucontrol)
335 {
336         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
337         struct alc_spec *spec = codec->spec;
338         return snd_hda_ch_mode_get(codec, ucontrol, spec->channel_mode,
339                                    spec->num_channel_mode,
340                                    spec->multiout.max_channels);
341 }
342
343 static int alc_ch_mode_put(struct snd_kcontrol *kcontrol,
344                            struct snd_ctl_elem_value *ucontrol)
345 {
346         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
347         struct alc_spec *spec = codec->spec;
348         int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
349                                       spec->num_channel_mode,
350                                       &spec->multiout.max_channels);
351         if (err >= 0 && spec->need_dac_fix)
352                 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
353         return err;
354 }
355
356 /*
357  * Control the mode of pin widget settings via the mixer.  "pc" is used
358  * instead of "%" to avoid consequences of accidently treating the % as 
359  * being part of a format specifier.  Maximum allowed length of a value is
360  * 63 characters plus NULL terminator.
361  *
362  * Note: some retasking pin complexes seem to ignore requests for input
363  * states other than HiZ (eg: PIN_VREFxx) and revert to HiZ if any of these
364  * are requested.  Therefore order this list so that this behaviour will not
365  * cause problems when mixer clients move through the enum sequentially.
366  * NIDs 0x0f and 0x10 have been observed to have this behaviour as of
367  * March 2006.
368  */
369 static char *alc_pin_mode_names[] = {
370         "Mic 50pc bias", "Mic 80pc bias",
371         "Line in", "Line out", "Headphone out",
372 };
373 static unsigned char alc_pin_mode_values[] = {
374         PIN_VREF50, PIN_VREF80, PIN_IN, PIN_OUT, PIN_HP,
375 };
376 /* The control can present all 5 options, or it can limit the options based
377  * in the pin being assumed to be exclusively an input or an output pin.  In
378  * addition, "input" pins may or may not process the mic bias option
379  * depending on actual widget capability (NIDs 0x0f and 0x10 don't seem to
380  * accept requests for bias as of chip versions up to March 2006) and/or
381  * wiring in the computer.
382  */
383 #define ALC_PIN_DIR_IN              0x00
384 #define ALC_PIN_DIR_OUT             0x01
385 #define ALC_PIN_DIR_INOUT           0x02
386 #define ALC_PIN_DIR_IN_NOMICBIAS    0x03
387 #define ALC_PIN_DIR_INOUT_NOMICBIAS 0x04
388
389 /* Info about the pin modes supported by the different pin direction modes. 
390  * For each direction the minimum and maximum values are given.
391  */
392 static signed char alc_pin_mode_dir_info[5][2] = {
393         { 0, 2 },    /* ALC_PIN_DIR_IN */
394         { 3, 4 },    /* ALC_PIN_DIR_OUT */
395         { 0, 4 },    /* ALC_PIN_DIR_INOUT */
396         { 2, 2 },    /* ALC_PIN_DIR_IN_NOMICBIAS */
397         { 2, 4 },    /* ALC_PIN_DIR_INOUT_NOMICBIAS */
398 };
399 #define alc_pin_mode_min(_dir) (alc_pin_mode_dir_info[_dir][0])
400 #define alc_pin_mode_max(_dir) (alc_pin_mode_dir_info[_dir][1])
401 #define alc_pin_mode_n_items(_dir) \
402         (alc_pin_mode_max(_dir)-alc_pin_mode_min(_dir)+1)
403
404 static int alc_pin_mode_info(struct snd_kcontrol *kcontrol,
405                              struct snd_ctl_elem_info *uinfo)
406 {
407         unsigned int item_num = uinfo->value.enumerated.item;
408         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
409
410         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
411         uinfo->count = 1;
412         uinfo->value.enumerated.items = alc_pin_mode_n_items(dir);
413
414         if (item_num<alc_pin_mode_min(dir) || item_num>alc_pin_mode_max(dir))
415                 item_num = alc_pin_mode_min(dir);
416         strcpy(uinfo->value.enumerated.name, alc_pin_mode_names[item_num]);
417         return 0;
418 }
419
420 static int alc_pin_mode_get(struct snd_kcontrol *kcontrol,
421                             struct snd_ctl_elem_value *ucontrol)
422 {
423         unsigned int i;
424         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
425         hda_nid_t nid = kcontrol->private_value & 0xffff;
426         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
427         long *valp = ucontrol->value.integer.value;
428         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
429                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
430                                                  0x00);
431
432         /* Find enumerated value for current pinctl setting */
433         i = alc_pin_mode_min(dir);
434         while (alc_pin_mode_values[i] != pinctl && i <= alc_pin_mode_max(dir))
435                 i++;
436         *valp = i <= alc_pin_mode_max(dir) ? i: alc_pin_mode_min(dir);
437         return 0;
438 }
439
440 static int alc_pin_mode_put(struct snd_kcontrol *kcontrol,
441                             struct snd_ctl_elem_value *ucontrol)
442 {
443         signed int change;
444         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
445         hda_nid_t nid = kcontrol->private_value & 0xffff;
446         unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
447         long val = *ucontrol->value.integer.value;
448         unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
449                                                  AC_VERB_GET_PIN_WIDGET_CONTROL,
450                                                  0x00);
451
452         if (val < alc_pin_mode_min(dir) || val > alc_pin_mode_max(dir))
453                 val = alc_pin_mode_min(dir);
454
455         change = pinctl != alc_pin_mode_values[val];
456         if (change) {
457                 /* Set pin mode to that requested */
458                 snd_hda_codec_write_cache(codec, nid, 0,
459                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
460                                           alc_pin_mode_values[val]);
461
462                 /* Also enable the retasking pin's input/output as required 
463                  * for the requested pin mode.  Enum values of 2 or less are
464                  * input modes.
465                  *
466                  * Dynamically switching the input/output buffers probably
467                  * reduces noise slightly (particularly on input) so we'll
468                  * do it.  However, having both input and output buffers
469                  * enabled simultaneously doesn't seem to be problematic if
470                  * this turns out to be necessary in the future.
471                  */
472                 if (val <= 2) {
473                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
474                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
475                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
476                                                  HDA_AMP_MUTE, 0);
477                 } else {
478                         snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT, 0,
479                                                  HDA_AMP_MUTE, HDA_AMP_MUTE);
480                         snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
481                                                  HDA_AMP_MUTE, 0);
482                 }
483         }
484         return change;
485 }
486
487 #define ALC_PIN_MODE(xname, nid, dir) \
488         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
489           .info = alc_pin_mode_info, \
490           .get = alc_pin_mode_get, \
491           .put = alc_pin_mode_put, \
492           .private_value = nid | (dir<<16) }
493
494 /* A switch control for ALC260 GPIO pins.  Multiple GPIOs can be ganged
495  * together using a mask with more than one bit set.  This control is
496  * currently used only by the ALC260 test model.  At this stage they are not
497  * needed for any "production" models.
498  */
499 #ifdef CONFIG_SND_DEBUG
500 #define alc_gpio_data_info      snd_ctl_boolean_mono_info
501
502 static int alc_gpio_data_get(struct snd_kcontrol *kcontrol,
503                              struct snd_ctl_elem_value *ucontrol)
504 {
505         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
506         hda_nid_t nid = kcontrol->private_value & 0xffff;
507         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
508         long *valp = ucontrol->value.integer.value;
509         unsigned int val = snd_hda_codec_read(codec, nid, 0,
510                                               AC_VERB_GET_GPIO_DATA, 0x00);
511
512         *valp = (val & mask) != 0;
513         return 0;
514 }
515 static int alc_gpio_data_put(struct snd_kcontrol *kcontrol,
516                              struct snd_ctl_elem_value *ucontrol)
517 {
518         signed int change;
519         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
520         hda_nid_t nid = kcontrol->private_value & 0xffff;
521         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
522         long val = *ucontrol->value.integer.value;
523         unsigned int gpio_data = snd_hda_codec_read(codec, nid, 0,
524                                                     AC_VERB_GET_GPIO_DATA,
525                                                     0x00);
526
527         /* Set/unset the masked GPIO bit(s) as needed */
528         change = (val == 0 ? 0 : mask) != (gpio_data & mask);
529         if (val == 0)
530                 gpio_data &= ~mask;
531         else
532                 gpio_data |= mask;
533         snd_hda_codec_write_cache(codec, nid, 0,
534                                   AC_VERB_SET_GPIO_DATA, gpio_data);
535
536         return change;
537 }
538 #define ALC_GPIO_DATA_SWITCH(xname, nid, mask) \
539         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
540           .info = alc_gpio_data_info, \
541           .get = alc_gpio_data_get, \
542           .put = alc_gpio_data_put, \
543           .private_value = nid | (mask<<16) }
544 #endif   /* CONFIG_SND_DEBUG */
545
546 /* A switch control to allow the enabling of the digital IO pins on the
547  * ALC260.  This is incredibly simplistic; the intention of this control is
548  * to provide something in the test model allowing digital outputs to be
549  * identified if present.  If models are found which can utilise these
550  * outputs a more complete mixer control can be devised for those models if
551  * necessary.
552  */
553 #ifdef CONFIG_SND_DEBUG
554 #define alc_spdif_ctrl_info     snd_ctl_boolean_mono_info
555
556 static int alc_spdif_ctrl_get(struct snd_kcontrol *kcontrol,
557                               struct snd_ctl_elem_value *ucontrol)
558 {
559         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
560         hda_nid_t nid = kcontrol->private_value & 0xffff;
561         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
562         long *valp = ucontrol->value.integer.value;
563         unsigned int val = snd_hda_codec_read(codec, nid, 0,
564                                               AC_VERB_GET_DIGI_CONVERT, 0x00);
565
566         *valp = (val & mask) != 0;
567         return 0;
568 }
569 static int alc_spdif_ctrl_put(struct snd_kcontrol *kcontrol,
570                               struct snd_ctl_elem_value *ucontrol)
571 {
572         signed int change;
573         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
574         hda_nid_t nid = kcontrol->private_value & 0xffff;
575         unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
576         long val = *ucontrol->value.integer.value;
577         unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
578                                                     AC_VERB_GET_DIGI_CONVERT,
579                                                     0x00);
580
581         /* Set/unset the masked control bit(s) as needed */
582         change = (val == 0 ? 0 : mask) != (ctrl_data & mask);
583         if (val==0)
584                 ctrl_data &= ~mask;
585         else
586                 ctrl_data |= mask;
587         snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_DIGI_CONVERT_1,
588                                   ctrl_data);
589
590         return change;
591 }
592 #define ALC_SPDIF_CTRL_SWITCH(xname, nid, mask) \
593         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
594           .info = alc_spdif_ctrl_info, \
595           .get = alc_spdif_ctrl_get, \
596           .put = alc_spdif_ctrl_put, \
597           .private_value = nid | (mask<<16) }
598 #endif   /* CONFIG_SND_DEBUG */
599
600 /*
601  * set up from the preset table
602  */
603 static void setup_preset(struct alc_spec *spec,
604                          const struct alc_config_preset *preset)
605 {
606         int i;
607
608         for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
609                 spec->mixers[spec->num_mixers++] = preset->mixers[i];
610         for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
611              i++)
612                 spec->init_verbs[spec->num_init_verbs++] =
613                         preset->init_verbs[i];
614         
615         spec->channel_mode = preset->channel_mode;
616         spec->num_channel_mode = preset->num_channel_mode;
617         spec->need_dac_fix = preset->need_dac_fix;
618
619         spec->multiout.max_channels = spec->channel_mode[0].channels;
620
621         spec->multiout.num_dacs = preset->num_dacs;
622         spec->multiout.dac_nids = preset->dac_nids;
623         spec->multiout.dig_out_nid = preset->dig_out_nid;
624         spec->multiout.hp_nid = preset->hp_nid;
625         
626         spec->num_mux_defs = preset->num_mux_defs;
627         if (!spec->num_mux_defs)
628                 spec->num_mux_defs = 1;
629         spec->input_mux = preset->input_mux;
630
631         spec->num_adc_nids = preset->num_adc_nids;
632         spec->adc_nids = preset->adc_nids;
633         spec->dig_in_nid = preset->dig_in_nid;
634
635         spec->unsol_event = preset->unsol_event;
636         spec->init_hook = preset->init_hook;
637 #ifdef CONFIG_SND_HDA_POWER_SAVE
638         spec->loopback.amplist = preset->loopbacks;
639 #endif
640 }
641
642 /* Enable GPIO mask and set output */
643 static struct hda_verb alc_gpio1_init_verbs[] = {
644         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
645         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
646         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
647         { }
648 };
649
650 static struct hda_verb alc_gpio2_init_verbs[] = {
651         {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
652         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
653         {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
654         { }
655 };
656
657 static struct hda_verb alc_gpio3_init_verbs[] = {
658         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
659         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
660         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
661         { }
662 };
663
664 /* 32-bit subsystem ID for BIOS loading in HD Audio codec.
665  *      31 ~ 16 :       Manufacture ID
666  *      15 ~ 8  :       SKU ID
667  *      7  ~ 0  :       Assembly ID
668  *      port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
669  */
670 static void alc_subsystem_id(struct hda_codec *codec,
671                              unsigned int porta, unsigned int porte,
672                              unsigned int portd)
673 {
674         unsigned int ass, tmp;
675
676         ass = codec->subsystem_id;
677         if (!(ass & 1))
678                 return;
679
680         /* Override */
681         tmp = (ass & 0x38) >> 3;        /* external Amp control */
682         switch (tmp) {
683         case 1:
684                 snd_hda_sequence_write(codec, alc_gpio1_init_verbs);
685                 break;
686         case 3:
687                 snd_hda_sequence_write(codec, alc_gpio2_init_verbs);
688                 break;
689         case 7:
690                 snd_hda_sequence_write(codec, alc_gpio3_init_verbs);
691                 break;
692         case 5:
693                 switch (codec->vendor_id) {
694                 case 0x10ec0862:
695                 case 0x10ec0660:
696                 case 0x10ec0662:        
697                 case 0x10ec0267:
698                 case 0x10ec0268:
699                         snd_hda_codec_write(codec, 0x14, 0,
700                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
701                         snd_hda_codec_write(codec, 0x15, 0,
702                                             AC_VERB_SET_EAPD_BTLENABLE, 2);
703                         return;
704                 }
705         case 6:
706                 if (ass & 4) {  /* bit 2 : 0 = Desktop, 1 = Laptop */
707                         hda_nid_t port = 0;
708                         tmp = (ass & 0x1800) >> 11;
709                         switch (tmp) {
710                         case 0: port = porta; break;
711                         case 1: port = porte; break;
712                         case 2: port = portd; break;
713                         }
714                         if (port)
715                                 snd_hda_codec_write(codec, port, 0,
716                                                     AC_VERB_SET_EAPD_BTLENABLE,
717                                                     2);
718                 }
719                 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
720                 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF,
721                                     (tmp == 5 ? 0x3040 : 0x3050));
722                 break;
723         }
724 }
725
726 /*
727  * Fix-up pin default configurations
728  */
729
730 struct alc_pincfg {
731         hda_nid_t nid;
732         u32 val;
733 };
734
735 static void alc_fix_pincfg(struct hda_codec *codec,
736                            const struct snd_pci_quirk *quirk,
737                            const struct alc_pincfg **pinfix)
738 {
739         const struct alc_pincfg *cfg;
740
741         quirk = snd_pci_quirk_lookup(codec->bus->pci, quirk);
742         if (!quirk)
743                 return;
744
745         cfg = pinfix[quirk->value];
746         for (; cfg->nid; cfg++) {
747                 int i;
748                 u32 val = cfg->val;
749                 for (i = 0; i < 4; i++) {
750                         snd_hda_codec_write(codec, cfg->nid, 0,
751                                     AC_VERB_SET_CONFIG_DEFAULT_BYTES_0 + i,
752                                     val & 0xff);
753                         val >>= 8;
754                 }
755         }
756 }
757
758 /*
759  * ALC880 3-stack model
760  *
761  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0e)
762  * Pin assignment: Front = 0x14, Line-In/Surr = 0x1a, Mic/CLFE = 0x18,
763  *                 F-Mic = 0x1b, HP = 0x19
764  */
765
766 static hda_nid_t alc880_dac_nids[4] = {
767         /* front, rear, clfe, rear_surr */
768         0x02, 0x05, 0x04, 0x03
769 };
770
771 static hda_nid_t alc880_adc_nids[3] = {
772         /* ADC0-2 */
773         0x07, 0x08, 0x09,
774 };
775
776 /* The datasheet says the node 0x07 is connected from inputs,
777  * but it shows zero connection in the real implementation on some devices.
778  * Note: this is a 915GAV bug, fixed on 915GLV
779  */
780 static hda_nid_t alc880_adc_nids_alt[2] = {
781         /* ADC1-2 */
782         0x08, 0x09,
783 };
784
785 #define ALC880_DIGOUT_NID       0x06
786 #define ALC880_DIGIN_NID        0x0a
787
788 static struct hda_input_mux alc880_capture_source = {
789         .num_items = 4,
790         .items = {
791                 { "Mic", 0x0 },
792                 { "Front Mic", 0x3 },
793                 { "Line", 0x2 },
794                 { "CD", 0x4 },
795         },
796 };
797
798 /* channel source setting (2/6 channel selection for 3-stack) */
799 /* 2ch mode */
800 static struct hda_verb alc880_threestack_ch2_init[] = {
801         /* set line-in to input, mute it */
802         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
803         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
804         /* set mic-in to input vref 80%, mute it */
805         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
806         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
807         { } /* end */
808 };
809
810 /* 6ch mode */
811 static struct hda_verb alc880_threestack_ch6_init[] = {
812         /* set line-in to output, unmute it */
813         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
814         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
815         /* set mic-in to output, unmute it */
816         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
817         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
818         { } /* end */
819 };
820
821 static struct hda_channel_mode alc880_threestack_modes[2] = {
822         { 2, alc880_threestack_ch2_init },
823         { 6, alc880_threestack_ch6_init },
824 };
825
826 static struct snd_kcontrol_new alc880_three_stack_mixer[] = {
827         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
828         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
829         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
830         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
831         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
832         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
833         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
834         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
835         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
836         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
837         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
838         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
839         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
840         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
841         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x3, HDA_INPUT),
842         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x3, HDA_INPUT),
843         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
844         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
845         HDA_CODEC_MUTE("Headphone Playback Switch", 0x19, 0x0, HDA_OUTPUT),
846         {
847                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
848                 .name = "Channel Mode",
849                 .info = alc_ch_mode_info,
850                 .get = alc_ch_mode_get,
851                 .put = alc_ch_mode_put,
852         },
853         { } /* end */
854 };
855
856 /* capture mixer elements */
857 static struct snd_kcontrol_new alc880_capture_mixer[] = {
858         HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
859         HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
860         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
861         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
862         HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
863         HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
864         {
865                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
866                 /* The multiple "Capture Source" controls confuse alsamixer
867                  * So call somewhat different..
868                  * FIXME: the controls appear in the "playback" view!
869                  */
870                 /* .name = "Capture Source", */
871                 .name = "Input Source",
872                 .count = 3,
873                 .info = alc_mux_enum_info,
874                 .get = alc_mux_enum_get,
875                 .put = alc_mux_enum_put,
876         },
877         { } /* end */
878 };
879
880 /* capture mixer elements (in case NID 0x07 not available) */
881 static struct snd_kcontrol_new alc880_capture_alt_mixer[] = {
882         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
883         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
884         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
885         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
886         {
887                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
888                 /* The multiple "Capture Source" controls confuse alsamixer
889                  * So call somewhat different..
890                  * FIXME: the controls appear in the "playback" view!
891                  */
892                 /* .name = "Capture Source", */
893                 .name = "Input Source",
894                 .count = 2,
895                 .info = alc_mux_enum_info,
896                 .get = alc_mux_enum_get,
897                 .put = alc_mux_enum_put,
898         },
899         { } /* end */
900 };
901
902
903
904 /*
905  * ALC880 5-stack model
906  *
907  * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0d),
908  *      Side = 0x02 (0xd)
909  * Pin assignment: Front = 0x14, Surr = 0x17, CLFE = 0x16
910  *                 Line-In/Side = 0x1a, Mic = 0x18, F-Mic = 0x1b, HP = 0x19
911  */
912
913 /* additional mixers to alc880_three_stack_mixer */
914 static struct snd_kcontrol_new alc880_five_stack_mixer[] = {
915         HDA_CODEC_VOLUME("Side Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
916         HDA_BIND_MUTE("Side Playback Switch", 0x0d, 2, HDA_INPUT),
917         { } /* end */
918 };
919
920 /* channel source setting (6/8 channel selection for 5-stack) */
921 /* 6ch mode */
922 static struct hda_verb alc880_fivestack_ch6_init[] = {
923         /* set line-in to input, mute it */
924         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
925         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
926         { } /* end */
927 };
928
929 /* 8ch mode */
930 static struct hda_verb alc880_fivestack_ch8_init[] = {
931         /* set line-in to output, unmute it */
932         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
933         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
934         { } /* end */
935 };
936
937 static struct hda_channel_mode alc880_fivestack_modes[2] = {
938         { 6, alc880_fivestack_ch6_init },
939         { 8, alc880_fivestack_ch8_init },
940 };
941
942
943 /*
944  * ALC880 6-stack model
945  *
946  * DAC: Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e),
947  *      Side = 0x05 (0x0f)
948  * Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, Side = 0x17,
949  *   Mic = 0x18, F-Mic = 0x19, Line = 0x1a, HP = 0x1b
950  */
951
952 static hda_nid_t alc880_6st_dac_nids[4] = {
953         /* front, rear, clfe, rear_surr */
954         0x02, 0x03, 0x04, 0x05
955 };
956
957 static struct hda_input_mux alc880_6stack_capture_source = {
958         .num_items = 4,
959         .items = {
960                 { "Mic", 0x0 },
961                 { "Front Mic", 0x1 },
962                 { "Line", 0x2 },
963                 { "CD", 0x4 },
964         },
965 };
966
967 /* fixed 8-channels */
968 static struct hda_channel_mode alc880_sixstack_modes[1] = {
969         { 8, NULL },
970 };
971
972 static struct snd_kcontrol_new alc880_six_stack_mixer[] = {
973         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
974         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
975         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
976         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
977         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
978         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
979         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
980         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
981         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
982         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
983         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
984         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
985         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
986         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
987         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
988         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
989         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
990         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
991         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
992         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
993         {
994                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
995                 .name = "Channel Mode",
996                 .info = alc_ch_mode_info,
997                 .get = alc_ch_mode_get,
998                 .put = alc_ch_mode_put,
999         },
1000         { } /* end */
1001 };
1002
1003
1004 /*
1005  * ALC880 W810 model
1006  *
1007  * W810 has rear IO for:
1008  * Front (DAC 02)
1009  * Surround (DAC 03)
1010  * Center/LFE (DAC 04)
1011  * Digital out (06)
1012  *
1013  * The system also has a pair of internal speakers, and a headphone jack.
1014  * These are both connected to Line2 on the codec, hence to DAC 02.
1015  * 
1016  * There is a variable resistor to control the speaker or headphone
1017  * volume. This is a hardware-only device without a software API.
1018  *
1019  * Plugging headphones in will disable the internal speakers. This is
1020  * implemented in hardware, not via the driver using jack sense. In
1021  * a similar fashion, plugging into the rear socket marked "front" will
1022  * disable both the speakers and headphones.
1023  *
1024  * For input, there's a microphone jack, and an "audio in" jack.
1025  * These may not do anything useful with this driver yet, because I
1026  * haven't setup any initialization verbs for these yet...
1027  */
1028
1029 static hda_nid_t alc880_w810_dac_nids[3] = {
1030         /* front, rear/surround, clfe */
1031         0x02, 0x03, 0x04
1032 };
1033
1034 /* fixed 6 channels */
1035 static struct hda_channel_mode alc880_w810_modes[1] = {
1036         { 6, NULL }
1037 };
1038
1039 /* Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, HP = 0x1b */
1040 static struct snd_kcontrol_new alc880_w810_base_mixer[] = {
1041         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1042         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1043         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1044         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1045         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1046         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1047         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1048         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1049         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1050         { } /* end */
1051 };
1052
1053
1054 /*
1055  * Z710V model
1056  *
1057  * DAC: Front = 0x02 (0x0c), HP = 0x03 (0x0d)
1058  * Pin assignment: Front = 0x14, HP = 0x15, Mic = 0x18, Mic2 = 0x19(?),
1059  *                 Line = 0x1a
1060  */
1061
1062 static hda_nid_t alc880_z71v_dac_nids[1] = {
1063         0x02
1064 };
1065 #define ALC880_Z71V_HP_DAC      0x03
1066
1067 /* fixed 2 channels */
1068 static struct hda_channel_mode alc880_2_jack_modes[1] = {
1069         { 2, NULL }
1070 };
1071
1072 static struct snd_kcontrol_new alc880_z71v_mixer[] = {
1073         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1074         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1075         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1076         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
1077         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1078         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1079         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1080         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1081         { } /* end */
1082 };
1083
1084
1085 /* FIXME! */
1086 /*
1087  * ALC880 F1734 model
1088  *
1089  * DAC: HP = 0x02 (0x0c), Front = 0x03 (0x0d)
1090  * Pin assignment: HP = 0x14, Front = 0x15, Mic = 0x18
1091  */
1092
1093 static hda_nid_t alc880_f1734_dac_nids[1] = {
1094         0x03
1095 };
1096 #define ALC880_F1734_HP_DAC     0x02
1097
1098 static struct snd_kcontrol_new alc880_f1734_mixer[] = {
1099         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1100         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1101         HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1102         HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1103         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1104         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1105         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1106         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1107         { } /* end */
1108 };
1109
1110
1111 /* FIXME! */
1112 /*
1113  * ALC880 ASUS model
1114  *
1115  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1116  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1117  *  Mic = 0x18, Line = 0x1a
1118  */
1119
1120 #define alc880_asus_dac_nids    alc880_w810_dac_nids    /* identical with w810 */
1121 #define alc880_asus_modes       alc880_threestack_modes /* 2/6 channel mode */
1122
1123 static struct snd_kcontrol_new alc880_asus_mixer[] = {
1124         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1125         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1126         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1127         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
1128         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1129         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1130         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1131         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1132         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1133         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1134         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1135         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1136         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1137         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1138         {
1139                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1140                 .name = "Channel Mode",
1141                 .info = alc_ch_mode_info,
1142                 .get = alc_ch_mode_get,
1143                 .put = alc_ch_mode_put,
1144         },
1145         { } /* end */
1146 };
1147
1148 /* FIXME! */
1149 /*
1150  * ALC880 ASUS W1V model
1151  *
1152  * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1153  * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1154  *  Mic = 0x18, Line = 0x1a, Line2 = 0x1b
1155  */
1156
1157 /* additional mixers to alc880_asus_mixer */
1158 static struct snd_kcontrol_new alc880_asus_w1v_mixer[] = {
1159         HDA_CODEC_VOLUME("Line2 Playback Volume", 0x0b, 0x03, HDA_INPUT),
1160         HDA_CODEC_MUTE("Line2 Playback Switch", 0x0b, 0x03, HDA_INPUT),
1161         { } /* end */
1162 };
1163
1164 /* additional mixers to alc880_asus_mixer */
1165 static struct snd_kcontrol_new alc880_pcbeep_mixer[] = {
1166         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1167         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1168         { } /* end */
1169 };
1170
1171 /* TCL S700 */
1172 static struct snd_kcontrol_new alc880_tcl_s700_mixer[] = {
1173         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1174         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1175         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
1176         HDA_CODEC_VOLUME("CD Playback Volume", 0x0B, 0x04, HDA_INPUT),
1177         HDA_CODEC_MUTE("CD Playback Switch", 0x0B, 0x04, HDA_INPUT),
1178         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0B, 0x0, HDA_INPUT),
1179         HDA_CODEC_MUTE("Mic Playback Switch", 0x0B, 0x0, HDA_INPUT),
1180         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
1181         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
1182         {
1183                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1184                 /* The multiple "Capture Source" controls confuse alsamixer
1185                  * So call somewhat different..
1186                  * FIXME: the controls appear in the "playback" view!
1187                  */
1188                 /* .name = "Capture Source", */
1189                 .name = "Input Source",
1190                 .count = 1,
1191                 .info = alc_mux_enum_info,
1192                 .get = alc_mux_enum_get,
1193                 .put = alc_mux_enum_put,
1194         },
1195         { } /* end */
1196 };
1197
1198 /* Uniwill */
1199 static struct snd_kcontrol_new alc880_uniwill_mixer[] = {
1200         HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1201         HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1202         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1203         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1204         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1205         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1206         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1207         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1208         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1209         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1210         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1211         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1212         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1213         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1214         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1215         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1216         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1217         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1218         {
1219                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1220                 .name = "Channel Mode",
1221                 .info = alc_ch_mode_info,
1222                 .get = alc_ch_mode_get,
1223                 .put = alc_ch_mode_put,
1224         },
1225         { } /* end */
1226 };
1227
1228 static struct snd_kcontrol_new alc880_fujitsu_mixer[] = {
1229         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1230         HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1231         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1232         HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1233         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1234         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1235         HDA_CODEC_VOLUME("Ext Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1236         HDA_CODEC_MUTE("Ext Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1237         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1238         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1239         { } /* end */
1240 };
1241
1242 static struct snd_kcontrol_new alc880_uniwill_p53_mixer[] = {
1243         HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1244         HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1245         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1246         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1247         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1248         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1249         { } /* end */
1250 };
1251
1252 /*
1253  * build control elements
1254  */
1255 static int alc_build_controls(struct hda_codec *codec)
1256 {
1257         struct alc_spec *spec = codec->spec;
1258         int err;
1259         int i;
1260
1261         for (i = 0; i < spec->num_mixers; i++) {
1262                 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1263                 if (err < 0)
1264                         return err;
1265         }
1266
1267         if (spec->multiout.dig_out_nid) {
1268                 err = snd_hda_create_spdif_out_ctls(codec,
1269                                                     spec->multiout.dig_out_nid);
1270                 if (err < 0)
1271                         return err;
1272         }
1273         if (spec->dig_in_nid) {
1274                 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1275                 if (err < 0)
1276                         return err;
1277         }
1278         return 0;
1279 }
1280
1281
1282 /*
1283  * initialize the codec volumes, etc
1284  */
1285
1286 /*
1287  * generic initialization of ADC, input mixers and output mixers
1288  */
1289 static struct hda_verb alc880_volume_init_verbs[] = {
1290         /*
1291          * Unmute ADC0-2 and set the default input to mic-in
1292          */
1293         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1294         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1295         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
1296         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1297         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
1298         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1299
1300         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
1301          * mixer widget
1302          * Note: PASD motherboards uses the Line In 2 as the input for front
1303          * panel mic (mic 2)
1304          */
1305         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
1306         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1307         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1308         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
1309         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
1310         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
1311         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
1312         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1313
1314         /*
1315          * Set up output mixers (0x0c - 0x0f)
1316          */
1317         /* set vol=0 to output mixers */
1318         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1319         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1320         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1321         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1322         /* set up input amps for analog loopback */
1323         /* Amp Indices: DAC = 0, mixer = 1 */
1324         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1325         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1326         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1327         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1328         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1329         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1330         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1331         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1332
1333         { }
1334 };
1335
1336 /*
1337  * 3-stack pin configuration:
1338  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
1339  */
1340 static struct hda_verb alc880_pin_3stack_init_verbs[] = {
1341         /*
1342          * preset connection lists of input pins
1343          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1344          */
1345         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
1346         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1347         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
1348
1349         /*
1350          * Set pin mode and muting
1351          */
1352         /* set front pin widgets 0x14 for output */
1353         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1354         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1355         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1356         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1357         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1358         /* Mic2 (as headphone out) for HP output */
1359         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1360         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1361         /* Line In pin widget for input */
1362         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1363         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1364         /* Line2 (as front mic) pin widget for input and vref at 80% */
1365         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1366         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1367         /* CD pin widget for input */
1368         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1369
1370         { }
1371 };
1372
1373 /*
1374  * 5-stack pin configuration:
1375  * front = 0x14, surround = 0x17, clfe = 0x16, mic = 0x18, HP = 0x19,
1376  * line-in/side = 0x1a, f-mic = 0x1b
1377  */
1378 static struct hda_verb alc880_pin_5stack_init_verbs[] = {
1379         /*
1380          * preset connection lists of input pins
1381          * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1382          */
1383         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1384         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/side */
1385
1386         /*
1387          * Set pin mode and muting
1388          */
1389         /* set pin widgets 0x14-0x17 for output */
1390         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1391         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1392         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1393         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1394         /* unmute pins for output (no gain on this amp) */
1395         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1396         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1397         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1398         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1399
1400         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1401         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1402         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1403         /* Mic2 (as headphone out) for HP output */
1404         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1405         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1406         /* Line In pin widget for input */
1407         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1408         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1409         /* Line2 (as front mic) pin widget for input and vref at 80% */
1410         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1411         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1412         /* CD pin widget for input */
1413         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1414
1415         { }
1416 };
1417
1418 /*
1419  * W810 pin configuration:
1420  * front = 0x14, surround = 0x15, clfe = 0x16, HP = 0x1b
1421  */
1422 static struct hda_verb alc880_pin_w810_init_verbs[] = {
1423         /* hphone/speaker input selector: front DAC */
1424         {0x13, AC_VERB_SET_CONNECT_SEL, 0x0},
1425
1426         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1427         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1428         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1429         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1430         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1431         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1432
1433         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1434         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1435
1436         { }
1437 };
1438
1439 /*
1440  * Z71V pin configuration:
1441  * Speaker-out = 0x14, HP = 0x15, Mic = 0x18, Line-in = 0x1a, Mic2 = 0x1b (?)
1442  */
1443 static struct hda_verb alc880_pin_z71v_init_verbs[] = {
1444         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1445         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1446         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1447         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1448
1449         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1450         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1451         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1452         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1453
1454         { }
1455 };
1456
1457 /*
1458  * 6-stack pin configuration:
1459  * front = 0x14, surr = 0x15, clfe = 0x16, side = 0x17, mic = 0x18,
1460  * f-mic = 0x19, line = 0x1a, HP = 0x1b
1461  */
1462 static struct hda_verb alc880_pin_6stack_init_verbs[] = {
1463         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1464
1465         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1466         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1467         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1468         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1469         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1470         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1471         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1472         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1473
1474         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1475         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1476         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1477         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1478         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1479         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1480         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1481         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1482         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1483         
1484         { }
1485 };
1486
1487 /*
1488  * Uniwill pin configuration:
1489  * HP = 0x14, InternalSpeaker = 0x15, mic = 0x18, internal mic = 0x19,
1490  * line = 0x1a
1491  */
1492 static struct hda_verb alc880_uniwill_init_verbs[] = {
1493         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1494
1495         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1496         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1497         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1498         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1499         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1500         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1501         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1502         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1503         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1504         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1505         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1506         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1507         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1508         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1509
1510         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1511         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1512         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1513         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1514         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1515         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1516         /* {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, */
1517         /* {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, */
1518         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1519
1520         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1521         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
1522
1523         { }
1524 };
1525
1526 /*
1527 * Uniwill P53
1528 * HP = 0x14, InternalSpeaker = 0x15, mic = 0x19, 
1529  */
1530 static struct hda_verb alc880_uniwill_p53_init_verbs[] = {
1531         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1532
1533         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1534         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1535         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1536         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1537         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1538         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1539         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1540         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1541         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1542         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1543         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1544         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1545
1546         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1547         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1548         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1549         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1550         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1551         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1552
1553         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1554         {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_DCVOL_EVENT},
1555
1556         { }
1557 };
1558
1559 static struct hda_verb alc880_beep_init_verbs[] = {
1560         { 0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5) },
1561         { }
1562 };
1563
1564 /* toggle speaker-output according to the hp-jack state */
1565 static void alc880_uniwill_hp_automute(struct hda_codec *codec)
1566 {
1567         unsigned int present;
1568         unsigned char bits;
1569
1570         present = snd_hda_codec_read(codec, 0x14, 0,
1571                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1572         bits = present ? HDA_AMP_MUTE : 0;
1573         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
1574                                  HDA_AMP_MUTE, bits);
1575         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
1576                                  HDA_AMP_MUTE, bits);
1577 }
1578
1579 /* auto-toggle front mic */
1580 static void alc880_uniwill_mic_automute(struct hda_codec *codec)
1581 {
1582         unsigned int present;
1583         unsigned char bits;
1584
1585         present = snd_hda_codec_read(codec, 0x18, 0,
1586                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1587         bits = present ? HDA_AMP_MUTE : 0;
1588         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1, HDA_AMP_MUTE, bits);
1589 }
1590
1591 static void alc880_uniwill_automute(struct hda_codec *codec)
1592 {
1593         alc880_uniwill_hp_automute(codec);
1594         alc880_uniwill_mic_automute(codec);
1595 }
1596
1597 static void alc880_uniwill_unsol_event(struct hda_codec *codec,
1598                                        unsigned int res)
1599 {
1600         /* Looks like the unsol event is incompatible with the standard
1601          * definition.  4bit tag is placed at 28 bit!
1602          */
1603         switch (res >> 28) {
1604         case ALC880_HP_EVENT:
1605                 alc880_uniwill_hp_automute(codec);
1606                 break;
1607         case ALC880_MIC_EVENT:
1608                 alc880_uniwill_mic_automute(codec);
1609                 break;
1610         }
1611 }
1612
1613 static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec)
1614 {
1615         unsigned int present;
1616         unsigned char bits;
1617
1618         present = snd_hda_codec_read(codec, 0x14, 0,
1619                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1620         bits = present ? HDA_AMP_MUTE : 0;
1621         snd_hda_codec_amp_stereo(codec, 0x15, HDA_INPUT, 0, HDA_AMP_MUTE, bits);
1622 }
1623
1624 static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec)
1625 {
1626         unsigned int present;
1627         
1628         present = snd_hda_codec_read(codec, 0x21, 0,
1629                                      AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
1630         present &= HDA_AMP_VOLMASK;
1631         snd_hda_codec_amp_stereo(codec, 0x0c, HDA_OUTPUT, 0,
1632                                  HDA_AMP_VOLMASK, present);
1633         snd_hda_codec_amp_stereo(codec, 0x0d, HDA_OUTPUT, 0,
1634                                  HDA_AMP_VOLMASK, present);
1635 }
1636
1637 static void alc880_uniwill_p53_unsol_event(struct hda_codec *codec,
1638                                            unsigned int res)
1639 {
1640         /* Looks like the unsol event is incompatible with the standard
1641          * definition.  4bit tag is placed at 28 bit!
1642          */
1643         if ((res >> 28) == ALC880_HP_EVENT)
1644                 alc880_uniwill_p53_hp_automute(codec);
1645         if ((res >> 28) == ALC880_DCVOL_EVENT)
1646                 alc880_uniwill_p53_dcvol_automute(codec);
1647 }
1648
1649 /* FIXME! */
1650 /*
1651  * F1734 pin configuration:
1652  * HP = 0x14, speaker-out = 0x15, mic = 0x18
1653  */
1654 static struct hda_verb alc880_pin_f1734_init_verbs[] = {
1655         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1656         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1657         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1658         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1659
1660         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1661         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1662         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1663         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1664
1665         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1666         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1667         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1668         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1669         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1670         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1671         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1672         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1673         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1674
1675         { }
1676 };
1677
1678 /* FIXME! */
1679 /*
1680  * ASUS pin configuration:
1681  * HP/front = 0x14, surr = 0x15, clfe = 0x16, mic = 0x18, line = 0x1a
1682  */
1683 static struct hda_verb alc880_pin_asus_init_verbs[] = {
1684         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1685         {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1686         {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1687         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1688
1689         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1690         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1691         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1692         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1693         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1694         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1695         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1696         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1697
1698         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1699         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1700         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1701         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1702         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1703         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1704         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1705         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1706         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1707         
1708         { }
1709 };
1710
1711 /* Enable GPIO mask and set output */
1712 #define alc880_gpio1_init_verbs alc_gpio1_init_verbs
1713 #define alc880_gpio2_init_verbs alc_gpio2_init_verbs
1714
1715 /* Clevo m520g init */
1716 static struct hda_verb alc880_pin_clevo_init_verbs[] = {
1717         /* headphone output */
1718         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1719         /* line-out */
1720         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1721         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1722         /* Line-in */
1723         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1724         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1725         /* CD */
1726         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1727         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1728         /* Mic1 (rear panel) */
1729         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1730         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1731         /* Mic2 (front panel) */
1732         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1733         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1734         /* headphone */
1735         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1736         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1737         /* change to EAPD mode */
1738         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1739         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
1740
1741         { }
1742 };
1743
1744 static struct hda_verb alc880_pin_tcl_S700_init_verbs[] = {
1745         /* change to EAPD mode */
1746         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1747         {0x20, AC_VERB_SET_PROC_COEF,  0x3060},
1748
1749         /* Headphone output */
1750         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1751         /* Front output*/
1752         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1753         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1754
1755         /* Line In pin widget for input */
1756         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1757         /* CD pin widget for input */
1758         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1759         /* Mic1 (rear panel) pin widget for input and vref at 80% */
1760         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1761
1762         /* change to EAPD mode */
1763         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1764         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
1765
1766         { }
1767 };
1768
1769 /*
1770  * LG m1 express dual
1771  *
1772  * Pin assignment:
1773  *   Rear Line-In/Out (blue): 0x14
1774  *   Build-in Mic-In: 0x15
1775  *   Speaker-out: 0x17
1776  *   HP-Out (green): 0x1b
1777  *   Mic-In/Out (red): 0x19
1778  *   SPDIF-Out: 0x1e
1779  */
1780
1781 /* To make 5.1 output working (green=Front, blue=Surr, red=CLFE) */
1782 static hda_nid_t alc880_lg_dac_nids[3] = {
1783         0x05, 0x02, 0x03
1784 };
1785
1786 /* seems analog CD is not working */
1787 static struct hda_input_mux alc880_lg_capture_source = {
1788         .num_items = 3,
1789         .items = {
1790                 { "Mic", 0x1 },
1791                 { "Line", 0x5 },
1792                 { "Internal Mic", 0x6 },
1793         },
1794 };
1795
1796 /* 2,4,6 channel modes */
1797 static struct hda_verb alc880_lg_ch2_init[] = {
1798         /* set line-in and mic-in to input */
1799         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1800         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1801         { }
1802 };
1803
1804 static struct hda_verb alc880_lg_ch4_init[] = {
1805         /* set line-in to out and mic-in to input */
1806         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1807         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1808         { }
1809 };
1810
1811 static struct hda_verb alc880_lg_ch6_init[] = {
1812         /* set line-in and mic-in to output */
1813         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1814         { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1815         { }
1816 };
1817
1818 static struct hda_channel_mode alc880_lg_ch_modes[3] = {
1819         { 2, alc880_lg_ch2_init },
1820         { 4, alc880_lg_ch4_init },
1821         { 6, alc880_lg_ch6_init },
1822 };
1823
1824 static struct snd_kcontrol_new alc880_lg_mixer[] = {
1825         /* FIXME: it's not really "master" but front channels */
1826         HDA_CODEC_VOLUME("Master Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1827         HDA_BIND_MUTE("Master Playback Switch", 0x0f, 2, HDA_INPUT),
1828         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1829         HDA_BIND_MUTE("Surround Playback Switch", 0x0c, 2, HDA_INPUT),
1830         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
1831         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
1832         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
1833         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
1834         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1835         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1836         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x06, HDA_INPUT),
1837         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x06, HDA_INPUT),
1838         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x07, HDA_INPUT),
1839         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x07, HDA_INPUT),
1840         {
1841                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1842                 .name = "Channel Mode",
1843                 .info = alc_ch_mode_info,
1844                 .get = alc_ch_mode_get,
1845                 .put = alc_ch_mode_put,
1846         },
1847         { } /* end */
1848 };
1849
1850 static struct hda_verb alc880_lg_init_verbs[] = {
1851         /* set capture source to mic-in */
1852         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1853         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1854         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1855         /* mute all amp mixer inputs */
1856         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
1857         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
1858         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1859         /* line-in to input */
1860         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1861         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1862         /* built-in mic */
1863         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1864         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1865         /* speaker-out */
1866         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1867         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1868         /* mic-in to input */
1869         {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1870         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1871         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1872         /* HP-out */
1873         {0x13, AC_VERB_SET_CONNECT_SEL, 0x03},
1874         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1875         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1876         /* jack sense */
1877         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1878         { }
1879 };
1880
1881 /* toggle speaker-output according to the hp-jack state */
1882 static void alc880_lg_automute(struct hda_codec *codec)
1883 {
1884         unsigned int present;
1885         unsigned char bits;
1886
1887         present = snd_hda_codec_read(codec, 0x1b, 0,
1888                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1889         bits = present ? HDA_AMP_MUTE : 0;
1890         snd_hda_codec_amp_stereo(codec, 0x17, HDA_OUTPUT, 0,
1891                                  HDA_AMP_MUTE, bits);
1892 }
1893
1894 static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res)
1895 {
1896         /* Looks like the unsol event is incompatible with the standard
1897          * definition.  4bit tag is placed at 28 bit!
1898          */
1899         if ((res >> 28) == 0x01)
1900                 alc880_lg_automute(codec);
1901 }
1902
1903 /*
1904  * LG LW20
1905  *
1906  * Pin assignment:
1907  *   Speaker-out: 0x14
1908  *   Mic-In: 0x18
1909  *   Built-in Mic-In: 0x19
1910  *   Line-In: 0x1b
1911  *   HP-Out: 0x1a
1912  *   SPDIF-Out: 0x1e
1913  */
1914
1915 static struct hda_input_mux alc880_lg_lw_capture_source = {
1916         .num_items = 3,
1917         .items = {
1918                 { "Mic", 0x0 },
1919                 { "Internal Mic", 0x1 },
1920                 { "Line In", 0x2 },
1921         },
1922 };
1923
1924 #define alc880_lg_lw_modes alc880_threestack_modes
1925
1926 static struct snd_kcontrol_new alc880_lg_lw_mixer[] = {
1927         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1928         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
1929         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1930         HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
1931         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1932         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1933         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1934         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1935         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1936         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1937         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1938         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1939         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
1940         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
1941         {
1942                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1943                 .name = "Channel Mode",
1944                 .info = alc_ch_mode_info,
1945                 .get = alc_ch_mode_get,
1946                 .put = alc_ch_mode_put,
1947         },
1948         { } /* end */
1949 };
1950
1951 static struct hda_verb alc880_lg_lw_init_verbs[] = {
1952         {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1953         {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
1954         {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
1955
1956         /* set capture source to mic-in */
1957         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1958         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1959         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1960         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
1961         /* speaker-out */
1962         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1963         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1964         /* HP-out */
1965         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1966         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1967         /* mic-in to input */
1968         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1969         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1970         /* built-in mic */
1971         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1972         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1973         /* jack sense */
1974         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1975         { }
1976 };
1977
1978 /* toggle speaker-output according to the hp-jack state */
1979 static void alc880_lg_lw_automute(struct hda_codec *codec)
1980 {
1981         unsigned int present;
1982         unsigned char bits;
1983
1984         present = snd_hda_codec_read(codec, 0x1b, 0,
1985                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1986         bits = present ? HDA_AMP_MUTE : 0;
1987         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
1988                                  HDA_AMP_MUTE, bits);
1989 }
1990
1991 static void alc880_lg_lw_unsol_event(struct hda_codec *codec, unsigned int res)
1992 {
1993         /* Looks like the unsol event is incompatible with the standard
1994          * definition.  4bit tag is placed at 28 bit!
1995          */
1996         if ((res >> 28) == 0x01)
1997                 alc880_lg_lw_automute(codec);
1998 }
1999
2000 #ifdef CONFIG_SND_HDA_POWER_SAVE
2001 static struct hda_amp_list alc880_loopbacks[] = {
2002         { 0x0b, HDA_INPUT, 0 },
2003         { 0x0b, HDA_INPUT, 1 },
2004         { 0x0b, HDA_INPUT, 2 },
2005         { 0x0b, HDA_INPUT, 3 },
2006         { 0x0b, HDA_INPUT, 4 },
2007         { } /* end */
2008 };
2009
2010 static struct hda_amp_list alc880_lg_loopbacks[] = {
2011         { 0x0b, HDA_INPUT, 1 },
2012         { 0x0b, HDA_INPUT, 6 },
2013         { 0x0b, HDA_INPUT, 7 },
2014         { } /* end */
2015 };
2016 #endif
2017
2018 /*
2019  * Common callbacks
2020  */
2021
2022 static int alc_init(struct hda_codec *codec)
2023 {
2024         struct alc_spec *spec = codec->spec;
2025         unsigned int i;
2026
2027         for (i = 0; i < spec->num_init_verbs; i++)
2028                 snd_hda_sequence_write(codec, spec->init_verbs[i]);
2029
2030         if (spec->init_hook)
2031                 spec->init_hook(codec);
2032
2033         return 0;
2034 }
2035
2036 static void alc_unsol_event(struct hda_codec *codec, unsigned int res)
2037 {
2038         struct alc_spec *spec = codec->spec;
2039
2040         if (spec->unsol_event)
2041                 spec->unsol_event(codec, res);
2042 }
2043
2044 #ifdef CONFIG_SND_HDA_POWER_SAVE
2045 static int alc_check_power_status(struct hda_codec *codec, hda_nid_t nid)
2046 {
2047         struct alc_spec *spec = codec->spec;
2048         return snd_hda_check_amp_list_power(codec, &spec->loopback, nid);
2049 }
2050 #endif
2051
2052 /*
2053  * Analog playback callbacks
2054  */
2055 static int alc880_playback_pcm_open(struct hda_pcm_stream *hinfo,
2056                                     struct hda_codec *codec,
2057                                     struct snd_pcm_substream *substream)
2058 {
2059         struct alc_spec *spec = codec->spec;
2060         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream);
2061 }
2062
2063 static int alc880_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2064                                        struct hda_codec *codec,
2065                                        unsigned int stream_tag,
2066                                        unsigned int format,
2067                                        struct snd_pcm_substream *substream)
2068 {
2069         struct alc_spec *spec = codec->spec;
2070         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
2071                                                 stream_tag, format, substream);
2072 }
2073
2074 static int alc880_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2075                                        struct hda_codec *codec,
2076                                        struct snd_pcm_substream *substream)
2077 {
2078         struct alc_spec *spec = codec->spec;
2079         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2080 }
2081
2082 /*
2083  * Digital out
2084  */
2085 static int alc880_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2086                                         struct hda_codec *codec,
2087                                         struct snd_pcm_substream *substream)
2088 {
2089         struct alc_spec *spec = codec->spec;
2090         return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2091 }
2092
2093 static int alc880_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2094                                            struct hda_codec *codec,
2095                                            unsigned int stream_tag,
2096                                            unsigned int format,
2097                                            struct snd_pcm_substream *substream)
2098 {
2099         struct alc_spec *spec = codec->spec;
2100         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2101                                              stream_tag, format, substream);
2102 }
2103
2104 static int alc880_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2105                                          struct hda_codec *codec,
2106                                          struct snd_pcm_substream *substream)
2107 {
2108         struct alc_spec *spec = codec->spec;
2109         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2110 }
2111
2112 /*
2113  * Analog capture
2114  */
2115 static int alc880_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2116                                       struct hda_codec *codec,
2117                                       unsigned int stream_tag,
2118                                       unsigned int format,
2119                                       struct snd_pcm_substream *substream)
2120 {
2121         struct alc_spec *spec = codec->spec;
2122
2123         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
2124                                    stream_tag, 0, format);
2125         return 0;
2126 }
2127
2128 static int alc880_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2129                                       struct hda_codec *codec,
2130                                       struct snd_pcm_substream *substream)
2131 {
2132         struct alc_spec *spec = codec->spec;
2133
2134         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
2135                                    0, 0, 0);
2136         return 0;
2137 }
2138
2139
2140 /*
2141  */
2142 static struct hda_pcm_stream alc880_pcm_analog_playback = {
2143         .substreams = 1,
2144         .channels_min = 2,
2145         .channels_max = 8,
2146         /* NID is set in alc_build_pcms */
2147         .ops = {
2148                 .open = alc880_playback_pcm_open,
2149                 .prepare = alc880_playback_pcm_prepare,
2150                 .cleanup = alc880_playback_pcm_cleanup
2151         },
2152 };
2153
2154 static struct hda_pcm_stream alc880_pcm_analog_capture = {
2155         .substreams = 2,
2156         .channels_min = 2,
2157         .channels_max = 2,
2158         /* NID is set in alc_build_pcms */
2159         .ops = {
2160                 .prepare = alc880_capture_pcm_prepare,
2161                 .cleanup = alc880_capture_pcm_cleanup
2162         },
2163 };
2164
2165 static struct hda_pcm_stream alc880_pcm_digital_playback = {
2166         .substreams = 1,
2167         .channels_min = 2,
2168         .channels_max = 2,
2169         /* NID is set in alc_build_pcms */
2170         .ops = {
2171                 .open = alc880_dig_playback_pcm_open,
2172                 .close = alc880_dig_playback_pcm_close,
2173                 .prepare = alc880_dig_playback_pcm_prepare
2174         },
2175 };
2176
2177 static struct hda_pcm_stream alc880_pcm_digital_capture = {
2178         .substreams = 1,
2179         .channels_min = 2,
2180         .channels_max = 2,
2181         /* NID is set in alc_build_pcms */
2182 };
2183
2184 /* Used by alc_build_pcms to flag that a PCM has no playback stream */
2185 static struct hda_pcm_stream alc_pcm_null_playback = {
2186         .substreams = 0,
2187         .channels_min = 0,
2188         .channels_max = 0,
2189 };
2190
2191 static int alc_build_pcms(struct hda_codec *codec)
2192 {
2193         struct alc_spec *spec = codec->spec;
2194         struct hda_pcm *info = spec->pcm_rec;
2195         int i;
2196
2197         codec->num_pcms = 1;
2198         codec->pcm_info = info;
2199
2200         info->name = spec->stream_name_analog;
2201         if (spec->stream_analog_playback) {
2202                 snd_assert(spec->multiout.dac_nids, return -EINVAL);
2203                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
2204                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
2205         }
2206         if (spec->stream_analog_capture) {
2207                 snd_assert(spec->adc_nids, return -EINVAL);
2208                 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2209                 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2210         }
2211
2212         if (spec->channel_mode) {
2213                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = 0;
2214                 for (i = 0; i < spec->num_channel_mode; i++) {
2215                         if (spec->channel_mode[i].channels > info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max) {
2216                                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->channel_mode[i].channels;
2217                         }
2218                 }
2219         }
2220
2221         /* SPDIF for stream index #1 */
2222         if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2223                 codec->num_pcms = 2;
2224                 info = spec->pcm_rec + 1;
2225                 info->name = spec->stream_name_digital;
2226                 if (spec->multiout.dig_out_nid &&
2227                     spec->stream_digital_playback) {
2228                         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_digital_playback);
2229                         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2230                 }
2231                 if (spec->dig_in_nid &&
2232                     spec->stream_digital_capture) {
2233                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_digital_capture);
2234                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2235                 }
2236         }
2237
2238         /* If the use of more than one ADC is requested for the current
2239          * model, configure a second analog capture-only PCM.
2240          */
2241         /* Additional Analaog capture for index #2 */
2242         if (spec->num_adc_nids > 1 && spec->stream_analog_capture &&
2243             spec->adc_nids) {
2244                 codec->num_pcms = 3;
2245                 info = spec->pcm_rec + 2;
2246                 info->name = spec->stream_name_analog;
2247                 /* No playback stream for second PCM */
2248                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = alc_pcm_null_playback;
2249                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = 0;
2250                 if (spec->stream_analog_capture) {
2251                         info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2252                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[1];
2253                 }
2254         }
2255
2256         return 0;
2257 }
2258
2259 static void alc_free(struct hda_codec *codec)
2260 {
2261         struct alc_spec *spec = codec->spec;
2262         unsigned int i;
2263
2264         if (!spec)
2265                 return;
2266
2267         if (spec->kctl_alloc) {
2268                 for (i = 0; i < spec->num_kctl_used; i++)
2269                         kfree(spec->kctl_alloc[i].name);
2270                 kfree(spec->kctl_alloc);
2271         }
2272         kfree(spec);
2273 }
2274
2275 /*
2276  */
2277 static struct hda_codec_ops alc_patch_ops = {
2278         .build_controls = alc_build_controls,
2279         .build_pcms = alc_build_pcms,
2280         .init = alc_init,
2281         .free = alc_free,
2282         .unsol_event = alc_unsol_event,
2283 #ifdef CONFIG_SND_HDA_POWER_SAVE
2284         .check_power_status = alc_check_power_status,
2285 #endif
2286 };
2287
2288
2289 /*
2290  * Test configuration for debugging
2291  *
2292  * Almost all inputs/outputs are enabled.  I/O pins can be configured via
2293  * enum controls.
2294  */
2295 #ifdef CONFIG_SND_DEBUG
2296 static hda_nid_t alc880_test_dac_nids[4] = {
2297         0x02, 0x03, 0x04, 0x05
2298 };
2299
2300 static struct hda_input_mux alc880_test_capture_source = {
2301         .num_items = 7,
2302         .items = {
2303                 { "In-1", 0x0 },
2304                 { "In-2", 0x1 },
2305                 { "In-3", 0x2 },
2306                 { "In-4", 0x3 },
2307                 { "CD", 0x4 },
2308                 { "Front", 0x5 },
2309                 { "Surround", 0x6 },
2310         },
2311 };
2312
2313 static struct hda_channel_mode alc880_test_modes[4] = {
2314         { 2, NULL },
2315         { 4, NULL },
2316         { 6, NULL },
2317         { 8, NULL },
2318 };
2319
2320 static int alc_test_pin_ctl_info(struct snd_kcontrol *kcontrol,
2321                                  struct snd_ctl_elem_info *uinfo)
2322 {
2323         static char *texts[] = {
2324                 "N/A", "Line Out", "HP Out",
2325                 "In Hi-Z", "In 50%", "In Grd", "In 80%", "In 100%"
2326         };
2327         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2328         uinfo->count = 1;
2329         uinfo->value.enumerated.items = 8;
2330         if (uinfo->value.enumerated.item >= 8)
2331                 uinfo->value.enumerated.item = 7;
2332         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2333         return 0;
2334 }
2335
2336 static int alc_test_pin_ctl_get(struct snd_kcontrol *kcontrol,
2337                                 struct snd_ctl_elem_value *ucontrol)
2338 {
2339         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2340         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2341         unsigned int pin_ctl, item = 0;
2342
2343         pin_ctl = snd_hda_codec_read(codec, nid, 0,
2344                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2345         if (pin_ctl & AC_PINCTL_OUT_EN) {
2346                 if (pin_ctl & AC_PINCTL_HP_EN)
2347                         item = 2;
2348                 else
2349                         item = 1;
2350         } else if (pin_ctl & AC_PINCTL_IN_EN) {
2351                 switch (pin_ctl & AC_PINCTL_VREFEN) {
2352                 case AC_PINCTL_VREF_HIZ: item = 3; break;
2353                 case AC_PINCTL_VREF_50:  item = 4; break;
2354                 case AC_PINCTL_VREF_GRD: item = 5; break;
2355                 case AC_PINCTL_VREF_80:  item = 6; break;
2356                 case AC_PINCTL_VREF_100: item = 7; break;
2357                 }
2358         }
2359         ucontrol->value.enumerated.item[0] = item;
2360         return 0;
2361 }
2362
2363 static int alc_test_pin_ctl_put(struct snd_kcontrol *kcontrol,
2364                                 struct snd_ctl_elem_value *ucontrol)
2365 {
2366         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2367         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2368         static unsigned int ctls[] = {
2369                 0, AC_PINCTL_OUT_EN, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN,
2370                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ,
2371                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_50,
2372                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD,
2373                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80,
2374                 AC_PINCTL_IN_EN | AC_PINCTL_VREF_100,
2375         };
2376         unsigned int old_ctl, new_ctl;
2377
2378         old_ctl = snd_hda_codec_read(codec, nid, 0,
2379                                      AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2380         new_ctl = ctls[ucontrol->value.enumerated.item[0]];
2381         if (old_ctl != new_ctl) {
2382                 int val;
2383                 snd_hda_codec_write_cache(codec, nid, 0,
2384                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
2385                                           new_ctl);
2386                 val = ucontrol->value.enumerated.item[0] >= 3 ?
2387                         HDA_AMP_MUTE : 0;
2388                 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
2389                                          HDA_AMP_MUTE, val);
2390                 return 1;
2391         }
2392         return 0;
2393 }
2394
2395 static int alc_test_pin_src_info(struct snd_kcontrol *kcontrol,
2396                                  struct snd_ctl_elem_info *uinfo)
2397 {
2398         static char *texts[] = {
2399                 "Front", "Surround", "CLFE", "Side"
2400         };
2401         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2402         uinfo->count = 1;
2403         uinfo->value.enumerated.items = 4;
2404         if (uinfo->value.enumerated.item >= 4)
2405                 uinfo->value.enumerated.item = 3;
2406         strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2407         return 0;
2408 }
2409
2410 static int alc_test_pin_src_get(struct snd_kcontrol *kcontrol,
2411                                 struct snd_ctl_elem_value *ucontrol)
2412 {
2413         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2414         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2415         unsigned int sel;
2416
2417         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0);
2418         ucontrol->value.enumerated.item[0] = sel & 3;
2419         return 0;
2420 }
2421
2422 static int alc_test_pin_src_put(struct snd_kcontrol *kcontrol,
2423                                 struct snd_ctl_elem_value *ucontrol)
2424 {
2425         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2426         hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2427         unsigned int sel;
2428
2429         sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0) & 3;
2430         if (ucontrol->value.enumerated.item[0] != sel) {
2431                 sel = ucontrol->value.enumerated.item[0] & 3;
2432                 snd_hda_codec_write_cache(codec, nid, 0,
2433                                           AC_VERB_SET_CONNECT_SEL, sel);
2434                 return 1;
2435         }
2436         return 0;
2437 }
2438
2439 #define PIN_CTL_TEST(xname,nid) {                       \
2440                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
2441                         .name = xname,                 \
2442                         .info = alc_test_pin_ctl_info, \
2443                         .get = alc_test_pin_ctl_get,   \
2444                         .put = alc_test_pin_ctl_put,   \
2445                         .private_value = nid           \
2446                         }
2447
2448 #define PIN_SRC_TEST(xname,nid) {                       \
2449                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,    \
2450                         .name = xname,                 \
2451                         .info = alc_test_pin_src_info, \
2452                         .get = alc_test_pin_src_get,   \
2453                         .put = alc_test_pin_src_put,   \
2454                         .private_value = nid           \
2455                         }
2456
2457 static struct snd_kcontrol_new alc880_test_mixer[] = {
2458         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2459         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
2460         HDA_CODEC_VOLUME("CLFE Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
2461         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
2462         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
2463         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
2464         HDA_BIND_MUTE("CLFE Playback Switch", 0x0e, 2, HDA_INPUT),
2465         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
2466         PIN_CTL_TEST("Front Pin Mode", 0x14),
2467         PIN_CTL_TEST("Surround Pin Mode", 0x15),
2468         PIN_CTL_TEST("CLFE Pin Mode", 0x16),
2469         PIN_CTL_TEST("Side Pin Mode", 0x17),
2470         PIN_CTL_TEST("In-1 Pin Mode", 0x18),
2471         PIN_CTL_TEST("In-2 Pin Mode", 0x19),
2472         PIN_CTL_TEST("In-3 Pin Mode", 0x1a),
2473         PIN_CTL_TEST("In-4 Pin Mode", 0x1b),
2474         PIN_SRC_TEST("In-1 Pin Source", 0x18),
2475         PIN_SRC_TEST("In-2 Pin Source", 0x19),
2476         PIN_SRC_TEST("In-3 Pin Source", 0x1a),
2477         PIN_SRC_TEST("In-4 Pin Source", 0x1b),
2478         HDA_CODEC_VOLUME("In-1 Playback Volume", 0x0b, 0x0, HDA_INPUT),
2479         HDA_CODEC_MUTE("In-1 Playback Switch", 0x0b, 0x0, HDA_INPUT),
2480         HDA_CODEC_VOLUME("In-2 Playback Volume", 0x0b, 0x1, HDA_INPUT),
2481         HDA_CODEC_MUTE("In-2 Playback Switch", 0x0b, 0x1, HDA_INPUT),
2482         HDA_CODEC_VOLUME("In-3 Playback Volume", 0x0b, 0x2, HDA_INPUT),
2483         HDA_CODEC_MUTE("In-3 Playback Switch", 0x0b, 0x2, HDA_INPUT),
2484         HDA_CODEC_VOLUME("In-4 Playback Volume", 0x0b, 0x3, HDA_INPUT),
2485         HDA_CODEC_MUTE("In-4 Playback Switch", 0x0b, 0x3, HDA_INPUT),
2486         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x4, HDA_INPUT),
2487         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x4, HDA_INPUT),
2488         {
2489                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2490                 .name = "Channel Mode",
2491                 .info = alc_ch_mode_info,
2492                 .get = alc_ch_mode_get,
2493                 .put = alc_ch_mode_put,
2494         },
2495         { } /* end */
2496 };
2497
2498 static struct hda_verb alc880_test_init_verbs[] = {
2499         /* Unmute inputs of 0x0c - 0x0f */
2500         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2501         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2502         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2503         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2504         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2505         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2506         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2507         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2508         /* Vol output for 0x0c-0x0f */
2509         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2510         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2511         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2512         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2513         /* Set output pins 0x14-0x17 */
2514         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2515         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2516         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2517         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2518         /* Unmute output pins 0x14-0x17 */
2519         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2520         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2521         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2522         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2523         /* Set input pins 0x18-0x1c */
2524         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2525         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2526         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2527         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2528         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2529         /* Mute input pins 0x18-0x1b */
2530         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2531         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2532         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2533         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2534         /* ADC set up */
2535         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2536         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
2537         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2538         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
2539         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2540         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
2541         /* Analog input/passthru */
2542         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2543         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2544         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2545         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2546         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2547         { }
2548 };
2549 #endif
2550
2551 /*
2552  */
2553
2554 static const char *alc880_models[ALC880_MODEL_LAST] = {
2555         [ALC880_3ST]            = "3stack",
2556         [ALC880_TCL_S700]       = "tcl",
2557         [ALC880_3ST_DIG]        = "3stack-digout",
2558         [ALC880_CLEVO]          = "clevo",
2559         [ALC880_5ST]            = "5stack",
2560         [ALC880_5ST_DIG]        = "5stack-digout",
2561         [ALC880_W810]           = "w810",
2562         [ALC880_Z71V]           = "z71v",
2563         [ALC880_6ST]            = "6stack",
2564         [ALC880_6ST_DIG]        = "6stack-digout",
2565         [ALC880_ASUS]           = "asus",
2566         [ALC880_ASUS_W1V]       = "asus-w1v",
2567         [ALC880_ASUS_DIG]       = "asus-dig",
2568         [ALC880_ASUS_DIG2]      = "asus-dig2",
2569         [ALC880_UNIWILL_DIG]    = "uniwill",
2570         [ALC880_UNIWILL_P53]    = "uniwill-p53",
2571         [ALC880_FUJITSU]        = "fujitsu",
2572         [ALC880_F1734]          = "F1734",
2573         [ALC880_LG]             = "lg",
2574         [ALC880_LG_LW]          = "lg-lw",
2575 #ifdef CONFIG_SND_DEBUG
2576         [ALC880_TEST]           = "test",
2577 #endif
2578         [ALC880_AUTO]           = "auto",
2579 };
2580
2581 static struct snd_pci_quirk alc880_cfg_tbl[] = {
2582         /* Broken BIOS configuration */
2583         SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_6ST_DIG),
2584         SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_6ST_DIG),
2585
2586         SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_5ST_DIG),
2587         SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_6ST),
2588         SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_W810),
2589         SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_3ST_DIG),
2590         SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_6ST_DIG),
2591         SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_6ST_DIG),
2592         SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_6ST_DIG),
2593         SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
2594         SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
2595
2596         SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
2597         SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
2598
2599         SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
2600         SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
2601         SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
2602         SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG),
2603         SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG),
2604         SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG),
2605         SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V),
2606         /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
2607         SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
2608         SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
2609         SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_ASUS),
2610         SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
2611         SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
2612         SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
2613         SND_PCI_QUIRK(0x1043, 0, "ASUS", ALC880_ASUS),
2614
2615         SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_3ST),
2616         SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_3ST),
2617         SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_5ST),
2618         SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_5ST),
2619         SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_5ST),
2620         SND_PCI_QUIRK(0x1558, 0x0520, "Clevo m520G", ALC880_CLEVO),
2621         SND_PCI_QUIRK(0x1558, 0x0660, "Clevo m655n", ALC880_CLEVO),
2622         SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_5ST_DIG),
2623         SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_W810),
2624         SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_5ST_DIG),
2625         SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_TCL_S700),
2626         SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_5ST_DIG),
2627         SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_6ST_DIG),
2628         SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_6ST_DIG),
2629         SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_6ST_DIG),
2630         SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_6ST_DIG),
2631         SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_6ST_DIG),
2632         SND_PCI_QUIRK(0x1558, 0x5401, "ASUS", ALC880_ASUS_DIG2),
2633
2634         SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_UNIWILL_DIG),
2635         SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_UNIWILL),
2636         SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_UNIWILL_P53),
2637         SND_PCI_QUIRK(0x1584, 0x9054, "Uniwlll", ALC880_F1734),
2638
2639         SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_5ST_DIG),
2640         SND_PCI_QUIRK(0x1734, 0x10ac, "FSC", ALC880_UNIWILL),
2641         SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_F1734),
2642         SND_PCI_QUIRK(0x1734, 0x10b0, "Fujitsu", ALC880_FUJITSU),
2643
2644         SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_LG),
2645         SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_LG),
2646         SND_PCI_QUIRK(0x1854, 0x0018, "LG LW20", ALC880_LG_LW),
2647         SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_LG_LW),
2648
2649         SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_3ST_DIG),
2650         SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_3ST_DIG),
2651         SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_3ST_DIG),
2652         SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_5ST_DIG),
2653         SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_5ST_DIG),
2654         SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_5ST_DIG),
2655         SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_5ST_DIG),
2656         SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_5ST_DIG),
2657         SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_5ST_DIG),
2658         SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_5ST_DIG),
2659         SND_PCI_QUIRK(0x8086, 0, "Intel mobo", ALC880_3ST),
2660
2661         {}
2662 };
2663
2664 /*
2665  * ALC880 codec presets
2666  */
2667 static struct alc_config_preset alc880_presets[] = {
2668         [ALC880_3ST] = {
2669                 .mixers = { alc880_three_stack_mixer },
2670                 .init_verbs = { alc880_volume_init_verbs,
2671                                 alc880_pin_3stack_init_verbs },
2672                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2673                 .dac_nids = alc880_dac_nids,
2674                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2675                 .channel_mode = alc880_threestack_modes,
2676                 .need_dac_fix = 1,
2677                 .input_mux = &alc880_capture_source,
2678         },
2679         [ALC880_3ST_DIG] = {
2680                 .mixers = { alc880_three_stack_mixer },
2681                 .init_verbs = { alc880_volume_init_verbs,
2682                                 alc880_pin_3stack_init_verbs },
2683                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2684                 .dac_nids = alc880_dac_nids,
2685                 .dig_out_nid = ALC880_DIGOUT_NID,
2686                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2687                 .channel_mode = alc880_threestack_modes,
2688                 .need_dac_fix = 1,
2689                 .input_mux = &alc880_capture_source,
2690         },
2691         [ALC880_TCL_S700] = {
2692                 .mixers = { alc880_tcl_s700_mixer },
2693                 .init_verbs = { alc880_volume_init_verbs,
2694                                 alc880_pin_tcl_S700_init_verbs,
2695                                 alc880_gpio2_init_verbs },
2696                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2697                 .dac_nids = alc880_dac_nids,
2698                 .hp_nid = 0x03,
2699                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2700                 .channel_mode = alc880_2_jack_modes,
2701                 .input_mux = &alc880_capture_source,
2702         },
2703         [ALC880_5ST] = {
2704                 .mixers = { alc880_three_stack_mixer,
2705                             alc880_five_stack_mixer},
2706                 .init_verbs = { alc880_volume_init_verbs,
2707                                 alc880_pin_5stack_init_verbs },
2708                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2709                 .dac_nids = alc880_dac_nids,
2710                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2711                 .channel_mode = alc880_fivestack_modes,
2712                 .input_mux = &alc880_capture_source,
2713         },
2714         [ALC880_5ST_DIG] = {
2715                 .mixers = { alc880_three_stack_mixer,
2716                             alc880_five_stack_mixer },
2717                 .init_verbs = { alc880_volume_init_verbs,
2718                                 alc880_pin_5stack_init_verbs },
2719                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2720                 .dac_nids = alc880_dac_nids,
2721                 .dig_out_nid = ALC880_DIGOUT_NID,
2722                 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2723                 .channel_mode = alc880_fivestack_modes,
2724                 .input_mux = &alc880_capture_source,
2725         },
2726         [ALC880_6ST] = {
2727                 .mixers = { alc880_six_stack_mixer },
2728                 .init_verbs = { alc880_volume_init_verbs,
2729                                 alc880_pin_6stack_init_verbs },
2730                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2731                 .dac_nids = alc880_6st_dac_nids,
2732                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2733                 .channel_mode = alc880_sixstack_modes,
2734                 .input_mux = &alc880_6stack_capture_source,
2735         },
2736         [ALC880_6ST_DIG] = {
2737                 .mixers = { alc880_six_stack_mixer },
2738                 .init_verbs = { alc880_volume_init_verbs,
2739                                 alc880_pin_6stack_init_verbs },
2740                 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2741                 .dac_nids = alc880_6st_dac_nids,
2742                 .dig_out_nid = ALC880_DIGOUT_NID,
2743                 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2744                 .channel_mode = alc880_sixstack_modes,
2745                 .input_mux = &alc880_6stack_capture_source,
2746         },
2747         [ALC880_W810] = {
2748                 .mixers = { alc880_w810_base_mixer },
2749                 .init_verbs = { alc880_volume_init_verbs,
2750                                 alc880_pin_w810_init_verbs,
2751                                 alc880_gpio2_init_verbs },
2752                 .num_dacs = ARRAY_SIZE(alc880_w810_dac_nids),
2753                 .dac_nids = alc880_w810_dac_nids,
2754                 .dig_out_nid = ALC880_DIGOUT_NID,
2755                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2756                 .channel_mode = alc880_w810_modes,
2757                 .input_mux = &alc880_capture_source,
2758         },
2759         [ALC880_Z71V] = {
2760                 .mixers = { alc880_z71v_mixer },
2761                 .init_verbs = { alc880_volume_init_verbs,
2762                                 alc880_pin_z71v_init_verbs },
2763                 .num_dacs = ARRAY_SIZE(alc880_z71v_dac_nids),
2764                 .dac_nids = alc880_z71v_dac_nids,
2765                 .dig_out_nid = ALC880_DIGOUT_NID,
2766                 .hp_nid = 0x03,
2767                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2768                 .channel_mode = alc880_2_jack_modes,
2769                 .input_mux = &alc880_capture_source,
2770         },
2771         [ALC880_F1734] = {
2772                 .mixers = { alc880_f1734_mixer },
2773                 .init_verbs = { alc880_volume_init_verbs,
2774                                 alc880_pin_f1734_init_verbs },
2775                 .num_dacs = ARRAY_SIZE(alc880_f1734_dac_nids),
2776                 .dac_nids = alc880_f1734_dac_nids,
2777                 .hp_nid = 0x02,
2778                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2779                 .channel_mode = alc880_2_jack_modes,
2780                 .input_mux = &alc880_capture_source,
2781         },
2782         [ALC880_ASUS] = {
2783                 .mixers = { alc880_asus_mixer },
2784                 .init_verbs = { alc880_volume_init_verbs,
2785                                 alc880_pin_asus_init_verbs,
2786                                 alc880_gpio1_init_verbs },
2787                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2788                 .dac_nids = alc880_asus_dac_nids,
2789                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2790                 .channel_mode = alc880_asus_modes,
2791                 .need_dac_fix = 1,
2792                 .input_mux = &alc880_capture_source,
2793         },
2794         [ALC880_ASUS_DIG] = {
2795                 .mixers = { alc880_asus_mixer },
2796                 .init_verbs = { alc880_volume_init_verbs,
2797                                 alc880_pin_asus_init_verbs,
2798                                 alc880_gpio1_init_verbs },
2799                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2800                 .dac_nids = alc880_asus_dac_nids,
2801                 .dig_out_nid = ALC880_DIGOUT_NID,
2802                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2803                 .channel_mode = alc880_asus_modes,
2804                 .need_dac_fix = 1,
2805                 .input_mux = &alc880_capture_source,
2806         },
2807         [ALC880_ASUS_DIG2] = {
2808                 .mixers = { alc880_asus_mixer },
2809                 .init_verbs = { alc880_volume_init_verbs,
2810                                 alc880_pin_asus_init_verbs,
2811                                 alc880_gpio2_init_verbs }, /* use GPIO2 */
2812                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2813                 .dac_nids = alc880_asus_dac_nids,
2814                 .dig_out_nid = ALC880_DIGOUT_NID,
2815                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2816                 .channel_mode = alc880_asus_modes,
2817                 .need_dac_fix = 1,
2818                 .input_mux = &alc880_capture_source,
2819         },
2820         [ALC880_ASUS_W1V] = {
2821                 .mixers = { alc880_asus_mixer, alc880_asus_w1v_mixer },
2822                 .init_verbs = { alc880_volume_init_verbs,
2823                                 alc880_pin_asus_init_verbs,
2824                                 alc880_gpio1_init_verbs },
2825                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2826                 .dac_nids = alc880_asus_dac_nids,
2827                 .dig_out_nid = ALC880_DIGOUT_NID,
2828                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2829                 .channel_mode = alc880_asus_modes,
2830                 .need_dac_fix = 1,
2831                 .input_mux = &alc880_capture_source,
2832         },
2833         [ALC880_UNIWILL_DIG] = {
2834                 .mixers = { alc880_asus_mixer, alc880_pcbeep_mixer },
2835                 .init_verbs = { alc880_volume_init_verbs,
2836                                 alc880_pin_asus_init_verbs },
2837                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2838                 .dac_nids = alc880_asus_dac_nids,
2839                 .dig_out_nid = ALC880_DIGOUT_NID,
2840                 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2841                 .channel_mode = alc880_asus_modes,
2842                 .need_dac_fix = 1,
2843                 .input_mux = &alc880_capture_source,
2844         },
2845         [ALC880_UNIWILL] = {
2846                 .mixers = { alc880_uniwill_mixer },
2847                 .init_verbs = { alc880_volume_init_verbs,
2848                                 alc880_uniwill_init_verbs },
2849                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2850                 .dac_nids = alc880_asus_dac_nids,
2851                 .dig_out_nid = ALC880_DIGOUT_NID,
2852                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2853                 .channel_mode = alc880_threestack_modes,
2854                 .need_dac_fix = 1,
2855                 .input_mux = &alc880_capture_source,
2856                 .unsol_event = alc880_uniwill_unsol_event,
2857                 .init_hook = alc880_uniwill_automute,
2858         },
2859         [ALC880_UNIWILL_P53] = {
2860                 .mixers = { alc880_uniwill_p53_mixer },
2861                 .init_verbs = { alc880_volume_init_verbs,
2862                                 alc880_uniwill_p53_init_verbs },
2863                 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2864                 .dac_nids = alc880_asus_dac_nids,
2865                 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2866                 .channel_mode = alc880_threestack_modes,
2867                 .input_mux = &alc880_capture_source,
2868                 .unsol_event = alc880_uniwill_p53_unsol_event,
2869                 .init_hook = alc880_uniwill_p53_hp_automute,
2870         },
2871         [ALC880_FUJITSU] = {
2872                 .mixers = { alc880_fujitsu_mixer,
2873                             alc880_pcbeep_mixer, },
2874                 .init_verbs = { alc880_volume_init_verbs,
2875                                 alc880_uniwill_p53_init_verbs,
2876                                 alc880_beep_init_verbs },
2877                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2878                 .dac_nids = alc880_dac_nids,
2879                 .dig_out_nid = ALC880_DIGOUT_NID,
2880                 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2881                 .channel_mode = alc880_2_jack_modes,
2882                 .input_mux = &alc880_capture_source,
2883                 .unsol_event = alc880_uniwill_p53_unsol_event,
2884                 .init_hook = alc880_uniwill_p53_hp_automute,
2885         },
2886         [ALC880_CLEVO] = {
2887                 .mixers = { alc880_three_stack_mixer },
2888                 .init_verbs = { alc880_volume_init_verbs,
2889                                 alc880_pin_clevo_init_verbs },
2890                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2891                 .dac_nids = alc880_dac_nids,
2892                 .hp_nid = 0x03,
2893                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2894                 .channel_mode = alc880_threestack_modes,
2895                 .need_dac_fix = 1,
2896                 .input_mux = &alc880_capture_source,
2897         },
2898         [ALC880_LG] = {
2899                 .mixers = { alc880_lg_mixer },
2900                 .init_verbs = { alc880_volume_init_verbs,
2901                                 alc880_lg_init_verbs },
2902                 .num_dacs = ARRAY_SIZE(alc880_lg_dac_nids),
2903                 .dac_nids = alc880_lg_dac_nids,
2904                 .dig_out_nid = ALC880_DIGOUT_NID,
2905                 .num_channel_mode = ARRAY_SIZE(alc880_lg_ch_modes),
2906                 .channel_mode = alc880_lg_ch_modes,
2907                 .need_dac_fix = 1,
2908                 .input_mux = &alc880_lg_capture_source,
2909                 .unsol_event = alc880_lg_unsol_event,
2910                 .init_hook = alc880_lg_automute,
2911 #ifdef CONFIG_SND_HDA_POWER_SAVE
2912                 .loopbacks = alc880_lg_loopbacks,
2913 #endif
2914         },
2915         [ALC880_LG_LW] = {
2916                 .mixers = { alc880_lg_lw_mixer },
2917                 .init_verbs = { alc880_volume_init_verbs,
2918                                 alc880_lg_lw_init_verbs },
2919                 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2920                 .dac_nids = alc880_dac_nids,
2921                 .dig_out_nid = ALC880_DIGOUT_NID,
2922                 .num_channel_mode = ARRAY_SIZE(alc880_lg_lw_modes),
2923                 .channel_mode = alc880_lg_lw_modes,
2924                 .input_mux = &alc880_lg_lw_capture_source,
2925                 .unsol_event = alc880_lg_lw_unsol_event,
2926                 .init_hook = alc880_lg_lw_automute,
2927         },
2928 #ifdef CONFIG_SND_DEBUG
2929         [ALC880_TEST] = {
2930                 .mixers = { alc880_test_mixer },
2931                 .init_verbs = { alc880_test_init_verbs },
2932                 .num_dacs = ARRAY_SIZE(alc880_test_dac_nids),
2933                 .dac_nids = alc880_test_dac_nids,
2934                 .dig_out_nid = ALC880_DIGOUT_NID,
2935                 .num_channel_mode = ARRAY_SIZE(alc880_test_modes),
2936                 .channel_mode = alc880_test_modes,
2937                 .input_mux = &alc880_test_capture_source,
2938         },
2939 #endif
2940 };
2941
2942 /*
2943  * Automatic parse of I/O pins from the BIOS configuration
2944  */
2945
2946 #define NUM_CONTROL_ALLOC       32
2947 #define NUM_VERB_ALLOC          32
2948
2949 enum {
2950         ALC_CTL_WIDGET_VOL,
2951         ALC_CTL_WIDGET_MUTE,
2952         ALC_CTL_BIND_MUTE,
2953 };
2954 static struct snd_kcontrol_new alc880_control_templates[] = {
2955         HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2956         HDA_CODEC_MUTE(NULL, 0, 0, 0),
2957         HDA_BIND_MUTE(NULL, 0, 0, 0),
2958 };
2959
2960 /* add dynamic controls */
2961 static int add_control(struct alc_spec *spec, int type, const char *name,
2962                        unsigned long val)
2963 {
2964         struct snd_kcontrol_new *knew;
2965
2966         if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2967                 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2968
2969                 /* array + terminator */
2970                 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL);
2971                 if (!knew)
2972                         return -ENOMEM;
2973                 if (spec->kctl_alloc) {
2974                         memcpy(knew, spec->kctl_alloc,
2975                                sizeof(*knew) * spec->num_kctl_alloc);
2976                         kfree(spec->kctl_alloc);
2977                 }
2978                 spec->kctl_alloc = knew;
2979                 spec->num_kctl_alloc = num;
2980         }
2981
2982         knew = &spec->kctl_alloc[spec->num_kctl_used];
2983         *knew = alc880_control_templates[type];
2984         knew->name = kstrdup(name, GFP_KERNEL);
2985         if (!knew->name)
2986                 return -ENOMEM;
2987         knew->private_value = val;
2988         spec->num_kctl_used++;
2989         return 0;
2990 }
2991
2992 #define alc880_is_fixed_pin(nid)        ((nid) >= 0x14 && (nid) <= 0x17)
2993 #define alc880_fixed_pin_idx(nid)       ((nid) - 0x14)
2994 #define alc880_is_multi_pin(nid)        ((nid) >= 0x18)
2995 #define alc880_multi_pin_idx(nid)       ((nid) - 0x18)
2996 #define alc880_is_input_pin(nid)        ((nid) >= 0x18)
2997 #define alc880_input_pin_idx(nid)       ((nid) - 0x18)
2998 #define alc880_idx_to_dac(nid)          ((nid) + 0x02)
2999 #define alc880_dac_to_idx(nid)          ((nid) - 0x02)
3000 #define alc880_idx_to_mixer(nid)        ((nid) + 0x0c)
3001 #define alc880_idx_to_selector(nid)     ((nid) + 0x10)
3002 #define ALC880_PIN_CD_NID               0x1c
3003
3004 /* fill in the dac_nids table from the parsed pin configuration */
3005 static int alc880_auto_fill_dac_nids(struct alc_spec *spec,
3006                                      const struct auto_pin_cfg *cfg)
3007 {
3008         hda_nid_t nid;
3009         int assigned[4];
3010         int i, j;
3011
3012         memset(assigned, 0, sizeof(assigned));
3013         spec->multiout.dac_nids = spec->private_dac_nids;
3014
3015         /* check the pins hardwired to audio widget */
3016         for (i = 0; i < cfg->line_outs; i++) {
3017                 nid = cfg->line_out_pins[i];
3018                 if (alc880_is_fixed_pin(nid)) {
3019                         int idx = alc880_fixed_pin_idx(nid);
3020                         spec->multiout.dac_nids[i] = alc880_idx_to_dac(idx);
3021                         assigned[idx] = 1;
3022                 }
3023         }
3024         /* left pins can be connect to any audio widget */
3025         for (i = 0; i < cfg->line_outs; i++) {
3026                 nid = cfg->line_out_pins[i];
3027                 if (alc880_is_fixed_pin(nid))
3028                         continue;
3029                 /* search for an empty channel */
3030                 for (j = 0; j < cfg->line_outs; j++) {
3031                         if (!assigned[j]) {
3032                                 spec->multiout.dac_nids[i] =
3033                                         alc880_idx_to_dac(j);
3034                                 assigned[j] = 1;
3035                                 break;
3036                         }
3037                 }
3038         }
3039         spec->multiout.num_dacs = cfg->line_outs;
3040         return 0;
3041 }
3042
3043 /* add playback controls from the parsed DAC table */
3044 static int alc880_auto_create_multi_out_ctls(struct alc_spec *spec,
3045                                              const struct auto_pin_cfg *cfg)
3046 {
3047         char name[32];
3048         static const char *chname[4] = {
3049                 "Front", "Surround", NULL /*CLFE*/, "Side"
3050         };
3051         hda_nid_t nid;
3052         int i, err;
3053
3054         for (i = 0; i < cfg->line_outs; i++) {
3055                 if (!spec->multiout.dac_nids[i])
3056                         continue;
3057                 nid = alc880_idx_to_mixer(alc880_dac_to_idx(spec->multiout.dac_nids[i]));
3058                 if (i == 2) {
3059                         /* Center/LFE */
3060                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
3061                                           "Center Playback Volume",
3062                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
3063                                                               HDA_OUTPUT));
3064                         if (err < 0)
3065                                 return err;
3066                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
3067                                           "LFE Playback Volume",
3068                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
3069                                                               HDA_OUTPUT));
3070                         if (err < 0)
3071                                 return err;
3072                         err = add_control(spec, ALC_CTL_BIND_MUTE,
3073                                           "Center Playback Switch",
3074                                           HDA_COMPOSE_AMP_VAL(nid, 1, 2,
3075                                                               HDA_INPUT));
3076                         if (err < 0)
3077                                 return err;
3078                         err = add_control(spec, ALC_CTL_BIND_MUTE,
3079                                           "LFE Playback Switch",
3080                                           HDA_COMPOSE_AMP_VAL(nid, 2, 2,
3081                                                               HDA_INPUT));
3082                         if (err < 0)
3083                                 return err;
3084                 } else {
3085                         sprintf(name, "%s Playback Volume", chname[i]);
3086                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3087                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3088                                                               HDA_OUTPUT));
3089                         if (err < 0)
3090                                 return err;
3091                         sprintf(name, "%s Playback Switch", chname[i]);
3092                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
3093                                           HDA_COMPOSE_AMP_VAL(nid, 3, 2,
3094                                                               HDA_INPUT));
3095                         if (err < 0)
3096                                 return err;
3097                 }
3098         }
3099         return 0;
3100 }
3101
3102 /* add playback controls for speaker and HP outputs */
3103 static int alc880_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
3104                                         const char *pfx)
3105 {
3106         hda_nid_t nid;
3107         int err;
3108         char name[32];
3109
3110         if (!pin)
3111                 return 0;
3112
3113         if (alc880_is_fixed_pin(pin)) {
3114                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
3115                 /* specify the DAC as the extra output */
3116                 if (!spec->multiout.hp_nid)
3117                         spec->multiout.hp_nid = nid;
3118                 else
3119                         spec->multiout.extra_out_nid[0] = nid;
3120                 /* control HP volume/switch on the output mixer amp */
3121                 nid = alc880_idx_to_mixer(alc880_fixed_pin_idx(pin));
3122                 sprintf(name, "%s Playback Volume", pfx);
3123                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3124                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3125                 if (err < 0)
3126                         return err;
3127                 sprintf(name, "%s Playback Switch", pfx);
3128                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
3129                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
3130                 if (err < 0)
3131                         return err;
3132         } else if (alc880_is_multi_pin(pin)) {
3133                 /* set manual connection */
3134                 /* we have only a switch on HP-out PIN */
3135                 sprintf(name, "%s Playback Switch", pfx);
3136                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
3137                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
3138                 if (err < 0)
3139                         return err;
3140         }
3141         return 0;
3142 }
3143
3144 /* create input playback/capture controls for the given pin */
3145 static int new_analog_input(struct alc_spec *spec, hda_nid_t pin,
3146                             const char *ctlname,
3147                             int idx, hda_nid_t mix_nid)
3148 {
3149         char name[32];
3150         int err;
3151
3152         sprintf(name, "%s Playback Volume", ctlname);
3153         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
3154                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
3155         if (err < 0)
3156                 return err;
3157         sprintf(name, "%s Playback Switch", ctlname);
3158         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
3159                           HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
3160         if (err < 0)
3161                 return err;
3162         return 0;
3163 }
3164
3165 /* create playback/capture controls for input pins */
3166 static int alc880_auto_create_analog_input_ctls(struct alc_spec *spec,
3167                                                 const struct auto_pin_cfg *cfg)
3168 {
3169         struct hda_input_mux *imux = &spec->private_imux;
3170         int i, err, idx;
3171
3172         for (i = 0; i < AUTO_PIN_LAST; i++) {
3173                 if (alc880_is_input_pin(cfg->input_pins[i])) {
3174                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
3175                         err = new_analog_input(spec, cfg->input_pins[i],
3176                                                auto_pin_cfg_labels[i],
3177                                                idx, 0x0b);
3178                         if (err < 0)
3179                                 return err;
3180                         imux->items[imux->num_items].label =
3181                                 auto_pin_cfg_labels[i];
3182                         imux->items[imux->num_items].index =
3183                                 alc880_input_pin_idx(cfg->input_pins[i]);
3184                         imux->num_items++;
3185                 }
3186         }
3187         return 0;
3188 }
3189
3190 static void alc880_auto_set_output_and_unmute(struct hda_codec *codec,
3191                                               hda_nid_t nid, int pin_type,
3192                                               int dac_idx)
3193 {
3194         /* set as output */
3195         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3196                             pin_type);
3197         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
3198                             AMP_OUT_UNMUTE);
3199         /* need the manual connection? */
3200         if (alc880_is_multi_pin(nid)) {
3201                 struct alc_spec *spec = codec->spec;
3202                 int idx = alc880_multi_pin_idx(nid);
3203                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
3204                                     AC_VERB_SET_CONNECT_SEL,
3205                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
3206         }
3207 }
3208
3209 static int get_pin_type(int line_out_type)
3210 {
3211         if (line_out_type == AUTO_PIN_HP_OUT)
3212                 return PIN_HP;
3213         else
3214                 return PIN_OUT;
3215 }
3216
3217 static void alc880_auto_init_multi_out(struct hda_codec *codec)
3218 {
3219         struct alc_spec *spec = codec->spec;
3220         int i;
3221         
3222         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
3223         for (i = 0; i < spec->autocfg.line_outs; i++) {
3224                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3225                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
3226                 alc880_auto_set_output_and_unmute(codec, nid, pin_type, i);
3227         }
3228 }
3229
3230 static void alc880_auto_init_extra_out(struct hda_codec *codec)
3231 {
3232         struct alc_spec *spec = codec->spec;
3233         hda_nid_t pin;
3234
3235         pin = spec->autocfg.speaker_pins[0];
3236         if (pin) /* connect to front */
3237                 alc880_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
3238         pin = spec->autocfg.hp_pins[0];
3239         if (pin) /* connect to front */
3240                 alc880_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
3241 }
3242
3243 static void alc880_auto_init_analog_input(struct hda_codec *codec)
3244 {
3245         struct alc_spec *spec = codec->spec;
3246         int i;
3247
3248         for (i = 0; i < AUTO_PIN_LAST; i++) {
3249                 hda_nid_t nid = spec->autocfg.input_pins[i];
3250                 if (alc880_is_input_pin(nid)) {
3251                         snd_hda_codec_write(codec, nid, 0,
3252                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
3253                                             i <= AUTO_PIN_FRONT_MIC ?
3254                                             PIN_VREF80 : PIN_IN);
3255                         if (nid != ALC880_PIN_CD_NID)
3256                                 snd_hda_codec_write(codec, nid, 0,
3257                                                     AC_VERB_SET_AMP_GAIN_MUTE,
3258                                                     AMP_OUT_MUTE);
3259                 }
3260         }
3261 }
3262
3263 /* parse the BIOS configuration and set up the alc_spec */
3264 /* return 1 if successful, 0 if the proper config is not found,
3265  * or a negative error code
3266  */
3267 static int alc880_parse_auto_config(struct hda_codec *codec)
3268 {
3269         struct alc_spec *spec = codec->spec;
3270         int err;
3271         static hda_nid_t alc880_ignore[] = { 0x1d, 0 };
3272
3273         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
3274                                            alc880_ignore);
3275         if (err < 0)
3276                 return err;
3277         if (!spec->autocfg.line_outs)
3278                 return 0; /* can't find valid BIOS pin config */
3279
3280         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
3281         if (err < 0)
3282                 return err;
3283         err = alc880_auto_create_multi_out_ctls(spec, &spec->autocfg);
3284         if (err < 0)
3285                 return err;
3286         err = alc880_auto_create_extra_out(spec,
3287                                            spec->autocfg.speaker_pins[0],
3288                                            "Speaker");
3289         if (err < 0)
3290                 return err;
3291         err = alc880_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
3292                                            "Headphone");
3293         if (err < 0)
3294                 return err;
3295         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
3296         if (err < 0)
3297                 return err;
3298
3299         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3300
3301         if (spec->autocfg.dig_out_pin)
3302                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
3303         if (spec->autocfg.dig_in_pin)
3304                 spec->dig_in_nid = ALC880_DIGIN_NID;
3305
3306         if (spec->kctl_alloc)
3307                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3308
3309         spec->init_verbs[spec->num_init_verbs++] = alc880_volume_init_verbs;
3310
3311         spec->num_mux_defs = 1;
3312         spec->input_mux = &spec->private_imux;
3313
3314         return 1;
3315 }
3316
3317 /* additional initialization for auto-configuration model */
3318 static void alc880_auto_init(struct hda_codec *codec)
3319 {
3320         alc880_auto_init_multi_out(codec);
3321         alc880_auto_init_extra_out(codec);
3322         alc880_auto_init_analog_input(codec);
3323 }
3324
3325 /*
3326  * OK, here we have finally the patch for ALC880
3327  */
3328
3329 static int patch_alc880(struct hda_codec *codec)
3330 {
3331         struct alc_spec *spec;
3332         int board_config;
3333         int err;
3334
3335         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
3336         if (spec == NULL)
3337                 return -ENOMEM;
3338
3339         codec->spec = spec;
3340
3341         board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
3342                                                   alc880_models,
3343                                                   alc880_cfg_tbl);
3344         if (board_config < 0) {
3345                 printk(KERN_INFO "hda_codec: Unknown model for ALC880, "
3346                        "trying auto-probe from BIOS...\n");
3347                 board_config = ALC880_AUTO;
3348         }
3349
3350         if (board_config == ALC880_AUTO) {
3351                 /* automatic parse from the BIOS config */
3352                 err = alc880_parse_auto_config(codec);
3353                 if (err < 0) {
3354                         alc_free(codec);
3355                         return err;
3356                 } else if (!err) {
3357                         printk(KERN_INFO
3358                                "hda_codec: Cannot set up configuration "
3359                                "from BIOS.  Using 3-stack mode...\n");
3360                         board_config = ALC880_3ST;
3361                 }
3362         }
3363
3364         if (board_config != ALC880_AUTO)
3365                 setup_preset(spec, &alc880_presets[board_config]);
3366
3367         spec->stream_name_analog = "ALC880 Analog";
3368         spec->stream_analog_playback = &alc880_pcm_analog_playback;
3369         spec->stream_analog_capture = &alc880_pcm_analog_capture;
3370
3371         spec->stream_name_digital = "ALC880 Digital";
3372         spec->stream_digital_playback = &alc880_pcm_digital_playback;
3373         spec->stream_digital_capture = &alc880_pcm_digital_capture;
3374
3375         if (!spec->adc_nids && spec->input_mux) {
3376                 /* check whether NID 0x07 is valid */
3377                 unsigned int wcap = get_wcaps(codec, alc880_adc_nids[0]);
3378                 /* get type */
3379                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
3380                 if (wcap != AC_WID_AUD_IN) {
3381                         spec->adc_nids = alc880_adc_nids_alt;
3382                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids_alt);
3383                         spec->mixers[spec->num_mixers] =
3384                                 alc880_capture_alt_mixer;
3385                         spec->num_mixers++;
3386                 } else {
3387                         spec->adc_nids = alc880_adc_nids;
3388                         spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids);
3389                         spec->mixers[spec->num_mixers] = alc880_capture_mixer;
3390                         spec->num_mixers++;
3391                 }
3392         }
3393
3394         codec->patch_ops = alc_patch_ops;
3395         if (board_config == ALC880_AUTO)
3396                 spec->init_hook = alc880_auto_init;
3397 #ifdef CONFIG_SND_HDA_POWER_SAVE
3398         if (!spec->loopback.amplist)
3399                 spec->loopback.amplist = alc880_loopbacks;
3400 #endif
3401
3402         return 0;
3403 }
3404
3405
3406 /*
3407  * ALC260 support
3408  */
3409
3410 static hda_nid_t alc260_dac_nids[1] = {
3411         /* front */
3412         0x02,
3413 };
3414
3415 static hda_nid_t alc260_adc_nids[1] = {
3416         /* ADC0 */
3417         0x04,
3418 };
3419
3420 static hda_nid_t alc260_adc_nids_alt[1] = {
3421         /* ADC1 */
3422         0x05,
3423 };
3424
3425 static hda_nid_t alc260_hp_adc_nids[2] = {
3426         /* ADC1, 0 */
3427         0x05, 0x04
3428 };
3429
3430 /* NIDs used when simultaneous access to both ADCs makes sense.  Note that
3431  * alc260_capture_mixer assumes ADC0 (nid 0x04) is the first ADC.
3432  */
3433 static hda_nid_t alc260_dual_adc_nids[2] = {
3434         /* ADC0, ADC1 */
3435         0x04, 0x05
3436 };
3437
3438 #define ALC260_DIGOUT_NID       0x03
3439 #define ALC260_DIGIN_NID        0x06
3440
3441 static struct hda_input_mux alc260_capture_source = {
3442         .num_items = 4,
3443         .items = {
3444                 { "Mic", 0x0 },
3445                 { "Front Mic", 0x1 },
3446                 { "Line", 0x2 },
3447                 { "CD", 0x4 },
3448         },
3449 };
3450
3451 /* On Fujitsu S702x laptops capture only makes sense from Mic/LineIn jack,
3452  * headphone jack and the internal CD lines since these are the only pins at
3453  * which audio can appear.  For flexibility, also allow the option of
3454  * recording the mixer output on the second ADC (ADC0 doesn't have a
3455  * connection to the mixer output).
3456  */
3457 static struct hda_input_mux alc260_fujitsu_capture_sources[2] = {
3458         {
3459                 .num_items = 3,
3460                 .items = {
3461                         { "Mic/Line", 0x0 },
3462                         { "CD", 0x4 },
3463                         { "Headphone", 0x2 },
3464                 },
3465         },
3466         {
3467                 .num_items = 4,
3468                 .items = {
3469                         { "Mic/Line", 0x0 },
3470                         { "CD", 0x4 },
3471                         { "Headphone", 0x2 },
3472                         { "Mixer", 0x5 },
3473                 },
3474         },
3475
3476 };
3477
3478 /* Acer TravelMate(/Extensa/Aspire) notebooks have similar configuration to
3479  * the Fujitsu S702x, but jacks are marked differently.
3480  */
3481 static struct hda_input_mux alc260_acer_capture_sources[2] = {
3482         {
3483                 .num_items = 4,
3484                 .items = {
3485                         { "Mic", 0x0 },
3486                         { "Line", 0x2 },
3487                         { "CD", 0x4 },
3488                         { "Headphone", 0x5 },
3489                 },
3490         },
3491         {
3492                 .num_items = 5,
3493                 .items = {
3494                         { "Mic", 0x0 },
3495                         { "Line", 0x2 },
3496                         { "CD", 0x4 },
3497                         { "Headphone", 0x6 },
3498                         { "Mixer", 0x5 },
3499                 },
3500         },
3501 };
3502 /*
3503  * This is just place-holder, so there's something for alc_build_pcms to look
3504  * at when it calculates the maximum number of channels. ALC260 has no mixer
3505  * element which allows changing the channel mode, so the verb list is
3506  * never used.
3507  */
3508 static struct hda_channel_mode alc260_modes[1] = {
3509         { 2, NULL },
3510 };
3511
3512
3513 /* Mixer combinations
3514  *
3515  * basic: base_output + input + pc_beep + capture
3516  * HP: base_output + input + capture_alt
3517  * HP_3013: hp_3013 + input + capture
3518  * fujitsu: fujitsu + capture
3519  * acer: acer + capture
3520  */
3521
3522 static struct snd_kcontrol_new alc260_base_output_mixer[] = {
3523         HDA_CODEC_VOLUME("Front Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3524         HDA_BIND_MUTE("Front Playback Switch", 0x08, 2, HDA_INPUT),
3525         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3526         HDA_BIND_MUTE("Headphone Playback Switch", 0x09, 2, HDA_INPUT),
3527         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3528         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
3529         { } /* end */
3530 };
3531
3532 static struct snd_kcontrol_new alc260_input_mixer[] = {
3533         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3534         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3535         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3536         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3537         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3538         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3539         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x07, 0x01, HDA_INPUT),
3540         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x07, 0x01, HDA_INPUT),
3541         { } /* end */
3542 };
3543
3544 static struct snd_kcontrol_new alc260_pc_beep_mixer[] = {
3545         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x07, 0x05, HDA_INPUT),
3546         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x07, 0x05, HDA_INPUT),
3547         { } /* end */
3548 };
3549
3550 static struct snd_kcontrol_new alc260_hp_3013_mixer[] = {
3551         HDA_CODEC_VOLUME("Front Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3552         HDA_CODEC_MUTE("Front Playback Switch", 0x10, 0x0, HDA_OUTPUT),
3553         HDA_CODEC_VOLUME("Aux-In Playback Volume", 0x07, 0x06, HDA_INPUT),
3554         HDA_CODEC_MUTE("Aux-In Playback Switch", 0x07, 0x06, HDA_INPUT),
3555         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3556         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
3557         HDA_CODEC_VOLUME_MONO("iSpeaker Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3558         HDA_CODEC_MUTE_MONO("iSpeaker Playback Switch", 0x11, 1, 0x0, HDA_OUTPUT),
3559         { } /* end */
3560 };
3561
3562 /* Fujitsu S702x series laptops.  ALC260 pin usage: Mic/Line jack = 0x12, 
3563  * HP jack = 0x14, CD audio =  0x16, internal speaker = 0x10.
3564  */
3565 static struct snd_kcontrol_new alc260_fujitsu_mixer[] = {
3566         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3567         HDA_BIND_MUTE("Headphone Playback Switch", 0x08, 2, HDA_INPUT),
3568         ALC_PIN_MODE("Headphone Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3569         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3570         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3571         HDA_CODEC_VOLUME("Mic/Line Playback Volume", 0x07, 0x0, HDA_INPUT),
3572         HDA_CODEC_MUTE("Mic/Line Playback Switch", 0x07, 0x0, HDA_INPUT),
3573         ALC_PIN_MODE("Mic/Line Jack Mode", 0x12, ALC_PIN_DIR_IN),
3574         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3575         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3576         HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3577         HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x09, 2, HDA_INPUT),
3578         { } /* end */
3579 };
3580
3581 /* Mixer for Acer TravelMate(/Extensa/Aspire) notebooks.  Note that current
3582  * versions of the ALC260 don't act on requests to enable mic bias from NID
3583  * 0x0f (used to drive the headphone jack in these laptops).  The ALC260
3584  * datasheet doesn't mention this restriction.  At this stage it's not clear
3585  * whether this behaviour is intentional or is a hardware bug in chip
3586  * revisions available in early 2006.  Therefore for now allow the
3587  * "Headphone Jack Mode" control to span all choices, but if it turns out
3588  * that the lack of mic bias for this NID is intentional we could change the
3589  * mode from ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
3590  *
3591  * In addition, Acer TravelMate(/Extensa/Aspire) notebooks in early 2006
3592  * don't appear to make the mic bias available from the "line" jack, even
3593  * though the NID used for this jack (0x14) can supply it.  The theory is
3594  * that perhaps Acer have included blocking capacitors between the ALC260
3595  * and the output jack.  If this turns out to be the case for all such
3596  * models the "Line Jack Mode" mode could be changed from ALC_PIN_DIR_INOUT
3597  * to ALC_PIN_DIR_INOUT_NOMICBIAS.
3598  *
3599  * The C20x Tablet series have a mono internal speaker which is controlled
3600  * via the chip's Mono sum widget and pin complex, so include the necessary
3601  * controls for such models.  On models without a "mono speaker" the control
3602  * won't do anything.
3603  */
3604 static struct snd_kcontrol_new alc260_acer_mixer[] = {
3605         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3606         HDA_BIND_MUTE("Master Playback Switch", 0x08, 2, HDA_INPUT),
3607         ALC_PIN_MODE("Headphone Jack Mode", 0x0f, ALC_PIN_DIR_INOUT),
3608         HDA_CODEC_VOLUME_MONO("Mono Speaker Playback Volume", 0x0a, 1, 0x0,
3609                               HDA_OUTPUT),
3610         HDA_BIND_MUTE_MONO("Mono Speaker Playback Switch", 0x0a, 1, 2,
3611                            HDA_INPUT),
3612         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3613         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3614         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3615         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3616         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3617         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3618         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3619         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3620         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3621         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3622         { } /* end */
3623 };
3624
3625 /* Packard bell V7900  ALC260 pin usage: HP = 0x0f, Mic jack = 0x12,
3626  * Line In jack = 0x14, CD audio =  0x16, pc beep = 0x17.
3627  */
3628 static struct snd_kcontrol_new alc260_will_mixer[] = {
3629         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3630         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
3631         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3632         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3633         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3634         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3635         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3636         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3637         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3638         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3639         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3640         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3641         { } /* end */
3642 };
3643
3644 /* Replacer 672V ALC260 pin usage: Mic jack = 0x12,
3645  * Line In jack = 0x14, ATAPI Mic = 0x13, speaker = 0x0f.
3646  */
3647 static struct snd_kcontrol_new alc260_replacer_672v_mixer[] = {
3648         HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3649         HDA_BIND_MUTE("Master Playback Switch", 0x08, 0x2, HDA_INPUT),
3650         HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3651         HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3652         ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3653         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x07, 0x1, HDA_INPUT),
3654         HDA_CODEC_MUTE("ATATI Mic Playback Switch", 0x07, 0x1, HDA_INPUT),
3655         HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3656         HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3657         ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3658         { } /* end */
3659 };
3660
3661 /* capture mixer elements */
3662 static struct snd_kcontrol_new alc260_capture_mixer[] = {
3663         HDA_CODEC_VOLUME("Capture Volume", 0x04, 0x0, HDA_INPUT),
3664         HDA_CODEC_MUTE("Capture Switch", 0x04, 0x0, HDA_INPUT),
3665         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x05, 0x0, HDA_INPUT),
3666         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x05, 0x0, HDA_INPUT),
3667         {
3668                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3669                 /* The multiple "Capture Source" controls confuse alsamixer
3670                  * So call somewhat different..
3671                  * FIXME: the controls appear in the "playback" view!
3672                  */
3673                 /* .name = "Capture Source", */
3674                 .name = "Input Source",
3675                 .count = 2,
3676                 .info = alc_mux_enum_info,
3677                 .get = alc_mux_enum_get,
3678                 .put = alc_mux_enum_put,
3679         },
3680         { } /* end */
3681 };
3682
3683 static struct snd_kcontrol_new alc260_capture_alt_mixer[] = {
3684         HDA_CODEC_VOLUME("Capture Volume", 0x05, 0x0, HDA_INPUT),
3685         HDA_CODEC_MUTE("Capture Switch", 0x05, 0x0, HDA_INPUT),
3686         {
3687                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3688                 /* The multiple "Capture Source" controls confuse alsamixer
3689                  * So call somewhat different..
3690                  * FIXME: the controls appear in the "playback" view!
3691                  */
3692                 /* .name = "Capture Source", */
3693                 .name = "Input Source",
3694                 .count = 1,
3695                 .info = alc_mux_enum_info,
3696                 .get = alc_mux_enum_get,
3697                 .put = alc_mux_enum_put,
3698         },
3699         { } /* end */
3700 };
3701
3702 /*
3703  * initialization verbs
3704  */
3705 static struct hda_verb alc260_init_verbs[] = {
3706         /* Line In pin widget for input */
3707         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3708         /* CD pin widget for input */
3709         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3710         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3711         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3712         /* Mic2 (front panel) pin widget for input and vref at 80% */
3713         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3714         /* LINE-2 is used for line-out in rear */
3715         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3716         /* select line-out */
3717         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
3718         /* LINE-OUT pin */
3719         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3720         /* enable HP */
3721         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3722         /* enable Mono */
3723         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3724         /* mute capture amp left and right */
3725         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3726         /* set connection select to line in (default select for this ADC) */
3727         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3728         /* mute capture amp left and right */
3729         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3730         /* set connection select to line in (default select for this ADC) */
3731         {0x05, AC_VERB_SET_CONNECT_SEL, 0x02},
3732         /* set vol=0 Line-Out mixer amp left and right */
3733         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3734         /* unmute pin widget amp left and right (no gain on this amp) */
3735         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3736         /* set vol=0 HP mixer amp left and right */
3737         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3738         /* unmute pin widget amp left and right (no gain on this amp) */
3739         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3740         /* set vol=0 Mono mixer amp left and right */
3741         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3742         /* unmute pin widget amp left and right (no gain on this amp) */
3743         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3744         /* unmute LINE-2 out pin */
3745         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3746         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3747          * Line In 2 = 0x03
3748          */
3749         /* mute analog inputs */
3750         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3751         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3752         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3753         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3754         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3755         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3756         /* mute Front out path */
3757         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3758         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3759         /* mute Headphone out path */
3760         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3761         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3762         /* mute Mono out path */
3763         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3764         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3765         { }
3766 };
3767
3768 #if 0 /* should be identical with alc260_init_verbs? */
3769 static struct hda_verb alc260_hp_init_verbs[] = {
3770         /* Headphone and output */
3771         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3772         /* mono output */
3773         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3774         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3775         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3776         /* Mic2 (front panel) pin widget for input and vref at 80% */
3777         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3778         /* Line In pin widget for input */
3779         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3780         /* Line-2 pin widget for output */
3781         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3782         /* CD pin widget for input */
3783         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3784         /* unmute amp left and right */
3785         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3786         /* set connection select to line in (default select for this ADC) */
3787         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3788         /* unmute Line-Out mixer amp left and right (volume = 0) */
3789         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3790         /* mute pin widget amp left and right (no gain on this amp) */
3791         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3792         /* unmute HP mixer amp left and right (volume = 0) */
3793         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3794         /* mute pin widget amp left and right (no gain on this amp) */
3795         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3796         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3797          * Line In 2 = 0x03
3798          */
3799         /* mute analog inputs */
3800         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3801         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3802         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3803         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3804         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3805         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3806         /* Unmute Front out path */
3807         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3808         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3809         /* Unmute Headphone out path */
3810         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3811         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3812         /* Unmute Mono out path */
3813         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3814         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3815         { }
3816 };
3817 #endif
3818
3819 static struct hda_verb alc260_hp_3013_init_verbs[] = {
3820         /* Line out and output */
3821         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3822         /* mono output */
3823         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3824         /* Mic1 (rear panel) pin widget for input and vref at 80% */
3825         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3826         /* Mic2 (front panel) pin widget for input and vref at 80% */
3827         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3828         /* Line In pin widget for input */
3829         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3830         /* Headphone pin widget for output */
3831         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3832         /* CD pin widget for input */
3833         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3834         /* unmute amp left and right */
3835         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3836         /* set connection select to line in (default select for this ADC) */
3837         {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3838         /* unmute Line-Out mixer amp left and right (volume = 0) */
3839         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3840         /* mute pin widget amp left and right (no gain on this amp) */
3841         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3842         /* unmute HP mixer amp left and right (volume = 0) */
3843         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3844         /* mute pin widget amp left and right (no gain on this amp) */
3845         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3846         /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 &
3847          * Line In 2 = 0x03
3848          */
3849         /* mute analog inputs */
3850         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3851         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3852         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
3853         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
3854         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3855         /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3856         /* Unmute Front out path */
3857         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3858         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3859         /* Unmute Headphone out path */
3860         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3861         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3862         /* Unmute Mono out path */
3863         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3864         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3865         { }
3866 };
3867
3868 /* Initialisation sequence for ALC260 as configured in Fujitsu S702x
3869  * laptops.  ALC260 pin usage: Mic/Line jack = 0x12, HP jack = 0x14, CD
3870  * audio = 0x16, internal speaker = 0x10.
3871  */
3872 static struct hda_verb alc260_fujitsu_init_verbs[] = {
3873         /* Disable all GPIOs */
3874         {0x01, AC_VERB_SET_GPIO_MASK, 0},
3875         /* Internal speaker is connected to headphone pin */
3876         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3877         /* Headphone/Line-out jack connects to Line1 pin; make it an output */
3878         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3879         /* Mic/Line-in jack is connected to mic1 pin, so make it an input */
3880         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3881         /* Ensure all other unused pins are disabled and muted. */
3882         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3883         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3884         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3885         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3886         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3887         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3888         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3889         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3890
3891         /* Disable digital (SPDIF) pins */
3892         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3893         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3894
3895         /* Ensure Line1 pin widget takes its input from the OUT1 sum bus 
3896          * when acting as an output.
3897          */
3898         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3899
3900         /* Start with output sum widgets muted and their output gains at min */
3901         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3902         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3903         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3904         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3905         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3906         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3907         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3908         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3909         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3910
3911         /* Unmute HP pin widget amp left and right (no equiv mixer ctrl) */
3912         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3913         /* Unmute Line1 pin widget output buffer since it starts as an output.
3914          * If the pin mode is changed by the user the pin mode control will
3915          * take care of enabling the pin's input/output buffers as needed.
3916          * Therefore there's no need to enable the input buffer at this
3917          * stage.
3918          */
3919         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3920         /* Unmute input buffer of pin widget used for Line-in (no equiv 
3921          * mixer ctrl)
3922          */
3923         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3924
3925         /* Mute capture amp left and right */
3926         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3927         /* Set ADC connection select to match default mixer setting - line 
3928          * in (on mic1 pin)
3929          */
3930         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
3931
3932         /* Do the same for the second ADC: mute capture input amp and
3933          * set ADC connection to line in (on mic1 pin)
3934          */
3935         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3936         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
3937
3938         /* Mute all inputs to mixer widget (even unconnected ones) */
3939         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
3940         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
3941         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
3942         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
3943         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
3944         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
3945         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
3946         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
3947
3948         { }
3949 };
3950
3951 /* Initialisation sequence for ALC260 as configured in Acer TravelMate and
3952  * similar laptops (adapted from Fujitsu init verbs).
3953  */
3954 static struct hda_verb alc260_acer_init_verbs[] = {
3955         /* On TravelMate laptops, GPIO 0 enables the internal speaker and
3956          * the headphone jack.  Turn this on and rely on the standard mute
3957          * methods whenever the user wants to turn these outputs off.
3958          */
3959         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
3960         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
3961         {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
3962         /* Internal speaker/Headphone jack is connected to Line-out pin */
3963         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3964         /* Internal microphone/Mic jack is connected to Mic1 pin */
3965         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
3966         /* Line In jack is connected to Line1 pin */
3967         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3968         /* Some Acers (eg: C20x Tablets) use Mono pin for internal speaker */
3969         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3970         /* Ensure all other unused pins are disabled and muted. */
3971         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3972         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3973         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3974         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3975         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3976         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3977         /* Disable digital (SPDIF) pins */
3978         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3979         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3980
3981         /* Ensure Mic1 and Line1 pin widgets take input from the OUT1 sum 
3982          * bus when acting as outputs.
3983          */
3984         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
3985         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3986
3987         /* Start with output sum widgets muted and their output gains at min */
3988         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3989         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3990         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3991         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3992         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3993         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3994         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3995         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3996         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3997
3998         /* Unmute Line-out pin widget amp left and right
3999          * (no equiv mixer ctrl)
4000          */
4001         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4002         /* Unmute mono pin widget amp output (no equiv mixer ctrl) */
4003         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4004         /* Unmute Mic1 and Line1 pin widget input buffers since they start as
4005          * inputs. If the pin mode is changed by the user the pin mode control
4006          * will take care of enabling the pin's input/output buffers as needed.
4007          * Therefore there's no need to enable the input buffer at this
4008          * stage.
4009          */
4010         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4011         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4012
4013         /* Mute capture amp left and right */
4014         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4015         /* Set ADC connection select to match default mixer setting - mic
4016          * (on mic1 pin)
4017          */
4018         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4019
4020         /* Do similar with the second ADC: mute capture input amp and
4021          * set ADC connection to mic to match ALSA's default state.
4022          */
4023         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4024         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4025
4026         /* Mute all inputs to mixer widget (even unconnected ones) */
4027         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
4028         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
4029         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
4030         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
4031         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
4032         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
4033         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
4034         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
4035
4036         { }
4037 };
4038
4039 static struct hda_verb alc260_will_verbs[] = {
4040         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4041         {0x0b, AC_VERB_SET_CONNECT_SEL, 0x00},
4042         {0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
4043         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
4044         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
4045         {0x1a, AC_VERB_SET_PROC_COEF, 0x3040},
4046         {}
4047 };
4048
4049 static struct hda_verb alc260_replacer_672v_verbs[] = {
4050         {0x0f, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
4051         {0x1a, AC_VERB_SET_COEF_INDEX, 0x07},
4052         {0x1a, AC_VERB_SET_PROC_COEF, 0x3050},
4053
4054         {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
4055         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
4056         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4057
4058         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
4059         {}
4060 };
4061
4062 /* toggle speaker-output according to the hp-jack state */
4063 static void alc260_replacer_672v_automute(struct hda_codec *codec)
4064 {
4065         unsigned int present;
4066
4067         /* speaker --> GPIO Data 0, hp or spdif --> GPIO data 1 */
4068         present = snd_hda_codec_read(codec, 0x0f, 0,
4069                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
4070         if (present) {
4071                 snd_hda_codec_write_cache(codec, 0x01, 0,
4072                                           AC_VERB_SET_GPIO_DATA, 1);
4073                 snd_hda_codec_write_cache(codec, 0x0f, 0,
4074                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4075                                           PIN_HP);
4076         } else {
4077                 snd_hda_codec_write_cache(codec, 0x01, 0,
4078                                           AC_VERB_SET_GPIO_DATA, 0);
4079                 snd_hda_codec_write_cache(codec, 0x0f, 0,
4080                                           AC_VERB_SET_PIN_WIDGET_CONTROL,
4081                                           PIN_OUT);
4082         }
4083 }
4084
4085 static void alc260_replacer_672v_unsol_event(struct hda_codec *codec,
4086                                        unsigned int res)
4087 {
4088         if ((res >> 26) == ALC880_HP_EVENT)
4089                 alc260_replacer_672v_automute(codec);
4090 }
4091
4092 /* Test configuration for debugging, modelled after the ALC880 test
4093  * configuration.
4094  */
4095 #ifdef CONFIG_SND_DEBUG
4096 static hda_nid_t alc260_test_dac_nids[1] = {
4097         0x02,
4098 };
4099 static hda_nid_t alc260_test_adc_nids[2] = {
4100         0x04, 0x05,
4101 };
4102 /* For testing the ALC260, each input MUX needs its own definition since
4103  * the signal assignments are different.  This assumes that the first ADC 
4104  * is NID 0x04.
4105  */
4106 static struct hda_input_mux alc260_test_capture_sources[2] = {
4107         {
4108                 .num_items = 7,
4109                 .items = {
4110                         { "MIC1 pin", 0x0 },
4111                         { "MIC2 pin", 0x1 },
4112                         { "LINE1 pin", 0x2 },
4113                         { "LINE2 pin", 0x3 },
4114                         { "CD pin", 0x4 },
4115                         { "LINE-OUT pin", 0x5 },
4116                         { "HP-OUT pin", 0x6 },
4117                 },
4118         },
4119         {
4120                 .num_items = 8,
4121                 .items = {
4122                         { "MIC1 pin", 0x0 },
4123                         { "MIC2 pin", 0x1 },
4124                         { "LINE1 pin", 0x2 },
4125                         { "LINE2 pin", 0x3 },
4126                         { "CD pin", 0x4 },
4127                         { "Mixer", 0x5 },
4128                         { "LINE-OUT pin", 0x6 },
4129                         { "HP-OUT pin", 0x7 },
4130                 },
4131         },
4132 };
4133 static struct snd_kcontrol_new alc260_test_mixer[] = {
4134         /* Output driver widgets */
4135         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
4136         HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
4137         HDA_CODEC_VOLUME("LOUT2 Playback Volume", 0x09, 0x0, HDA_OUTPUT),
4138         HDA_BIND_MUTE("LOUT2 Playback Switch", 0x09, 2, HDA_INPUT),
4139         HDA_CODEC_VOLUME("LOUT1 Playback Volume", 0x08, 0x0, HDA_OUTPUT),
4140         HDA_BIND_MUTE("LOUT1 Playback Switch", 0x08, 2, HDA_INPUT),
4141
4142         /* Modes for retasking pin widgets
4143          * Note: the ALC260 doesn't seem to act on requests to enable mic
4144          * bias from NIDs 0x0f and 0x10.  The ALC260 datasheet doesn't
4145          * mention this restriction.  At this stage it's not clear whether
4146          * this behaviour is intentional or is a hardware bug in chip
4147          * revisions available at least up until early 2006.  Therefore for
4148          * now allow the "HP-OUT" and "LINE-OUT" Mode controls to span all
4149          * choices, but if it turns out that the lack of mic bias for these
4150          * NIDs is intentional we could change their modes from
4151          * ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
4152          */
4153         ALC_PIN_MODE("HP-OUT pin mode", 0x10, ALC_PIN_DIR_INOUT),
4154         ALC_PIN_MODE("LINE-OUT pin mode", 0x0f, ALC_PIN_DIR_INOUT),
4155         ALC_PIN_MODE("LINE2 pin mode", 0x15, ALC_PIN_DIR_INOUT),
4156         ALC_PIN_MODE("LINE1 pin mode", 0x14, ALC_PIN_DIR_INOUT),
4157         ALC_PIN_MODE("MIC2 pin mode", 0x13, ALC_PIN_DIR_INOUT),
4158         ALC_PIN_MODE("MIC1 pin mode", 0x12, ALC_PIN_DIR_INOUT),
4159
4160         /* Loopback mixer controls */
4161         HDA_CODEC_VOLUME("MIC1 Playback Volume", 0x07, 0x00, HDA_INPUT),
4162         HDA_CODEC_MUTE("MIC1 Playback Switch", 0x07, 0x00, HDA_INPUT),
4163         HDA_CODEC_VOLUME("MIC2 Playback Volume", 0x07, 0x01, HDA_INPUT),
4164         HDA_CODEC_MUTE("MIC2 Playback Switch", 0x07, 0x01, HDA_INPUT),
4165         HDA_CODEC_VOLUME("LINE1 Playback Volume", 0x07, 0x02, HDA_INPUT),
4166         HDA_CODEC_MUTE("LINE1 Playback Switch", 0x07, 0x02, HDA_INPUT),
4167         HDA_CODEC_VOLUME("LINE2 Playback Volume", 0x07, 0x03, HDA_INPUT),
4168         HDA_CODEC_MUTE("LINE2 Playback Switch", 0x07, 0x03, HDA_INPUT),
4169         HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
4170         HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
4171         HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
4172         HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
4173         HDA_CODEC_VOLUME("LINE-OUT loopback Playback Volume", 0x07, 0x06, HDA_INPUT),
4174         HDA_CODEC_MUTE("LINE-OUT loopback Playback Switch", 0x07, 0x06, HDA_INPUT),
4175         HDA_CODEC_VOLUME("HP-OUT loopback Playback Volume", 0x07, 0x7, HDA_INPUT),
4176         HDA_CODEC_MUTE("HP-OUT loopback Playback Switch", 0x07, 0x7, HDA_INPUT),
4177
4178         /* Controls for GPIO pins, assuming they are configured as outputs */
4179         ALC_GPIO_DATA_SWITCH("GPIO pin 0", 0x01, 0x01),
4180         ALC_GPIO_DATA_SWITCH("GPIO pin 1", 0x01, 0x02),
4181         ALC_GPIO_DATA_SWITCH("GPIO pin 2", 0x01, 0x04),
4182         ALC_GPIO_DATA_SWITCH("GPIO pin 3", 0x01, 0x08),
4183
4184         /* Switches to allow the digital IO pins to be enabled.  The datasheet
4185          * is ambigious as to which NID is which; testing on laptops which
4186          * make this output available should provide clarification. 
4187          */
4188         ALC_SPDIF_CTRL_SWITCH("SPDIF Playback Switch", 0x03, 0x01),
4189         ALC_SPDIF_CTRL_SWITCH("SPDIF Capture Switch", 0x06, 0x01),
4190
4191         { } /* end */
4192 };
4193 static struct hda_verb alc260_test_init_verbs[] = {
4194         /* Enable all GPIOs as outputs with an initial value of 0 */
4195         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x0f},
4196         {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4197         {0x01, AC_VERB_SET_GPIO_MASK, 0x0f},
4198
4199         /* Enable retasking pins as output, initially without power amp */
4200         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4201         {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4202         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4203         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4204         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4205         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4206
4207         /* Disable digital (SPDIF) pins initially, but users can enable
4208          * them via a mixer switch.  In the case of SPDIF-out, this initverb
4209          * payload also sets the generation to 0, output to be in "consumer"
4210          * PCM format, copyright asserted, no pre-emphasis and no validity
4211          * control.
4212          */
4213         {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
4214         {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
4215
4216         /* Ensure mic1, mic2, line1 and line2 pin widgets take input from the 
4217          * OUT1 sum bus when acting as an output.
4218          */
4219         {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
4220         {0x0c, AC_VERB_SET_CONNECT_SEL, 0},
4221         {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
4222         {0x0e, AC_VERB_SET_CONNECT_SEL, 0},
4223
4224         /* Start with output sum widgets muted and their output gains at min */
4225         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4226         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4227         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4228         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4229         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4230         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4231         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4232         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4233         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4234
4235         /* Unmute retasking pin widget output buffers since the default
4236          * state appears to be output.  As the pin mode is changed by the
4237          * user the pin mode control will take care of enabling the pin's
4238          * input/output buffers as needed.
4239          */
4240         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4241         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4242         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4243         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4244         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4245         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4246         /* Also unmute the mono-out pin widget */
4247         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4248
4249         /* Mute capture amp left and right */
4250         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4251         /* Set ADC connection select to match default mixer setting (mic1
4252          * pin)
4253          */
4254         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4255
4256         /* Do the same for the second ADC: mute capture input amp and
4257          * set ADC connection to mic1 pin
4258          */
4259         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4260         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4261
4262         /* Mute all inputs to mixer widget (even unconnected ones) */
4263         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
4264         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
4265         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
4266         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
4267         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
4268         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
4269         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
4270         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
4271
4272         { }
4273 };
4274 #endif
4275
4276 static struct hda_pcm_stream alc260_pcm_analog_playback = {
4277         .substreams = 1,
4278         .channels_min = 2,
4279         .channels_max = 2,
4280 };
4281
4282 static struct hda_pcm_stream alc260_pcm_analog_capture = {
4283         .substreams = 1,
4284         .channels_min = 2,
4285         .channels_max = 2,
4286 };
4287
4288 #define alc260_pcm_digital_playback     alc880_pcm_digital_playback
4289 #define alc260_pcm_digital_capture      alc880_pcm_digital_capture
4290
4291 /*
4292  * for BIOS auto-configuration
4293  */
4294
4295 static int alc260_add_playback_controls(struct alc_spec *spec, hda_nid_t nid,
4296                                         const char *pfx)
4297 {
4298         hda_nid_t nid_vol;
4299         unsigned long vol_val, sw_val;
4300         char name[32];
4301         int err;
4302
4303         if (nid >= 0x0f && nid < 0x11) {
4304                 nid_vol = nid - 0x7;
4305                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
4306                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
4307         } else if (nid == 0x11) {
4308                 nid_vol = nid - 0x7;
4309                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 2, 0, HDA_OUTPUT);
4310                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT);
4311         } else if (nid >= 0x12 && nid <= 0x15) {
4312                 nid_vol = 0x08;
4313                 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
4314                 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
4315         } else
4316                 return 0; /* N/A */
4317         
4318         snprintf(name, sizeof(name), "%s Playback Volume", pfx);
4319         err = add_control(spec, ALC_CTL_WIDGET_VOL, name, vol_val);
4320         if (err < 0)
4321                 return err;
4322         snprintf(name, sizeof(name), "%s Playback Switch", pfx);
4323         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name, sw_val);
4324         if (err < 0)
4325                 return err;
4326         return 1;
4327 }
4328
4329 /* add playback controls from the parsed DAC table */
4330 static int alc260_auto_create_multi_out_ctls(struct alc_spec *spec,
4331                                              const struct auto_pin_cfg *cfg)
4332 {
4333         hda_nid_t nid;
4334         int err;
4335
4336         spec->multiout.num_dacs = 1;
4337         spec->multiout.dac_nids = spec->private_dac_nids;
4338         spec->multiout.dac_nids[0] = 0x02;
4339
4340         nid = cfg->line_out_pins[0];
4341         if (nid) {
4342                 err = alc260_add_playback_controls(spec, nid, "Front");
4343                 if (err < 0)
4344                         return err;
4345         }
4346
4347         nid = cfg->speaker_pins[0];
4348         if (nid) {
4349                 err = alc260_add_playback_controls(spec, nid, "Speaker");
4350                 if (err < 0)
4351                         return err;
4352         }
4353
4354         nid = cfg->hp_pins[0];
4355         if (nid) {
4356                 err = alc260_add_playback_controls(spec, nid, "Headphone");
4357                 if (err < 0)
4358                         return err;
4359         }
4360         return 0;
4361 }
4362
4363 /* create playback/capture controls for input pins */
4364 static int alc260_auto_create_analog_input_ctls(struct alc_spec *spec,
4365                                                 const struct auto_pin_cfg *cfg)
4366 {
4367         struct hda_input_mux *imux = &spec->private_imux;
4368         int i, err, idx;
4369
4370         for (i = 0; i < AUTO_PIN_LAST; i++) {
4371                 if (cfg->input_pins[i] >= 0x12) {
4372                         idx = cfg->input_pins[i] - 0x12;
4373                         err = new_analog_input(spec, cfg->input_pins[i],
4374                                                auto_pin_cfg_labels[i], idx,
4375                                                0x07);
4376                         if (err < 0)
4377                                 return err;
4378                         imux->items[imux->num_items].label =
4379                                 auto_pin_cfg_labels[i];
4380                         imux->items[imux->num_items].index = idx;
4381                         imux->num_items++;
4382                 }
4383                 if (cfg->input_pins[i] >= 0x0f && cfg->input_pins[i] <= 0x10){
4384                         idx = cfg->input_pins[i] - 0x09;
4385                         err = new_analog_input(spec, cfg->input_pins[i],
4386                                                auto_pin_cfg_labels[i], idx,
4387                                                0x07);
4388                         if (err < 0)
4389                                 return err;
4390                         imux->items[imux->num_items].label =
4391                                 auto_pin_cfg_labels[i];
4392                         imux->items[imux->num_items].index = idx;
4393                         imux->num_items++;
4394                 }
4395         }
4396         return 0;
4397 }
4398
4399 static void alc260_auto_set_output_and_unmute(struct hda_codec *codec,
4400                                               hda_nid_t nid, int pin_type,
4401                                               int sel_idx)
4402 {
4403         /* set as output */
4404         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4405                             pin_type);
4406         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4407                             AMP_OUT_UNMUTE);
4408         /* need the manual connection? */
4409         if (nid >= 0x12) {
4410                 int idx = nid - 0x12;
4411                 snd_hda_codec_write(codec, idx + 0x0b, 0,
4412                                     AC_VERB_SET_CONNECT_SEL, sel_idx);
4413         }
4414 }
4415
4416 static void alc260_auto_init_multi_out(struct hda_codec *codec)
4417 {
4418         struct alc_spec *spec = codec->spec;
4419         hda_nid_t nid;
4420
4421         alc_subsystem_id(codec, 0x10, 0x15, 0x0f);
4422         nid = spec->autocfg.line_out_pins[0];
4423         if (nid) {
4424                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
4425                 alc260_auto_set_output_and_unmute(codec, nid, pin_type, 0);
4426         }
4427         
4428         nid = spec->autocfg.speaker_pins[0];
4429         if (nid)
4430                 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
4431
4432         nid = spec->autocfg.hp_pins[0];
4433         if (nid)
4434                 alc260_auto_set_output_and_unmute(codec, nid, PIN_HP, 0);
4435 }
4436
4437 #define ALC260_PIN_CD_NID               0x16
4438 static void alc260_auto_init_analog_input(struct hda_codec *codec)
4439 {
4440         struct alc_spec *spec = codec->spec;
4441         int i;
4442
4443         for (i = 0; i < AUTO_PIN_LAST; i++) {
4444                 hda_nid_t nid = spec->autocfg.input_pins[i];
4445                 if (nid >= 0x12) {
4446                         snd_hda_codec_write(codec, nid, 0,
4447                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
4448                                             i <= AUTO_PIN_FRONT_MIC ?
4449                                             PIN_VREF80 : PIN_IN);
4450                         if (nid != ALC260_PIN_CD_NID)
4451                                 snd_hda_codec_write(codec, nid, 0,
4452                                                     AC_VERB_SET_AMP_GAIN_MUTE,
4453                                                     AMP_OUT_MUTE);
4454                 }
4455         }
4456 }
4457
4458 /*
4459  * generic initialization of ADC, input mixers and output mixers
4460  */
4461 static struct hda_verb alc260_volume_init_verbs[] = {
4462         /*
4463          * Unmute ADC0-1 and set the default input to mic-in
4464          */
4465         {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4466         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4467         {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4468         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4469         
4470         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
4471          * mixer widget
4472          * Note: PASD motherboards uses the Line In 2 as the input for
4473          * front panel mic (mic 2)
4474          */
4475         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
4476         /* mute analog inputs */
4477         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4478         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4479         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4480         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4481         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4482
4483         /*
4484          * Set up output mixers (0x08 - 0x0a)
4485          */
4486         /* set vol=0 to output mixers */
4487         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4488         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4489         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4490         /* set up input amps for analog loopback */
4491         /* Amp Indices: DAC = 0, mixer = 1 */
4492         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4493         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4494         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4495         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4496         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4497         {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4498         
4499         { }
4500 };
4501
4502 static int alc260_parse_auto_config(struct hda_codec *codec)
4503 {
4504         struct alc_spec *spec = codec->spec;
4505         unsigned int wcap;
4506         int err;
4507         static hda_nid_t alc260_ignore[] = { 0x17, 0 };
4508
4509         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
4510                                            alc260_ignore);
4511         if (err < 0)
4512                 return err;
4513         err = alc260_auto_create_multi_out_ctls(spec, &spec->autocfg);
4514         if (err < 0)
4515                 return err;
4516         if (!spec->kctl_alloc)
4517                 return 0; /* can't find valid BIOS pin config */
4518         err = alc260_auto_create_analog_input_ctls(spec, &spec->autocfg);
4519         if (err < 0)
4520                 return err;
4521
4522         spec->multiout.max_channels = 2;
4523
4524         if (spec->autocfg.dig_out_pin)
4525                 spec->multiout.dig_out_nid = ALC260_DIGOUT_NID;
4526         if (spec->kctl_alloc)
4527                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
4528
4529         spec->init_verbs[spec->num_init_verbs++] = alc260_volume_init_verbs;
4530
4531         spec->num_mux_defs = 1;
4532         spec->input_mux = &spec->private_imux;
4533
4534         /* check whether NID 0x04 is valid */
4535         wcap = get_wcaps(codec, 0x04);
4536         wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
4537         if (wcap != AC_WID_AUD_IN) {
4538                 spec->adc_nids = alc260_adc_nids_alt;
4539                 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt);
4540                 spec->mixers[spec->num_mixers] = alc260_capture_alt_mixer;
4541         } else {
4542                 spec->adc_nids = alc260_adc_nids;
4543                 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids);
4544                 spec->mixers[spec->num_mixers] = alc260_capture_mixer;
4545         }
4546         spec->num_mixers++;
4547
4548         return 1;
4549 }
4550
4551 /* additional initialization for auto-configuration model */
4552 static void alc260_auto_init(struct hda_codec *codec)
4553 {
4554         alc260_auto_init_multi_out(codec);
4555         alc260_auto_init_analog_input(codec);
4556 }
4557
4558 #ifdef CONFIG_SND_HDA_POWER_SAVE
4559 static struct hda_amp_list alc260_loopbacks[] = {
4560         { 0x07, HDA_INPUT, 0 },
4561         { 0x07, HDA_INPUT, 1 },
4562         { 0x07, HDA_INPUT, 2 },
4563         { 0x07, HDA_INPUT, 3 },
4564         { 0x07, HDA_INPUT, 4 },
4565         { } /* end */
4566 };
4567 #endif
4568
4569 /*
4570  * ALC260 configurations
4571  */
4572 static const char *alc260_models[ALC260_MODEL_LAST] = {
4573         [ALC260_BASIC]          = "basic",
4574         [ALC260_HP]             = "hp",
4575         [ALC260_HP_3013]        = "hp-3013",
4576         [ALC260_FUJITSU_S702X]  = "fujitsu",
4577         [ALC260_ACER]           = "acer",
4578         [ALC260_WILL]           = "will",
4579         [ALC260_REPLACER_672V]  = "replacer",
4580 #ifdef CONFIG_SND_DEBUG
4581         [ALC260_TEST]           = "test",
4582 #endif
4583         [ALC260_AUTO]           = "auto",
4584 };
4585
4586 static struct snd_pci_quirk alc260_cfg_tbl[] = {
4587         SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_ACER),
4588         SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_ACER),
4589         SND_PCI_QUIRK(0x103c, 0x2808, "HP d5700", ALC260_HP_3013),
4590         SND_PCI_QUIRK(0x103c, 0x280a, "HP d5750", ALC260_HP_3013),
4591         SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013),
4592         SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP),
4593         SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_3013),
4594         SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013),
4595         SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP),
4596         SND_PCI_QUIRK(0x103c, 0x3015, "HP", ALC260_HP),
4597         SND_PCI_QUIRK(0x103c, 0x3016, "HP", ALC260_HP),
4598         SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_BASIC),
4599         SND_PCI_QUIRK(0x104d, 0x81cc, "Sony VAIO", ALC260_BASIC),
4600         SND_PCI_QUIRK(0x104d, 0x81cd, "Sony VAIO", ALC260_BASIC),
4601         SND_PCI_QUIRK(0x10cf, 0x1326, "Fujitsu S702X", ALC260_FUJITSU_S702X),
4602         SND_PCI_QUIRK(0x152d, 0x0729, "CTL U553W", ALC260_BASIC),
4603         SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_WILL),
4604         SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_REPLACER_672V),
4605         {}
4606 };
4607
4608 static struct alc_config_preset alc260_presets[] = {
4609         [ALC260_BASIC] = {
4610                 .mixers = { alc260_base_output_mixer,
4611                             alc260_input_mixer,
4612                             alc260_pc_beep_mixer,
4613                             alc260_capture_mixer },
4614                 .init_verbs = { alc260_init_verbs },
4615                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4616                 .dac_nids = alc260_dac_nids,
4617                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4618                 .adc_nids = alc260_adc_nids,
4619                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4620                 .channel_mode = alc260_modes,
4621                 .input_mux = &alc260_capture_source,
4622         },
4623         [ALC260_HP] = {
4624                 .mixers = { alc260_base_output_mixer,
4625                             alc260_input_mixer,
4626                             alc260_capture_alt_mixer },
4627                 .init_verbs = { alc260_init_verbs },
4628                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4629                 .dac_nids = alc260_dac_nids,
4630                 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4631                 .adc_nids = alc260_hp_adc_nids,
4632                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4633                 .channel_mode = alc260_modes,
4634                 .input_mux = &alc260_capture_source,
4635         },
4636         [ALC260_HP_3013] = {
4637                 .mixers = { alc260_hp_3013_mixer,
4638                             alc260_input_mixer,
4639                             alc260_capture_alt_mixer },
4640                 .init_verbs = { alc260_hp_3013_init_verbs },
4641                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4642                 .dac_nids = alc260_dac_nids,
4643                 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4644                 .adc_nids = alc260_hp_adc_nids,
4645                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4646                 .channel_mode = alc260_modes,
4647                 .input_mux = &alc260_capture_source,
4648         },
4649         [ALC260_FUJITSU_S702X] = {
4650                 .mixers = { alc260_fujitsu_mixer,
4651                             alc260_capture_mixer },
4652                 .init_verbs = { alc260_fujitsu_init_verbs },
4653                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4654                 .dac_nids = alc260_dac_nids,
4655                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4656                 .adc_nids = alc260_dual_adc_nids,
4657                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4658                 .channel_mode = alc260_modes,
4659                 .num_mux_defs = ARRAY_SIZE(alc260_fujitsu_capture_sources),
4660                 .input_mux = alc260_fujitsu_capture_sources,
4661         },
4662         [ALC260_ACER] = {
4663                 .mixers = { alc260_acer_mixer,
4664                             alc260_capture_mixer },
4665                 .init_verbs = { alc260_acer_init_verbs },
4666                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4667                 .dac_nids = alc260_dac_nids,
4668                 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4669                 .adc_nids = alc260_dual_adc_nids,
4670                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4671                 .channel_mode = alc260_modes,
4672                 .num_mux_defs = ARRAY_SIZE(alc260_acer_capture_sources),
4673                 .input_mux = alc260_acer_capture_sources,
4674         },
4675         [ALC260_WILL] = {
4676                 .mixers = { alc260_will_mixer,
4677                             alc260_capture_mixer },
4678                 .init_verbs = { alc260_init_verbs, alc260_will_verbs },
4679                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4680                 .dac_nids = alc260_dac_nids,
4681                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4682                 .adc_nids = alc260_adc_nids,
4683                 .dig_out_nid = ALC260_DIGOUT_NID,
4684                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4685                 .channel_mode = alc260_modes,
4686                 .input_mux = &alc260_capture_source,
4687         },
4688         [ALC260_REPLACER_672V] = {
4689                 .mixers = { alc260_replacer_672v_mixer,
4690                             alc260_capture_mixer },
4691                 .init_verbs = { alc260_init_verbs, alc260_replacer_672v_verbs },
4692                 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4693                 .dac_nids = alc260_dac_nids,
4694                 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4695                 .adc_nids = alc260_adc_nids,
4696                 .dig_out_nid = ALC260_DIGOUT_NID,
4697                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4698                 .channel_mode = alc260_modes,
4699                 .input_mux = &alc260_capture_source,
4700                 .unsol_event = alc260_replacer_672v_unsol_event,
4701                 .init_hook = alc260_replacer_672v_automute,
4702         },
4703 #ifdef CONFIG_SND_DEBUG
4704         [ALC260_TEST] = {
4705                 .mixers = { alc260_test_mixer,
4706                             alc260_capture_mixer },
4707                 .init_verbs = { alc260_test_init_verbs },
4708                 .num_dacs = ARRAY_SIZE(alc260_test_dac_nids),
4709                 .dac_nids = alc260_test_dac_nids,
4710                 .num_adc_nids = ARRAY_SIZE(alc260_test_adc_nids),
4711                 .adc_nids = alc260_test_adc_nids,
4712                 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4713                 .channel_mode = alc260_modes,
4714                 .num_mux_defs = ARRAY_SIZE(alc260_test_capture_sources),
4715                 .input_mux = alc260_test_capture_sources,
4716         },
4717 #endif
4718 };
4719
4720 static int patch_alc260(struct hda_codec *codec)
4721 {
4722         struct alc_spec *spec;
4723         int err, board_config;
4724
4725         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4726         if (spec == NULL)
4727                 return -ENOMEM;
4728
4729         codec->spec = spec;
4730
4731         board_config = snd_hda_check_board_config(codec, ALC260_MODEL_LAST,
4732                                                   alc260_models,
4733                                                   alc260_cfg_tbl);
4734         if (board_config < 0) {
4735                 snd_printd(KERN_INFO "hda_codec: Unknown model for ALC260, "
4736                            "trying auto-probe from BIOS...\n");
4737                 board_config = ALC260_AUTO;
4738         }
4739
4740         if (board_config == ALC260_AUTO) {
4741                 /* automatic parse from the BIOS config */
4742                 err = alc260_parse_auto_config(codec);
4743                 if (err < 0) {
4744                         alc_free(codec);
4745                         return err;
4746                 } else if (!err) {
4747                         printk(KERN_INFO
4748                                "hda_codec: Cannot set up configuration "
4749                                "from BIOS.  Using base mode...\n");
4750                         board_config = ALC260_BASIC;
4751                 }
4752         }
4753
4754         if (board_config != ALC260_AUTO)
4755                 setup_preset(spec, &alc260_presets[board_config]);
4756
4757         spec->stream_name_analog = "ALC260 Analog";
4758         spec->stream_analog_playback = &alc260_pcm_analog_playback;
4759         spec->stream_analog_capture = &alc260_pcm_analog_capture;
4760
4761         spec->stream_name_digital = "ALC260 Digital";
4762         spec->stream_digital_playback = &alc260_pcm_digital_playback;
4763         spec->stream_digital_capture = &alc260_pcm_digital_capture;
4764
4765         codec->patch_ops = alc_patch_ops;
4766         if (board_config == ALC260_AUTO)
4767                 spec->init_hook = alc260_auto_init;
4768 #ifdef CONFIG_SND_HDA_POWER_SAVE
4769         if (!spec->loopback.amplist)
4770                 spec->loopback.amplist = alc260_loopbacks;
4771 #endif
4772
4773         return 0;
4774 }
4775
4776
4777 /*
4778  * ALC882 support
4779  *
4780  * ALC882 is almost identical with ALC880 but has cleaner and more flexible
4781  * configuration.  Each pin widget can choose any input DACs and a mixer.
4782  * Each ADC is connected from a mixer of all inputs.  This makes possible
4783  * 6-channel independent captures.
4784  *
4785  * In addition, an independent DAC for the multi-playback (not used in this
4786  * driver yet).
4787  */
4788 #define ALC882_DIGOUT_NID       0x06
4789 #define ALC882_DIGIN_NID        0x0a
4790
4791 static struct hda_channel_mode alc882_ch_modes[1] = {
4792         { 8, NULL }
4793 };
4794
4795 static hda_nid_t alc882_dac_nids[4] = {
4796         /* front, rear, clfe, rear_surr */
4797         0x02, 0x03, 0x04, 0x05
4798 };
4799
4800 /* identical with ALC880 */
4801 #define alc882_adc_nids         alc880_adc_nids
4802 #define alc882_adc_nids_alt     alc880_adc_nids_alt
4803
4804 /* input MUX */
4805 /* FIXME: should be a matrix-type input source selection */
4806
4807 static struct hda_input_mux alc882_capture_source = {
4808         .num_items = 4,
4809         .items = {
4810                 { "Mic", 0x0 },
4811                 { "Front Mic", 0x1 },
4812                 { "Line", 0x2 },
4813                 { "CD", 0x4 },
4814         },
4815 };
4816 #define alc882_mux_enum_info alc_mux_enum_info
4817 #define alc882_mux_enum_get alc_mux_enum_get
4818
4819 static int alc882_mux_enum_put(struct snd_kcontrol *kcontrol,
4820                                struct snd_ctl_elem_value *ucontrol)
4821 {
4822         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
4823         struct alc_spec *spec = codec->spec;
4824         const struct hda_input_mux *imux = spec->input_mux;
4825         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
4826         static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
4827         hda_nid_t nid = capture_mixers[adc_idx];
4828         unsigned int *cur_val = &spec->cur_mux[adc_idx];
4829         unsigned int i, idx;
4830
4831         idx = ucontrol->value.enumerated.item[0];
4832         if (idx >= imux->num_items)
4833                 idx = imux->num_items - 1;
4834         if (*cur_val == idx)
4835                 return 0;
4836         for (i = 0; i < imux->num_items; i++) {
4837                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
4838                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
4839                                          imux->items[i].index,
4840                                          HDA_AMP_MUTE, v);
4841         }
4842         *cur_val = idx;
4843         return 1;
4844 }
4845
4846 /*
4847  * 2ch mode
4848  */
4849 static struct hda_verb alc882_3ST_ch2_init[] = {
4850         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
4851         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
4852         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
4853         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
4854         { } /* end */
4855 };
4856
4857 /*
4858  * 6ch mode
4859  */
4860 static struct hda_verb alc882_3ST_ch6_init[] = {
4861         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4862         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
4863         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
4864         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4865         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
4866         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
4867         { } /* end */
4868 };
4869
4870 static struct hda_channel_mode alc882_3ST_6ch_modes[2] = {
4871         { 2, alc882_3ST_ch2_init },
4872         { 6, alc882_3ST_ch6_init },
4873 };
4874
4875 /*
4876  * 6ch mode
4877  */
4878 static struct hda_verb alc882_sixstack_ch6_init[] = {
4879         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
4880         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4881         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4882         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4883         { } /* end */
4884 };
4885
4886 /*
4887  * 8ch mode
4888  */
4889 static struct hda_verb alc882_sixstack_ch8_init[] = {
4890         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4891         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4892         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4893         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4894         { } /* end */
4895 };
4896
4897 static struct hda_channel_mode alc882_sixstack_modes[2] = {
4898         { 6, alc882_sixstack_ch6_init },
4899         { 8, alc882_sixstack_ch8_init },
4900 };
4901
4902 /*
4903  * macbook pro ALC885 can switch LineIn to LineOut without loosing Mic
4904  */
4905
4906 /*
4907  * 2ch mode
4908  */
4909 static struct hda_verb alc885_mbp_ch2_init[] = {
4910         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
4911         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4912         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4913         { } /* end */
4914 };
4915
4916 /*
4917  * 6ch mode
4918  */
4919 static struct hda_verb alc885_mbp_ch6_init[] = {
4920         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4921         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4922         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
4923         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4924         { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4925         { } /* end */
4926 };
4927
4928 static struct hda_channel_mode alc885_mbp_6ch_modes[2] = {
4929         { 2, alc885_mbp_ch2_init },
4930         { 6, alc885_mbp_ch6_init },
4931 };
4932
4933
4934 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
4935  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
4936  */
4937 static struct snd_kcontrol_new alc882_base_mixer[] = {
4938         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4939         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4940         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
4941         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
4942         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
4943         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
4944         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
4945         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
4946         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
4947         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
4948         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
4949         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4950         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4951         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4952         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4953         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4954         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
4955         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4956         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
4957         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
4958         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
4959         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
4960         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
4961         { } /* end */
4962 };
4963
4964 static struct snd_kcontrol_new alc885_mbp3_mixer[] = {
4965         HDA_CODEC_VOLUME("Master Volume", 0x0c, 0x00, HDA_OUTPUT),
4966         HDA_BIND_MUTE   ("Master Switch", 0x0c, 0x02, HDA_INPUT),
4967         HDA_CODEC_MUTE  ("Speaker Switch", 0x14, 0x00, HDA_OUTPUT),
4968         HDA_CODEC_VOLUME("Line Out Volume", 0x0d,0x00, HDA_OUTPUT),
4969         HDA_CODEC_VOLUME("Line In Playback Volume", 0x0b, 0x02, HDA_INPUT),
4970         HDA_CODEC_MUTE  ("Line In Playback Switch", 0x0b, 0x02, HDA_INPUT),
4971         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x00, HDA_INPUT),
4972         HDA_CODEC_MUTE  ("Mic Playback Switch", 0x0b, 0x00, HDA_INPUT),
4973         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0x00, HDA_INPUT),
4974         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0x00, HDA_INPUT),
4975         { } /* end */
4976 };
4977 static struct snd_kcontrol_new alc882_w2jc_mixer[] = {
4978         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4979         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4980         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4981         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4982         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4983         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4984         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
4985         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
4986         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4987         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
4988         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
4989         { } /* end */
4990 };
4991
4992 static struct snd_kcontrol_new alc882_targa_mixer[] = {
4993         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4994         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4995         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
4996         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4997         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4998         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4999         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5000         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5001         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5002         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5003         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
5004         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5005         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
5006         { } /* end */
5007 };
5008
5009 /* Pin assignment: Front=0x14, HP = 0x15, Front = 0x16, ???
5010  *                 Front Mic=0x18, Line In = 0x1a, Line In = 0x1b, CD = 0x1c
5011  */
5012 static struct snd_kcontrol_new alc882_asus_a7j_mixer[] = {
5013         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5014         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5015         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5016         HDA_CODEC_MUTE("Mobile Front Playback Switch", 0x16, 0x0, HDA_OUTPUT),
5017         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5018         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5019         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5020         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5021         HDA_CODEC_VOLUME("Mobile Line Playback Volume", 0x0b, 0x03, HDA_INPUT),
5022         HDA_CODEC_MUTE("Mobile Line Playback Switch", 0x0b, 0x03, HDA_INPUT),
5023         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5024         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5025         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5026         { } /* end */
5027 };
5028
5029 static struct snd_kcontrol_new alc882_asus_a7m_mixer[] = {
5030         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5031         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5032         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5033         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5034         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5035         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5036         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5037         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5038         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
5039         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5040         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5041         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5042         { } /* end */
5043 };
5044
5045 static struct snd_kcontrol_new alc882_chmode_mixer[] = {
5046         {
5047                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5048                 .name = "Channel Mode",
5049                 .info = alc_ch_mode_info,
5050                 .get = alc_ch_mode_get,
5051                 .put = alc_ch_mode_put,
5052         },
5053         { } /* end */
5054 };
5055
5056 static struct hda_verb alc882_init_verbs[] = {
5057         /* Front mixer: unmute input/output amp left and right (volume = 0) */
5058         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5059         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5060         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5061         /* Rear mixer */
5062         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5063         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5064         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5065         /* CLFE mixer */
5066         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5067         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5068         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5069         /* Side mixer */
5070         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5071         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5072         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5073
5074         /* Front Pin: output 0 (0x0c) */
5075         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5076         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5077         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5078         /* Rear Pin: output 1 (0x0d) */
5079         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5080         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5081         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
5082         /* CLFE Pin: output 2 (0x0e) */
5083         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5084         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5085         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
5086         /* Side Pin: output 3 (0x0f) */
5087         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5088         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5089         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
5090         /* Mic (rear) pin: input vref at 80% */
5091         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5092         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5093         /* Front Mic pin: input vref at 80% */
5094         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5095         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5096         /* Line In pin: input */
5097         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5098         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5099         /* Line-2 In: Headphone output (output 0 - 0x0c) */
5100         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5101         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5102         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
5103         /* CD pin widget for input */
5104         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5105
5106         /* FIXME: use matrix-type input source selection */
5107         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5108         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5109         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5110         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5111         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5112         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5113         /* Input mixer2 */
5114         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5115         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5116         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5117         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5118         /* Input mixer3 */
5119         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5120         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5121         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5122         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5123         /* ADC1: mute amp left and right */
5124         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5125         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5126         /* ADC2: mute amp left and right */
5127         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5128         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5129         /* ADC3: mute amp left and right */
5130         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5131         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5132
5133         { }
5134 };
5135
5136 static struct hda_verb alc882_eapd_verbs[] = {
5137         /* change to EAPD mode */
5138         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
5139         {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
5140         { }
5141 };
5142
5143 /* Mac Pro test */
5144 static struct snd_kcontrol_new alc882_macpro_mixer[] = {
5145         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5146         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5147         HDA_CODEC_MUTE("Headphone Playback Switch", 0x18, 0x0, HDA_OUTPUT),
5148         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
5149         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
5150         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x02, HDA_INPUT),
5151         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x02, HDA_INPUT),
5152         { } /* end */
5153 };
5154
5155 static struct hda_verb alc882_macpro_init_verbs[] = {
5156         /* Front mixer: unmute input/output amp left and right (volume = 0) */
5157         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5158         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5159         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5160         /* Front Pin: output 0 (0x0c) */
5161         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5162         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5163         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
5164         /* Front Mic pin: input vref at 80% */
5165         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5166         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5167         /* Speaker:  output */
5168         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5169         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5170         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x04},
5171         /* Headphone output (output 0 - 0x0c) */
5172         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5173         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5174         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
5175
5176         /* FIXME: use matrix-type input source selection */
5177         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5178         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5179         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5180         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5181         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5182         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5183         /* Input mixer2 */
5184         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5185         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5186         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5187         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5188         /* Input mixer3 */
5189         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5190         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5191         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5192         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5193         /* ADC1: mute amp left and right */
5194         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5195         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5196         /* ADC2: mute amp left and right */
5197         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5198         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5199         /* ADC3: mute amp left and right */
5200         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5201         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5202
5203         { }
5204 };
5205
5206 /* Macbook Pro rev3 */
5207 static struct hda_verb alc885_mbp3_init_verbs[] = {
5208         /* Front mixer: unmute input/output amp left and right (volume = 0) */
5209         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5210         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5211         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5212         /* Rear mixer */
5213         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5214         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5215         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5216         /* Front Pin: output 0 (0x0c) */
5217         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5218         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5219         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5220         /* HP Pin: output 0 (0x0d) */
5221         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc4},
5222         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5223         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
5224         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5225         /* Mic (rear) pin: input vref at 80% */
5226         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5227         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5228         /* Front Mic pin: input vref at 80% */
5229         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5230         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5231         /* Line In pin: use output 1 when in LineOut mode */
5232         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5233         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5234         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01},
5235
5236         /* FIXME: use matrix-type input source selection */
5237         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5238         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5239         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5240         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5241         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5242         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5243         /* Input mixer2 */
5244         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5245         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5246         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5247         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5248         /* Input mixer3 */
5249         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5250         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5251         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5252         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5253         /* ADC1: mute amp left and right */
5254         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5255         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5256         /* ADC2: mute amp left and right */
5257         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5258         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5259         /* ADC3: mute amp left and right */
5260         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5261         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5262
5263         { }
5264 };
5265
5266 /* iMac 24 mixer. */
5267 static struct snd_kcontrol_new alc885_imac24_mixer[] = {
5268         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x00, HDA_OUTPUT),
5269         HDA_CODEC_MUTE("Master Playback Switch", 0x0c, 0x00, HDA_INPUT),
5270         { } /* end */
5271 };
5272
5273 /* iMac 24 init verbs. */
5274 static struct hda_verb alc885_imac24_init_verbs[] = {
5275         /* Internal speakers: output 0 (0x0c) */
5276         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5277         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5278         {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
5279         /* Internal speakers: output 0 (0x0c) */
5280         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5281         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5282         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
5283         /* Headphone: output 0 (0x0c) */
5284         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5285         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5286         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5287         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5288         /* Front Mic: input vref at 80% */
5289         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5290         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5291         { }
5292 };
5293
5294 /* Toggle speaker-output according to the hp-jack state */
5295 static void alc885_imac24_automute(struct hda_codec *codec)
5296 {
5297         unsigned int present;
5298
5299         present = snd_hda_codec_read(codec, 0x14, 0,
5300                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5301         snd_hda_codec_amp_stereo(codec, 0x18, HDA_OUTPUT, 0,
5302                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5303         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_OUTPUT, 0,
5304                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5305 }
5306
5307 /* Processes unsolicited events. */
5308 static void alc885_imac24_unsol_event(struct hda_codec *codec,
5309                                       unsigned int res)
5310 {
5311         /* Headphone insertion or removal. */
5312         if ((res >> 26) == ALC880_HP_EVENT)
5313                 alc885_imac24_automute(codec);
5314 }
5315
5316 static void alc885_mbp3_automute(struct hda_codec *codec)
5317 {
5318         unsigned int present;
5319
5320         present = snd_hda_codec_read(codec, 0x15, 0,
5321                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5322         snd_hda_codec_amp_stereo(codec, 0x14,  HDA_OUTPUT, 0,
5323                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5324         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
5325                                  HDA_AMP_MUTE, present ? 0 : HDA_AMP_MUTE);
5326
5327 }
5328 static void alc885_mbp3_unsol_event(struct hda_codec *codec,
5329                                     unsigned int res)
5330 {
5331         /* Headphone insertion or removal. */
5332         if ((res >> 26) == ALC880_HP_EVENT)
5333                 alc885_mbp3_automute(codec);
5334 }
5335
5336
5337 static struct hda_verb alc882_targa_verbs[] = {
5338         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5339         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5340
5341         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5342         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5343         
5344         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5345         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5346         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5347
5348         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5349         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
5350         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
5351         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
5352         { } /* end */
5353 };
5354
5355 /* toggle speaker-output according to the hp-jack state */
5356 static void alc882_targa_automute(struct hda_codec *codec)
5357 {
5358         unsigned int present;
5359  
5360         present = snd_hda_codec_read(codec, 0x14, 0,
5361                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5362         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
5363                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
5364         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
5365                                   present ? 1 : 3);
5366 }
5367
5368 static void alc882_targa_unsol_event(struct hda_codec *codec, unsigned int res)
5369 {
5370         /* Looks like the unsol event is incompatible with the standard
5371          * definition.  4bit tag is placed at 26 bit!
5372          */
5373         if (((res >> 26) == ALC880_HP_EVENT)) {
5374                 alc882_targa_automute(codec);
5375         }
5376 }
5377
5378 static struct hda_verb alc882_asus_a7j_verbs[] = {
5379         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5380         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5381
5382         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5383         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5384         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5385         
5386         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5387         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5388         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5389
5390         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5391         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5392         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5393         { } /* end */
5394 };
5395
5396 static struct hda_verb alc882_asus_a7m_verbs[] = {
5397         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5398         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5399
5400         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5401         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5402         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5403         
5404         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5405         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5406         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00}, /* Front */
5407
5408         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5409         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5410         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5411         { } /* end */
5412 };
5413
5414 static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
5415 {
5416         unsigned int gpiostate, gpiomask, gpiodir;
5417
5418         gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
5419                                        AC_VERB_GET_GPIO_DATA, 0);
5420
5421         if (!muted)
5422                 gpiostate |= (1 << pin);
5423         else
5424                 gpiostate &= ~(1 << pin);
5425
5426         gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
5427                                       AC_VERB_GET_GPIO_MASK, 0);
5428         gpiomask |= (1 << pin);
5429
5430         gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
5431                                      AC_VERB_GET_GPIO_DIRECTION, 0);
5432         gpiodir |= (1 << pin);
5433
5434
5435         snd_hda_codec_write(codec, codec->afg, 0,
5436                             AC_VERB_SET_GPIO_MASK, gpiomask);
5437         snd_hda_codec_write(codec, codec->afg, 0,
5438                             AC_VERB_SET_GPIO_DIRECTION, gpiodir);
5439
5440         msleep(1);
5441
5442         snd_hda_codec_write(codec, codec->afg, 0,
5443                             AC_VERB_SET_GPIO_DATA, gpiostate);
5444 }
5445
5446 /* set up GPIO at initialization */
5447 static void alc885_macpro_init_hook(struct hda_codec *codec)
5448 {
5449         alc882_gpio_mute(codec, 0, 0);
5450         alc882_gpio_mute(codec, 1, 0);
5451 }
5452
5453 /* set up GPIO and update auto-muting at initialization */
5454 static void alc885_imac24_init_hook(struct hda_codec *codec)
5455 {
5456         alc885_macpro_init_hook(codec);
5457         alc885_imac24_automute(codec);
5458 }
5459
5460 /*
5461  * generic initialization of ADC, input mixers and output mixers
5462  */
5463 static struct hda_verb alc882_auto_init_verbs[] = {
5464         /*
5465          * Unmute ADC0-2 and set the default input to mic-in
5466          */
5467         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
5468         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5469         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5470         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5471         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5472         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5473
5474         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
5475          * mixer widget
5476          * Note: PASD motherboards uses the Line In 2 as the input for
5477          * front panel mic (mic 2)
5478          */
5479         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
5480         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5481         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5482         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
5483         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
5484         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
5485
5486         /*
5487          * Set up output mixers (0x0c - 0x0f)
5488          */
5489         /* set vol=0 to output mixers */
5490         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5491         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5492         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5493         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5494         /* set up input amps for analog loopback */
5495         /* Amp Indices: DAC = 0, mixer = 1 */
5496         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5497         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5498         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5499         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5500         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5501         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5502         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5503         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5504         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5505         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5506
5507         /* FIXME: use matrix-type input source selection */
5508         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5509         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
5510         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5511         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5512         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5513         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5514         /* Input mixer2 */
5515         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5516         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5517         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5518         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5519         /* Input mixer3 */
5520         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
5521         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
5522         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
5523         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
5524
5525         { }
5526 };
5527
5528 /* capture mixer elements */
5529 static struct snd_kcontrol_new alc882_capture_alt_mixer[] = {
5530         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5531         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5532         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5533         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5534         {
5535                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5536                 /* The multiple "Capture Source" controls confuse alsamixer
5537                  * So call somewhat different..
5538                  * FIXME: the controls appear in the "playback" view!
5539                  */
5540                 /* .name = "Capture Source", */
5541                 .name = "Input Source",
5542                 .count = 2,
5543                 .info = alc882_mux_enum_info,
5544                 .get = alc882_mux_enum_get,
5545                 .put = alc882_mux_enum_put,
5546         },
5547         { } /* end */
5548 };
5549
5550 static struct snd_kcontrol_new alc882_capture_mixer[] = {
5551         HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
5552         HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
5553         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
5554         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
5555         HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
5556         HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
5557         {
5558                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5559                 /* The multiple "Capture Source" controls confuse alsamixer
5560                  * So call somewhat different..
5561                  * FIXME: the controls appear in the "playback" view!
5562                  */
5563                 /* .name = "Capture Source", */
5564                 .name = "Input Source",
5565                 .count = 3,
5566                 .info = alc882_mux_enum_info,
5567                 .get = alc882_mux_enum_get,
5568                 .put = alc882_mux_enum_put,
5569         },
5570         { } /* end */
5571 };
5572
5573 #ifdef CONFIG_SND_HDA_POWER_SAVE
5574 #define alc882_loopbacks        alc880_loopbacks
5575 #endif
5576
5577 /* pcm configuration: identiacal with ALC880 */
5578 #define alc882_pcm_analog_playback      alc880_pcm_analog_playback
5579 #define alc882_pcm_analog_capture       alc880_pcm_analog_capture
5580 #define alc882_pcm_digital_playback     alc880_pcm_digital_playback
5581 #define alc882_pcm_digital_capture      alc880_pcm_digital_capture
5582
5583 /*
5584  * configuration and preset
5585  */
5586 static const char *alc882_models[ALC882_MODEL_LAST] = {
5587         [ALC882_3ST_DIG]        = "3stack-dig",
5588         [ALC882_6ST_DIG]        = "6stack-dig",
5589         [ALC882_ARIMA]          = "arima",
5590         [ALC882_W2JC]           = "w2jc",
5591         [ALC882_TARGA]          = "targa",
5592         [ALC882_ASUS_A7J]       = "asus-a7j",
5593         [ALC882_ASUS_A7M]       = "asus-a7m",
5594         [ALC885_MACPRO]         = "macpro",
5595         [ALC885_MBP3]           = "mbp3",
5596         [ALC885_IMAC24]         = "imac24",
5597         [ALC882_AUTO]           = "auto",
5598 };
5599
5600 static struct snd_pci_quirk alc882_cfg_tbl[] = {
5601         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC882_6ST_DIG),
5602         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
5603         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
5604         SND_PCI_QUIRK(0x1462, 0x28fb, "Targa T8", ALC882_TARGA), /* MSI-1049 T8  */
5605         SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
5606         SND_PCI_QUIRK(0x1043, 0x060d, "Asus A7J", ALC882_ASUS_A7J),
5607         SND_PCI_QUIRK(0x1043, 0x1243, "Asus A7J", ALC882_ASUS_A7J),
5608         SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_ASUS_A7M),
5609         SND_PCI_QUIRK(0x1043, 0x817f, "Asus P5LD2", ALC882_6ST_DIG),
5610         SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
5611         SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_W2JC),
5612         {}
5613 };
5614
5615 static struct alc_config_preset alc882_presets[] = {
5616         [ALC882_3ST_DIG] = {
5617                 .mixers = { alc882_base_mixer },
5618                 .init_verbs = { alc882_init_verbs },
5619                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5620                 .dac_nids = alc882_dac_nids,
5621                 .dig_out_nid = ALC882_DIGOUT_NID,
5622                 .dig_in_nid = ALC882_DIGIN_NID,
5623                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5624                 .channel_mode = alc882_ch_modes,
5625                 .need_dac_fix = 1,
5626                 .input_mux = &alc882_capture_source,
5627         },
5628         [ALC882_6ST_DIG] = {
5629                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
5630                 .init_verbs = { alc882_init_verbs },
5631                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5632                 .dac_nids = alc882_dac_nids,
5633                 .dig_out_nid = ALC882_DIGOUT_NID,
5634                 .dig_in_nid = ALC882_DIGIN_NID,
5635                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
5636                 .channel_mode = alc882_sixstack_modes,
5637                 .input_mux = &alc882_capture_source,
5638         },
5639         [ALC882_ARIMA] = {
5640                 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
5641                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs },
5642                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5643                 .dac_nids = alc882_dac_nids,
5644                 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
5645                 .channel_mode = alc882_sixstack_modes,
5646                 .input_mux = &alc882_capture_source,
5647         },
5648         [ALC882_W2JC] = {
5649                 .mixers = { alc882_w2jc_mixer, alc882_chmode_mixer },
5650                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs,
5651                                 alc880_gpio1_init_verbs },
5652                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5653                 .dac_nids = alc882_dac_nids,
5654                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
5655                 .channel_mode = alc880_threestack_modes,
5656                 .need_dac_fix = 1,
5657                 .input_mux = &alc882_capture_source,
5658                 .dig_out_nid = ALC882_DIGOUT_NID,
5659         },
5660         [ALC885_MBP3] = {
5661                 .mixers = { alc885_mbp3_mixer, alc882_chmode_mixer },
5662                 .init_verbs = { alc885_mbp3_init_verbs,
5663                                 alc880_gpio1_init_verbs },
5664                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5665                 .dac_nids = alc882_dac_nids,
5666                 .channel_mode = alc885_mbp_6ch_modes,
5667                 .num_channel_mode = ARRAY_SIZE(alc885_mbp_6ch_modes),
5668                 .input_mux = &alc882_capture_source,
5669                 .dig_out_nid = ALC882_DIGOUT_NID,
5670                 .dig_in_nid = ALC882_DIGIN_NID,
5671                 .unsol_event = alc885_mbp3_unsol_event,
5672                 .init_hook = alc885_mbp3_automute,
5673         },
5674         [ALC885_MACPRO] = {
5675                 .mixers = { alc882_macpro_mixer },
5676                 .init_verbs = { alc882_macpro_init_verbs },
5677                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5678                 .dac_nids = alc882_dac_nids,
5679                 .dig_out_nid = ALC882_DIGOUT_NID,
5680                 .dig_in_nid = ALC882_DIGIN_NID,
5681                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5682                 .channel_mode = alc882_ch_modes,
5683                 .input_mux = &alc882_capture_source,
5684                 .init_hook = alc885_macpro_init_hook,
5685         },
5686         [ALC885_IMAC24] = {
5687                 .mixers = { alc885_imac24_mixer },
5688                 .init_verbs = { alc885_imac24_init_verbs },
5689                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5690                 .dac_nids = alc882_dac_nids,
5691                 .dig_out_nid = ALC882_DIGOUT_NID,
5692                 .dig_in_nid = ALC882_DIGIN_NID,
5693                 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
5694                 .channel_mode = alc882_ch_modes,
5695                 .input_mux = &alc882_capture_source,
5696                 .unsol_event = alc885_imac24_unsol_event,
5697                 .init_hook = alc885_imac24_init_hook,
5698         },
5699         [ALC882_TARGA] = {
5700                 .mixers = { alc882_targa_mixer, alc882_chmode_mixer,
5701                             alc882_capture_mixer },
5702                 .init_verbs = { alc882_init_verbs, alc882_targa_verbs},
5703                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5704                 .dac_nids = alc882_dac_nids,
5705                 .dig_out_nid = ALC882_DIGOUT_NID,
5706                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
5707                 .adc_nids = alc882_adc_nids,
5708                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
5709                 .channel_mode = alc882_3ST_6ch_modes,
5710                 .need_dac_fix = 1,
5711                 .input_mux = &alc882_capture_source,
5712                 .unsol_event = alc882_targa_unsol_event,
5713                 .init_hook = alc882_targa_automute,
5714         },
5715         [ALC882_ASUS_A7J] = {
5716                 .mixers = { alc882_asus_a7j_mixer, alc882_chmode_mixer,
5717                             alc882_capture_mixer },
5718                 .init_verbs = { alc882_init_verbs, alc882_asus_a7j_verbs},
5719                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5720                 .dac_nids = alc882_dac_nids,
5721                 .dig_out_nid = ALC882_DIGOUT_NID,
5722                 .num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
5723                 .adc_nids = alc882_adc_nids,
5724                 .num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
5725                 .channel_mode = alc882_3ST_6ch_modes,
5726                 .need_dac_fix = 1,
5727                 .input_mux = &alc882_capture_source,
5728         },      
5729         [ALC882_ASUS_A7M] = {
5730                 .mixers = { alc882_asus_a7m_mixer, alc882_chmode_mixer },
5731                 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs,
5732                                 alc880_gpio1_init_verbs,
5733                                 alc882_asus_a7m_verbs },
5734                 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
5735                 .dac_nids = alc882_dac_nids,
5736                 .dig_out_nid = ALC882_DIGOUT_NID,
5737                 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
5738                 .channel_mode = alc880_threestack_modes,
5739                 .need_dac_fix = 1,
5740                 .input_mux = &alc882_capture_source,
5741         },      
5742 };
5743
5744
5745 /*
5746  * Pin config fixes
5747  */
5748 enum { 
5749         PINFIX_ABIT_AW9D_MAX
5750 };
5751
5752 static struct alc_pincfg alc882_abit_aw9d_pinfix[] = {
5753         { 0x15, 0x01080104 }, /* side */
5754         { 0x16, 0x01011012 }, /* rear */
5755         { 0x17, 0x01016011 }, /* clfe */
5756         { }
5757 };
5758
5759 static const struct alc_pincfg *alc882_pin_fixes[] = {
5760         [PINFIX_ABIT_AW9D_MAX] = alc882_abit_aw9d_pinfix,
5761 };
5762
5763 static struct snd_pci_quirk alc882_pinfix_tbl[] = {
5764         SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", PINFIX_ABIT_AW9D_MAX),
5765         {}
5766 };
5767
5768 /*
5769  * BIOS auto configuration
5770  */
5771 static void alc882_auto_set_output_and_unmute(struct hda_codec *codec,
5772                                               hda_nid_t nid, int pin_type,
5773                                               int dac_idx)
5774 {
5775         /* set as output */
5776         struct alc_spec *spec = codec->spec;
5777         int idx;
5778
5779         if (spec->multiout.dac_nids[dac_idx] == 0x25)
5780                 idx = 4;
5781         else
5782                 idx = spec->multiout.dac_nids[dac_idx] - 2;
5783
5784         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
5785                             pin_type);
5786         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
5787                             AMP_OUT_UNMUTE);
5788         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
5789
5790 }
5791
5792 static void alc882_auto_init_multi_out(struct hda_codec *codec)
5793 {
5794         struct alc_spec *spec = codec->spec;
5795         int i;
5796
5797         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
5798         for (i = 0; i <= HDA_SIDE; i++) {
5799                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
5800                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
5801                 if (nid)
5802                         alc882_auto_set_output_and_unmute(codec, nid, pin_type,
5803                                                           i);
5804         }
5805 }
5806
5807 static void alc882_auto_init_hp_out(struct hda_codec *codec)
5808 {
5809         struct alc_spec *spec = codec->spec;
5810         hda_nid_t pin;
5811
5812         pin = spec->autocfg.hp_pins[0];
5813         if (pin) /* connect to front */
5814                 /* use dac 0 */
5815                 alc882_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
5816 }
5817
5818 #define alc882_is_input_pin(nid)        alc880_is_input_pin(nid)
5819 #define ALC882_PIN_CD_NID               ALC880_PIN_CD_NID
5820
5821 static void alc882_auto_init_analog_input(struct hda_codec *codec)
5822 {
5823         struct alc_spec *spec = codec->spec;
5824         int i;
5825
5826         for (i = 0; i < AUTO_PIN_LAST; i++) {
5827                 hda_nid_t nid = spec->autocfg.input_pins[i];
5828                 if (alc882_is_input_pin(nid)) {
5829                         snd_hda_codec_write(codec, nid, 0,
5830                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
5831                                             i <= AUTO_PIN_FRONT_MIC ?
5832                                             PIN_VREF80 : PIN_IN);
5833                         if (nid != ALC882_PIN_CD_NID)
5834                                 snd_hda_codec_write(codec, nid, 0,
5835                                                     AC_VERB_SET_AMP_GAIN_MUTE,
5836                                                     AMP_OUT_MUTE);
5837                 }
5838         }
5839 }
5840
5841 /* add mic boosts if needed */
5842 static int alc_auto_add_mic_boost(struct hda_codec *codec)
5843 {
5844         struct alc_spec *spec = codec->spec;
5845         int err;
5846         hda_nid_t nid;
5847
5848         nid = spec->autocfg.input_pins[AUTO_PIN_MIC];
5849         if (nid) {
5850                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
5851                                   "Mic Boost",
5852                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
5853                 if (err < 0)
5854                         return err;
5855         }
5856         nid = spec->autocfg.input_pins[AUTO_PIN_FRONT_MIC];
5857         if (nid) {
5858                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
5859                                   "Front Mic Boost",
5860                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
5861                 if (err < 0)
5862                         return err;
5863         }
5864         return 0;
5865 }
5866
5867 /* almost identical with ALC880 parser... */
5868 static int alc882_parse_auto_config(struct hda_codec *codec)
5869 {
5870         struct alc_spec *spec = codec->spec;
5871         int err = alc880_parse_auto_config(codec);
5872
5873         if (err < 0)
5874                 return err;
5875         else if (!err)
5876                 return 0; /* no config found */
5877
5878         err = alc_auto_add_mic_boost(codec);
5879         if (err < 0)
5880                 return err;
5881
5882         /* hack - override the init verbs */
5883         spec->init_verbs[0] = alc882_auto_init_verbs;
5884
5885         return 1; /* config found */
5886 }
5887
5888 /* additional initialization for auto-configuration model */
5889 static void alc882_auto_init(struct hda_codec *codec)
5890 {
5891         alc882_auto_init_multi_out(codec);
5892         alc882_auto_init_hp_out(codec);
5893         alc882_auto_init_analog_input(codec);
5894 }
5895
5896 static int patch_alc882(struct hda_codec *codec)
5897 {
5898         struct alc_spec *spec;
5899         int err, board_config;
5900
5901         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5902         if (spec == NULL)
5903                 return -ENOMEM;
5904
5905         codec->spec = spec;
5906
5907         board_config = snd_hda_check_board_config(codec, ALC882_MODEL_LAST,
5908                                                   alc882_models,
5909                                                   alc882_cfg_tbl);
5910
5911         if (board_config < 0 || board_config >= ALC882_MODEL_LAST) {
5912                 /* Pick up systems that don't supply PCI SSID */
5913                 switch (codec->subsystem_id) {
5914                 case 0x106b0c00: /* Mac Pro */
5915                         board_config = ALC885_MACPRO;
5916                         break;
5917                 case 0x106b1000: /* iMac 24 */
5918                         board_config = ALC885_IMAC24;
5919                         break;
5920                 case 0x106b2c00: /* Macbook Pro rev3 */
5921                         board_config = ALC885_MBP3;
5922                         break;
5923                 default:
5924                         printk(KERN_INFO "hda_codec: Unknown model for ALC882, "
5925                                          "trying auto-probe from BIOS...\n");
5926                         board_config = ALC882_AUTO;
5927                 }
5928         }
5929
5930         alc_fix_pincfg(codec, alc882_pinfix_tbl, alc882_pin_fixes);
5931
5932         if (board_config == ALC882_AUTO) {
5933                 /* automatic parse from the BIOS config */
5934                 err = alc882_parse_auto_config(codec);
5935                 if (err < 0) {
5936                         alc_free(codec);
5937                         return err;
5938                 } else if (!err) {
5939                         printk(KERN_INFO
5940                                "hda_codec: Cannot set up configuration "
5941                                "from BIOS.  Using base mode...\n");
5942                         board_config = ALC882_3ST_DIG;
5943                 }
5944         }
5945
5946         if (board_config != ALC882_AUTO)
5947                 setup_preset(spec, &alc882_presets[board_config]);
5948
5949         spec->stream_name_analog = "ALC882 Analog";
5950         spec->stream_analog_playback = &alc882_pcm_analog_playback;
5951         spec->stream_analog_capture = &alc882_pcm_analog_capture;
5952
5953         spec->stream_name_digital = "ALC882 Digital";
5954         spec->stream_digital_playback = &alc882_pcm_digital_playback;
5955         spec->stream_digital_capture = &alc882_pcm_digital_capture;
5956
5957         if (!spec->adc_nids && spec->input_mux) {
5958                 /* check whether NID 0x07 is valid */
5959                 unsigned int wcap = get_wcaps(codec, 0x07);
5960                 /* get type */
5961                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
5962                 if (wcap != AC_WID_AUD_IN) {
5963                         spec->adc_nids = alc882_adc_nids_alt;
5964                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids_alt);
5965                         spec->mixers[spec->num_mixers] =
5966                                 alc882_capture_alt_mixer;
5967                         spec->num_mixers++;
5968                 } else {
5969                         spec->adc_nids = alc882_adc_nids;
5970                         spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids);
5971                         spec->mixers[spec->num_mixers] = alc882_capture_mixer;
5972                         spec->num_mixers++;
5973                 }
5974         }
5975
5976         codec->patch_ops = alc_patch_ops;
5977         if (board_config == ALC882_AUTO)
5978                 spec->init_hook = alc882_auto_init;
5979 #ifdef CONFIG_SND_HDA_POWER_SAVE
5980         if (!spec->loopback.amplist)
5981                 spec->loopback.amplist = alc882_loopbacks;
5982 #endif
5983
5984         return 0;
5985 }
5986
5987 /*
5988  * ALC883 support
5989  *
5990  * ALC883 is almost identical with ALC880 but has cleaner and more flexible
5991  * configuration.  Each pin widget can choose any input DACs and a mixer.
5992  * Each ADC is connected from a mixer of all inputs.  This makes possible
5993  * 6-channel independent captures.
5994  *
5995  * In addition, an independent DAC for the multi-playback (not used in this
5996  * driver yet).
5997  */
5998 #define ALC883_DIGOUT_NID       0x06
5999 #define ALC883_DIGIN_NID        0x0a
6000
6001 static hda_nid_t alc883_dac_nids[4] = {
6002         /* front, rear, clfe, rear_surr */
6003         0x02, 0x04, 0x03, 0x05
6004 };
6005
6006 static hda_nid_t alc883_adc_nids[2] = {
6007         /* ADC1-2 */
6008         0x08, 0x09,
6009 };
6010
6011 /* input MUX */
6012 /* FIXME: should be a matrix-type input source selection */
6013
6014 static struct hda_input_mux alc883_capture_source = {
6015         .num_items = 4,
6016         .items = {
6017                 { "Mic", 0x0 },
6018                 { "Front Mic", 0x1 },
6019                 { "Line", 0x2 },
6020                 { "CD", 0x4 },
6021         },
6022 };
6023
6024 static struct hda_input_mux alc883_lenovo_101e_capture_source = {
6025         .num_items = 2,
6026         .items = {
6027                 { "Mic", 0x1 },
6028                 { "Line", 0x2 },
6029         },
6030 };
6031
6032 static struct hda_input_mux alc883_lenovo_nb0763_capture_source = {
6033         .num_items = 4,
6034         .items = {
6035                 { "Mic", 0x0 },
6036                 { "iMic", 0x1 },
6037                 { "Line", 0x2 },
6038                 { "CD", 0x4 },
6039         },
6040 };
6041
6042 #define alc883_mux_enum_info alc_mux_enum_info
6043 #define alc883_mux_enum_get alc_mux_enum_get
6044
6045 static int alc883_mux_enum_put(struct snd_kcontrol *kcontrol,
6046                                struct snd_ctl_elem_value *ucontrol)
6047 {
6048         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
6049         struct alc_spec *spec = codec->spec;
6050         const struct hda_input_mux *imux = spec->input_mux;
6051         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
6052         static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
6053         hda_nid_t nid = capture_mixers[adc_idx];
6054         unsigned int *cur_val = &spec->cur_mux[adc_idx];
6055         unsigned int i, idx;
6056
6057         idx = ucontrol->value.enumerated.item[0];
6058         if (idx >= imux->num_items)
6059                 idx = imux->num_items - 1;
6060         if (*cur_val == idx)
6061                 return 0;
6062         for (i = 0; i < imux->num_items; i++) {
6063                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
6064                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
6065                                          imux->items[i].index,
6066                                          HDA_AMP_MUTE, v);
6067         }
6068         *cur_val = idx;
6069         return 1;
6070 }
6071
6072 /*
6073  * 2ch mode
6074  */
6075 static struct hda_channel_mode alc883_3ST_2ch_modes[1] = {
6076         { 2, NULL }
6077 };
6078
6079 /*
6080  * 2ch mode
6081  */
6082 static struct hda_verb alc883_3ST_ch2_init[] = {
6083         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
6084         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6085         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
6086         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6087         { } /* end */
6088 };
6089
6090 /*
6091  * 4ch mode
6092  */
6093 static struct hda_verb alc883_3ST_ch4_init[] = {
6094         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
6095         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6096         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6097         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6098         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
6099         { } /* end */
6100 };
6101
6102 /*
6103  * 6ch mode
6104  */
6105 static struct hda_verb alc883_3ST_ch6_init[] = {
6106         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6107         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6108         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
6109         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6110         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6111         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
6112         { } /* end */
6113 };
6114
6115 static struct hda_channel_mode alc883_3ST_6ch_modes[3] = {
6116         { 2, alc883_3ST_ch2_init },
6117         { 4, alc883_3ST_ch4_init },
6118         { 6, alc883_3ST_ch6_init },
6119 };
6120
6121 /*
6122  * 6ch mode
6123  */
6124 static struct hda_verb alc883_sixstack_ch6_init[] = {
6125         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
6126         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6127         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6128         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6129         { } /* end */
6130 };
6131
6132 /*
6133  * 8ch mode
6134  */
6135 static struct hda_verb alc883_sixstack_ch8_init[] = {
6136         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6137         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6138         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6139         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6140         { } /* end */
6141 };
6142
6143 static struct hda_channel_mode alc883_sixstack_modes[2] = {
6144         { 6, alc883_sixstack_ch6_init },
6145         { 8, alc883_sixstack_ch8_init },
6146 };
6147
6148 static struct hda_verb alc883_medion_eapd_verbs[] = {
6149         /* eanable EAPD on medion laptop */
6150         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
6151         {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
6152         { }
6153 };
6154
6155 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
6156  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
6157  */
6158
6159 static struct snd_kcontrol_new alc883_base_mixer[] = {
6160         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6161         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6162         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6163         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
6164         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6165         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6166         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
6167         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
6168         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
6169         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
6170         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6171         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6172         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6173         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6174         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6175         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6176         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6177         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6178         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6179         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6180         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6181         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6182         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6183         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6184         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6185         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6186         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6187         {
6188                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6189                 /* .name = "Capture Source", */
6190                 .name = "Input Source",
6191                 .count = 2,
6192                 .info = alc883_mux_enum_info,
6193                 .get = alc883_mux_enum_get,
6194                 .put = alc883_mux_enum_put,
6195         },
6196         { } /* end */
6197 };
6198
6199 static struct snd_kcontrol_new alc883_3ST_2ch_mixer[] = {
6200         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6201         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6202         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6203         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6204         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6205         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6206         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6207         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6208         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6209         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6210         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6211         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6212         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6213         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6214         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6215         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6216         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6217         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6218         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6219         {
6220                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6221                 /* .name = "Capture Source", */
6222                 .name = "Input Source",
6223                 .count = 2,
6224                 .info = alc883_mux_enum_info,
6225                 .get = alc883_mux_enum_get,
6226                 .put = alc883_mux_enum_put,
6227         },
6228         { } /* end */
6229 };
6230
6231 static struct snd_kcontrol_new alc883_3ST_6ch_mixer[] = {
6232         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6233         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6234         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6235         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
6236         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6237         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6238         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
6239         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
6240         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6241         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6242         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6243         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6244         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6245         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6246         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6247         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6248         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6249         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6250         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6251         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6252         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6253         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6254         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6255         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6256         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6257         {
6258                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6259                 /* .name = "Capture Source", */
6260                 .name = "Input Source",
6261                 .count = 2,
6262                 .info = alc883_mux_enum_info,
6263                 .get = alc883_mux_enum_get,
6264                 .put = alc883_mux_enum_put,
6265         },
6266         { } /* end */
6267 };
6268
6269 static struct snd_kcontrol_new alc883_fivestack_mixer[] = {
6270         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6271         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6272         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6273         HDA_CODEC_MUTE("Surround Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6274         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6275         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6276         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x16, 1, 0x0, HDA_OUTPUT),
6277         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
6278         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6279         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6280         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6281         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6282         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6283         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6284         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6285         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6286         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6287         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6288         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6289         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6290         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6291         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6292         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6293
6294         {
6295                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6296                 /* .name = "Capture Source", */
6297                 .name = "Input Source",
6298                 .count = 1,
6299                 .info = alc883_mux_enum_info,
6300                 .get = alc883_mux_enum_get,
6301                 .put = alc883_mux_enum_put,
6302         },
6303         { } /* end */
6304 };
6305
6306 static struct snd_kcontrol_new alc883_tagra_mixer[] = {
6307         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6308         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6309         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6310         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6311         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
6312         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
6313         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
6314         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
6315         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
6316         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6317         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6318         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6319         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6320         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6321         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6322         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6323         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6324         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6325         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6326         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6327         {
6328                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6329                 /* .name = "Capture Source", */
6330                 .name = "Input Source",
6331                 .count = 2,
6332                 .info = alc883_mux_enum_info,
6333                 .get = alc883_mux_enum_get,
6334                 .put = alc883_mux_enum_put,
6335         },
6336         { } /* end */
6337 };
6338
6339 static struct snd_kcontrol_new alc883_tagra_2ch_mixer[] = {
6340         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6341         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6342         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6343         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6344         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6345         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6346         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6347         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6348         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6349         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6350         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6351         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6352         {
6353                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6354                 /* .name = "Capture Source", */
6355                 .name = "Input Source",
6356                 .count = 2,
6357                 .info = alc883_mux_enum_info,
6358                 .get = alc883_mux_enum_get,
6359                 .put = alc883_mux_enum_put,
6360         },
6361         { } /* end */
6362 };
6363
6364 static struct snd_kcontrol_new alc883_lenovo_101e_2ch_mixer[] = {
6365         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6366         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6367         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
6368         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
6369         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6370         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6371         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6372         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6373         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6374         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6375         {
6376                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6377                 /* .name = "Capture Source", */
6378                 .name = "Input Source",
6379                 .count = 1,
6380                 .info = alc883_mux_enum_info,
6381                 .get = alc883_mux_enum_get,
6382                 .put = alc883_mux_enum_put,
6383         },
6384         { } /* end */
6385 };
6386
6387 static struct snd_kcontrol_new alc883_lenovo_nb0763_mixer[] = {
6388         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6389         HDA_BIND_MUTE("Speaker Playback Switch", 0x0c, 2, HDA_INPUT),
6390         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6391         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6392         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6393         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6394         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6395         HDA_CODEC_VOLUME("iMic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6396         HDA_CODEC_MUTE("iMic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6397         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6398         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6399         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6400         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6401         {
6402                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6403                 /* .name = "Capture Source", */
6404                 .name = "Input Source",
6405                 .count = 2,
6406                 .info = alc883_mux_enum_info,
6407                 .get = alc883_mux_enum_get,
6408                 .put = alc883_mux_enum_put,
6409         },
6410         { } /* end */
6411 };
6412
6413 static struct snd_kcontrol_new alc883_medion_md2_mixer[] = {
6414         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6415         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6416         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
6417         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6418         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6419         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6420         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6421         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6422         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6423         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6424         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6425         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6426         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6427         {
6428                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6429                 /* .name = "Capture Source", */
6430                 .name = "Input Source",
6431                 .count = 2,
6432                 .info = alc883_mux_enum_info,
6433                 .get = alc883_mux_enum_get,
6434                 .put = alc883_mux_enum_put,
6435         },
6436         { } /* end */
6437 };      
6438
6439 static struct snd_kcontrol_new alc888_6st_hp_mixer[] = {
6440         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6441         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6442         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
6443         HDA_BIND_MUTE("Surround Playback Switch", 0x0e, 2, HDA_INPUT),
6444         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
6445         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
6446         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
6447         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
6448         HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
6449         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
6450         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6451         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6452         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6453         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6454         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6455         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6456         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6457         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6458         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6459         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6460         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6461         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6462         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6463         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6464         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6465         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6466         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6467         {
6468                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6469                 /* .name = "Capture Source", */
6470                 .name = "Input Source",
6471                 .count = 2,
6472                 .info = alc883_mux_enum_info,
6473                 .get = alc883_mux_enum_get,
6474                 .put = alc883_mux_enum_put,
6475         },
6476         { } /* end */
6477 };
6478
6479 static struct snd_kcontrol_new alc888_3st_hp_mixer[] = {
6480         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6481         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6482         HDA_CODEC_VOLUME("Surround Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
6483         HDA_BIND_MUTE("Surround Playback Switch", 0x0e, 2, HDA_INPUT),
6484         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
6485         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
6486         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
6487         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
6488         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
6489         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6490         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6491         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6492         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6493         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6494         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6495         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6496         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
6497         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
6498         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
6499         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
6500         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
6501         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6502         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6503         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6504         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6505         {
6506                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6507                 /* .name = "Capture Source", */
6508                 .name = "Input Source",
6509                 .count = 2,
6510                 .info = alc883_mux_enum_info,
6511                 .get = alc883_mux_enum_get,
6512                 .put = alc883_mux_enum_put,
6513         },
6514         { } /* end */
6515 };
6516
6517 static struct snd_kcontrol_new alc883_acer_aspire_mixer[] = {
6518         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
6519         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
6520         HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
6521         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
6522         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
6523         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6524         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6525         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6526         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6527         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6528         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6529         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6530         {
6531                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6532                 /* .name = "Capture Source", */
6533                 .name = "Input Source",
6534                 .count = 2,
6535                 .info = alc883_mux_enum_info,
6536                 .get = alc883_mux_enum_get,
6537                 .put = alc883_mux_enum_put,
6538         },
6539         { } /* end */
6540 };
6541
6542 static struct snd_kcontrol_new alc883_chmode_mixer[] = {
6543         {
6544                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6545                 .name = "Channel Mode",
6546                 .info = alc_ch_mode_info,
6547                 .get = alc_ch_mode_get,
6548                 .put = alc_ch_mode_put,
6549         },
6550         { } /* end */
6551 };
6552
6553 static struct hda_verb alc883_init_verbs[] = {
6554         /* ADC1: mute amp left and right */
6555         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6556         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6557         /* ADC2: mute amp left and right */
6558         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6559         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6560         /* Front mixer: unmute input/output amp left and right (volume = 0) */
6561         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6562         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6563         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6564         /* Rear mixer */
6565         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6566         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6567         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6568         /* CLFE mixer */
6569         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6570         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6571         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6572         /* Side mixer */
6573         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6574         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6575         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6576
6577         /* mute analog input loopbacks */
6578         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6579         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6580         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6581         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6582         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6583
6584         /* Front Pin: output 0 (0x0c) */
6585         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6586         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6587         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6588         /* Rear Pin: output 1 (0x0d) */
6589         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6590         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6591         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
6592         /* CLFE Pin: output 2 (0x0e) */
6593         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6594         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6595         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
6596         /* Side Pin: output 3 (0x0f) */
6597         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6598         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6599         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
6600         /* Mic (rear) pin: input vref at 80% */
6601         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6602         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6603         /* Front Mic pin: input vref at 80% */
6604         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
6605         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6606         /* Line In pin: input */
6607         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6608         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
6609         /* Line-2 In: Headphone output (output 0 - 0x0c) */
6610         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6611         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6612         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6613         /* CD pin widget for input */
6614         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
6615
6616         /* FIXME: use matrix-type input source selection */
6617         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6618         /* Input mixer2 */
6619         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6620         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6621         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6622         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6623         /* Input mixer3 */
6624         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6625         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6626         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6627         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6628         { }
6629 };
6630
6631 static struct hda_verb alc883_tagra_verbs[] = {
6632         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6633         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6634
6635         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6636         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6637         
6638         {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
6639         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
6640         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
6641
6642         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6643         {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
6644         {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
6645         {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
6646
6647         { } /* end */
6648 };
6649
6650 static struct hda_verb alc883_lenovo_101e_verbs[] = {
6651         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6652         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT|AC_USRSP_EN},
6653         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT|AC_USRSP_EN},
6654         { } /* end */
6655 };
6656
6657 static struct hda_verb alc883_lenovo_nb0763_verbs[] = {
6658         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6659         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6660         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6661         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6662         { } /* end */
6663 };
6664
6665 static struct hda_verb alc888_lenovo_ms7195_verbs[] = {
6666         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6667         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6668         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6669         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_FRONT_EVENT | AC_USRSP_EN},
6670         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT    | AC_USRSP_EN},
6671         { } /* end */
6672 };
6673
6674 static struct hda_verb alc883_haier_w66_verbs[] = {
6675         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6676         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6677
6678         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6679
6680         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6681         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6682         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6683         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6684         { } /* end */
6685 };
6686
6687 static struct hda_verb alc888_6st_hp_verbs[] = {
6688         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Front: output 0 (0x0c) */
6689         {0x15, AC_VERB_SET_CONNECT_SEL, 0x02},  /* Rear : output 2 (0x0e) */
6690         {0x16, AC_VERB_SET_CONNECT_SEL, 0x01},  /* CLFE : output 1 (0x0d) */
6691         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},  /* Side : output 3 (0x0f) */
6692         { }
6693 };
6694
6695 static struct hda_verb alc888_3st_hp_verbs[] = {
6696         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},  /* Front: output 0 (0x0c) */
6697         {0x18, AC_VERB_SET_CONNECT_SEL, 0x01},  /* Rear : output 1 (0x0d) */
6698         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},  /* CLFE : output 2 (0x0e) */
6699         { }
6700 };
6701
6702 static struct hda_verb alc888_3st_hp_2ch_init[] = {
6703         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
6704         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6705         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
6706         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
6707         { }
6708 };
6709
6710 static struct hda_verb alc888_3st_hp_6ch_init[] = {
6711         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6712         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6713         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6714         { 0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6715         { }
6716 };
6717
6718 static struct hda_channel_mode alc888_3st_hp_modes[2] = {
6719         { 2, alc888_3st_hp_2ch_init },
6720         { 6, alc888_3st_hp_6ch_init },
6721 };
6722
6723 /* toggle front-jack and RCA according to the hp-jack state */
6724 static void alc888_lenovo_ms7195_front_automute(struct hda_codec *codec)
6725 {
6726         unsigned int present;
6727  
6728         present = snd_hda_codec_read(codec, 0x1b, 0,
6729                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6730         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
6731                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6732         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6733                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6734 }
6735
6736 /* toggle RCA according to the front-jack state */
6737 static void alc888_lenovo_ms7195_rca_automute(struct hda_codec *codec)
6738 {
6739         unsigned int present;
6740  
6741         present = snd_hda_codec_read(codec, 0x14, 0,
6742                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6743         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6744                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6745 }
6746
6747 static void alc883_lenovo_ms7195_unsol_event(struct hda_codec *codec,
6748                                              unsigned int res)
6749 {
6750         if ((res >> 26) == ALC880_HP_EVENT)
6751                 alc888_lenovo_ms7195_front_automute(codec);
6752         if ((res >> 26) == ALC880_FRONT_EVENT)
6753                 alc888_lenovo_ms7195_rca_automute(codec);
6754 }
6755
6756 static struct hda_verb alc883_medion_md2_verbs[] = {
6757         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6758         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6759
6760         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6761
6762         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6763         { } /* end */
6764 };
6765
6766 /* toggle speaker-output according to the hp-jack state */
6767 static void alc883_medion_md2_automute(struct hda_codec *codec)
6768 {
6769         unsigned int present;
6770  
6771         present = snd_hda_codec_read(codec, 0x14, 0,
6772                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6773         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6774                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6775 }
6776
6777 static void alc883_medion_md2_unsol_event(struct hda_codec *codec,
6778                                           unsigned int res)
6779 {
6780         if ((res >> 26) == ALC880_HP_EVENT)
6781                 alc883_medion_md2_automute(codec);
6782 }
6783
6784 /* toggle speaker-output according to the hp-jack state */
6785 static void alc883_tagra_automute(struct hda_codec *codec)
6786 {
6787         unsigned int present;
6788         unsigned char bits;
6789
6790         present = snd_hda_codec_read(codec, 0x14, 0,
6791                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6792         bits = present ? HDA_AMP_MUTE : 0;
6793         snd_hda_codec_amp_stereo(codec, 0x1b, HDA_OUTPUT, 0,
6794                                  HDA_AMP_MUTE, bits);
6795         snd_hda_codec_write_cache(codec, 1, 0, AC_VERB_SET_GPIO_DATA,
6796                                   present ? 1 : 3);
6797 }
6798
6799 static void alc883_tagra_unsol_event(struct hda_codec *codec, unsigned int res)
6800 {
6801         if ((res >> 26) == ALC880_HP_EVENT)
6802                 alc883_tagra_automute(codec);
6803 }
6804
6805 static void alc883_haier_w66_automute(struct hda_codec *codec)
6806 {
6807         unsigned int present;
6808         unsigned char bits;
6809
6810         present = snd_hda_codec_read(codec, 0x1b, 0,
6811                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6812         bits = present ? 0x80 : 0;
6813         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
6814                                  0x80, bits);
6815 }
6816
6817 static void alc883_haier_w66_unsol_event(struct hda_codec *codec,
6818                                          unsigned int res)
6819 {
6820         if ((res >> 26) == ALC880_HP_EVENT)
6821                 alc883_haier_w66_automute(codec);
6822 }
6823
6824 static void alc883_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
6825 {
6826         unsigned int present;
6827         unsigned char bits;
6828
6829         present = snd_hda_codec_read(codec, 0x14, 0,
6830                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6831         bits = present ? HDA_AMP_MUTE : 0;
6832         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6833                                  HDA_AMP_MUTE, bits);
6834 }
6835
6836 static void alc883_lenovo_101e_all_automute(struct hda_codec *codec)
6837 {
6838         unsigned int present;
6839         unsigned char bits;
6840
6841         present = snd_hda_codec_read(codec, 0x1b, 0,
6842                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6843         bits = present ? HDA_AMP_MUTE : 0;
6844         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6845                                  HDA_AMP_MUTE, bits);
6846         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
6847                                  HDA_AMP_MUTE, bits);
6848 }
6849
6850 static void alc883_lenovo_101e_unsol_event(struct hda_codec *codec,
6851                                            unsigned int res)
6852 {
6853         if ((res >> 26) == ALC880_HP_EVENT)
6854                 alc883_lenovo_101e_all_automute(codec);
6855         if ((res >> 26) == ALC880_FRONT_EVENT)
6856                 alc883_lenovo_101e_ispeaker_automute(codec);
6857 }
6858
6859 /* toggle speaker-output according to the hp-jack state */
6860 static void alc883_acer_aspire_automute(struct hda_codec *codec)
6861 {
6862         unsigned int present;
6863  
6864         present = snd_hda_codec_read(codec, 0x14, 0,
6865                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
6866         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
6867                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6868         snd_hda_codec_amp_stereo(codec, 0x16, HDA_OUTPUT, 0,
6869                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
6870 }
6871
6872 static void alc883_acer_aspire_unsol_event(struct hda_codec *codec,
6873                                            unsigned int res)
6874 {
6875         if ((res >> 26) == ALC880_HP_EVENT)
6876                 alc883_acer_aspire_automute(codec);
6877 }
6878
6879 static struct hda_verb alc883_acer_eapd_verbs[] = {
6880         /* HP Pin: output 0 (0x0c) */
6881         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6882         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
6883         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6884         /* Front Pin: output 0 (0x0c) */
6885         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6886         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6887         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
6888         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
6889         /* eanable EAPD on medion laptop */
6890         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
6891         {0x20, AC_VERB_SET_PROC_COEF, 0x3050},
6892         /* enable unsolicited event */
6893         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
6894         { }
6895 };
6896
6897 /*
6898  * generic initialization of ADC, input mixers and output mixers
6899  */
6900 static struct hda_verb alc883_auto_init_verbs[] = {
6901         /*
6902          * Unmute ADC0-2 and set the default input to mic-in
6903          */
6904         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6905         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6906         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6907         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6908
6909         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6910          * mixer widget
6911          * Note: PASD motherboards uses the Line In 2 as the input for
6912          * front panel mic (mic 2)
6913          */
6914         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6915         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
6916         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
6917         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
6918         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
6919         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
6920
6921         /*
6922          * Set up output mixers (0x0c - 0x0f)
6923          */
6924         /* set vol=0 to output mixers */
6925         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6926         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6927         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6928         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6929         /* set up input amps for analog loopback */
6930         /* Amp Indices: DAC = 0, mixer = 1 */
6931         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6932         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6933         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6934         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6935         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6936         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6937         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6938         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6939         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6940         {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6941
6942         /* FIXME: use matrix-type input source selection */
6943         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6944         /* Input mixer1 */
6945         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6946         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6947         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6948         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
6949         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6950         /* Input mixer2 */
6951         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6952         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6953         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6954         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
6955         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6956
6957         { }
6958 };
6959
6960 /* capture mixer elements */
6961 static struct snd_kcontrol_new alc883_capture_mixer[] = {
6962         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
6963         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
6964         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
6965         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
6966         {
6967                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6968                 /* The multiple "Capture Source" controls confuse alsamixer
6969                  * So call somewhat different..
6970                  * FIXME: the controls appear in the "playback" view!
6971                  */
6972                 /* .name = "Capture Source", */
6973                 .name = "Input Source",
6974                 .count = 2,
6975                 .info = alc882_mux_enum_info,
6976                 .get = alc882_mux_enum_get,
6977                 .put = alc882_mux_enum_put,
6978         },
6979         { } /* end */
6980 };
6981
6982 #ifdef CONFIG_SND_HDA_POWER_SAVE
6983 #define alc883_loopbacks        alc880_loopbacks
6984 #endif
6985
6986 /* pcm configuration: identiacal with ALC880 */
6987 #define alc883_pcm_analog_playback      alc880_pcm_analog_playback
6988 #define alc883_pcm_analog_capture       alc880_pcm_analog_capture
6989 #define alc883_pcm_digital_playback     alc880_pcm_digital_playback
6990 #define alc883_pcm_digital_capture      alc880_pcm_digital_capture
6991
6992 /*
6993  * configuration and preset
6994  */
6995 static const char *alc883_models[ALC883_MODEL_LAST] = {
6996         [ALC883_3ST_2ch_DIG]    = "3stack-dig",
6997         [ALC883_3ST_6ch_DIG]    = "3stack-6ch-dig",
6998         [ALC883_3ST_6ch]        = "3stack-6ch",
6999         [ALC883_6ST_DIG]        = "6stack-dig",
7000         [ALC883_TARGA_DIG]      = "targa-dig",
7001         [ALC883_TARGA_2ch_DIG]  = "targa-2ch-dig",
7002         [ALC883_ACER]           = "acer",
7003         [ALC883_ACER_ASPIRE]    = "acer-aspire",
7004         [ALC883_MEDION]         = "medion",
7005         [ALC883_MEDION_MD2]     = "medion-md2",
7006         [ALC883_LAPTOP_EAPD]    = "laptop-eapd",
7007         [ALC883_LENOVO_101E_2ch] = "lenovo-101e",
7008         [ALC883_LENOVO_NB0763]  = "lenovo-nb0763",
7009         [ALC888_LENOVO_MS7195_DIG] = "lenovo-ms7195-dig",
7010         [ALC883_HAIER_W66]      = "haier-w66",
7011         [ALC888_6ST_HP]         = "6stack-hp",
7012         [ALC888_3ST_HP]         = "3stack-hp",
7013         [ALC883_AUTO]           = "auto",
7014 };
7015
7016 static struct snd_pci_quirk alc883_cfg_tbl[] = {
7017         SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC883_3ST_6ch_DIG),
7018         SND_PCI_QUIRK(0x103c, 0x2a3d, "HP Pavillion", ALC883_6ST_DIG),
7019         SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch),
7020         SND_PCI_QUIRK(0x1558, 0, "Clevo laptop", ALC883_LAPTOP_EAPD),
7021         SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG),
7022         SND_PCI_QUIRK(0x1458, 0xa002, "MSI", ALC883_6ST_DIG),
7023         SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG),
7024         SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
7025         SND_PCI_QUIRK(0x1462, 0x7250, "MSI", ALC883_6ST_DIG),
7026         SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
7027         SND_PCI_QUIRK(0x1462, 0x7327, "MSI", ALC883_6ST_DIG),
7028         SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG),
7029         SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
7030         SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
7031         SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
7032         SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
7033         SND_PCI_QUIRK(0x1462, 0x3fcc, "MSI", ALC883_TARGA_DIG),
7034         SND_PCI_QUIRK(0x1462, 0x3fc1, "MSI", ALC883_TARGA_DIG),
7035         SND_PCI_QUIRK(0x1462, 0x3fc3, "MSI", ALC883_TARGA_DIG),
7036         SND_PCI_QUIRK(0x1462, 0x3fdf, "MSI", ALC883_TARGA_DIG),
7037         SND_PCI_QUIRK(0x1462, 0x4314, "MSI", ALC883_TARGA_DIG),
7038         SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG),
7039         SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG),
7040         SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG),
7041         SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_ACER_ASPIRE),
7042         SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_ACER_ASPIRE),
7043         SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_ACER_ASPIRE),
7044         SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER),
7045         SND_PCI_QUIRK(0x15d9, 0x8780, "Supermicro PDSBA", ALC883_3ST_6ch),
7046         SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_MEDION),
7047         SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD),
7048         SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch),
7049         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo 101e", ALC883_LENOVO_101E_2ch),
7050         SND_PCI_QUIRK(0x17aa, 0x3bfd, "Lenovo NB0763", ALC883_LENOVO_NB0763),
7051         SND_PCI_QUIRK(0x17aa, 0x2085, "Lenovo NB0763", ALC883_LENOVO_NB0763),
7052         SND_PCI_QUIRK(0x103c, 0x2a61, "HP Nettle", ALC888_6ST_HP),
7053         SND_PCI_QUIRK(0x103c, 0x2a60, "HP Lucknow", ALC888_3ST_HP),
7054         SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP),
7055         SND_PCI_QUIRK(0x17c0, 0x4071, "MEDION MD2", ALC883_MEDION_MD2),
7056         SND_PCI_QUIRK(0x1991, 0x5625, "Haier W66", ALC883_HAIER_W66),
7057         SND_PCI_QUIRK(0x17aa, 0x3bfc, "Lenovo NB0763", ALC883_LENOVO_NB0763),
7058         SND_PCI_QUIRK(0x1043, 0x8249, "Asus M2A-VM HDMI", ALC883_3ST_6ch_DIG),
7059         SND_PCI_QUIRK(0x147b, 0x1083, "Abit IP35-PRO", ALC883_6ST_DIG),
7060         {}
7061 };
7062
7063 static struct alc_config_preset alc883_presets[] = {
7064         [ALC883_3ST_2ch_DIG] = {
7065                 .mixers = { alc883_3ST_2ch_mixer },
7066                 .init_verbs = { alc883_init_verbs },
7067                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7068                 .dac_nids = alc883_dac_nids,
7069                 .dig_out_nid = ALC883_DIGOUT_NID,
7070                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7071                 .adc_nids = alc883_adc_nids,
7072                 .dig_in_nid = ALC883_DIGIN_NID,
7073                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7074                 .channel_mode = alc883_3ST_2ch_modes,
7075                 .input_mux = &alc883_capture_source,
7076         },
7077         [ALC883_3ST_6ch_DIG] = {
7078                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
7079                 .init_verbs = { alc883_init_verbs },
7080                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7081                 .dac_nids = alc883_dac_nids,
7082                 .dig_out_nid = ALC883_DIGOUT_NID,
7083                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7084                 .adc_nids = alc883_adc_nids,
7085                 .dig_in_nid = ALC883_DIGIN_NID,
7086                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
7087                 .channel_mode = alc883_3ST_6ch_modes,
7088                 .need_dac_fix = 1,
7089                 .input_mux = &alc883_capture_source,
7090         },
7091         [ALC883_3ST_6ch] = {
7092                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
7093                 .init_verbs = { alc883_init_verbs },
7094                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7095                 .dac_nids = alc883_dac_nids,
7096                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7097                 .adc_nids = alc883_adc_nids,
7098                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
7099                 .channel_mode = alc883_3ST_6ch_modes,
7100                 .need_dac_fix = 1,
7101                 .input_mux = &alc883_capture_source,
7102         },
7103         [ALC883_6ST_DIG] = {
7104                 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
7105                 .init_verbs = { alc883_init_verbs },
7106                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7107                 .dac_nids = alc883_dac_nids,
7108                 .dig_out_nid = ALC883_DIGOUT_NID,
7109                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7110                 .adc_nids = alc883_adc_nids,
7111                 .dig_in_nid = ALC883_DIGIN_NID,
7112                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
7113                 .channel_mode = alc883_sixstack_modes,
7114                 .input_mux = &alc883_capture_source,
7115         },
7116         [ALC883_TARGA_DIG] = {
7117                 .mixers = { alc883_tagra_mixer, alc883_chmode_mixer },
7118                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
7119                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7120                 .dac_nids = alc883_dac_nids,
7121                 .dig_out_nid = ALC883_DIGOUT_NID,
7122                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7123                 .adc_nids = alc883_adc_nids,
7124                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
7125                 .channel_mode = alc883_3ST_6ch_modes,
7126                 .need_dac_fix = 1,
7127                 .input_mux = &alc883_capture_source,
7128                 .unsol_event = alc883_tagra_unsol_event,
7129                 .init_hook = alc883_tagra_automute,
7130         },
7131         [ALC883_TARGA_2ch_DIG] = {
7132                 .mixers = { alc883_tagra_2ch_mixer},
7133                 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
7134                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7135                 .dac_nids = alc883_dac_nids,
7136                 .dig_out_nid = ALC883_DIGOUT_NID,
7137                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7138                 .adc_nids = alc883_adc_nids,
7139                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7140                 .channel_mode = alc883_3ST_2ch_modes,
7141                 .input_mux = &alc883_capture_source,
7142                 .unsol_event = alc883_tagra_unsol_event,
7143                 .init_hook = alc883_tagra_automute,
7144         },
7145         [ALC883_ACER] = {
7146                 .mixers = { alc883_base_mixer },
7147                 /* On TravelMate laptops, GPIO 0 enables the internal speaker
7148                  * and the headphone jack.  Turn this on and rely on the
7149                  * standard mute methods whenever the user wants to turn
7150                  * these outputs off.
7151                  */
7152                 .init_verbs = { alc883_init_verbs, alc880_gpio1_init_verbs },
7153                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7154                 .dac_nids = alc883_dac_nids,
7155                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7156                 .adc_nids = alc883_adc_nids,
7157                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7158                 .channel_mode = alc883_3ST_2ch_modes,
7159                 .input_mux = &alc883_capture_source,
7160         },
7161         [ALC883_ACER_ASPIRE] = {
7162                 .mixers = { alc883_acer_aspire_mixer },
7163                 .init_verbs = { alc883_init_verbs, alc883_acer_eapd_verbs },
7164                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7165                 .dac_nids = alc883_dac_nids,
7166                 .dig_out_nid = ALC883_DIGOUT_NID,
7167                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7168                 .adc_nids = alc883_adc_nids,
7169                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7170                 .channel_mode = alc883_3ST_2ch_modes,
7171                 .input_mux = &alc883_capture_source,
7172                 .unsol_event = alc883_acer_aspire_unsol_event,
7173                 .init_hook = alc883_acer_aspire_automute,
7174         },
7175         [ALC883_MEDION] = {
7176                 .mixers = { alc883_fivestack_mixer,
7177                             alc883_chmode_mixer },
7178                 .init_verbs = { alc883_init_verbs,
7179                                 alc883_medion_eapd_verbs },
7180                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7181                 .dac_nids = alc883_dac_nids,
7182                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7183                 .adc_nids = alc883_adc_nids,
7184                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
7185                 .channel_mode = alc883_sixstack_modes,
7186                 .input_mux = &alc883_capture_source,
7187         },
7188         [ALC883_MEDION_MD2] = {
7189                 .mixers = { alc883_medion_md2_mixer},
7190                 .init_verbs = { alc883_init_verbs, alc883_medion_md2_verbs},
7191                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7192                 .dac_nids = alc883_dac_nids,
7193                 .dig_out_nid = ALC883_DIGOUT_NID,
7194                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7195                 .adc_nids = alc883_adc_nids,
7196                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7197                 .channel_mode = alc883_3ST_2ch_modes,
7198                 .input_mux = &alc883_capture_source,
7199                 .unsol_event = alc883_medion_md2_unsol_event,
7200                 .init_hook = alc883_medion_md2_automute,
7201         },      
7202         [ALC883_LAPTOP_EAPD] = {
7203                 .mixers = { alc883_base_mixer },
7204                 .init_verbs = { alc883_init_verbs, alc882_eapd_verbs },
7205                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7206                 .dac_nids = alc883_dac_nids,
7207                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7208                 .adc_nids = alc883_adc_nids,
7209                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7210                 .channel_mode = alc883_3ST_2ch_modes,
7211                 .input_mux = &alc883_capture_source,
7212         },
7213         [ALC883_LENOVO_101E_2ch] = {
7214                 .mixers = { alc883_lenovo_101e_2ch_mixer},
7215                 .init_verbs = { alc883_init_verbs, alc883_lenovo_101e_verbs},
7216                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7217                 .dac_nids = alc883_dac_nids,
7218                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7219                 .adc_nids = alc883_adc_nids,
7220                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7221                 .channel_mode = alc883_3ST_2ch_modes,
7222                 .input_mux = &alc883_lenovo_101e_capture_source,
7223                 .unsol_event = alc883_lenovo_101e_unsol_event,
7224                 .init_hook = alc883_lenovo_101e_all_automute,
7225         },
7226         [ALC883_LENOVO_NB0763] = {
7227                 .mixers = { alc883_lenovo_nb0763_mixer },
7228                 .init_verbs = { alc883_init_verbs, alc883_lenovo_nb0763_verbs},
7229                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7230                 .dac_nids = alc883_dac_nids,
7231                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7232                 .adc_nids = alc883_adc_nids,
7233                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7234                 .channel_mode = alc883_3ST_2ch_modes,
7235                 .need_dac_fix = 1,
7236                 .input_mux = &alc883_lenovo_nb0763_capture_source,
7237                 .unsol_event = alc883_medion_md2_unsol_event,
7238                 .init_hook = alc883_medion_md2_automute,
7239         },
7240         [ALC888_LENOVO_MS7195_DIG] = {
7241                 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
7242                 .init_verbs = { alc883_init_verbs, alc888_lenovo_ms7195_verbs},
7243                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7244                 .dac_nids = alc883_dac_nids,
7245                 .dig_out_nid = ALC883_DIGOUT_NID,
7246                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7247                 .adc_nids = alc883_adc_nids,
7248                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
7249                 .channel_mode = alc883_3ST_6ch_modes,
7250                 .need_dac_fix = 1,
7251                 .input_mux = &alc883_capture_source,
7252                 .unsol_event = alc883_lenovo_ms7195_unsol_event,
7253                 .init_hook = alc888_lenovo_ms7195_front_automute,
7254         },
7255         [ALC883_HAIER_W66] = {
7256                 .mixers = { alc883_tagra_2ch_mixer},
7257                 .init_verbs = { alc883_init_verbs, alc883_haier_w66_verbs},
7258                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7259                 .dac_nids = alc883_dac_nids,
7260                 .dig_out_nid = ALC883_DIGOUT_NID,
7261                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7262                 .adc_nids = alc883_adc_nids,
7263                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7264                 .channel_mode = alc883_3ST_2ch_modes,
7265                 .input_mux = &alc883_capture_source,
7266                 .unsol_event = alc883_haier_w66_unsol_event,
7267                 .init_hook = alc883_haier_w66_automute,
7268         },      
7269         [ALC888_6ST_HP] = {
7270                 .mixers = { alc888_6st_hp_mixer, alc883_chmode_mixer },
7271                 .init_verbs = { alc883_init_verbs, alc888_6st_hp_verbs },
7272                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7273                 .dac_nids = alc883_dac_nids,
7274                 .dig_out_nid = ALC883_DIGOUT_NID,
7275                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7276                 .adc_nids = alc883_adc_nids,
7277                 .dig_in_nid = ALC883_DIGIN_NID,
7278                 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
7279                 .channel_mode = alc883_sixstack_modes,
7280                 .input_mux = &alc883_capture_source,
7281         },
7282         [ALC888_3ST_HP] = {
7283                 .mixers = { alc888_3st_hp_mixer, alc883_chmode_mixer },
7284                 .init_verbs = { alc883_init_verbs, alc888_3st_hp_verbs },
7285                 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
7286                 .dac_nids = alc883_dac_nids,
7287                 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
7288                 .adc_nids = alc883_adc_nids,
7289                 .num_channel_mode = ARRAY_SIZE(alc888_3st_hp_modes),
7290                 .channel_mode = alc888_3st_hp_modes,
7291                 .need_dac_fix = 1,
7292                 .input_mux = &alc883_capture_source,
7293         },
7294 };
7295
7296
7297 /*
7298  * BIOS auto configuration
7299  */
7300 static void alc883_auto_set_output_and_unmute(struct hda_codec *codec,
7301                                               hda_nid_t nid, int pin_type,
7302                                               int dac_idx)
7303 {
7304         /* set as output */
7305         struct alc_spec *spec = codec->spec;
7306         int idx;
7307
7308         if (spec->multiout.dac_nids[dac_idx] == 0x25)
7309                 idx = 4;
7310         else
7311                 idx = spec->multiout.dac_nids[dac_idx] - 2;
7312
7313         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
7314                             pin_type);
7315         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
7316                             AMP_OUT_UNMUTE);
7317         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
7318
7319 }
7320
7321 static void alc883_auto_init_multi_out(struct hda_codec *codec)
7322 {
7323         struct alc_spec *spec = codec->spec;
7324         int i;
7325
7326         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
7327         for (i = 0; i <= HDA_SIDE; i++) {
7328                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
7329                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
7330                 if (nid)
7331                         alc883_auto_set_output_and_unmute(codec, nid, pin_type,
7332                                                           i);
7333         }
7334 }
7335
7336 static void alc883_auto_init_hp_out(struct hda_codec *codec)
7337 {
7338         struct alc_spec *spec = codec->spec;
7339         hda_nid_t pin;
7340
7341         pin = spec->autocfg.hp_pins[0];
7342         if (pin) /* connect to front */
7343                 /* use dac 0 */
7344                 alc883_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
7345 }
7346
7347 #define alc883_is_input_pin(nid)        alc880_is_input_pin(nid)
7348 #define ALC883_PIN_CD_NID               ALC880_PIN_CD_NID
7349
7350 static void alc883_auto_init_analog_input(struct hda_codec *codec)
7351 {
7352         struct alc_spec *spec = codec->spec;
7353         int i;
7354
7355         for (i = 0; i < AUTO_PIN_LAST; i++) {
7356                 hda_nid_t nid = spec->autocfg.input_pins[i];
7357                 if (alc883_is_input_pin(nid)) {
7358                         snd_hda_codec_write(codec, nid, 0,
7359                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
7360                                             (i <= AUTO_PIN_FRONT_MIC ?
7361                                              PIN_VREF80 : PIN_IN));
7362                         if (nid != ALC883_PIN_CD_NID)
7363                                 snd_hda_codec_write(codec, nid, 0,
7364                                                     AC_VERB_SET_AMP_GAIN_MUTE,
7365                                                     AMP_OUT_MUTE);
7366                 }
7367         }
7368 }
7369
7370 /* almost identical with ALC880 parser... */
7371 static int alc883_parse_auto_config(struct hda_codec *codec)
7372 {
7373         struct alc_spec *spec = codec->spec;
7374         int err = alc880_parse_auto_config(codec);
7375
7376         if (err < 0)
7377                 return err;
7378         else if (!err)
7379                 return 0; /* no config found */
7380
7381         err = alc_auto_add_mic_boost(codec);
7382         if (err < 0)
7383                 return err;
7384
7385         /* hack - override the init verbs */
7386         spec->init_verbs[0] = alc883_auto_init_verbs;
7387         spec->mixers[spec->num_mixers] = alc883_capture_mixer;
7388         spec->num_mixers++;
7389
7390         return 1; /* config found */
7391 }
7392
7393 /* additional initialization for auto-configuration model */
7394 static void alc883_auto_init(struct hda_codec *codec)
7395 {
7396         alc883_auto_init_multi_out(codec);
7397         alc883_auto_init_hp_out(codec);
7398         alc883_auto_init_analog_input(codec);
7399 }
7400
7401 static int patch_alc883(struct hda_codec *codec)
7402 {
7403         struct alc_spec *spec;
7404         int err, board_config;
7405
7406         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
7407         if (spec == NULL)
7408                 return -ENOMEM;
7409
7410         codec->spec = spec;
7411
7412         board_config = snd_hda_check_board_config(codec, ALC883_MODEL_LAST,
7413                                                   alc883_models,
7414                                                   alc883_cfg_tbl);
7415         if (board_config < 0) {
7416                 printk(KERN_INFO "hda_codec: Unknown model for ALC883, "
7417                        "trying auto-probe from BIOS...\n");
7418                 board_config = ALC883_AUTO;
7419         }
7420
7421         if (board_config == ALC883_AUTO) {
7422                 /* automatic parse from the BIOS config */
7423                 err = alc883_parse_auto_config(codec);
7424                 if (err < 0) {
7425                         alc_free(codec);
7426                         return err;
7427                 } else if (!err) {
7428                         printk(KERN_INFO
7429                                "hda_codec: Cannot set up configuration "
7430                                "from BIOS.  Using base mode...\n");
7431                         board_config = ALC883_3ST_2ch_DIG;
7432                 }
7433         }
7434
7435         if (board_config != ALC883_AUTO)
7436                 setup_preset(spec, &alc883_presets[board_config]);
7437
7438         spec->stream_name_analog = "ALC883 Analog";
7439         spec->stream_analog_playback = &alc883_pcm_analog_playback;
7440         spec->stream_analog_capture = &alc883_pcm_analog_capture;
7441
7442         spec->stream_name_digital = "ALC883 Digital";
7443         spec->stream_digital_playback = &alc883_pcm_digital_playback;
7444         spec->stream_digital_capture = &alc883_pcm_digital_capture;
7445
7446         if (!spec->adc_nids && spec->input_mux) {
7447                 spec->adc_nids = alc883_adc_nids;
7448                 spec->num_adc_nids = ARRAY_SIZE(alc883_adc_nids);
7449         }
7450
7451         codec->patch_ops = alc_patch_ops;
7452         if (board_config == ALC883_AUTO)
7453                 spec->init_hook = alc883_auto_init;
7454 #ifdef CONFIG_SND_HDA_POWER_SAVE
7455         if (!spec->loopback.amplist)
7456                 spec->loopback.amplist = alc883_loopbacks;
7457 #endif
7458
7459         return 0;
7460 }
7461
7462 /*
7463  * ALC262 support
7464  */
7465
7466 #define ALC262_DIGOUT_NID       ALC880_DIGOUT_NID
7467 #define ALC262_DIGIN_NID        ALC880_DIGIN_NID
7468
7469 #define alc262_dac_nids         alc260_dac_nids
7470 #define alc262_adc_nids         alc882_adc_nids
7471 #define alc262_adc_nids_alt     alc882_adc_nids_alt
7472
7473 #define alc262_modes            alc260_modes
7474 #define alc262_capture_source   alc882_capture_source
7475
7476 static struct snd_kcontrol_new alc262_base_mixer[] = {
7477         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7478         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7479         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7480         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7481         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7482         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7483         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7484         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7485         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7486         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7487         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7488         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7489         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7490            HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
7491         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),
7492         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7493         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7494         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7495         { } /* end */
7496 };
7497
7498 static struct snd_kcontrol_new alc262_hippo1_mixer[] = {
7499         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7500         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7501         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7502         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7503         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7504         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7505         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7506         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7507         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7508         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7509         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7510         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7511         /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7512            HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
7513         /*HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),*/
7514         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7515         { } /* end */
7516 };
7517
7518 static struct snd_kcontrol_new alc262_HP_BPC_mixer[] = {
7519         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7520         HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7521         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7522         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7523         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7524
7525         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7526         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7527         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7528         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7529         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7530         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
7531         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
7532         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
7533         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7534         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7535         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7536         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
7537         HDA_CODEC_VOLUME("AUX IN Playback Volume", 0x0b, 0x06, HDA_INPUT),
7538         HDA_CODEC_MUTE("AUX IN Playback Switch", 0x0b, 0x06, HDA_INPUT),
7539         { } /* end */
7540 };
7541
7542 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_mixer[] = {
7543         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7544         HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
7545         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
7546         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7547         HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
7548         HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
7549         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x02, HDA_INPUT),
7550         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x02, HDA_INPUT),
7551         HDA_CODEC_VOLUME("Front Mic Boost", 0x1a, 0, HDA_INPUT),
7552         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
7553         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
7554         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7555         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7556         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
7557         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
7558         { } /* end */
7559 };
7560
7561 static struct snd_kcontrol_new alc262_HP_BPC_WildWest_option_mixer[] = {
7562         HDA_CODEC_VOLUME("Rear Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7563         HDA_CODEC_MUTE("Rear Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7564         HDA_CODEC_VOLUME("Rear Mic Boost", 0x18, 0, HDA_INPUT),
7565         { } /* end */
7566 };
7567
7568 /* bind hp and internal speaker mute (with plug check) */
7569 static int alc262_sony_master_sw_put(struct snd_kcontrol *kcontrol,
7570                                      struct snd_ctl_elem_value *ucontrol)
7571 {
7572         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
7573         long *valp = ucontrol->value.integer.value;
7574         int change;
7575
7576         /* change hp mute */
7577         change = snd_hda_codec_amp_update(codec, 0x15, 0, HDA_OUTPUT, 0,
7578                                           HDA_AMP_MUTE,
7579                                           valp[0] ? 0 : HDA_AMP_MUTE);
7580         change |= snd_hda_codec_amp_update(codec, 0x15, 1, HDA_OUTPUT, 0,
7581                                            HDA_AMP_MUTE,
7582                                            valp[1] ? 0 : HDA_AMP_MUTE);
7583         if (change) {
7584                 /* change speaker according to HP jack state */
7585                 struct alc_spec *spec = codec->spec;
7586                 unsigned int mute;
7587                 if (spec->jack_present)
7588                         mute = HDA_AMP_MUTE;
7589                 else
7590                         mute = snd_hda_codec_amp_read(codec, 0x15, 0,
7591                                                       HDA_OUTPUT, 0);
7592                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7593                                          HDA_AMP_MUTE, mute);
7594         }
7595         return change;
7596 }
7597
7598 static struct snd_kcontrol_new alc262_sony_mixer[] = {
7599         HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7600         {
7601                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7602                 .name = "Master Playback Switch",
7603                 .info = snd_hda_mixer_amp_switch_info,
7604                 .get = snd_hda_mixer_amp_switch_get,
7605                 .put = alc262_sony_master_sw_put,
7606                 .private_value = HDA_COMPOSE_AMP_VAL(0x15, 3, 0, HDA_OUTPUT),
7607         },
7608         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7609         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7610         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7611         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7612         { } /* end */
7613 };
7614
7615 static struct snd_kcontrol_new alc262_benq_t31_mixer[] = {
7616         HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
7617         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
7618         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7619         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7620         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7621         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
7622         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
7623         { } /* end */
7624 };
7625
7626 #define alc262_capture_mixer            alc882_capture_mixer
7627 #define alc262_capture_alt_mixer        alc882_capture_alt_mixer
7628
7629 /*
7630  * generic initialization of ADC, input mixers and output mixers
7631  */
7632 static struct hda_verb alc262_init_verbs[] = {
7633         /*
7634          * Unmute ADC0-2 and set the default input to mic-in
7635          */
7636         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
7637         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7638         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7639         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7640         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
7641         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7642
7643         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
7644          * mixer widget
7645          * Note: PASD motherboards uses the Line In 2 as the input for
7646          * front panel mic (mic 2)
7647          */
7648         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
7649         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7650         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7651         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
7652         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
7653         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
7654
7655         /*
7656          * Set up output mixers (0x0c - 0x0e)
7657          */
7658         /* set vol=0 to output mixers */
7659         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7660         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7661         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
7662         /* set up input amps for analog loopback */
7663         /* Amp Indices: DAC = 0, mixer = 1 */
7664         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7665         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7666         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7667         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7668         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7669         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7670
7671         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
7672         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7673         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
7674         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7675         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7676         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
7677
7678         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7679         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7680         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7681         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7682         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7683         
7684         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
7685         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
7686         
7687         /* FIXME: use matrix-type input source selection */
7688         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
7689         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
7690         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7691         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7692         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7693         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7694         /* Input mixer2 */
7695         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7696         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7697         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7698         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7699         /* Input mixer3 */
7700         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
7701         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
7702         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
7703         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
7704
7705         { }
7706 };
7707
7708 static struct hda_verb alc262_hippo_unsol_verbs[] = {
7709         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7710         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7711         {}
7712 };
7713
7714 static struct hda_verb alc262_hippo1_unsol_verbs[] = {
7715         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7716         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
7717         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
7718
7719         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7720         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7721         {}
7722 };
7723
7724 static struct hda_verb alc262_sony_unsol_verbs[] = {
7725         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
7726         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7727         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},   // Front Mic
7728
7729         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7730         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7731 };
7732
7733 /* mute/unmute internal speaker according to the hp jack and mute state */
7734 static void alc262_hippo_automute(struct hda_codec *codec)
7735 {
7736         struct alc_spec *spec = codec->spec;
7737         unsigned int mute;
7738         unsigned int present;
7739
7740         /* need to execute and sync at first */
7741         snd_hda_codec_read(codec, 0x15, 0, AC_VERB_SET_PIN_SENSE, 0);
7742         present = snd_hda_codec_read(codec, 0x15, 0,
7743                                      AC_VERB_GET_PIN_SENSE, 0);
7744         spec->jack_present = (present & 0x80000000) != 0;
7745         if (spec->jack_present) {
7746                 /* mute internal speaker */
7747                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7748                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7749         } else {
7750                 /* unmute internal speaker if necessary */
7751                 mute = snd_hda_codec_amp_read(codec, 0x15, 0, HDA_OUTPUT, 0);
7752                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7753                                          HDA_AMP_MUTE, mute);
7754         }
7755 }
7756
7757 /* unsolicited event for HP jack sensing */
7758 static void alc262_hippo_unsol_event(struct hda_codec *codec,
7759                                        unsigned int res)
7760 {
7761         if ((res >> 26) != ALC880_HP_EVENT)
7762                 return;
7763         alc262_hippo_automute(codec);
7764 }
7765
7766 static void alc262_hippo1_automute(struct hda_codec *codec)
7767 {
7768         unsigned int mute;
7769         unsigned int present;
7770
7771         snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
7772         present = snd_hda_codec_read(codec, 0x1b, 0,
7773                                      AC_VERB_GET_PIN_SENSE, 0);
7774         present = (present & 0x80000000) != 0;
7775         if (present) {
7776                 /* mute internal speaker */
7777                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7778                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7779         } else {
7780                 /* unmute internal speaker if necessary */
7781                 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
7782                 snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
7783                                          HDA_AMP_MUTE, mute);
7784         }
7785 }
7786
7787 /* unsolicited event for HP jack sensing */
7788 static void alc262_hippo1_unsol_event(struct hda_codec *codec,
7789                                        unsigned int res)
7790 {
7791         if ((res >> 26) != ALC880_HP_EVENT)
7792                 return;
7793         alc262_hippo1_automute(codec);
7794 }
7795
7796 /*
7797  * fujitsu model
7798  *  0x14 = headphone/spdif-out, 0x15 = internal speaker
7799  */
7800
7801 #define ALC_HP_EVENT    0x37
7802
7803 static struct hda_verb alc262_fujitsu_unsol_verbs[] = {
7804         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
7805         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
7806         {}
7807 };
7808
7809 static struct hda_input_mux alc262_fujitsu_capture_source = {
7810         .num_items = 3,
7811         .items = {
7812                 { "Mic", 0x0 },
7813                 { "Int Mic", 0x1 },
7814                 { "CD", 0x4 },
7815         },
7816 };
7817
7818 static struct hda_input_mux alc262_HP_capture_source = {
7819         .num_items = 5,
7820         .items = {
7821                 { "Mic", 0x0 },
7822                 { "Front Mic", 0x1 },
7823                 { "Line", 0x2 },
7824                 { "CD", 0x4 },
7825                 { "AUX IN", 0x6 },
7826         },
7827 };
7828
7829 static struct hda_input_mux alc262_HP_D7000_capture_source = {
7830         .num_items = 4,
7831         .items = {
7832                 { "Mic", 0x0 },
7833                 { "Front Mic", 0x2 },
7834                 { "Line", 0x1 },
7835                 { "CD", 0x4 },
7836         },
7837 };
7838
7839 /* mute/unmute internal speaker according to the hp jack and mute state */
7840 static void alc262_fujitsu_automute(struct hda_codec *codec, int force)
7841 {
7842         struct alc_spec *spec = codec->spec;
7843         unsigned int mute;
7844
7845         if (force || !spec->sense_updated) {
7846                 unsigned int present;
7847                 /* need to execute and sync at first */
7848                 snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
7849                 present = snd_hda_codec_read(codec, 0x14, 0,
7850                                          AC_VERB_GET_PIN_SENSE, 0);
7851                 spec->jack_present = (present & 0x80000000) != 0;
7852                 spec->sense_updated = 1;
7853         }
7854         if (spec->jack_present) {
7855                 /* mute internal speaker */
7856                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7857                                          HDA_AMP_MUTE, HDA_AMP_MUTE);
7858         } else {
7859                 /* unmute internal speaker if necessary */
7860                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
7861                 snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
7862                                          HDA_AMP_MUTE, mute);
7863         }
7864 }
7865
7866 /* unsolicited event for HP jack sensing */
7867 static void alc262_fujitsu_unsol_event(struct hda_codec *codec,
7868                                        unsigned int res)
7869 {
7870         if ((res >> 26) != ALC_HP_EVENT)
7871                 return;
7872         alc262_fujitsu_automute(codec, 1);
7873 }
7874
7875 /* bind volumes of both NID 0x0c and 0x0d */
7876 static struct hda_bind_ctls alc262_fujitsu_bind_master_vol = {
7877         .ops = &snd_hda_bind_vol,
7878         .values = {
7879                 HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT),
7880                 HDA_COMPOSE_AMP_VAL(0x0d, 3, 0, HDA_OUTPUT),
7881                 0
7882         },
7883 };
7884
7885 /* bind hp and internal speaker mute (with plug check) */
7886 static int alc262_fujitsu_master_sw_put(struct snd_kcontrol *kcontrol,
7887                                          struct snd_ctl_elem_value *ucontrol)
7888 {
7889         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
7890         long *valp = ucontrol->value.integer.value;
7891         int change;
7892
7893         change = snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
7894                                           HDA_AMP_MUTE,
7895                                           valp[0] ? 0 : HDA_AMP_MUTE);
7896         change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
7897                                            HDA_AMP_MUTE,
7898                                            valp[1] ? 0 : HDA_AMP_MUTE);
7899         if (change)
7900                 alc262_fujitsu_automute(codec, 0);
7901         return change;
7902 }
7903
7904 static struct snd_kcontrol_new alc262_fujitsu_mixer[] = {
7905         HDA_BIND_VOL("Master Playback Volume", &alc262_fujitsu_bind_master_vol),
7906         {
7907                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7908                 .name = "Master Playback Switch",
7909                 .info = snd_hda_mixer_amp_switch_info,
7910                 .get = snd_hda_mixer_amp_switch_get,
7911                 .put = alc262_fujitsu_master_sw_put,
7912                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
7913         },
7914         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
7915         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
7916         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
7917         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
7918         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
7919         HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
7920         HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
7921         HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
7922         { } /* end */
7923 };
7924
7925 /* additional init verbs for Benq laptops */
7926 static struct hda_verb alc262_EAPD_verbs[] = {
7927         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
7928         {0x20, AC_VERB_SET_PROC_COEF,  0x3070},
7929         {}
7930 };
7931
7932 static struct hda_verb alc262_benq_t31_EAPD_verbs[] = {
7933         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
7934         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
7935
7936         {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
7937         {0x20, AC_VERB_SET_PROC_COEF,  0x3050},
7938         {}
7939 };
7940
7941 /* add playback controls from the parsed DAC table */
7942 static int alc262_auto_create_multi_out_ctls(struct alc_spec *spec,
7943                                              const struct auto_pin_cfg *cfg)
7944 {
7945         hda_nid_t nid;
7946         int err;
7947
7948         spec->multiout.num_dacs = 1;    /* only use one dac */
7949         spec->multiout.dac_nids = spec->private_dac_nids;
7950         spec->multiout.dac_nids[0] = 2;
7951
7952         nid = cfg->line_out_pins[0];
7953         if (nid) {
7954                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
7955                                   "Front Playback Volume",
7956                                   HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT));
7957                 if (err < 0)
7958                         return err;
7959                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7960                                   "Front Playback Switch",
7961                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
7962                 if (err < 0)
7963                         return err;
7964         }
7965
7966         nid = cfg->speaker_pins[0];
7967         if (nid) {
7968                 if (nid == 0x16) {
7969                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
7970                                           "Speaker Playback Volume",
7971                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
7972                                                               HDA_OUTPUT));
7973                         if (err < 0)
7974                                 return err;
7975                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7976                                           "Speaker Playback Switch",
7977                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
7978                                                               HDA_OUTPUT));
7979                         if (err < 0)
7980                                 return err;
7981                 } else {
7982                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
7983                                           "Speaker Playback Switch",
7984                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
7985                                                               HDA_OUTPUT));
7986                         if (err < 0)
7987                                 return err;
7988                 }
7989         }
7990         nid = cfg->hp_pins[0];
7991         if (nid) {
7992                 /* spec->multiout.hp_nid = 2; */
7993                 if (nid == 0x16) {
7994                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
7995                                           "Headphone Playback Volume",
7996                                           HDA_COMPOSE_AMP_VAL(0x0e, 2, 0,
7997                                                               HDA_OUTPUT));
7998                         if (err < 0)
7999                                 return err;
8000                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
8001                                           "Headphone Playback Switch",
8002                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
8003                                                               HDA_OUTPUT));
8004                         if (err < 0)
8005                                 return err;
8006                 } else {
8007                         err = add_control(spec, ALC_CTL_WIDGET_MUTE,
8008                                           "Headphone Playback Switch",
8009                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
8010                                                               HDA_OUTPUT));
8011                         if (err < 0)
8012                                 return err;
8013                 }
8014         }
8015         return 0;
8016 }
8017
8018 /* identical with ALC880 */
8019 #define alc262_auto_create_analog_input_ctls \
8020         alc880_auto_create_analog_input_ctls
8021
8022 /*
8023  * generic initialization of ADC, input mixers and output mixers
8024  */
8025 static struct hda_verb alc262_volume_init_verbs[] = {
8026         /*
8027          * Unmute ADC0-2 and set the default input to mic-in
8028          */
8029         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
8030         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8031         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
8032         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8033         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
8034         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8035
8036         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
8037          * mixer widget
8038          * Note: PASD motherboards uses the Line In 2 as the input for
8039          * front panel mic (mic 2)
8040          */
8041         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
8042         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8043         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8044         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
8045         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
8046         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
8047
8048         /*
8049          * Set up output mixers (0x0c - 0x0f)
8050          */
8051         /* set vol=0 to output mixers */
8052         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8053         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8054         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8055         
8056         /* set up input amps for analog loopback */
8057         /* Amp Indices: DAC = 0, mixer = 1 */
8058         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8059         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8060         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8061         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8062         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8063         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8064
8065         /* FIXME: use matrix-type input source selection */
8066         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
8067         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
8068         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8069         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
8070         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
8071         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
8072         /* Input mixer2 */
8073         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8074         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
8075         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
8076         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
8077         /* Input mixer3 */
8078         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8079         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
8080         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
8081         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
8082
8083         { }
8084 };
8085
8086 static struct hda_verb alc262_HP_BPC_init_verbs[] = {
8087         /*
8088          * Unmute ADC0-2 and set the default input to mic-in
8089          */
8090         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
8091         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8092         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
8093         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8094         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
8095         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8096
8097         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
8098          * mixer widget
8099          * Note: PASD motherboards uses the Line In 2 as the input for
8100          * front panel mic (mic 2)
8101          */
8102         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
8103         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8104         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8105         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
8106         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
8107         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
8108         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
8109         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
8110         
8111         /*
8112          * Set up output mixers (0x0c - 0x0e)
8113          */
8114         /* set vol=0 to output mixers */
8115         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8116         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8117         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8118
8119         /* set up input amps for analog loopback */
8120         /* Amp Indices: DAC = 0, mixer = 1 */
8121         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8122         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8123         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8124         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8125         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8126         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8127
8128         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
8129         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8130         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8131
8132         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
8133         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
8134
8135         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
8136         {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
8137
8138         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8139         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8140         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8141         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8142         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8143
8144         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
8145         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8146         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8147         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
8148         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8149         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8150
8151
8152         /* FIXME: use matrix-type input source selection */
8153         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
8154         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
8155         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8156         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8157         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8158         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
8159         /* Input mixer2 */
8160         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8161         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8162         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8163         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
8164         /* Input mixer3 */
8165         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8166         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8167         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8168         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
8169
8170         { }
8171 };
8172
8173 static struct hda_verb alc262_HP_BPC_WildWest_init_verbs[] = {
8174         /*
8175          * Unmute ADC0-2 and set the default input to mic-in
8176          */
8177         {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
8178         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8179         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
8180         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8181         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
8182         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8183
8184         /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
8185          * mixer widget
8186          * Note: PASD motherboards uses the Line In 2 as the input for front
8187          * panel mic (mic 2)
8188          */
8189         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
8190         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8191         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8192         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
8193         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
8194         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
8195         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
8196         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)},
8197         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)},
8198         /*
8199          * Set up output mixers (0x0c - 0x0e)
8200          */
8201         /* set vol=0 to output mixers */
8202         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8203         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8204         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8205
8206         /* set up input amps for analog loopback */
8207         /* Amp Indices: DAC = 0, mixer = 1 */
8208         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8209         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8210         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8211         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8212         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8213         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8214
8215
8216         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },        /* HP */
8217         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Mono */
8218         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* rear MIC */
8219         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* Line in */
8220         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },    /* Front MIC */
8221         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },       /* Line out */
8222         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },        /* CD in */
8223
8224         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
8225         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
8226
8227         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
8228         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
8229
8230         /* {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, */
8231         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8232         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8233         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
8234         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8235         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
8236
8237         /* FIXME: use matrix-type input source selection */
8238         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
8239         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
8240         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, /*rear MIC*/
8241         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, /*Line in*/
8242         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, /*F MIC*/
8243         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, /*Front*/
8244         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, /*CD*/
8245         /* {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))},  */
8246         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, /*HP*/
8247         /* Input mixer2 */
8248         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8249         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8250         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8251         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8252         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
8253         /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
8254         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
8255         /* Input mixer3 */
8256         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8257         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8258         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8259         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8260         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
8261         /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
8262         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
8263
8264         { }
8265 };
8266
8267 #ifdef CONFIG_SND_HDA_POWER_SAVE
8268 #define alc262_loopbacks        alc880_loopbacks
8269 #endif
8270
8271 /* pcm configuration: identiacal with ALC880 */
8272 #define alc262_pcm_analog_playback      alc880_pcm_analog_playback
8273 #define alc262_pcm_analog_capture       alc880_pcm_analog_capture
8274 #define alc262_pcm_digital_playback     alc880_pcm_digital_playback
8275 #define alc262_pcm_digital_capture      alc880_pcm_digital_capture
8276
8277 /*
8278  * BIOS auto configuration
8279  */
8280 static int alc262_parse_auto_config(struct hda_codec *codec)
8281 {
8282         struct alc_spec *spec = codec->spec;
8283         int err;
8284         static hda_nid_t alc262_ignore[] = { 0x1d, 0 };
8285
8286         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
8287                                            alc262_ignore);
8288         if (err < 0)
8289                 return err;
8290         if (!spec->autocfg.line_outs)
8291                 return 0; /* can't find valid BIOS pin config */
8292         err = alc262_auto_create_multi_out_ctls(spec, &spec->autocfg);
8293         if (err < 0)
8294                 return err;
8295         err = alc262_auto_create_analog_input_ctls(spec, &spec->autocfg);
8296         if (err < 0)
8297                 return err;
8298
8299         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
8300
8301         if (spec->autocfg.dig_out_pin)
8302                 spec->multiout.dig_out_nid = ALC262_DIGOUT_NID;
8303         if (spec->autocfg.dig_in_pin)
8304                 spec->dig_in_nid = ALC262_DIGIN_NID;
8305
8306         if (spec->kctl_alloc)
8307                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
8308
8309         spec->init_verbs[spec->num_init_verbs++] = alc262_volume_init_verbs;
8310         spec->num_mux_defs = 1;
8311         spec->input_mux = &spec->private_imux;
8312
8313         err = alc_auto_add_mic_boost(codec);
8314         if (err < 0)
8315                 return err;
8316
8317         return 1;
8318 }
8319
8320 #define alc262_auto_init_multi_out      alc882_auto_init_multi_out
8321 #define alc262_auto_init_hp_out         alc882_auto_init_hp_out
8322 #define alc262_auto_init_analog_input   alc882_auto_init_analog_input
8323
8324
8325 /* init callback for auto-configuration model -- overriding the default init */
8326 static void alc262_auto_init(struct hda_codec *codec)
8327 {
8328         alc262_auto_init_multi_out(codec);
8329         alc262_auto_init_hp_out(codec);
8330         alc262_auto_init_analog_input(codec);
8331 }
8332
8333 /*
8334  * configuration and preset
8335  */
8336 static const char *alc262_models[ALC262_MODEL_LAST] = {
8337         [ALC262_BASIC]          = "basic",
8338         [ALC262_HIPPO]          = "hippo",
8339         [ALC262_HIPPO_1]        = "hippo_1",
8340         [ALC262_FUJITSU]        = "fujitsu",
8341         [ALC262_HP_BPC]         = "hp-bpc",
8342         [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000",
8343         [ALC262_BENQ_ED8]       = "benq",
8344         [ALC262_BENQ_T31]       = "benq-t31",
8345         [ALC262_SONY_ASSAMD]    = "sony-assamd",
8346         [ALC262_AUTO]           = "auto",
8347 };
8348
8349 static struct snd_pci_quirk alc262_cfg_tbl[] = {
8350         SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO),
8351         SND_PCI_QUIRK(0x103c, 0x12fe, "HP xw9400", ALC262_HP_BPC),
8352         SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC),
8353         SND_PCI_QUIRK(0x103c, 0x12ff, "HP xw4550", ALC262_HP_BPC),
8354         SND_PCI_QUIRK(0x103c, 0x1308, "HP xw4600", ALC262_HP_BPC),
8355         SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC),
8356         SND_PCI_QUIRK(0x103c, 0x1307, "HP xw6600", ALC262_HP_BPC),
8357         SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC),
8358         SND_PCI_QUIRK(0x103c, 0x1306, "HP xw8600", ALC262_HP_BPC),
8359         SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
8360         SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),
8361         SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL),
8362         SND_PCI_QUIRK(0x103c, 0x2806, "HP D7000", ALC262_HP_BPC_D7000_WL),
8363         SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
8364         SND_PCI_QUIRK(0x103c, 0x2803, "HP D7000", ALC262_HP_BPC_D7000_WF),
8365         SND_PCI_QUIRK(0x103c, 0x2805, "HP D7000", ALC262_HP_BPC_D7000_WF),
8366         SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF),
8367         SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
8368         SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU),
8369         SND_PCI_QUIRK(0x17ff, 0x058f, "Benq Hippo", ALC262_HIPPO_1),
8370         SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
8371         SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31),
8372         SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8373         SND_PCI_QUIRK(0x104d, 0x9015, "Sony 0x9015", ALC262_SONY_ASSAMD),
8374         SND_PCI_QUIRK(0x104d, 0x900e, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8375         SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD),
8376         {}
8377 };
8378
8379 static struct alc_config_preset alc262_presets[] = {
8380         [ALC262_BASIC] = {
8381                 .mixers = { alc262_base_mixer },
8382                 .init_verbs = { alc262_init_verbs },
8383                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8384                 .dac_nids = alc262_dac_nids,
8385                 .hp_nid = 0x03,
8386                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8387                 .channel_mode = alc262_modes,
8388                 .input_mux = &alc262_capture_source,
8389         },
8390         [ALC262_HIPPO] = {
8391                 .mixers = { alc262_base_mixer },
8392                 .init_verbs = { alc262_init_verbs, alc262_hippo_unsol_verbs},
8393                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8394                 .dac_nids = alc262_dac_nids,
8395                 .hp_nid = 0x03,
8396                 .dig_out_nid = ALC262_DIGOUT_NID,
8397                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8398                 .channel_mode = alc262_modes,
8399                 .input_mux = &alc262_capture_source,
8400                 .unsol_event = alc262_hippo_unsol_event,
8401                 .init_hook = alc262_hippo_automute,
8402         },
8403         [ALC262_HIPPO_1] = {
8404                 .mixers = { alc262_hippo1_mixer },
8405                 .init_verbs = { alc262_init_verbs, alc262_hippo1_unsol_verbs},
8406                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8407                 .dac_nids = alc262_dac_nids,
8408                 .hp_nid = 0x02,
8409                 .dig_out_nid = ALC262_DIGOUT_NID,
8410                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8411                 .channel_mode = alc262_modes,
8412                 .input_mux = &alc262_capture_source,
8413                 .unsol_event = alc262_hippo1_unsol_event,
8414                 .init_hook = alc262_hippo1_automute,
8415         },
8416         [ALC262_FUJITSU] = {
8417                 .mixers = { alc262_fujitsu_mixer },
8418                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs,
8419                                 alc262_fujitsu_unsol_verbs },
8420                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8421                 .dac_nids = alc262_dac_nids,
8422                 .hp_nid = 0x03,
8423                 .dig_out_nid = ALC262_DIGOUT_NID,
8424                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8425                 .channel_mode = alc262_modes,
8426                 .input_mux = &alc262_fujitsu_capture_source,
8427                 .unsol_event = alc262_fujitsu_unsol_event,
8428         },
8429         [ALC262_HP_BPC] = {
8430                 .mixers = { alc262_HP_BPC_mixer },
8431                 .init_verbs = { alc262_HP_BPC_init_verbs },
8432                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8433                 .dac_nids = alc262_dac_nids,
8434                 .hp_nid = 0x03,
8435                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8436                 .channel_mode = alc262_modes,
8437                 .input_mux = &alc262_HP_capture_source,
8438         },
8439         [ALC262_HP_BPC_D7000_WF] = {
8440                 .mixers = { alc262_HP_BPC_WildWest_mixer },
8441                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
8442                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8443                 .dac_nids = alc262_dac_nids,
8444                 .hp_nid = 0x03,
8445                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8446                 .channel_mode = alc262_modes,
8447                 .input_mux = &alc262_HP_D7000_capture_source,
8448         },
8449         [ALC262_HP_BPC_D7000_WL] = {
8450                 .mixers = { alc262_HP_BPC_WildWest_mixer,
8451                             alc262_HP_BPC_WildWest_option_mixer },
8452                 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
8453                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8454                 .dac_nids = alc262_dac_nids,
8455                 .hp_nid = 0x03,
8456                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8457                 .channel_mode = alc262_modes,
8458                 .input_mux = &alc262_HP_D7000_capture_source,
8459         },
8460         [ALC262_BENQ_ED8] = {
8461                 .mixers = { alc262_base_mixer },
8462                 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs },
8463                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8464                 .dac_nids = alc262_dac_nids,
8465                 .hp_nid = 0x03,
8466                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8467                 .channel_mode = alc262_modes,
8468                 .input_mux = &alc262_capture_source,
8469         },
8470         [ALC262_SONY_ASSAMD] = {
8471                 .mixers = { alc262_sony_mixer },
8472                 .init_verbs = { alc262_init_verbs, alc262_sony_unsol_verbs},
8473                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8474                 .dac_nids = alc262_dac_nids,
8475                 .hp_nid = 0x02,
8476                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8477                 .channel_mode = alc262_modes,
8478                 .input_mux = &alc262_capture_source,
8479                 .unsol_event = alc262_hippo_unsol_event,
8480                 .init_hook = alc262_hippo_automute,
8481         },
8482         [ALC262_BENQ_T31] = {
8483                 .mixers = { alc262_benq_t31_mixer },
8484                 .init_verbs = { alc262_init_verbs, alc262_benq_t31_EAPD_verbs, alc262_hippo_unsol_verbs },
8485                 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
8486                 .dac_nids = alc262_dac_nids,
8487                 .hp_nid = 0x03,
8488                 .num_channel_mode = ARRAY_SIZE(alc262_modes),
8489                 .channel_mode = alc262_modes,
8490                 .input_mux = &alc262_capture_source,
8491                 .unsol_event = alc262_hippo_unsol_event,
8492                 .init_hook = alc262_hippo_automute,
8493         },      
8494 };
8495
8496 static int patch_alc262(struct hda_codec *codec)
8497 {
8498         struct alc_spec *spec;
8499         int board_config;
8500         int err;
8501
8502         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
8503         if (spec == NULL)
8504                 return -ENOMEM;
8505
8506         codec->spec = spec;
8507 #if 0
8508         /* pshou 07/11/05  set a zero PCM sample to DAC when FIFO is
8509          * under-run
8510          */
8511         {
8512         int tmp;
8513         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
8514         tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
8515         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
8516         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF, tmp | 0x80);
8517         }
8518 #endif
8519
8520         board_config = snd_hda_check_board_config(codec, ALC262_MODEL_LAST,
8521                                                   alc262_models,
8522                                                   alc262_cfg_tbl);
8523
8524         if (board_config < 0) {
8525                 printk(KERN_INFO "hda_codec: Unknown model for ALC262, "
8526                        "trying auto-probe from BIOS...\n");
8527                 board_config = ALC262_AUTO;
8528         }
8529
8530         if (board_config == ALC262_AUTO) {
8531                 /* automatic parse from the BIOS config */
8532                 err = alc262_parse_auto_config(codec);
8533                 if (err < 0) {
8534                         alc_free(codec);
8535                         return err;
8536                 } else if (!err) {
8537                         printk(KERN_INFO
8538                                "hda_codec: Cannot set up configuration "
8539                                "from BIOS.  Using base mode...\n");
8540                         board_config = ALC262_BASIC;
8541                 }
8542         }
8543
8544         if (board_config != ALC262_AUTO)
8545                 setup_preset(spec, &alc262_presets[board_config]);
8546
8547         spec->stream_name_analog = "ALC262 Analog";
8548         spec->stream_analog_playback = &alc262_pcm_analog_playback;
8549         spec->stream_analog_capture = &alc262_pcm_analog_capture;
8550                 
8551         spec->stream_name_digital = "ALC262 Digital";
8552         spec->stream_digital_playback = &alc262_pcm_digital_playback;
8553         spec->stream_digital_capture = &alc262_pcm_digital_capture;
8554
8555         if (!spec->adc_nids && spec->input_mux) {
8556                 /* check whether NID 0x07 is valid */
8557                 unsigned int wcap = get_wcaps(codec, 0x07);
8558
8559                 /* get type */
8560                 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
8561                 if (wcap != AC_WID_AUD_IN) {
8562                         spec->adc_nids = alc262_adc_nids_alt;
8563                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids_alt);
8564                         spec->mixers[spec->num_mixers] =
8565                                 alc262_capture_alt_mixer;
8566                         spec->num_mixers++;
8567                 } else {
8568                         spec->adc_nids = alc262_adc_nids;
8569                         spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids);
8570                         spec->mixers[spec->num_mixers] = alc262_capture_mixer;
8571                         spec->num_mixers++;
8572                 }
8573         }
8574
8575         codec->patch_ops = alc_patch_ops;
8576         if (board_config == ALC262_AUTO)
8577                 spec->init_hook = alc262_auto_init;
8578 #ifdef CONFIG_SND_HDA_POWER_SAVE
8579         if (!spec->loopback.amplist)
8580                 spec->loopback.amplist = alc262_loopbacks;
8581 #endif
8582                 
8583         return 0;
8584 }
8585
8586 /*
8587  *  ALC268 channel source setting (2 channel)
8588  */
8589 #define ALC268_DIGOUT_NID       ALC880_DIGOUT_NID
8590 #define alc268_modes            alc260_modes
8591         
8592 static hda_nid_t alc268_dac_nids[2] = {
8593         /* front, hp */
8594         0x02, 0x03
8595 };
8596
8597 static hda_nid_t alc268_adc_nids[2] = {
8598         /* ADC0-1 */
8599         0x08, 0x07
8600 };
8601
8602 static hda_nid_t alc268_adc_nids_alt[1] = {
8603         /* ADC0 */
8604         0x08
8605 };
8606
8607 static struct snd_kcontrol_new alc268_base_mixer[] = {
8608         /* output mixer control */
8609         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
8610         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
8611         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x3, 0x0, HDA_OUTPUT),
8612         HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
8613         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
8614         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
8615         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
8616         { }
8617 };
8618
8619 static struct hda_verb alc268_eapd_verbs[] = {
8620         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
8621         {0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
8622         { }
8623 };
8624
8625 /* Toshiba specific */
8626 #define alc268_toshiba_automute alc262_hippo_automute
8627
8628 static struct hda_verb alc268_toshiba_verbs[] = {
8629         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8630         { } /* end */
8631 };
8632
8633 /* Acer specific */
8634 /* bind volumes of both NID 0x02 and 0x03 */
8635 static struct hda_bind_ctls alc268_acer_bind_master_vol = {
8636         .ops = &snd_hda_bind_vol,
8637         .values = {
8638                 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
8639                 HDA_COMPOSE_AMP_VAL(0x03, 3, 0, HDA_OUTPUT),
8640                 0
8641         },
8642 };
8643
8644 /* mute/unmute internal speaker according to the hp jack and mute state */
8645 static void alc268_acer_automute(struct hda_codec *codec, int force)
8646 {
8647         struct alc_spec *spec = codec->spec;
8648         unsigned int mute;
8649
8650         if (force || !spec->sense_updated) {
8651                 unsigned int present;
8652                 present = snd_hda_codec_read(codec, 0x14, 0,
8653                                          AC_VERB_GET_PIN_SENSE, 0);
8654                 spec->jack_present = (present & 0x80000000) != 0;
8655                 spec->sense_updated = 1;
8656         }
8657         if (spec->jack_present)
8658                 mute = HDA_AMP_MUTE; /* mute internal speaker */
8659         else /* unmute internal speaker if necessary */
8660                 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
8661         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
8662                                  HDA_AMP_MUTE, mute);
8663 }
8664
8665
8666 /* bind hp and internal speaker mute (with plug check) */
8667 static int alc268_acer_master_sw_put(struct snd_kcontrol *kcontrol,
8668                                      struct snd_ctl_elem_value *ucontrol)
8669 {
8670         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
8671         long *valp = ucontrol->value.integer.value;
8672         int change;
8673
8674         change = snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
8675                                           HDA_AMP_MUTE,
8676                                           valp[0] ? 0 : HDA_AMP_MUTE);
8677         change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
8678                                            HDA_AMP_MUTE,
8679                                            valp[1] ? 0 : HDA_AMP_MUTE);
8680         if (change)
8681                 alc268_acer_automute(codec, 0);
8682         return change;
8683 }
8684
8685 static struct snd_kcontrol_new alc268_acer_mixer[] = {
8686         /* output mixer control */
8687         HDA_BIND_VOL("Master Playback Volume", &alc268_acer_bind_master_vol),
8688         {
8689                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8690                 .name = "Master Playback Switch",
8691                 .info = snd_hda_mixer_amp_switch_info,
8692                 .get = snd_hda_mixer_amp_switch_get,
8693                 .put = alc268_acer_master_sw_put,
8694                 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
8695         },
8696         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
8697         HDA_CODEC_VOLUME("Internal Mic Boost", 0x19, 0, HDA_INPUT),
8698         HDA_CODEC_VOLUME("Line In Boost", 0x1a, 0, HDA_INPUT),
8699         { }
8700 };
8701
8702 static struct hda_verb alc268_acer_verbs[] = {
8703         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8704         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8705
8706         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
8707         { }
8708 };
8709
8710 /* unsolicited event for HP jack sensing */
8711 static void alc268_toshiba_unsol_event(struct hda_codec *codec,
8712                                        unsigned int res)
8713 {
8714         if ((res >> 26) != ALC880_HP_EVENT)
8715                 return;
8716         alc268_toshiba_automute(codec);
8717 }
8718
8719 static void alc268_acer_unsol_event(struct hda_codec *codec,
8720                                        unsigned int res)
8721 {
8722         if ((res >> 26) != ALC880_HP_EVENT)
8723                 return;
8724         alc268_acer_automute(codec, 1);
8725 }
8726
8727 static void alc268_acer_init_hook(struct hda_codec *codec)
8728 {
8729         alc268_acer_automute(codec, 1);
8730 }
8731
8732 /*
8733  * generic initialization of ADC, input mixers and output mixers
8734  */
8735 static struct hda_verb alc268_base_init_verbs[] = {
8736         /* Unmute DAC0-1 and set vol = 0 */
8737         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8738         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8739         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8740         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8741         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8742         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8743
8744         /*
8745          * Set up output mixers (0x0c - 0x0e)
8746          */
8747         /* set vol=0 to output mixers */
8748         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8749         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8750         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8751         {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
8752
8753         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8754         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8755
8756         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
8757         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
8758         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
8759         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8760         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8761         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8762         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8763         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8764
8765         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8766         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8767         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8768         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8769         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8770         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8771         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8772         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8773
8774         /* FIXME: use matrix-type input source selection */
8775         /* Mixer elements: 0x18, 19, 1a, 1c, 14, 15, 0b */
8776         /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
8777         /* Input mixer2 */
8778         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8779         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8780         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8781         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8782
8783         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
8784         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
8785         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
8786         {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
8787         { }
8788 };
8789
8790 /*
8791  * generic initialization of ADC, input mixers and output mixers
8792  */
8793 static struct hda_verb alc268_volume_init_verbs[] = {
8794         /* set output DAC */
8795         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8796         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8797         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8798         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8799
8800         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8801         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
8802         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8803         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8804         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
8805
8806         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8807         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8808         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8809         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8810         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8811
8812         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8813         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8814         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8815         {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8816
8817         /* set PCBEEP vol = 0 */
8818         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, (0xb000 | (0x00 << 8))},
8819
8820         { }
8821 };
8822
8823 #define alc268_mux_enum_info alc_mux_enum_info
8824 #define alc268_mux_enum_get alc_mux_enum_get
8825
8826 static int alc268_mux_enum_put(struct snd_kcontrol *kcontrol,
8827                                struct snd_ctl_elem_value *ucontrol)
8828 {
8829         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
8830         struct alc_spec *spec = codec->spec;
8831         const struct hda_input_mux *imux = spec->input_mux;
8832         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
8833         static hda_nid_t capture_mixers[3] = { 0x23, 0x24 };
8834         hda_nid_t nid = capture_mixers[adc_idx];
8835         unsigned int *cur_val = &spec->cur_mux[adc_idx];
8836         unsigned int i, idx;
8837
8838         idx = ucontrol->value.enumerated.item[0];
8839         if (idx >= imux->num_items)
8840                 idx = imux->num_items - 1;
8841         if (*cur_val == idx)
8842                 return 0;
8843         for (i = 0; i < imux->num_items; i++) {
8844                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
8845                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
8846                                          imux->items[i].index,
8847                                          HDA_AMP_MUTE, v);
8848                 snd_hda_codec_write_cache(codec, nid, 0,
8849                                           AC_VERB_SET_CONNECT_SEL,
8850                                           idx );
8851         }
8852         *cur_val = idx;
8853         return 1;
8854 }
8855
8856 static struct snd_kcontrol_new alc268_capture_alt_mixer[] = {
8857         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
8858         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
8859         {
8860                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8861                 /* The multiple "Capture Source" controls confuse alsamixer
8862                  * So call somewhat different..
8863                  * FIXME: the controls appear in the "playback" view!
8864                  */
8865                 /* .name = "Capture Source", */
8866                 .name = "Input Source",
8867                 .count = 1,
8868                 .info = alc268_mux_enum_info,
8869                 .get = alc268_mux_enum_get,
8870                 .put = alc268_mux_enum_put,
8871         },
8872         { } /* end */
8873 };
8874
8875 static struct snd_kcontrol_new alc268_capture_mixer[] = {
8876         HDA_CODEC_VOLUME("Capture Volume", 0x23, 0x0, HDA_OUTPUT),
8877         HDA_CODEC_MUTE("Capture Switch", 0x23, 0x0, HDA_OUTPUT),
8878         HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x24, 0x0, HDA_OUTPUT),
8879         HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x24, 0x0, HDA_OUTPUT),
8880         {
8881                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8882                 /* The multiple "Capture Source" controls confuse alsamixer
8883                  * So call somewhat different..
8884                  * FIXME: the controls appear in the "playback" view!
8885                  */
8886                 /* .name = "Capture Source", */
8887                 .name = "Input Source",
8888                 .count = 2,
8889                 .info = alc268_mux_enum_info,
8890                 .get = alc268_mux_enum_get,
8891                 .put = alc268_mux_enum_put,
8892         },
8893         { } /* end */
8894 };
8895
8896 static struct hda_input_mux alc268_capture_source = {
8897         .num_items = 4,
8898         .items = {
8899                 { "Mic", 0x0 },
8900                 { "Front Mic", 0x1 },
8901                 { "Line", 0x2 },
8902                 { "CD", 0x3 },
8903         },
8904 };
8905
8906 /* create input playback/capture controls for the given pin */
8907 static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
8908                                     const char *ctlname, int idx)
8909 {
8910         char name[32];
8911         int err;
8912
8913         sprintf(name, "%s Playback Volume", ctlname);
8914         if (nid == 0x14) {
8915                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8916                                   HDA_COMPOSE_AMP_VAL(0x02, 3, idx,
8917                                                       HDA_OUTPUT));
8918                 if (err < 0)
8919                         return err;
8920         } else if (nid == 0x15) {
8921                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8922                                   HDA_COMPOSE_AMP_VAL(0x03, 3, idx,
8923                                                       HDA_OUTPUT));
8924                 if (err < 0)
8925                         return err;
8926         } else
8927                 return -1;
8928         sprintf(name, "%s Playback Switch", ctlname);
8929         err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
8930                           HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_OUTPUT));
8931         if (err < 0)
8932                 return err;
8933         return 0;
8934 }
8935
8936 /* add playback controls from the parsed DAC table */
8937 static int alc268_auto_create_multi_out_ctls(struct alc_spec *spec,
8938                                              const struct auto_pin_cfg *cfg)
8939 {
8940         hda_nid_t nid;
8941         int err;
8942
8943         spec->multiout.num_dacs = 2;    /* only use one dac */
8944         spec->multiout.dac_nids = spec->private_dac_nids;
8945         spec->multiout.dac_nids[0] = 2;
8946         spec->multiout.dac_nids[1] = 3;
8947
8948         nid = cfg->line_out_pins[0];
8949         if (nid)
8950                 alc268_new_analog_output(spec, nid, "Front", 0);        
8951
8952         nid = cfg->speaker_pins[0];
8953         if (nid == 0x1d) {
8954                 err = add_control(spec, ALC_CTL_WIDGET_VOL,
8955                                   "Speaker Playback Volume",
8956                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT));
8957                 if (err < 0)
8958                         return err;
8959         }
8960         nid = cfg->hp_pins[0];
8961         if (nid)
8962                 alc268_new_analog_output(spec, nid, "Headphone", 0);
8963
8964         nid = cfg->line_out_pins[1] | cfg->line_out_pins[2];
8965         if (nid == 0x16) {
8966                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
8967                                   "Mono Playback Switch",
8968                                   HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_INPUT));
8969                 if (err < 0)
8970                         return err;
8971         }
8972         return 0;       
8973 }
8974
8975 /* create playback/capture controls for input pins */
8976 static int alc268_auto_create_analog_input_ctls(struct alc_spec *spec,
8977                                                 const struct auto_pin_cfg *cfg)
8978 {
8979         struct hda_input_mux *imux = &spec->private_imux;
8980         int i, idx1;
8981
8982         for (i = 0; i < AUTO_PIN_LAST; i++) {
8983                 switch(cfg->input_pins[i]) {
8984                 case 0x18:
8985                         idx1 = 0;       /* Mic 1 */
8986                         break;
8987                 case 0x19:
8988                         idx1 = 1;       /* Mic 2 */
8989                         break;
8990                 case 0x1a:
8991                         idx1 = 2;       /* Line In */
8992                         break;
8993                 case 0x1c:      
8994                         idx1 = 3;       /* CD */
8995                         break;
8996                 default:
8997                         continue;
8998                 }
8999                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
9000                 imux->items[imux->num_items].index = idx1;
9001                 imux->num_items++;      
9002         }
9003         return 0;
9004 }
9005
9006 static void alc268_auto_init_mono_speaker_out(struct hda_codec *codec)
9007 {
9008         struct alc_spec *spec = codec->spec;
9009         hda_nid_t speaker_nid = spec->autocfg.speaker_pins[0];
9010         hda_nid_t hp_nid = spec->autocfg.hp_pins[0];
9011         hda_nid_t line_nid = spec->autocfg.line_out_pins[0];
9012         unsigned int    dac_vol1, dac_vol2;
9013
9014         if (speaker_nid) {
9015                 snd_hda_codec_write(codec, speaker_nid, 0,
9016                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
9017                 snd_hda_codec_write(codec, 0x0f, 0,
9018                                     AC_VERB_SET_AMP_GAIN_MUTE,
9019                                     AMP_IN_UNMUTE(1));
9020                 snd_hda_codec_write(codec, 0x10, 0,
9021                                     AC_VERB_SET_AMP_GAIN_MUTE,
9022                                     AMP_IN_UNMUTE(1));
9023         } else {
9024                 snd_hda_codec_write(codec, 0x0f, 0,
9025                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
9026                 snd_hda_codec_write(codec, 0x10, 0,
9027                                     AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1));
9028         }
9029
9030         dac_vol1 = dac_vol2 = 0xb000 | 0x40;    /* set max volume  */
9031         if (line_nid == 0x14)   
9032                 dac_vol2 = AMP_OUT_ZERO;
9033         else if (line_nid == 0x15)
9034                 dac_vol1 = AMP_OUT_ZERO;
9035         if (hp_nid == 0x14)     
9036                 dac_vol2 = AMP_OUT_ZERO;
9037         else if (hp_nid == 0x15)
9038                 dac_vol1 = AMP_OUT_ZERO;
9039         if (line_nid != 0x16 || hp_nid != 0x16 ||
9040             spec->autocfg.line_out_pins[1] != 0x16 ||
9041             spec->autocfg.line_out_pins[2] != 0x16)
9042                 dac_vol1 = dac_vol2 = AMP_OUT_ZERO;
9043
9044         snd_hda_codec_write(codec, 0x02, 0,
9045                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol1);
9046         snd_hda_codec_write(codec, 0x03, 0,
9047                             AC_VERB_SET_AMP_GAIN_MUTE, dac_vol2);
9048 }
9049
9050 /* pcm configuration: identiacal with ALC880 */
9051 #define alc268_pcm_analog_playback      alc880_pcm_analog_playback
9052 #define alc268_pcm_analog_capture       alc880_pcm_analog_capture
9053 #define alc268_pcm_digital_playback     alc880_pcm_digital_playback
9054
9055 /*
9056  * BIOS auto configuration
9057  */
9058 static int alc268_parse_auto_config(struct hda_codec *codec)
9059 {
9060         struct alc_spec *spec = codec->spec;
9061         int err;
9062         static hda_nid_t alc268_ignore[] = { 0 };
9063
9064         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
9065                                            alc268_ignore);
9066         if (err < 0)
9067                 return err;
9068         if (!spec->autocfg.line_outs)
9069                 return 0; /* can't find valid BIOS pin config */
9070
9071         err = alc268_auto_create_multi_out_ctls(spec, &spec->autocfg);
9072         if (err < 0)
9073                 return err;
9074         err = alc268_auto_create_analog_input_ctls(spec, &spec->autocfg);
9075         if (err < 0)
9076                 return err;
9077
9078         spec->multiout.max_channels = 2;
9079
9080         /* digital only support output */
9081         if (spec->autocfg.dig_out_pin)
9082                 spec->multiout.dig_out_nid = ALC268_DIGOUT_NID;
9083
9084         if (spec->kctl_alloc)
9085                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
9086
9087         spec->init_verbs[spec->num_init_verbs++] = alc268_volume_init_verbs;
9088         spec->num_mux_defs = 1;
9089         spec->input_mux = &spec->private_imux;
9090
9091         err = alc_auto_add_mic_boost(codec);
9092         if (err < 0)
9093                 return err;
9094
9095         return 1;
9096 }
9097
9098 #define alc268_auto_init_multi_out      alc882_auto_init_multi_out
9099 #define alc268_auto_init_hp_out         alc882_auto_init_hp_out
9100 #define alc268_auto_init_analog_input   alc882_auto_init_analog_input
9101
9102 /* init callback for auto-configuration model -- overriding the default init */
9103 static void alc268_auto_init(struct hda_codec *codec)
9104 {
9105         alc268_auto_init_multi_out(codec);
9106         alc268_auto_init_hp_out(codec);
9107         alc268_auto_init_mono_speaker_out(codec);
9108         alc268_auto_init_analog_input(codec);
9109 }
9110
9111 /*
9112  * configuration and preset
9113  */
9114 static const char *alc268_models[ALC268_MODEL_LAST] = {
9115         [ALC268_3ST]            = "3stack",
9116         [ALC268_TOSHIBA]        = "toshiba",
9117         [ALC268_ACER]           = "acer",
9118         [ALC268_AUTO]           = "auto",
9119 };
9120
9121 static struct snd_pci_quirk alc268_cfg_tbl[] = {
9122         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
9123         SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
9124         SND_PCI_QUIRK(0x1179, 0xff50, "TOSHIBA A305", ALC268_TOSHIBA),
9125         SND_PCI_QUIRK(0x103c, 0x30cc, "TOSHIBA", ALC268_TOSHIBA),
9126         SND_PCI_QUIRK(0x1025, 0x0126, "Acer", ALC268_ACER),
9127         SND_PCI_QUIRK(0x1025, 0x0130, "Acer Extensa 5210", ALC268_ACER),
9128         SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
9129         {}
9130 };
9131
9132 static struct alc_config_preset alc268_presets[] = {
9133         [ALC268_3ST] = {
9134                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer },
9135                 .init_verbs = { alc268_base_init_verbs },
9136                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
9137                 .dac_nids = alc268_dac_nids,
9138                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
9139                 .adc_nids = alc268_adc_nids_alt,
9140                 .hp_nid = 0x03,
9141                 .dig_out_nid = ALC268_DIGOUT_NID,
9142                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
9143                 .channel_mode = alc268_modes,
9144                 .input_mux = &alc268_capture_source,
9145         },
9146         [ALC268_TOSHIBA] = {
9147                 .mixers = { alc268_base_mixer, alc268_capture_alt_mixer },
9148                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
9149                                 alc268_toshiba_verbs },
9150                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
9151                 .dac_nids = alc268_dac_nids,
9152                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
9153                 .adc_nids = alc268_adc_nids_alt,
9154                 .hp_nid = 0x03,
9155                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
9156                 .channel_mode = alc268_modes,
9157                 .input_mux = &alc268_capture_source,
9158                 .input_mux = &alc268_capture_source,
9159                 .unsol_event = alc268_toshiba_unsol_event,
9160                 .init_hook = alc268_toshiba_automute,
9161         },
9162         [ALC268_ACER] = {
9163                 .mixers = { alc268_acer_mixer, alc268_capture_alt_mixer },
9164                 .init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
9165                                 alc268_acer_verbs },
9166                 .num_dacs = ARRAY_SIZE(alc268_dac_nids),
9167                 .dac_nids = alc268_dac_nids,
9168                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
9169                 .adc_nids = alc268_adc_nids_alt,
9170                 .hp_nid = 0x02,
9171                 .num_channel_mode = ARRAY_SIZE(alc268_modes),
9172                 .channel_mode = alc268_modes,
9173                 .input_mux = &alc268_capture_source,
9174                 .unsol_event = alc268_acer_unsol_event,
9175                 .init_hook = alc268_acer_init_hook,
9176         },
9177 };
9178
9179 static int patch_alc268(struct hda_codec *codec)
9180 {
9181         struct alc_spec *spec;
9182         int board_config;
9183         int err;
9184
9185         spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
9186         if (spec == NULL)
9187                 return -ENOMEM;
9188
9189         codec->spec = spec;
9190
9191         board_config = snd_hda_check_board_config(codec, ALC268_MODEL_LAST,
9192                                                   alc268_models,
9193                                                   alc268_cfg_tbl);
9194
9195         if (board_config < 0 || board_config >= ALC268_MODEL_LAST) {
9196                 printk(KERN_INFO "hda_codec: Unknown model for ALC268, "
9197                        "trying auto-probe from BIOS...\n");
9198                 board_config = ALC268_AUTO;
9199         }
9200
9201         if (board_config == ALC268_AUTO) {
9202                 /* automatic parse from the BIOS config */
9203                 err = alc268_parse_auto_config(codec);
9204                 if (err < 0) {
9205                         alc_free(codec);
9206                         return err;
9207                 } else if (!err) {
9208                         printk(KERN_INFO
9209                                "hda_codec: Cannot set up configuration "
9210                                "from BIOS.  Using base mode...\n");
9211                         board_config = ALC268_3ST;
9212                 }
9213         }
9214
9215         if (board_config != ALC268_AUTO)
9216                 setup_preset(spec, &alc268_presets[board_config]);
9217
9218         spec->stream_name_analog = "ALC268 Analog";
9219         spec->stream_analog_playback = &alc268_pcm_analog_playback;
9220         spec->stream_analog_capture = &alc268_pcm_analog_capture;
9221
9222         spec->stream_name_digital = "ALC268 Digital";
9223         spec->stream_digital_playback = &alc268_pcm_digital_playback;
9224
9225         if (board_config == ALC268_AUTO) {
9226                 if (!spec->adc_nids && spec->input_mux) {
9227                         /* check whether NID 0x07 is valid */
9228                         unsigned int wcap = get_wcaps(codec, 0x07);
9229
9230                         /* get type */
9231                         wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
9232                         if (wcap != AC_WID_AUD_IN) {
9233                                 spec->adc_nids = alc268_adc_nids_alt;
9234                                 spec->num_adc_nids =
9235                                         ARRAY_SIZE(alc268_adc_nids_alt);
9236                                 spec->mixers[spec->num_mixers] =
9237                                         alc268_capture_alt_mixer;
9238                                 spec->num_mixers++;
9239                         } else {
9240                                 spec->adc_nids = alc268_adc_nids;
9241                                 spec->num_adc_nids =
9242                                         ARRAY_SIZE(alc268_adc_nids);
9243                                 spec->mixers[spec->num_mixers] =
9244                                         alc268_capture_mixer;
9245                                 spec->num_mixers++;
9246                         }
9247                 }
9248         }
9249         codec->patch_ops = alc_patch_ops;
9250         if (board_config == ALC268_AUTO)
9251                 spec->init_hook = alc268_auto_init;
9252                 
9253         return 0;
9254 }
9255
9256 /*
9257  *  ALC861 channel source setting (2/6 channel selection for 3-stack)
9258  */
9259
9260 /*
9261  * set the path ways for 2 channel output
9262  * need to set the codec line out and mic 1 pin widgets to inputs
9263  */
9264 static struct hda_verb alc861_threestack_ch2_init[] = {
9265         /* set pin widget 1Ah (line in) for input */
9266         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9267         /* set pin widget 18h (mic1/2) for input, for mic also enable
9268          * the vref
9269          */
9270         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9271
9272         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
9273 #if 0
9274         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
9275         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
9276 #endif
9277         { } /* end */
9278 };
9279 /*
9280  * 6ch mode
9281  * need to set the codec line out and mic 1 pin widgets to outputs
9282  */
9283 static struct hda_verb alc861_threestack_ch6_init[] = {
9284         /* set pin widget 1Ah (line in) for output (Back Surround)*/
9285         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9286         /* set pin widget 18h (mic1) for output (CLFE)*/
9287         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9288
9289         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
9290         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
9291
9292         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
9293 #if 0
9294         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
9295         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
9296 #endif
9297         { } /* end */
9298 };
9299
9300 static struct hda_channel_mode alc861_threestack_modes[2] = {
9301         { 2, alc861_threestack_ch2_init },
9302         { 6, alc861_threestack_ch6_init },
9303 };
9304 /* Set mic1 as input and unmute the mixer */
9305 static struct hda_verb alc861_uniwill_m31_ch2_init[] = {
9306         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9307         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
9308         { } /* end */
9309 };
9310 /* Set mic1 as output and mute mixer */
9311 static struct hda_verb alc861_uniwill_m31_ch4_init[] = {
9312         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9313         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
9314         { } /* end */
9315 };
9316
9317 static struct hda_channel_mode alc861_uniwill_m31_modes[2] = {
9318         { 2, alc861_uniwill_m31_ch2_init },
9319         { 4, alc861_uniwill_m31_ch4_init },
9320 };
9321
9322 /* Set mic1 and line-in as input and unmute the mixer */
9323 static struct hda_verb alc861_asus_ch2_init[] = {
9324         /* set pin widget 1Ah (line in) for input */
9325         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9326         /* set pin widget 18h (mic1/2) for input, for mic also enable
9327          * the vref
9328          */
9329         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9330
9331         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
9332 #if 0
9333         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
9334         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
9335 #endif
9336         { } /* end */
9337 };
9338 /* Set mic1 nad line-in as output and mute mixer */
9339 static struct hda_verb alc861_asus_ch6_init[] = {
9340         /* set pin widget 1Ah (line in) for output (Back Surround)*/
9341         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9342         /* { 0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
9343         /* set pin widget 18h (mic1) for output (CLFE)*/
9344         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9345         /* { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
9346         { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
9347         { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
9348
9349         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
9350 #if 0
9351         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
9352         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
9353 #endif
9354         { } /* end */
9355 };
9356
9357 static struct hda_channel_mode alc861_asus_modes[2] = {
9358         { 2, alc861_asus_ch2_init },
9359         { 6, alc861_asus_ch6_init },
9360 };
9361
9362 /* patch-ALC861 */
9363
9364 static struct snd_kcontrol_new alc861_base_mixer[] = {
9365         /* output mixer control */
9366         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9367         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9368         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9369         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9370         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
9371
9372         /*Input mixer control */
9373         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9374            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
9375         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9376         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9377         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9378         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9379         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9380         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9381         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9382         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
9383
9384         /* Capture mixer control */
9385         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9386         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9387         {
9388                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9389                 .name = "Capture Source",
9390                 .count = 1,
9391                 .info = alc_mux_enum_info,
9392                 .get = alc_mux_enum_get,
9393                 .put = alc_mux_enum_put,
9394         },
9395         { } /* end */
9396 };
9397
9398 static struct snd_kcontrol_new alc861_3ST_mixer[] = {
9399         /* output mixer control */
9400         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9401         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9402         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9403         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9404         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
9405
9406         /* Input mixer control */
9407         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9408            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
9409         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9410         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9411         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9412         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9413         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9414         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9415         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9416         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
9417
9418         /* Capture mixer control */
9419         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9420         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9421         {
9422                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9423                 .name = "Capture Source",
9424                 .count = 1,
9425                 .info = alc_mux_enum_info,
9426                 .get = alc_mux_enum_get,
9427                 .put = alc_mux_enum_put,
9428         },
9429         {
9430                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9431                 .name = "Channel Mode",
9432                 .info = alc_ch_mode_info,
9433                 .get = alc_ch_mode_get,
9434                 .put = alc_ch_mode_put,
9435                 .private_value = ARRAY_SIZE(alc861_threestack_modes),
9436         },
9437         { } /* end */
9438 };
9439
9440 static struct snd_kcontrol_new alc861_toshiba_mixer[] = {
9441         /* output mixer control */
9442         HDA_CODEC_MUTE("Master Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9443         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9444         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9445         
9446         /*Capture mixer control */
9447         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9448         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9449         {
9450                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9451                 .name = "Capture Source",
9452                 .count = 1,
9453                 .info = alc_mux_enum_info,
9454                 .get = alc_mux_enum_get,
9455                 .put = alc_mux_enum_put,
9456         },
9457
9458         { } /* end */
9459 };
9460
9461 static struct snd_kcontrol_new alc861_uniwill_m31_mixer[] = {
9462         /* output mixer control */
9463         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9464         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9465         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9466         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9467         /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
9468
9469         /* Input mixer control */
9470         /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9471            HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
9472         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9473         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9474         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9475         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9476         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9477         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9478         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9479         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
9480
9481         /* Capture mixer control */
9482         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9483         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9484         {
9485                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9486                 .name = "Capture Source",
9487                 .count = 1,
9488                 .info = alc_mux_enum_info,
9489                 .get = alc_mux_enum_get,
9490                 .put = alc_mux_enum_put,
9491         },
9492         {
9493                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9494                 .name = "Channel Mode",
9495                 .info = alc_ch_mode_info,
9496                 .get = alc_ch_mode_get,
9497                 .put = alc_ch_mode_put,
9498                 .private_value = ARRAY_SIZE(alc861_uniwill_m31_modes),
9499         },
9500         { } /* end */
9501 };
9502
9503 static struct snd_kcontrol_new alc861_asus_mixer[] = {
9504         /* output mixer control */
9505         HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
9506         HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
9507         HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
9508         HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
9509         HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
9510
9511         /* Input mixer control */
9512         HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
9513         HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT),
9514         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9515         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9516         HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
9517         HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
9518         HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
9519         HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
9520         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
9521         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_OUTPUT),
9522
9523         /* Capture mixer control */
9524         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
9525         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
9526         {
9527                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9528                 .name = "Capture Source",
9529                 .count = 1,
9530                 .info = alc_mux_enum_info,
9531                 .get = alc_mux_enum_get,
9532                 .put = alc_mux_enum_put,
9533         },
9534         {
9535                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
9536                 .name = "Channel Mode",
9537                 .info = alc_ch_mode_info,
9538                 .get = alc_ch_mode_get,
9539                 .put = alc_ch_mode_put,
9540                 .private_value = ARRAY_SIZE(alc861_asus_modes),
9541         },
9542         { }
9543 };
9544
9545 /* additional mixer */
9546 static struct snd_kcontrol_new alc861_asus_laptop_mixer[] = {
9547         HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
9548         HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
9549         HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x23, 0x0, HDA_OUTPUT),
9550         HDA_CODEC_MUTE("PC Beep Playback Switch", 0x23, 0x0, HDA_OUTPUT),
9551         { }
9552 };
9553
9554 /*
9555  * generic initialization of ADC, input mixers and output mixers
9556  */
9557 static struct hda_verb alc861_base_init_verbs[] = {
9558         /*
9559          * Unmute ADC0 and set the default input to mic-in
9560          */
9561         /* port-A for surround (rear panel) */
9562         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9563         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x00 },
9564         /* port-B for mic-in (rear panel) with vref */
9565         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9566         /* port-C for line-in (rear panel) */
9567         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9568         /* port-D for Front */
9569         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9570         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9571         /* port-E for HP out (front panel) */
9572         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
9573         /* route front PCM to HP */
9574         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9575         /* port-F for mic-in (front panel) with vref */
9576         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9577         /* port-G for CLFE (rear panel) */
9578         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9579         { 0x1f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9580         /* port-H for side (rear panel) */
9581         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9582         { 0x20, AC_VERB_SET_CONNECT_SEL, 0x00 },
9583         /* CD-in */
9584         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9585         /* route front mic to ADC1*/
9586         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9587         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9588         
9589         /* Unmute DAC0~3 & spdif out*/
9590         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9591         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9592         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9593         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9594         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9595         
9596         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9597         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9598         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9599         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9600         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9601         
9602         /* Unmute Stereo Mixer 15 */
9603         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9604         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9605         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9606         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9607
9608         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9609         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9610         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9611         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9612         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9613         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9614         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9615         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9616         /* hp used DAC 3 (Front) */
9617         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9618         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9619
9620         { }
9621 };
9622
9623 static struct hda_verb alc861_threestack_init_verbs[] = {
9624         /*
9625          * Unmute ADC0 and set the default input to mic-in
9626          */
9627         /* port-A for surround (rear panel) */
9628         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9629         /* port-B for mic-in (rear panel) with vref */
9630         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9631         /* port-C for line-in (rear panel) */
9632         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9633         /* port-D for Front */
9634         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9635         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9636         /* port-E for HP out (front panel) */
9637         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
9638         /* route front PCM to HP */
9639         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9640         /* port-F for mic-in (front panel) with vref */
9641         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9642         /* port-G for CLFE (rear panel) */
9643         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9644         /* port-H for side (rear panel) */
9645         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9646         /* CD-in */
9647         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9648         /* route front mic to ADC1*/
9649         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9650         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9651         /* Unmute DAC0~3 & spdif out*/
9652         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9653         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9654         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9655         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9656         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9657         
9658         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9659         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9660         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9661         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9662         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9663         
9664         /* Unmute Stereo Mixer 15 */
9665         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9666         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9667         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9668         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9669
9670         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9671         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9672         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9673         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9674         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9675         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9676         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9677         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9678         /* hp used DAC 3 (Front) */
9679         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9680         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9681         { }
9682 };
9683
9684 static struct hda_verb alc861_uniwill_m31_init_verbs[] = {
9685         /*
9686          * Unmute ADC0 and set the default input to mic-in
9687          */
9688         /* port-A for surround (rear panel) */
9689         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9690         /* port-B for mic-in (rear panel) with vref */
9691         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9692         /* port-C for line-in (rear panel) */
9693         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9694         /* port-D for Front */
9695         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9696         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9697         /* port-E for HP out (front panel) */
9698         /* this has to be set to VREF80 */
9699         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9700         /* route front PCM to HP */
9701         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9702         /* port-F for mic-in (front panel) with vref */
9703         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9704         /* port-G for CLFE (rear panel) */
9705         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9706         /* port-H for side (rear panel) */
9707         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
9708         /* CD-in */
9709         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9710         /* route front mic to ADC1*/
9711         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9712         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9713         /* Unmute DAC0~3 & spdif out*/
9714         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9715         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9716         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9717         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9718         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9719         
9720         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9721         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9722         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9723         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9724         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9725         
9726         /* Unmute Stereo Mixer 15 */
9727         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9728         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9729         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9730         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9731
9732         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9733         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9734         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9735         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9736         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9737         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9738         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9739         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9740         /* hp used DAC 3 (Front) */
9741         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9742         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9743         { }
9744 };
9745
9746 static struct hda_verb alc861_asus_init_verbs[] = {
9747         /*
9748          * Unmute ADC0 and set the default input to mic-in
9749          */
9750         /* port-A for surround (rear panel)
9751          * according to codec#0 this is the HP jack
9752          */
9753         { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, /* was 0x00 */
9754         /* route front PCM to HP */
9755         { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x01 },
9756         /* port-B for mic-in (rear panel) with vref */
9757         { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9758         /* port-C for line-in (rear panel) */
9759         { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9760         /* port-D for Front */
9761         { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9762         { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
9763         /* port-E for HP out (front panel) */
9764         /* this has to be set to VREF80 */
9765         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9766         /* route front PCM to HP */
9767         { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
9768         /* port-F for mic-in (front panel) with vref */
9769         { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
9770         /* port-G for CLFE (rear panel) */
9771         { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9772         /* port-H for side (rear panel) */
9773         { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
9774         /* CD-in */
9775         { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
9776         /* route front mic to ADC1*/
9777         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9778         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9779         /* Unmute DAC0~3 & spdif out*/
9780         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9781         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9782         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9783         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9784         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9785         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9786         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9787         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9788         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9789         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9790         
9791         /* Unmute Stereo Mixer 15 */
9792         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9793         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9794         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9795         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c}, /* Output 0~12 step */
9796
9797         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9798         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9799         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9800         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9801         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9802         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9803         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9804         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9805         /* hp used DAC 3 (Front) */
9806         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9807         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9808         { }
9809 };
9810
9811 /* additional init verbs for ASUS laptops */
9812 static struct hda_verb alc861_asus_laptop_init_verbs[] = {
9813         { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x45 }, /* HP-out */
9814         { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2) }, /* mute line-in */
9815         { }
9816 };
9817
9818 /*
9819  * generic initialization of ADC, input mixers and output mixers
9820  */
9821 static struct hda_verb alc861_auto_init_verbs[] = {
9822         /*
9823          * Unmute ADC0 and set the default input to mic-in
9824          */
9825         /* {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, */
9826         {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9827         
9828         /* Unmute DAC0~3 & spdif out*/
9829         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9830         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9831         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9832         {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
9833         {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
9834         
9835         /* Unmute Mixer 14 (mic) 1c (Line in)*/
9836         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9837         {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9838         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9839         {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9840         
9841         /* Unmute Stereo Mixer 15 */
9842         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9843         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9844         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9845         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c},
9846
9847         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9848         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9849         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9850         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9851         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9852         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9853         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
9854         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
9855
9856         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9857         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9858         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9859         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9860         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
9861         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
9862         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
9863         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
9864
9865         {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},  /* set Mic 1 */
9866
9867         { }
9868 };
9869
9870 static struct hda_verb alc861_toshiba_init_verbs[] = {
9871         {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
9872
9873         { }
9874 };
9875
9876 /* toggle speaker-output according to the hp-jack state */
9877 static void alc861_toshiba_automute(struct hda_codec *codec)
9878 {
9879         unsigned int present;
9880
9881         present = snd_hda_codec_read(codec, 0x0f, 0,
9882                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
9883         snd_hda_codec_amp_stereo(codec, 0x16, HDA_INPUT, 0,
9884                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
9885         snd_hda_codec_amp_stereo(codec, 0x1a, HDA_INPUT, 3,
9886                                  HDA_AMP_MUTE, present ? 0 : HDA_AMP_MUTE);
9887 }
9888
9889 static void alc861_toshiba_unsol_event(struct hda_codec *codec,
9890                                        unsigned int res)
9891 {
9892         if ((res >> 26) == ALC880_HP_EVENT)
9893                 alc861_toshiba_automute(codec);
9894 }
9895
9896 /* pcm configuration: identiacal with ALC880 */
9897 #define alc861_pcm_analog_playback      alc880_pcm_analog_playback
9898 #define alc861_pcm_analog_capture       alc880_pcm_analog_capture
9899 #define alc861_pcm_digital_playback     alc880_pcm_digital_playback
9900 #define alc861_pcm_digital_capture      alc880_pcm_digital_capture
9901
9902
9903 #define ALC861_DIGOUT_NID       0x07
9904
9905 static struct hda_channel_mode alc861_8ch_modes[1] = {
9906         { 8, NULL }
9907 };
9908
9909 static hda_nid_t alc861_dac_nids[4] = {
9910         /* front, surround, clfe, side */
9911         0x03, 0x06, 0x05, 0x04
9912 };
9913
9914 static hda_nid_t alc660_dac_nids[3] = {
9915         /* front, clfe, surround */
9916         0x03, 0x05, 0x06
9917 };
9918
9919 static hda_nid_t alc861_adc_nids[1] = {
9920         /* ADC0-2 */
9921         0x08,
9922 };
9923
9924 static struct hda_input_mux alc861_capture_source = {
9925         .num_items = 5,
9926         .items = {
9927                 { "Mic", 0x0 },
9928                 { "Front Mic", 0x3 },
9929                 { "Line", 0x1 },
9930                 { "CD", 0x4 },
9931                 { "Mixer", 0x5 },
9932         },
9933 };
9934
9935 /* fill in the dac_nids table from the parsed pin configuration */
9936 static int alc861_auto_fill_dac_nids(struct alc_spec *spec,
9937                                      const struct auto_pin_cfg *cfg)
9938 {
9939         int i;
9940         hda_nid_t nid;
9941
9942         spec->multiout.dac_nids = spec->private_dac_nids;
9943         for (i = 0; i < cfg->line_outs; i++) {
9944                 nid = cfg->line_out_pins[i];
9945                 if (nid) {
9946                         if (i >= ARRAY_SIZE(alc861_dac_nids))
9947                                 continue;
9948                         spec->multiout.dac_nids[i] = alc861_dac_nids[i];
9949                 }
9950         }
9951         spec->multiout.num_dacs = cfg->line_outs;
9952         return 0;
9953 }
9954
9955 /* add playback controls from the parsed DAC table */
9956 static int alc861_auto_create_multi_out_ctls(struct alc_spec *spec,
9957                                              const struct auto_pin_cfg *cfg)
9958 {
9959         char name[32];
9960         static const char *chname[4] = {
9961                 "Front", "Surround", NULL /*CLFE*/, "Side"
9962         };
9963         hda_nid_t nid;
9964         int i, idx, err;
9965
9966         for (i = 0; i < cfg->line_outs; i++) {
9967                 nid = spec->multiout.dac_nids[i];
9968                 if (!nid)
9969                         continue;
9970                 if (nid == 0x05) {
9971                         /* Center/LFE */
9972                         err = add_control(spec, ALC_CTL_BIND_MUTE,
9973                                           "Center Playback Switch",
9974                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
9975                                                               HDA_OUTPUT));
9976                         if (err < 0)
9977                                 return err;
9978                         err = add_control(spec, ALC_CTL_BIND_MUTE,
9979                                           "LFE Playback Switch",
9980                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
9981                                                               HDA_OUTPUT));
9982                         if (err < 0)
9983                                 return err;
9984                 } else {
9985                         for (idx = 0; idx < ARRAY_SIZE(alc861_dac_nids) - 1;
9986                              idx++)
9987                                 if (nid == alc861_dac_nids[idx])
9988                                         break;
9989                         sprintf(name, "%s Playback Switch", chname[idx]);
9990                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
9991                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
9992                                                               HDA_OUTPUT));
9993                         if (err < 0)
9994                                 return err;
9995                 }
9996         }
9997         return 0;
9998 }
9999
10000 static int alc861_auto_create_hp_ctls(struct alc_spec *spec, hda_nid_t pin)
10001 {
10002         int err;
10003         hda_nid_t nid;
10004
10005         if (!pin)
10006                 return 0;
10007
10008         if ((pin >= 0x0b && pin <= 0x10) || pin == 0x1f || pin == 0x20) {
10009                 nid = 0x03;
10010                 err = add_control(spec, ALC_CTL_WIDGET_MUTE,
10011                                   "Headphone Playback Switch",
10012                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
10013                 if (err < 0)
10014                         return err;
10015                 spec->multiout.hp_nid = nid;
10016         }
10017         return 0;
10018 }
10019
10020 /* create playback/capture controls for input pins */
10021 static int alc861_auto_create_analog_input_ctls(struct alc_spec *spec,
10022                                                 const struct auto_pin_cfg *cfg)
10023 {
10024         struct hda_input_mux *imux = &spec->private_imux;
10025         int i, err, idx, idx1;
10026
10027         for (i = 0; i < AUTO_PIN_LAST; i++) {
10028                 switch (cfg->input_pins[i]) {
10029                 case 0x0c:
10030                         idx1 = 1;
10031                         idx = 2;        /* Line In */
10032                         break;
10033                 case 0x0f:
10034                         idx1 = 2;
10035                         idx = 2;        /* Line In */
10036                         break;
10037                 case 0x0d:
10038                         idx1 = 0;
10039                         idx = 1;        /* Mic In */
10040                         break;
10041                 case 0x10:
10042                         idx1 = 3;
10043                         idx = 1;        /* Mic In */
10044                         break;
10045                 case 0x11:
10046                         idx1 = 4;
10047                         idx = 0;        /* CD */
10048                         break;
10049                 default:
10050                         continue;
10051                 }
10052
10053                 err = new_analog_input(spec, cfg->input_pins[i],
10054                                        auto_pin_cfg_labels[i], idx, 0x15);
10055                 if (err < 0)
10056                         return err;
10057
10058                 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
10059                 imux->items[imux->num_items].index = idx1;
10060                 imux->num_items++;
10061         }
10062         return 0;
10063 }
10064
10065 static struct snd_kcontrol_new alc861_capture_mixer[] = {
10066         HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
10067         HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
10068
10069         {
10070                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10071                 /* The multiple "Capture Source" controls confuse alsamixer
10072                  * So call somewhat different..
10073                  *FIXME: the controls appear in the "playback" view!
10074                  */
10075                 /* .name = "Capture Source", */
10076                 .name = "Input Source",
10077                 .count = 1,
10078                 .info = alc_mux_enum_info,
10079                 .get = alc_mux_enum_get,
10080                 .put = alc_mux_enum_put,
10081         },
10082         { } /* end */
10083 };
10084
10085 static void alc861_auto_set_output_and_unmute(struct hda_codec *codec,
10086                                               hda_nid_t nid,
10087                                               int pin_type, int dac_idx)
10088 {
10089         /* set as output */
10090
10091         snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
10092                             pin_type);
10093         snd_hda_codec_write(codec, dac_idx, 0, AC_VERB_SET_AMP_GAIN_MUTE,
10094                             AMP_OUT_UNMUTE);
10095
10096 }
10097
10098 static void alc861_auto_init_multi_out(struct hda_codec *codec)
10099 {
10100         struct alc_spec *spec = codec->spec;
10101         int i;
10102
10103         alc_subsystem_id(codec, 0x0e, 0x0f, 0x0b);
10104         for (i = 0; i < spec->autocfg.line_outs; i++) {
10105                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
10106                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
10107                 if (nid)
10108                         alc861_auto_set_output_and_unmute(codec, nid, pin_type,
10109                                                           spec->multiout.dac_nids[i]);
10110         }
10111 }
10112
10113 static void alc861_auto_init_hp_out(struct hda_codec *codec)
10114 {
10115         struct alc_spec *spec = codec->spec;
10116         hda_nid_t pin;
10117
10118         pin = spec->autocfg.hp_pins[0];
10119         if (pin) /* connect to front */
10120                 alc861_auto_set_output_and_unmute(codec, pin, PIN_HP,
10121                                                   spec->multiout.dac_nids[0]);
10122 }
10123
10124 static void alc861_auto_init_analog_input(struct hda_codec *codec)
10125 {
10126         struct alc_spec *spec = codec->spec;
10127         int i;
10128
10129         for (i = 0; i < AUTO_PIN_LAST; i++) {
10130                 hda_nid_t nid = spec->autocfg.input_pins[i];
10131                 if (nid >= 0x0c && nid <= 0x11) {
10132                         snd_hda_codec_write(codec, nid, 0,
10133                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
10134                                             i <= AUTO_PIN_FRONT_MIC ?
10135                                             PIN_VREF80 : PIN_IN);
10136                 }
10137         }
10138 }
10139
10140 /* parse the BIOS configuration and set up the alc_spec */
10141 /* return 1 if successful, 0 if the proper config is not found,
10142  * or a negative error code
10143  */
10144 static int alc861_parse_auto_config(struct hda_codec *codec)
10145 {
10146         struct alc_spec *spec = codec->spec;
10147         int err;
10148         static hda_nid_t alc861_ignore[] = { 0x1d, 0 };
10149
10150         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
10151                                            alc861_ignore);
10152         if (err < 0)
10153                 return err;
10154         if (!spec->autocfg.line_outs)
10155                 return 0; /* can't find valid BIOS pin config */
10156
10157         err = alc861_auto_fill_dac_nids(spec, &spec->autocfg);
10158         if (err < 0)
10159                 return err;
10160         err = alc861_auto_create_multi_out_ctls(spec, &spec->autocfg);
10161         if (err < 0)
10162                 return err;
10163         err = alc861_auto_create_hp_ctls(spec, spec->autocfg.hp_pins[0]);
10164         if (err < 0)
10165                 return err;
10166         err = alc861_auto_create_analog_input_ctls(spec, &spec->autocfg);
10167         if (err < 0)
10168                 return err;
10169
10170         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
10171
10172         if (spec->autocfg.dig_out_pin)
10173                 spec->multiout.dig_out_nid = ALC861_DIGOUT_NID;
10174
10175         if (spec->kctl_alloc)
10176                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
10177
10178         spec->init_verbs[spec->num_init_verbs++] = alc861_auto_init_verbs;
10179
10180         spec->num_mux_defs = 1;
10181         spec->input_mux = &spec->private_imux;
10182
10183         spec->adc_nids = alc861_adc_nids;
10184         spec->num_adc_nids = ARRAY_SIZE(alc861_adc_nids);
10185         spec->mixers[spec->num_mixers] = alc861_capture_mixer;
10186         spec->num_mixers++;
10187
10188         return 1;
10189 }
10190
10191 /* additional initialization for auto-configuration model */
10192 static void alc861_auto_init(struct hda_codec *codec)
10193 {
10194         alc861_auto_init_multi_out(codec);
10195         alc861_auto_init_hp_out(codec);
10196         alc861_auto_init_analog_input(codec);
10197 }
10198
10199 #ifdef CONFIG_SND_HDA_POWER_SAVE
10200 static struct hda_amp_list alc861_loopbacks[] = {
10201         { 0x15, HDA_INPUT, 0 },
10202         { 0x15, HDA_INPUT, 1 },
10203         { 0x15, HDA_INPUT, 2 },
10204         { 0x15, HDA_INPUT, 3 },
10205         { } /* end */
10206 };
10207 #endif
10208
10209
10210 /*
10211  * configuration and preset
10212  */
10213 static const char *alc861_models[ALC861_MODEL_LAST] = {
10214         [ALC861_3ST]            = "3stack",
10215         [ALC660_3ST]            = "3stack-660",
10216         [ALC861_3ST_DIG]        = "3stack-dig",
10217         [ALC861_6ST_DIG]        = "6stack-dig",
10218         [ALC861_UNIWILL_M31]    = "uniwill-m31",
10219         [ALC861_TOSHIBA]        = "toshiba",
10220         [ALC861_ASUS]           = "asus",
10221         [ALC861_ASUS_LAPTOP]    = "asus-laptop",
10222         [ALC861_AUTO]           = "auto",
10223 };
10224
10225 static struct snd_pci_quirk alc861_cfg_tbl[] = {
10226         SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
10227         SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
10228         SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
10229         SND_PCI_QUIRK(0x1043, 0x13d7, "ASUS A9rp", ALC861_ASUS_LAPTOP),
10230         SND_PCI_QUIRK(0x1584, 0x9075, "Airis Praxis N1212", ALC861_ASUS_LAPTOP),
10231         SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
10232         SND_PCI_QUIRK(0x1043, 0x81cb, "ASUS P1-AH2", ALC861_3ST_DIG),
10233         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
10234         /* FIXME: the entry below breaks Toshiba A100 (model=auto works!)
10235          *        Any other models that need this preset?
10236          */
10237         /* SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA), */
10238         SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
10239         SND_PCI_QUIRK(0x1584, 0x9075, "Uniwill", ALC861_UNIWILL_M31),
10240         SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31),
10241         SND_PCI_QUIRK(0x1849, 0x0660, "Asrock 939SLI32", ALC660_3ST),
10242         SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST),
10243         SND_PCI_QUIRK(0x1462, 0x7254, "HP dx2200 (MSI MS-7254)", ALC861_3ST),
10244         SND_PCI_QUIRK(0x1462, 0x7297, "HP dx2250 (MSI MS-7297)", ALC861_3ST),
10245         {}
10246 };
10247
10248 static struct alc_config_preset alc861_presets[] = {
10249         [ALC861_3ST] = {
10250                 .mixers = { alc861_3ST_mixer },
10251                 .init_verbs = { alc861_threestack_init_verbs },
10252                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10253                 .dac_nids = alc861_dac_nids,
10254                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
10255                 .channel_mode = alc861_threestack_modes,
10256                 .need_dac_fix = 1,
10257                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10258                 .adc_nids = alc861_adc_nids,
10259                 .input_mux = &alc861_capture_source,
10260         },
10261         [ALC861_3ST_DIG] = {
10262                 .mixers = { alc861_base_mixer },
10263                 .init_verbs = { alc861_threestack_init_verbs },
10264                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10265                 .dac_nids = alc861_dac_nids,
10266                 .dig_out_nid = ALC861_DIGOUT_NID,
10267                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
10268                 .channel_mode = alc861_threestack_modes,
10269                 .need_dac_fix = 1,
10270                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10271                 .adc_nids = alc861_adc_nids,
10272                 .input_mux = &alc861_capture_source,
10273         },
10274         [ALC861_6ST_DIG] = {
10275                 .mixers = { alc861_base_mixer },
10276                 .init_verbs = { alc861_base_init_verbs },
10277                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10278                 .dac_nids = alc861_dac_nids,
10279                 .dig_out_nid = ALC861_DIGOUT_NID,
10280                 .num_channel_mode = ARRAY_SIZE(alc861_8ch_modes),
10281                 .channel_mode = alc861_8ch_modes,
10282                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10283                 .adc_nids = alc861_adc_nids,
10284                 .input_mux = &alc861_capture_source,
10285         },
10286         [ALC660_3ST] = {
10287                 .mixers = { alc861_3ST_mixer },
10288                 .init_verbs = { alc861_threestack_init_verbs },
10289                 .num_dacs = ARRAY_SIZE(alc660_dac_nids),
10290                 .dac_nids = alc660_dac_nids,
10291                 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
10292                 .channel_mode = alc861_threestack_modes,
10293                 .need_dac_fix = 1,
10294                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10295                 .adc_nids = alc861_adc_nids,
10296                 .input_mux = &alc861_capture_source,
10297         },
10298         [ALC861_UNIWILL_M31] = {
10299                 .mixers = { alc861_uniwill_m31_mixer },
10300                 .init_verbs = { alc861_uniwill_m31_init_verbs },
10301                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10302                 .dac_nids = alc861_dac_nids,
10303                 .dig_out_nid = ALC861_DIGOUT_NID,
10304                 .num_channel_mode = ARRAY_SIZE(alc861_uniwill_m31_modes),
10305                 .channel_mode = alc861_uniwill_m31_modes,
10306                 .need_dac_fix = 1,
10307                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10308                 .adc_nids = alc861_adc_nids,
10309                 .input_mux = &alc861_capture_source,
10310         },
10311         [ALC861_TOSHIBA] = {
10312                 .mixers = { alc861_toshiba_mixer },
10313                 .init_verbs = { alc861_base_init_verbs,
10314                                 alc861_toshiba_init_verbs },
10315                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10316                 .dac_nids = alc861_dac_nids,
10317                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
10318                 .channel_mode = alc883_3ST_2ch_modes,
10319                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10320                 .adc_nids = alc861_adc_nids,
10321                 .input_mux = &alc861_capture_source,
10322                 .unsol_event = alc861_toshiba_unsol_event,
10323                 .init_hook = alc861_toshiba_automute,
10324         },
10325         [ALC861_ASUS] = {
10326                 .mixers = { alc861_asus_mixer },
10327                 .init_verbs = { alc861_asus_init_verbs },
10328                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10329                 .dac_nids = alc861_dac_nids,
10330                 .dig_out_nid = ALC861_DIGOUT_NID,
10331                 .num_channel_mode = ARRAY_SIZE(alc861_asus_modes),
10332                 .channel_mode = alc861_asus_modes,
10333                 .need_dac_fix = 1,
10334                 .hp_nid = 0x06,
10335                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10336                 .adc_nids = alc861_adc_nids,
10337                 .input_mux = &alc861_capture_source,
10338         },
10339         [ALC861_ASUS_LAPTOP] = {
10340                 .mixers = { alc861_toshiba_mixer, alc861_asus_laptop_mixer },
10341                 .init_verbs = { alc861_asus_init_verbs,
10342                                 alc861_asus_laptop_init_verbs },
10343                 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
10344                 .dac_nids = alc861_dac_nids,
10345                 .dig_out_nid = ALC861_DIGOUT_NID,
10346                 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
10347                 .channel_mode = alc883_3ST_2ch_modes,
10348                 .need_dac_fix = 1,
10349                 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
10350                 .adc_nids = alc861_adc_nids,
10351                 .input_mux = &alc861_capture_source,
10352         },
10353 };
10354
10355
10356 static int patch_alc861(struct hda_codec *codec)
10357 {
10358         struct alc_spec *spec;
10359         int board_config;
10360         int err;
10361
10362         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
10363         if (spec == NULL)
10364                 return -ENOMEM;
10365
10366         codec->spec = spec;
10367
10368         board_config = snd_hda_check_board_config(codec, ALC861_MODEL_LAST,
10369                                                   alc861_models,
10370                                                   alc861_cfg_tbl);
10371
10372         if (board_config < 0) {
10373                 printk(KERN_INFO "hda_codec: Unknown model for ALC861, "
10374                        "trying auto-probe from BIOS...\n");
10375                 board_config = ALC861_AUTO;
10376         }
10377
10378         if (board_config == ALC861_AUTO) {
10379                 /* automatic parse from the BIOS config */
10380                 err = alc861_parse_auto_config(codec);
10381                 if (err < 0) {
10382                         alc_free(codec);
10383                         return err;
10384                 } else if (!err) {
10385                         printk(KERN_INFO
10386                                "hda_codec: Cannot set up configuration "
10387                                "from BIOS.  Using base mode...\n");
10388                    board_config = ALC861_3ST_DIG;
10389                 }
10390         }
10391
10392         if (board_config != ALC861_AUTO)
10393                 setup_preset(spec, &alc861_presets[board_config]);
10394
10395         spec->stream_name_analog = "ALC861 Analog";
10396         spec->stream_analog_playback = &alc861_pcm_analog_playback;
10397         spec->stream_analog_capture = &alc861_pcm_analog_capture;
10398
10399         spec->stream_name_digital = "ALC861 Digital";
10400         spec->stream_digital_playback = &alc861_pcm_digital_playback;
10401         spec->stream_digital_capture = &alc861_pcm_digital_capture;
10402
10403         codec->patch_ops = alc_patch_ops;
10404         if (board_config == ALC861_AUTO)
10405                 spec->init_hook = alc861_auto_init;
10406 #ifdef CONFIG_SND_HDA_POWER_SAVE
10407         if (!spec->loopback.amplist)
10408                 spec->loopback.amplist = alc861_loopbacks;
10409 #endif
10410                 
10411         return 0;
10412 }
10413
10414 /*
10415  * ALC861-VD support
10416  *
10417  * Based on ALC882
10418  *
10419  * In addition, an independent DAC
10420  */
10421 #define ALC861VD_DIGOUT_NID     0x06
10422
10423 static hda_nid_t alc861vd_dac_nids[4] = {
10424         /* front, surr, clfe, side surr */
10425         0x02, 0x03, 0x04, 0x05
10426 };
10427
10428 /* dac_nids for ALC660vd are in a different order - according to
10429  * Realtek's driver.
10430  * This should probably tesult in a different mixer for 6stack models
10431  * of ALC660vd codecs, but for now there is only 3stack mixer
10432  * - and it is the same as in 861vd.
10433  * adc_nids in ALC660vd are (is) the same as in 861vd
10434  */
10435 static hda_nid_t alc660vd_dac_nids[3] = {
10436         /* front, rear, clfe, rear_surr */
10437         0x02, 0x04, 0x03
10438 };
10439
10440 static hda_nid_t alc861vd_adc_nids[1] = {
10441         /* ADC0 */
10442         0x09,
10443 };
10444
10445 /* input MUX */
10446 /* FIXME: should be a matrix-type input source selection */
10447 static struct hda_input_mux alc861vd_capture_source = {
10448         .num_items = 4,
10449         .items = {
10450                 { "Mic", 0x0 },
10451                 { "Front Mic", 0x1 },
10452                 { "Line", 0x2 },
10453                 { "CD", 0x4 },
10454         },
10455 };
10456
10457 static struct hda_input_mux alc861vd_dallas_capture_source = {
10458         .num_items = 3,
10459         .items = {
10460                 { "Front Mic", 0x0 },
10461                 { "ATAPI Mic", 0x1 },
10462                 { "Line In", 0x5 },
10463         },
10464 };
10465
10466 static struct hda_input_mux alc861vd_hp_capture_source = {
10467         .num_items = 2,
10468         .items = {
10469                 { "Front Mic", 0x0 },
10470                 { "ATAPI Mic", 0x1 },
10471         },
10472 };
10473
10474 #define alc861vd_mux_enum_info alc_mux_enum_info
10475 #define alc861vd_mux_enum_get alc_mux_enum_get
10476
10477 static int alc861vd_mux_enum_put(struct snd_kcontrol *kcontrol,
10478                                 struct snd_ctl_elem_value *ucontrol)
10479 {
10480         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
10481         struct alc_spec *spec = codec->spec;
10482         const struct hda_input_mux *imux = spec->input_mux;
10483         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
10484         static hda_nid_t capture_mixers[1] = { 0x22 };
10485         hda_nid_t nid = capture_mixers[adc_idx];
10486         unsigned int *cur_val = &spec->cur_mux[adc_idx];
10487         unsigned int i, idx;
10488
10489         idx = ucontrol->value.enumerated.item[0];
10490         if (idx >= imux->num_items)
10491                 idx = imux->num_items - 1;
10492         if (*cur_val == idx)
10493                 return 0;
10494         for (i = 0; i < imux->num_items; i++) {
10495                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
10496                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
10497                                          imux->items[i].index,
10498                                          HDA_AMP_MUTE, v);
10499         }
10500         *cur_val = idx;
10501         return 1;
10502 }
10503
10504 /*
10505  * 2ch mode
10506  */
10507 static struct hda_channel_mode alc861vd_3stack_2ch_modes[1] = {
10508         { 2, NULL }
10509 };
10510
10511 /*
10512  * 6ch mode
10513  */
10514 static struct hda_verb alc861vd_6stack_ch6_init[] = {
10515         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
10516         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10517         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10518         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10519         { } /* end */
10520 };
10521
10522 /*
10523  * 8ch mode
10524  */
10525 static struct hda_verb alc861vd_6stack_ch8_init[] = {
10526         { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10527         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10528         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10529         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
10530         { } /* end */
10531 };
10532
10533 static struct hda_channel_mode alc861vd_6stack_modes[2] = {
10534         { 6, alc861vd_6stack_ch6_init },
10535         { 8, alc861vd_6stack_ch8_init },
10536 };
10537
10538 static struct snd_kcontrol_new alc861vd_chmode_mixer[] = {
10539         {
10540                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10541                 .name = "Channel Mode",
10542                 .info = alc_ch_mode_info,
10543                 .get = alc_ch_mode_get,
10544                 .put = alc_ch_mode_put,
10545         },
10546         { } /* end */
10547 };
10548
10549 static struct snd_kcontrol_new alc861vd_capture_mixer[] = {
10550         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
10551         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
10552
10553         {
10554                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
10555                 /* The multiple "Capture Source" controls confuse alsamixer
10556                  * So call somewhat different..
10557                  *FIXME: the controls appear in the "playback" view!
10558                  */
10559                 /* .name = "Capture Source", */
10560                 .name = "Input Source",
10561                 .count = 1,
10562                 .info = alc861vd_mux_enum_info,
10563                 .get = alc861vd_mux_enum_get,
10564                 .put = alc861vd_mux_enum_put,
10565         },
10566         { } /* end */
10567 };
10568
10569 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
10570  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
10571  */
10572 static struct snd_kcontrol_new alc861vd_6st_mixer[] = {
10573         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10574         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10575
10576         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10577         HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
10578
10579         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0,
10580                                 HDA_OUTPUT),
10581         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0,
10582                                 HDA_OUTPUT),
10583         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
10584         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
10585
10586         HDA_CODEC_VOLUME("Side Playback Volume", 0x05, 0x0, HDA_OUTPUT),
10587         HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
10588
10589         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10590
10591         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10592         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10593         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10594
10595         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10596         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10597         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10598
10599         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
10600         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
10601
10602         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10603         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10604
10605         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
10606         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
10607
10608         { } /* end */
10609 };
10610
10611 static struct snd_kcontrol_new alc861vd_3st_mixer[] = {
10612         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10613         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10614
10615         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10616
10617         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10618         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10619         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10620
10621         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10622         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10623         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10624
10625         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
10626         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
10627
10628         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10629         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10630
10631         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
10632         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
10633
10634         { } /* end */
10635 };
10636
10637 static struct snd_kcontrol_new alc861vd_lenovo_mixer[] = {
10638         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10639         /*HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),*/
10640         HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
10641
10642         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
10643
10644         HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
10645         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10646         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10647
10648         HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
10649         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10650         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10651
10652         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
10653         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
10654
10655         { } /* end */
10656 };
10657
10658 /* Pin assignment: Front=0x14, HP = 0x15,
10659  *                 Front Mic=0x18, ATAPI Mic = 0x19, Line In = 0x1d
10660  */
10661 static struct snd_kcontrol_new alc861vd_dallas_mixer[] = {
10662         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10663         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10664         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10665         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
10666         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10667         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10668         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10669         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10670         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x05, HDA_INPUT),
10671         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x05, HDA_INPUT),
10672         { } /* end */
10673 };
10674
10675 /* Pin assignment: Speaker=0x14, Line-out = 0x15,
10676  *                 Front Mic=0x18, ATAPI Mic = 0x19,
10677  */
10678 static struct snd_kcontrol_new alc861vd_hp_mixer[] = {
10679         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
10680         HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
10681         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x03, 0x0, HDA_OUTPUT),
10682         HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
10683         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
10684         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
10685         HDA_CODEC_VOLUME("ATAPI Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
10686         HDA_CODEC_MUTE("ATAPI Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
10687         
10688         { } /* end */
10689 };
10690
10691 /*
10692  * generic initialization of ADC, input mixers and output mixers
10693  */
10694 static struct hda_verb alc861vd_volume_init_verbs[] = {
10695         /*
10696          * Unmute ADC0 and set the default input to mic-in
10697          */
10698         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
10699         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10700
10701         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of
10702          * the analog-loopback mixer widget
10703          */
10704         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
10705         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10706         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10707         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10708         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10709         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10710
10711         /* Capture mixer: unmute Mic, F-Mic, Line, CD inputs */
10712         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10713         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10714         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
10715         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
10716
10717         /*
10718          * Set up output mixers (0x02 - 0x05)
10719          */
10720         /* set vol=0 to output mixers */
10721         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10722         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10723         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10724         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10725
10726         /* set up input amps for analog loopback */
10727         /* Amp Indices: DAC = 0, mixer = 1 */
10728         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10729         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10730         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10731         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10732         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10733         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10734         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10735         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10736
10737         { }
10738 };
10739
10740 /*
10741  * 3-stack pin configuration:
10742  * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
10743  */
10744 static struct hda_verb alc861vd_3stack_init_verbs[] = {
10745         /*
10746          * Set pin mode and muting
10747          */
10748         /* set front pin widgets 0x14 for output */
10749         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10750         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10751         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
10752
10753         /* Mic (rear) pin: input vref at 80% */
10754         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10755         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10756         /* Front Mic pin: input vref at 80% */
10757         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10758         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10759         /* Line In pin: input */
10760         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10761         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10762         /* Line-2 In: Headphone output (output 0 - 0x0c) */
10763         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
10764         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10765         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10766         /* CD pin widget for input */
10767         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10768
10769         { }
10770 };
10771
10772 /*
10773  * 6-stack pin configuration:
10774  */
10775 static struct hda_verb alc861vd_6stack_init_verbs[] = {
10776         /*
10777          * Set pin mode and muting
10778          */
10779         /* set front pin widgets 0x14 for output */
10780         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10781         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10782         {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
10783
10784         /* Rear Pin: output 1 (0x0d) */
10785         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10786         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10787         {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
10788         /* CLFE Pin: output 2 (0x0e) */
10789         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10790         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10791         {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
10792         /* Side Pin: output 3 (0x0f) */
10793         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10794         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10795         {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
10796
10797         /* Mic (rear) pin: input vref at 80% */
10798         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10799         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10800         /* Front Mic pin: input vref at 80% */
10801         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
10802         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10803         /* Line In pin: input */
10804         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10805         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10806         /* Line-2 In: Headphone output (output 0 - 0x0c) */
10807         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
10808         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10809         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
10810         /* CD pin widget for input */
10811         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10812
10813         { }
10814 };
10815
10816 static struct hda_verb alc861vd_eapd_verbs[] = {
10817         {0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
10818         { }
10819 };
10820
10821 static struct hda_verb alc861vd_lenovo_unsol_verbs[] = {
10822         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10823         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10824         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)},
10825         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10826         {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT}, 
10827         {}
10828 };
10829
10830 /* toggle speaker-output according to the hp-jack state */
10831 static void alc861vd_lenovo_hp_automute(struct hda_codec *codec)
10832 {
10833         unsigned int present;
10834         unsigned char bits;
10835
10836         present = snd_hda_codec_read(codec, 0x1b, 0,
10837                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10838         bits = present ? HDA_AMP_MUTE : 0;
10839         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
10840                                  HDA_AMP_MUTE, bits);
10841 }
10842
10843 static void alc861vd_lenovo_mic_automute(struct hda_codec *codec)
10844 {
10845         unsigned int present;
10846         unsigned char bits;
10847
10848         present = snd_hda_codec_read(codec, 0x18, 0,
10849                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10850         bits = present ? HDA_AMP_MUTE : 0;
10851         snd_hda_codec_amp_stereo(codec, 0x0b, HDA_INPUT, 1,
10852                                  HDA_AMP_MUTE, bits);
10853 }
10854
10855 static void alc861vd_lenovo_automute(struct hda_codec *codec)
10856 {
10857         alc861vd_lenovo_hp_automute(codec);
10858         alc861vd_lenovo_mic_automute(codec);
10859 }
10860
10861 static void alc861vd_lenovo_unsol_event(struct hda_codec *codec,
10862                                         unsigned int res)
10863 {
10864         switch (res >> 26) {
10865         case ALC880_HP_EVENT:
10866                 alc861vd_lenovo_hp_automute(codec);
10867                 break;
10868         case ALC880_MIC_EVENT:
10869                 alc861vd_lenovo_mic_automute(codec);
10870                 break;
10871         }
10872 }
10873
10874 static struct hda_verb alc861vd_dallas_verbs[] = {
10875         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10876         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10877         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10878         {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
10879
10880         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10881         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
10882         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10883         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10884         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10885         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10886         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10887         {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
10888         
10889         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10890         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10891         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10892         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10893         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10894         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10895         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
10896         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
10897
10898         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
10899         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10900         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
10901         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
10902         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10903         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10904         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10905         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
10906
10907         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
10908         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
10909         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
10910         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
10911
10912         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
10913         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},  
10914         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
10915
10916         { } /* end */
10917 };
10918
10919 /* toggle speaker-output according to the hp-jack state */
10920 static void alc861vd_dallas_automute(struct hda_codec *codec)
10921 {
10922         unsigned int present;
10923
10924         present = snd_hda_codec_read(codec, 0x15, 0,
10925                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
10926         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
10927                                  HDA_AMP_MUTE, present ? HDA_AMP_MUTE : 0);
10928 }
10929
10930 static void alc861vd_dallas_unsol_event(struct hda_codec *codec, unsigned int res)
10931 {
10932         if ((res >> 26) == ALC880_HP_EVENT)
10933                 alc861vd_dallas_automute(codec);
10934 }
10935
10936 #ifdef CONFIG_SND_HDA_POWER_SAVE
10937 #define alc861vd_loopbacks      alc880_loopbacks
10938 #endif
10939
10940 /* pcm configuration: identiacal with ALC880 */
10941 #define alc861vd_pcm_analog_playback    alc880_pcm_analog_playback
10942 #define alc861vd_pcm_analog_capture     alc880_pcm_analog_capture
10943 #define alc861vd_pcm_digital_playback   alc880_pcm_digital_playback
10944 #define alc861vd_pcm_digital_capture    alc880_pcm_digital_capture
10945
10946 /*
10947  * configuration and preset
10948  */
10949 static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
10950         [ALC660VD_3ST]          = "3stack-660",
10951         [ALC660VD_3ST_DIG]      = "3stack-660-digout",
10952         [ALC861VD_3ST]          = "3stack",
10953         [ALC861VD_3ST_DIG]      = "3stack-digout",
10954         [ALC861VD_6ST_DIG]      = "6stack-digout",
10955         [ALC861VD_LENOVO]       = "lenovo",
10956         [ALC861VD_DALLAS]       = "dallas",
10957         [ALC861VD_HP]           = "hp",
10958         [ALC861VD_AUTO]         = "auto",
10959 };
10960
10961 static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
10962         SND_PCI_QUIRK(0x1043, 0x12e2, "Asus z35m", ALC660VD_3ST),
10963         SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
10964         SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST_DIG),
10965         SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
10966         SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
10967
10968         /*SND_PCI_QUIRK(0x1179, 0xff00, "DALLAS", ALC861VD_DALLAS),*/ /*lenovo*/
10969         SND_PCI_QUIRK(0x1179, 0xff01, "DALLAS", ALC861VD_DALLAS),
10970         SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo 3000 C200", ALC861VD_LENOVO),
10971         SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
10972         SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba A135", ALC861VD_LENOVO),
10973         SND_PCI_QUIRK(0x1179, 0xff03, "Toshiba P205", ALC861VD_LENOVO),
10974         SND_PCI_QUIRK(0x1565, 0x820d, "Biostar NF61S SE", ALC861VD_6ST_DIG),
10975         SND_PCI_QUIRK(0x1849, 0x0862, "ASRock K8NF6G-VSTA", ALC861VD_6ST_DIG),
10976         SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_HP),
10977         {}
10978 };
10979
10980 static struct alc_config_preset alc861vd_presets[] = {
10981         [ALC660VD_3ST] = {
10982                 .mixers = { alc861vd_3st_mixer },
10983                 .init_verbs = { alc861vd_volume_init_verbs,
10984                                  alc861vd_3stack_init_verbs },
10985                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
10986                 .dac_nids = alc660vd_dac_nids,
10987                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
10988                 .adc_nids = alc861vd_adc_nids,
10989                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
10990                 .channel_mode = alc861vd_3stack_2ch_modes,
10991                 .input_mux = &alc861vd_capture_source,
10992         },
10993         [ALC660VD_3ST_DIG] = {
10994                 .mixers = { alc861vd_3st_mixer },
10995                 .init_verbs = { alc861vd_volume_init_verbs,
10996                                  alc861vd_3stack_init_verbs },
10997                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
10998                 .dac_nids = alc660vd_dac_nids,
10999                 .dig_out_nid = ALC861VD_DIGOUT_NID,
11000                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
11001                 .adc_nids = alc861vd_adc_nids,
11002                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11003                 .channel_mode = alc861vd_3stack_2ch_modes,
11004                 .input_mux = &alc861vd_capture_source,
11005         },
11006         [ALC861VD_3ST] = {
11007                 .mixers = { alc861vd_3st_mixer },
11008                 .init_verbs = { alc861vd_volume_init_verbs,
11009                                  alc861vd_3stack_init_verbs },
11010                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
11011                 .dac_nids = alc861vd_dac_nids,
11012                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11013                 .channel_mode = alc861vd_3stack_2ch_modes,
11014                 .input_mux = &alc861vd_capture_source,
11015         },
11016         [ALC861VD_3ST_DIG] = {
11017                 .mixers = { alc861vd_3st_mixer },
11018                 .init_verbs = { alc861vd_volume_init_verbs,
11019                                  alc861vd_3stack_init_verbs },
11020                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
11021                 .dac_nids = alc861vd_dac_nids,
11022                 .dig_out_nid = ALC861VD_DIGOUT_NID,
11023                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11024                 .channel_mode = alc861vd_3stack_2ch_modes,
11025                 .input_mux = &alc861vd_capture_source,
11026         },
11027         [ALC861VD_6ST_DIG] = {
11028                 .mixers = { alc861vd_6st_mixer, alc861vd_chmode_mixer },
11029                 .init_verbs = { alc861vd_volume_init_verbs,
11030                                 alc861vd_6stack_init_verbs },
11031                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
11032                 .dac_nids = alc861vd_dac_nids,
11033                 .dig_out_nid = ALC861VD_DIGOUT_NID,
11034                 .num_channel_mode = ARRAY_SIZE(alc861vd_6stack_modes),
11035                 .channel_mode = alc861vd_6stack_modes,
11036                 .input_mux = &alc861vd_capture_source,
11037         },
11038         [ALC861VD_LENOVO] = {
11039                 .mixers = { alc861vd_lenovo_mixer },
11040                 .init_verbs = { alc861vd_volume_init_verbs,
11041                                 alc861vd_3stack_init_verbs,
11042                                 alc861vd_eapd_verbs,
11043                                 alc861vd_lenovo_unsol_verbs },
11044                 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
11045                 .dac_nids = alc660vd_dac_nids,
11046                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
11047                 .adc_nids = alc861vd_adc_nids,
11048                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11049                 .channel_mode = alc861vd_3stack_2ch_modes,
11050                 .input_mux = &alc861vd_capture_source,
11051                 .unsol_event = alc861vd_lenovo_unsol_event,
11052                 .init_hook = alc861vd_lenovo_automute,
11053         },
11054         [ALC861VD_DALLAS] = {
11055                 .mixers = { alc861vd_dallas_mixer },
11056                 .init_verbs = { alc861vd_dallas_verbs },
11057                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
11058                 .dac_nids = alc861vd_dac_nids,
11059                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
11060                 .adc_nids = alc861vd_adc_nids,
11061                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11062                 .channel_mode = alc861vd_3stack_2ch_modes,
11063                 .input_mux = &alc861vd_dallas_capture_source,
11064                 .unsol_event = alc861vd_dallas_unsol_event,
11065                 .init_hook = alc861vd_dallas_automute,
11066         },
11067         [ALC861VD_HP] = {
11068                 .mixers = { alc861vd_hp_mixer },
11069                 .init_verbs = { alc861vd_dallas_verbs, alc861vd_eapd_verbs },
11070                 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
11071                 .dac_nids = alc861vd_dac_nids,
11072                 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
11073                 .dig_out_nid = ALC861VD_DIGOUT_NID,
11074                 .adc_nids = alc861vd_adc_nids,
11075                 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
11076                 .channel_mode = alc861vd_3stack_2ch_modes,
11077                 .input_mux = &alc861vd_hp_capture_source,
11078                 .unsol_event = alc861vd_dallas_unsol_event,
11079                 .init_hook = alc861vd_dallas_automute,
11080         },              
11081 };
11082
11083 /*
11084  * BIOS auto configuration
11085  */
11086 static void alc861vd_auto_set_output_and_unmute(struct hda_codec *codec,
11087                                 hda_nid_t nid, int pin_type, int dac_idx)
11088 {
11089         /* set as output */
11090         snd_hda_codec_write(codec, nid, 0,
11091                                 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
11092         snd_hda_codec_write(codec, nid, 0,
11093                                 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
11094 }
11095
11096 static void alc861vd_auto_init_multi_out(struct hda_codec *codec)
11097 {
11098         struct alc_spec *spec = codec->spec;
11099         int i;
11100
11101         alc_subsystem_id(codec, 0x15, 0x1b, 0x14);
11102         for (i = 0; i <= HDA_SIDE; i++) {
11103                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
11104                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
11105                 if (nid)
11106                         alc861vd_auto_set_output_and_unmute(codec, nid,
11107                                                             pin_type, i);
11108         }
11109 }
11110
11111
11112 static void alc861vd_auto_init_hp_out(struct hda_codec *codec)
11113 {
11114         struct alc_spec *spec = codec->spec;
11115         hda_nid_t pin;
11116
11117         pin = spec->autocfg.hp_pins[0];
11118         if (pin) /* connect to front and  use dac 0 */
11119                 alc861vd_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
11120 }
11121
11122 #define alc861vd_is_input_pin(nid)      alc880_is_input_pin(nid)
11123 #define ALC861VD_PIN_CD_NID             ALC880_PIN_CD_NID
11124
11125 static void alc861vd_auto_init_analog_input(struct hda_codec *codec)
11126 {
11127         struct alc_spec *spec = codec->spec;
11128         int i;
11129
11130         for (i = 0; i < AUTO_PIN_LAST; i++) {
11131                 hda_nid_t nid = spec->autocfg.input_pins[i];
11132                 if (alc861vd_is_input_pin(nid)) {
11133                         snd_hda_codec_write(codec, nid, 0,
11134                                         AC_VERB_SET_PIN_WIDGET_CONTROL,
11135                                         i <= AUTO_PIN_FRONT_MIC ?
11136                                                         PIN_VREF80 : PIN_IN);
11137                         if (nid != ALC861VD_PIN_CD_NID)
11138                                 snd_hda_codec_write(codec, nid, 0,
11139                                                 AC_VERB_SET_AMP_GAIN_MUTE,
11140                                                 AMP_OUT_MUTE);
11141                 }
11142         }
11143 }
11144
11145 #define alc861vd_idx_to_mixer_vol(nid)          ((nid) + 0x02)
11146 #define alc861vd_idx_to_mixer_switch(nid)       ((nid) + 0x0c)
11147
11148 /* add playback controls from the parsed DAC table */
11149 /* Based on ALC880 version. But ALC861VD has separate,
11150  * different NIDs for mute/unmute switch and volume control */
11151 static int alc861vd_auto_create_multi_out_ctls(struct alc_spec *spec,
11152                                              const struct auto_pin_cfg *cfg)
11153 {
11154         char name[32];
11155         static const char *chname[4] = {"Front", "Surround", "CLFE", "Side"};
11156         hda_nid_t nid_v, nid_s;
11157         int i, err;
11158
11159         for (i = 0; i < cfg->line_outs; i++) {
11160                 if (!spec->multiout.dac_nids[i])
11161                         continue;
11162                 nid_v = alc861vd_idx_to_mixer_vol(
11163                                 alc880_dac_to_idx(
11164                                         spec->multiout.dac_nids[i]));
11165                 nid_s = alc861vd_idx_to_mixer_switch(
11166                                 alc880_dac_to_idx(
11167                                         spec->multiout.dac_nids[i]));
11168
11169                 if (i == 2) {
11170                         /* Center/LFE */
11171                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11172                                           "Center Playback Volume",
11173                                           HDA_COMPOSE_AMP_VAL(nid_v, 1, 0,
11174                                                               HDA_OUTPUT));
11175                         if (err < 0)
11176                                 return err;
11177                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11178                                           "LFE Playback Volume",
11179                                           HDA_COMPOSE_AMP_VAL(nid_v, 2, 0,
11180                                                               HDA_OUTPUT));
11181                         if (err < 0)
11182                                 return err;
11183                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11184                                           "Center Playback Switch",
11185                                           HDA_COMPOSE_AMP_VAL(nid_s, 1, 2,
11186                                                               HDA_INPUT));
11187                         if (err < 0)
11188                                 return err;
11189                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11190                                           "LFE Playback Switch",
11191                                           HDA_COMPOSE_AMP_VAL(nid_s, 2, 2,
11192                                                               HDA_INPUT));
11193                         if (err < 0)
11194                                 return err;
11195                 } else {
11196                         sprintf(name, "%s Playback Volume", chname[i]);
11197                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11198                                           HDA_COMPOSE_AMP_VAL(nid_v, 3, 0,
11199                                                               HDA_OUTPUT));
11200                         if (err < 0)
11201                                 return err;
11202                         sprintf(name, "%s Playback Switch", chname[i]);
11203                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
11204                                           HDA_COMPOSE_AMP_VAL(nid_s, 3, 2,
11205                                                               HDA_INPUT));
11206                         if (err < 0)
11207                                 return err;
11208                 }
11209         }
11210         return 0;
11211 }
11212
11213 /* add playback controls for speaker and HP outputs */
11214 /* Based on ALC880 version. But ALC861VD has separate,
11215  * different NIDs for mute/unmute switch and volume control */
11216 static int alc861vd_auto_create_extra_out(struct alc_spec *spec,
11217                                         hda_nid_t pin, const char *pfx)
11218 {
11219         hda_nid_t nid_v, nid_s;
11220         int err;
11221         char name[32];
11222
11223         if (!pin)
11224                 return 0;
11225
11226         if (alc880_is_fixed_pin(pin)) {
11227                 nid_v = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
11228                 /* specify the DAC as the extra output */
11229                 if (!spec->multiout.hp_nid)
11230                         spec->multiout.hp_nid = nid_v;
11231                 else
11232                         spec->multiout.extra_out_nid[0] = nid_v;
11233                 /* control HP volume/switch on the output mixer amp */
11234                 nid_v = alc861vd_idx_to_mixer_vol(
11235                                 alc880_fixed_pin_idx(pin));
11236                 nid_s = alc861vd_idx_to_mixer_switch(
11237                                 alc880_fixed_pin_idx(pin));
11238
11239                 sprintf(name, "%s Playback Volume", pfx);
11240                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11241                                   HDA_COMPOSE_AMP_VAL(nid_v, 3, 0, HDA_OUTPUT));
11242                 if (err < 0)
11243                         return err;
11244                 sprintf(name, "%s Playback Switch", pfx);
11245                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
11246                                   HDA_COMPOSE_AMP_VAL(nid_s, 3, 2, HDA_INPUT));
11247                 if (err < 0)
11248                         return err;
11249         } else if (alc880_is_multi_pin(pin)) {
11250                 /* set manual connection */
11251                 /* we have only a switch on HP-out PIN */
11252                 sprintf(name, "%s Playback Switch", pfx);
11253                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
11254                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
11255                 if (err < 0)
11256                         return err;
11257         }
11258         return 0;
11259 }
11260
11261 /* parse the BIOS configuration and set up the alc_spec
11262  * return 1 if successful, 0 if the proper config is not found,
11263  * or a negative error code
11264  * Based on ALC880 version - had to change it to override
11265  * alc880_auto_create_extra_out and alc880_auto_create_multi_out_ctls */
11266 static int alc861vd_parse_auto_config(struct hda_codec *codec)
11267 {
11268         struct alc_spec *spec = codec->spec;
11269         int err;
11270         static hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
11271
11272         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
11273                                            alc861vd_ignore);
11274         if (err < 0)
11275                 return err;
11276         if (!spec->autocfg.line_outs)
11277                 return 0; /* can't find valid BIOS pin config */
11278
11279         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
11280         if (err < 0)
11281                 return err;
11282         err = alc861vd_auto_create_multi_out_ctls(spec, &spec->autocfg);
11283         if (err < 0)
11284                 return err;
11285         err = alc861vd_auto_create_extra_out(spec,
11286                                              spec->autocfg.speaker_pins[0],
11287                                              "Speaker");
11288         if (err < 0)
11289                 return err;
11290         err = alc861vd_auto_create_extra_out(spec,
11291                                              spec->autocfg.hp_pins[0],
11292                                              "Headphone");
11293         if (err < 0)
11294                 return err;
11295         err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg);
11296         if (err < 0)
11297                 return err;
11298
11299         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
11300
11301         if (spec->autocfg.dig_out_pin)
11302                 spec->multiout.dig_out_nid = ALC861VD_DIGOUT_NID;
11303
11304         if (spec->kctl_alloc)
11305                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
11306
11307         spec->init_verbs[spec->num_init_verbs++]
11308                 = alc861vd_volume_init_verbs;
11309
11310         spec->num_mux_defs = 1;
11311         spec->input_mux = &spec->private_imux;
11312
11313         err = alc_auto_add_mic_boost(codec);
11314         if (err < 0)
11315                 return err;
11316
11317         return 1;
11318 }
11319
11320 /* additional initialization for auto-configuration model */
11321 static void alc861vd_auto_init(struct hda_codec *codec)
11322 {
11323         alc861vd_auto_init_multi_out(codec);
11324         alc861vd_auto_init_hp_out(codec);
11325         alc861vd_auto_init_analog_input(codec);
11326 }
11327
11328 static int patch_alc861vd(struct hda_codec *codec)
11329 {
11330         struct alc_spec *spec;
11331         int err, board_config;
11332
11333         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
11334         if (spec == NULL)
11335                 return -ENOMEM;
11336
11337         codec->spec = spec;
11338
11339         board_config = snd_hda_check_board_config(codec, ALC861VD_MODEL_LAST,
11340                                                   alc861vd_models,
11341                                                   alc861vd_cfg_tbl);
11342
11343         if (board_config < 0 || board_config >= ALC861VD_MODEL_LAST) {
11344                 printk(KERN_INFO "hda_codec: Unknown model for ALC660VD/"
11345                         "ALC861VD, trying auto-probe from BIOS...\n");
11346                 board_config = ALC861VD_AUTO;
11347         }
11348
11349         if (board_config == ALC861VD_AUTO) {
11350                 /* automatic parse from the BIOS config */
11351                 err = alc861vd_parse_auto_config(codec);
11352                 if (err < 0) {
11353                         alc_free(codec);
11354                         return err;
11355                 } else if (!err) {
11356                         printk(KERN_INFO
11357                                "hda_codec: Cannot set up configuration "
11358                                "from BIOS.  Using base mode...\n");
11359                         board_config = ALC861VD_3ST;
11360                 }
11361         }
11362
11363         if (board_config != ALC861VD_AUTO)
11364                 setup_preset(spec, &alc861vd_presets[board_config]);
11365
11366         spec->stream_name_analog = "ALC861VD Analog";
11367         spec->stream_analog_playback = &alc861vd_pcm_analog_playback;
11368         spec->stream_analog_capture = &alc861vd_pcm_analog_capture;
11369
11370         spec->stream_name_digital = "ALC861VD Digital";
11371         spec->stream_digital_playback = &alc861vd_pcm_digital_playback;
11372         spec->stream_digital_capture = &alc861vd_pcm_digital_capture;
11373
11374         spec->adc_nids = alc861vd_adc_nids;
11375         spec->num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids);
11376
11377         spec->mixers[spec->num_mixers] = alc861vd_capture_mixer;
11378         spec->num_mixers++;
11379
11380         codec->patch_ops = alc_patch_ops;
11381
11382         if (board_config == ALC861VD_AUTO)
11383                 spec->init_hook = alc861vd_auto_init;
11384 #ifdef CONFIG_SND_HDA_POWER_SAVE
11385         if (!spec->loopback.amplist)
11386                 spec->loopback.amplist = alc861vd_loopbacks;
11387 #endif
11388
11389         return 0;
11390 }
11391
11392 /*
11393  * ALC662 support
11394  *
11395  * ALC662 is almost identical with ALC880 but has cleaner and more flexible
11396  * configuration.  Each pin widget can choose any input DACs and a mixer.
11397  * Each ADC is connected from a mixer of all inputs.  This makes possible
11398  * 6-channel independent captures.
11399  *
11400  * In addition, an independent DAC for the multi-playback (not used in this
11401  * driver yet).
11402  */
11403 #define ALC662_DIGOUT_NID       0x06
11404 #define ALC662_DIGIN_NID        0x0a
11405
11406 static hda_nid_t alc662_dac_nids[4] = {
11407         /* front, rear, clfe, rear_surr */
11408         0x02, 0x03, 0x04
11409 };
11410
11411 static hda_nid_t alc662_adc_nids[1] = {
11412         /* ADC1-2 */
11413         0x09,
11414 };
11415 /* input MUX */
11416 /* FIXME: should be a matrix-type input source selection */
11417
11418 static struct hda_input_mux alc662_capture_source = {
11419         .num_items = 4,
11420         .items = {
11421                 { "Mic", 0x0 },
11422                 { "Front Mic", 0x1 },
11423                 { "Line", 0x2 },
11424                 { "CD", 0x4 },
11425         },
11426 };
11427
11428 static struct hda_input_mux alc662_lenovo_101e_capture_source = {
11429         .num_items = 2,
11430         .items = {
11431                 { "Mic", 0x1 },
11432                 { "Line", 0x2 },
11433         },
11434 };
11435 #define alc662_mux_enum_info alc_mux_enum_info
11436 #define alc662_mux_enum_get alc_mux_enum_get
11437
11438 static int alc662_mux_enum_put(struct snd_kcontrol *kcontrol,
11439                                struct snd_ctl_elem_value *ucontrol)
11440 {
11441         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
11442         struct alc_spec *spec = codec->spec;
11443         const struct hda_input_mux *imux = spec->input_mux;
11444         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
11445         static hda_nid_t capture_mixers[2] = { 0x23, 0x22 };
11446         hda_nid_t nid = capture_mixers[adc_idx];
11447         unsigned int *cur_val = &spec->cur_mux[adc_idx];
11448         unsigned int i, idx;
11449
11450         idx = ucontrol->value.enumerated.item[0];
11451         if (idx >= imux->num_items)
11452                 idx = imux->num_items - 1;
11453         if (*cur_val == idx)
11454                 return 0;
11455         for (i = 0; i < imux->num_items; i++) {
11456                 unsigned int v = (i == idx) ? 0 : HDA_AMP_MUTE;
11457                 snd_hda_codec_amp_stereo(codec, nid, HDA_INPUT,
11458                                          imux->items[i].index,
11459                                          HDA_AMP_MUTE, v);
11460         }
11461         *cur_val = idx;
11462         return 1;
11463 }
11464 /*
11465  * 2ch mode
11466  */
11467 static struct hda_channel_mode alc662_3ST_2ch_modes[1] = {
11468         { 2, NULL }
11469 };
11470
11471 /*
11472  * 2ch mode
11473  */
11474 static struct hda_verb alc662_3ST_ch2_init[] = {
11475         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
11476         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
11477         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
11478         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
11479         { } /* end */
11480 };
11481
11482 /*
11483  * 6ch mode
11484  */
11485 static struct hda_verb alc662_3ST_ch6_init[] = {
11486         { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11487         { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
11488         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
11489         { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11490         { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
11491         { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
11492         { } /* end */
11493 };
11494
11495 static struct hda_channel_mode alc662_3ST_6ch_modes[2] = {
11496         { 2, alc662_3ST_ch2_init },
11497         { 6, alc662_3ST_ch6_init },
11498 };
11499
11500 /*
11501  * 2ch mode
11502  */
11503 static struct hda_verb alc662_sixstack_ch6_init[] = {
11504         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
11505         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
11506         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11507         { } /* end */
11508 };
11509
11510 /*
11511  * 6ch mode
11512  */
11513 static struct hda_verb alc662_sixstack_ch8_init[] = {
11514         { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11515         { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11516         { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
11517         { } /* end */
11518 };
11519
11520 static struct hda_channel_mode alc662_5stack_modes[2] = {
11521         { 2, alc662_sixstack_ch6_init },
11522         { 6, alc662_sixstack_ch8_init },
11523 };
11524
11525 /* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
11526  *                 Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
11527  */
11528
11529 static struct snd_kcontrol_new alc662_base_mixer[] = {
11530         /* output mixer control */
11531         HDA_CODEC_VOLUME("Front Playback Volume", 0x2, 0x0, HDA_OUTPUT),
11532         HDA_CODEC_MUTE("Front Playback Switch", 0x02, 0x0, HDA_OUTPUT),
11533         HDA_CODEC_VOLUME("Surround Playback Volume", 0x3, 0x0, HDA_OUTPUT),
11534         HDA_CODEC_MUTE("Surround Playback Switch", 0x03, 0x0, HDA_OUTPUT),
11535         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
11536         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
11537         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x04, 1, 2, HDA_INPUT),
11538         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x04, 2, 2, HDA_INPUT),
11539         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11540
11541         /*Input mixer control */
11542         HDA_CODEC_VOLUME("CD Playback Volume", 0xb, 0x4, HDA_INPUT),
11543         HDA_CODEC_MUTE("CD Playback Switch", 0xb, 0x4, HDA_INPUT),
11544         HDA_CODEC_VOLUME("Line Playback Volume", 0xb, 0x02, HDA_INPUT),
11545         HDA_CODEC_MUTE("Line Playback Switch", 0xb, 0x02, HDA_INPUT),
11546         HDA_CODEC_VOLUME("Mic Playback Volume", 0xb, 0x0, HDA_INPUT),
11547         HDA_CODEC_MUTE("Mic Playback Switch", 0xb, 0x0, HDA_INPUT),
11548         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0xb, 0x01, HDA_INPUT),
11549         HDA_CODEC_MUTE("Front Mic Playback Switch", 0xb, 0x01, HDA_INPUT),
11550
11551         /* Capture mixer control */
11552         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11553         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11554         {
11555                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11556                 .name = "Capture Source",
11557                 .count = 1,
11558                 .info = alc_mux_enum_info,
11559                 .get = alc_mux_enum_get,
11560                 .put = alc_mux_enum_put,
11561         },
11562         { } /* end */
11563 };
11564
11565 static struct snd_kcontrol_new alc662_3ST_2ch_mixer[] = {
11566         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11567         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11568         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11569         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
11570         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
11571         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11572         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11573         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
11574         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
11575         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11576         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11577         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
11578         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
11579         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11580         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11581         {
11582                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11583                 /* .name = "Capture Source", */
11584                 .name = "Input Source",
11585                 .count = 1,
11586                 .info = alc662_mux_enum_info,
11587                 .get = alc662_mux_enum_get,
11588                 .put = alc662_mux_enum_put,
11589         },
11590         { } /* end */
11591 };
11592
11593 static struct snd_kcontrol_new alc662_3ST_6ch_mixer[] = {
11594         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11595         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11596         HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11597         HDA_BIND_MUTE("Surround Playback Switch", 0x03, 2, HDA_INPUT),
11598         HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0, HDA_OUTPUT),
11599         HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0, HDA_OUTPUT),
11600         HDA_BIND_MUTE_MONO("Center Playback Switch", 0x04, 1, 2, HDA_INPUT),
11601         HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x04, 2, 2, HDA_INPUT),
11602         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11603         HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
11604         HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
11605         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11606         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11607         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
11608         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
11609         HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11610         HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11611         HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
11612         HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
11613         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11614         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11615         {
11616                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11617                 /* .name = "Capture Source", */
11618                 .name = "Input Source",
11619                 .count = 1,
11620                 .info = alc662_mux_enum_info,
11621                 .get = alc662_mux_enum_get,
11622                 .put = alc662_mux_enum_put,
11623         },
11624         { } /* end */
11625 };
11626
11627 static struct snd_kcontrol_new alc662_lenovo_101e_mixer[] = {
11628         HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
11629         HDA_BIND_MUTE("Front Playback Switch", 0x02, 2, HDA_INPUT),
11630         HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x03, 0x0, HDA_OUTPUT),
11631         HDA_BIND_MUTE("iSpeaker Playback Switch", 0x03, 2, HDA_INPUT),
11632         HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
11633         HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
11634         HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
11635         HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
11636         HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
11637         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11638         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11639         {
11640                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11641                 /* .name = "Capture Source", */
11642                 .name = "Input Source",
11643                 .count = 1,
11644                 .info = alc662_mux_enum_info,
11645                 .get = alc662_mux_enum_get,
11646                 .put = alc662_mux_enum_put,
11647         },
11648         { } /* end */
11649 };
11650
11651 static struct snd_kcontrol_new alc662_chmode_mixer[] = {
11652         {
11653                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11654                 .name = "Channel Mode",
11655                 .info = alc_ch_mode_info,
11656                 .get = alc_ch_mode_get,
11657                 .put = alc_ch_mode_put,
11658         },
11659         { } /* end */
11660 };
11661
11662 static struct hda_verb alc662_init_verbs[] = {
11663         /* ADC: mute amp left and right */
11664         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11665         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
11666         /* Front mixer: unmute input/output amp left and right (volume = 0) */
11667
11668         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11669         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11670         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
11671         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
11672         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
11673
11674         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11675         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11676         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11677         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11678         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11679         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11680
11681         /* Front Pin: output 0 (0x0c) */
11682         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11683         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11684
11685         /* Rear Pin: output 1 (0x0d) */
11686         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11687         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11688
11689         /* CLFE Pin: output 2 (0x0e) */
11690         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
11691         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11692
11693         /* Mic (rear) pin: input vref at 80% */
11694         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11695         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11696         /* Front Mic pin: input vref at 80% */
11697         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
11698         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11699         /* Line In pin: input */
11700         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11701         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
11702         /* Line-2 In: Headphone output (output 0 - 0x0c) */
11703         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
11704         {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
11705         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
11706         /* CD pin widget for input */
11707         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
11708
11709         /* FIXME: use matrix-type input source selection */
11710         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
11711         /* Input mixer */
11712         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11713         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11714         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
11715         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
11716         { }
11717 };
11718
11719 static struct hda_verb alc662_sue_init_verbs[] = {
11720         {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_FRONT_EVENT},
11721         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|ALC880_HP_EVENT},
11722         {}
11723 };
11724
11725 /*
11726  * generic initialization of ADC, input mixers and output mixers
11727  */
11728 static struct hda_verb alc662_auto_init_verbs[] = {
11729         /*
11730          * Unmute ADC and set the default input to mic-in
11731          */
11732         {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
11733         {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11734
11735         /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
11736          * mixer widget
11737          * Note: PASD motherboards uses the Line In 2 as the input for front
11738          * panel mic (mic 2)
11739          */
11740         /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
11741         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
11742         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
11743         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
11744         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
11745         {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
11746
11747         /*
11748          * Set up output mixers (0x0c - 0x0f)
11749          */
11750         /* set vol=0 to output mixers */
11751         {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11752         {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11753         {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
11754
11755         /* set up input amps for analog loopback */
11756         /* Amp Indices: DAC = 0, mixer = 1 */
11757         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11758         {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11759         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11760         {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11761         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11762         {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
11763
11764
11765         /* FIXME: use matrix-type input source selection */
11766         /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
11767         /* Input mixer */
11768         {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11769         {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
11770         { }
11771 };
11772
11773 /* capture mixer elements */
11774 static struct snd_kcontrol_new alc662_capture_mixer[] = {
11775         HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
11776         HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
11777         {
11778                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
11779                 /* The multiple "Capture Source" controls confuse alsamixer
11780                  * So call somewhat different..
11781                  * FIXME: the controls appear in the "playback" view!
11782                  */
11783                 /* .name = "Capture Source", */
11784                 .name = "Input Source",
11785                 .count = 1,
11786                 .info = alc882_mux_enum_info,
11787                 .get = alc882_mux_enum_get,
11788                 .put = alc882_mux_enum_put,
11789         },
11790         { } /* end */
11791 };
11792
11793 static void alc662_lenovo_101e_ispeaker_automute(struct hda_codec *codec)
11794 {
11795         unsigned int present;
11796         unsigned char bits;
11797
11798         present = snd_hda_codec_read(codec, 0x14, 0,
11799                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11800         bits = present ? HDA_AMP_MUTE : 0;
11801         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
11802                                  HDA_AMP_MUTE, bits);
11803 }
11804
11805 static void alc662_lenovo_101e_all_automute(struct hda_codec *codec)
11806 {
11807         unsigned int present;
11808         unsigned char bits;
11809
11810         present = snd_hda_codec_read(codec, 0x1b, 0,
11811                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
11812         bits = present ? HDA_AMP_MUTE : 0;
11813         snd_hda_codec_amp_stereo(codec, 0x15, HDA_OUTPUT, 0,
11814                                  HDA_AMP_MUTE, bits);
11815         snd_hda_codec_amp_stereo(codec, 0x14, HDA_OUTPUT, 0,
11816                                  HDA_AMP_MUTE, bits);
11817 }
11818
11819 static void alc662_lenovo_101e_unsol_event(struct hda_codec *codec,
11820                                            unsigned int res)
11821 {
11822         if ((res >> 26) == ALC880_HP_EVENT)
11823                 alc662_lenovo_101e_all_automute(codec);
11824         if ((res >> 26) == ALC880_FRONT_EVENT)
11825                 alc662_lenovo_101e_ispeaker_automute(codec);
11826 }
11827
11828 #ifdef CONFIG_SND_HDA_POWER_SAVE
11829 #define alc662_loopbacks        alc880_loopbacks
11830 #endif
11831
11832
11833 /* pcm configuration: identiacal with ALC880 */
11834 #define alc662_pcm_analog_playback      alc880_pcm_analog_playback
11835 #define alc662_pcm_analog_capture       alc880_pcm_analog_capture
11836 #define alc662_pcm_digital_playback     alc880_pcm_digital_playback
11837 #define alc662_pcm_digital_capture      alc880_pcm_digital_capture
11838
11839 /*
11840  * configuration and preset
11841  */
11842 static const char *alc662_models[ALC662_MODEL_LAST] = {
11843         [ALC662_3ST_2ch_DIG]    = "3stack-dig",
11844         [ALC662_3ST_6ch_DIG]    = "3stack-6ch-dig",
11845         [ALC662_3ST_6ch]        = "3stack-6ch",
11846         [ALC662_5ST_DIG]        = "6stack-dig",
11847         [ALC662_LENOVO_101E]    = "lenovo-101e",
11848         [ALC662_AUTO]           = "auto",
11849 };
11850
11851 static struct snd_pci_quirk alc662_cfg_tbl[] = {
11852         SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E),
11853         {}
11854 };
11855
11856 static struct alc_config_preset alc662_presets[] = {
11857         [ALC662_3ST_2ch_DIG] = {
11858                 .mixers = { alc662_3ST_2ch_mixer },
11859                 .init_verbs = { alc662_init_verbs },
11860                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11861                 .dac_nids = alc662_dac_nids,
11862                 .dig_out_nid = ALC662_DIGOUT_NID,
11863                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11864                 .adc_nids = alc662_adc_nids,
11865                 .dig_in_nid = ALC662_DIGIN_NID,
11866                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
11867                 .channel_mode = alc662_3ST_2ch_modes,
11868                 .input_mux = &alc662_capture_source,
11869         },
11870         [ALC662_3ST_6ch_DIG] = {
11871                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
11872                 .init_verbs = { alc662_init_verbs },
11873                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11874                 .dac_nids = alc662_dac_nids,
11875                 .dig_out_nid = ALC662_DIGOUT_NID,
11876                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11877                 .adc_nids = alc662_adc_nids,
11878                 .dig_in_nid = ALC662_DIGIN_NID,
11879                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
11880                 .channel_mode = alc662_3ST_6ch_modes,
11881                 .need_dac_fix = 1,
11882                 .input_mux = &alc662_capture_source,
11883         },
11884         [ALC662_3ST_6ch] = {
11885                 .mixers = { alc662_3ST_6ch_mixer, alc662_chmode_mixer },
11886                 .init_verbs = { alc662_init_verbs },
11887                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11888                 .dac_nids = alc662_dac_nids,
11889                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11890                 .adc_nids = alc662_adc_nids,
11891                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
11892                 .channel_mode = alc662_3ST_6ch_modes,
11893                 .need_dac_fix = 1,
11894                 .input_mux = &alc662_capture_source,
11895         },
11896         [ALC662_5ST_DIG] = {
11897                 .mixers = { alc662_base_mixer, alc662_chmode_mixer },
11898                 .init_verbs = { alc662_init_verbs },
11899                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11900                 .dac_nids = alc662_dac_nids,
11901                 .dig_out_nid = ALC662_DIGOUT_NID,
11902                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11903                 .adc_nids = alc662_adc_nids,
11904                 .dig_in_nid = ALC662_DIGIN_NID,
11905                 .num_channel_mode = ARRAY_SIZE(alc662_5stack_modes),
11906                 .channel_mode = alc662_5stack_modes,
11907                 .input_mux = &alc662_capture_source,
11908         },
11909         [ALC662_LENOVO_101E] = {
11910                 .mixers = { alc662_lenovo_101e_mixer },
11911                 .init_verbs = { alc662_init_verbs, alc662_sue_init_verbs },
11912                 .num_dacs = ARRAY_SIZE(alc662_dac_nids),
11913                 .dac_nids = alc662_dac_nids,
11914                 .num_adc_nids = ARRAY_SIZE(alc662_adc_nids),
11915                 .adc_nids = alc662_adc_nids,
11916                 .num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
11917                 .channel_mode = alc662_3ST_2ch_modes,
11918                 .input_mux = &alc662_lenovo_101e_capture_source,
11919                 .unsol_event = alc662_lenovo_101e_unsol_event,
11920                 .init_hook = alc662_lenovo_101e_all_automute,
11921         },
11922
11923 };
11924
11925
11926 /*
11927  * BIOS auto configuration
11928  */
11929
11930 /* add playback controls from the parsed DAC table */
11931 static int alc662_auto_create_multi_out_ctls(struct alc_spec *spec,
11932                                              const struct auto_pin_cfg *cfg)
11933 {
11934         char name[32];
11935         static const char *chname[4] = {
11936                 "Front", "Surround", NULL /*CLFE*/, "Side"
11937         };
11938         hda_nid_t nid;
11939         int i, err;
11940
11941         for (i = 0; i < cfg->line_outs; i++) {
11942                 if (!spec->multiout.dac_nids[i])
11943                         continue;
11944                 nid = alc880_idx_to_dac(i);
11945                 if (i == 2) {
11946                         /* Center/LFE */
11947                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11948                                           "Center Playback Volume",
11949                                           HDA_COMPOSE_AMP_VAL(nid, 1, 0,
11950                                                               HDA_OUTPUT));
11951                         if (err < 0)
11952                                 return err;
11953                         err = add_control(spec, ALC_CTL_WIDGET_VOL,
11954                                           "LFE Playback Volume",
11955                                           HDA_COMPOSE_AMP_VAL(nid, 2, 0,
11956                                                               HDA_OUTPUT));
11957                         if (err < 0)
11958                                 return err;
11959                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11960                                           "Center Playback Switch",
11961                                           HDA_COMPOSE_AMP_VAL(nid, 1, 2,
11962                                                               HDA_INPUT));
11963                         if (err < 0)
11964                                 return err;
11965                         err = add_control(spec, ALC_CTL_BIND_MUTE,
11966                                           "LFE Playback Switch",
11967                                           HDA_COMPOSE_AMP_VAL(nid, 2, 2,
11968                                                               HDA_INPUT));
11969                         if (err < 0)
11970                                 return err;
11971                 } else {
11972                         sprintf(name, "%s Playback Volume", chname[i]);
11973                         err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
11974                                           HDA_COMPOSE_AMP_VAL(nid, 3, 0,
11975                                                               HDA_OUTPUT));
11976                         if (err < 0)
11977                                 return err;
11978                         sprintf(name, "%s Playback Switch", chname[i]);
11979                         err = add_control(spec, ALC_CTL_BIND_MUTE, name,
11980                                           HDA_COMPOSE_AMP_VAL(nid, 3, 2,
11981                                                               HDA_INPUT));
11982                         if (err < 0)
11983                                 return err;
11984                 }
11985         }
11986         return 0;
11987 }
11988
11989 /* add playback controls for speaker and HP outputs */
11990 static int alc662_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
11991                                         const char *pfx)
11992 {
11993         hda_nid_t nid;
11994         int err;
11995         char name[32];
11996
11997         if (!pin)
11998                 return 0;
11999
12000         if (alc880_is_fixed_pin(pin)) {
12001                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
12002                 /* printk("DAC nid=%x\n",nid); */
12003                 /* specify the DAC as the extra output */
12004                 if (!spec->multiout.hp_nid)
12005                         spec->multiout.hp_nid = nid;
12006                 else
12007                         spec->multiout.extra_out_nid[0] = nid;
12008                 /* control HP volume/switch on the output mixer amp */
12009                 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
12010                 sprintf(name, "%s Playback Volume", pfx);
12011                 err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
12012                                   HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
12013                 if (err < 0)
12014                         return err;
12015                 sprintf(name, "%s Playback Switch", pfx);
12016                 err = add_control(spec, ALC_CTL_BIND_MUTE, name,
12017                                   HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT));
12018                 if (err < 0)
12019                         return err;
12020         } else if (alc880_is_multi_pin(pin)) {
12021                 /* set manual connection */
12022                 /* we have only a switch on HP-out PIN */
12023                 sprintf(name, "%s Playback Switch", pfx);
12024                 err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
12025                                   HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT));
12026                 if (err < 0)
12027                         return err;
12028         }
12029         return 0;
12030 }
12031
12032 /* create playback/capture controls for input pins */
12033 static int alc662_auto_create_analog_input_ctls(struct alc_spec *spec,
12034                                                 const struct auto_pin_cfg *cfg)
12035 {
12036         struct hda_input_mux *imux = &spec->private_imux;
12037         int i, err, idx;
12038
12039         for (i = 0; i < AUTO_PIN_LAST; i++) {
12040                 if (alc880_is_input_pin(cfg->input_pins[i])) {
12041                         idx = alc880_input_pin_idx(cfg->input_pins[i]);
12042                         err = new_analog_input(spec, cfg->input_pins[i],
12043                                                auto_pin_cfg_labels[i],
12044                                                idx, 0x0b);
12045                         if (err < 0)
12046                                 return err;
12047                         imux->items[imux->num_items].label =
12048                                 auto_pin_cfg_labels[i];
12049                         imux->items[imux->num_items].index =
12050                                 alc880_input_pin_idx(cfg->input_pins[i]);
12051                         imux->num_items++;
12052                 }
12053         }
12054         return 0;
12055 }
12056
12057 static void alc662_auto_set_output_and_unmute(struct hda_codec *codec,
12058                                               hda_nid_t nid, int pin_type,
12059                                               int dac_idx)
12060 {
12061         /* set as output */
12062         snd_hda_codec_write(codec, nid, 0,
12063                             AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
12064         snd_hda_codec_write(codec, nid, 0,
12065                             AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
12066         /* need the manual connection? */
12067         if (alc880_is_multi_pin(nid)) {
12068                 struct alc_spec *spec = codec->spec;
12069                 int idx = alc880_multi_pin_idx(nid);
12070                 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
12071                                     AC_VERB_SET_CONNECT_SEL,
12072                                     alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
12073         }
12074 }
12075
12076 static void alc662_auto_init_multi_out(struct hda_codec *codec)
12077 {
12078         struct alc_spec *spec = codec->spec;
12079         int i;
12080
12081         for (i = 0; i <= HDA_SIDE; i++) {
12082                 hda_nid_t nid = spec->autocfg.line_out_pins[i];
12083                 int pin_type = get_pin_type(spec->autocfg.line_out_type);
12084                 if (nid)
12085                         alc662_auto_set_output_and_unmute(codec, nid, pin_type,
12086                                                           i);
12087         }
12088 }
12089
12090 static void alc662_auto_init_hp_out(struct hda_codec *codec)
12091 {
12092         struct alc_spec *spec = codec->spec;
12093         hda_nid_t pin;
12094
12095         pin = spec->autocfg.hp_pins[0];
12096         if (pin) /* connect to front */
12097                 /* use dac 0 */
12098                 alc662_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
12099 }
12100
12101 #define alc662_is_input_pin(nid)        alc880_is_input_pin(nid)
12102 #define ALC662_PIN_CD_NID               ALC880_PIN_CD_NID
12103
12104 static void alc662_auto_init_analog_input(struct hda_codec *codec)
12105 {
12106         struct alc_spec *spec = codec->spec;
12107         int i;
12108
12109         for (i = 0; i < AUTO_PIN_LAST; i++) {
12110                 hda_nid_t nid = spec->autocfg.input_pins[i];
12111                 if (alc662_is_input_pin(nid)) {
12112                         snd_hda_codec_write(codec, nid, 0,
12113                                             AC_VERB_SET_PIN_WIDGET_CONTROL,
12114                                             (i <= AUTO_PIN_FRONT_MIC ?
12115                                              PIN_VREF80 : PIN_IN));
12116                         if (nid != ALC662_PIN_CD_NID)
12117                                 snd_hda_codec_write(codec, nid, 0,
12118                                                     AC_VERB_SET_AMP_GAIN_MUTE,
12119                                                     AMP_OUT_MUTE);
12120                 }
12121         }
12122 }
12123
12124 static int alc662_parse_auto_config(struct hda_codec *codec)
12125 {
12126         struct alc_spec *spec = codec->spec;
12127         int err;
12128         static hda_nid_t alc662_ignore[] = { 0x1d, 0 };
12129
12130         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
12131                                            alc662_ignore);
12132         if (err < 0)
12133                 return err;
12134         if (!spec->autocfg.line_outs)
12135                 return 0; /* can't find valid BIOS pin config */
12136
12137         err = alc880_auto_fill_dac_nids(spec, &spec->autocfg);
12138         if (err < 0)
12139                 return err;
12140         err = alc662_auto_create_multi_out_ctls(spec, &spec->autocfg);
12141         if (err < 0)
12142                 return err;
12143         err = alc662_auto_create_extra_out(spec,
12144                                            spec->autocfg.speaker_pins[0],
12145                                            "Speaker");
12146         if (err < 0)
12147                 return err;
12148         err = alc662_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
12149                                            "Headphone");
12150         if (err < 0)
12151                 return err;
12152         err = alc662_auto_create_analog_input_ctls(spec, &spec->autocfg);
12153         if (err < 0)
12154                 return err;
12155
12156         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
12157
12158         if (spec->autocfg.dig_out_pin)
12159                 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
12160
12161         if (spec->kctl_alloc)
12162                 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
12163
12164         spec->num_mux_defs = 1;
12165         spec->input_mux = &spec->private_imux;
12166         
12167         spec->init_verbs[spec->num_init_verbs++] = alc662_auto_init_verbs;
12168         spec->mixers[spec->num_mixers] = alc662_capture_mixer;
12169         spec->num_mixers++;
12170         return 1;
12171 }
12172
12173 /* additional initialization for auto-configuration model */
12174 static void alc662_auto_init(struct hda_codec *codec)
12175 {
12176         alc662_auto_init_multi_out(codec);
12177         alc662_auto_init_hp_out(codec);
12178         alc662_auto_init_analog_input(codec);
12179 }
12180
12181 static int patch_alc662(struct hda_codec *codec)
12182 {
12183         struct alc_spec *spec;
12184         int err, board_config;
12185
12186         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
12187         if (!spec)
12188                 return -ENOMEM;
12189
12190         codec->spec = spec;
12191
12192         board_config = snd_hda_check_board_config(codec, ALC662_MODEL_LAST,
12193                                                   alc662_models,
12194                                                   alc662_cfg_tbl);
12195         if (board_config < 0) {
12196                 printk(KERN_INFO "hda_codec: Unknown model for ALC662, "
12197                        "trying auto-probe from BIOS...\n");
12198                 board_config = ALC662_AUTO;
12199         }
12200
12201         if (board_config == ALC662_AUTO) {
12202                 /* automatic parse from the BIOS config */
12203                 err = alc662_parse_auto_config(codec);
12204                 if (err < 0) {
12205                         alc_free(codec);
12206                         return err;
12207                 } else if (!err) {
12208                         printk(KERN_INFO
12209                                "hda_codec: Cannot set up configuration "
12210                                "from BIOS.  Using base mode...\n");
12211                         board_config = ALC662_3ST_2ch_DIG;
12212                 }
12213         }
12214
12215         if (board_config != ALC662_AUTO)
12216                 setup_preset(spec, &alc662_presets[board_config]);
12217
12218         spec->stream_name_analog = "ALC662 Analog";
12219         spec->stream_analog_playback = &alc662_pcm_analog_playback;
12220         spec->stream_analog_capture = &alc662_pcm_analog_capture;
12221
12222         spec->stream_name_digital = "ALC662 Digital";
12223         spec->stream_digital_playback = &alc662_pcm_digital_playback;
12224         spec->stream_digital_capture = &alc662_pcm_digital_capture;
12225
12226         if (!spec->adc_nids && spec->input_mux) {
12227                 spec->adc_nids = alc662_adc_nids;
12228                 spec->num_adc_nids = ARRAY_SIZE(alc662_adc_nids);
12229         }
12230
12231         codec->patch_ops = alc_patch_ops;
12232         if (board_config == ALC662_AUTO)
12233                 spec->init_hook = alc662_auto_init;
12234 #ifdef CONFIG_SND_HDA_POWER_SAVE
12235         if (!spec->loopback.amplist)
12236                 spec->loopback.amplist = alc662_loopbacks;
12237 #endif
12238
12239         return 0;
12240 }
12241
12242 /*
12243  * patch entries
12244  */
12245 struct hda_codec_preset snd_hda_preset_realtek[] = {
12246         { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
12247         { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
12248         { .id = 0x10ec0268, .name = "ALC268", .patch = patch_alc268 },
12249         { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
12250           .patch = patch_alc861 },
12251         { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
12252         { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
12253         { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
12254         { .id = 0x10ec0662, .rev = 0x100002, .name = "ALC662 rev2",
12255           .patch = patch_alc883 },
12256         { .id = 0x10ec0662, .rev = 0x100101, .name = "ALC662 rev1",
12257           .patch = patch_alc662 },
12258         { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
12259         { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
12260         { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc883 },
12261         { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
12262         { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 },
12263         {} /* terminator */
12264 };