]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/pci/hda/patch_realtek.c
[ALSA] soc - WM9712 PCM volume
[mirror_ubuntu-bionic-kernel.git] / sound / pci / hda / patch_realtek.c
CommitLineData
1da177e4
LT
1/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for ALC 260/880/882 codecs
5 *
df694daa
KY
6 * Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
7 * PeiSen Hou <pshou@realtek.com.tw>
1da177e4 8 * Takashi Iwai <tiwai@suse.de>
7cf51e48 9 * Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
1da177e4
LT
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
ccc656ce
KY
35#define ALC880_FRONT_EVENT 0x01
36#define ALC880_DCVOL_EVENT 0x02
37#define ALC880_HP_EVENT 0x04
38#define ALC880_MIC_EVENT 0x08
1da177e4
LT
39
40/* ALC880 board config type */
41enum {
1da177e4
LT
42 ALC880_3ST,
43 ALC880_3ST_DIG,
44 ALC880_5ST,
45 ALC880_5ST_DIG,
46 ALC880_W810,
dfc0ff62 47 ALC880_Z71V,
b6482d48 48 ALC880_6ST,
16ded525
TI
49 ALC880_6ST_DIG,
50 ALC880_F1734,
51 ALC880_ASUS,
52 ALC880_ASUS_DIG,
53 ALC880_ASUS_W1V,
df694daa 54 ALC880_ASUS_DIG2,
2cf9f0fc 55 ALC880_FUJITSU,
16ded525 56 ALC880_UNIWILL_DIG,
ccc656ce
KY
57 ALC880_UNIWILL,
58 ALC880_UNIWILL_P53,
df694daa
KY
59 ALC880_CLEVO,
60 ALC880_TCL_S700,
ae6b813a 61 ALC880_LG,
d681518a 62 ALC880_LG_LW,
e9edcee0
TI
63#ifdef CONFIG_SND_DEBUG
64 ALC880_TEST,
65#endif
df694daa 66 ALC880_AUTO,
16ded525
TI
67 ALC880_MODEL_LAST /* last tag */
68};
69
70/* ALC260 models */
71enum {
72 ALC260_BASIC,
73 ALC260_HP,
df694daa
KY
74 ALC260_HP_3013,
75 ALC260_FUJITSU_S702X,
0bfc90e9 76 ALC260_ACER,
7cf51e48
JW
77#ifdef CONFIG_SND_DEBUG
78 ALC260_TEST,
79#endif
df694daa 80 ALC260_AUTO,
16ded525 81 ALC260_MODEL_LAST /* last tag */
1da177e4
LT
82};
83
df694daa
KY
84/* ALC262 models */
85enum {
86 ALC262_BASIC,
ccc656ce
KY
87 ALC262_HIPPO,
88 ALC262_HIPPO_1,
834be88d 89 ALC262_FUJITSU,
9c7f852e 90 ALC262_HP_BPC,
cd7509a4
KY
91 ALC262_HP_BPC_D7000_WL,
92 ALC262_HP_BPC_D7000_WF,
304dcaac 93 ALC262_BENQ_ED8,
df694daa
KY
94 ALC262_AUTO,
95 ALC262_MODEL_LAST /* last tag */
96};
97
98/* ALC861 models */
99enum {
100 ALC861_3ST,
9c7f852e 101 ALC660_3ST,
df694daa
KY
102 ALC861_3ST_DIG,
103 ALC861_6ST_DIG,
22309c3e 104 ALC861_UNIWILL_M31,
a53d1aec 105 ALC861_TOSHIBA,
7cdbff94 106 ALC861_ASUS,
56bb0cab 107 ALC861_ASUS_LAPTOP,
df694daa
KY
108 ALC861_AUTO,
109 ALC861_MODEL_LAST,
110};
111
f32610ed
JS
112/* ALC861-VD models */
113enum {
114 ALC660VD_3ST,
115 ALC861VD_3ST,
116 ALC861VD_3ST_DIG,
117 ALC861VD_6ST_DIG,
118 ALC861VD_AUTO,
119 ALC861VD_MODEL_LAST,
120};
121
df694daa
KY
122/* ALC882 models */
123enum {
124 ALC882_3ST_DIG,
125 ALC882_6ST_DIG,
4b146cb0 126 ALC882_ARIMA,
df694daa 127 ALC882_AUTO,
9102cd1c 128 ALC885_MACPRO,
df694daa
KY
129 ALC882_MODEL_LAST,
130};
131
9c7f852e
TI
132/* ALC883 models */
133enum {
134 ALC883_3ST_2ch_DIG,
135 ALC883_3ST_6ch_DIG,
136 ALC883_3ST_6ch,
137 ALC883_6ST_DIG,
ccc656ce
KY
138 ALC883_TARGA_DIG,
139 ALC883_TARGA_2ch_DIG,
9c7f852e 140 ALC888_DEMO_BOARD,
bab282b9 141 ALC883_ACER,
c07584c8 142 ALC883_MEDION,
b373bdeb 143 ALC883_LAPTOP_EAPD,
9c7f852e
TI
144 ALC883_AUTO,
145 ALC883_MODEL_LAST,
146};
147
df694daa
KY
148/* for GPIO Poll */
149#define GPIO_MASK 0x03
150
1da177e4
LT
151struct alc_spec {
152 /* codec parameterization */
df694daa 153 struct snd_kcontrol_new *mixers[5]; /* mixer arrays */
1da177e4
LT
154 unsigned int num_mixers;
155
df694daa 156 const struct hda_verb *init_verbs[5]; /* initialization verbs
9c7f852e
TI
157 * don't forget NULL
158 * termination!
e9edcee0
TI
159 */
160 unsigned int num_init_verbs;
1da177e4 161
16ded525 162 char *stream_name_analog; /* analog PCM stream */
1da177e4
LT
163 struct hda_pcm_stream *stream_analog_playback;
164 struct hda_pcm_stream *stream_analog_capture;
165
16ded525 166 char *stream_name_digital; /* digital PCM stream */
1da177e4
LT
167 struct hda_pcm_stream *stream_digital_playback;
168 struct hda_pcm_stream *stream_digital_capture;
169
170 /* playback */
16ded525
TI
171 struct hda_multi_out multiout; /* playback set-up
172 * max_channels, dacs must be set
173 * dig_out_nid and hp_nid are optional
174 */
1da177e4
LT
175
176 /* capture */
177 unsigned int num_adc_nids;
178 hda_nid_t *adc_nids;
16ded525 179 hda_nid_t dig_in_nid; /* digital-in NID; optional */
1da177e4
LT
180
181 /* capture source */
a1e8d2da 182 unsigned int num_mux_defs;
1da177e4
LT
183 const struct hda_input_mux *input_mux;
184 unsigned int cur_mux[3];
185
186 /* channel model */
d2a6d7dc 187 const struct hda_channel_mode *channel_mode;
1da177e4 188 int num_channel_mode;
4e195a7b 189 int need_dac_fix;
1da177e4
LT
190
191 /* PCM information */
4c5186ed 192 struct hda_pcm pcm_rec[3]; /* used in alc_build_pcms() */
41e41f1f 193
e9edcee0
TI
194 /* dynamic controls, init_verbs and input_mux */
195 struct auto_pin_cfg autocfg;
196 unsigned int num_kctl_alloc, num_kctl_used;
c8b6bf9b 197 struct snd_kcontrol_new *kctl_alloc;
e9edcee0 198 struct hda_input_mux private_imux;
df694daa 199 hda_nid_t private_dac_nids[5];
834be88d 200
ae6b813a
TI
201 /* hooks */
202 void (*init_hook)(struct hda_codec *codec);
203 void (*unsol_event)(struct hda_codec *codec, unsigned int res);
204
834be88d
TI
205 /* for pin sensing */
206 unsigned int sense_updated: 1;
207 unsigned int jack_present: 1;
df694daa
KY
208};
209
210/*
211 * configuration template - to be copied to the spec instance
212 */
213struct alc_config_preset {
9c7f852e
TI
214 struct snd_kcontrol_new *mixers[5]; /* should be identical size
215 * with spec
216 */
df694daa
KY
217 const struct hda_verb *init_verbs[5];
218 unsigned int num_dacs;
219 hda_nid_t *dac_nids;
220 hda_nid_t dig_out_nid; /* optional */
221 hda_nid_t hp_nid; /* optional */
222 unsigned int num_adc_nids;
223 hda_nid_t *adc_nids;
224 hda_nid_t dig_in_nid;
225 unsigned int num_channel_mode;
226 const struct hda_channel_mode *channel_mode;
4e195a7b 227 int need_dac_fix;
a1e8d2da 228 unsigned int num_mux_defs;
df694daa 229 const struct hda_input_mux *input_mux;
ae6b813a
TI
230 void (*unsol_event)(struct hda_codec *, unsigned int);
231 void (*init_hook)(struct hda_codec *);
1da177e4
LT
232};
233
1da177e4
LT
234
235/*
236 * input MUX handling
237 */
9c7f852e
TI
238static int alc_mux_enum_info(struct snd_kcontrol *kcontrol,
239 struct snd_ctl_elem_info *uinfo)
1da177e4
LT
240{
241 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
242 struct alc_spec *spec = codec->spec;
a1e8d2da
JW
243 unsigned int mux_idx = snd_ctl_get_ioffidx(kcontrol, &uinfo->id);
244 if (mux_idx >= spec->num_mux_defs)
245 mux_idx = 0;
246 return snd_hda_input_mux_info(&spec->input_mux[mux_idx], uinfo);
1da177e4
LT
247}
248
9c7f852e
TI
249static int alc_mux_enum_get(struct snd_kcontrol *kcontrol,
250 struct snd_ctl_elem_value *ucontrol)
1da177e4
LT
251{
252 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
253 struct alc_spec *spec = codec->spec;
254 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
255
256 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
257 return 0;
258}
259
9c7f852e
TI
260static int alc_mux_enum_put(struct snd_kcontrol *kcontrol,
261 struct snd_ctl_elem_value *ucontrol)
1da177e4
LT
262{
263 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
264 struct alc_spec *spec = codec->spec;
265 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
a1e8d2da
JW
266 unsigned int mux_idx = adc_idx >= spec->num_mux_defs ? 0 : adc_idx;
267 return snd_hda_input_mux_put(codec, &spec->input_mux[mux_idx], ucontrol,
9c7f852e
TI
268 spec->adc_nids[adc_idx],
269 &spec->cur_mux[adc_idx]);
1da177e4
LT
270}
271
e9edcee0 272
1da177e4
LT
273/*
274 * channel mode setting
275 */
9c7f852e
TI
276static int alc_ch_mode_info(struct snd_kcontrol *kcontrol,
277 struct snd_ctl_elem_info *uinfo)
1da177e4
LT
278{
279 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
280 struct alc_spec *spec = codec->spec;
d2a6d7dc
TI
281 return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
282 spec->num_channel_mode);
1da177e4
LT
283}
284
9c7f852e
TI
285static int alc_ch_mode_get(struct snd_kcontrol *kcontrol,
286 struct snd_ctl_elem_value *ucontrol)
1da177e4
LT
287{
288 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
289 struct alc_spec *spec = codec->spec;
d2a6d7dc 290 return snd_hda_ch_mode_get(codec, ucontrol, spec->channel_mode,
9c7f852e
TI
291 spec->num_channel_mode,
292 spec->multiout.max_channels);
1da177e4
LT
293}
294
9c7f852e
TI
295static int alc_ch_mode_put(struct snd_kcontrol *kcontrol,
296 struct snd_ctl_elem_value *ucontrol)
1da177e4
LT
297{
298 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
299 struct alc_spec *spec = codec->spec;
4e195a7b
TI
300 int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
301 spec->num_channel_mode,
302 &spec->multiout.max_channels);
bd2033f2 303 if (err >= 0 && spec->need_dac_fix)
4e195a7b
TI
304 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
305 return err;
1da177e4
LT
306}
307
a9430dd8 308/*
4c5186ed
JW
309 * Control the mode of pin widget settings via the mixer. "pc" is used
310 * instead of "%" to avoid consequences of accidently treating the % as
311 * being part of a format specifier. Maximum allowed length of a value is
312 * 63 characters plus NULL terminator.
7cf51e48
JW
313 *
314 * Note: some retasking pin complexes seem to ignore requests for input
315 * states other than HiZ (eg: PIN_VREFxx) and revert to HiZ if any of these
316 * are requested. Therefore order this list so that this behaviour will not
317 * cause problems when mixer clients move through the enum sequentially.
a1e8d2da
JW
318 * NIDs 0x0f and 0x10 have been observed to have this behaviour as of
319 * March 2006.
4c5186ed
JW
320 */
321static char *alc_pin_mode_names[] = {
7cf51e48
JW
322 "Mic 50pc bias", "Mic 80pc bias",
323 "Line in", "Line out", "Headphone out",
4c5186ed
JW
324};
325static unsigned char alc_pin_mode_values[] = {
7cf51e48 326 PIN_VREF50, PIN_VREF80, PIN_IN, PIN_OUT, PIN_HP,
4c5186ed
JW
327};
328/* The control can present all 5 options, or it can limit the options based
a1e8d2da
JW
329 * in the pin being assumed to be exclusively an input or an output pin. In
330 * addition, "input" pins may or may not process the mic bias option
331 * depending on actual widget capability (NIDs 0x0f and 0x10 don't seem to
332 * accept requests for bias as of chip versions up to March 2006) and/or
333 * wiring in the computer.
a9430dd8 334 */
a1e8d2da
JW
335#define ALC_PIN_DIR_IN 0x00
336#define ALC_PIN_DIR_OUT 0x01
337#define ALC_PIN_DIR_INOUT 0x02
338#define ALC_PIN_DIR_IN_NOMICBIAS 0x03
339#define ALC_PIN_DIR_INOUT_NOMICBIAS 0x04
4c5186ed 340
a1e8d2da 341/* Info about the pin modes supported by the different pin direction modes.
4c5186ed
JW
342 * For each direction the minimum and maximum values are given.
343 */
a1e8d2da 344static signed char alc_pin_mode_dir_info[5][2] = {
4c5186ed
JW
345 { 0, 2 }, /* ALC_PIN_DIR_IN */
346 { 3, 4 }, /* ALC_PIN_DIR_OUT */
347 { 0, 4 }, /* ALC_PIN_DIR_INOUT */
a1e8d2da
JW
348 { 2, 2 }, /* ALC_PIN_DIR_IN_NOMICBIAS */
349 { 2, 4 }, /* ALC_PIN_DIR_INOUT_NOMICBIAS */
4c5186ed
JW
350};
351#define alc_pin_mode_min(_dir) (alc_pin_mode_dir_info[_dir][0])
352#define alc_pin_mode_max(_dir) (alc_pin_mode_dir_info[_dir][1])
353#define alc_pin_mode_n_items(_dir) \
354 (alc_pin_mode_max(_dir)-alc_pin_mode_min(_dir)+1)
355
9c7f852e
TI
356static int alc_pin_mode_info(struct snd_kcontrol *kcontrol,
357 struct snd_ctl_elem_info *uinfo)
a9430dd8 358{
4c5186ed
JW
359 unsigned int item_num = uinfo->value.enumerated.item;
360 unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
361
362 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
a9430dd8 363 uinfo->count = 1;
4c5186ed
JW
364 uinfo->value.enumerated.items = alc_pin_mode_n_items(dir);
365
366 if (item_num<alc_pin_mode_min(dir) || item_num>alc_pin_mode_max(dir))
367 item_num = alc_pin_mode_min(dir);
368 strcpy(uinfo->value.enumerated.name, alc_pin_mode_names[item_num]);
a9430dd8
JW
369 return 0;
370}
371
9c7f852e
TI
372static int alc_pin_mode_get(struct snd_kcontrol *kcontrol,
373 struct snd_ctl_elem_value *ucontrol)
a9430dd8 374{
4c5186ed 375 unsigned int i;
a9430dd8
JW
376 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
377 hda_nid_t nid = kcontrol->private_value & 0xffff;
4c5186ed 378 unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
a9430dd8 379 long *valp = ucontrol->value.integer.value;
9c7f852e
TI
380 unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
381 AC_VERB_GET_PIN_WIDGET_CONTROL,
382 0x00);
a9430dd8 383
4c5186ed
JW
384 /* Find enumerated value for current pinctl setting */
385 i = alc_pin_mode_min(dir);
9c7f852e 386 while (alc_pin_mode_values[i] != pinctl && i <= alc_pin_mode_max(dir))
4c5186ed 387 i++;
9c7f852e 388 *valp = i <= alc_pin_mode_max(dir) ? i: alc_pin_mode_min(dir);
a9430dd8
JW
389 return 0;
390}
391
9c7f852e
TI
392static int alc_pin_mode_put(struct snd_kcontrol *kcontrol,
393 struct snd_ctl_elem_value *ucontrol)
a9430dd8 394{
4c5186ed 395 signed int change;
a9430dd8
JW
396 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
397 hda_nid_t nid = kcontrol->private_value & 0xffff;
4c5186ed
JW
398 unsigned char dir = (kcontrol->private_value >> 16) & 0xff;
399 long val = *ucontrol->value.integer.value;
9c7f852e
TI
400 unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
401 AC_VERB_GET_PIN_WIDGET_CONTROL,
402 0x00);
a9430dd8 403
9c7f852e 404 if (val < alc_pin_mode_min(dir) || val > alc_pin_mode_max(dir))
4c5186ed
JW
405 val = alc_pin_mode_min(dir);
406
407 change = pinctl != alc_pin_mode_values[val];
cdcd9268
JW
408 if (change) {
409 /* Set pin mode to that requested */
a9430dd8 410 snd_hda_codec_write(codec,nid,0,AC_VERB_SET_PIN_WIDGET_CONTROL,
9c7f852e 411 alc_pin_mode_values[val]);
cdcd9268
JW
412
413 /* Also enable the retasking pin's input/output as required
414 * for the requested pin mode. Enum values of 2 or less are
415 * input modes.
416 *
417 * Dynamically switching the input/output buffers probably
a1e8d2da
JW
418 * reduces noise slightly (particularly on input) so we'll
419 * do it. However, having both input and output buffers
420 * enabled simultaneously doesn't seem to be problematic if
421 * this turns out to be necessary in the future.
cdcd9268
JW
422 */
423 if (val <= 2) {
9c7f852e
TI
424 snd_hda_codec_write(codec, nid, 0,
425 AC_VERB_SET_AMP_GAIN_MUTE,
426 AMP_OUT_MUTE);
427 snd_hda_codec_write(codec, nid, 0,
428 AC_VERB_SET_AMP_GAIN_MUTE,
429 AMP_IN_UNMUTE(0));
cdcd9268 430 } else {
9c7f852e
TI
431 snd_hda_codec_write(codec, nid, 0,
432 AC_VERB_SET_AMP_GAIN_MUTE,
433 AMP_IN_MUTE(0));
434 snd_hda_codec_write(codec, nid, 0,
435 AC_VERB_SET_AMP_GAIN_MUTE,
436 AMP_OUT_UNMUTE);
cdcd9268
JW
437 }
438 }
a9430dd8
JW
439 return change;
440}
441
4c5186ed 442#define ALC_PIN_MODE(xname, nid, dir) \
a9430dd8 443 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0, \
4c5186ed
JW
444 .info = alc_pin_mode_info, \
445 .get = alc_pin_mode_get, \
446 .put = alc_pin_mode_put, \
447 .private_value = nid | (dir<<16) }
df694daa 448
5c8f858d
JW
449/* A switch control for ALC260 GPIO pins. Multiple GPIOs can be ganged
450 * together using a mask with more than one bit set. This control is
451 * currently used only by the ALC260 test model. At this stage they are not
452 * needed for any "production" models.
453 */
454#ifdef CONFIG_SND_DEBUG
9c7f852e
TI
455static int alc_gpio_data_info(struct snd_kcontrol *kcontrol,
456 struct snd_ctl_elem_info *uinfo)
5c8f858d
JW
457{
458 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
459 uinfo->count = 1;
460 uinfo->value.integer.min = 0;
461 uinfo->value.integer.max = 1;
462 return 0;
463}
9c7f852e
TI
464static int alc_gpio_data_get(struct snd_kcontrol *kcontrol,
465 struct snd_ctl_elem_value *ucontrol)
5c8f858d
JW
466{
467 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
468 hda_nid_t nid = kcontrol->private_value & 0xffff;
469 unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
470 long *valp = ucontrol->value.integer.value;
9c7f852e
TI
471 unsigned int val = snd_hda_codec_read(codec, nid, 0,
472 AC_VERB_GET_GPIO_DATA, 0x00);
5c8f858d
JW
473
474 *valp = (val & mask) != 0;
475 return 0;
476}
9c7f852e
TI
477static int alc_gpio_data_put(struct snd_kcontrol *kcontrol,
478 struct snd_ctl_elem_value *ucontrol)
5c8f858d
JW
479{
480 signed int change;
481 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
482 hda_nid_t nid = kcontrol->private_value & 0xffff;
483 unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
484 long val = *ucontrol->value.integer.value;
9c7f852e
TI
485 unsigned int gpio_data = snd_hda_codec_read(codec, nid, 0,
486 AC_VERB_GET_GPIO_DATA,
487 0x00);
5c8f858d
JW
488
489 /* Set/unset the masked GPIO bit(s) as needed */
9c7f852e
TI
490 change = (val == 0 ? 0 : mask) != (gpio_data & mask);
491 if (val == 0)
5c8f858d
JW
492 gpio_data &= ~mask;
493 else
494 gpio_data |= mask;
9c7f852e 495 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_GPIO_DATA, gpio_data);
5c8f858d
JW
496
497 return change;
498}
499#define ALC_GPIO_DATA_SWITCH(xname, nid, mask) \
500 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0, \
501 .info = alc_gpio_data_info, \
502 .get = alc_gpio_data_get, \
503 .put = alc_gpio_data_put, \
504 .private_value = nid | (mask<<16) }
505#endif /* CONFIG_SND_DEBUG */
506
92621f13
JW
507/* A switch control to allow the enabling of the digital IO pins on the
508 * ALC260. This is incredibly simplistic; the intention of this control is
509 * to provide something in the test model allowing digital outputs to be
510 * identified if present. If models are found which can utilise these
511 * outputs a more complete mixer control can be devised for those models if
512 * necessary.
513 */
514#ifdef CONFIG_SND_DEBUG
9c7f852e
TI
515static int alc_spdif_ctrl_info(struct snd_kcontrol *kcontrol,
516 struct snd_ctl_elem_info *uinfo)
92621f13
JW
517{
518 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
519 uinfo->count = 1;
520 uinfo->value.integer.min = 0;
521 uinfo->value.integer.max = 1;
522 return 0;
523}
9c7f852e
TI
524static int alc_spdif_ctrl_get(struct snd_kcontrol *kcontrol,
525 struct snd_ctl_elem_value *ucontrol)
92621f13
JW
526{
527 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
528 hda_nid_t nid = kcontrol->private_value & 0xffff;
529 unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
530 long *valp = ucontrol->value.integer.value;
9c7f852e
TI
531 unsigned int val = snd_hda_codec_read(codec, nid, 0,
532 AC_VERB_GET_DIGI_CONVERT, 0x00);
92621f13
JW
533
534 *valp = (val & mask) != 0;
535 return 0;
536}
9c7f852e
TI
537static int alc_spdif_ctrl_put(struct snd_kcontrol *kcontrol,
538 struct snd_ctl_elem_value *ucontrol)
92621f13
JW
539{
540 signed int change;
541 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
542 hda_nid_t nid = kcontrol->private_value & 0xffff;
543 unsigned char mask = (kcontrol->private_value >> 16) & 0xff;
544 long val = *ucontrol->value.integer.value;
9c7f852e
TI
545 unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
546 AC_VERB_GET_DIGI_CONVERT,
547 0x00);
92621f13
JW
548
549 /* Set/unset the masked control bit(s) as needed */
9c7f852e 550 change = (val == 0 ? 0 : mask) != (ctrl_data & mask);
92621f13
JW
551 if (val==0)
552 ctrl_data &= ~mask;
553 else
554 ctrl_data |= mask;
9c7f852e
TI
555 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_DIGI_CONVERT_1,
556 ctrl_data);
92621f13
JW
557
558 return change;
559}
560#define ALC_SPDIF_CTRL_SWITCH(xname, nid, mask) \
561 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0, \
562 .info = alc_spdif_ctrl_info, \
563 .get = alc_spdif_ctrl_get, \
564 .put = alc_spdif_ctrl_put, \
565 .private_value = nid | (mask<<16) }
566#endif /* CONFIG_SND_DEBUG */
567
df694daa
KY
568/*
569 * set up from the preset table
570 */
9c7f852e
TI
571static void setup_preset(struct alc_spec *spec,
572 const struct alc_config_preset *preset)
df694daa
KY
573{
574 int i;
575
576 for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
577 spec->mixers[spec->num_mixers++] = preset->mixers[i];
9c7f852e
TI
578 for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
579 i++)
580 spec->init_verbs[spec->num_init_verbs++] =
581 preset->init_verbs[i];
df694daa
KY
582
583 spec->channel_mode = preset->channel_mode;
584 spec->num_channel_mode = preset->num_channel_mode;
4e195a7b 585 spec->need_dac_fix = preset->need_dac_fix;
df694daa
KY
586
587 spec->multiout.max_channels = spec->channel_mode[0].channels;
588
589 spec->multiout.num_dacs = preset->num_dacs;
590 spec->multiout.dac_nids = preset->dac_nids;
591 spec->multiout.dig_out_nid = preset->dig_out_nid;
592 spec->multiout.hp_nid = preset->hp_nid;
593
a1e8d2da
JW
594 spec->num_mux_defs = preset->num_mux_defs;
595 if (! spec->num_mux_defs)
596 spec->num_mux_defs = 1;
df694daa
KY
597 spec->input_mux = preset->input_mux;
598
599 spec->num_adc_nids = preset->num_adc_nids;
600 spec->adc_nids = preset->adc_nids;
601 spec->dig_in_nid = preset->dig_in_nid;
ae6b813a
TI
602
603 spec->unsol_event = preset->unsol_event;
604 spec->init_hook = preset->init_hook;
df694daa
KY
605}
606
1da177e4 607/*
e9edcee0
TI
608 * ALC880 3-stack model
609 *
610 * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0e)
9c7f852e
TI
611 * Pin assignment: Front = 0x14, Line-In/Surr = 0x1a, Mic/CLFE = 0x18,
612 * F-Mic = 0x1b, HP = 0x19
1da177e4
LT
613 */
614
e9edcee0
TI
615static hda_nid_t alc880_dac_nids[4] = {
616 /* front, rear, clfe, rear_surr */
617 0x02, 0x05, 0x04, 0x03
618};
619
620static hda_nid_t alc880_adc_nids[3] = {
621 /* ADC0-2 */
622 0x07, 0x08, 0x09,
623};
624
625/* The datasheet says the node 0x07 is connected from inputs,
626 * but it shows zero connection in the real implementation on some devices.
df694daa 627 * Note: this is a 915GAV bug, fixed on 915GLV
1da177e4 628 */
e9edcee0
TI
629static hda_nid_t alc880_adc_nids_alt[2] = {
630 /* ADC1-2 */
631 0x08, 0x09,
632};
633
634#define ALC880_DIGOUT_NID 0x06
635#define ALC880_DIGIN_NID 0x0a
636
637static struct hda_input_mux alc880_capture_source = {
638 .num_items = 4,
639 .items = {
640 { "Mic", 0x0 },
641 { "Front Mic", 0x3 },
642 { "Line", 0x2 },
643 { "CD", 0x4 },
644 },
645};
646
647/* channel source setting (2/6 channel selection for 3-stack) */
648/* 2ch mode */
649static struct hda_verb alc880_threestack_ch2_init[] = {
650 /* set line-in to input, mute it */
651 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
652 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
653 /* set mic-in to input vref 80%, mute it */
654 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
655 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
656 { } /* end */
657};
658
659/* 6ch mode */
660static struct hda_verb alc880_threestack_ch6_init[] = {
661 /* set line-in to output, unmute it */
662 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
663 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
664 /* set mic-in to output, unmute it */
665 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
666 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
667 { } /* end */
668};
669
d2a6d7dc 670static struct hda_channel_mode alc880_threestack_modes[2] = {
e9edcee0
TI
671 { 2, alc880_threestack_ch2_init },
672 { 6, alc880_threestack_ch6_init },
673};
674
c8b6bf9b 675static struct snd_kcontrol_new alc880_three_stack_mixer[] = {
05acb863 676 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 677 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
05acb863 678 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
985be54b 679 HDA_BIND_MUTE("Surround Playback Switch", 0x0f, 2, HDA_INPUT),
05acb863
TI
680 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
681 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
985be54b
TI
682 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
683 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1da177e4
LT
684 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
685 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
686 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
687 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
688 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
689 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
690 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x3, HDA_INPUT),
691 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x3, HDA_INPUT),
692 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
693 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
e9edcee0
TI
694 HDA_CODEC_MUTE("Headphone Playback Switch", 0x19, 0x0, HDA_OUTPUT),
695 {
696 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
697 .name = "Channel Mode",
df694daa
KY
698 .info = alc_ch_mode_info,
699 .get = alc_ch_mode_get,
700 .put = alc_ch_mode_put,
e9edcee0
TI
701 },
702 { } /* end */
703};
704
705/* capture mixer elements */
c8b6bf9b 706static struct snd_kcontrol_new alc880_capture_mixer[] = {
e9edcee0
TI
707 HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
708 HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
709 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
710 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
711 HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
712 HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
1da177e4
LT
713 {
714 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
715 /* The multiple "Capture Source" controls confuse alsamixer
716 * So call somewhat different..
717 * FIXME: the controls appear in the "playback" view!
718 */
719 /* .name = "Capture Source", */
720 .name = "Input Source",
e9edcee0 721 .count = 3,
1da177e4
LT
722 .info = alc_mux_enum_info,
723 .get = alc_mux_enum_get,
724 .put = alc_mux_enum_put,
725 },
1da177e4
LT
726 { } /* end */
727};
728
e9edcee0 729/* capture mixer elements (in case NID 0x07 not available) */
c8b6bf9b 730static struct snd_kcontrol_new alc880_capture_alt_mixer[] = {
71fe7b82
TI
731 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
732 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
733 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
734 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
1da177e4
LT
735 {
736 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
737 /* The multiple "Capture Source" controls confuse alsamixer
738 * So call somewhat different..
739 * FIXME: the controls appear in the "playback" view!
740 */
741 /* .name = "Capture Source", */
742 .name = "Input Source",
743 .count = 2,
744 .info = alc_mux_enum_info,
745 .get = alc_mux_enum_get,
746 .put = alc_mux_enum_put,
747 },
1da177e4
LT
748 { } /* end */
749};
750
e9edcee0
TI
751
752
753/*
754 * ALC880 5-stack model
755 *
9c7f852e
TI
756 * DAC: Front = 0x02 (0x0c), Surr = 0x05 (0x0f), CLFE = 0x04 (0x0d),
757 * Side = 0x02 (0xd)
e9edcee0
TI
758 * Pin assignment: Front = 0x14, Surr = 0x17, CLFE = 0x16
759 * Line-In/Side = 0x1a, Mic = 0x18, F-Mic = 0x1b, HP = 0x19
760 */
761
762/* additional mixers to alc880_three_stack_mixer */
c8b6bf9b 763static struct snd_kcontrol_new alc880_five_stack_mixer[] = {
e9edcee0 764 HDA_CODEC_VOLUME("Side Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 765 HDA_BIND_MUTE("Side Playback Switch", 0x0d, 2, HDA_INPUT),
1da177e4
LT
766 { } /* end */
767};
768
e9edcee0
TI
769/* channel source setting (6/8 channel selection for 5-stack) */
770/* 6ch mode */
771static struct hda_verb alc880_fivestack_ch6_init[] = {
772 /* set line-in to input, mute it */
773 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
774 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
dfc0ff62
TI
775 { } /* end */
776};
777
e9edcee0
TI
778/* 8ch mode */
779static struct hda_verb alc880_fivestack_ch8_init[] = {
780 /* set line-in to output, unmute it */
781 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
782 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
783 { } /* end */
784};
785
d2a6d7dc 786static struct hda_channel_mode alc880_fivestack_modes[2] = {
e9edcee0
TI
787 { 6, alc880_fivestack_ch6_init },
788 { 8, alc880_fivestack_ch8_init },
789};
790
791
792/*
793 * ALC880 6-stack model
794 *
9c7f852e
TI
795 * DAC: Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e),
796 * Side = 0x05 (0x0f)
e9edcee0
TI
797 * Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, Side = 0x17,
798 * Mic = 0x18, F-Mic = 0x19, Line = 0x1a, HP = 0x1b
799 */
800
801static hda_nid_t alc880_6st_dac_nids[4] = {
802 /* front, rear, clfe, rear_surr */
803 0x02, 0x03, 0x04, 0x05
804};
805
806static struct hda_input_mux alc880_6stack_capture_source = {
807 .num_items = 4,
808 .items = {
809 { "Mic", 0x0 },
810 { "Front Mic", 0x1 },
811 { "Line", 0x2 },
812 { "CD", 0x4 },
813 },
814};
815
816/* fixed 8-channels */
d2a6d7dc 817static struct hda_channel_mode alc880_sixstack_modes[1] = {
e9edcee0
TI
818 { 8, NULL },
819};
820
c8b6bf9b 821static struct snd_kcontrol_new alc880_six_stack_mixer[] = {
16ded525 822 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 823 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
16ded525 824 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 825 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
16ded525
TI
826 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
827 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
985be54b
TI
828 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
829 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
16ded525 830 HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
985be54b 831 HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
16ded525
TI
832 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
833 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
834 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
835 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
836 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
837 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
838 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
839 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
840 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
841 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
16ded525
TI
842 {
843 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
844 .name = "Channel Mode",
df694daa
KY
845 .info = alc_ch_mode_info,
846 .get = alc_ch_mode_get,
847 .put = alc_ch_mode_put,
16ded525
TI
848 },
849 { } /* end */
850};
851
e9edcee0
TI
852
853/*
854 * ALC880 W810 model
855 *
856 * W810 has rear IO for:
857 * Front (DAC 02)
858 * Surround (DAC 03)
859 * Center/LFE (DAC 04)
860 * Digital out (06)
861 *
862 * The system also has a pair of internal speakers, and a headphone jack.
863 * These are both connected to Line2 on the codec, hence to DAC 02.
864 *
865 * There is a variable resistor to control the speaker or headphone
866 * volume. This is a hardware-only device without a software API.
867 *
868 * Plugging headphones in will disable the internal speakers. This is
869 * implemented in hardware, not via the driver using jack sense. In
870 * a similar fashion, plugging into the rear socket marked "front" will
871 * disable both the speakers and headphones.
872 *
873 * For input, there's a microphone jack, and an "audio in" jack.
874 * These may not do anything useful with this driver yet, because I
875 * haven't setup any initialization verbs for these yet...
876 */
877
878static hda_nid_t alc880_w810_dac_nids[3] = {
879 /* front, rear/surround, clfe */
880 0x02, 0x03, 0x04
16ded525
TI
881};
882
e9edcee0 883/* fixed 6 channels */
d2a6d7dc 884static struct hda_channel_mode alc880_w810_modes[1] = {
e9edcee0
TI
885 { 6, NULL }
886};
887
888/* Pin assignment: Front = 0x14, Surr = 0x15, CLFE = 0x16, HP = 0x1b */
c8b6bf9b 889static struct snd_kcontrol_new alc880_w810_base_mixer[] = {
16ded525 890 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 891 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
16ded525 892 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 893 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
16ded525
TI
894 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
895 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
985be54b
TI
896 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
897 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
e9edcee0
TI
898 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
899 { } /* end */
900};
901
902
903/*
904 * Z710V model
905 *
906 * DAC: Front = 0x02 (0x0c), HP = 0x03 (0x0d)
9c7f852e
TI
907 * Pin assignment: Front = 0x14, HP = 0x15, Mic = 0x18, Mic2 = 0x19(?),
908 * Line = 0x1a
e9edcee0
TI
909 */
910
911static hda_nid_t alc880_z71v_dac_nids[1] = {
912 0x02
913};
914#define ALC880_Z71V_HP_DAC 0x03
915
916/* fixed 2 channels */
d2a6d7dc 917static struct hda_channel_mode alc880_2_jack_modes[1] = {
e9edcee0
TI
918 { 2, NULL }
919};
920
c8b6bf9b 921static struct snd_kcontrol_new alc880_z71v_mixer[] = {
e9edcee0 922 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 923 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
e9edcee0 924 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 925 HDA_BIND_MUTE("Headphone Playback Switch", 0x0d, 2, HDA_INPUT),
16ded525
TI
926 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
927 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
16ded525
TI
928 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
929 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
16ded525
TI
930 { } /* end */
931};
932
e9edcee0
TI
933
934/* FIXME! */
935/*
936 * ALC880 F1734 model
937 *
938 * DAC: HP = 0x02 (0x0c), Front = 0x03 (0x0d)
939 * Pin assignment: HP = 0x14, Front = 0x15, Mic = 0x18
940 */
941
942static hda_nid_t alc880_f1734_dac_nids[1] = {
943 0x03
944};
945#define ALC880_F1734_HP_DAC 0x02
946
c8b6bf9b 947static struct snd_kcontrol_new alc880_f1734_mixer[] = {
e9edcee0 948 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 949 HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
e9edcee0 950 HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 951 HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
e9edcee0
TI
952 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
953 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
954 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
955 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
956 { } /* end */
957};
958
959
960/* FIXME! */
961/*
962 * ALC880 ASUS model
963 *
964 * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
965 * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
966 * Mic = 0x18, Line = 0x1a
967 */
968
969#define alc880_asus_dac_nids alc880_w810_dac_nids /* identical with w810 */
970#define alc880_asus_modes alc880_threestack_modes /* 2/6 channel mode */
971
c8b6bf9b 972static struct snd_kcontrol_new alc880_asus_mixer[] = {
16ded525 973 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 974 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
16ded525 975 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 976 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
16ded525
TI
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),
985be54b
TI
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),
16ded525
TI
981 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
982 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
983 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
984 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
16ded525
TI
985 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
986 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
16ded525
TI
987 {
988 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
989 .name = "Channel Mode",
df694daa
KY
990 .info = alc_ch_mode_info,
991 .get = alc_ch_mode_get,
992 .put = alc_ch_mode_put,
16ded525
TI
993 },
994 { } /* end */
995};
e9edcee0
TI
996
997/* FIXME! */
998/*
999 * ALC880 ASUS W1V model
1000 *
1001 * DAC: HP/Front = 0x02 (0x0c), Surr = 0x03 (0x0d), CLFE = 0x04 (0x0e)
1002 * Pin assignment: HP/Front = 0x14, Surr = 0x15, CLFE = 0x16,
1003 * Mic = 0x18, Line = 0x1a, Line2 = 0x1b
1004 */
1005
1006/* additional mixers to alc880_asus_mixer */
c8b6bf9b 1007static struct snd_kcontrol_new alc880_asus_w1v_mixer[] = {
e9edcee0
TI
1008 HDA_CODEC_VOLUME("Line2 Playback Volume", 0x0b, 0x03, HDA_INPUT),
1009 HDA_CODEC_MUTE("Line2 Playback Switch", 0x0b, 0x03, HDA_INPUT),
1010 { } /* end */
1011};
1012
3c10a9d9 1013/* additional mixers to alc880_asus_mixer */
c8b6bf9b 1014static struct snd_kcontrol_new alc880_pcbeep_mixer[] = {
3c10a9d9
TI
1015 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1016 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1017 { } /* end */
1018};
e9edcee0 1019
df694daa
KY
1020/* TCL S700 */
1021static struct snd_kcontrol_new alc880_tcl_s700_mixer[] = {
1022 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1023 HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
1025 HDA_CODEC_VOLUME("CD Playback Volume", 0x0B, 0x04, HDA_INPUT),
1026 HDA_CODEC_MUTE("CD Playback Switch", 0x0B, 0x04, HDA_INPUT),
1027 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0B, 0x0, HDA_INPUT),
1028 HDA_CODEC_MUTE("Mic Playback Switch", 0x0B, 0x0, HDA_INPUT),
1029 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
1030 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
1031 {
1032 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1033 /* The multiple "Capture Source" controls confuse alsamixer
1034 * So call somewhat different..
1035 * FIXME: the controls appear in the "playback" view!
1036 */
1037 /* .name = "Capture Source", */
1038 .name = "Input Source",
1039 .count = 1,
1040 .info = alc_mux_enum_info,
1041 .get = alc_mux_enum_get,
1042 .put = alc_mux_enum_put,
1043 },
1044 { } /* end */
1045};
1046
ccc656ce
KY
1047/* Uniwill */
1048static struct snd_kcontrol_new alc880_uniwill_mixer[] = {
1049 HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1050 HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1051 HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1052 HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1053 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
1054 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
1055 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
1056 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
1057 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1058 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1059 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
1060 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
1061 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1062 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1063 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1064 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1065 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
1066 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1067 {
1068 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1069 .name = "Channel Mode",
1070 .info = alc_ch_mode_info,
1071 .get = alc_ch_mode_get,
1072 .put = alc_ch_mode_put,
1073 },
1074 { } /* end */
1075};
1076
2cf9f0fc
TD
1077static struct snd_kcontrol_new alc880_fujitsu_mixer[] = {
1078 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1079 HDA_BIND_MUTE("Headphone Playback Switch", 0x0c, 2, HDA_INPUT),
1080 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1081 HDA_BIND_MUTE("Speaker Playback Switch", 0x0d, 2, HDA_INPUT),
1082 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
1083 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
1084 HDA_CODEC_VOLUME("Ext Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1085 HDA_CODEC_MUTE("Ext Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1086 HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1087 HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1088 { } /* end */
1089};
1090
ccc656ce
KY
1091static struct snd_kcontrol_new alc880_uniwill_p53_mixer[] = {
1092 HDA_CODEC_VOLUME("HPhone Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1093 HDA_BIND_MUTE("HPhone Playback Switch", 0x0c, 2, HDA_INPUT),
1094 HDA_CODEC_VOLUME("iSpeaker Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
1095 HDA_BIND_MUTE("iSpeaker Playback Switch", 0x0d, 2, HDA_INPUT),
1096 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1097 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1098 { } /* end */
1099};
1100
1da177e4 1101/*
e9edcee0 1102 * build control elements
1da177e4
LT
1103 */
1104static int alc_build_controls(struct hda_codec *codec)
1105{
1106 struct alc_spec *spec = codec->spec;
1107 int err;
1108 int i;
1109
1110 for (i = 0; i < spec->num_mixers; i++) {
1111 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1112 if (err < 0)
1113 return err;
1114 }
1115
1116 if (spec->multiout.dig_out_nid) {
9c7f852e
TI
1117 err = snd_hda_create_spdif_out_ctls(codec,
1118 spec->multiout.dig_out_nid);
1da177e4
LT
1119 if (err < 0)
1120 return err;
1121 }
1122 if (spec->dig_in_nid) {
1123 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1124 if (err < 0)
1125 return err;
1126 }
1127 return 0;
1128}
1129
e9edcee0 1130
1da177e4
LT
1131/*
1132 * initialize the codec volumes, etc
1133 */
1134
e9edcee0
TI
1135/*
1136 * generic initialization of ADC, input mixers and output mixers
1137 */
1138static struct hda_verb alc880_volume_init_verbs[] = {
1139 /*
1140 * Unmute ADC0-2 and set the default input to mic-in
1141 */
71fe7b82 1142 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
e9edcee0 1143 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
71fe7b82 1144 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
e9edcee0 1145 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
71fe7b82 1146 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
e9edcee0 1147 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1da177e4 1148
e9edcee0
TI
1149 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
1150 * mixer widget
9c7f852e
TI
1151 * Note: PASD motherboards uses the Line In 2 as the input for front
1152 * panel mic (mic 2)
1da177e4 1153 */
e9edcee0 1154 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
16ded525 1155 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
e9edcee0
TI
1156 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1157 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
1158 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
1159 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
1da177e4 1160
e9edcee0
TI
1161 /*
1162 * Set up output mixers (0x0c - 0x0f)
1da177e4 1163 */
e9edcee0
TI
1164 /* set vol=0 to output mixers */
1165 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1166 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1167 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1168 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
1169 /* set up input amps for analog loopback */
1170 /* Amp Indices: DAC = 0, mixer = 1 */
05acb863
TI
1171 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1172 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
05acb863
TI
1173 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1174 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
05acb863
TI
1175 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1176 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
05acb863
TI
1177 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1178 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4
LT
1179
1180 { }
1181};
1182
e9edcee0
TI
1183/*
1184 * 3-stack pin configuration:
1185 * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
1186 */
1187static struct hda_verb alc880_pin_3stack_init_verbs[] = {
1188 /*
1189 * preset connection lists of input pins
1190 * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1191 */
1192 {0x10, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
1193 {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1194 {0x12, AC_VERB_SET_CONNECT_SEL, 0x03}, /* line/surround */
1195
1196 /*
1197 * Set pin mode and muting
1198 */
1199 /* set front pin widgets 0x14 for output */
05acb863 1200 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0
TI
1201 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1202 /* Mic1 (rear panel) pin widget for input and vref at 80% */
1203 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1204 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1205 /* Mic2 (as headphone out) for HP output */
1206 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1207 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 1208 /* Line In pin widget for input */
05acb863 1209 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
e9edcee0
TI
1210 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1211 /* Line2 (as front mic) pin widget for input and vref at 80% */
1212 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1213 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1da177e4 1214 /* CD pin widget for input */
05acb863 1215 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1da177e4 1216
e9edcee0
TI
1217 { }
1218};
1da177e4 1219
e9edcee0
TI
1220/*
1221 * 5-stack pin configuration:
1222 * front = 0x14, surround = 0x17, clfe = 0x16, mic = 0x18, HP = 0x19,
1223 * line-in/side = 0x1a, f-mic = 0x1b
1224 */
1225static struct hda_verb alc880_pin_5stack_init_verbs[] = {
1226 /*
1227 * preset connection lists of input pins
1228 * 0 = front, 1 = rear_surr, 2 = CLFE, 3 = surround
1da177e4 1229 */
e9edcee0
TI
1230 {0x11, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1231 {0x12, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/side */
1da177e4 1232
e9edcee0
TI
1233 /*
1234 * Set pin mode and muting
1da177e4 1235 */
e9edcee0
TI
1236 /* set pin widgets 0x14-0x17 for output */
1237 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1238 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1239 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1240 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1241 /* unmute pins for output (no gain on this amp) */
1242 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1243 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1244 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1245 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1246
1247 /* Mic1 (rear panel) pin widget for input and vref at 80% */
1248 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1249 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1250 /* Mic2 (as headphone out) for HP output */
1251 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1252 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1253 /* Line In pin widget for input */
1254 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1255 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1256 /* Line2 (as front mic) pin widget for input and vref at 80% */
1257 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1258 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1259 /* CD pin widget for input */
1260 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1da177e4
LT
1261
1262 { }
1263};
1264
e9edcee0
TI
1265/*
1266 * W810 pin configuration:
1267 * front = 0x14, surround = 0x15, clfe = 0x16, HP = 0x1b
1268 */
1269static struct hda_verb alc880_pin_w810_init_verbs[] = {
1270 /* hphone/speaker input selector: front DAC */
1271 {0x13, AC_VERB_SET_CONNECT_SEL, 0x0},
1da177e4 1272
05acb863 1273 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1274 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
05acb863 1275 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1276 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
05acb863 1277 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1278 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 1279
e9edcee0 1280 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
05acb863 1281 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1da177e4 1282
1da177e4
LT
1283 { }
1284};
1285
e9edcee0
TI
1286/*
1287 * Z71V pin configuration:
1288 * Speaker-out = 0x14, HP = 0x15, Mic = 0x18, Line-in = 0x1a, Mic2 = 0x1b (?)
1289 */
1290static struct hda_verb alc880_pin_z71v_init_verbs[] = {
05acb863 1291 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1292 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
05acb863 1293 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
e9edcee0 1294 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
dfc0ff62 1295
16ded525 1296 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0 1297 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
16ded525 1298 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0 1299 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
16ded525
TI
1300
1301 { }
1302};
1303
e9edcee0
TI
1304/*
1305 * 6-stack pin configuration:
9c7f852e
TI
1306 * front = 0x14, surr = 0x15, clfe = 0x16, side = 0x17, mic = 0x18,
1307 * f-mic = 0x19, line = 0x1a, HP = 0x1b
e9edcee0
TI
1308 */
1309static struct hda_verb alc880_pin_6stack_init_verbs[] = {
1310 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1311
16ded525 1312 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1313 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1314 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1315 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1316 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1317 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1318 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0
TI
1319 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1320
16ded525 1321 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0 1322 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1323 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0 1324 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1325 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
e9edcee0 1326 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1327 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
e9edcee0 1328 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525
TI
1329 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1330
e9edcee0
TI
1331 { }
1332};
1333
ccc656ce
KY
1334/*
1335 * Uniwill pin configuration:
1336 * HP = 0x14, InternalSpeaker = 0x15, mic = 0x18, internal mic = 0x19,
1337 * line = 0x1a
1338 */
1339static struct hda_verb alc880_uniwill_init_verbs[] = {
1340 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1341
1342 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1343 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1344 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1345 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1346 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1347 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1348 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1349 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1350 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1351 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1352 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1353 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1354 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1355 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1356
1357 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1358 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1359 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1360 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1361 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1362 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1363 /* {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, */
1364 /* {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, */
1365 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1366
1367 {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1368 {0x18, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_MIC_EVENT},
1369
1370 { }
1371};
1372
1373/*
1374* Uniwill P53
1375* HP = 0x14, InternalSpeaker = 0x15, mic = 0x19,
1376 */
1377static struct hda_verb alc880_uniwill_p53_init_verbs[] = {
1378 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
1379
1380 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1381 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1382 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1383 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1384 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1385 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1386 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1387 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1388 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1389 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1390 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
1391 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
1392
1393 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1394 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1395 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1396 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1397 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1398 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1399
1400 {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
1401 {0x21, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_DCVOL_EVENT},
1402
1403 { }
1404};
1405
2cf9f0fc
TD
1406static struct hda_verb alc880_beep_init_verbs[] = {
1407 { 0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5) },
1408 { }
1409};
1410
ccc656ce
KY
1411/* toggle speaker-output according to the hp-jack state */
1412static void alc880_uniwill_automute(struct hda_codec *codec)
1413{
1414 unsigned int present;
1415
1416 present = snd_hda_codec_read(codec, 0x14, 0,
1417 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1418 snd_hda_codec_amp_update(codec, 0x15, 0, HDA_OUTPUT, 0,
1419 0x80, present ? 0x80 : 0);
1420 snd_hda_codec_amp_update(codec, 0x15, 1, HDA_OUTPUT, 0,
1421 0x80, present ? 0x80 : 0);
1422 snd_hda_codec_amp_update(codec, 0x16, 0, HDA_OUTPUT, 0,
1423 0x80, present ? 0x80 : 0);
1424 snd_hda_codec_amp_update(codec, 0x16, 1, HDA_OUTPUT, 0,
1425 0x80, present ? 0x80 : 0);
1426
1427 present = snd_hda_codec_read(codec, 0x18, 0,
1428 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1429 snd_hda_codec_write(codec, 0x0b, 0, AC_VERB_SET_AMP_GAIN_MUTE,
1430 0x7000 | (0x01 << 8) | (present ? 0x80 : 0));
1431}
1432
1433static void alc880_uniwill_unsol_event(struct hda_codec *codec,
1434 unsigned int res)
1435{
1436 /* Looks like the unsol event is incompatible with the standard
1437 * definition. 4bit tag is placed at 28 bit!
1438 */
1439 if ((res >> 28) == ALC880_HP_EVENT ||
1440 (res >> 28) == ALC880_MIC_EVENT)
1441 alc880_uniwill_automute(codec);
1442}
1443
1444static void alc880_uniwill_p53_hp_automute(struct hda_codec *codec)
1445{
1446 unsigned int present;
1447
1448 present = snd_hda_codec_read(codec, 0x14, 0,
1449 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1450
1451 snd_hda_codec_amp_update(codec, 0x15, 0, HDA_INPUT, 0,
1452 0x80, present ? 0x80 : 0);
1453 snd_hda_codec_amp_update(codec, 0x15, 1, HDA_INPUT, 0,
1454 0x80, present ? 0x80 : 0);
1455}
1456
1457static void alc880_uniwill_p53_dcvol_automute(struct hda_codec *codec)
1458{
1459 unsigned int present;
1460
1461 present = snd_hda_codec_read(codec, 0x21, 0,
1462 AC_VERB_GET_VOLUME_KNOB_CONTROL, 0) & 0x7f;
1463
1464 snd_hda_codec_amp_update(codec, 0x0c, 0, HDA_OUTPUT, 0,
1465 0x7f, present);
1466 snd_hda_codec_amp_update(codec, 0x0c, 1, HDA_OUTPUT, 0,
1467 0x7f, present);
1468
1469 snd_hda_codec_amp_update(codec, 0x0d, 0, HDA_OUTPUT, 0,
1470 0x7f, present);
1471 snd_hda_codec_amp_update(codec, 0x0d, 1, HDA_OUTPUT, 0,
1472 0x7f, present);
1473
1474}
1475static void alc880_uniwill_p53_unsol_event(struct hda_codec *codec,
1476 unsigned int res)
1477{
1478 /* Looks like the unsol event is incompatible with the standard
1479 * definition. 4bit tag is placed at 28 bit!
1480 */
1481 if ((res >> 28) == ALC880_HP_EVENT)
1482 alc880_uniwill_p53_hp_automute(codec);
1483 if ((res >> 28) == ALC880_DCVOL_EVENT)
1484 alc880_uniwill_p53_dcvol_automute(codec);
1485}
1486
e9edcee0
TI
1487/* FIXME! */
1488/*
1489 * F1734 pin configuration:
1490 * HP = 0x14, speaker-out = 0x15, mic = 0x18
1491 */
1492static struct hda_verb alc880_pin_f1734_init_verbs[] = {
16ded525
TI
1493 {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1494 {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1495 {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1496 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1497
e9edcee0 1498 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
16ded525 1499 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
e9edcee0 1500 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
16ded525 1501 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1502
e9edcee0
TI
1503 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1504 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1505 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0 1506 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1507 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1508 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1509 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1510 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1511 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
dfc0ff62
TI
1512
1513 { }
1514};
1515
e9edcee0
TI
1516/* FIXME! */
1517/*
1518 * ASUS pin configuration:
1519 * HP/front = 0x14, surr = 0x15, clfe = 0x16, mic = 0x18, line = 0x1a
1520 */
1521static struct hda_verb alc880_pin_asus_init_verbs[] = {
16ded525
TI
1522 {0x10, AC_VERB_SET_CONNECT_SEL, 0x02},
1523 {0x11, AC_VERB_SET_CONNECT_SEL, 0x00},
1524 {0x12, AC_VERB_SET_CONNECT_SEL, 0x01},
1525 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1526
1527 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
e9edcee0 1528 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1529 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1530 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1531 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1532 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525 1533 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0
TI
1534 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1535
1536 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1537 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1538 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1539 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1540 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1541 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
16ded525 1542 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
e9edcee0 1543 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
16ded525
TI
1544 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1545
e9edcee0
TI
1546 { }
1547};
16ded525 1548
e9edcee0
TI
1549/* Enable GPIO mask and set output */
1550static struct hda_verb alc880_gpio1_init_verbs[] = {
1551 {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
1552 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
1553 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
df694daa
KY
1554
1555 { }
e9edcee0 1556};
16ded525 1557
e9edcee0
TI
1558/* Enable GPIO mask and set output */
1559static struct hda_verb alc880_gpio2_init_verbs[] = {
1560 {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
1561 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
1562 {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
df694daa
KY
1563
1564 { }
1565};
1566
1567/* Clevo m520g init */
1568static struct hda_verb alc880_pin_clevo_init_verbs[] = {
1569 /* headphone output */
1570 {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1571 /* line-out */
1572 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1573 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1574 /* Line-in */
1575 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1576 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1577 /* CD */
1578 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1579 {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1580 /* Mic1 (rear panel) */
1581 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1582 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1583 /* Mic2 (front panel) */
1584 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1585 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1586 /* headphone */
1587 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1588 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1589 /* change to EAPD mode */
1590 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1591 {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
1592
1593 { }
16ded525
TI
1594};
1595
df694daa 1596static struct hda_verb alc880_pin_tcl_S700_init_verbs[] = {
4b146cb0
TI
1597 /* change to EAPD mode */
1598 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1599 {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
1600
df694daa
KY
1601 /* Headphone output */
1602 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1603 /* Front output*/
1604 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1605 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1606
1607 /* Line In pin widget for input */
1608 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1609 /* CD pin widget for input */
1610 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1611 /* Mic1 (rear panel) pin widget for input and vref at 80% */
1612 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1613
1614 /* change to EAPD mode */
1615 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
1616 {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
1617
1618 { }
1619};
16ded525 1620
e9edcee0 1621/*
ae6b813a
TI
1622 * LG m1 express dual
1623 *
1624 * Pin assignment:
1625 * Rear Line-In/Out (blue): 0x14
1626 * Build-in Mic-In: 0x15
1627 * Speaker-out: 0x17
1628 * HP-Out (green): 0x1b
1629 * Mic-In/Out (red): 0x19
1630 * SPDIF-Out: 0x1e
1631 */
1632
1633/* To make 5.1 output working (green=Front, blue=Surr, red=CLFE) */
1634static hda_nid_t alc880_lg_dac_nids[3] = {
1635 0x05, 0x02, 0x03
1636};
1637
1638/* seems analog CD is not working */
1639static struct hda_input_mux alc880_lg_capture_source = {
1640 .num_items = 3,
1641 .items = {
1642 { "Mic", 0x1 },
1643 { "Line", 0x5 },
1644 { "Internal Mic", 0x6 },
1645 },
1646};
1647
1648/* 2,4,6 channel modes */
1649static struct hda_verb alc880_lg_ch2_init[] = {
1650 /* set line-in and mic-in to input */
1651 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1652 { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1653 { }
1654};
1655
1656static struct hda_verb alc880_lg_ch4_init[] = {
1657 /* set line-in to out and mic-in to input */
1658 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1659 { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
1660 { }
1661};
1662
1663static struct hda_verb alc880_lg_ch6_init[] = {
1664 /* set line-in and mic-in to output */
1665 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1666 { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1667 { }
1668};
1669
1670static struct hda_channel_mode alc880_lg_ch_modes[3] = {
1671 { 2, alc880_lg_ch2_init },
1672 { 4, alc880_lg_ch4_init },
1673 { 6, alc880_lg_ch6_init },
1674};
1675
1676static struct snd_kcontrol_new alc880_lg_mixer[] = {
1677 /* FIXME: it's not really "master" but front channels */
1678 HDA_CODEC_VOLUME("Master Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
1679 HDA_BIND_MUTE("Master Playback Switch", 0x0f, 2, HDA_INPUT),
1680 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1681 HDA_BIND_MUTE("Surround Playback Switch", 0x0c, 2, HDA_INPUT),
1682 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0d, 1, 0x0, HDA_OUTPUT),
1683 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0d, 2, 0x0, HDA_OUTPUT),
1684 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0d, 1, 2, HDA_INPUT),
1685 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0d, 2, 2, HDA_INPUT),
1686 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
1687 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
1688 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x06, HDA_INPUT),
1689 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x06, HDA_INPUT),
1690 HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x07, HDA_INPUT),
1691 HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x07, HDA_INPUT),
1692 {
1693 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1694 .name = "Channel Mode",
1695 .info = alc_ch_mode_info,
1696 .get = alc_ch_mode_get,
1697 .put = alc_ch_mode_put,
1698 },
1699 { } /* end */
1700};
1701
1702static struct hda_verb alc880_lg_init_verbs[] = {
1703 /* set capture source to mic-in */
1704 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1705 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1706 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
1707 /* mute all amp mixer inputs */
1708 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
1709 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(6)},
1710 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(7)},
1711 /* line-in to input */
1712 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1713 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1714 /* built-in mic */
1715 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1716 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1717 /* speaker-out */
1718 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1719 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1720 /* mic-in to input */
1721 {0x11, AC_VERB_SET_CONNECT_SEL, 0x01},
1722 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1723 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1724 /* HP-out */
1725 {0x13, AC_VERB_SET_CONNECT_SEL, 0x03},
1726 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1727 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1728 /* jack sense */
1729 {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1730 { }
1731};
1732
1733/* toggle speaker-output according to the hp-jack state */
1734static void alc880_lg_automute(struct hda_codec *codec)
1735{
1736 unsigned int present;
1737
1738 present = snd_hda_codec_read(codec, 0x1b, 0,
1739 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1740 snd_hda_codec_amp_update(codec, 0x17, 0, HDA_OUTPUT, 0,
1741 0x80, present ? 0x80 : 0);
1742 snd_hda_codec_amp_update(codec, 0x17, 1, HDA_OUTPUT, 0,
1743 0x80, present ? 0x80 : 0);
1744}
1745
1746static void alc880_lg_unsol_event(struct hda_codec *codec, unsigned int res)
1747{
1748 /* Looks like the unsol event is incompatible with the standard
1749 * definition. 4bit tag is placed at 28 bit!
1750 */
1751 if ((res >> 28) == 0x01)
1752 alc880_lg_automute(codec);
1753}
1754
d681518a
TI
1755/*
1756 * LG LW20
1757 *
1758 * Pin assignment:
1759 * Speaker-out: 0x14
1760 * Mic-In: 0x18
1761 * Built-in Mic-In: 0x19 (?)
1762 * HP-Out: 0x1b
1763 * SPDIF-Out: 0x1e
1764 */
1765
1766/* seems analog CD is not working */
1767static struct hda_input_mux alc880_lg_lw_capture_source = {
1768 .num_items = 2,
1769 .items = {
1770 { "Mic", 0x0 },
1771 { "Internal Mic", 0x1 },
1772 },
1773};
1774
1775static struct snd_kcontrol_new alc880_lg_lw_mixer[] = {
1776 HDA_CODEC_VOLUME("Master Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
1777 HDA_BIND_MUTE("Master Playback Switch", 0x0c, 2, HDA_INPUT),
1778 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
1779 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
1780 HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
1781 HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
1782 { } /* end */
1783};
1784
1785static struct hda_verb alc880_lg_lw_init_verbs[] = {
1786 /* set capture source to mic-in */
1787 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1788 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1789 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1790 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(7)},
1791 /* speaker-out */
1792 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1793 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1794 /* HP-out */
1795 {0x13, AC_VERB_SET_CONNECT_SEL, 0x00},
1796 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1797 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1798 /* mic-in to input */
1799 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1800 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1801 /* built-in mic */
1802 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1803 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1804 /* jack sense */
1805 {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | 0x1},
1806 { }
1807};
1808
1809/* toggle speaker-output according to the hp-jack state */
1810static void alc880_lg_lw_automute(struct hda_codec *codec)
1811{
1812 unsigned int present;
1813
1814 present = snd_hda_codec_read(codec, 0x1b, 0,
1815 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
1816 snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
1817 0x80, present ? 0x80 : 0);
1818 snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
1819 0x80, present ? 0x80 : 0);
1820}
1821
1822static void alc880_lg_lw_unsol_event(struct hda_codec *codec, unsigned int res)
1823{
1824 /* Looks like the unsol event is incompatible with the standard
1825 * definition. 4bit tag is placed at 28 bit!
1826 */
1827 if ((res >> 28) == 0x01)
1828 alc880_lg_lw_automute(codec);
1829}
1830
ae6b813a
TI
1831/*
1832 * Common callbacks
e9edcee0
TI
1833 */
1834
1da177e4
LT
1835static int alc_init(struct hda_codec *codec)
1836{
1837 struct alc_spec *spec = codec->spec;
e9edcee0
TI
1838 unsigned int i;
1839
1840 for (i = 0; i < spec->num_init_verbs; i++)
1841 snd_hda_sequence_write(codec, spec->init_verbs[i]);
ae6b813a
TI
1842
1843 if (spec->init_hook)
1844 spec->init_hook(codec);
1845
1da177e4
LT
1846 return 0;
1847}
1848
ae6b813a
TI
1849static void alc_unsol_event(struct hda_codec *codec, unsigned int res)
1850{
1851 struct alc_spec *spec = codec->spec;
1852
1853 if (spec->unsol_event)
1854 spec->unsol_event(codec, res);
1855}
1856
1da177e4
LT
1857#ifdef CONFIG_PM
1858/*
1859 * resume
1860 */
1861static int alc_resume(struct hda_codec *codec)
1862{
1863 struct alc_spec *spec = codec->spec;
1864 int i;
1865
1866 alc_init(codec);
e9edcee0 1867 for (i = 0; i < spec->num_mixers; i++)
1da177e4 1868 snd_hda_resume_ctls(codec, spec->mixers[i]);
1da177e4
LT
1869 if (spec->multiout.dig_out_nid)
1870 snd_hda_resume_spdif_out(codec);
1871 if (spec->dig_in_nid)
1872 snd_hda_resume_spdif_in(codec);
1873
1874 return 0;
1875}
1876#endif
1877
1878/*
1879 * Analog playback callbacks
1880 */
1881static int alc880_playback_pcm_open(struct hda_pcm_stream *hinfo,
1882 struct hda_codec *codec,
c8b6bf9b 1883 struct snd_pcm_substream *substream)
1da177e4
LT
1884{
1885 struct alc_spec *spec = codec->spec;
1886 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream);
1887}
1888
1889static int alc880_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
1890 struct hda_codec *codec,
1891 unsigned int stream_tag,
1892 unsigned int format,
c8b6bf9b 1893 struct snd_pcm_substream *substream)
1da177e4
LT
1894{
1895 struct alc_spec *spec = codec->spec;
9c7f852e
TI
1896 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
1897 stream_tag, format, substream);
1da177e4
LT
1898}
1899
1900static int alc880_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
1901 struct hda_codec *codec,
c8b6bf9b 1902 struct snd_pcm_substream *substream)
1da177e4
LT
1903{
1904 struct alc_spec *spec = codec->spec;
1905 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
1906}
1907
1908/*
1909 * Digital out
1910 */
1911static int alc880_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
1912 struct hda_codec *codec,
c8b6bf9b 1913 struct snd_pcm_substream *substream)
1da177e4
LT
1914{
1915 struct alc_spec *spec = codec->spec;
1916 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
1917}
1918
1919static int alc880_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
1920 struct hda_codec *codec,
c8b6bf9b 1921 struct snd_pcm_substream *substream)
1da177e4
LT
1922{
1923 struct alc_spec *spec = codec->spec;
1924 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
1925}
1926
1927/*
1928 * Analog capture
1929 */
1930static int alc880_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
1931 struct hda_codec *codec,
1932 unsigned int stream_tag,
1933 unsigned int format,
c8b6bf9b 1934 struct snd_pcm_substream *substream)
1da177e4
LT
1935{
1936 struct alc_spec *spec = codec->spec;
1937
1938 snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
1939 stream_tag, 0, format);
1940 return 0;
1941}
1942
1943static int alc880_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
1944 struct hda_codec *codec,
c8b6bf9b 1945 struct snd_pcm_substream *substream)
1da177e4
LT
1946{
1947 struct alc_spec *spec = codec->spec;
1948
9c7f852e
TI
1949 snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
1950 0, 0, 0);
1da177e4
LT
1951 return 0;
1952}
1953
1954
1955/*
1956 */
1957static struct hda_pcm_stream alc880_pcm_analog_playback = {
1958 .substreams = 1,
1959 .channels_min = 2,
1960 .channels_max = 8,
e9edcee0 1961 /* NID is set in alc_build_pcms */
1da177e4
LT
1962 .ops = {
1963 .open = alc880_playback_pcm_open,
1964 .prepare = alc880_playback_pcm_prepare,
1965 .cleanup = alc880_playback_pcm_cleanup
1966 },
1967};
1968
1969static struct hda_pcm_stream alc880_pcm_analog_capture = {
1970 .substreams = 2,
1971 .channels_min = 2,
1972 .channels_max = 2,
e9edcee0 1973 /* NID is set in alc_build_pcms */
1da177e4
LT
1974 .ops = {
1975 .prepare = alc880_capture_pcm_prepare,
1976 .cleanup = alc880_capture_pcm_cleanup
1977 },
1978};
1979
1980static struct hda_pcm_stream alc880_pcm_digital_playback = {
1981 .substreams = 1,
1982 .channels_min = 2,
1983 .channels_max = 2,
1984 /* NID is set in alc_build_pcms */
1985 .ops = {
1986 .open = alc880_dig_playback_pcm_open,
1987 .close = alc880_dig_playback_pcm_close
1988 },
1989};
1990
1991static struct hda_pcm_stream alc880_pcm_digital_capture = {
1992 .substreams = 1,
1993 .channels_min = 2,
1994 .channels_max = 2,
1995 /* NID is set in alc_build_pcms */
1996};
1997
4c5186ed
JW
1998/* Used by alc_build_pcms to flag that a PCM has no playback stream */
1999static struct hda_pcm_stream alc_pcm_null_playback = {
2000 .substreams = 0,
2001 .channels_min = 0,
2002 .channels_max = 0,
2003};
2004
1da177e4
LT
2005static int alc_build_pcms(struct hda_codec *codec)
2006{
2007 struct alc_spec *spec = codec->spec;
2008 struct hda_pcm *info = spec->pcm_rec;
2009 int i;
2010
2011 codec->num_pcms = 1;
2012 codec->pcm_info = info;
2013
2014 info->name = spec->stream_name_analog;
4a471b7d
TI
2015 if (spec->stream_analog_playback) {
2016 snd_assert(spec->multiout.dac_nids, return -EINVAL);
2017 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
2018 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
2019 }
2020 if (spec->stream_analog_capture) {
2021 snd_assert(spec->adc_nids, return -EINVAL);
2022 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2023 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
2024 }
2025
2026 if (spec->channel_mode) {
2027 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = 0;
2028 for (i = 0; i < spec->num_channel_mode; i++) {
2029 if (spec->channel_mode[i].channels > info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max) {
2030 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->channel_mode[i].channels;
2031 }
1da177e4
LT
2032 }
2033 }
2034
e08a007d 2035 /* SPDIF for stream index #1 */
1da177e4 2036 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
e08a007d 2037 codec->num_pcms = 2;
c06134d7 2038 info = spec->pcm_rec + 1;
1da177e4 2039 info->name = spec->stream_name_digital;
4a471b7d
TI
2040 if (spec->multiout.dig_out_nid &&
2041 spec->stream_digital_playback) {
1da177e4
LT
2042 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_digital_playback);
2043 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2044 }
4a471b7d
TI
2045 if (spec->dig_in_nid &&
2046 spec->stream_digital_capture) {
1da177e4
LT
2047 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_digital_capture);
2048 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2049 }
2050 }
2051
e08a007d
TI
2052 /* If the use of more than one ADC is requested for the current
2053 * model, configure a second analog capture-only PCM.
2054 */
2055 /* Additional Analaog capture for index #2 */
2056 if (spec->num_adc_nids > 1 && spec->stream_analog_capture &&
2057 spec->adc_nids) {
2058 codec->num_pcms = 3;
c06134d7 2059 info = spec->pcm_rec + 2;
e08a007d
TI
2060 info->name = spec->stream_name_analog;
2061 /* No playback stream for second PCM */
2062 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = alc_pcm_null_playback;
2063 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = 0;
2064 if (spec->stream_analog_capture) {
2065 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
2066 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[1];
2067 }
2068 }
2069
1da177e4
LT
2070 return 0;
2071}
2072
2073static void alc_free(struct hda_codec *codec)
2074{
e9edcee0
TI
2075 struct alc_spec *spec = codec->spec;
2076 unsigned int i;
2077
2078 if (! spec)
2079 return;
2080
2081 if (spec->kctl_alloc) {
2082 for (i = 0; i < spec->num_kctl_used; i++)
2083 kfree(spec->kctl_alloc[i].name);
2084 kfree(spec->kctl_alloc);
2085 }
2086 kfree(spec);
1da177e4
LT
2087}
2088
2089/*
2090 */
2091static struct hda_codec_ops alc_patch_ops = {
2092 .build_controls = alc_build_controls,
2093 .build_pcms = alc_build_pcms,
2094 .init = alc_init,
2095 .free = alc_free,
ae6b813a 2096 .unsol_event = alc_unsol_event,
1da177e4
LT
2097#ifdef CONFIG_PM
2098 .resume = alc_resume,
2099#endif
2100};
2101
2fa522be
TI
2102
2103/*
2104 * Test configuration for debugging
2105 *
2106 * Almost all inputs/outputs are enabled. I/O pins can be configured via
2107 * enum controls.
2108 */
2109#ifdef CONFIG_SND_DEBUG
2110static hda_nid_t alc880_test_dac_nids[4] = {
2111 0x02, 0x03, 0x04, 0x05
2112};
2113
2114static struct hda_input_mux alc880_test_capture_source = {
ae6b813a 2115 .num_items = 7,
2fa522be
TI
2116 .items = {
2117 { "In-1", 0x0 },
2118 { "In-2", 0x1 },
2119 { "In-3", 0x2 },
2120 { "In-4", 0x3 },
2121 { "CD", 0x4 },
ae6b813a
TI
2122 { "Front", 0x5 },
2123 { "Surround", 0x6 },
2fa522be
TI
2124 },
2125};
2126
d2a6d7dc 2127static struct hda_channel_mode alc880_test_modes[4] = {
2fa522be 2128 { 2, NULL },
fd2c326d 2129 { 4, NULL },
2fa522be 2130 { 6, NULL },
fd2c326d 2131 { 8, NULL },
2fa522be
TI
2132};
2133
9c7f852e
TI
2134static int alc_test_pin_ctl_info(struct snd_kcontrol *kcontrol,
2135 struct snd_ctl_elem_info *uinfo)
2fa522be
TI
2136{
2137 static char *texts[] = {
2138 "N/A", "Line Out", "HP Out",
2139 "In Hi-Z", "In 50%", "In Grd", "In 80%", "In 100%"
2140 };
2141 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2142 uinfo->count = 1;
2143 uinfo->value.enumerated.items = 8;
2144 if (uinfo->value.enumerated.item >= 8)
2145 uinfo->value.enumerated.item = 7;
2146 strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2147 return 0;
2148}
2149
9c7f852e
TI
2150static int alc_test_pin_ctl_get(struct snd_kcontrol *kcontrol,
2151 struct snd_ctl_elem_value *ucontrol)
2fa522be
TI
2152{
2153 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2154 hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2155 unsigned int pin_ctl, item = 0;
2156
2157 pin_ctl = snd_hda_codec_read(codec, nid, 0,
2158 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2159 if (pin_ctl & AC_PINCTL_OUT_EN) {
2160 if (pin_ctl & AC_PINCTL_HP_EN)
2161 item = 2;
2162 else
2163 item = 1;
2164 } else if (pin_ctl & AC_PINCTL_IN_EN) {
2165 switch (pin_ctl & AC_PINCTL_VREFEN) {
2166 case AC_PINCTL_VREF_HIZ: item = 3; break;
2167 case AC_PINCTL_VREF_50: item = 4; break;
2168 case AC_PINCTL_VREF_GRD: item = 5; break;
2169 case AC_PINCTL_VREF_80: item = 6; break;
2170 case AC_PINCTL_VREF_100: item = 7; break;
2171 }
2172 }
2173 ucontrol->value.enumerated.item[0] = item;
2174 return 0;
2175}
2176
9c7f852e
TI
2177static int alc_test_pin_ctl_put(struct snd_kcontrol *kcontrol,
2178 struct snd_ctl_elem_value *ucontrol)
2fa522be
TI
2179{
2180 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2181 hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2182 static unsigned int ctls[] = {
2183 0, AC_PINCTL_OUT_EN, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN,
2184 AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ,
2185 AC_PINCTL_IN_EN | AC_PINCTL_VREF_50,
2186 AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD,
2187 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80,
2188 AC_PINCTL_IN_EN | AC_PINCTL_VREF_100,
2189 };
2190 unsigned int old_ctl, new_ctl;
2191
2192 old_ctl = snd_hda_codec_read(codec, nid, 0,
2193 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
2194 new_ctl = ctls[ucontrol->value.enumerated.item[0]];
2195 if (old_ctl != new_ctl) {
9c7f852e
TI
2196 snd_hda_codec_write(codec, nid, 0,
2197 AC_VERB_SET_PIN_WIDGET_CONTROL, new_ctl);
2fa522be 2198 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
9c7f852e
TI
2199 (ucontrol->value.enumerated.item[0] >= 3 ?
2200 0xb080 : 0xb000));
2fa522be
TI
2201 return 1;
2202 }
2203 return 0;
2204}
2205
9c7f852e
TI
2206static int alc_test_pin_src_info(struct snd_kcontrol *kcontrol,
2207 struct snd_ctl_elem_info *uinfo)
2fa522be
TI
2208{
2209 static char *texts[] = {
2210 "Front", "Surround", "CLFE", "Side"
2211 };
2212 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2213 uinfo->count = 1;
2214 uinfo->value.enumerated.items = 4;
2215 if (uinfo->value.enumerated.item >= 4)
2216 uinfo->value.enumerated.item = 3;
2217 strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
2218 return 0;
2219}
2220
9c7f852e
TI
2221static int alc_test_pin_src_get(struct snd_kcontrol *kcontrol,
2222 struct snd_ctl_elem_value *ucontrol)
2fa522be
TI
2223{
2224 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2225 hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2226 unsigned int sel;
2227
2228 sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0);
2229 ucontrol->value.enumerated.item[0] = sel & 3;
2230 return 0;
2231}
2232
9c7f852e
TI
2233static int alc_test_pin_src_put(struct snd_kcontrol *kcontrol,
2234 struct snd_ctl_elem_value *ucontrol)
2fa522be
TI
2235{
2236 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2237 hda_nid_t nid = (hda_nid_t)kcontrol->private_value;
2238 unsigned int sel;
2239
2240 sel = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONNECT_SEL, 0) & 3;
2241 if (ucontrol->value.enumerated.item[0] != sel) {
2242 sel = ucontrol->value.enumerated.item[0] & 3;
2243 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, sel);
2244 return 1;
2245 }
2246 return 0;
2247}
2248
2249#define PIN_CTL_TEST(xname,nid) { \
2250 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2251 .name = xname, \
2252 .info = alc_test_pin_ctl_info, \
2253 .get = alc_test_pin_ctl_get, \
2254 .put = alc_test_pin_ctl_put, \
2255 .private_value = nid \
2256 }
2257
2258#define PIN_SRC_TEST(xname,nid) { \
2259 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2260 .name = xname, \
2261 .info = alc_test_pin_src_info, \
2262 .get = alc_test_pin_src_get, \
2263 .put = alc_test_pin_src_put, \
2264 .private_value = nid \
2265 }
2266
c8b6bf9b 2267static struct snd_kcontrol_new alc880_test_mixer[] = {
05acb863
TI
2268 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
2269 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
2270 HDA_CODEC_VOLUME("CLFE Playback Volume", 0x0e, 0x0, HDA_OUTPUT),
2271 HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
985be54b
TI
2272 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
2273 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
2274 HDA_BIND_MUTE("CLFE Playback Switch", 0x0e, 2, HDA_INPUT),
2275 HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
2fa522be
TI
2276 PIN_CTL_TEST("Front Pin Mode", 0x14),
2277 PIN_CTL_TEST("Surround Pin Mode", 0x15),
2278 PIN_CTL_TEST("CLFE Pin Mode", 0x16),
2279 PIN_CTL_TEST("Side Pin Mode", 0x17),
2280 PIN_CTL_TEST("In-1 Pin Mode", 0x18),
2281 PIN_CTL_TEST("In-2 Pin Mode", 0x19),
2282 PIN_CTL_TEST("In-3 Pin Mode", 0x1a),
2283 PIN_CTL_TEST("In-4 Pin Mode", 0x1b),
2284 PIN_SRC_TEST("In-1 Pin Source", 0x18),
2285 PIN_SRC_TEST("In-2 Pin Source", 0x19),
2286 PIN_SRC_TEST("In-3 Pin Source", 0x1a),
2287 PIN_SRC_TEST("In-4 Pin Source", 0x1b),
2288 HDA_CODEC_VOLUME("In-1 Playback Volume", 0x0b, 0x0, HDA_INPUT),
2289 HDA_CODEC_MUTE("In-1 Playback Switch", 0x0b, 0x0, HDA_INPUT),
2290 HDA_CODEC_VOLUME("In-2 Playback Volume", 0x0b, 0x1, HDA_INPUT),
2291 HDA_CODEC_MUTE("In-2 Playback Switch", 0x0b, 0x1, HDA_INPUT),
2292 HDA_CODEC_VOLUME("In-3 Playback Volume", 0x0b, 0x2, HDA_INPUT),
2293 HDA_CODEC_MUTE("In-3 Playback Switch", 0x0b, 0x2, HDA_INPUT),
2294 HDA_CODEC_VOLUME("In-4 Playback Volume", 0x0b, 0x3, HDA_INPUT),
2295 HDA_CODEC_MUTE("In-4 Playback Switch", 0x0b, 0x3, HDA_INPUT),
2296 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x4, HDA_INPUT),
2297 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x4, HDA_INPUT),
2fa522be
TI
2298 {
2299 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2300 .name = "Channel Mode",
df694daa
KY
2301 .info = alc_ch_mode_info,
2302 .get = alc_ch_mode_get,
2303 .put = alc_ch_mode_put,
2fa522be
TI
2304 },
2305 { } /* end */
2306};
2307
2308static struct hda_verb alc880_test_init_verbs[] = {
2309 /* Unmute inputs of 0x0c - 0x0f */
05acb863
TI
2310 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2311 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2312 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2313 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2314 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2315 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2316 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2317 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
2fa522be 2318 /* Vol output for 0x0c-0x0f */
05acb863
TI
2319 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2320 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2321 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2322 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
2fa522be 2323 /* Set output pins 0x14-0x17 */
05acb863
TI
2324 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2325 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2326 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2327 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2fa522be 2328 /* Unmute output pins 0x14-0x17 */
05acb863
TI
2329 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2330 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2331 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2332 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2fa522be 2333 /* Set input pins 0x18-0x1c */
16ded525
TI
2334 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2335 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
05acb863
TI
2336 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2337 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2338 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2fa522be 2339 /* Mute input pins 0x18-0x1b */
05acb863
TI
2340 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2341 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2342 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2343 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
71fe7b82 2344 /* ADC set up */
05acb863 2345 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 2346 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
05acb863 2347 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 2348 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
05acb863 2349 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 2350 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
05acb863
TI
2351 /* Analog input/passthru */
2352 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2353 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2354 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2355 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2356 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2fa522be
TI
2357 { }
2358};
2359#endif
2360
1da177e4
LT
2361/*
2362 */
2363
f5fcc13c
TI
2364static const char *alc880_models[ALC880_MODEL_LAST] = {
2365 [ALC880_3ST] = "3stack",
2366 [ALC880_TCL_S700] = "tcl",
2367 [ALC880_3ST_DIG] = "3stack-digout",
2368 [ALC880_CLEVO] = "clevo",
2369 [ALC880_5ST] = "5stack",
2370 [ALC880_5ST_DIG] = "5stack-digout",
2371 [ALC880_W810] = "w810",
2372 [ALC880_Z71V] = "z71v",
2373 [ALC880_6ST] = "6stack",
2374 [ALC880_6ST_DIG] = "6stack-digout",
2375 [ALC880_ASUS] = "asus",
2376 [ALC880_ASUS_W1V] = "asus-w1v",
2377 [ALC880_ASUS_DIG] = "asus-dig",
2378 [ALC880_ASUS_DIG2] = "asus-dig2",
2379 [ALC880_UNIWILL_DIG] = "uniwill",
2cf9f0fc
TD
2380 [ALC880_UNIWILL_P53] = "uniwill-p53",
2381 [ALC880_FUJITSU] = "fujitsu",
f5fcc13c
TI
2382 [ALC880_F1734] = "F1734",
2383 [ALC880_LG] = "lg",
2384 [ALC880_LG_LW] = "lg-lw",
2fa522be 2385#ifdef CONFIG_SND_DEBUG
f5fcc13c 2386 [ALC880_TEST] = "test",
2fa522be 2387#endif
f5fcc13c
TI
2388 [ALC880_AUTO] = "auto",
2389};
2390
2391static struct snd_pci_quirk alc880_cfg_tbl[] = {
2392 /* Broken BIOS configuration */
2393 SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_6ST_DIG),
2394 SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_6ST_DIG),
2395
2396 SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_5ST_DIG),
2397 SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_6ST),
4dc53e28 2398 SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_W810),
f5fcc13c
TI
2399 SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_3ST_DIG),
2400 SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_6ST_DIG),
2401 SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_6ST_DIG),
2402 SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_6ST_DIG),
2403 SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_3ST_DIG),
2404 SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_3ST),
2405
2406 SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_6ST_DIG),
2407 SND_PCI_QUIRK(0x103c, 0x2a09, "HP", ALC880_5ST),
2408
2409 SND_PCI_QUIRK(0x1043, 0x10b3, "ASUS W1V", ALC880_ASUS_W1V),
2410 SND_PCI_QUIRK(0x1043, 0x10c2, "ASUS W6A", ALC880_ASUS_DIG),
2411 SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS Wxx", ALC880_ASUS_DIG),
2412 SND_PCI_QUIRK(0x1043, 0x1113, "ASUS", ALC880_ASUS_DIG),
2413 SND_PCI_QUIRK(0x1043, 0x1123, "ASUS", ALC880_ASUS_DIG),
2414 SND_PCI_QUIRK(0x1043, 0x1173, "ASUS", ALC880_ASUS_DIG),
2415 SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_Z71V),
2416 /* SND_PCI_QUIRK(0x1043, 0x1964, "ASUS", ALC880_ASUS_DIG), */
2417 SND_PCI_QUIRK(0x1043, 0x1973, "ASUS", ALC880_ASUS_DIG),
2418 SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS", ALC880_ASUS_DIG),
0e4ceb75 2419 SND_PCI_QUIRK(0x1043, 0x814e, "ASUS", ALC880_ASUS),
f5fcc13c
TI
2420 SND_PCI_QUIRK(0x1043, 0x8181, "ASUS P4GPL", ALC880_ASUS_DIG),
2421 SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST),
2422 SND_PCI_QUIRK(0x1043, 0x81b4, "ASUS", ALC880_6ST),
2423 SND_PCI_QUIRK(0x1043, 0, "ASUS", ALC880_ASUS),
2424
2425 SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_3ST),
2426 SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_3ST),
2427 SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_5ST),
2428 SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_5ST),
2429 SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_5ST),
2430 SND_PCI_QUIRK(0x1558, 0x0520, "Clevo m520G", ALC880_CLEVO),
2431 SND_PCI_QUIRK(0x1558, 0x0660, "Clevo m655n", ALC880_CLEVO),
2432 SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_5ST_DIG),
2433 SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_W810),
2434 SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_5ST_DIG),
2435 SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_TCL_S700),
2436 SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_5ST_DIG),
2437 SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_6ST_DIG),
2438 SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_6ST_DIG),
2439 SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_6ST_DIG),
2440 SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_6ST_DIG),
2441 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_6ST_DIG),
2442 SND_PCI_QUIRK(0x1558, 0x5401, "ASUS", ALC880_ASUS_DIG2),
2443
2444 SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_UNIWILL_DIG),
2445 SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_UNIWILL),
2446 SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_UNIWILL_P53),
2447 SND_PCI_QUIRK(0x1584, 0x9054, "Uniwlll", ALC880_F1734),
2448
2449 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_5ST_DIG),
2450 SND_PCI_QUIRK(0x1734, 0x10ac, "FSC", ALC880_UNIWILL),
2451 SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_F1734),
2cf9f0fc 2452 SND_PCI_QUIRK(0x1734, 0x10b0, "Fujitsu", ALC880_FUJITSU),
f5fcc13c
TI
2453
2454 SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_LG),
2455 SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_LG),
2456 SND_PCI_QUIRK(0x1854, 0x0018, "LG LW20", ALC880_LG_LW),
2457 SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_LG_LW),
2458
2459 SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_3ST_DIG),
2460 SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_3ST_DIG),
2461 SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_3ST_DIG),
2462 SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_5ST_DIG),
2463 SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_5ST_DIG),
2464 SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_5ST_DIG),
2465 SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_5ST_DIG),
2466 SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_5ST_DIG),
2467 SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_5ST_DIG),
2468 SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_5ST_DIG),
2469 SND_PCI_QUIRK(0x8086, 0, "Intel mobo", ALC880_3ST),
2fa522be 2470
1da177e4
LT
2471 {}
2472};
2473
16ded525 2474/*
df694daa 2475 * ALC880 codec presets
16ded525 2476 */
16ded525
TI
2477static struct alc_config_preset alc880_presets[] = {
2478 [ALC880_3ST] = {
e9edcee0
TI
2479 .mixers = { alc880_three_stack_mixer },
2480 .init_verbs = { alc880_volume_init_verbs, alc880_pin_3stack_init_verbs },
16ded525 2481 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
16ded525 2482 .dac_nids = alc880_dac_nids,
16ded525
TI
2483 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2484 .channel_mode = alc880_threestack_modes,
4e195a7b 2485 .need_dac_fix = 1,
16ded525
TI
2486 .input_mux = &alc880_capture_source,
2487 },
2488 [ALC880_3ST_DIG] = {
e9edcee0
TI
2489 .mixers = { alc880_three_stack_mixer },
2490 .init_verbs = { alc880_volume_init_verbs, alc880_pin_3stack_init_verbs },
16ded525 2491 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
16ded525
TI
2492 .dac_nids = alc880_dac_nids,
2493 .dig_out_nid = ALC880_DIGOUT_NID,
16ded525
TI
2494 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2495 .channel_mode = alc880_threestack_modes,
4e195a7b 2496 .need_dac_fix = 1,
16ded525
TI
2497 .input_mux = &alc880_capture_source,
2498 },
df694daa
KY
2499 [ALC880_TCL_S700] = {
2500 .mixers = { alc880_tcl_s700_mixer },
2501 .init_verbs = { alc880_volume_init_verbs,
2502 alc880_pin_tcl_S700_init_verbs,
2503 alc880_gpio2_init_verbs },
2504 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2505 .dac_nids = alc880_dac_nids,
2506 .hp_nid = 0x03,
2507 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2508 .channel_mode = alc880_2_jack_modes,
2509 .input_mux = &alc880_capture_source,
2510 },
16ded525 2511 [ALC880_5ST] = {
e9edcee0
TI
2512 .mixers = { alc880_three_stack_mixer, alc880_five_stack_mixer},
2513 .init_verbs = { alc880_volume_init_verbs, alc880_pin_5stack_init_verbs },
16ded525
TI
2514 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2515 .dac_nids = alc880_dac_nids,
16ded525
TI
2516 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2517 .channel_mode = alc880_fivestack_modes,
2518 .input_mux = &alc880_capture_source,
2519 },
2520 [ALC880_5ST_DIG] = {
e9edcee0
TI
2521 .mixers = { alc880_three_stack_mixer, alc880_five_stack_mixer },
2522 .init_verbs = { alc880_volume_init_verbs, alc880_pin_5stack_init_verbs },
16ded525
TI
2523 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2524 .dac_nids = alc880_dac_nids,
2525 .dig_out_nid = ALC880_DIGOUT_NID,
16ded525
TI
2526 .num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
2527 .channel_mode = alc880_fivestack_modes,
2528 .input_mux = &alc880_capture_source,
2529 },
b6482d48
TI
2530 [ALC880_6ST] = {
2531 .mixers = { alc880_six_stack_mixer },
2532 .init_verbs = { alc880_volume_init_verbs, alc880_pin_6stack_init_verbs },
2533 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2534 .dac_nids = alc880_6st_dac_nids,
2535 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2536 .channel_mode = alc880_sixstack_modes,
2537 .input_mux = &alc880_6stack_capture_source,
2538 },
16ded525 2539 [ALC880_6ST_DIG] = {
e9edcee0
TI
2540 .mixers = { alc880_six_stack_mixer },
2541 .init_verbs = { alc880_volume_init_verbs, alc880_pin_6stack_init_verbs },
16ded525
TI
2542 .num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
2543 .dac_nids = alc880_6st_dac_nids,
2544 .dig_out_nid = ALC880_DIGOUT_NID,
16ded525
TI
2545 .num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
2546 .channel_mode = alc880_sixstack_modes,
2547 .input_mux = &alc880_6stack_capture_source,
2548 },
2549 [ALC880_W810] = {
e9edcee0 2550 .mixers = { alc880_w810_base_mixer },
b0af0de5
TI
2551 .init_verbs = { alc880_volume_init_verbs, alc880_pin_w810_init_verbs,
2552 alc880_gpio2_init_verbs },
16ded525
TI
2553 .num_dacs = ARRAY_SIZE(alc880_w810_dac_nids),
2554 .dac_nids = alc880_w810_dac_nids,
2555 .dig_out_nid = ALC880_DIGOUT_NID,
16ded525
TI
2556 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2557 .channel_mode = alc880_w810_modes,
2558 .input_mux = &alc880_capture_source,
2559 },
2560 [ALC880_Z71V] = {
e9edcee0 2561 .mixers = { alc880_z71v_mixer },
b0af0de5 2562 .init_verbs = { alc880_volume_init_verbs, alc880_pin_z71v_init_verbs },
16ded525
TI
2563 .num_dacs = ARRAY_SIZE(alc880_z71v_dac_nids),
2564 .dac_nids = alc880_z71v_dac_nids,
2565 .dig_out_nid = ALC880_DIGOUT_NID,
2566 .hp_nid = 0x03,
e9edcee0
TI
2567 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2568 .channel_mode = alc880_2_jack_modes,
16ded525
TI
2569 .input_mux = &alc880_capture_source,
2570 },
2571 [ALC880_F1734] = {
e9edcee0
TI
2572 .mixers = { alc880_f1734_mixer },
2573 .init_verbs = { alc880_volume_init_verbs, alc880_pin_f1734_init_verbs },
2574 .num_dacs = ARRAY_SIZE(alc880_f1734_dac_nids),
2575 .dac_nids = alc880_f1734_dac_nids,
2576 .hp_nid = 0x02,
2577 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2578 .channel_mode = alc880_2_jack_modes,
16ded525
TI
2579 .input_mux = &alc880_capture_source,
2580 },
2581 [ALC880_ASUS] = {
e9edcee0
TI
2582 .mixers = { alc880_asus_mixer },
2583 .init_verbs = { alc880_volume_init_verbs, alc880_pin_asus_init_verbs,
2584 alc880_gpio1_init_verbs },
2585 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2586 .dac_nids = alc880_asus_dac_nids,
2587 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2588 .channel_mode = alc880_asus_modes,
4e195a7b 2589 .need_dac_fix = 1,
16ded525
TI
2590 .input_mux = &alc880_capture_source,
2591 },
2592 [ALC880_ASUS_DIG] = {
e9edcee0
TI
2593 .mixers = { alc880_asus_mixer },
2594 .init_verbs = { alc880_volume_init_verbs, alc880_pin_asus_init_verbs,
2595 alc880_gpio1_init_verbs },
2596 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2597 .dac_nids = alc880_asus_dac_nids,
16ded525 2598 .dig_out_nid = ALC880_DIGOUT_NID,
e9edcee0
TI
2599 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2600 .channel_mode = alc880_asus_modes,
4e195a7b 2601 .need_dac_fix = 1,
16ded525
TI
2602 .input_mux = &alc880_capture_source,
2603 },
df694daa
KY
2604 [ALC880_ASUS_DIG2] = {
2605 .mixers = { alc880_asus_mixer },
2606 .init_verbs = { alc880_volume_init_verbs, alc880_pin_asus_init_verbs,
2607 alc880_gpio2_init_verbs }, /* use GPIO2 */
2608 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2609 .dac_nids = alc880_asus_dac_nids,
2610 .dig_out_nid = ALC880_DIGOUT_NID,
2611 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2612 .channel_mode = alc880_asus_modes,
4e195a7b 2613 .need_dac_fix = 1,
df694daa
KY
2614 .input_mux = &alc880_capture_source,
2615 },
16ded525 2616 [ALC880_ASUS_W1V] = {
e9edcee0
TI
2617 .mixers = { alc880_asus_mixer, alc880_asus_w1v_mixer },
2618 .init_verbs = { alc880_volume_init_verbs, alc880_pin_asus_init_verbs,
2619 alc880_gpio1_init_verbs },
2620 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2621 .dac_nids = alc880_asus_dac_nids,
16ded525 2622 .dig_out_nid = ALC880_DIGOUT_NID,
e9edcee0
TI
2623 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2624 .channel_mode = alc880_asus_modes,
4e195a7b 2625 .need_dac_fix = 1,
16ded525
TI
2626 .input_mux = &alc880_capture_source,
2627 },
2628 [ALC880_UNIWILL_DIG] = {
3c10a9d9 2629 .mixers = { alc880_asus_mixer, alc880_pcbeep_mixer },
ccc656ce
KY
2630 .init_verbs = { alc880_volume_init_verbs,
2631 alc880_pin_asus_init_verbs },
e9edcee0
TI
2632 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2633 .dac_nids = alc880_asus_dac_nids,
16ded525 2634 .dig_out_nid = ALC880_DIGOUT_NID,
e9edcee0
TI
2635 .num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
2636 .channel_mode = alc880_asus_modes,
4e195a7b 2637 .need_dac_fix = 1,
16ded525
TI
2638 .input_mux = &alc880_capture_source,
2639 },
ccc656ce
KY
2640 [ALC880_UNIWILL] = {
2641 .mixers = { alc880_uniwill_mixer },
2642 .init_verbs = { alc880_volume_init_verbs,
2643 alc880_uniwill_init_verbs },
2644 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2645 .dac_nids = alc880_asus_dac_nids,
2646 .dig_out_nid = ALC880_DIGOUT_NID,
2647 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2648 .channel_mode = alc880_threestack_modes,
2649 .need_dac_fix = 1,
2650 .input_mux = &alc880_capture_source,
2651 .unsol_event = alc880_uniwill_unsol_event,
2652 .init_hook = alc880_uniwill_automute,
2653 },
2654 [ALC880_UNIWILL_P53] = {
2655 .mixers = { alc880_uniwill_p53_mixer },
2656 .init_verbs = { alc880_volume_init_verbs,
2657 alc880_uniwill_p53_init_verbs },
2658 .num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
2659 .dac_nids = alc880_asus_dac_nids,
2660 .num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
2cf9f0fc
TD
2661 .channel_mode = alc880_threestack_modes,
2662 .input_mux = &alc880_capture_source,
2663 .unsol_event = alc880_uniwill_p53_unsol_event,
2664 .init_hook = alc880_uniwill_p53_hp_automute,
2665 },
2666 [ALC880_FUJITSU] = {
2667 .mixers = { alc880_fujitsu_mixer,
2668 alc880_pcbeep_mixer, },
2669 .init_verbs = { alc880_volume_init_verbs,
2670 alc880_uniwill_p53_init_verbs,
2671 alc880_beep_init_verbs },
2672 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2673 .dac_nids = alc880_dac_nids,
2674 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2675 .channel_mode = alc880_2_jack_modes,
ccc656ce
KY
2676 .input_mux = &alc880_capture_source,
2677 .unsol_event = alc880_uniwill_p53_unsol_event,
2678 .init_hook = alc880_uniwill_p53_hp_automute,
2679 },
df694daa
KY
2680 [ALC880_CLEVO] = {
2681 .mixers = { alc880_three_stack_mixer },
2682 .init_verbs = { alc880_volume_init_verbs,
2683 alc880_pin_clevo_init_verbs },
2684 .num_dacs = ARRAY_SIZE(alc880_dac_nids),
2685 .dac_nids = alc880_dac_nids,
2686 .hp_nid = 0x03,
2687 .num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
2688 .channel_mode = alc880_threestack_modes,
4e195a7b 2689 .need_dac_fix = 1,
df694daa
KY
2690 .input_mux = &alc880_capture_source,
2691 },
ae6b813a
TI
2692 [ALC880_LG] = {
2693 .mixers = { alc880_lg_mixer },
2694 .init_verbs = { alc880_volume_init_verbs,
2695 alc880_lg_init_verbs },
2696 .num_dacs = ARRAY_SIZE(alc880_lg_dac_nids),
2697 .dac_nids = alc880_lg_dac_nids,
2698 .dig_out_nid = ALC880_DIGOUT_NID,
2699 .num_channel_mode = ARRAY_SIZE(alc880_lg_ch_modes),
2700 .channel_mode = alc880_lg_ch_modes,
4e195a7b 2701 .need_dac_fix = 1,
ae6b813a
TI
2702 .input_mux = &alc880_lg_capture_source,
2703 .unsol_event = alc880_lg_unsol_event,
2704 .init_hook = alc880_lg_automute,
2705 },
d681518a
TI
2706 [ALC880_LG_LW] = {
2707 .mixers = { alc880_lg_lw_mixer },
2708 .init_verbs = { alc880_volume_init_verbs,
2709 alc880_lg_lw_init_verbs },
2710 .num_dacs = 1,
2711 .dac_nids = alc880_dac_nids,
2712 .dig_out_nid = ALC880_DIGOUT_NID,
2713 .num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
2714 .channel_mode = alc880_2_jack_modes,
2715 .input_mux = &alc880_lg_lw_capture_source,
2716 .unsol_event = alc880_lg_lw_unsol_event,
2717 .init_hook = alc880_lg_lw_automute,
2718 },
16ded525
TI
2719#ifdef CONFIG_SND_DEBUG
2720 [ALC880_TEST] = {
e9edcee0
TI
2721 .mixers = { alc880_test_mixer },
2722 .init_verbs = { alc880_test_init_verbs },
16ded525
TI
2723 .num_dacs = ARRAY_SIZE(alc880_test_dac_nids),
2724 .dac_nids = alc880_test_dac_nids,
2725 .dig_out_nid = ALC880_DIGOUT_NID,
16ded525
TI
2726 .num_channel_mode = ARRAY_SIZE(alc880_test_modes),
2727 .channel_mode = alc880_test_modes,
2728 .input_mux = &alc880_test_capture_source,
2729 },
2730#endif
2731};
2732
e9edcee0
TI
2733/*
2734 * Automatic parse of I/O pins from the BIOS configuration
2735 */
2736
2737#define NUM_CONTROL_ALLOC 32
2738#define NUM_VERB_ALLOC 32
2739
2740enum {
2741 ALC_CTL_WIDGET_VOL,
2742 ALC_CTL_WIDGET_MUTE,
2743 ALC_CTL_BIND_MUTE,
2744};
c8b6bf9b 2745static struct snd_kcontrol_new alc880_control_templates[] = {
e9edcee0
TI
2746 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2747 HDA_CODEC_MUTE(NULL, 0, 0, 0),
985be54b 2748 HDA_BIND_MUTE(NULL, 0, 0, 0),
e9edcee0
TI
2749};
2750
2751/* add dynamic controls */
2752static int add_control(struct alc_spec *spec, int type, const char *name, unsigned long val)
2753{
c8b6bf9b 2754 struct snd_kcontrol_new *knew;
e9edcee0
TI
2755
2756 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2757 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2758
2759 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL); /* array + terminator */
2760 if (! knew)
2761 return -ENOMEM;
2762 if (spec->kctl_alloc) {
2763 memcpy(knew, spec->kctl_alloc, sizeof(*knew) * spec->num_kctl_alloc);
2764 kfree(spec->kctl_alloc);
2765 }
2766 spec->kctl_alloc = knew;
2767 spec->num_kctl_alloc = num;
2768 }
2769
2770 knew = &spec->kctl_alloc[spec->num_kctl_used];
2771 *knew = alc880_control_templates[type];
543537bd 2772 knew->name = kstrdup(name, GFP_KERNEL);
e9edcee0
TI
2773 if (! knew->name)
2774 return -ENOMEM;
2775 knew->private_value = val;
2776 spec->num_kctl_used++;
2777 return 0;
2778}
2779
2780#define alc880_is_fixed_pin(nid) ((nid) >= 0x14 && (nid) <= 0x17)
2781#define alc880_fixed_pin_idx(nid) ((nid) - 0x14)
2782#define alc880_is_multi_pin(nid) ((nid) >= 0x18)
2783#define alc880_multi_pin_idx(nid) ((nid) - 0x18)
2784#define alc880_is_input_pin(nid) ((nid) >= 0x18)
2785#define alc880_input_pin_idx(nid) ((nid) - 0x18)
2786#define alc880_idx_to_dac(nid) ((nid) + 0x02)
2787#define alc880_dac_to_idx(nid) ((nid) - 0x02)
2788#define alc880_idx_to_mixer(nid) ((nid) + 0x0c)
2789#define alc880_idx_to_selector(nid) ((nid) + 0x10)
2790#define ALC880_PIN_CD_NID 0x1c
2791
2792/* fill in the dac_nids table from the parsed pin configuration */
2793static int alc880_auto_fill_dac_nids(struct alc_spec *spec, const struct auto_pin_cfg *cfg)
2794{
2795 hda_nid_t nid;
2796 int assigned[4];
2797 int i, j;
2798
2799 memset(assigned, 0, sizeof(assigned));
b0af0de5 2800 spec->multiout.dac_nids = spec->private_dac_nids;
e9edcee0
TI
2801
2802 /* check the pins hardwired to audio widget */
2803 for (i = 0; i < cfg->line_outs; i++) {
2804 nid = cfg->line_out_pins[i];
2805 if (alc880_is_fixed_pin(nid)) {
2806 int idx = alc880_fixed_pin_idx(nid);
5014f193 2807 spec->multiout.dac_nids[i] = alc880_idx_to_dac(idx);
e9edcee0
TI
2808 assigned[idx] = 1;
2809 }
2810 }
2811 /* left pins can be connect to any audio widget */
2812 for (i = 0; i < cfg->line_outs; i++) {
2813 nid = cfg->line_out_pins[i];
2814 if (alc880_is_fixed_pin(nid))
2815 continue;
2816 /* search for an empty channel */
2817 for (j = 0; j < cfg->line_outs; j++) {
2818 if (! assigned[j]) {
2819 spec->multiout.dac_nids[i] = alc880_idx_to_dac(j);
2820 assigned[j] = 1;
2821 break;
2822 }
2823 }
2824 }
2825 spec->multiout.num_dacs = cfg->line_outs;
2826 return 0;
2827}
2828
2829/* add playback controls from the parsed DAC table */
df694daa
KY
2830static int alc880_auto_create_multi_out_ctls(struct alc_spec *spec,
2831 const struct auto_pin_cfg *cfg)
e9edcee0
TI
2832{
2833 char name[32];
2834 static const char *chname[4] = { "Front", "Surround", NULL /*CLFE*/, "Side" };
2835 hda_nid_t nid;
2836 int i, err;
2837
2838 for (i = 0; i < cfg->line_outs; i++) {
2839 if (! spec->multiout.dac_nids[i])
2840 continue;
2841 nid = alc880_idx_to_mixer(alc880_dac_to_idx(spec->multiout.dac_nids[i]));
2842 if (i == 2) {
2843 /* Center/LFE */
2844 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, "Center Playback Volume",
2845 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT))) < 0)
2846 return err;
2847 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, "LFE Playback Volume",
2848 HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT))) < 0)
2849 return err;
2850 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, "Center Playback Switch",
2851 HDA_COMPOSE_AMP_VAL(nid, 1, 2, HDA_INPUT))) < 0)
2852 return err;
2853 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, "LFE Playback Switch",
2854 HDA_COMPOSE_AMP_VAL(nid, 2, 2, HDA_INPUT))) < 0)
2855 return err;
2856 } else {
2857 sprintf(name, "%s Playback Volume", chname[i]);
2858 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
2859 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
2860 return err;
2861 sprintf(name, "%s Playback Switch", chname[i]);
2862 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, name,
2863 HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT))) < 0)
2864 return err;
2865 }
2866 }
e9edcee0
TI
2867 return 0;
2868}
2869
8d88bc3d
TI
2870/* add playback controls for speaker and HP outputs */
2871static int alc880_auto_create_extra_out(struct alc_spec *spec, hda_nid_t pin,
2872 const char *pfx)
e9edcee0
TI
2873{
2874 hda_nid_t nid;
2875 int err;
8d88bc3d 2876 char name[32];
e9edcee0
TI
2877
2878 if (! pin)
2879 return 0;
2880
2881 if (alc880_is_fixed_pin(pin)) {
2882 nid = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
82bc955f
TI
2883 /* specify the DAC as the extra output */
2884 if (! spec->multiout.hp_nid)
e9edcee0 2885 spec->multiout.hp_nid = nid;
82bc955f
TI
2886 else
2887 spec->multiout.extra_out_nid[0] = nid;
e9edcee0
TI
2888 /* control HP volume/switch on the output mixer amp */
2889 nid = alc880_idx_to_mixer(alc880_fixed_pin_idx(pin));
8d88bc3d
TI
2890 sprintf(name, "%s Playback Volume", pfx);
2891 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
e9edcee0
TI
2892 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
2893 return err;
8d88bc3d
TI
2894 sprintf(name, "%s Playback Switch", pfx);
2895 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, name,
e9edcee0
TI
2896 HDA_COMPOSE_AMP_VAL(nid, 3, 2, HDA_INPUT))) < 0)
2897 return err;
2898 } else if (alc880_is_multi_pin(pin)) {
2899 /* set manual connection */
e9edcee0 2900 /* we have only a switch on HP-out PIN */
8d88bc3d
TI
2901 sprintf(name, "%s Playback Switch", pfx);
2902 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
e9edcee0
TI
2903 HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_OUTPUT))) < 0)
2904 return err;
2905 }
2906 return 0;
2907}
2908
2909/* create input playback/capture controls for the given pin */
df694daa
KY
2910static int new_analog_input(struct alc_spec *spec, hda_nid_t pin, const char *ctlname,
2911 int idx, hda_nid_t mix_nid)
e9edcee0
TI
2912{
2913 char name[32];
df694daa 2914 int err;
e9edcee0
TI
2915
2916 sprintf(name, "%s Playback Volume", ctlname);
e9edcee0 2917 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
df694daa 2918 HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT))) < 0)
e9edcee0
TI
2919 return err;
2920 sprintf(name, "%s Playback Switch", ctlname);
2921 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
df694daa 2922 HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT))) < 0)
e9edcee0
TI
2923 return err;
2924 return 0;
2925}
2926
2927/* create playback/capture controls for input pins */
df694daa
KY
2928static int alc880_auto_create_analog_input_ctls(struct alc_spec *spec,
2929 const struct auto_pin_cfg *cfg)
e9edcee0 2930{
e9edcee0 2931 struct hda_input_mux *imux = &spec->private_imux;
df694daa 2932 int i, err, idx;
e9edcee0
TI
2933
2934 for (i = 0; i < AUTO_PIN_LAST; i++) {
2935 if (alc880_is_input_pin(cfg->input_pins[i])) {
df694daa 2936 idx = alc880_input_pin_idx(cfg->input_pins[i]);
4a471b7d
TI
2937 err = new_analog_input(spec, cfg->input_pins[i],
2938 auto_pin_cfg_labels[i],
df694daa 2939 idx, 0x0b);
e9edcee0
TI
2940 if (err < 0)
2941 return err;
4a471b7d 2942 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
e9edcee0
TI
2943 imux->items[imux->num_items].index = alc880_input_pin_idx(cfg->input_pins[i]);
2944 imux->num_items++;
2945 }
2946 }
2947 return 0;
2948}
2949
df694daa
KY
2950static void alc880_auto_set_output_and_unmute(struct hda_codec *codec,
2951 hda_nid_t nid, int pin_type,
e9edcee0
TI
2952 int dac_idx)
2953{
2954 /* set as output */
2955 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2956 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
2957 /* need the manual connection? */
2958 if (alc880_is_multi_pin(nid)) {
2959 struct alc_spec *spec = codec->spec;
2960 int idx = alc880_multi_pin_idx(nid);
2961 snd_hda_codec_write(codec, alc880_idx_to_selector(idx), 0,
2962 AC_VERB_SET_CONNECT_SEL,
2963 alc880_dac_to_idx(spec->multiout.dac_nids[dac_idx]));
2964 }
2965}
2966
2967static void alc880_auto_init_multi_out(struct hda_codec *codec)
2968{
2969 struct alc_spec *spec = codec->spec;
2970 int i;
2971
2972 for (i = 0; i < spec->autocfg.line_outs; i++) {
2973 hda_nid_t nid = spec->autocfg.line_out_pins[i];
2974 alc880_auto_set_output_and_unmute(codec, nid, PIN_OUT, i);
2975 }
2976}
2977
8d88bc3d 2978static void alc880_auto_init_extra_out(struct hda_codec *codec)
e9edcee0
TI
2979{
2980 struct alc_spec *spec = codec->spec;
2981 hda_nid_t pin;
2982
82bc955f 2983 pin = spec->autocfg.speaker_pins[0];
8d88bc3d
TI
2984 if (pin) /* connect to front */
2985 alc880_auto_set_output_and_unmute(codec, pin, PIN_OUT, 0);
eb06ed8f 2986 pin = spec->autocfg.hp_pins[0];
e9edcee0
TI
2987 if (pin) /* connect to front */
2988 alc880_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
2989}
2990
2991static void alc880_auto_init_analog_input(struct hda_codec *codec)
2992{
2993 struct alc_spec *spec = codec->spec;
2994 int i;
2995
2996 for (i = 0; i < AUTO_PIN_LAST; i++) {
2997 hda_nid_t nid = spec->autocfg.input_pins[i];
2998 if (alc880_is_input_pin(nid)) {
2999 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3000 i <= AUTO_PIN_FRONT_MIC ? PIN_VREF80 : PIN_IN);
3001 if (nid != ALC880_PIN_CD_NID)
3002 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
3003 AMP_OUT_MUTE);
3004 }
3005 }
3006}
3007
3008/* parse the BIOS configuration and set up the alc_spec */
3009/* return 1 if successful, 0 if the proper config is not found, or a negative error code */
3010static int alc880_parse_auto_config(struct hda_codec *codec)
3011{
3012 struct alc_spec *spec = codec->spec;
3013 int err;
df694daa 3014 static hda_nid_t alc880_ignore[] = { 0x1d, 0 };
e9edcee0 3015
df694daa
KY
3016 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
3017 alc880_ignore)) < 0)
e9edcee0 3018 return err;
82bc955f 3019 if (! spec->autocfg.line_outs)
e9edcee0 3020 return 0; /* can't find valid BIOS pin config */
df694daa
KY
3021
3022 if ((err = alc880_auto_fill_dac_nids(spec, &spec->autocfg)) < 0 ||
3023 (err = alc880_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0 ||
82bc955f
TI
3024 (err = alc880_auto_create_extra_out(spec,
3025 spec->autocfg.speaker_pins[0],
8d88bc3d 3026 "Speaker")) < 0 ||
eb06ed8f 3027 (err = alc880_auto_create_extra_out(spec, spec->autocfg.hp_pins[0],
8d88bc3d 3028 "Headphone")) < 0 ||
e9edcee0
TI
3029 (err = alc880_auto_create_analog_input_ctls(spec, &spec->autocfg)) < 0)
3030 return err;
3031
3032 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3033
3034 if (spec->autocfg.dig_out_pin)
3035 spec->multiout.dig_out_nid = ALC880_DIGOUT_NID;
3036 if (spec->autocfg.dig_in_pin)
3037 spec->dig_in_nid = ALC880_DIGIN_NID;
3038
3039 if (spec->kctl_alloc)
3040 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3041
3042 spec->init_verbs[spec->num_init_verbs++] = alc880_volume_init_verbs;
3043
a1e8d2da 3044 spec->num_mux_defs = 1;
e9edcee0
TI
3045 spec->input_mux = &spec->private_imux;
3046
3047 return 1;
3048}
3049
ae6b813a
TI
3050/* additional initialization for auto-configuration model */
3051static void alc880_auto_init(struct hda_codec *codec)
e9edcee0 3052{
e9edcee0 3053 alc880_auto_init_multi_out(codec);
8d88bc3d 3054 alc880_auto_init_extra_out(codec);
e9edcee0 3055 alc880_auto_init_analog_input(codec);
e9edcee0
TI
3056}
3057
3058/*
3059 * OK, here we have finally the patch for ALC880
3060 */
3061
1da177e4
LT
3062static int patch_alc880(struct hda_codec *codec)
3063{
3064 struct alc_spec *spec;
3065 int board_config;
df694daa 3066 int err;
1da177e4 3067
e560d8d8 3068 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1da177e4
LT
3069 if (spec == NULL)
3070 return -ENOMEM;
3071
3072 codec->spec = spec;
3073
f5fcc13c
TI
3074 board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
3075 alc880_models,
3076 alc880_cfg_tbl);
3077 if (board_config < 0) {
9c7f852e
TI
3078 printk(KERN_INFO "hda_codec: Unknown model for ALC880, "
3079 "trying auto-probe from BIOS...\n");
e9edcee0 3080 board_config = ALC880_AUTO;
1da177e4 3081 }
1da177e4 3082
e9edcee0
TI
3083 if (board_config == ALC880_AUTO) {
3084 /* automatic parse from the BIOS config */
3085 err = alc880_parse_auto_config(codec);
3086 if (err < 0) {
3087 alc_free(codec);
3088 return err;
3089 } else if (! err) {
9c7f852e
TI
3090 printk(KERN_INFO
3091 "hda_codec: Cannot set up configuration "
3092 "from BIOS. Using 3-stack mode...\n");
e9edcee0
TI
3093 board_config = ALC880_3ST;
3094 }
1da177e4
LT
3095 }
3096
df694daa
KY
3097 if (board_config != ALC880_AUTO)
3098 setup_preset(spec, &alc880_presets[board_config]);
1da177e4
LT
3099
3100 spec->stream_name_analog = "ALC880 Analog";
3101 spec->stream_analog_playback = &alc880_pcm_analog_playback;
3102 spec->stream_analog_capture = &alc880_pcm_analog_capture;
3103
3104 spec->stream_name_digital = "ALC880 Digital";
3105 spec->stream_digital_playback = &alc880_pcm_digital_playback;
3106 spec->stream_digital_capture = &alc880_pcm_digital_capture;
3107
e9edcee0
TI
3108 if (! spec->adc_nids && spec->input_mux) {
3109 /* check whether NID 0x07 is valid */
54d17403 3110 unsigned int wcap = get_wcaps(codec, alc880_adc_nids[0]);
e9edcee0
TI
3111 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
3112 if (wcap != AC_WID_AUD_IN) {
3113 spec->adc_nids = alc880_adc_nids_alt;
3114 spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids_alt);
3115 spec->mixers[spec->num_mixers] = alc880_capture_alt_mixer;
3116 spec->num_mixers++;
3117 } else {
3118 spec->adc_nids = alc880_adc_nids;
3119 spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids);
3120 spec->mixers[spec->num_mixers] = alc880_capture_mixer;
3121 spec->num_mixers++;
3122 }
3123 }
1da177e4
LT
3124
3125 codec->patch_ops = alc_patch_ops;
e9edcee0 3126 if (board_config == ALC880_AUTO)
ae6b813a 3127 spec->init_hook = alc880_auto_init;
1da177e4
LT
3128
3129 return 0;
3130}
3131
e9edcee0 3132
1da177e4
LT
3133/*
3134 * ALC260 support
3135 */
3136
e9edcee0
TI
3137static hda_nid_t alc260_dac_nids[1] = {
3138 /* front */
3139 0x02,
3140};
3141
3142static hda_nid_t alc260_adc_nids[1] = {
3143 /* ADC0 */
3144 0x04,
3145};
3146
df694daa 3147static hda_nid_t alc260_adc_nids_alt[1] = {
e9edcee0
TI
3148 /* ADC1 */
3149 0x05,
3150};
3151
df694daa
KY
3152static hda_nid_t alc260_hp_adc_nids[2] = {
3153 /* ADC1, 0 */
3154 0x05, 0x04
3155};
3156
d57fdac0
JW
3157/* NIDs used when simultaneous access to both ADCs makes sense. Note that
3158 * alc260_capture_mixer assumes ADC0 (nid 0x04) is the first ADC.
3159 */
3160static hda_nid_t alc260_dual_adc_nids[2] = {
4c5186ed
JW
3161 /* ADC0, ADC1 */
3162 0x04, 0x05
3163};
3164
e9edcee0
TI
3165#define ALC260_DIGOUT_NID 0x03
3166#define ALC260_DIGIN_NID 0x06
3167
3168static struct hda_input_mux alc260_capture_source = {
3169 .num_items = 4,
3170 .items = {
3171 { "Mic", 0x0 },
3172 { "Front Mic", 0x1 },
3173 { "Line", 0x2 },
3174 { "CD", 0x4 },
3175 },
3176};
3177
17e7aec6 3178/* On Fujitsu S702x laptops capture only makes sense from Mic/LineIn jack,
a1e8d2da
JW
3179 * headphone jack and the internal CD lines since these are the only pins at
3180 * which audio can appear. For flexibility, also allow the option of
3181 * recording the mixer output on the second ADC (ADC0 doesn't have a
3182 * connection to the mixer output).
a9430dd8 3183 */
a1e8d2da
JW
3184static struct hda_input_mux alc260_fujitsu_capture_sources[2] = {
3185 {
3186 .num_items = 3,
3187 .items = {
3188 { "Mic/Line", 0x0 },
3189 { "CD", 0x4 },
3190 { "Headphone", 0x2 },
3191 },
a9430dd8 3192 },
a1e8d2da
JW
3193 {
3194 .num_items = 4,
3195 .items = {
3196 { "Mic/Line", 0x0 },
3197 { "CD", 0x4 },
3198 { "Headphone", 0x2 },
3199 { "Mixer", 0x5 },
3200 },
3201 },
3202
a9430dd8
JW
3203};
3204
a1e8d2da
JW
3205/* Acer TravelMate(/Extensa/Aspire) notebooks have similar configuration to
3206 * the Fujitsu S702x, but jacks are marked differently.
0bfc90e9 3207 */
a1e8d2da
JW
3208static struct hda_input_mux alc260_acer_capture_sources[2] = {
3209 {
3210 .num_items = 4,
3211 .items = {
3212 { "Mic", 0x0 },
3213 { "Line", 0x2 },
3214 { "CD", 0x4 },
3215 { "Headphone", 0x5 },
3216 },
3217 },
3218 {
3219 .num_items = 5,
3220 .items = {
3221 { "Mic", 0x0 },
3222 { "Line", 0x2 },
3223 { "CD", 0x4 },
3224 { "Headphone", 0x6 },
3225 { "Mixer", 0x5 },
3226 },
0bfc90e9
JW
3227 },
3228};
1da177e4
LT
3229/*
3230 * This is just place-holder, so there's something for alc_build_pcms to look
3231 * at when it calculates the maximum number of channels. ALC260 has no mixer
3232 * element which allows changing the channel mode, so the verb list is
3233 * never used.
3234 */
d2a6d7dc 3235static struct hda_channel_mode alc260_modes[1] = {
1da177e4
LT
3236 { 2, NULL },
3237};
3238
df694daa
KY
3239
3240/* Mixer combinations
3241 *
3242 * basic: base_output + input + pc_beep + capture
3243 * HP: base_output + input + capture_alt
3244 * HP_3013: hp_3013 + input + capture
3245 * fujitsu: fujitsu + capture
0bfc90e9 3246 * acer: acer + capture
df694daa
KY
3247 */
3248
3249static struct snd_kcontrol_new alc260_base_output_mixer[] = {
05acb863 3250 HDA_CODEC_VOLUME("Front Playback Volume", 0x08, 0x0, HDA_OUTPUT),
985be54b 3251 HDA_BIND_MUTE("Front Playback Switch", 0x08, 2, HDA_INPUT),
05acb863 3252 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x09, 0x0, HDA_OUTPUT),
985be54b 3253 HDA_BIND_MUTE("Headphone Playback Switch", 0x09, 2, HDA_INPUT),
05acb863 3254 HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
985be54b 3255 HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
1da177e4 3256 { } /* end */
df694daa 3257};
1da177e4 3258
df694daa 3259static struct snd_kcontrol_new alc260_input_mixer[] = {
16ded525
TI
3260 HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3261 HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3262 HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3263 HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3264 HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3265 HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3266 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x07, 0x01, HDA_INPUT),
3267 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x07, 0x01, HDA_INPUT),
df694daa
KY
3268 { } /* end */
3269};
3270
3271static struct snd_kcontrol_new alc260_pc_beep_mixer[] = {
3272 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x07, 0x05, HDA_INPUT),
3273 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x07, 0x05, HDA_INPUT),
3274 { } /* end */
3275};
3276
3277static struct snd_kcontrol_new alc260_hp_3013_mixer[] = {
3278 HDA_CODEC_VOLUME("Front Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3279 HDA_CODEC_MUTE("Front Playback Switch", 0x10, 0x0, HDA_OUTPUT),
3280 HDA_CODEC_VOLUME("Aux-In Playback Volume", 0x07, 0x06, HDA_INPUT),
3281 HDA_CODEC_MUTE("Aux-In Playback Switch", 0x07, 0x06, HDA_INPUT),
3282 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3283 HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
3284 HDA_CODEC_VOLUME_MONO("iSpeaker Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3285 HDA_CODEC_MUTE_MONO("iSpeaker Playback Switch", 0x11, 1, 0x0, HDA_OUTPUT),
16ded525
TI
3286 { } /* end */
3287};
3288
a1e8d2da
JW
3289/* Fujitsu S702x series laptops. ALC260 pin usage: Mic/Line jack = 0x12,
3290 * HP jack = 0x14, CD audio = 0x16, internal speaker = 0x10.
3291 */
c8b6bf9b 3292static struct snd_kcontrol_new alc260_fujitsu_mixer[] = {
a9430dd8 3293 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x08, 0x0, HDA_OUTPUT),
985be54b 3294 HDA_BIND_MUTE("Headphone Playback Switch", 0x08, 2, HDA_INPUT),
4c5186ed 3295 ALC_PIN_MODE("Headphone Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
a9430dd8
JW
3296 HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3297 HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3298 HDA_CODEC_VOLUME("Mic/Line Playback Volume", 0x07, 0x0, HDA_INPUT),
3299 HDA_CODEC_MUTE("Mic/Line Playback Switch", 0x07, 0x0, HDA_INPUT),
4c5186ed 3300 ALC_PIN_MODE("Mic/Line Jack Mode", 0x12, ALC_PIN_DIR_IN),
a9430dd8
JW
3301 HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3302 HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3303 HDA_CODEC_VOLUME("Internal Speaker Playback Volume", 0x09, 0x0, HDA_OUTPUT),
985be54b 3304 HDA_BIND_MUTE("Internal Speaker Playback Switch", 0x09, 2, HDA_INPUT),
df694daa
KY
3305 { } /* end */
3306};
3307
a1e8d2da
JW
3308/* Mixer for Acer TravelMate(/Extensa/Aspire) notebooks. Note that current
3309 * versions of the ALC260 don't act on requests to enable mic bias from NID
3310 * 0x0f (used to drive the headphone jack in these laptops). The ALC260
3311 * datasheet doesn't mention this restriction. At this stage it's not clear
3312 * whether this behaviour is intentional or is a hardware bug in chip
3313 * revisions available in early 2006. Therefore for now allow the
3314 * "Headphone Jack Mode" control to span all choices, but if it turns out
3315 * that the lack of mic bias for this NID is intentional we could change the
3316 * mode from ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
3317 *
3318 * In addition, Acer TravelMate(/Extensa/Aspire) notebooks in early 2006
3319 * don't appear to make the mic bias available from the "line" jack, even
3320 * though the NID used for this jack (0x14) can supply it. The theory is
3321 * that perhaps Acer have included blocking capacitors between the ALC260
3322 * and the output jack. If this turns out to be the case for all such
3323 * models the "Line Jack Mode" mode could be changed from ALC_PIN_DIR_INOUT
3324 * to ALC_PIN_DIR_INOUT_NOMICBIAS.
bd869485
JW
3325 *
3326 * The C20x Tablet series have a mono internal speaker which is controlled
3327 * via the chip's Mono sum widget and pin complex, so include the necessary
3328 * controls for such models. On models without a "mono speaker" the control
3329 * won't do anything.
a1e8d2da 3330 */
0bfc90e9
JW
3331static struct snd_kcontrol_new alc260_acer_mixer[] = {
3332 HDA_CODEC_VOLUME("Master Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3333 HDA_BIND_MUTE("Master Playback Switch", 0x08, 2, HDA_INPUT),
a1e8d2da 3334 ALC_PIN_MODE("Headphone Jack Mode", 0x0f, ALC_PIN_DIR_INOUT),
bd869485
JW
3335 HDA_CODEC_VOLUME_MONO("Mono Speaker Playback Volume", 0x0a, 1, 0x0,
3336 HDA_OUTPUT),
3337 HDA_BIND_MUTE_MONO("Mono Speaker Playback Switch", 0x0a, 1, 2,
3338 HDA_INPUT),
0bfc90e9
JW
3339 HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3340 HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3341 HDA_CODEC_VOLUME("Mic Playback Volume", 0x07, 0x0, HDA_INPUT),
3342 HDA_CODEC_MUTE("Mic Playback Switch", 0x07, 0x0, HDA_INPUT),
3343 ALC_PIN_MODE("Mic Jack Mode", 0x12, ALC_PIN_DIR_IN),
3344 HDA_CODEC_VOLUME("Line Playback Volume", 0x07, 0x02, HDA_INPUT),
3345 HDA_CODEC_MUTE("Line Playback Switch", 0x07, 0x02, HDA_INPUT),
3346 ALC_PIN_MODE("Line Jack Mode", 0x14, ALC_PIN_DIR_INOUT),
3347 HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3348 HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3349 { } /* end */
3350};
3351
df694daa
KY
3352/* capture mixer elements */
3353static struct snd_kcontrol_new alc260_capture_mixer[] = {
a9430dd8
JW
3354 HDA_CODEC_VOLUME("Capture Volume", 0x04, 0x0, HDA_INPUT),
3355 HDA_CODEC_MUTE("Capture Switch", 0x04, 0x0, HDA_INPUT),
df694daa
KY
3356 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x05, 0x0, HDA_INPUT),
3357 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x05, 0x0, HDA_INPUT),
a9430dd8
JW
3358 {
3359 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
df694daa
KY
3360 /* The multiple "Capture Source" controls confuse alsamixer
3361 * So call somewhat different..
3362 * FIXME: the controls appear in the "playback" view!
3363 */
3364 /* .name = "Capture Source", */
3365 .name = "Input Source",
3366 .count = 2,
3367 .info = alc_mux_enum_info,
3368 .get = alc_mux_enum_get,
3369 .put = alc_mux_enum_put,
3370 },
3371 { } /* end */
3372};
3373
3374static struct snd_kcontrol_new alc260_capture_alt_mixer[] = {
3375 HDA_CODEC_VOLUME("Capture Volume", 0x05, 0x0, HDA_INPUT),
3376 HDA_CODEC_MUTE("Capture Switch", 0x05, 0x0, HDA_INPUT),
3377 {
3378 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3379 /* The multiple "Capture Source" controls confuse alsamixer
3380 * So call somewhat different..
3381 * FIXME: the controls appear in the "playback" view!
3382 */
3383 /* .name = "Capture Source", */
3384 .name = "Input Source",
3385 .count = 1,
a9430dd8
JW
3386 .info = alc_mux_enum_info,
3387 .get = alc_mux_enum_get,
3388 .put = alc_mux_enum_put,
3389 },
3390 { } /* end */
3391};
3392
df694daa
KY
3393/*
3394 * initialization verbs
3395 */
1da177e4
LT
3396static struct hda_verb alc260_init_verbs[] = {
3397 /* Line In pin widget for input */
05acb863 3398 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1da177e4 3399 /* CD pin widget for input */
05acb863 3400 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1da177e4 3401 /* Mic1 (rear panel) pin widget for input and vref at 80% */
16ded525 3402 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1da177e4 3403 /* Mic2 (front panel) pin widget for input and vref at 80% */
16ded525 3404 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1da177e4 3405 /* LINE-2 is used for line-out in rear */
05acb863 3406 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1da177e4 3407 /* select line-out */
fd56f2db 3408 {0x0e, AC_VERB_SET_CONNECT_SEL, 0x00},
1da177e4 3409 /* LINE-OUT pin */
05acb863 3410 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1da177e4 3411 /* enable HP */
05acb863 3412 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1da177e4 3413 /* enable Mono */
05acb863
TI
3414 {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3415 /* mute capture amp left and right */
16ded525 3416 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1da177e4
LT
3417 /* set connection select to line in (default select for this ADC) */
3418 {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
16ded525
TI
3419 /* mute capture amp left and right */
3420 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3421 /* set connection select to line in (default select for this ADC) */
3422 {0x05, AC_VERB_SET_CONNECT_SEL, 0x02},
05acb863
TI
3423 /* set vol=0 Line-Out mixer amp left and right */
3424 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3425 /* unmute pin widget amp left and right (no gain on this amp) */
3426 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3427 /* set vol=0 HP mixer amp left and right */
3428 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3429 /* unmute pin widget amp left and right (no gain on this amp) */
3430 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3431 /* set vol=0 Mono mixer amp left and right */
3432 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3433 /* unmute pin widget amp left and right (no gain on this amp) */
3434 {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3435 /* unmute LINE-2 out pin */
3436 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 3437 /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 & Line In 2 = 0x03 */
05acb863 3438 /* mute CD */
16ded525 3439 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
05acb863 3440 /* mute Line In */
16ded525 3441 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
05acb863 3442 /* mute Mic */
16ded525 3443 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1da177e4 3444 /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
05acb863
TI
3445 /* mute Front out path */
3446 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3447 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3448 /* mute Headphone out path */
3449 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3450 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3451 /* mute Mono out path */
3452 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3453 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4
LT
3454 { }
3455};
3456
474167d6 3457#if 0 /* should be identical with alc260_init_verbs? */
df694daa
KY
3458static struct hda_verb alc260_hp_init_verbs[] = {
3459 /* Headphone and output */
3460 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3461 /* mono output */
3462 {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3463 /* Mic1 (rear panel) pin widget for input and vref at 80% */
3464 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3465 /* Mic2 (front panel) pin widget for input and vref at 80% */
3466 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3467 /* Line In pin widget for input */
3468 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3469 /* Line-2 pin widget for output */
3470 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3471 /* CD pin widget for input */
3472 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3473 /* unmute amp left and right */
3474 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3475 /* set connection select to line in (default select for this ADC) */
3476 {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3477 /* unmute Line-Out mixer amp left and right (volume = 0) */
3478 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3479 /* mute pin widget amp left and right (no gain on this amp) */
3480 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3481 /* unmute HP mixer amp left and right (volume = 0) */
3482 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3483 /* mute pin widget amp left and right (no gain on this amp) */
3484 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3485 /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 & Line In 2 = 0x03 */
3486 /* unmute CD */
3487 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
3488 /* unmute Line In */
3489 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
3490 /* unmute Mic */
3491 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3492 /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3493 /* Unmute Front out path */
3494 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3495 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3496 /* Unmute Headphone out path */
3497 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3498 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3499 /* Unmute Mono out path */
3500 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3501 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3502 { }
3503};
474167d6 3504#endif
df694daa
KY
3505
3506static struct hda_verb alc260_hp_3013_init_verbs[] = {
3507 /* Line out and output */
3508 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3509 /* mono output */
3510 {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
3511 /* Mic1 (rear panel) pin widget for input and vref at 80% */
3512 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3513 /* Mic2 (front panel) pin widget for input and vref at 80% */
3514 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
3515 /* Line In pin widget for input */
3516 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3517 /* Headphone pin widget for output */
3518 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
3519 /* CD pin widget for input */
3520 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
3521 /* unmute amp left and right */
3522 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
3523 /* set connection select to line in (default select for this ADC) */
3524 {0x04, AC_VERB_SET_CONNECT_SEL, 0x02},
3525 /* unmute Line-Out mixer amp left and right (volume = 0) */
3526 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3527 /* mute pin widget amp left and right (no gain on this amp) */
3528 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3529 /* unmute HP mixer amp left and right (volume = 0) */
3530 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
3531 /* mute pin widget amp left and right (no gain on this amp) */
3532 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
3533 /* Amp Indexes: CD = 0x04, Line In 1 = 0x02, Mic 1 = 0x00 & Line In 2 = 0x03 */
3534 /* unmute CD */
3535 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
3536 /* unmute Line In */
3537 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
3538 /* unmute Mic */
3539 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3540 /* Amp Indexes: DAC = 0x01 & mixer = 0x00 */
3541 /* Unmute Front out path */
3542 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3543 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3544 /* Unmute Headphone out path */
3545 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3546 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3547 /* Unmute Mono out path */
3548 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
3549 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
3550 { }
3551};
3552
a9430dd8 3553/* Initialisation sequence for ALC260 as configured in Fujitsu S702x
a1e8d2da
JW
3554 * laptops. ALC260 pin usage: Mic/Line jack = 0x12, HP jack = 0x14, CD
3555 * audio = 0x16, internal speaker = 0x10.
a9430dd8
JW
3556 */
3557static struct hda_verb alc260_fujitsu_init_verbs[] = {
3558 /* Disable all GPIOs */
3559 {0x01, AC_VERB_SET_GPIO_MASK, 0},
3560 /* Internal speaker is connected to headphone pin */
3561 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3562 /* Headphone/Line-out jack connects to Line1 pin; make it an output */
3563 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
f7ace40d
JW
3564 /* Mic/Line-in jack is connected to mic1 pin, so make it an input */
3565 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
3566 /* Ensure all other unused pins are disabled and muted. */
3567 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3568 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
a9430dd8 3569 {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
f7ace40d 3570 {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
a9430dd8 3571 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
f7ace40d
JW
3572 {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3573 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3574 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3575
3576 /* Disable digital (SPDIF) pins */
3577 {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3578 {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
a9430dd8 3579
f7ace40d
JW
3580 /* Ensure Line1 pin widget takes its input from the OUT1 sum bus
3581 * when acting as an output.
3582 */
3583 {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
4c5186ed 3584
f7ace40d 3585 /* Start with output sum widgets muted and their output gains at min */
8b33a5aa
TI
3586 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3587 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3588 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3589 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3590 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3591 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3592 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3593 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3594 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
a9430dd8 3595
f7ace40d
JW
3596 /* Unmute HP pin widget amp left and right (no equiv mixer ctrl) */
3597 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3598 /* Unmute Line1 pin widget output buffer since it starts as an output.
3599 * If the pin mode is changed by the user the pin mode control will
3600 * take care of enabling the pin's input/output buffers as needed.
3601 * Therefore there's no need to enable the input buffer at this
3602 * stage.
cdcd9268 3603 */
f7ace40d 3604 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
cdcd9268
JW
3605 /* Unmute input buffer of pin widget used for Line-in (no equiv
3606 * mixer ctrl)
3607 */
f7ace40d
JW
3608 {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3609
3610 /* Mute capture amp left and right */
3611 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3612 /* Set ADC connection select to match default mixer setting - line
3613 * in (on mic1 pin)
3614 */
3615 {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
3616
3617 /* Do the same for the second ADC: mute capture input amp and
3618 * set ADC connection to line in (on mic1 pin)
3619 */
3620 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3621 {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
3622
3623 /* Mute all inputs to mixer widget (even unconnected ones) */
3624 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
3625 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
3626 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
3627 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
3628 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
3629 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
3630 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
3631 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
4a471b7d
TI
3632
3633 { }
a9430dd8
JW
3634};
3635
0bfc90e9
JW
3636/* Initialisation sequence for ALC260 as configured in Acer TravelMate and
3637 * similar laptops (adapted from Fujitsu init verbs).
3638 */
3639static struct hda_verb alc260_acer_init_verbs[] = {
3640 /* On TravelMate laptops, GPIO 0 enables the internal speaker and
3641 * the headphone jack. Turn this on and rely on the standard mute
3642 * methods whenever the user wants to turn these outputs off.
3643 */
3644 {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
3645 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
3646 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
3647 /* Internal speaker/Headphone jack is connected to Line-out pin */
3648 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
3649 /* Internal microphone/Mic jack is connected to Mic1 pin */
3650 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50},
3651 /* Line In jack is connected to Line1 pin */
3652 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
bd869485
JW
3653 /* Some Acers (eg: C20x Tablets) use Mono pin for internal speaker */
3654 {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
0bfc90e9
JW
3655 /* Ensure all other unused pins are disabled and muted. */
3656 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3657 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
0bfc90e9
JW
3658 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3659 {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3660 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
3661 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3662 /* Disable digital (SPDIF) pins */
3663 {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3664 {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3665
3666 /* Ensure Mic1 and Line1 pin widgets take input from the OUT1 sum
3667 * bus when acting as outputs.
3668 */
3669 {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
3670 {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3671
3672 /* Start with output sum widgets muted and their output gains at min */
3673 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3674 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3675 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3676 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3677 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3678 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3679 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3680 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3681 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3682
3683 /* Unmute Line-out pin widget amp left and right (no equiv mixer ctrl) */
3684 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
bd869485
JW
3685 /* Unmute mono pin widget amp output (no equiv mixer ctrl) */
3686 {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
0bfc90e9
JW
3687 /* Unmute Mic1 and Line1 pin widget input buffers since they start as
3688 * inputs. If the pin mode is changed by the user the pin mode control
3689 * will take care of enabling the pin's input/output buffers as needed.
3690 * Therefore there's no need to enable the input buffer at this
3691 * stage.
3692 */
3693 {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3694 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3695
3696 /* Mute capture amp left and right */
3697 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3698 /* Set ADC connection select to match default mixer setting - mic
3699 * (on mic1 pin)
3700 */
3701 {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
3702
3703 /* Do similar with the second ADC: mute capture input amp and
a1e8d2da 3704 * set ADC connection to mic to match ALSA's default state.
0bfc90e9
JW
3705 */
3706 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
a1e8d2da 3707 {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
0bfc90e9
JW
3708
3709 /* Mute all inputs to mixer widget (even unconnected ones) */
3710 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
3711 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
3712 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
3713 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
3714 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
3715 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
3716 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
3717 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
3718
3719 { }
3720};
3721
7cf51e48
JW
3722/* Test configuration for debugging, modelled after the ALC880 test
3723 * configuration.
3724 */
3725#ifdef CONFIG_SND_DEBUG
3726static hda_nid_t alc260_test_dac_nids[1] = {
3727 0x02,
3728};
3729static hda_nid_t alc260_test_adc_nids[2] = {
3730 0x04, 0x05,
3731};
a1e8d2da
JW
3732/* For testing the ALC260, each input MUX needs its own definition since
3733 * the signal assignments are different. This assumes that the first ADC
3734 * is NID 0x04.
17e7aec6 3735 */
a1e8d2da
JW
3736static struct hda_input_mux alc260_test_capture_sources[2] = {
3737 {
3738 .num_items = 7,
3739 .items = {
3740 { "MIC1 pin", 0x0 },
3741 { "MIC2 pin", 0x1 },
3742 { "LINE1 pin", 0x2 },
3743 { "LINE2 pin", 0x3 },
3744 { "CD pin", 0x4 },
3745 { "LINE-OUT pin", 0x5 },
3746 { "HP-OUT pin", 0x6 },
3747 },
3748 },
3749 {
3750 .num_items = 8,
3751 .items = {
3752 { "MIC1 pin", 0x0 },
3753 { "MIC2 pin", 0x1 },
3754 { "LINE1 pin", 0x2 },
3755 { "LINE2 pin", 0x3 },
3756 { "CD pin", 0x4 },
3757 { "Mixer", 0x5 },
3758 { "LINE-OUT pin", 0x6 },
3759 { "HP-OUT pin", 0x7 },
3760 },
7cf51e48
JW
3761 },
3762};
3763static struct snd_kcontrol_new alc260_test_mixer[] = {
3764 /* Output driver widgets */
3765 HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0a, 1, 0x0, HDA_OUTPUT),
3766 HDA_BIND_MUTE_MONO("Mono Playback Switch", 0x0a, 1, 2, HDA_INPUT),
3767 HDA_CODEC_VOLUME("LOUT2 Playback Volume", 0x09, 0x0, HDA_OUTPUT),
3768 HDA_BIND_MUTE("LOUT2 Playback Switch", 0x09, 2, HDA_INPUT),
3769 HDA_CODEC_VOLUME("LOUT1 Playback Volume", 0x08, 0x0, HDA_OUTPUT),
3770 HDA_BIND_MUTE("LOUT1 Playback Switch", 0x08, 2, HDA_INPUT),
3771
a1e8d2da
JW
3772 /* Modes for retasking pin widgets
3773 * Note: the ALC260 doesn't seem to act on requests to enable mic
3774 * bias from NIDs 0x0f and 0x10. The ALC260 datasheet doesn't
3775 * mention this restriction. At this stage it's not clear whether
3776 * this behaviour is intentional or is a hardware bug in chip
3777 * revisions available at least up until early 2006. Therefore for
3778 * now allow the "HP-OUT" and "LINE-OUT" Mode controls to span all
3779 * choices, but if it turns out that the lack of mic bias for these
3780 * NIDs is intentional we could change their modes from
3781 * ALC_PIN_DIR_INOUT to ALC_PIN_DIR_INOUT_NOMICBIAS.
3782 */
7cf51e48
JW
3783 ALC_PIN_MODE("HP-OUT pin mode", 0x10, ALC_PIN_DIR_INOUT),
3784 ALC_PIN_MODE("LINE-OUT pin mode", 0x0f, ALC_PIN_DIR_INOUT),
3785 ALC_PIN_MODE("LINE2 pin mode", 0x15, ALC_PIN_DIR_INOUT),
3786 ALC_PIN_MODE("LINE1 pin mode", 0x14, ALC_PIN_DIR_INOUT),
3787 ALC_PIN_MODE("MIC2 pin mode", 0x13, ALC_PIN_DIR_INOUT),
3788 ALC_PIN_MODE("MIC1 pin mode", 0x12, ALC_PIN_DIR_INOUT),
3789
3790 /* Loopback mixer controls */
3791 HDA_CODEC_VOLUME("MIC1 Playback Volume", 0x07, 0x00, HDA_INPUT),
3792 HDA_CODEC_MUTE("MIC1 Playback Switch", 0x07, 0x00, HDA_INPUT),
3793 HDA_CODEC_VOLUME("MIC2 Playback Volume", 0x07, 0x01, HDA_INPUT),
3794 HDA_CODEC_MUTE("MIC2 Playback Switch", 0x07, 0x01, HDA_INPUT),
3795 HDA_CODEC_VOLUME("LINE1 Playback Volume", 0x07, 0x02, HDA_INPUT),
3796 HDA_CODEC_MUTE("LINE1 Playback Switch", 0x07, 0x02, HDA_INPUT),
3797 HDA_CODEC_VOLUME("LINE2 Playback Volume", 0x07, 0x03, HDA_INPUT),
3798 HDA_CODEC_MUTE("LINE2 Playback Switch", 0x07, 0x03, HDA_INPUT),
3799 HDA_CODEC_VOLUME("CD Playback Volume", 0x07, 0x04, HDA_INPUT),
3800 HDA_CODEC_MUTE("CD Playback Switch", 0x07, 0x04, HDA_INPUT),
3801 HDA_CODEC_VOLUME("Beep Playback Volume", 0x07, 0x05, HDA_INPUT),
3802 HDA_CODEC_MUTE("Beep Playback Switch", 0x07, 0x05, HDA_INPUT),
3803 HDA_CODEC_VOLUME("LINE-OUT loopback Playback Volume", 0x07, 0x06, HDA_INPUT),
3804 HDA_CODEC_MUTE("LINE-OUT loopback Playback Switch", 0x07, 0x06, HDA_INPUT),
3805 HDA_CODEC_VOLUME("HP-OUT loopback Playback Volume", 0x07, 0x7, HDA_INPUT),
3806 HDA_CODEC_MUTE("HP-OUT loopback Playback Switch", 0x07, 0x7, HDA_INPUT),
5c8f858d
JW
3807
3808 /* Controls for GPIO pins, assuming they are configured as outputs */
3809 ALC_GPIO_DATA_SWITCH("GPIO pin 0", 0x01, 0x01),
3810 ALC_GPIO_DATA_SWITCH("GPIO pin 1", 0x01, 0x02),
3811 ALC_GPIO_DATA_SWITCH("GPIO pin 2", 0x01, 0x04),
3812 ALC_GPIO_DATA_SWITCH("GPIO pin 3", 0x01, 0x08),
3813
92621f13
JW
3814 /* Switches to allow the digital IO pins to be enabled. The datasheet
3815 * is ambigious as to which NID is which; testing on laptops which
3816 * make this output available should provide clarification.
3817 */
3818 ALC_SPDIF_CTRL_SWITCH("SPDIF Playback Switch", 0x03, 0x01),
3819 ALC_SPDIF_CTRL_SWITCH("SPDIF Capture Switch", 0x06, 0x01),
3820
7cf51e48
JW
3821 { } /* end */
3822};
3823static struct hda_verb alc260_test_init_verbs[] = {
5c8f858d
JW
3824 /* Enable all GPIOs as outputs with an initial value of 0 */
3825 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x0f},
3826 {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
3827 {0x01, AC_VERB_SET_GPIO_MASK, 0x0f},
3828
7cf51e48
JW
3829 /* Enable retasking pins as output, initially without power amp */
3830 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3831 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3832 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3833 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3834 {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3835 {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
3836
92621f13
JW
3837 /* Disable digital (SPDIF) pins initially, but users can enable
3838 * them via a mixer switch. In the case of SPDIF-out, this initverb
3839 * payload also sets the generation to 0, output to be in "consumer"
3840 * PCM format, copyright asserted, no pre-emphasis and no validity
3841 * control.
3842 */
7cf51e48
JW
3843 {0x03, AC_VERB_SET_DIGI_CONVERT_1, 0},
3844 {0x06, AC_VERB_SET_DIGI_CONVERT_1, 0},
3845
f7ace40d 3846 /* Ensure mic1, mic2, line1 and line2 pin widgets take input from the
7cf51e48
JW
3847 * OUT1 sum bus when acting as an output.
3848 */
3849 {0x0b, AC_VERB_SET_CONNECT_SEL, 0},
3850 {0x0c, AC_VERB_SET_CONNECT_SEL, 0},
3851 {0x0d, AC_VERB_SET_CONNECT_SEL, 0},
3852 {0x0e, AC_VERB_SET_CONNECT_SEL, 0},
3853
3854 /* Start with output sum widgets muted and their output gains at min */
3855 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3856 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3857 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3858 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3859 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3860 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3861 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3862 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3863 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3864
cdcd9268
JW
3865 /* Unmute retasking pin widget output buffers since the default
3866 * state appears to be output. As the pin mode is changed by the
3867 * user the pin mode control will take care of enabling the pin's
3868 * input/output buffers as needed.
3869 */
7cf51e48
JW
3870 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3871 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3872 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3873 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3874 {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3875 {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3876 /* Also unmute the mono-out pin widget */
3877 {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
3878
7cf51e48
JW
3879 /* Mute capture amp left and right */
3880 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
f7ace40d
JW
3881 /* Set ADC connection select to match default mixer setting (mic1
3882 * pin)
7cf51e48
JW
3883 */
3884 {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
3885
3886 /* Do the same for the second ADC: mute capture input amp and
f7ace40d 3887 * set ADC connection to mic1 pin
7cf51e48
JW
3888 */
3889 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
3890 {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
3891
3892 /* Mute all inputs to mixer widget (even unconnected ones) */
3893 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
3894 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
3895 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
3896 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
3897 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
3898 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
3899 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
3900 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
3901
3902 { }
3903};
3904#endif
3905
1da177e4
LT
3906static struct hda_pcm_stream alc260_pcm_analog_playback = {
3907 .substreams = 1,
3908 .channels_min = 2,
3909 .channels_max = 2,
1da177e4
LT
3910};
3911
3912static struct hda_pcm_stream alc260_pcm_analog_capture = {
3913 .substreams = 1,
3914 .channels_min = 2,
3915 .channels_max = 2,
1da177e4
LT
3916};
3917
a3bcba38
TI
3918#define alc260_pcm_digital_playback alc880_pcm_digital_playback
3919#define alc260_pcm_digital_capture alc880_pcm_digital_capture
3920
df694daa
KY
3921/*
3922 * for BIOS auto-configuration
3923 */
16ded525 3924
df694daa
KY
3925static int alc260_add_playback_controls(struct alc_spec *spec, hda_nid_t nid,
3926 const char *pfx)
3927{
3928 hda_nid_t nid_vol;
3929 unsigned long vol_val, sw_val;
3930 char name[32];
3931 int err;
3932
3933 if (nid >= 0x0f && nid < 0x11) {
3934 nid_vol = nid - 0x7;
3935 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
3936 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3937 } else if (nid == 0x11) {
3938 nid_vol = nid - 0x7;
3939 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 2, 0, HDA_OUTPUT);
3940 sw_val = HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT);
3941 } else if (nid >= 0x12 && nid <= 0x15) {
3942 nid_vol = 0x08;
3943 vol_val = HDA_COMPOSE_AMP_VAL(nid_vol, 3, 0, HDA_OUTPUT);
3944 sw_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3945 } else
3946 return 0; /* N/A */
3947
3948 snprintf(name, sizeof(name), "%s Playback Volume", pfx);
3949 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name, vol_val)) < 0)
3950 return err;
3951 snprintf(name, sizeof(name), "%s Playback Switch", pfx);
3952 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, name, sw_val)) < 0)
3953 return err;
3954 return 1;
3955}
3956
3957/* add playback controls from the parsed DAC table */
3958static int alc260_auto_create_multi_out_ctls(struct alc_spec *spec,
3959 const struct auto_pin_cfg *cfg)
3960{
3961 hda_nid_t nid;
3962 int err;
3963
3964 spec->multiout.num_dacs = 1;
3965 spec->multiout.dac_nids = spec->private_dac_nids;
3966 spec->multiout.dac_nids[0] = 0x02;
3967
3968 nid = cfg->line_out_pins[0];
3969 if (nid) {
3970 err = alc260_add_playback_controls(spec, nid, "Front");
3971 if (err < 0)
3972 return err;
3973 }
3974
82bc955f 3975 nid = cfg->speaker_pins[0];
df694daa
KY
3976 if (nid) {
3977 err = alc260_add_playback_controls(spec, nid, "Speaker");
3978 if (err < 0)
3979 return err;
3980 }
3981
eb06ed8f 3982 nid = cfg->hp_pins[0];
df694daa
KY
3983 if (nid) {
3984 err = alc260_add_playback_controls(spec, nid, "Headphone");
3985 if (err < 0)
3986 return err;
3987 }
3988 return 0;
3989}
3990
3991/* create playback/capture controls for input pins */
3992static int alc260_auto_create_analog_input_ctls(struct alc_spec *spec,
3993 const struct auto_pin_cfg *cfg)
3994{
df694daa
KY
3995 struct hda_input_mux *imux = &spec->private_imux;
3996 int i, err, idx;
3997
3998 for (i = 0; i < AUTO_PIN_LAST; i++) {
3999 if (cfg->input_pins[i] >= 0x12) {
4000 idx = cfg->input_pins[i] - 0x12;
4a471b7d
TI
4001 err = new_analog_input(spec, cfg->input_pins[i],
4002 auto_pin_cfg_labels[i], idx, 0x07);
df694daa
KY
4003 if (err < 0)
4004 return err;
4a471b7d 4005 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
df694daa
KY
4006 imux->items[imux->num_items].index = idx;
4007 imux->num_items++;
4008 }
4009 if ((cfg->input_pins[i] >= 0x0f) && (cfg->input_pins[i] <= 0x10)){
4010 idx = cfg->input_pins[i] - 0x09;
4a471b7d
TI
4011 err = new_analog_input(spec, cfg->input_pins[i],
4012 auto_pin_cfg_labels[i], idx, 0x07);
df694daa
KY
4013 if (err < 0)
4014 return err;
4a471b7d 4015 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
df694daa
KY
4016 imux->items[imux->num_items].index = idx;
4017 imux->num_items++;
4018 }
4019 }
4020 return 0;
4021}
4022
4023static void alc260_auto_set_output_and_unmute(struct hda_codec *codec,
4024 hda_nid_t nid, int pin_type,
4025 int sel_idx)
4026{
4027 /* set as output */
4028 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
4029 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
4030 /* need the manual connection? */
4031 if (nid >= 0x12) {
4032 int idx = nid - 0x12;
4033 snd_hda_codec_write(codec, idx + 0x0b, 0,
4034 AC_VERB_SET_CONNECT_SEL, sel_idx);
4035
4036 }
4037}
4038
4039static void alc260_auto_init_multi_out(struct hda_codec *codec)
4040{
4041 struct alc_spec *spec = codec->spec;
4042 hda_nid_t nid;
4043
4044 nid = spec->autocfg.line_out_pins[0];
4045 if (nid)
4046 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
4047
82bc955f 4048 nid = spec->autocfg.speaker_pins[0];
df694daa
KY
4049 if (nid)
4050 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
4051
eb06ed8f 4052 nid = spec->autocfg.hp_pins[0];
df694daa
KY
4053 if (nid)
4054 alc260_auto_set_output_and_unmute(codec, nid, PIN_OUT, 0);
4055}
4056
4057#define ALC260_PIN_CD_NID 0x16
4058static void alc260_auto_init_analog_input(struct hda_codec *codec)
4059{
4060 struct alc_spec *spec = codec->spec;
4061 int i;
4062
4063 for (i = 0; i < AUTO_PIN_LAST; i++) {
4064 hda_nid_t nid = spec->autocfg.input_pins[i];
4065 if (nid >= 0x12) {
4066 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4067 i <= AUTO_PIN_FRONT_MIC ? PIN_VREF80 : PIN_IN);
4068 if (nid != ALC260_PIN_CD_NID)
4069 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4070 AMP_OUT_MUTE);
4071 }
4072 }
4073}
4074
4075/*
4076 * generic initialization of ADC, input mixers and output mixers
4077 */
4078static struct hda_verb alc260_volume_init_verbs[] = {
4079 /*
4080 * Unmute ADC0-1 and set the default input to mic-in
4081 */
4082 {0x04, AC_VERB_SET_CONNECT_SEL, 0x00},
4083 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4084 {0x05, AC_VERB_SET_CONNECT_SEL, 0x00},
4085 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4086
4087 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
4088 * mixer widget
4089 * Note: PASD motherboards uses the Line In 2 as the input for front panel
4090 * mic (mic 2)
4091 */
4092 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
4093 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4094 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4095 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
4096 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
4097 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
4098
4099 /*
4100 * Set up output mixers (0x08 - 0x0a)
4101 */
4102 /* set vol=0 to output mixers */
4103 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4104 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4105 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4106 /* set up input amps for analog loopback */
4107 /* Amp Indices: DAC = 0, mixer = 1 */
4108 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4109 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4110 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4111 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4112 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4113 {0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4114
4115 { }
4116};
4117
4118static int alc260_parse_auto_config(struct hda_codec *codec)
4119{
4120 struct alc_spec *spec = codec->spec;
4121 unsigned int wcap;
4122 int err;
4123 static hda_nid_t alc260_ignore[] = { 0x17, 0 };
4124
4125 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
4126 alc260_ignore)) < 0)
4127 return err;
4a471b7d
TI
4128 if ((err = alc260_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0)
4129 return err;
4130 if (! spec->kctl_alloc)
df694daa 4131 return 0; /* can't find valid BIOS pin config */
4a471b7d 4132 if ((err = alc260_auto_create_analog_input_ctls(spec, &spec->autocfg)) < 0)
df694daa
KY
4133 return err;
4134
4135 spec->multiout.max_channels = 2;
4136
4137 if (spec->autocfg.dig_out_pin)
4138 spec->multiout.dig_out_nid = ALC260_DIGOUT_NID;
4139 if (spec->kctl_alloc)
4140 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
4141
4142 spec->init_verbs[spec->num_init_verbs++] = alc260_volume_init_verbs;
4143
a1e8d2da 4144 spec->num_mux_defs = 1;
df694daa
KY
4145 spec->input_mux = &spec->private_imux;
4146
4147 /* check whether NID 0x04 is valid */
4a471b7d 4148 wcap = get_wcaps(codec, 0x04);
df694daa
KY
4149 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
4150 if (wcap != AC_WID_AUD_IN) {
4151 spec->adc_nids = alc260_adc_nids_alt;
4152 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt);
4153 spec->mixers[spec->num_mixers] = alc260_capture_alt_mixer;
df694daa
KY
4154 } else {
4155 spec->adc_nids = alc260_adc_nids;
4156 spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids);
4157 spec->mixers[spec->num_mixers] = alc260_capture_mixer;
df694daa 4158 }
4a471b7d 4159 spec->num_mixers++;
df694daa
KY
4160
4161 return 1;
4162}
4163
ae6b813a
TI
4164/* additional initialization for auto-configuration model */
4165static void alc260_auto_init(struct hda_codec *codec)
df694daa 4166{
df694daa
KY
4167 alc260_auto_init_multi_out(codec);
4168 alc260_auto_init_analog_input(codec);
df694daa
KY
4169}
4170
4171/*
4172 * ALC260 configurations
4173 */
f5fcc13c
TI
4174static const char *alc260_models[ALC260_MODEL_LAST] = {
4175 [ALC260_BASIC] = "basic",
4176 [ALC260_HP] = "hp",
4177 [ALC260_HP_3013] = "hp-3013",
4178 [ALC260_FUJITSU_S702X] = "fujitsu",
4179 [ALC260_ACER] = "acer",
7cf51e48 4180#ifdef CONFIG_SND_DEBUG
f5fcc13c 4181 [ALC260_TEST] = "test",
7cf51e48 4182#endif
f5fcc13c
TI
4183 [ALC260_AUTO] = "auto",
4184};
4185
4186static struct snd_pci_quirk alc260_cfg_tbl[] = {
bd869485 4187 SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_ACER),
f5fcc13c
TI
4188 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_ACER),
4189 SND_PCI_QUIRK(0x103c, 0x3010, "HP", ALC260_HP_3013),
4190 SND_PCI_QUIRK(0x103c, 0x3011, "HP", ALC260_HP),
4191 SND_PCI_QUIRK(0x103c, 0x3012, "HP", ALC260_HP_3013),
4192 SND_PCI_QUIRK(0x103c, 0x3013, "HP", ALC260_HP_3013),
4193 SND_PCI_QUIRK(0x103c, 0x3014, "HP", ALC260_HP),
4194 SND_PCI_QUIRK(0x103c, 0x3015, "HP", ALC260_HP),
4195 SND_PCI_QUIRK(0x103c, 0x3016, "HP", ALC260_HP),
4196 SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_BASIC),
4197 SND_PCI_QUIRK(0x104d, 0x81cc, "Sony VAIO", ALC260_BASIC),
4198 SND_PCI_QUIRK(0x104d, 0x81cd, "Sony VAIO", ALC260_BASIC),
4199 SND_PCI_QUIRK(0x10cf, 0x1326, "Fujitsu S702X", ALC260_FUJITSU_S702X),
4200 SND_PCI_QUIRK(0x152d, 0x0729, "CTL U553W", ALC260_BASIC),
df694daa
KY
4201 {}
4202};
4203
4204static struct alc_config_preset alc260_presets[] = {
4205 [ALC260_BASIC] = {
4206 .mixers = { alc260_base_output_mixer,
4207 alc260_input_mixer,
4208 alc260_pc_beep_mixer,
4209 alc260_capture_mixer },
4210 .init_verbs = { alc260_init_verbs },
4211 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4212 .dac_nids = alc260_dac_nids,
4213 .num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
4214 .adc_nids = alc260_adc_nids,
4215 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4216 .channel_mode = alc260_modes,
4217 .input_mux = &alc260_capture_source,
4218 },
4219 [ALC260_HP] = {
4220 .mixers = { alc260_base_output_mixer,
4221 alc260_input_mixer,
4222 alc260_capture_alt_mixer },
474167d6 4223 .init_verbs = { alc260_init_verbs },
df694daa
KY
4224 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4225 .dac_nids = alc260_dac_nids,
4226 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4227 .adc_nids = alc260_hp_adc_nids,
4228 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4229 .channel_mode = alc260_modes,
4230 .input_mux = &alc260_capture_source,
4231 },
4232 [ALC260_HP_3013] = {
4233 .mixers = { alc260_hp_3013_mixer,
4234 alc260_input_mixer,
4235 alc260_capture_alt_mixer },
4236 .init_verbs = { alc260_hp_3013_init_verbs },
4237 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4238 .dac_nids = alc260_dac_nids,
4239 .num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
4240 .adc_nids = alc260_hp_adc_nids,
4241 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4242 .channel_mode = alc260_modes,
4243 .input_mux = &alc260_capture_source,
4244 },
4245 [ALC260_FUJITSU_S702X] = {
4246 .mixers = { alc260_fujitsu_mixer,
4247 alc260_capture_mixer },
4248 .init_verbs = { alc260_fujitsu_init_verbs },
4249 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4250 .dac_nids = alc260_dac_nids,
d57fdac0
JW
4251 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4252 .adc_nids = alc260_dual_adc_nids,
df694daa
KY
4253 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4254 .channel_mode = alc260_modes,
a1e8d2da
JW
4255 .num_mux_defs = ARRAY_SIZE(alc260_fujitsu_capture_sources),
4256 .input_mux = alc260_fujitsu_capture_sources,
df694daa 4257 },
0bfc90e9
JW
4258 [ALC260_ACER] = {
4259 .mixers = { alc260_acer_mixer,
4260 alc260_capture_mixer },
4261 .init_verbs = { alc260_acer_init_verbs },
4262 .num_dacs = ARRAY_SIZE(alc260_dac_nids),
4263 .dac_nids = alc260_dac_nids,
4264 .num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
4265 .adc_nids = alc260_dual_adc_nids,
4266 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4267 .channel_mode = alc260_modes,
a1e8d2da
JW
4268 .num_mux_defs = ARRAY_SIZE(alc260_acer_capture_sources),
4269 .input_mux = alc260_acer_capture_sources,
0bfc90e9 4270 },
7cf51e48
JW
4271#ifdef CONFIG_SND_DEBUG
4272 [ALC260_TEST] = {
4273 .mixers = { alc260_test_mixer,
4274 alc260_capture_mixer },
4275 .init_verbs = { alc260_test_init_verbs },
4276 .num_dacs = ARRAY_SIZE(alc260_test_dac_nids),
4277 .dac_nids = alc260_test_dac_nids,
4278 .num_adc_nids = ARRAY_SIZE(alc260_test_adc_nids),
4279 .adc_nids = alc260_test_adc_nids,
4280 .num_channel_mode = ARRAY_SIZE(alc260_modes),
4281 .channel_mode = alc260_modes,
a1e8d2da
JW
4282 .num_mux_defs = ARRAY_SIZE(alc260_test_capture_sources),
4283 .input_mux = alc260_test_capture_sources,
7cf51e48
JW
4284 },
4285#endif
df694daa
KY
4286};
4287
4288static int patch_alc260(struct hda_codec *codec)
1da177e4
LT
4289{
4290 struct alc_spec *spec;
df694daa 4291 int err, board_config;
1da177e4 4292
e560d8d8 4293 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1da177e4
LT
4294 if (spec == NULL)
4295 return -ENOMEM;
4296
4297 codec->spec = spec;
4298
f5fcc13c
TI
4299 board_config = snd_hda_check_board_config(codec, ALC260_MODEL_LAST,
4300 alc260_models,
4301 alc260_cfg_tbl);
4302 if (board_config < 0) {
9c7f852e
TI
4303 snd_printd(KERN_INFO "hda_codec: Unknown model for ALC260, "
4304 "trying auto-probe from BIOS...\n");
df694daa 4305 board_config = ALC260_AUTO;
16ded525 4306 }
1da177e4 4307
df694daa
KY
4308 if (board_config == ALC260_AUTO) {
4309 /* automatic parse from the BIOS config */
4310 err = alc260_parse_auto_config(codec);
4311 if (err < 0) {
4312 alc_free(codec);
4313 return err;
4314 } else if (! err) {
9c7f852e
TI
4315 printk(KERN_INFO
4316 "hda_codec: Cannot set up configuration "
4317 "from BIOS. Using base mode...\n");
df694daa
KY
4318 board_config = ALC260_BASIC;
4319 }
a9430dd8 4320 }
e9edcee0 4321
df694daa
KY
4322 if (board_config != ALC260_AUTO)
4323 setup_preset(spec, &alc260_presets[board_config]);
1da177e4
LT
4324
4325 spec->stream_name_analog = "ALC260 Analog";
4326 spec->stream_analog_playback = &alc260_pcm_analog_playback;
4327 spec->stream_analog_capture = &alc260_pcm_analog_capture;
4328
a3bcba38
TI
4329 spec->stream_name_digital = "ALC260 Digital";
4330 spec->stream_digital_playback = &alc260_pcm_digital_playback;
4331 spec->stream_digital_capture = &alc260_pcm_digital_capture;
4332
1da177e4 4333 codec->patch_ops = alc_patch_ops;
df694daa 4334 if (board_config == ALC260_AUTO)
ae6b813a 4335 spec->init_hook = alc260_auto_init;
1da177e4
LT
4336
4337 return 0;
4338}
4339
e9edcee0 4340
1da177e4
LT
4341/*
4342 * ALC882 support
4343 *
4344 * ALC882 is almost identical with ALC880 but has cleaner and more flexible
4345 * configuration. Each pin widget can choose any input DACs and a mixer.
4346 * Each ADC is connected from a mixer of all inputs. This makes possible
4347 * 6-channel independent captures.
4348 *
4349 * In addition, an independent DAC for the multi-playback (not used in this
4350 * driver yet).
4351 */
df694daa
KY
4352#define ALC882_DIGOUT_NID 0x06
4353#define ALC882_DIGIN_NID 0x0a
1da177e4 4354
d2a6d7dc 4355static struct hda_channel_mode alc882_ch_modes[1] = {
1da177e4
LT
4356 { 8, NULL }
4357};
4358
4359static hda_nid_t alc882_dac_nids[4] = {
4360 /* front, rear, clfe, rear_surr */
4361 0x02, 0x03, 0x04, 0x05
4362};
4363
df694daa
KY
4364/* identical with ALC880 */
4365#define alc882_adc_nids alc880_adc_nids
4366#define alc882_adc_nids_alt alc880_adc_nids_alt
1da177e4
LT
4367
4368/* input MUX */
4369/* FIXME: should be a matrix-type input source selection */
4370
4371static struct hda_input_mux alc882_capture_source = {
4372 .num_items = 4,
4373 .items = {
4374 { "Mic", 0x0 },
4375 { "Front Mic", 0x1 },
4376 { "Line", 0x2 },
4377 { "CD", 0x4 },
4378 },
4379};
1da177e4
LT
4380#define alc882_mux_enum_info alc_mux_enum_info
4381#define alc882_mux_enum_get alc_mux_enum_get
4382
c8b6bf9b 4383static int alc882_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1da177e4
LT
4384{
4385 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
4386 struct alc_spec *spec = codec->spec;
4387 const struct hda_input_mux *imux = spec->input_mux;
4388 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
4389 static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
4390 hda_nid_t nid = capture_mixers[adc_idx];
4391 unsigned int *cur_val = &spec->cur_mux[adc_idx];
4392 unsigned int i, idx;
4393
4394 idx = ucontrol->value.enumerated.item[0];
4395 if (idx >= imux->num_items)
4396 idx = imux->num_items - 1;
4397 if (*cur_val == idx && ! codec->in_resume)
4398 return 0;
4399 for (i = 0; i < imux->num_items; i++) {
4400 unsigned int v = (i == idx) ? 0x7000 : 0x7080;
4401 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4402 v | (imux->items[i].index << 8));
4403 }
4404 *cur_val = idx;
4405 return 1;
4406}
4407
df694daa
KY
4408/*
4409 * 6ch mode
4410 */
4411static struct hda_verb alc882_sixstack_ch6_init[] = {
4412 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
4413 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4414 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4415 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4416 { } /* end */
4417};
4418
4419/*
4420 * 8ch mode
4421 */
4422static struct hda_verb alc882_sixstack_ch8_init[] = {
4423 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4424 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4425 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4426 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
4427 { } /* end */
4428};
4429
4430static struct hda_channel_mode alc882_sixstack_modes[2] = {
4431 { 6, alc882_sixstack_ch6_init },
4432 { 8, alc882_sixstack_ch8_init },
4433};
4434
1da177e4
LT
4435/* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
4436 * Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
4437 */
c8b6bf9b 4438static struct snd_kcontrol_new alc882_base_mixer[] = {
05acb863 4439 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
985be54b 4440 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
05acb863 4441 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
985be54b 4442 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
05acb863
TI
4443 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
4444 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
985be54b
TI
4445 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
4446 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
05acb863 4447 HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
985be54b 4448 HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
1da177e4
LT
4449 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
4450 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
4451 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
4452 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
4453 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
4454 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 4455 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
1da177e4
LT
4456 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
4457 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
32360416 4458 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
1da177e4
LT
4459 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
4460 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
4461 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
1da177e4
LT
4462 { } /* end */
4463};
4464
df694daa
KY
4465static struct snd_kcontrol_new alc882_chmode_mixer[] = {
4466 {
4467 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4468 .name = "Channel Mode",
4469 .info = alc_ch_mode_info,
4470 .get = alc_ch_mode_get,
4471 .put = alc_ch_mode_put,
4472 },
4473 { } /* end */
4474};
4475
1da177e4
LT
4476static struct hda_verb alc882_init_verbs[] = {
4477 /* Front mixer: unmute input/output amp left and right (volume = 0) */
05acb863
TI
4478 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4479 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4480 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4 4481 /* Rear mixer */
05acb863
TI
4482 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4483 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4484 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4 4485 /* CLFE mixer */
05acb863
TI
4486 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4487 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4488 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4 4489 /* Side mixer */
05acb863
TI
4490 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4491 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4492 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1da177e4 4493
e9edcee0 4494 /* Front Pin: output 0 (0x0c) */
05acb863 4495 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
05acb863 4496 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 4497 {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
e9edcee0 4498 /* Rear Pin: output 1 (0x0d) */
05acb863 4499 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
05acb863 4500 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 4501 {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
e9edcee0 4502 /* CLFE Pin: output 2 (0x0e) */
05acb863 4503 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
05acb863 4504 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 4505 {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
e9edcee0 4506 /* Side Pin: output 3 (0x0f) */
05acb863 4507 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
05acb863 4508 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1da177e4 4509 {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
e9edcee0 4510 /* Mic (rear) pin: input vref at 80% */
16ded525 4511 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0
TI
4512 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
4513 /* Front Mic pin: input vref at 80% */
16ded525 4514 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
e9edcee0
TI
4515 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
4516 /* Line In pin: input */
05acb863 4517 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
e9edcee0
TI
4518 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
4519 /* Line-2 In: Headphone output (output 0 - 0x0c) */
4520 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4521 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4522 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1da177e4 4523 /* CD pin widget for input */
05acb863 4524 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1da177e4
LT
4525
4526 /* FIXME: use matrix-type input source selection */
4527 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
4528 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
05acb863
TI
4529 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4530 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4531 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4532 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
1da177e4 4533 /* Input mixer2 */
05acb863
TI
4534 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4535 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4536 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4537 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
1da177e4 4538 /* Input mixer3 */
05acb863
TI
4539 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4540 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4541 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4542 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4543 /* ADC1: mute amp left and right */
4544 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 4545 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
05acb863
TI
4546 /* ADC2: mute amp left and right */
4547 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 4548 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
05acb863
TI
4549 /* ADC3: mute amp left and right */
4550 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
71fe7b82 4551 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
1da177e4
LT
4552
4553 { }
4554};
4555
4b146cb0
TI
4556static struct hda_verb alc882_eapd_verbs[] = {
4557 /* change to EAPD mode */
4558 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
b373bdeb 4559 {0x20, AC_VERB_SET_PROC_COEF, 0x3060},
4b146cb0
TI
4560 { }
4561};
4562
9102cd1c
TD
4563/* Mac Pro test */
4564static struct snd_kcontrol_new alc882_macpro_mixer[] = {
4565 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
4566 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
4567 HDA_CODEC_MUTE("Headphone Playback Switch", 0x18, 0x0, HDA_OUTPUT),
4568 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
4569 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
4570 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x02, HDA_INPUT),
4571 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x02, HDA_INPUT),
4572 { } /* end */
4573};
4574
4575static struct hda_verb alc882_macpro_init_verbs[] = {
4576 /* Front mixer: unmute input/output amp left and right (volume = 0) */
4577 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4578 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4579 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
4580 /* Front Pin: output 0 (0x0c) */
4581 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4582 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4583 {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
4584 /* Front Mic pin: input vref at 80% */
4585 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
4586 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
4587 /* Speaker: output */
4588 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
4589 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4590 {0x1a, AC_VERB_SET_CONNECT_SEL, 0x04},
4591 /* Headphone output (output 0 - 0x0c) */
4592 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
4593 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
4594 {0x18, AC_VERB_SET_CONNECT_SEL, 0x00},
4595
4596 /* FIXME: use matrix-type input source selection */
4597 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
4598 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
4599 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4600 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4601 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4602 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4603 /* Input mixer2 */
4604 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4605 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4606 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4607 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4608 /* Input mixer3 */
4609 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4610 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
4611 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
4612 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
4613 /* ADC1: mute amp left and right */
4614 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4615 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
4616 /* ADC2: mute amp left and right */
4617 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4618 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
4619 /* ADC3: mute amp left and right */
4620 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
4621 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
4622
4623 { }
4624};
4625static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
4626{
4627 unsigned int gpiostate, gpiomask, gpiodir;
4628
4629 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4630 AC_VERB_GET_GPIO_DATA, 0);
4631
4632 if (!muted)
4633 gpiostate |= (1 << pin);
4634 else
4635 gpiostate &= ~(1 << pin);
4636
4637 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4638 AC_VERB_GET_GPIO_MASK, 0);
4639 gpiomask |= (1 << pin);
4640
4641 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4642 AC_VERB_GET_GPIO_DIRECTION, 0);
4643 gpiodir |= (1 << pin);
4644
4645
4646 snd_hda_codec_write(codec, codec->afg, 0,
4647 AC_VERB_SET_GPIO_MASK, gpiomask);
4648 snd_hda_codec_write(codec, codec->afg, 0,
4649 AC_VERB_SET_GPIO_DIRECTION, gpiodir);
4650
4651 msleep(1);
4652
4653 snd_hda_codec_write(codec, codec->afg, 0,
4654 AC_VERB_SET_GPIO_DATA, gpiostate);
4655}
4656
df694daa
KY
4657/*
4658 * generic initialization of ADC, input mixers and output mixers
4659 */
4660static struct hda_verb alc882_auto_init_verbs[] = {
4661 /*
4662 * Unmute ADC0-2 and set the default input to mic-in
4663 */
4664 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
4665 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4666 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
4667 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4668 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
4669 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1da177e4 4670
df694daa
KY
4671 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
4672 * mixer widget
4673 * Note: PASD motherboards uses the Line In 2 as the input for front panel
4674 * mic (mic 2)
4675 */
4676 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
4677 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4678 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4679 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
4680 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
4681 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
e9edcee0 4682
df694daa
KY
4683 /*
4684 * Set up output mixers (0x0c - 0x0f)
4685 */
4686 /* set vol=0 to output mixers */
4687 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4688 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4689 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4690 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
4691 /* set up input amps for analog loopback */
4692 /* Amp Indices: DAC = 0, mixer = 1 */
4693 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4694 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4695 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4696 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4697 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4698 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4699 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4700 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4701 {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
4702 {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
4703
4704 /* FIXME: use matrix-type input source selection */
4705 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
4706 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
4707 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4708 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
4709 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
4710 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
4711 /* Input mixer2 */
4712 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4713 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
4714 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
4715 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
4716 /* Input mixer3 */
4717 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
4718 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
4719 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
4720 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
4721
4722 { }
4723};
4724
4725/* capture mixer elements */
4726static struct snd_kcontrol_new alc882_capture_alt_mixer[] = {
4727 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
4728 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
4729 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
4730 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
4731 {
4732 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4733 /* The multiple "Capture Source" controls confuse alsamixer
4734 * So call somewhat different..
4735 * FIXME: the controls appear in the "playback" view!
4736 */
4737 /* .name = "Capture Source", */
4738 .name = "Input Source",
4739 .count = 2,
4740 .info = alc882_mux_enum_info,
4741 .get = alc882_mux_enum_get,
4742 .put = alc882_mux_enum_put,
4743 },
4744 { } /* end */
4745};
4746
4747static struct snd_kcontrol_new alc882_capture_mixer[] = {
4748 HDA_CODEC_VOLUME("Capture Volume", 0x07, 0x0, HDA_INPUT),
4749 HDA_CODEC_MUTE("Capture Switch", 0x07, 0x0, HDA_INPUT),
4750 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x08, 0x0, HDA_INPUT),
4751 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x08, 0x0, HDA_INPUT),
4752 HDA_CODEC_VOLUME_IDX("Capture Volume", 2, 0x09, 0x0, HDA_INPUT),
4753 HDA_CODEC_MUTE_IDX("Capture Switch", 2, 0x09, 0x0, HDA_INPUT),
4754 {
4755 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4756 /* The multiple "Capture Source" controls confuse alsamixer
4757 * So call somewhat different..
4758 * FIXME: the controls appear in the "playback" view!
4759 */
4760 /* .name = "Capture Source", */
4761 .name = "Input Source",
4762 .count = 3,
4763 .info = alc882_mux_enum_info,
4764 .get = alc882_mux_enum_get,
4765 .put = alc882_mux_enum_put,
4766 },
4767 { } /* end */
4768};
4769
4770/* pcm configuration: identiacal with ALC880 */
4771#define alc882_pcm_analog_playback alc880_pcm_analog_playback
4772#define alc882_pcm_analog_capture alc880_pcm_analog_capture
4773#define alc882_pcm_digital_playback alc880_pcm_digital_playback
4774#define alc882_pcm_digital_capture alc880_pcm_digital_capture
4775
4776/*
4777 * configuration and preset
4778 */
f5fcc13c
TI
4779static const char *alc882_models[ALC882_MODEL_LAST] = {
4780 [ALC882_3ST_DIG] = "3stack-dig",
4781 [ALC882_6ST_DIG] = "6stack-dig",
4782 [ALC882_ARIMA] = "arima",
9102cd1c 4783 [ALC885_MACPRO] = "macpro",
f5fcc13c
TI
4784 [ALC882_AUTO] = "auto",
4785};
4786
4787static struct snd_pci_quirk alc882_cfg_tbl[] = {
4788 SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC882_6ST_DIG),
4789 SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC882_6ST_DIG),
4790 SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC882_6ST_DIG),
4791 SND_PCI_QUIRK(0x161f, 0x2054, "Arima W820", ALC882_ARIMA),
7b9470d8 4792 SND_PCI_QUIRK(0x1043, 0x81d8, "Asus P5WD", ALC882_6ST_DIG),
df694daa
KY
4793 {}
4794};
4795
4796static struct alc_config_preset alc882_presets[] = {
4797 [ALC882_3ST_DIG] = {
4798 .mixers = { alc882_base_mixer },
4799 .init_verbs = { alc882_init_verbs },
4800 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
4801 .dac_nids = alc882_dac_nids,
4802 .dig_out_nid = ALC882_DIGOUT_NID,
df694daa
KY
4803 .dig_in_nid = ALC882_DIGIN_NID,
4804 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
4805 .channel_mode = alc882_ch_modes,
4e195a7b 4806 .need_dac_fix = 1,
df694daa
KY
4807 .input_mux = &alc882_capture_source,
4808 },
4809 [ALC882_6ST_DIG] = {
4810 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
4811 .init_verbs = { alc882_init_verbs },
4812 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
4813 .dac_nids = alc882_dac_nids,
4814 .dig_out_nid = ALC882_DIGOUT_NID,
df694daa
KY
4815 .dig_in_nid = ALC882_DIGIN_NID,
4816 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
4817 .channel_mode = alc882_sixstack_modes,
4818 .input_mux = &alc882_capture_source,
4819 },
4b146cb0
TI
4820 [ALC882_ARIMA] = {
4821 .mixers = { alc882_base_mixer, alc882_chmode_mixer },
4822 .init_verbs = { alc882_init_verbs, alc882_eapd_verbs },
4823 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
4824 .dac_nids = alc882_dac_nids,
4825 .num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
4826 .channel_mode = alc882_sixstack_modes,
4827 .input_mux = &alc882_capture_source,
4828 },
9102cd1c
TD
4829 [ALC885_MACPRO] = {
4830 .mixers = { alc882_macpro_mixer },
4831 .init_verbs = { alc882_macpro_init_verbs },
4832 .num_dacs = ARRAY_SIZE(alc882_dac_nids),
4833 .dac_nids = alc882_dac_nids,
4834 .dig_out_nid = ALC882_DIGOUT_NID,
4835 .dig_in_nid = ALC882_DIGIN_NID,
4836 .num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
4837 .channel_mode = alc882_ch_modes,
4838 .input_mux = &alc882_capture_source,
4839 },
df694daa
KY
4840};
4841
4842
4843/*
4844 * BIOS auto configuration
4845 */
4846static void alc882_auto_set_output_and_unmute(struct hda_codec *codec,
4847 hda_nid_t nid, int pin_type,
4848 int dac_idx)
4849{
4850 /* set as output */
4851 struct alc_spec *spec = codec->spec;
4852 int idx;
4853
4854 if (spec->multiout.dac_nids[dac_idx] == 0x25)
4855 idx = 4;
4856 else
4857 idx = spec->multiout.dac_nids[dac_idx] - 2;
4858
4859 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
4860 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
4861 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
4862
4863}
4864
4865static void alc882_auto_init_multi_out(struct hda_codec *codec)
4866{
4867 struct alc_spec *spec = codec->spec;
4868 int i;
4869
4870 for (i = 0; i <= HDA_SIDE; i++) {
4871 hda_nid_t nid = spec->autocfg.line_out_pins[i];
4872 if (nid)
4873 alc882_auto_set_output_and_unmute(codec, nid, PIN_OUT, i);
4874 }
4875}
4876
4877static void alc882_auto_init_hp_out(struct hda_codec *codec)
4878{
4879 struct alc_spec *spec = codec->spec;
4880 hda_nid_t pin;
4881
eb06ed8f 4882 pin = spec->autocfg.hp_pins[0];
df694daa
KY
4883 if (pin) /* connect to front */
4884 alc882_auto_set_output_and_unmute(codec, pin, PIN_HP, 0); /* use dac 0 */
4885}
4886
4887#define alc882_is_input_pin(nid) alc880_is_input_pin(nid)
4888#define ALC882_PIN_CD_NID ALC880_PIN_CD_NID
4889
4890static void alc882_auto_init_analog_input(struct hda_codec *codec)
4891{
4892 struct alc_spec *spec = codec->spec;
4893 int i;
4894
4895 for (i = 0; i < AUTO_PIN_LAST; i++) {
4896 hda_nid_t nid = spec->autocfg.input_pins[i];
4897 if (alc882_is_input_pin(nid)) {
4898 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4899 i <= AUTO_PIN_FRONT_MIC ? PIN_VREF80 : PIN_IN);
4900 if (nid != ALC882_PIN_CD_NID)
4901 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4902 AMP_OUT_MUTE);
4903 }
4904 }
4905}
4906
4907/* almost identical with ALC880 parser... */
4908static int alc882_parse_auto_config(struct hda_codec *codec)
4909{
4910 struct alc_spec *spec = codec->spec;
4911 int err = alc880_parse_auto_config(codec);
4912
4913 if (err < 0)
4914 return err;
c5f2ea08
TI
4915 else if (err > 0)
4916 /* hack - override the init verbs */
4917 spec->init_verbs[0] = alc882_auto_init_verbs;
4918 return err;
df694daa
KY
4919}
4920
ae6b813a
TI
4921/* additional initialization for auto-configuration model */
4922static void alc882_auto_init(struct hda_codec *codec)
df694daa 4923{
df694daa
KY
4924 alc882_auto_init_multi_out(codec);
4925 alc882_auto_init_hp_out(codec);
4926 alc882_auto_init_analog_input(codec);
df694daa
KY
4927}
4928
df694daa
KY
4929static int patch_alc882(struct hda_codec *codec)
4930{
4931 struct alc_spec *spec;
4932 int err, board_config;
4933
4934 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4935 if (spec == NULL)
4936 return -ENOMEM;
4937
4938 codec->spec = spec;
4939
f5fcc13c
TI
4940 board_config = snd_hda_check_board_config(codec, ALC882_MODEL_LAST,
4941 alc882_models,
4942 alc882_cfg_tbl);
df694daa
KY
4943
4944 if (board_config < 0 || board_config >= ALC882_MODEL_LAST) {
081d17c4
TD
4945 /* Pick up systems that don't supply PCI SSID */
4946 switch (codec->subsystem_id) {
4947 case 0x106b0c00: /* Mac Pro */
4948 board_config = ALC885_MACPRO;
4949 break;
4950 default:
4951 printk(KERN_INFO "hda_codec: Unknown model for ALC882, "
4952 "trying auto-probe from BIOS...\n");
4953 board_config = ALC882_AUTO;
4954 }
df694daa
KY
4955 }
4956
4957 if (board_config == ALC882_AUTO) {
4958 /* automatic parse from the BIOS config */
4959 err = alc882_parse_auto_config(codec);
4960 if (err < 0) {
4961 alc_free(codec);
4962 return err;
4963 } else if (! err) {
9c7f852e
TI
4964 printk(KERN_INFO
4965 "hda_codec: Cannot set up configuration "
4966 "from BIOS. Using base mode...\n");
df694daa
KY
4967 board_config = ALC882_3ST_DIG;
4968 }
4969 }
4970
4971 if (board_config != ALC882_AUTO)
4972 setup_preset(spec, &alc882_presets[board_config]);
1da177e4 4973
9102cd1c
TD
4974 if (board_config == ALC885_MACPRO) {
4975 alc882_gpio_mute(codec, 0, 0);
4976 alc882_gpio_mute(codec, 1, 0);
4977 }
4978
1da177e4 4979 spec->stream_name_analog = "ALC882 Analog";
df694daa
KY
4980 spec->stream_analog_playback = &alc882_pcm_analog_playback;
4981 spec->stream_analog_capture = &alc882_pcm_analog_capture;
1da177e4
LT
4982
4983 spec->stream_name_digital = "ALC882 Digital";
df694daa
KY
4984 spec->stream_digital_playback = &alc882_pcm_digital_playback;
4985 spec->stream_digital_capture = &alc882_pcm_digital_capture;
1da177e4 4986
df694daa
KY
4987 if (! spec->adc_nids && spec->input_mux) {
4988 /* check whether NID 0x07 is valid */
4a471b7d 4989 unsigned int wcap = get_wcaps(codec, 0x07);
df694daa
KY
4990 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
4991 if (wcap != AC_WID_AUD_IN) {
4992 spec->adc_nids = alc882_adc_nids_alt;
4993 spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids_alt);
4994 spec->mixers[spec->num_mixers] = alc882_capture_alt_mixer;
4995 spec->num_mixers++;
4996 } else {
4997 spec->adc_nids = alc882_adc_nids;
4998 spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids);
4999 spec->mixers[spec->num_mixers] = alc882_capture_mixer;
5000 spec->num_mixers++;
5001 }
5002 }
1da177e4
LT
5003
5004 codec->patch_ops = alc_patch_ops;
df694daa 5005 if (board_config == ALC882_AUTO)
ae6b813a 5006 spec->init_hook = alc882_auto_init;
df694daa
KY
5007
5008 return 0;
5009}
5010
5011/*
9c7f852e
TI
5012 * ALC883 support
5013 *
5014 * ALC883 is almost identical with ALC880 but has cleaner and more flexible
5015 * configuration. Each pin widget can choose any input DACs and a mixer.
5016 * Each ADC is connected from a mixer of all inputs. This makes possible
5017 * 6-channel independent captures.
5018 *
5019 * In addition, an independent DAC for the multi-playback (not used in this
5020 * driver yet).
df694daa 5021 */
9c7f852e
TI
5022#define ALC883_DIGOUT_NID 0x06
5023#define ALC883_DIGIN_NID 0x0a
df694daa 5024
9c7f852e
TI
5025static hda_nid_t alc883_dac_nids[4] = {
5026 /* front, rear, clfe, rear_surr */
5027 0x02, 0x04, 0x03, 0x05
5028};
df694daa 5029
9c7f852e
TI
5030static hda_nid_t alc883_adc_nids[2] = {
5031 /* ADC1-2 */
5032 0x08, 0x09,
5033};
5034/* input MUX */
5035/* FIXME: should be a matrix-type input source selection */
df694daa 5036
9c7f852e
TI
5037static struct hda_input_mux alc883_capture_source = {
5038 .num_items = 4,
5039 .items = {
5040 { "Mic", 0x0 },
5041 { "Front Mic", 0x1 },
5042 { "Line", 0x2 },
5043 { "CD", 0x4 },
5044 },
5045};
5046#define alc883_mux_enum_info alc_mux_enum_info
5047#define alc883_mux_enum_get alc_mux_enum_get
df694daa 5048
9c7f852e
TI
5049static int alc883_mux_enum_put(struct snd_kcontrol *kcontrol,
5050 struct snd_ctl_elem_value *ucontrol)
5051{
5052 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5053 struct alc_spec *spec = codec->spec;
5054 const struct hda_input_mux *imux = spec->input_mux;
5055 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
5056 static hda_nid_t capture_mixers[3] = { 0x24, 0x23, 0x22 };
5057 hda_nid_t nid = capture_mixers[adc_idx];
5058 unsigned int *cur_val = &spec->cur_mux[adc_idx];
5059 unsigned int i, idx;
5060
5061 idx = ucontrol->value.enumerated.item[0];
5062 if (idx >= imux->num_items)
5063 idx = imux->num_items - 1;
5064 if (*cur_val == idx && ! codec->in_resume)
5065 return 0;
5066 for (i = 0; i < imux->num_items; i++) {
5067 unsigned int v = (i == idx) ? 0x7000 : 0x7080;
5068 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
5069 v | (imux->items[i].index << 8));
5070 }
5071 *cur_val = idx;
5072 return 1;
5073}
5074/*
5075 * 2ch mode
5076 */
5077static struct hda_channel_mode alc883_3ST_2ch_modes[1] = {
5078 { 2, NULL }
5079};
5080
5081/*
5082 * 2ch mode
5083 */
5084static struct hda_verb alc883_3ST_ch2_init[] = {
5085 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
5086 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5087 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
5088 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
5089 { } /* end */
5090};
5091
5092/*
5093 * 6ch mode
5094 */
5095static struct hda_verb alc883_3ST_ch6_init[] = {
5096 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5097 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5098 { 0x18, AC_VERB_SET_CONNECT_SEL, 0x02 },
5099 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5100 { 0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
5101 { 0x1a, AC_VERB_SET_CONNECT_SEL, 0x01 },
5102 { } /* end */
5103};
5104
5105static struct hda_channel_mode alc883_3ST_6ch_modes[2] = {
5106 { 2, alc883_3ST_ch2_init },
5107 { 6, alc883_3ST_ch6_init },
5108};
5109
5110/*
5111 * 6ch mode
5112 */
5113static struct hda_verb alc883_sixstack_ch6_init[] = {
5114 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
5115 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5116 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5117 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5118 { } /* end */
5119};
5120
5121/*
5122 * 8ch mode
5123 */
5124static struct hda_verb alc883_sixstack_ch8_init[] = {
5125 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5126 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5127 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5128 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
5129 { } /* end */
5130};
5131
5132static struct hda_channel_mode alc883_sixstack_modes[2] = {
5133 { 6, alc883_sixstack_ch6_init },
5134 { 8, alc883_sixstack_ch8_init },
5135};
5136
b373bdeb
AN
5137static struct hda_verb alc883_medion_eapd_verbs[] = {
5138 /* eanable EAPD on medion laptop */
5139 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
5140 {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
5141 { }
5142};
5143
9c7f852e
TI
5144/* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
5145 * Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
5146 */
5147
5148static struct snd_kcontrol_new alc883_base_mixer[] = {
df694daa 5149 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
9c7f852e
TI
5150 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5151 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5152 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
5153 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5154 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5155 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
5156 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
5157 HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
5158 HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
5159 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
df694daa
KY
5160 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5161 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5162 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5163 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5164 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5165 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
df694daa 5166 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
9c7f852e 5167 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
32360416 5168 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9c7f852e
TI
5169 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5170 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5171 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5172 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5173 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5174 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5175 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5176 {
5177 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5178 /* .name = "Capture Source", */
5179 .name = "Input Source",
5180 .count = 2,
5181 .info = alc883_mux_enum_info,
5182 .get = alc883_mux_enum_get,
5183 .put = alc883_mux_enum_put,
5184 },
df694daa 5185 { } /* end */
834be88d
TI
5186};
5187
9c7f852e
TI
5188static struct snd_kcontrol_new alc883_3ST_2ch_mixer[] = {
5189 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5190 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5191 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5192 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5193 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5194 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5195 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5196 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5197 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9c7f852e
TI
5198 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5199 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
32360416 5200 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9c7f852e
TI
5201 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5202 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5203 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5204 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5205 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5206 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5207 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5208 {
5209 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5210 /* .name = "Capture Source", */
5211 .name = "Input Source",
5212 .count = 2,
5213 .info = alc883_mux_enum_info,
5214 .get = alc883_mux_enum_get,
5215 .put = alc883_mux_enum_put,
5216 },
5217 { } /* end */
5218};
df694daa 5219
9c7f852e
TI
5220static struct snd_kcontrol_new alc883_3ST_6ch_mixer[] = {
5221 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5222 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
5223 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5224 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
5225 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5226 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5227 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
5228 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
5229 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5230 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5231 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5232 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5233 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5234 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5235 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
9c7f852e
TI
5236 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5237 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
32360416 5238 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
9c7f852e
TI
5239 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5240 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5241 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5242 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5243 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5244 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5245 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5246 {
5247 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5248 /* .name = "Capture Source", */
5249 .name = "Input Source",
5250 .count = 2,
5251 .info = alc883_mux_enum_info,
5252 .get = alc883_mux_enum_get,
5253 .put = alc883_mux_enum_put,
5254 },
5255 { } /* end */
5256};
5257
d1d985f0 5258static struct snd_kcontrol_new alc883_fivestack_mixer[] = {
c07584c8
TD
5259 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5260 HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5261 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5262 HDA_CODEC_MUTE("Surround Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5263 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5264 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5265 HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x16, 1, 0x0, HDA_OUTPUT),
5266 HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
5267 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5268 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5269 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5270 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5271 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5272 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5273 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
c07584c8
TD
5274 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5275 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
32360416 5276 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
c07584c8
TD
5277 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
5278 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
5279 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
5280 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5281 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5282
5283 {
5284 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5285 /* .name = "Capture Source", */
5286 .name = "Input Source",
5287 .count = 1,
5288 .info = alc883_mux_enum_info,
5289 .get = alc883_mux_enum_get,
5290 .put = alc883_mux_enum_put,
5291 },
5292 { } /* end */
5293};
5294
ccc656ce
KY
5295static struct snd_kcontrol_new alc883_tagra_mixer[] = {
5296 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5297 HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5298 HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5299 HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5300 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
5301 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
5302 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5303 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
5304 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
5305 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5306 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5307 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5308 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5309 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5310 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
ccc656ce
KY
5311 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5312 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5313 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5314 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5315 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5316 {
5317 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5318 /* .name = "Capture Source", */
5319 .name = "Input Source",
5320 .count = 2,
5321 .info = alc883_mux_enum_info,
5322 .get = alc883_mux_enum_get,
5323 .put = alc883_mux_enum_put,
5324 },
5325 { } /* end */
5326};
5327
5328static struct snd_kcontrol_new alc883_tagra_2ch_mixer[] = {
5329 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5330 HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5331 HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5332 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5333 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5334 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
32360416 5335 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
ccc656ce
KY
5336 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5337 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5338 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5339 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5340 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5341 {
5342 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5343 /* .name = "Capture Source", */
5344 .name = "Input Source",
5345 .count = 2,
5346 .info = alc883_mux_enum_info,
5347 .get = alc883_mux_enum_get,
5348 .put = alc883_mux_enum_put,
5349 },
5350 { } /* end */
5351};
5352
9c7f852e
TI
5353static struct snd_kcontrol_new alc883_chmode_mixer[] = {
5354 {
5355 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5356 .name = "Channel Mode",
5357 .info = alc_ch_mode_info,
5358 .get = alc_ch_mode_get,
5359 .put = alc_ch_mode_put,
5360 },
5361 { } /* end */
5362};
5363
5364static struct hda_verb alc883_init_verbs[] = {
5365 /* ADC1: mute amp left and right */
5366 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
df694daa 5367 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
9c7f852e
TI
5368 /* ADC2: mute amp left and right */
5369 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
df694daa 5370 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
9c7f852e
TI
5371 /* Front mixer: unmute input/output amp left and right (volume = 0) */
5372 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5373 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5374 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5375 /* Rear mixer */
5376 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5377 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5378 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5379 /* CLFE mixer */
5380 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5381 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5382 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
5383 /* Side mixer */
5384 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5385 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
5386 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
df694daa 5387
df694daa
KY
5388 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5389 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5390 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5391 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
5392 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5393
9c7f852e
TI
5394 /* Front Pin: output 0 (0x0c) */
5395 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5396 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5397 {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
5398 /* Rear Pin: output 1 (0x0d) */
5399 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5400 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5401 {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
5402 /* CLFE Pin: output 2 (0x0e) */
5403 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5404 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5405 {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
5406 /* Side Pin: output 3 (0x0f) */
5407 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5408 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5409 {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
5410 /* Mic (rear) pin: input vref at 80% */
5411 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5412 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5413 /* Front Mic pin: input vref at 80% */
5414 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
5415 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5416 /* Line In pin: input */
5417 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5418 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
5419 /* Line-2 In: Headphone output (output 0 - 0x0c) */
5420 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5421 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
5422 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
5423 /* CD pin widget for input */
5424 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
5425
5426 /* FIXME: use matrix-type input source selection */
5427 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5428 /* Input mixer2 */
5429 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5430 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5431 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5432 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5433 /* Input mixer3 */
5434 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5435 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5436 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5437 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5438 { }
5439};
5440
ccc656ce
KY
5441static struct hda_verb alc883_tagra_verbs[] = {
5442 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5443 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5444
5445 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
5446 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
5447
5448 {0x18, AC_VERB_SET_CONNECT_SEL, 0x02}, /* mic/clfe */
5449 {0x1a, AC_VERB_SET_CONNECT_SEL, 0x01}, /* line/surround */
5450 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, /* HP */
5451
5452 {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, ALC880_HP_EVENT | AC_USRSP_EN},
5453 {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
5454 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
5455 {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
5456
5457 { } /* end */
5458};
5459
5460/* toggle speaker-output according to the hp-jack state */
5461static void alc883_tagra_automute(struct hda_codec *codec)
5462{
5463 unsigned int present;
5464
5465 present = snd_hda_codec_read(codec, 0x14, 0,
5466 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
5467 snd_hda_codec_amp_update(codec, 0x1b, 0, HDA_OUTPUT, 0,
5468 0x80, present ? 0x80 : 0);
5469 snd_hda_codec_amp_update(codec, 0x1b, 1, HDA_OUTPUT, 0,
5470 0x80, present ? 0x80 : 0);
5471 snd_hda_codec_write(codec, 1, 0, AC_VERB_SET_GPIO_DATA, present ? 1 : 3);
5472}
5473
5474static void alc883_tagra_unsol_event(struct hda_codec *codec, unsigned int res)
5475{
5476 if ((res >> 26) == ALC880_HP_EVENT)
5477 alc883_tagra_automute(codec);
5478}
5479
9c7f852e
TI
5480/*
5481 * generic initialization of ADC, input mixers and output mixers
5482 */
5483static struct hda_verb alc883_auto_init_verbs[] = {
5484 /*
5485 * Unmute ADC0-2 and set the default input to mic-in
5486 */
5487 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
5488 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5489 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
5490 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5491
5492 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
5493 * mixer widget
5494 * Note: PASD motherboards uses the Line In 2 as the input for front panel
5495 * mic (mic 2)
5496 */
5497 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
5498 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5499 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5500 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5501 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
5502 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5503
5504 /*
5505 * Set up output mixers (0x0c - 0x0f)
5506 */
5507 /* set vol=0 to output mixers */
5508 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5509 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5510 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5511 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
5512 /* set up input amps for analog loopback */
5513 /* Amp Indices: DAC = 0, mixer = 1 */
5514 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5515 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5516 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5517 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5518 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5519 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5520 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5521 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5522 {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5523 {0x26, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5524
5525 /* FIXME: use matrix-type input source selection */
5526 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
5527 /* Input mixer1 */
5528 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5529 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5530 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5531 //{0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
5532 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5533 /* Input mixer2 */
5534 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
5535 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
5536 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
5537 //{0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
5538 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
5539
5540 { }
5541};
5542
5543/* capture mixer elements */
5544static struct snd_kcontrol_new alc883_capture_mixer[] = {
5545 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
5546 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
5547 HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
5548 HDA_CODEC_MUTE_IDX("Capture Switch", 1, 0x09, 0x0, HDA_INPUT),
5549 {
5550 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5551 /* The multiple "Capture Source" controls confuse alsamixer
5552 * So call somewhat different..
5553 * FIXME: the controls appear in the "playback" view!
5554 */
5555 /* .name = "Capture Source", */
5556 .name = "Input Source",
5557 .count = 2,
5558 .info = alc882_mux_enum_info,
5559 .get = alc882_mux_enum_get,
5560 .put = alc882_mux_enum_put,
5561 },
5562 { } /* end */
5563};
5564
5565/* pcm configuration: identiacal with ALC880 */
5566#define alc883_pcm_analog_playback alc880_pcm_analog_playback
5567#define alc883_pcm_analog_capture alc880_pcm_analog_capture
5568#define alc883_pcm_digital_playback alc880_pcm_digital_playback
5569#define alc883_pcm_digital_capture alc880_pcm_digital_capture
5570
5571/*
5572 * configuration and preset
5573 */
f5fcc13c
TI
5574static const char *alc883_models[ALC883_MODEL_LAST] = {
5575 [ALC883_3ST_2ch_DIG] = "3stack-dig",
5576 [ALC883_3ST_6ch_DIG] = "3stack-6ch-dig",
5577 [ALC883_3ST_6ch] = "3stack-6ch",
5578 [ALC883_6ST_DIG] = "6stack-dig",
5579 [ALC883_TARGA_DIG] = "targa-dig",
5580 [ALC883_TARGA_2ch_DIG] = "targa-2ch-dig",
5581 [ALC888_DEMO_BOARD] = "6stack-dig-demo",
5582 [ALC883_ACER] = "acer",
5583 [ALC883_MEDION] = "medion",
5584 [ALC883_LAPTOP_EAPD] = "laptop-eapd",
5585 [ALC883_AUTO] = "auto",
5586};
5587
5588static struct snd_pci_quirk alc883_cfg_tbl[] = {
5589 SND_PCI_QUIRK(0x1019, 0x6668, "ECS", ALC883_3ST_6ch_DIG),
5590 SND_PCI_QUIRK(0x108e, 0x534d, NULL, ALC883_3ST_6ch),
5591 SND_PCI_QUIRK(0x1558, 0, "Clevo laptop", ALC883_LAPTOP_EAPD),
5592 SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG),
5593 SND_PCI_QUIRK(0x1462, 0x6668, "MSI", ALC883_6ST_DIG),
5594 SND_PCI_QUIRK(0x1462, 0x7187, "MSI", ALC883_6ST_DIG),
2a296cb6 5595 SND_PCI_QUIRK(0x1462, 0x7280, "MSI", ALC883_6ST_DIG),
f5fcc13c
TI
5596 SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
5597 SND_PCI_QUIRK(0x1462, 0x3ef9, "MSI", ALC883_TARGA_DIG),
5598 SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
5599 SND_PCI_QUIRK(0x1462, 0x3fcc, "MSI", ALC883_TARGA_DIG),
5600 SND_PCI_QUIRK(0x1462, 0x3fc1, "MSI", ALC883_TARGA_DIG),
5601 SND_PCI_QUIRK(0x1462, 0x3fc3, "MSI", ALC883_TARGA_DIG),
5602 SND_PCI_QUIRK(0x1462, 0x4314, "MSI", ALC883_TARGA_DIG),
5603 SND_PCI_QUIRK(0x1462, 0x4319, "MSI", ALC883_TARGA_DIG),
5604 SND_PCI_QUIRK(0x1462, 0x4324, "MSI", ALC883_TARGA_DIG),
5605 SND_PCI_QUIRK(0x1462, 0xa422, "MSI", ALC883_TARGA_2ch_DIG),
5606 SND_PCI_QUIRK(0x1025, 0, "Acer laptop", ALC883_ACER),
5607 SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_MEDION),
5608 SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC883_LAPTOP_EAPD),
5609 SND_PCI_QUIRK(0x8086, 0xd601, "D102GGC", ALC883_3ST_6ch),
9c7f852e
TI
5610 {}
5611};
5612
5613static struct alc_config_preset alc883_presets[] = {
5614 [ALC883_3ST_2ch_DIG] = {
5615 .mixers = { alc883_3ST_2ch_mixer },
5616 .init_verbs = { alc883_init_verbs },
5617 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5618 .dac_nids = alc883_dac_nids,
5619 .dig_out_nid = ALC883_DIGOUT_NID,
5620 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5621 .adc_nids = alc883_adc_nids,
5622 .dig_in_nid = ALC883_DIGIN_NID,
5623 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
5624 .channel_mode = alc883_3ST_2ch_modes,
5625 .input_mux = &alc883_capture_source,
5626 },
5627 [ALC883_3ST_6ch_DIG] = {
5628 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
5629 .init_verbs = { alc883_init_verbs },
5630 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5631 .dac_nids = alc883_dac_nids,
5632 .dig_out_nid = ALC883_DIGOUT_NID,
5633 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5634 .adc_nids = alc883_adc_nids,
5635 .dig_in_nid = ALC883_DIGIN_NID,
5636 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
5637 .channel_mode = alc883_3ST_6ch_modes,
4e195a7b 5638 .need_dac_fix = 1,
9c7f852e
TI
5639 .input_mux = &alc883_capture_source,
5640 },
5641 [ALC883_3ST_6ch] = {
5642 .mixers = { alc883_3ST_6ch_mixer, alc883_chmode_mixer },
5643 .init_verbs = { alc883_init_verbs },
5644 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5645 .dac_nids = alc883_dac_nids,
5646 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5647 .adc_nids = alc883_adc_nids,
5648 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
5649 .channel_mode = alc883_3ST_6ch_modes,
4e195a7b 5650 .need_dac_fix = 1,
9c7f852e
TI
5651 .input_mux = &alc883_capture_source,
5652 },
5653 [ALC883_6ST_DIG] = {
5654 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
5655 .init_verbs = { alc883_init_verbs },
5656 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5657 .dac_nids = alc883_dac_nids,
5658 .dig_out_nid = ALC883_DIGOUT_NID,
5659 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5660 .adc_nids = alc883_adc_nids,
5661 .dig_in_nid = ALC883_DIGIN_NID,
5662 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
5663 .channel_mode = alc883_sixstack_modes,
5664 .input_mux = &alc883_capture_source,
5665 },
ccc656ce
KY
5666 [ALC883_TARGA_DIG] = {
5667 .mixers = { alc883_tagra_mixer, alc883_chmode_mixer },
5668 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
5669 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5670 .dac_nids = alc883_dac_nids,
5671 .dig_out_nid = ALC883_DIGOUT_NID,
5672 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5673 .adc_nids = alc883_adc_nids,
5674 .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
5675 .channel_mode = alc883_3ST_6ch_modes,
5676 .need_dac_fix = 1,
5677 .input_mux = &alc883_capture_source,
5678 .unsol_event = alc883_tagra_unsol_event,
5679 .init_hook = alc883_tagra_automute,
5680 },
5681 [ALC883_TARGA_2ch_DIG] = {
5682 .mixers = { alc883_tagra_2ch_mixer},
5683 .init_verbs = { alc883_init_verbs, alc883_tagra_verbs},
5684 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5685 .dac_nids = alc883_dac_nids,
5686 .dig_out_nid = ALC883_DIGOUT_NID,
5687 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5688 .adc_nids = alc883_adc_nids,
5689 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
5690 .channel_mode = alc883_3ST_2ch_modes,
5691 .input_mux = &alc883_capture_source,
5692 .unsol_event = alc883_tagra_unsol_event,
5693 .init_hook = alc883_tagra_automute,
5694 },
9c7f852e
TI
5695 [ALC888_DEMO_BOARD] = {
5696 .mixers = { alc883_base_mixer, alc883_chmode_mixer },
5697 .init_verbs = { alc883_init_verbs },
5698 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5699 .dac_nids = alc883_dac_nids,
5700 .dig_out_nid = ALC883_DIGOUT_NID,
5701 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5702 .adc_nids = alc883_adc_nids,
5703 .dig_in_nid = ALC883_DIGIN_NID,
5704 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
5705 .channel_mode = alc883_sixstack_modes,
5706 .input_mux = &alc883_capture_source,
5707 },
bab282b9
VA
5708 [ALC883_ACER] = {
5709 .mixers = { alc883_base_mixer,
5710 alc883_chmode_mixer },
5711 /* On TravelMate laptops, GPIO 0 enables the internal speaker
5712 * and the headphone jack. Turn this on and rely on the
5713 * standard mute methods whenever the user wants to turn
5714 * these outputs off.
5715 */
5716 .init_verbs = { alc883_init_verbs, alc880_gpio1_init_verbs },
5717 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5718 .dac_nids = alc883_dac_nids,
5719 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5720 .adc_nids = alc883_adc_nids,
5721 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
5722 .channel_mode = alc883_3ST_2ch_modes,
5723 .input_mux = &alc883_capture_source,
5724 },
c07584c8
TD
5725 [ALC883_MEDION] = {
5726 .mixers = { alc883_fivestack_mixer,
5727 alc883_chmode_mixer },
5728 .init_verbs = { alc883_init_verbs,
b373bdeb 5729 alc883_medion_eapd_verbs },
c07584c8
TD
5730 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5731 .dac_nids = alc883_dac_nids,
5732 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5733 .adc_nids = alc883_adc_nids,
5734 .num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
5735 .channel_mode = alc883_sixstack_modes,
5736 .input_mux = &alc883_capture_source,
b373bdeb
AN
5737 },
5738 [ALC883_LAPTOP_EAPD] = {
5739 .mixers = { alc883_base_mixer,
5740 alc883_chmode_mixer },
5741 .init_verbs = { alc883_init_verbs, alc882_eapd_verbs },
5742 .num_dacs = ARRAY_SIZE(alc883_dac_nids),
5743 .dac_nids = alc883_dac_nids,
5744 .num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
5745 .adc_nids = alc883_adc_nids,
5746 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
5747 .channel_mode = alc883_3ST_2ch_modes,
5748 .input_mux = &alc883_capture_source,
5749 },
9c7f852e
TI
5750};
5751
5752
5753/*
5754 * BIOS auto configuration
5755 */
5756static void alc883_auto_set_output_and_unmute(struct hda_codec *codec,
5757 hda_nid_t nid, int pin_type,
5758 int dac_idx)
5759{
5760 /* set as output */
5761 struct alc_spec *spec = codec->spec;
5762 int idx;
5763
5764 if (spec->multiout.dac_nids[dac_idx] == 0x25)
5765 idx = 4;
5766 else
5767 idx = spec->multiout.dac_nids[dac_idx] - 2;
5768
5769 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
5770 pin_type);
5771 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
5772 AMP_OUT_UNMUTE);
5773 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CONNECT_SEL, idx);
5774
5775}
5776
5777static void alc883_auto_init_multi_out(struct hda_codec *codec)
5778{
5779 struct alc_spec *spec = codec->spec;
5780 int i;
5781
5782 for (i = 0; i <= HDA_SIDE; i++) {
5783 hda_nid_t nid = spec->autocfg.line_out_pins[i];
5784 if (nid)
5785 alc883_auto_set_output_and_unmute(codec, nid, PIN_OUT, i);
5786 }
5787}
5788
5789static void alc883_auto_init_hp_out(struct hda_codec *codec)
5790{
5791 struct alc_spec *spec = codec->spec;
5792 hda_nid_t pin;
5793
eb06ed8f 5794 pin = spec->autocfg.hp_pins[0];
9c7f852e
TI
5795 if (pin) /* connect to front */
5796 /* use dac 0 */
5797 alc883_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
5798}
5799
5800#define alc883_is_input_pin(nid) alc880_is_input_pin(nid)
5801#define ALC883_PIN_CD_NID ALC880_PIN_CD_NID
5802
5803static void alc883_auto_init_analog_input(struct hda_codec *codec)
5804{
5805 struct alc_spec *spec = codec->spec;
5806 int i;
5807
5808 for (i = 0; i < AUTO_PIN_LAST; i++) {
5809 hda_nid_t nid = spec->autocfg.input_pins[i];
5810 if (alc883_is_input_pin(nid)) {
5811 snd_hda_codec_write(codec, nid, 0,
5812 AC_VERB_SET_PIN_WIDGET_CONTROL,
5813 (i <= AUTO_PIN_FRONT_MIC ?
5814 PIN_VREF80 : PIN_IN));
5815 if (nid != ALC883_PIN_CD_NID)
5816 snd_hda_codec_write(codec, nid, 0,
5817 AC_VERB_SET_AMP_GAIN_MUTE,
5818 AMP_OUT_MUTE);
5819 }
5820 }
5821}
5822
5823/* almost identical with ALC880 parser... */
5824static int alc883_parse_auto_config(struct hda_codec *codec)
5825{
5826 struct alc_spec *spec = codec->spec;
5827 int err = alc880_parse_auto_config(codec);
5828
5829 if (err < 0)
5830 return err;
5831 else if (err > 0)
5832 /* hack - override the init verbs */
5833 spec->init_verbs[0] = alc883_auto_init_verbs;
5834 spec->mixers[spec->num_mixers] = alc883_capture_mixer;
5835 spec->num_mixers++;
5836 return err;
5837}
5838
5839/* additional initialization for auto-configuration model */
5840static void alc883_auto_init(struct hda_codec *codec)
5841{
5842 alc883_auto_init_multi_out(codec);
5843 alc883_auto_init_hp_out(codec);
5844 alc883_auto_init_analog_input(codec);
5845}
5846
5847static int patch_alc883(struct hda_codec *codec)
5848{
5849 struct alc_spec *spec;
5850 int err, board_config;
5851
5852 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5853 if (spec == NULL)
5854 return -ENOMEM;
5855
5856 codec->spec = spec;
5857
f5fcc13c
TI
5858 board_config = snd_hda_check_board_config(codec, ALC883_MODEL_LAST,
5859 alc883_models,
5860 alc883_cfg_tbl);
5861 if (board_config < 0) {
9c7f852e
TI
5862 printk(KERN_INFO "hda_codec: Unknown model for ALC883, "
5863 "trying auto-probe from BIOS...\n");
5864 board_config = ALC883_AUTO;
5865 }
5866
5867 if (board_config == ALC883_AUTO) {
5868 /* automatic parse from the BIOS config */
5869 err = alc883_parse_auto_config(codec);
5870 if (err < 0) {
5871 alc_free(codec);
5872 return err;
5873 } else if (! err) {
5874 printk(KERN_INFO
5875 "hda_codec: Cannot set up configuration "
5876 "from BIOS. Using base mode...\n");
5877 board_config = ALC883_3ST_2ch_DIG;
5878 }
5879 }
5880
5881 if (board_config != ALC883_AUTO)
5882 setup_preset(spec, &alc883_presets[board_config]);
5883
5884 spec->stream_name_analog = "ALC883 Analog";
5885 spec->stream_analog_playback = &alc883_pcm_analog_playback;
5886 spec->stream_analog_capture = &alc883_pcm_analog_capture;
5887
5888 spec->stream_name_digital = "ALC883 Digital";
5889 spec->stream_digital_playback = &alc883_pcm_digital_playback;
5890 spec->stream_digital_capture = &alc883_pcm_digital_capture;
5891
4b146cb0
TI
5892 if (! spec->adc_nids && spec->input_mux) {
5893 spec->adc_nids = alc883_adc_nids;
5894 spec->num_adc_nids = ARRAY_SIZE(alc883_adc_nids);
5895 }
9c7f852e
TI
5896
5897 codec->patch_ops = alc_patch_ops;
5898 if (board_config == ALC883_AUTO)
5899 spec->init_hook = alc883_auto_init;
5900
5901 return 0;
5902}
5903
5904/*
5905 * ALC262 support
5906 */
5907
5908#define ALC262_DIGOUT_NID ALC880_DIGOUT_NID
5909#define ALC262_DIGIN_NID ALC880_DIGIN_NID
5910
5911#define alc262_dac_nids alc260_dac_nids
5912#define alc262_adc_nids alc882_adc_nids
5913#define alc262_adc_nids_alt alc882_adc_nids_alt
5914
5915#define alc262_modes alc260_modes
5916#define alc262_capture_source alc882_capture_source
5917
5918static struct snd_kcontrol_new alc262_base_mixer[] = {
5919 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5920 HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5921 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5922 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5923 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5924 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5925 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5926 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5927 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
5928 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
5929 /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
5930 HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
5931 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),
5932 HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5933 HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5934 HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
5935 { } /* end */
5936};
5937
ccc656ce
KY
5938static struct snd_kcontrol_new alc262_hippo1_mixer[] = {
5939 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5940 HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),
5941 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5942 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5943 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5944 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5945 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5946 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5947 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
5948 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
5949 /* HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
5950 HDA_CODEC_MUTE("PC Beelp Playback Switch", 0x0b, 0x05, HDA_INPUT), */
5951 /*HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0D, 0x0, HDA_OUTPUT),*/
5952 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5953 { } /* end */
5954};
5955
9c7f852e
TI
5956static struct snd_kcontrol_new alc262_HP_BPC_mixer[] = {
5957 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5958 HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5959 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5960 HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5961 HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
5962
5963 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5964 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5965 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT),
5966 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT),
5967 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
5968 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
5969 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5970 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5971 HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
5972 HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
5973 HDA_CODEC_VOLUME("AUX IN Playback Volume", 0x0b, 0x06, HDA_INPUT),
5974 HDA_CODEC_MUTE("AUX IN Playback Switch", 0x0b, 0x06, HDA_INPUT),
5975 { } /* end */
5976};
5977
cd7509a4
KY
5978static struct snd_kcontrol_new alc262_HP_BPC_WildWest_mixer[] = {
5979 HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
5980 HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
5981 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
5982 HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT),
5983 HDA_CODEC_VOLUME_MONO("Mono Playback Volume", 0x0e, 2, 0x0, HDA_OUTPUT),
5984 HDA_CODEC_MUTE_MONO("Mono Playback Switch", 0x16, 2, 0x0, HDA_OUTPUT),
5985 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x02, HDA_INPUT),
5986 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x02, HDA_INPUT),
5987 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT),
5988 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT),
5989 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
5990 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
5991 HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x0b, 0x05, HDA_INPUT),
5992 HDA_CODEC_MUTE("PC Beep Playback Switch", 0x0b, 0x05, HDA_INPUT),
5993 { } /* end */
5994};
5995
5996static struct snd_kcontrol_new alc262_HP_BPC_WildWest_option_mixer[] = {
5997 HDA_CODEC_VOLUME("Rear Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
5998 HDA_CODEC_MUTE("Rear Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
5999 { } /* end */
6000};
6001
9c7f852e
TI
6002#define alc262_capture_mixer alc882_capture_mixer
6003#define alc262_capture_alt_mixer alc882_capture_alt_mixer
6004
6005/*
6006 * generic initialization of ADC, input mixers and output mixers
6007 */
6008static struct hda_verb alc262_init_verbs[] = {
6009 /*
6010 * Unmute ADC0-2 and set the default input to mic-in
6011 */
6012 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6013 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6014 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6015 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6016 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6017 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6018
6019 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6020 * mixer widget
6021 * Note: PASD motherboards uses the Line In 2 as the input for front panel
6022 * mic (mic 2)
6023 */
6024 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6025 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6026 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6027 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6028 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
6029 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6030
6031 /*
df694daa
KY
6032 * Set up output mixers (0x0c - 0x0e)
6033 */
6034 /* set vol=0 to output mixers */
6035 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6036 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6037 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6038 /* set up input amps for analog loopback */
6039 /* Amp Indices: DAC = 0, mixer = 1 */
6040 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6041 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6042 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6043 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6044 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6045 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6046
6047 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
6048 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
6049 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40},
6050 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
6051 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
6052 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
6053
6054 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6055 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6056 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6057 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6058 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6059
6060 {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
6061 {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
6062
6063 /* FIXME: use matrix-type input source selection */
6064 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6065 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6066 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6067 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6068 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6069 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6070 /* Input mixer2 */
6071 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6072 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6073 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6074 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6075 /* Input mixer3 */
6076 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6077 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6078 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6079 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6080
6081 { }
6082};
1da177e4 6083
ccc656ce
KY
6084static struct hda_verb alc262_hippo_unsol_verbs[] = {
6085 {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
6086 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6087 {}
6088};
6089
6090static struct hda_verb alc262_hippo1_unsol_verbs[] = {
6091 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
6092 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6093 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0x0000},
6094
6095 {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
6096 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6097 {}
6098};
6099
6100/* mute/unmute internal speaker according to the hp jack and mute state */
6101static void alc262_hippo_automute(struct hda_codec *codec, int force)
6102{
6103 struct alc_spec *spec = codec->spec;
6104 unsigned int mute;
6105
6106 if (force || ! spec->sense_updated) {
6107 unsigned int present;
6108 /* need to execute and sync at first */
6109 snd_hda_codec_read(codec, 0x15, 0, AC_VERB_SET_PIN_SENSE, 0);
6110 present = snd_hda_codec_read(codec, 0x15, 0,
6111 AC_VERB_GET_PIN_SENSE, 0);
6112 spec->jack_present = (present & 0x80000000) != 0;
6113 spec->sense_updated = 1;
6114 }
6115 if (spec->jack_present) {
6116 /* mute internal speaker */
6117 snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
6118 0x80, 0x80);
6119 snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
6120 0x80, 0x80);
6121 } else {
6122 /* unmute internal speaker if necessary */
6123 mute = snd_hda_codec_amp_read(codec, 0x15, 0, HDA_OUTPUT, 0);
6124 snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
6125 0x80, mute & 0x80);
6126 mute = snd_hda_codec_amp_read(codec, 0x15, 1, HDA_OUTPUT, 0);
6127 snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
6128 0x80, mute & 0x80);
6129 }
6130}
6131
6132/* unsolicited event for HP jack sensing */
6133static void alc262_hippo_unsol_event(struct hda_codec *codec,
6134 unsigned int res)
6135{
6136 if ((res >> 26) != ALC880_HP_EVENT)
6137 return;
6138 alc262_hippo_automute(codec, 1);
6139}
6140
6141static void alc262_hippo1_automute(struct hda_codec *codec, int force)
6142{
6143 struct alc_spec *spec = codec->spec;
6144 unsigned int mute;
6145
6146 if (force || ! spec->sense_updated) {
6147 unsigned int present;
6148 /* need to execute and sync at first */
6149 snd_hda_codec_read(codec, 0x1b, 0, AC_VERB_SET_PIN_SENSE, 0);
6150 present = snd_hda_codec_read(codec, 0x1b, 0,
6151 AC_VERB_GET_PIN_SENSE, 0);
6152 spec->jack_present = (present & 0x80000000) != 0;
6153 spec->sense_updated = 1;
6154 }
6155 if (spec->jack_present) {
6156 /* mute internal speaker */
6157 snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
6158 0x80, 0x80);
6159 snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
6160 0x80, 0x80);
6161 } else {
6162 /* unmute internal speaker if necessary */
6163 mute = snd_hda_codec_amp_read(codec, 0x1b, 0, HDA_OUTPUT, 0);
6164 snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
6165 0x80, mute & 0x80);
6166 mute = snd_hda_codec_amp_read(codec, 0x1b, 1, HDA_OUTPUT, 0);
6167 snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
6168 0x80, mute & 0x80);
6169 }
6170}
6171
6172/* unsolicited event for HP jack sensing */
6173static void alc262_hippo1_unsol_event(struct hda_codec *codec,
6174 unsigned int res)
6175{
6176 if ((res >> 26) != ALC880_HP_EVENT)
6177 return;
6178 alc262_hippo1_automute(codec, 1);
6179}
6180
834be88d
TI
6181/*
6182 * fujitsu model
6183 * 0x14 = headphone/spdif-out, 0x15 = internal speaker
6184 */
6185
6186#define ALC_HP_EVENT 0x37
6187
6188static struct hda_verb alc262_fujitsu_unsol_verbs[] = {
6189 {0x14, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC_HP_EVENT},
6190 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
6191 {}
6192};
6193
6194static struct hda_input_mux alc262_fujitsu_capture_source = {
6195 .num_items = 2,
6196 .items = {
6197 { "Mic", 0x0 },
6198 { "CD", 0x4 },
6199 },
6200};
6201
9c7f852e
TI
6202static struct hda_input_mux alc262_HP_capture_source = {
6203 .num_items = 5,
6204 .items = {
6205 { "Mic", 0x0 },
6206 { "Front Mic", 0x3 },
6207 { "Line", 0x2 },
6208 { "CD", 0x4 },
6209 { "AUX IN", 0x6 },
6210 },
6211};
6212
834be88d
TI
6213/* mute/unmute internal speaker according to the hp jack and mute state */
6214static void alc262_fujitsu_automute(struct hda_codec *codec, int force)
6215{
6216 struct alc_spec *spec = codec->spec;
6217 unsigned int mute;
6218
6219 if (force || ! spec->sense_updated) {
6220 unsigned int present;
6221 /* need to execute and sync at first */
6222 snd_hda_codec_read(codec, 0x14, 0, AC_VERB_SET_PIN_SENSE, 0);
6223 present = snd_hda_codec_read(codec, 0x14, 0,
6224 AC_VERB_GET_PIN_SENSE, 0);
6225 spec->jack_present = (present & 0x80000000) != 0;
6226 spec->sense_updated = 1;
6227 }
6228 if (spec->jack_present) {
6229 /* mute internal speaker */
6230 snd_hda_codec_amp_update(codec, 0x15, 0, HDA_OUTPUT, 0,
6231 0x80, 0x80);
6232 snd_hda_codec_amp_update(codec, 0x15, 1, HDA_OUTPUT, 0,
6233 0x80, 0x80);
6234 } else {
6235 /* unmute internal speaker if necessary */
6236 mute = snd_hda_codec_amp_read(codec, 0x14, 0, HDA_OUTPUT, 0);
6237 snd_hda_codec_amp_update(codec, 0x15, 0, HDA_OUTPUT, 0,
6238 0x80, mute & 0x80);
6239 mute = snd_hda_codec_amp_read(codec, 0x14, 1, HDA_OUTPUT, 0);
6240 snd_hda_codec_amp_update(codec, 0x15, 1, HDA_OUTPUT, 0,
6241 0x80, mute & 0x80);
6242 }
6243}
6244
6245/* unsolicited event for HP jack sensing */
6246static void alc262_fujitsu_unsol_event(struct hda_codec *codec,
6247 unsigned int res)
6248{
6249 if ((res >> 26) != ALC_HP_EVENT)
6250 return;
6251 alc262_fujitsu_automute(codec, 1);
6252}
6253
6254/* bind volumes of both NID 0x0c and 0x0d */
6255static int alc262_fujitsu_master_vol_put(struct snd_kcontrol *kcontrol,
6256 struct snd_ctl_elem_value *ucontrol)
6257{
6258 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
6259 long *valp = ucontrol->value.integer.value;
6260 int change;
6261
6262 change = snd_hda_codec_amp_update(codec, 0x0c, 0, HDA_OUTPUT, 0,
6263 0x7f, valp[0] & 0x7f);
6264 change |= snd_hda_codec_amp_update(codec, 0x0c, 1, HDA_OUTPUT, 0,
6265 0x7f, valp[1] & 0x7f);
6266 snd_hda_codec_amp_update(codec, 0x0d, 0, HDA_OUTPUT, 0,
6267 0x7f, valp[0] & 0x7f);
6268 snd_hda_codec_amp_update(codec, 0x0d, 1, HDA_OUTPUT, 0,
6269 0x7f, valp[1] & 0x7f);
6270 return change;
6271}
6272
6273/* bind hp and internal speaker mute (with plug check) */
6274static int alc262_fujitsu_master_sw_put(struct snd_kcontrol *kcontrol,
6275 struct snd_ctl_elem_value *ucontrol)
6276{
6277 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
6278 long *valp = ucontrol->value.integer.value;
6279 int change;
6280
6281 change = snd_hda_codec_amp_update(codec, 0x14, 0, HDA_OUTPUT, 0,
6282 0x80, valp[0] ? 0 : 0x80);
6283 change |= snd_hda_codec_amp_update(codec, 0x14, 1, HDA_OUTPUT, 0,
6284 0x80, valp[1] ? 0 : 0x80);
6285 if (change || codec->in_resume)
6286 alc262_fujitsu_automute(codec, codec->in_resume);
6287 return change;
6288}
6289
6290static struct snd_kcontrol_new alc262_fujitsu_mixer[] = {
6291 {
6292 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6293 .name = "Master Playback Volume",
6294 .info = snd_hda_mixer_amp_volume_info,
6295 .get = snd_hda_mixer_amp_volume_get,
6296 .put = alc262_fujitsu_master_vol_put,
c2566524 6297 .tlv = { .c = snd_hda_mixer_amp_tlv },
834be88d
TI
6298 .private_value = HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT),
6299 },
6300 {
6301 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
6302 .name = "Master Playback Switch",
6303 .info = snd_hda_mixer_amp_switch_info,
6304 .get = snd_hda_mixer_amp_switch_get,
6305 .put = alc262_fujitsu_master_sw_put,
6306 .private_value = HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
6307 },
6308 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
6309 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
6310 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
6311 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
6312 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
6313 { } /* end */
6314};
6315
304dcaac
TI
6316/* additional init verbs for Benq laptops */
6317static struct hda_verb alc262_EAPD_verbs[] = {
6318 {0x20, AC_VERB_SET_COEF_INDEX, 0x07},
6319 {0x20, AC_VERB_SET_PROC_COEF, 0x3070},
6320 {}
6321};
6322
df694daa
KY
6323/* add playback controls from the parsed DAC table */
6324static int alc262_auto_create_multi_out_ctls(struct alc_spec *spec, const struct auto_pin_cfg *cfg)
6325{
6326 hda_nid_t nid;
6327 int err;
6328
6329 spec->multiout.num_dacs = 1; /* only use one dac */
6330 spec->multiout.dac_nids = spec->private_dac_nids;
6331 spec->multiout.dac_nids[0] = 2;
6332
6333 nid = cfg->line_out_pins[0];
6334 if (nid) {
6335 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, "Front Playback Volume",
6336 HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT))) < 0)
6337 return err;
6338 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Front Playback Switch",
6339 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
6340 return err;
6341 }
6342
82bc955f 6343 nid = cfg->speaker_pins[0];
df694daa
KY
6344 if (nid) {
6345 if (nid == 0x16) {
6346 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, "Speaker Playback Volume",
6347 HDA_COMPOSE_AMP_VAL(0x0e, 2, 0, HDA_OUTPUT))) < 0)
6348 return err;
6349 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Speaker Playback Switch",
6350 HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT))) < 0)
6351 return err;
6352 } else {
df694daa
KY
6353 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Speaker Playback Switch",
6354 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
6355 return err;
6356 }
6357 }
eb06ed8f 6358 nid = cfg->hp_pins[0];
df694daa
KY
6359 if (nid) {
6360 /* spec->multiout.hp_nid = 2; */
6361 if (nid == 0x16) {
6362 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, "Headphone Playback Volume",
6363 HDA_COMPOSE_AMP_VAL(0x0e, 2, 0, HDA_OUTPUT))) < 0)
6364 return err;
6365 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Headphone Playback Switch",
6366 HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT))) < 0)
6367 return err;
6368 } else {
df694daa
KY
6369 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Headphone Playback Switch",
6370 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
6371 return err;
6372 }
6373 }
6374 return 0;
6375}
6376
6377/* identical with ALC880 */
6378#define alc262_auto_create_analog_input_ctls alc880_auto_create_analog_input_ctls
6379
6380/*
6381 * generic initialization of ADC, input mixers and output mixers
6382 */
6383static struct hda_verb alc262_volume_init_verbs[] = {
6384 /*
6385 * Unmute ADC0-2 and set the default input to mic-in
6386 */
6387 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6388 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6389 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6390 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6391 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6392 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6393
6394 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6395 * mixer widget
6396 * Note: PASD motherboards uses the Line In 2 as the input for front panel
6397 * mic (mic 2)
6398 */
6399 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6400 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6401 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6402 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6403 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
6404 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6405
6406 /*
6407 * Set up output mixers (0x0c - 0x0f)
6408 */
6409 /* set vol=0 to output mixers */
6410 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6411 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6412 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6413
6414 /* set up input amps for analog loopback */
6415 /* Amp Indices: DAC = 0, mixer = 1 */
6416 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6417 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6418 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6419 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6420 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6421 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6422
6423 /* FIXME: use matrix-type input source selection */
6424 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6425 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6426 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6427 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6428 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6429 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6430 /* Input mixer2 */
6431 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6432 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6433 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6434 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6435 /* Input mixer3 */
6436 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6437 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))},
6438 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))},
6439 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))},
6440
6441 { }
6442};
6443
9c7f852e
TI
6444static struct hda_verb alc262_HP_BPC_init_verbs[] = {
6445 /*
6446 * Unmute ADC0-2 and set the default input to mic-in
6447 */
6448 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6449 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6450 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6451 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6452 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6453 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6454
6455 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6456 * mixer widget
6457 * Note: PASD motherboards uses the Line In 2 as the input for front panel
6458 * mic (mic 2)
6459 */
6460 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6461 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6462 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6463 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6464 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
6465 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6466 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
6467 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(6)},
6468
6469 /*
6470 * Set up output mixers (0x0c - 0x0e)
6471 */
6472 /* set vol=0 to output mixers */
6473 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6474 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6475 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6476
6477 /* set up input amps for analog loopback */
6478 /* Amp Indices: DAC = 0, mixer = 1 */
6479 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6480 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6481 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6482 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6483 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6484 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6485
6486 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0},
6487 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6488 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
6489
6490 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6491 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6492
6493 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6494 {0x15, AC_VERB_SET_CONNECT_SEL, 0x00},
6495
6496 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
6497 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
6498 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
6499 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
6500 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
6501
6502 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
6503 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6504 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6505 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
6506 {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6507 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6508
6509
6510 /* FIXME: use matrix-type input source selection */
6511 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6512 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6513 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6514 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
6515 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
6516 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
6517 /* Input mixer2 */
6518 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6519 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
6520 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
6521 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
6522 /* Input mixer3 */
6523 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6524 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
6525 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
6526 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
6527
6528 { }
6529};
6530
cd7509a4
KY
6531static struct hda_verb alc262_HP_BPC_WildWest_init_verbs[] = {
6532 /*
6533 * Unmute ADC0-2 and set the default input to mic-in
6534 */
6535 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
6536 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6537 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
6538 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6539 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
6540 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6541
6542 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback
6543 * mixer widget
6544 * Note: PASD motherboards uses the Line In 2 as the input for front
6545 * panel mic (mic 2)
6546 */
6547 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
6548 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6549 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6550 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
6551 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
6552 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
6553 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
6554 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(6)},
6555 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(7)},
6556 /*
6557 * Set up output mixers (0x0c - 0x0e)
6558 */
6559 /* set vol=0 to output mixers */
6560 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6561 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6562 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
6563
6564 /* set up input amps for analog loopback */
6565 /* Amp Indices: DAC = 0, mixer = 1 */
6566 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6567 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6568 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6569 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6570 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
6571 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
6572
6573
6574 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP */
6575 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Mono */
6576 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* rear MIC */
6577 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* Line in */
6578 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Front MIC */
6579 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Line out */
6580 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD in */
6581
6582 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6583 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
6584
6585 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
6586 {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
6587
6588 /* {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, */
6589 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6590 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6591 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 },
6592 {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6593 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 },
6594
6595 /* FIXME: use matrix-type input source selection */
6596 /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */
6597 /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */
6598 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, /*rear MIC*/
6599 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, /*Line in*/
6600 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, /*F MIC*/
6601 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, /*Front*/
6602 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, /*CD*/
6603 /* {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
6604 {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, /*HP*/
6605 /* Input mixer2 */
6606 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6607 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
6608 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
6609 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
6610 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
6611 /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
6612 {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
6613 /* Input mixer3 */
6614 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))},
6615 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))},
6616 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))},
6617 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))},
6618 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))},
6619 /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */
6620 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))},
6621
6622 { }
6623};
6624
df694daa
KY
6625/* pcm configuration: identiacal with ALC880 */
6626#define alc262_pcm_analog_playback alc880_pcm_analog_playback
6627#define alc262_pcm_analog_capture alc880_pcm_analog_capture
6628#define alc262_pcm_digital_playback alc880_pcm_digital_playback
6629#define alc262_pcm_digital_capture alc880_pcm_digital_capture
6630
6631/*
6632 * BIOS auto configuration
6633 */
6634static int alc262_parse_auto_config(struct hda_codec *codec)
6635{
6636 struct alc_spec *spec = codec->spec;
6637 int err;
6638 static hda_nid_t alc262_ignore[] = { 0x1d, 0 };
6639
6640 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
6641 alc262_ignore)) < 0)
6642 return err;
82bc955f 6643 if (! spec->autocfg.line_outs)
df694daa
KY
6644 return 0; /* can't find valid BIOS pin config */
6645 if ((err = alc262_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0 ||
6646 (err = alc262_auto_create_analog_input_ctls(spec, &spec->autocfg)) < 0)
6647 return err;
6648
6649 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
6650
6651 if (spec->autocfg.dig_out_pin)
6652 spec->multiout.dig_out_nid = ALC262_DIGOUT_NID;
6653 if (spec->autocfg.dig_in_pin)
6654 spec->dig_in_nid = ALC262_DIGIN_NID;
6655
6656 if (spec->kctl_alloc)
6657 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
6658
6659 spec->init_verbs[spec->num_init_verbs++] = alc262_volume_init_verbs;
a1e8d2da 6660 spec->num_mux_defs = 1;
df694daa
KY
6661 spec->input_mux = &spec->private_imux;
6662
6663 return 1;
6664}
6665
6666#define alc262_auto_init_multi_out alc882_auto_init_multi_out
6667#define alc262_auto_init_hp_out alc882_auto_init_hp_out
6668#define alc262_auto_init_analog_input alc882_auto_init_analog_input
6669
6670
6671/* init callback for auto-configuration model -- overriding the default init */
ae6b813a 6672static void alc262_auto_init(struct hda_codec *codec)
df694daa 6673{
df694daa
KY
6674 alc262_auto_init_multi_out(codec);
6675 alc262_auto_init_hp_out(codec);
6676 alc262_auto_init_analog_input(codec);
df694daa
KY
6677}
6678
6679/*
6680 * configuration and preset
6681 */
f5fcc13c
TI
6682static const char *alc262_models[ALC262_MODEL_LAST] = {
6683 [ALC262_BASIC] = "basic",
6684 [ALC262_HIPPO] = "hippo",
6685 [ALC262_HIPPO_1] = "hippo_1",
6686 [ALC262_FUJITSU] = "fujitsu",
6687 [ALC262_HP_BPC] = "hp-bpc",
cd7509a4 6688 [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000",
f5fcc13c
TI
6689 [ALC262_BENQ_ED8] = "benq",
6690 [ALC262_AUTO] = "auto",
6691};
6692
6693static struct snd_pci_quirk alc262_cfg_tbl[] = {
6694 SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO),
6695 SND_PCI_QUIRK(0x103c, 0x12fe, "HP xw9400", ALC262_HP_BPC),
6696 SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC),
f5fcc13c
TI
6697 SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC),
6698 SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC),
cd7509a4
KY
6699 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
6700 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),
6701 SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL),
6702 SND_PCI_QUIRK(0x103c, 0x2806, "HP D7000", ALC262_HP_BPC_D7000_WL),
6703 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
6704 SND_PCI_QUIRK(0x103c, 0x2803, "HP D7000", ALC262_HP_BPC_D7000_WF),
6705 SND_PCI_QUIRK(0x103c, 0x2805, "HP D7000", ALC262_HP_BPC_D7000_WF),
6706 SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF),
f5fcc13c
TI
6707 SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
6708 SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU),
6709 SND_PCI_QUIRK(0x17ff, 0x058f, "Benq Hippo", ALC262_HIPPO_1),
6710 SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
df694daa
KY
6711 {}
6712};
6713
6714static struct alc_config_preset alc262_presets[] = {
6715 [ALC262_BASIC] = {
6716 .mixers = { alc262_base_mixer },
6717 .init_verbs = { alc262_init_verbs },
6718 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6719 .dac_nids = alc262_dac_nids,
6720 .hp_nid = 0x03,
6721 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6722 .channel_mode = alc262_modes,
a3bcba38 6723 .input_mux = &alc262_capture_source,
df694daa 6724 },
ccc656ce
KY
6725 [ALC262_HIPPO] = {
6726 .mixers = { alc262_base_mixer },
6727 .init_verbs = { alc262_init_verbs, alc262_hippo_unsol_verbs},
6728 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6729 .dac_nids = alc262_dac_nids,
6730 .hp_nid = 0x03,
6731 .dig_out_nid = ALC262_DIGOUT_NID,
6732 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6733 .channel_mode = alc262_modes,
6734 .input_mux = &alc262_capture_source,
6735 .unsol_event = alc262_hippo_unsol_event,
6736 },
6737 [ALC262_HIPPO_1] = {
6738 .mixers = { alc262_hippo1_mixer },
6739 .init_verbs = { alc262_init_verbs, alc262_hippo1_unsol_verbs},
6740 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6741 .dac_nids = alc262_dac_nids,
6742 .hp_nid = 0x02,
6743 .dig_out_nid = ALC262_DIGOUT_NID,
6744 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6745 .channel_mode = alc262_modes,
6746 .input_mux = &alc262_capture_source,
6747 .unsol_event = alc262_hippo1_unsol_event,
6748 },
834be88d
TI
6749 [ALC262_FUJITSU] = {
6750 .mixers = { alc262_fujitsu_mixer },
6751 .init_verbs = { alc262_init_verbs, alc262_fujitsu_unsol_verbs },
6752 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6753 .dac_nids = alc262_dac_nids,
6754 .hp_nid = 0x03,
6755 .dig_out_nid = ALC262_DIGOUT_NID,
6756 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6757 .channel_mode = alc262_modes,
6758 .input_mux = &alc262_fujitsu_capture_source,
ae6b813a 6759 .unsol_event = alc262_fujitsu_unsol_event,
834be88d 6760 },
9c7f852e
TI
6761 [ALC262_HP_BPC] = {
6762 .mixers = { alc262_HP_BPC_mixer },
6763 .init_verbs = { alc262_HP_BPC_init_verbs },
6764 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6765 .dac_nids = alc262_dac_nids,
6766 .hp_nid = 0x03,
6767 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6768 .channel_mode = alc262_modes,
6769 .input_mux = &alc262_HP_capture_source,
6770 },
cd7509a4
KY
6771 [ALC262_HP_BPC_D7000_WF] = {
6772 .mixers = { alc262_HP_BPC_WildWest_mixer },
6773 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
6774 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6775 .dac_nids = alc262_dac_nids,
6776 .hp_nid = 0x03,
6777 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6778 .channel_mode = alc262_modes,
6779 .input_mux = &alc262_HP_capture_source,
6780 },
6781 [ALC262_HP_BPC_D7000_WL] = {
6782 .mixers = { alc262_HP_BPC_WildWest_mixer,
6783 alc262_HP_BPC_WildWest_option_mixer },
6784 .init_verbs = { alc262_HP_BPC_WildWest_init_verbs },
6785 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6786 .dac_nids = alc262_dac_nids,
6787 .hp_nid = 0x03,
6788 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6789 .channel_mode = alc262_modes,
6790 .input_mux = &alc262_HP_capture_source,
6791 },
304dcaac
TI
6792 [ALC262_BENQ_ED8] = {
6793 .mixers = { alc262_base_mixer },
6794 .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs },
6795 .num_dacs = ARRAY_SIZE(alc262_dac_nids),
6796 .dac_nids = alc262_dac_nids,
6797 .hp_nid = 0x03,
6798 .num_channel_mode = ARRAY_SIZE(alc262_modes),
6799 .channel_mode = alc262_modes,
6800 .input_mux = &alc262_capture_source,
6801 },
df694daa
KY
6802};
6803
6804static int patch_alc262(struct hda_codec *codec)
6805{
6806 struct alc_spec *spec;
6807 int board_config;
6808 int err;
6809
dc041e0b 6810 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
df694daa
KY
6811 if (spec == NULL)
6812 return -ENOMEM;
6813
6814 codec->spec = spec;
6815#if 0
6816 /* pshou 07/11/05 set a zero PCM sample to DAC when FIFO is under-run */
6817 {
6818 int tmp;
6819 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
6820 tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
6821 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
6822 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF, tmp | 0x80);
6823 }
6824#endif
6825
f5fcc13c
TI
6826 board_config = snd_hda_check_board_config(codec, ALC262_MODEL_LAST,
6827 alc262_models,
6828 alc262_cfg_tbl);
cd7509a4 6829
f5fcc13c 6830 if (board_config < 0) {
9c7f852e
TI
6831 printk(KERN_INFO "hda_codec: Unknown model for ALC262, "
6832 "trying auto-probe from BIOS...\n");
df694daa
KY
6833 board_config = ALC262_AUTO;
6834 }
6835
6836 if (board_config == ALC262_AUTO) {
6837 /* automatic parse from the BIOS config */
6838 err = alc262_parse_auto_config(codec);
6839 if (err < 0) {
6840 alc_free(codec);
6841 return err;
6842 } else if (! err) {
9c7f852e
TI
6843 printk(KERN_INFO
6844 "hda_codec: Cannot set up configuration "
6845 "from BIOS. Using base mode...\n");
df694daa
KY
6846 board_config = ALC262_BASIC;
6847 }
6848 }
6849
6850 if (board_config != ALC262_AUTO)
6851 setup_preset(spec, &alc262_presets[board_config]);
6852
6853 spec->stream_name_analog = "ALC262 Analog";
6854 spec->stream_analog_playback = &alc262_pcm_analog_playback;
6855 spec->stream_analog_capture = &alc262_pcm_analog_capture;
6856
6857 spec->stream_name_digital = "ALC262 Digital";
6858 spec->stream_digital_playback = &alc262_pcm_digital_playback;
6859 spec->stream_digital_capture = &alc262_pcm_digital_capture;
6860
6861 if (! spec->adc_nids && spec->input_mux) {
6862 /* check whether NID 0x07 is valid */
4a471b7d
TI
6863 unsigned int wcap = get_wcaps(codec, 0x07);
6864
df694daa
KY
6865 wcap = (wcap & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT; /* get type */
6866 if (wcap != AC_WID_AUD_IN) {
6867 spec->adc_nids = alc262_adc_nids_alt;
6868 spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids_alt);
6869 spec->mixers[spec->num_mixers] = alc262_capture_alt_mixer;
6870 spec->num_mixers++;
6871 } else {
6872 spec->adc_nids = alc262_adc_nids;
6873 spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids);
6874 spec->mixers[spec->num_mixers] = alc262_capture_mixer;
6875 spec->num_mixers++;
6876 }
6877 }
6878
6879 codec->patch_ops = alc_patch_ops;
6880 if (board_config == ALC262_AUTO)
ae6b813a 6881 spec->init_hook = alc262_auto_init;
834be88d 6882
df694daa
KY
6883 return 0;
6884}
6885
df694daa
KY
6886/*
6887 * ALC861 channel source setting (2/6 channel selection for 3-stack)
6888 */
6889
6890/*
6891 * set the path ways for 2 channel output
6892 * need to set the codec line out and mic 1 pin widgets to inputs
6893 */
6894static struct hda_verb alc861_threestack_ch2_init[] = {
6895 /* set pin widget 1Ah (line in) for input */
6896 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
6897 /* set pin widget 18h (mic1/2) for input, for mic also enable the vref */
6898 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
6899
9c7f852e
TI
6900 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
6901#if 0
6902 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
6903 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
6904#endif
df694daa
KY
6905 { } /* end */
6906};
6907/*
6908 * 6ch mode
6909 * need to set the codec line out and mic 1 pin widgets to outputs
6910 */
6911static struct hda_verb alc861_threestack_ch6_init[] = {
6912 /* set pin widget 1Ah (line in) for output (Back Surround)*/
6913 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
6914 /* set pin widget 18h (mic1) for output (CLFE)*/
6915 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
6916
6917 { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
9c7f852e 6918 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
df694daa 6919
9c7f852e
TI
6920 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
6921#if 0
6922 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
6923 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
6924#endif
df694daa
KY
6925 { } /* end */
6926};
6927
6928static struct hda_channel_mode alc861_threestack_modes[2] = {
6929 { 2, alc861_threestack_ch2_init },
6930 { 6, alc861_threestack_ch6_init },
6931};
22309c3e
TI
6932/* Set mic1 as input and unmute the mixer */
6933static struct hda_verb alc861_uniwill_m31_ch2_init[] = {
6934 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
6935 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
6936 { } /* end */
6937};
6938/* Set mic1 as output and mute mixer */
6939static struct hda_verb alc861_uniwill_m31_ch4_init[] = {
6940 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
6941 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
6942 { } /* end */
6943};
6944
6945static struct hda_channel_mode alc861_uniwill_m31_modes[2] = {
6946 { 2, alc861_uniwill_m31_ch2_init },
6947 { 4, alc861_uniwill_m31_ch4_init },
6948};
df694daa 6949
7cdbff94
MD
6950/* Set mic1 and line-in as input and unmute the mixer */
6951static struct hda_verb alc861_asus_ch2_init[] = {
6952 /* set pin widget 1Ah (line in) for input */
6953 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
6954 /* set pin widget 18h (mic1/2) for input, for mic also enable the vref */
6955 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
6956
6957 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c },
6958#if 0
6959 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8)) }, /*mic*/
6960 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8)) }, /*line-in*/
6961#endif
6962 { } /* end */
6963};
6964/* Set mic1 nad line-in as output and mute mixer */
6965static struct hda_verb alc861_asus_ch6_init[] = {
6966 /* set pin widget 1Ah (line in) for output (Back Surround)*/
6967 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
6968 /* { 0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
6969 /* set pin widget 18h (mic1) for output (CLFE)*/
6970 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
6971 /* { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, */
6972 { 0x0c, AC_VERB_SET_CONNECT_SEL, 0x00 },
6973 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00 },
6974
6975 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080 },
6976#if 0
6977 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8)) }, /*mic*/
6978 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8)) }, /*line in*/
6979#endif
6980 { } /* end */
6981};
6982
6983static struct hda_channel_mode alc861_asus_modes[2] = {
6984 { 2, alc861_asus_ch2_init },
6985 { 6, alc861_asus_ch6_init },
6986};
6987
df694daa
KY
6988/* patch-ALC861 */
6989
6990static struct snd_kcontrol_new alc861_base_mixer[] = {
6991 /* output mixer control */
6992 HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
6993 HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
6994 HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
6995 HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
6996 HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
6997
6998 /*Input mixer control */
6999 /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
7000 HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
7001 HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
7002 HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
7003 HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
7004 HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
7005 HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
7006 HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
7007 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
7008 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
7009
7010 /* Capture mixer control */
7011 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7012 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7013 {
7014 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7015 .name = "Capture Source",
7016 .count = 1,
7017 .info = alc_mux_enum_info,
7018 .get = alc_mux_enum_get,
7019 .put = alc_mux_enum_put,
7020 },
7021 { } /* end */
7022};
7023
7024static struct snd_kcontrol_new alc861_3ST_mixer[] = {
7025 /* output mixer control */
7026 HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
7027 HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
7028 HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
7029 HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
7030 /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
7031
7032 /* Input mixer control */
7033 /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
7034 HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
7035 HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
7036 HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
7037 HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
7038 HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
7039 HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
7040 HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
7041 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
7042 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
7043
7044 /* Capture mixer control */
7045 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7046 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7047 {
7048 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7049 .name = "Capture Source",
7050 .count = 1,
7051 .info = alc_mux_enum_info,
7052 .get = alc_mux_enum_get,
7053 .put = alc_mux_enum_put,
7054 },
7055 {
7056 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7057 .name = "Channel Mode",
7058 .info = alc_ch_mode_info,
7059 .get = alc_ch_mode_get,
7060 .put = alc_ch_mode_put,
7061 .private_value = ARRAY_SIZE(alc861_threestack_modes),
7062 },
7063 { } /* end */
a53d1aec
TD
7064};
7065
d1d985f0 7066static struct snd_kcontrol_new alc861_toshiba_mixer[] = {
a53d1aec
TD
7067 /* output mixer control */
7068 HDA_CODEC_MUTE("Master Playback Switch", 0x03, 0x0, HDA_OUTPUT),
7069 HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
7070 HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
7071
7072 /*Capture mixer control */
7073 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7074 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7075 {
7076 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7077 .name = "Capture Source",
7078 .count = 1,
7079 .info = alc_mux_enum_info,
7080 .get = alc_mux_enum_get,
7081 .put = alc_mux_enum_put,
7082 },
7083
7084 { } /* end */
7085};
7086
22309c3e
TI
7087static struct snd_kcontrol_new alc861_uniwill_m31_mixer[] = {
7088 /* output mixer control */
7089 HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
7090 HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
7091 HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
7092 HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
7093 /*HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT), */
7094
7095 /* Input mixer control */
7096 /* HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
7097 HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT), */
7098 HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
7099 HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
7100 HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
7101 HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
7102 HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
7103 HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
7104 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
7105 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_INPUT),
7106
7107 /* Capture mixer control */
7108 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7109 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7110 {
7111 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7112 .name = "Capture Source",
7113 .count = 1,
7114 .info = alc_mux_enum_info,
7115 .get = alc_mux_enum_get,
7116 .put = alc_mux_enum_put,
7117 },
7118 {
7119 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7120 .name = "Channel Mode",
7121 .info = alc_ch_mode_info,
7122 .get = alc_ch_mode_get,
7123 .put = alc_ch_mode_put,
7124 .private_value = ARRAY_SIZE(alc861_uniwill_m31_modes),
7125 },
7126 { } /* end */
7127};
7cdbff94
MD
7128
7129static struct snd_kcontrol_new alc861_asus_mixer[] = {
7130 /* output mixer control */
7131 HDA_CODEC_MUTE("Front Playback Switch", 0x03, 0x0, HDA_OUTPUT),
7132 HDA_CODEC_MUTE("Surround Playback Switch", 0x06, 0x0, HDA_OUTPUT),
7133 HDA_CODEC_MUTE_MONO("Center Playback Switch", 0x05, 1, 0x0, HDA_OUTPUT),
7134 HDA_CODEC_MUTE_MONO("LFE Playback Switch", 0x05, 2, 0x0, HDA_OUTPUT),
7135 HDA_CODEC_MUTE("Side Playback Switch", 0x04, 0x0, HDA_OUTPUT),
7136
7137 /* Input mixer control */
7138 HDA_CODEC_VOLUME("Input Playback Volume", 0x15, 0x0, HDA_OUTPUT),
7139 HDA_CODEC_MUTE("Input Playback Switch", 0x15, 0x0, HDA_OUTPUT),
7140 HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
7141 HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
7142 HDA_CODEC_VOLUME("Line Playback Volume", 0x15, 0x02, HDA_INPUT),
7143 HDA_CODEC_MUTE("Line Playback Switch", 0x15, 0x02, HDA_INPUT),
7144 HDA_CODEC_VOLUME("Mic Playback Volume", 0x15, 0x01, HDA_INPUT),
7145 HDA_CODEC_MUTE("Mic Playback Switch", 0x15, 0x01, HDA_INPUT),
7146 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x10, 0x01, HDA_OUTPUT),
7147 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1a, 0x03, HDA_OUTPUT), /* was HDA_INPUT (why?) */
7148
7149 /* Capture mixer control */
7150 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7151 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7152 {
7153 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7154 .name = "Capture Source",
7155 .count = 1,
7156 .info = alc_mux_enum_info,
7157 .get = alc_mux_enum_get,
7158 .put = alc_mux_enum_put,
7159 },
7160 {
7161 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7162 .name = "Channel Mode",
7163 .info = alc_ch_mode_info,
7164 .get = alc_ch_mode_get,
7165 .put = alc_ch_mode_put,
7166 .private_value = ARRAY_SIZE(alc861_asus_modes),
7167 },
7168 { }
56bb0cab
TI
7169};
7170
7171/* additional mixer */
d1d985f0 7172static struct snd_kcontrol_new alc861_asus_laptop_mixer[] = {
56bb0cab
TI
7173 HDA_CODEC_VOLUME("CD Playback Volume", 0x15, 0x0, HDA_INPUT),
7174 HDA_CODEC_MUTE("CD Playback Switch", 0x15, 0x0, HDA_INPUT),
7175 HDA_CODEC_VOLUME("PC Beep Playback Volume", 0x23, 0x0, HDA_OUTPUT),
7176 HDA_CODEC_MUTE("PC Beep Playback Switch", 0x23, 0x0, HDA_OUTPUT),
7177 { }
7178};
7cdbff94 7179
df694daa
KY
7180/*
7181 * generic initialization of ADC, input mixers and output mixers
7182 */
7183static struct hda_verb alc861_base_init_verbs[] = {
7184 /*
7185 * Unmute ADC0 and set the default input to mic-in
7186 */
7187 /* port-A for surround (rear panel) */
7188 { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7189 { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x00 },
7190 /* port-B for mic-in (rear panel) with vref */
7191 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7192 /* port-C for line-in (rear panel) */
7193 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7194 /* port-D for Front */
7195 { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7196 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
7197 /* port-E for HP out (front panel) */
7198 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
7199 /* route front PCM to HP */
9dece1d7 7200 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
df694daa
KY
7201 /* port-F for mic-in (front panel) with vref */
7202 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7203 /* port-G for CLFE (rear panel) */
7204 { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7205 { 0x1f, AC_VERB_SET_CONNECT_SEL, 0x00 },
7206 /* port-H for side (rear panel) */
7207 { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7208 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x00 },
7209 /* CD-in */
7210 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7211 /* route front mic to ADC1*/
7212 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7213 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7214
7215 /* Unmute DAC0~3 & spdif out*/
7216 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7217 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7218 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7219 {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7220 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7221
7222 /* Unmute Mixer 14 (mic) 1c (Line in)*/
7223 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7224 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7225 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7226 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7227
7228 /* Unmute Stereo Mixer 15 */
7229 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7230 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7231 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7232 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c }, //Output 0~12 step
7233
7234 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7235 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7236 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7237 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7238 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7239 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7240 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7241 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7242 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, // hp used DAC 3 (Front)
7243 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7244
7245 { }
7246};
7247
7248static struct hda_verb alc861_threestack_init_verbs[] = {
7249 /*
7250 * Unmute ADC0 and set the default input to mic-in
7251 */
7252 /* port-A for surround (rear panel) */
7253 { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7254 /* port-B for mic-in (rear panel) with vref */
7255 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7256 /* port-C for line-in (rear panel) */
7257 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7258 /* port-D for Front */
7259 { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7260 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
7261 /* port-E for HP out (front panel) */
7262 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
7263 /* route front PCM to HP */
9dece1d7 7264 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
df694daa
KY
7265 /* port-F for mic-in (front panel) with vref */
7266 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7267 /* port-G for CLFE (rear panel) */
7268 { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7269 /* port-H for side (rear panel) */
7270 { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7271 /* CD-in */
7272 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7273 /* route front mic to ADC1*/
7274 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7275 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7276 /* Unmute DAC0~3 & spdif out*/
7277 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7278 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7279 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7280 {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7281 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7282
7283 /* Unmute Mixer 14 (mic) 1c (Line in)*/
7284 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7285 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7286 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7287 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7288
7289 /* Unmute Stereo Mixer 15 */
7290 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7291 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7292 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7293 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c }, //Output 0~12 step
7294
7295 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7296 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7297 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7298 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7299 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7300 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7301 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7302 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7303 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, // hp used DAC 3 (Front)
7304 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7305 { }
7306};
22309c3e
TI
7307
7308static struct hda_verb alc861_uniwill_m31_init_verbs[] = {
7309 /*
7310 * Unmute ADC0 and set the default input to mic-in
7311 */
7312 /* port-A for surround (rear panel) */
7313 { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7314 /* port-B for mic-in (rear panel) with vref */
7315 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7316 /* port-C for line-in (rear panel) */
7317 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7318 /* port-D for Front */
7319 { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7320 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
7321 /* port-E for HP out (front panel) */
7322 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, // this has to be set to VREF80
7323 /* route front PCM to HP */
9dece1d7 7324 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
22309c3e
TI
7325 /* port-F for mic-in (front panel) with vref */
7326 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7327 /* port-G for CLFE (rear panel) */
7328 { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7329 /* port-H for side (rear panel) */
7330 { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
7331 /* CD-in */
7332 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7333 /* route front mic to ADC1*/
7334 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7335 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7336 /* Unmute DAC0~3 & spdif out*/
7337 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7338 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7339 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7340 {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7341 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7342
7343 /* Unmute Mixer 14 (mic) 1c (Line in)*/
7344 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7345 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7346 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7347 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7348
7349 /* Unmute Stereo Mixer 15 */
7350 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7351 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7352 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7353 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c }, //Output 0~12 step
7354
7355 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7356 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7357 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7358 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7359 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7360 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7361 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7362 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7363 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, // hp used DAC 3 (Front)
7364 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7365 { }
7366};
7367
7cdbff94
MD
7368static struct hda_verb alc861_asus_init_verbs[] = {
7369 /*
7370 * Unmute ADC0 and set the default input to mic-in
7371 */
7372 /* port-A for surround (rear panel) | according to codec#0 this is the HP jack*/
7373 { 0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 }, /* was 0x00 */
7374 /* route front PCM to HP */
7375 { 0x0e, AC_VERB_SET_CONNECT_SEL, 0x01 },
7376 /* port-B for mic-in (rear panel) with vref */
7377 { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7378 /* port-C for line-in (rear panel) */
7379 { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7380 /* port-D for Front */
7381 { 0x0b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7382 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x00 },
7383 /* port-E for HP out (front panel) */
7384 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 }, /* this has to be set to VREF80 */
7385 /* route front PCM to HP */
9dece1d7 7386 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
7cdbff94
MD
7387 /* port-F for mic-in (front panel) with vref */
7388 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
7389 /* port-G for CLFE (rear panel) */
7390 { 0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7391 /* port-H for side (rear panel) */
7392 { 0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
7393 /* CD-in */
7394 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20 },
7395 /* route front mic to ADC1*/
7396 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7397 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7398 /* Unmute DAC0~3 & spdif out*/
7399 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7400 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7401 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7402 {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7403 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7404 /* Unmute Mixer 14 (mic) 1c (Line in)*/
7405 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7406 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7407 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7408 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7409
7410 /* Unmute Stereo Mixer 15 */
7411 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7412 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7413 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7414 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c }, /* Output 0~12 step */
7415
7416 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7417 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7418 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7419 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7420 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7421 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7422 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7423 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7424 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, /* hp used DAC 3 (Front) */
7425 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7426 { }
7427};
7428
56bb0cab
TI
7429/* additional init verbs for ASUS laptops */
7430static struct hda_verb alc861_asus_laptop_init_verbs[] = {
7431 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x45 }, /* HP-out */
7432 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2) }, /* mute line-in */
7433 { }
7434};
7cdbff94 7435
df694daa
KY
7436/*
7437 * generic initialization of ADC, input mixers and output mixers
7438 */
7439static struct hda_verb alc861_auto_init_verbs[] = {
7440 /*
7441 * Unmute ADC0 and set the default input to mic-in
7442 */
7443// {0x08, AC_VERB_SET_CONNECT_SEL, 0x00},
7444 {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7445
7446 /* Unmute DAC0~3 & spdif out*/
7447 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7448 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7449 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7450 {0x06, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
7451 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
7452
7453 /* Unmute Mixer 14 (mic) 1c (Line in)*/
7454 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7455 {0x014, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7456 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7457 {0x01c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7458
7459 /* Unmute Stereo Mixer 15 */
7460 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7461 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7462 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7463 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb00c},
7464
7465 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7466 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7467 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7468 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7469 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7470 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7471 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
7472 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
7473
7474 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7475 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7476 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7477 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
7478 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
7479 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
7480 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
7481 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
7482
7483 {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, // set Mic 1
7484
7485 { }
7486};
7487
a53d1aec
TD
7488static struct hda_verb alc861_toshiba_init_verbs[] = {
7489 {0x0f, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
7490
7491 { }
7492};
7493
7494/* toggle speaker-output according to the hp-jack state */
7495static void alc861_toshiba_automute(struct hda_codec *codec)
7496{
7497 unsigned int present;
7498
7499 present = snd_hda_codec_read(codec, 0x0f, 0,
7500 AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
7501 snd_hda_codec_amp_update(codec, 0x16, 0, HDA_INPUT, 0,
7502 0x80, present ? 0x80 : 0);
7503 snd_hda_codec_amp_update(codec, 0x16, 1, HDA_INPUT, 0,
7504 0x80, present ? 0x80 : 0);
7505 snd_hda_codec_amp_update(codec, 0x1a, 0, HDA_INPUT, 3,
7506 0x80, present ? 0 : 0x80);
7507 snd_hda_codec_amp_update(codec, 0x1a, 1, HDA_INPUT, 3,
7508 0x80, present ? 0 : 0x80);
7509}
7510
7511static void alc861_toshiba_unsol_event(struct hda_codec *codec,
7512 unsigned int res)
7513{
7514 /* Looks like the unsol event is incompatible with the standard
7515 * definition. 6bit tag is placed at 26 bit!
7516 */
7517 if ((res >> 26) == ALC880_HP_EVENT)
7518 alc861_toshiba_automute(codec);
7519}
7520
df694daa
KY
7521/* pcm configuration: identiacal with ALC880 */
7522#define alc861_pcm_analog_playback alc880_pcm_analog_playback
7523#define alc861_pcm_analog_capture alc880_pcm_analog_capture
7524#define alc861_pcm_digital_playback alc880_pcm_digital_playback
7525#define alc861_pcm_digital_capture alc880_pcm_digital_capture
7526
7527
7528#define ALC861_DIGOUT_NID 0x07
7529
7530static struct hda_channel_mode alc861_8ch_modes[1] = {
7531 { 8, NULL }
7532};
7533
7534static hda_nid_t alc861_dac_nids[4] = {
7535 /* front, surround, clfe, side */
7536 0x03, 0x06, 0x05, 0x04
7537};
7538
9c7f852e
TI
7539static hda_nid_t alc660_dac_nids[3] = {
7540 /* front, clfe, surround */
7541 0x03, 0x05, 0x06
7542};
7543
df694daa
KY
7544static hda_nid_t alc861_adc_nids[1] = {
7545 /* ADC0-2 */
7546 0x08,
7547};
7548
7549static struct hda_input_mux alc861_capture_source = {
7550 .num_items = 5,
7551 .items = {
7552 { "Mic", 0x0 },
7553 { "Front Mic", 0x3 },
7554 { "Line", 0x1 },
7555 { "CD", 0x4 },
7556 { "Mixer", 0x5 },
7557 },
7558};
7559
7560/* fill in the dac_nids table from the parsed pin configuration */
7561static int alc861_auto_fill_dac_nids(struct alc_spec *spec, const struct auto_pin_cfg *cfg)
7562{
7563 int i;
7564 hda_nid_t nid;
7565
7566 spec->multiout.dac_nids = spec->private_dac_nids;
7567 for (i = 0; i < cfg->line_outs; i++) {
7568 nid = cfg->line_out_pins[i];
7569 if (nid) {
7570 if (i >= ARRAY_SIZE(alc861_dac_nids))
7571 continue;
7572 spec->multiout.dac_nids[i] = alc861_dac_nids[i];
7573 }
7574 }
7575 spec->multiout.num_dacs = cfg->line_outs;
7576 return 0;
7577}
7578
7579/* add playback controls from the parsed DAC table */
7580static int alc861_auto_create_multi_out_ctls(struct alc_spec *spec,
7581 const struct auto_pin_cfg *cfg)
7582{
7583 char name[32];
7584 static const char *chname[4] = { "Front", "Surround", NULL /*CLFE*/, "Side" };
7585 hda_nid_t nid;
7586 int i, idx, err;
7587
7588 for (i = 0; i < cfg->line_outs; i++) {
7589 nid = spec->multiout.dac_nids[i];
7590 if (! nid)
7591 continue;
7592 if (nid == 0x05) {
7593 /* Center/LFE */
7594 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, "Center Playback Switch",
7595 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT))) < 0)
7596 return err;
7597 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, "LFE Playback Switch",
7598 HDA_COMPOSE_AMP_VAL(nid, 2, 0, HDA_OUTPUT))) < 0)
7599 return err;
7600 } else {
7601 for (idx = 0; idx < ARRAY_SIZE(alc861_dac_nids) - 1; idx++)
7602 if (nid == alc861_dac_nids[idx])
7603 break;
7604 sprintf(name, "%s Playback Switch", chname[idx]);
7605 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, name,
7606 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
7607 return err;
7608 }
7609 }
7610 return 0;
7611}
7612
7613static int alc861_auto_create_hp_ctls(struct alc_spec *spec, hda_nid_t pin)
7614{
7615 int err;
7616 hda_nid_t nid;
7617
7618 if (! pin)
7619 return 0;
7620
7621 if ((pin >= 0x0b && pin <= 0x10) || pin == 0x1f || pin == 0x20) {
7622 nid = 0x03;
7623 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, "Headphone Playback Switch",
7624 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT))) < 0)
7625 return err;
7626 spec->multiout.hp_nid = nid;
7627 }
7628 return 0;
7629}
7630
7631/* create playback/capture controls for input pins */
7632static int alc861_auto_create_analog_input_ctls(struct alc_spec *spec, const struct auto_pin_cfg *cfg)
7633{
df694daa
KY
7634 struct hda_input_mux *imux = &spec->private_imux;
7635 int i, err, idx, idx1;
7636
7637 for (i = 0; i < AUTO_PIN_LAST; i++) {
7638 switch(cfg->input_pins[i]) {
7639 case 0x0c:
7640 idx1 = 1;
7641 idx = 2; // Line In
7642 break;
7643 case 0x0f:
7644 idx1 = 2;
7645 idx = 2; // Line In
7646 break;
7647 case 0x0d:
7648 idx1 = 0;
7649 idx = 1; // Mic In
7650 break;
7651 case 0x10:
7652 idx1 = 3;
7653 idx = 1; // Mic In
7654 break;
7655 case 0x11:
7656 idx1 = 4;
7657 idx = 0; // CD
7658 break;
7659 default:
7660 continue;
7661 }
7662
4a471b7d
TI
7663 err = new_analog_input(spec, cfg->input_pins[i],
7664 auto_pin_cfg_labels[i], idx, 0x15);
df694daa
KY
7665 if (err < 0)
7666 return err;
7667
4a471b7d 7668 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
df694daa
KY
7669 imux->items[imux->num_items].index = idx1;
7670 imux->num_items++;
7671 }
7672 return 0;
7673}
7674
7675static struct snd_kcontrol_new alc861_capture_mixer[] = {
7676 HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
7677 HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
7678
7679 {
7680 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
7681 /* The multiple "Capture Source" controls confuse alsamixer
7682 * So call somewhat different..
7683 *FIXME: the controls appear in the "playback" view!
7684 */
7685 /* .name = "Capture Source", */
7686 .name = "Input Source",
7687 .count = 1,
7688 .info = alc_mux_enum_info,
7689 .get = alc_mux_enum_get,
7690 .put = alc_mux_enum_put,
7691 },
7692 { } /* end */
7693};
7694
7695static void alc861_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid,
7696 int pin_type, int dac_idx)
7697{
7698 /* set as output */
7699
7700 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
7701 snd_hda_codec_write(codec, dac_idx, 0, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
7702
7703}
7704
7705static void alc861_auto_init_multi_out(struct hda_codec *codec)
7706{
7707 struct alc_spec *spec = codec->spec;
7708 int i;
7709
7710 for (i = 0; i < spec->autocfg.line_outs; i++) {
7711 hda_nid_t nid = spec->autocfg.line_out_pins[i];
7712 if (nid)
7713 alc861_auto_set_output_and_unmute(codec, nid, PIN_OUT, spec->multiout.dac_nids[i]);
7714 }
7715}
7716
7717static void alc861_auto_init_hp_out(struct hda_codec *codec)
7718{
7719 struct alc_spec *spec = codec->spec;
7720 hda_nid_t pin;
7721
eb06ed8f 7722 pin = spec->autocfg.hp_pins[0];
df694daa
KY
7723 if (pin) /* connect to front */
7724 alc861_auto_set_output_and_unmute(codec, pin, PIN_HP, spec->multiout.dac_nids[0]);
7725}
7726
7727static void alc861_auto_init_analog_input(struct hda_codec *codec)
7728{
7729 struct alc_spec *spec = codec->spec;
7730 int i;
7731
7732 for (i = 0; i < AUTO_PIN_LAST; i++) {
7733 hda_nid_t nid = spec->autocfg.input_pins[i];
7734 if ((nid>=0x0c) && (nid <=0x11)) {
7735 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
7736 i <= AUTO_PIN_FRONT_MIC ? PIN_VREF80 : PIN_IN);
7737 }
7738 }
7739}
7740
7741/* parse the BIOS configuration and set up the alc_spec */
7742/* return 1 if successful, 0 if the proper config is not found, or a negative error code */
7743static int alc861_parse_auto_config(struct hda_codec *codec)
7744{
7745 struct alc_spec *spec = codec->spec;
7746 int err;
7747 static hda_nid_t alc861_ignore[] = { 0x1d, 0 };
7748
7749 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
7750 alc861_ignore)) < 0)
7751 return err;
82bc955f 7752 if (! spec->autocfg.line_outs)
df694daa
KY
7753 return 0; /* can't find valid BIOS pin config */
7754
7755 if ((err = alc861_auto_fill_dac_nids(spec, &spec->autocfg)) < 0 ||
7756 (err = alc861_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0 ||
eb06ed8f 7757 (err = alc861_auto_create_hp_ctls(spec, spec->autocfg.hp_pins[0])) < 0 ||
df694daa
KY
7758 (err = alc861_auto_create_analog_input_ctls(spec, &spec->autocfg)) < 0)
7759 return err;
7760
7761 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
7762
7763 if (spec->autocfg.dig_out_pin)
7764 spec->multiout.dig_out_nid = ALC861_DIGOUT_NID;
7765
7766 if (spec->kctl_alloc)
7767 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
7768
7769 spec->init_verbs[spec->num_init_verbs++] = alc861_auto_init_verbs;
7770
a1e8d2da 7771 spec->num_mux_defs = 1;
df694daa
KY
7772 spec->input_mux = &spec->private_imux;
7773
7774 spec->adc_nids = alc861_adc_nids;
7775 spec->num_adc_nids = ARRAY_SIZE(alc861_adc_nids);
7776 spec->mixers[spec->num_mixers] = alc861_capture_mixer;
7777 spec->num_mixers++;
7778
7779 return 1;
7780}
7781
ae6b813a
TI
7782/* additional initialization for auto-configuration model */
7783static void alc861_auto_init(struct hda_codec *codec)
df694daa 7784{
df694daa
KY
7785 alc861_auto_init_multi_out(codec);
7786 alc861_auto_init_hp_out(codec);
7787 alc861_auto_init_analog_input(codec);
df694daa
KY
7788}
7789
7790
7791/*
7792 * configuration and preset
7793 */
f5fcc13c
TI
7794static const char *alc861_models[ALC861_MODEL_LAST] = {
7795 [ALC861_3ST] = "3stack",
7796 [ALC660_3ST] = "3stack-660",
7797 [ALC861_3ST_DIG] = "3stack-dig",
7798 [ALC861_6ST_DIG] = "6stack-dig",
7799 [ALC861_UNIWILL_M31] = "uniwill-m31",
7800 [ALC861_TOSHIBA] = "toshiba",
7801 [ALC861_ASUS] = "asus",
7802 [ALC861_ASUS_LAPTOP] = "asus-laptop",
7803 [ALC861_AUTO] = "auto",
7804};
7805
7806static struct snd_pci_quirk alc861_cfg_tbl[] = {
687a47bd 7807 SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
f5fcc13c
TI
7808 SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7809 SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7810 SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
7811 SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660_3ST),
ad5e7737 7812 SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
f5fcc13c
TI
7813 SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA),
7814 SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
4147dab6 7815 SND_PCI_QUIRK(0x1584, 0x2b01, "Uniwill X40AIx", ALC861_UNIWILL_M31),
f5fcc13c 7816 SND_PCI_QUIRK(0x8086, 0xd600, "Intel", ALC861_3ST),
df694daa
KY
7817 {}
7818};
7819
7820static struct alc_config_preset alc861_presets[] = {
7821 [ALC861_3ST] = {
7822 .mixers = { alc861_3ST_mixer },
7823 .init_verbs = { alc861_threestack_init_verbs },
7824 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7825 .dac_nids = alc861_dac_nids,
7826 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
7827 .channel_mode = alc861_threestack_modes,
4e195a7b 7828 .need_dac_fix = 1,
df694daa
KY
7829 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7830 .adc_nids = alc861_adc_nids,
7831 .input_mux = &alc861_capture_source,
7832 },
7833 [ALC861_3ST_DIG] = {
7834 .mixers = { alc861_base_mixer },
7835 .init_verbs = { alc861_threestack_init_verbs },
7836 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7837 .dac_nids = alc861_dac_nids,
7838 .dig_out_nid = ALC861_DIGOUT_NID,
7839 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
7840 .channel_mode = alc861_threestack_modes,
4e195a7b 7841 .need_dac_fix = 1,
df694daa
KY
7842 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7843 .adc_nids = alc861_adc_nids,
7844 .input_mux = &alc861_capture_source,
7845 },
7846 [ALC861_6ST_DIG] = {
7847 .mixers = { alc861_base_mixer },
7848 .init_verbs = { alc861_base_init_verbs },
7849 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7850 .dac_nids = alc861_dac_nids,
7851 .dig_out_nid = ALC861_DIGOUT_NID,
7852 .num_channel_mode = ARRAY_SIZE(alc861_8ch_modes),
7853 .channel_mode = alc861_8ch_modes,
7854 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7855 .adc_nids = alc861_adc_nids,
7856 .input_mux = &alc861_capture_source,
7857 },
9c7f852e
TI
7858 [ALC660_3ST] = {
7859 .mixers = { alc861_3ST_mixer },
7860 .init_verbs = { alc861_threestack_init_verbs },
7861 .num_dacs = ARRAY_SIZE(alc660_dac_nids),
7862 .dac_nids = alc660_dac_nids,
7863 .num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
7864 .channel_mode = alc861_threestack_modes,
4e195a7b 7865 .need_dac_fix = 1,
9c7f852e
TI
7866 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7867 .adc_nids = alc861_adc_nids,
7868 .input_mux = &alc861_capture_source,
7869 },
22309c3e
TI
7870 [ALC861_UNIWILL_M31] = {
7871 .mixers = { alc861_uniwill_m31_mixer },
7872 .init_verbs = { alc861_uniwill_m31_init_verbs },
7873 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7874 .dac_nids = alc861_dac_nids,
7875 .dig_out_nid = ALC861_DIGOUT_NID,
7876 .num_channel_mode = ARRAY_SIZE(alc861_uniwill_m31_modes),
7877 .channel_mode = alc861_uniwill_m31_modes,
7878 .need_dac_fix = 1,
7879 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7880 .adc_nids = alc861_adc_nids,
7881 .input_mux = &alc861_capture_source,
7882 },
a53d1aec
TD
7883 [ALC861_TOSHIBA] = {
7884 .mixers = { alc861_toshiba_mixer },
7885 .init_verbs = { alc861_base_init_verbs, alc861_toshiba_init_verbs },
7886 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7887 .dac_nids = alc861_dac_nids,
7888 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7889 .channel_mode = alc883_3ST_2ch_modes,
7890 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7891 .adc_nids = alc861_adc_nids,
7892 .input_mux = &alc861_capture_source,
7893 .unsol_event = alc861_toshiba_unsol_event,
7894 .init_hook = alc861_toshiba_automute,
7895 },
7cdbff94
MD
7896 [ALC861_ASUS] = {
7897 .mixers = { alc861_asus_mixer },
7898 .init_verbs = { alc861_asus_init_verbs },
7899 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7900 .dac_nids = alc861_dac_nids,
7901 .dig_out_nid = ALC861_DIGOUT_NID,
7902 .num_channel_mode = ARRAY_SIZE(alc861_asus_modes),
7903 .channel_mode = alc861_asus_modes,
7904 .need_dac_fix = 1,
7905 .hp_nid = 0x06,
7906 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7907 .adc_nids = alc861_adc_nids,
7908 .input_mux = &alc861_capture_source,
7909 },
56bb0cab
TI
7910 [ALC861_ASUS_LAPTOP] = {
7911 .mixers = { alc861_toshiba_mixer, alc861_asus_laptop_mixer },
7912 .init_verbs = { alc861_asus_init_verbs,
7913 alc861_asus_laptop_init_verbs },
7914 .num_dacs = ARRAY_SIZE(alc861_dac_nids),
7915 .dac_nids = alc861_dac_nids,
7916 .dig_out_nid = ALC861_DIGOUT_NID,
7917 .num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
7918 .channel_mode = alc883_3ST_2ch_modes,
7919 .need_dac_fix = 1,
7920 .num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
7921 .adc_nids = alc861_adc_nids,
7922 .input_mux = &alc861_capture_source,
7923 },
7924};
df694daa
KY
7925
7926
7927static int patch_alc861(struct hda_codec *codec)
7928{
7929 struct alc_spec *spec;
7930 int board_config;
7931 int err;
7932
dc041e0b 7933 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
df694daa
KY
7934 if (spec == NULL)
7935 return -ENOMEM;
7936
7937 codec->spec = spec;
7938
f5fcc13c
TI
7939 board_config = snd_hda_check_board_config(codec, ALC861_MODEL_LAST,
7940 alc861_models,
7941 alc861_cfg_tbl);
9c7f852e 7942
f5fcc13c 7943 if (board_config < 0) {
9c7f852e
TI
7944 printk(KERN_INFO "hda_codec: Unknown model for ALC861, "
7945 "trying auto-probe from BIOS...\n");
df694daa
KY
7946 board_config = ALC861_AUTO;
7947 }
7948
7949 if (board_config == ALC861_AUTO) {
7950 /* automatic parse from the BIOS config */
7951 err = alc861_parse_auto_config(codec);
7952 if (err < 0) {
7953 alc_free(codec);
7954 return err;
7955 } else if (! err) {
9c7f852e
TI
7956 printk(KERN_INFO
7957 "hda_codec: Cannot set up configuration "
7958 "from BIOS. Using base mode...\n");
df694daa
KY
7959 board_config = ALC861_3ST_DIG;
7960 }
7961 }
7962
7963 if (board_config != ALC861_AUTO)
7964 setup_preset(spec, &alc861_presets[board_config]);
7965
7966 spec->stream_name_analog = "ALC861 Analog";
7967 spec->stream_analog_playback = &alc861_pcm_analog_playback;
7968 spec->stream_analog_capture = &alc861_pcm_analog_capture;
7969
7970 spec->stream_name_digital = "ALC861 Digital";
7971 spec->stream_digital_playback = &alc861_pcm_digital_playback;
7972 spec->stream_digital_capture = &alc861_pcm_digital_capture;
7973
7974 codec->patch_ops = alc_patch_ops;
7975 if (board_config == ALC861_AUTO)
ae6b813a 7976 spec->init_hook = alc861_auto_init;
df694daa 7977
1da177e4
LT
7978 return 0;
7979}
7980
f32610ed
JS
7981/*
7982 * ALC861-VD support
7983 *
7984 * Based on ALC882
7985 *
7986 * In addition, an independent DAC
7987 */
7988#define ALC861VD_DIGOUT_NID 0x06
7989
7990static hda_nid_t alc861vd_dac_nids[4] = {
7991 /* front, surr, clfe, side surr */
7992 0x02, 0x03, 0x04, 0x05
7993};
7994
7995/* dac_nids for ALC660vd are in a different order - according to
7996 * Realtek's driver.
7997 * This should probably tesult in a different mixer for 6stack models
7998 * of ALC660vd codecs, but for now there is only 3stack mixer
7999 * - and it is the same as in 861vd.
8000 * adc_nids in ALC660vd are (is) the same as in 861vd
8001 */
8002static hda_nid_t alc660vd_dac_nids[3] = {
8003 /* front, rear, clfe, rear_surr */
8004 0x02, 0x04, 0x03
8005};
8006
8007static hda_nid_t alc861vd_adc_nids[1] = {
8008 /* ADC0 */
8009 0x09,
8010};
8011
8012/* input MUX */
8013/* FIXME: should be a matrix-type input source selection */
8014static struct hda_input_mux alc861vd_capture_source = {
8015 .num_items = 4,
8016 .items = {
8017 { "Mic", 0x0 },
8018 { "Front Mic", 0x1 },
8019 { "Line", 0x2 },
8020 { "CD", 0x4 },
8021 },
8022};
8023
8024#define alc861vd_mux_enum_info alc_mux_enum_info
8025#define alc861vd_mux_enum_get alc_mux_enum_get
8026
8027static int alc861vd_mux_enum_put(struct snd_kcontrol *kcontrol,
8028 struct snd_ctl_elem_value *ucontrol)
8029{
8030 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
8031 struct alc_spec *spec = codec->spec;
8032 const struct hda_input_mux *imux = spec->input_mux;
8033 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
8034 static hda_nid_t capture_mixers[1] = { 0x22 };
8035 hda_nid_t nid = capture_mixers[adc_idx];
8036 unsigned int *cur_val = &spec->cur_mux[adc_idx];
8037 unsigned int i, idx;
8038
8039 idx = ucontrol->value.enumerated.item[0];
8040 if (idx >= imux->num_items)
8041 idx = imux->num_items - 1;
8042 if (*cur_val == idx && ! codec->in_resume)
8043 return 0;
8044 for (i = 0; i < imux->num_items; i++) {
8045 unsigned int v = (i == idx) ? 0x7000 : 0x7080;
8046 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
8047 v | (imux->items[i].index << 8));
8048 }
8049 *cur_val = idx;
8050 return 1;
8051}
8052
8053/*
8054 * 2ch mode
8055 */
8056static struct hda_channel_mode alc861vd_3stack_2ch_modes[1] = {
8057 { 2, NULL }
8058};
8059
8060/*
8061 * 6ch mode
8062 */
8063static struct hda_verb alc861vd_6stack_ch6_init[] = {
8064 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00 },
8065 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8066 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8067 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8068 { } /* end */
8069};
8070
8071/*
8072 * 8ch mode
8073 */
8074static struct hda_verb alc861vd_6stack_ch8_init[] = {
8075 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8076 { 0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8077 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8078 { 0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
8079 { } /* end */
8080};
8081
8082static struct hda_channel_mode alc861vd_6stack_modes[2] = {
8083 { 6, alc861vd_6stack_ch6_init },
8084 { 8, alc861vd_6stack_ch8_init },
8085};
8086
8087static struct snd_kcontrol_new alc861vd_chmode_mixer[] = {
8088 {
8089 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8090 .name = "Channel Mode",
8091 .info = alc_ch_mode_info,
8092 .get = alc_ch_mode_get,
8093 .put = alc_ch_mode_put,
8094 },
8095 { } /* end */
8096};
8097
8098static struct snd_kcontrol_new alc861vd_capture_mixer[] = {
8099 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0x0, HDA_INPUT),
8100 HDA_CODEC_MUTE("Capture Switch", 0x09, 0x0, HDA_INPUT),
8101
8102 {
8103 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
8104 /* The multiple "Capture Source" controls confuse alsamixer
8105 * So call somewhat different..
8106 *FIXME: the controls appear in the "playback" view!
8107 */
8108 /* .name = "Capture Source", */
8109 .name = "Input Source",
8110 .count = 1,
8111 .info = alc861vd_mux_enum_info,
8112 .get = alc861vd_mux_enum_get,
8113 .put = alc861vd_mux_enum_put,
8114 },
8115 { } /* end */
8116};
8117
8118/* Pin assignment: Front=0x14, Rear=0x15, CLFE=0x16, Side=0x17
8119 * Mic=0x18, Front Mic=0x19, Line-In=0x1a, HP=0x1b
8120 */
8121static struct snd_kcontrol_new alc861vd_6st_mixer[] = {
8122 HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
8123 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
8124
8125 HDA_CODEC_VOLUME("Surround Playback Volume", 0x03, 0x0, HDA_OUTPUT),
8126 HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
8127
8128 HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x04, 1, 0x0,
8129 HDA_OUTPUT),
8130 HDA_CODEC_VOLUME_MONO("LFE Playback Volume", 0x04, 2, 0x0,
8131 HDA_OUTPUT),
8132 HDA_BIND_MUTE_MONO("Center Playback Switch", 0x0e, 1, 2, HDA_INPUT),
8133 HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
8134
8135 HDA_CODEC_VOLUME("Side Playback Volume", 0x05, 0x0, HDA_OUTPUT),
8136 HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
8137
8138 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
8139
8140 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
8141 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
8142 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
8143
8144 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
8145 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
8146 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
8147
8148 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
8149 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
8150
8151 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
8152 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
8153
8154 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
8155 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
8156
8157 { } /* end */
8158};
8159
8160static struct snd_kcontrol_new alc861vd_3st_mixer[] = {
8161 HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
8162 HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
8163
8164 HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
8165
8166 HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
8167 HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
8168 HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
8169
8170 HDA_CODEC_VOLUME("Front Mic Boost", 0x19, 0, HDA_INPUT),
8171 HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
8172 HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
8173
8174 HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
8175 HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT),
8176
8177 HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
8178 HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
8179
8180 HDA_CODEC_VOLUME("PC Speaker Playback Volume", 0x0b, 0x05, HDA_INPUT),
8181 HDA_CODEC_MUTE("PC Speaker Playback Switch", 0x0b, 0x05, HDA_INPUT),
8182
8183 { } /* end */
8184};
8185
8186/*
8187 * generic initialization of ADC, input mixers and output mixers
8188 */
8189static struct hda_verb alc861vd_volume_init_verbs[] = {
8190 /*
8191 * Unmute ADC0 and set the default input to mic-in
8192 */
8193 {0x09, AC_VERB_SET_CONNECT_SEL, 0x00},
8194 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8195
8196 /* Unmute input amps (CD, Line In, Mic 1 & Mic 2) of
8197 * the analog-loopback mixer widget
8198 */
8199 /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */
8200 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
8201 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
8202 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
8203 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)},
8204 {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
8205
8206 /* Capture mixer: unmute Mic, F-Mic, Line, CD inputs */
8207 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
8208 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(5)},
8209 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(6)},
8210 {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(8)},
8211
8212 /*
8213 * Set up output mixers (0x02 - 0x05)
8214 */
8215 /* set vol=0 to output mixers */
8216 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8217 {0x03, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8218 {0x04, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8219 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
8220
8221 /* set up input amps for analog loopback */
8222 /* Amp Indices: DAC = 0, mixer = 1 */
8223 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8224 {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8225 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8226 {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8227 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8228 {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8229 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
8230 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
8231
8232 { }
8233};
8234
8235/*
8236 * 3-stack pin configuration:
8237 * front = 0x14, mic/clfe = 0x18, HP = 0x19, line/surr = 0x1a, f-mic = 0x1b
8238 */
8239static struct hda_verb alc861vd_3stack_init_verbs[] = {
8240 /*
8241 * Set pin mode and muting
8242 */
8243 /* set front pin widgets 0x14 for output */
8244 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8245 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8246 {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
8247
8248 /* Mic (rear) pin: input vref at 80% */
8249 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
8250 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8251 /* Front Mic pin: input vref at 80% */
8252 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
8253 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8254 /* Line In pin: input */
8255 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
8256 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8257 /* Line-2 In: Headphone output (output 0 - 0x0c) */
8258 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8259 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8260 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
8261 /* CD pin widget for input */
8262 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
8263
8264 { }
8265};
8266
8267/*
8268 * 6-stack pin configuration:
8269 */
8270static struct hda_verb alc861vd_6stack_init_verbs[] = {
8271 /*
8272 * Set pin mode and muting
8273 */
8274 /* set front pin widgets 0x14 for output */
8275 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8276 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8277 {0x14, AC_VERB_SET_CONNECT_SEL, 0x00},
8278
8279 /* Rear Pin: output 1 (0x0d) */
8280 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8281 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8282 {0x15, AC_VERB_SET_CONNECT_SEL, 0x01},
8283 /* CLFE Pin: output 2 (0x0e) */
8284 {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8285 {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8286 {0x16, AC_VERB_SET_CONNECT_SEL, 0x02},
8287 /* Side Pin: output 3 (0x0f) */
8288 {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
8289 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8290 {0x17, AC_VERB_SET_CONNECT_SEL, 0x03},
8291
8292 /* Mic (rear) pin: input vref at 80% */
8293 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
8294 {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8295 /* Front Mic pin: input vref at 80% */
8296 {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
8297 {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8298 /* Line In pin: input */
8299 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
8300 {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
8301 /* Line-2 In: Headphone output (output 0 - 0x0c) */
8302 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
8303 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
8304 {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
8305 /* CD pin widget for input */
8306 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
8307
8308 { }
8309};
8310
8311/* pcm configuration: identiacal with ALC880 */
8312#define alc861vd_pcm_analog_playback alc880_pcm_analog_playback
8313#define alc861vd_pcm_analog_capture alc880_pcm_analog_capture
8314#define alc861vd_pcm_digital_playback alc880_pcm_digital_playback
8315#define alc861vd_pcm_digital_capture alc880_pcm_digital_capture
8316
8317/*
8318 * configuration and preset
8319 */
8320static const char *alc861vd_models[ALC861VD_MODEL_LAST] = {
8321 [ALC660VD_3ST] = "3stack-660",
8322 [ALC861VD_3ST] = "3stack",
8323 [ALC861VD_3ST_DIG] = "3stack-digout",
8324 [ALC861VD_6ST_DIG] = "6stack-digout",
8325 [ALC861VD_AUTO] = "auto",
8326};
8327
8328static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
8329 SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
8330 SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
8331 SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
8332
8333 SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo 3000 C200", ALC861VD_3ST),
8334 {}
8335};
8336
8337static struct alc_config_preset alc861vd_presets[] = {
8338 [ALC660VD_3ST] = {
8339 .mixers = { alc861vd_3st_mixer },
8340 .init_verbs = { alc861vd_volume_init_verbs,
8341 alc861vd_3stack_init_verbs },
8342 .num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
8343 .dac_nids = alc660vd_dac_nids,
8344 .num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids),
8345 .adc_nids = alc861vd_adc_nids,
8346 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
8347 .channel_mode = alc861vd_3stack_2ch_modes,
8348 .input_mux = &alc861vd_capture_source,
8349 },
8350 [ALC861VD_3ST] = {
8351 .mixers = { alc861vd_3st_mixer },
8352 .init_verbs = { alc861vd_volume_init_verbs,
8353 alc861vd_3stack_init_verbs },
8354 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
8355 .dac_nids = alc861vd_dac_nids,
8356 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
8357 .channel_mode = alc861vd_3stack_2ch_modes,
8358 .input_mux = &alc861vd_capture_source,
8359 },
8360 [ALC861VD_3ST_DIG] = {
8361 .mixers = { alc861vd_3st_mixer },
8362 .init_verbs = { alc861vd_volume_init_verbs,
8363 alc861vd_3stack_init_verbs },
8364 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
8365 .dac_nids = alc861vd_dac_nids,
8366 .dig_out_nid = ALC861VD_DIGOUT_NID,
8367 .num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
8368 .channel_mode = alc861vd_3stack_2ch_modes,
8369 .input_mux = &alc861vd_capture_source,
8370 },
8371 [ALC861VD_6ST_DIG] = {
8372 .mixers = { alc861vd_6st_mixer, alc861vd_chmode_mixer },
8373 .init_verbs = { alc861vd_volume_init_verbs,
8374 alc861vd_6stack_init_verbs },
8375 .num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
8376 .dac_nids = alc861vd_dac_nids,
8377 .dig_out_nid = ALC861VD_DIGOUT_NID,
8378 .num_channel_mode = ARRAY_SIZE(alc861vd_6stack_modes),
8379 .channel_mode = alc861vd_6stack_modes,
8380 .input_mux = &alc861vd_capture_source,
8381 },
8382};
8383
8384/*
8385 * BIOS auto configuration
8386 */
8387static void alc861vd_auto_set_output_and_unmute(struct hda_codec *codec,
8388 hda_nid_t nid, int pin_type, int dac_idx)
8389{
8390 /* set as output */
8391 snd_hda_codec_write(codec, nid, 0,
8392 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
8393 snd_hda_codec_write(codec, nid, 0,
8394 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
8395}
8396
8397static void alc861vd_auto_init_multi_out(struct hda_codec *codec)
8398{
8399 struct alc_spec *spec = codec->spec;
8400 int i;
8401
8402 for (i = 0; i <= HDA_SIDE; i++) {
8403 hda_nid_t nid = spec->autocfg.line_out_pins[i];
8404 if (nid)
8405 alc861vd_auto_set_output_and_unmute(codec, nid,
8406 PIN_OUT, i);
8407 }
8408}
8409
8410
8411static void alc861vd_auto_init_hp_out(struct hda_codec *codec)
8412{
8413 struct alc_spec *spec = codec->spec;
8414 hda_nid_t pin;
8415
8416 pin = spec->autocfg.hp_pins[0];
8417 if (pin) /* connect to front and use dac 0 */
8418 alc861vd_auto_set_output_and_unmute(codec, pin, PIN_HP, 0);
8419}
8420
8421#define alc861vd_is_input_pin(nid) alc880_is_input_pin(nid)
8422#define ALC861VD_PIN_CD_NID ALC880_PIN_CD_NID
8423
8424static void alc861vd_auto_init_analog_input(struct hda_codec *codec)
8425{
8426 struct alc_spec *spec = codec->spec;
8427 int i;
8428
8429 for (i = 0; i < AUTO_PIN_LAST; i++) {
8430 hda_nid_t nid = spec->autocfg.input_pins[i];
8431 if (alc861vd_is_input_pin(nid)) {
8432 snd_hda_codec_write(codec, nid, 0,
8433 AC_VERB_SET_PIN_WIDGET_CONTROL,
8434 i <= AUTO_PIN_FRONT_MIC ?
8435 PIN_VREF80 : PIN_IN);
8436 if (nid != ALC861VD_PIN_CD_NID)
8437 snd_hda_codec_write(codec, nid, 0,
8438 AC_VERB_SET_AMP_GAIN_MUTE,
8439 AMP_OUT_MUTE);
8440 }
8441 }
8442}
8443
8444#define alc861vd_idx_to_mixer_vol(nid) ((nid) + 0x02)
8445#define alc861vd_idx_to_mixer_switch(nid) ((nid) + 0x0c)
8446
8447/* add playback controls from the parsed DAC table */
8448/* Based on ALC880 version. But ALC861VD has separate,
8449 * different NIDs for mute/unmute switch and volume control */
8450static int alc861vd_auto_create_multi_out_ctls(struct alc_spec *spec,
8451 const struct auto_pin_cfg *cfg)
8452{
8453 char name[32];
8454 static const char *chname[4] = {"Front", "Surround", "CLFE", "Side"};
8455 hda_nid_t nid_v, nid_s;
8456 int i, err;
8457
8458 for (i = 0; i < cfg->line_outs; i++) {
8459 if (! spec->multiout.dac_nids[i])
8460 continue;
8461 nid_v = alc861vd_idx_to_mixer_vol(
8462 alc880_dac_to_idx(
8463 spec->multiout.dac_nids[i]));
8464 nid_s = alc861vd_idx_to_mixer_switch(
8465 alc880_dac_to_idx(
8466 spec->multiout.dac_nids[i]));
8467
8468 if (i == 2) {
8469 /* Center/LFE */
8470 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL,
8471 "Center Playback Volume",
8472 HDA_COMPOSE_AMP_VAL(nid_v, 1,
8473 0, HDA_OUTPUT))) < 0)
8474 return err;
8475 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL,
8476 "LFE Playback Volume",
8477 HDA_COMPOSE_AMP_VAL(nid_v, 2,
8478 0, HDA_OUTPUT))) < 0)
8479 return err;
8480 if ((err = add_control(spec, ALC_CTL_BIND_MUTE,
8481 "Center Playback Switch",
8482 HDA_COMPOSE_AMP_VAL(nid_s, 1,
8483 2, HDA_INPUT))) < 0)
8484 return err;
8485 if ((err = add_control(spec, ALC_CTL_BIND_MUTE,
8486 "LFE Playback Switch",
8487 HDA_COMPOSE_AMP_VAL(nid_s, 2,
8488 2, HDA_INPUT))) < 0)
8489 return err;
8490 } else {
8491 sprintf(name, "%s Playback Volume", chname[i]);
8492 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8493 HDA_COMPOSE_AMP_VAL(nid_v, 3,
8494 0, HDA_OUTPUT))) < 0)
8495 return err;
8496 sprintf(name, "%s Playback Switch", chname[i]);
8497 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, name,
8498 HDA_COMPOSE_AMP_VAL(nid_v, 3,
8499 2, HDA_INPUT))) < 0)
8500 return err;
8501 }
8502 }
8503 return 0;
8504}
8505
8506/* add playback controls for speaker and HP outputs */
8507/* Based on ALC880 version. But ALC861VD has separate,
8508 * different NIDs for mute/unmute switch and volume control */
8509static int alc861vd_auto_create_extra_out(struct alc_spec *spec,
8510 hda_nid_t pin, const char *pfx)
8511{
8512 hda_nid_t nid_v, nid_s;
8513 int err;
8514 char name[32];
8515
8516 if (! pin)
8517 return 0;
8518
8519 if (alc880_is_fixed_pin(pin)) {
8520 nid_v = alc880_idx_to_dac(alc880_fixed_pin_idx(pin));
8521 /* specify the DAC as the extra output */
8522 if (! spec->multiout.hp_nid)
8523 spec->multiout.hp_nid = nid_v;
8524 else
8525 spec->multiout.extra_out_nid[0] = nid_v;
8526 /* control HP volume/switch on the output mixer amp */
8527 nid_v = alc861vd_idx_to_mixer_vol(
8528 alc880_fixed_pin_idx(pin));
8529 nid_s = alc861vd_idx_to_mixer_switch(
8530 alc880_fixed_pin_idx(pin));
8531
8532 sprintf(name, "%s Playback Volume", pfx);
8533 if ((err = add_control(spec, ALC_CTL_WIDGET_VOL, name,
8534 HDA_COMPOSE_AMP_VAL(nid_v, 3, 0,
8535 HDA_OUTPUT))) < 0)
8536 return err;
8537 sprintf(name, "%s Playback Switch", pfx);
8538 if ((err = add_control(spec, ALC_CTL_BIND_MUTE, name,
8539 HDA_COMPOSE_AMP_VAL(nid_s, 3, 2,
8540 HDA_INPUT))) < 0)
8541 return err;
8542 } else if (alc880_is_multi_pin(pin)) {
8543 /* set manual connection */
8544 /* we have only a switch on HP-out PIN */
8545 sprintf(name, "%s Playback Switch", pfx);
8546 if ((err = add_control(spec, ALC_CTL_WIDGET_MUTE, name,
8547 HDA_COMPOSE_AMP_VAL(pin, 3, 0,
8548 HDA_OUTPUT))) < 0)
8549 return err;
8550 }
8551 return 0;
8552}
8553
8554/* parse the BIOS configuration and set up the alc_spec
8555 * return 1 if successful, 0 if the proper config is not found,
8556 * or a negative error code
8557 * Based on ALC880 version - had to change it to override
8558 * alc880_auto_create_extra_out and alc880_auto_create_multi_out_ctls */
8559static int alc861vd_parse_auto_config(struct hda_codec *codec)
8560{
8561 struct alc_spec *spec = codec->spec;
8562 int err;
8563 static hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
8564
8565 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg,
8566 alc861vd_ignore)) < 0)
8567 return err;
8568 if (! spec->autocfg.line_outs)
8569 return 0; /* can't find valid BIOS pin config */
8570
8571 if ((err = alc880_auto_fill_dac_nids(spec, &spec->autocfg)) < 0 ||
8572 (err = alc861vd_auto_create_multi_out_ctls(spec,
8573 &spec->autocfg)) < 0 ||
8574 (err = alc861vd_auto_create_extra_out(spec,
8575 spec->autocfg.speaker_pins[0], "Speaker")) < 0 ||
8576 (err = alc861vd_auto_create_extra_out(spec,
8577 spec->autocfg.hp_pins[0], "Headphone")) < 0 ||
8578 (err = alc880_auto_create_analog_input_ctls(spec,
8579 &spec->autocfg)) < 0)
8580 return err;
8581
8582 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
8583
8584 if (spec->autocfg.dig_out_pin)
8585 spec->multiout.dig_out_nid = ALC861VD_DIGOUT_NID;
8586
8587 if (spec->kctl_alloc)
8588 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
8589
8590 spec->init_verbs[spec->num_init_verbs++]
8591 = alc861vd_volume_init_verbs;
8592
8593 spec->num_mux_defs = 1;
8594 spec->input_mux = &spec->private_imux;
8595
8596 return 1;
8597}
8598
8599/* additional initialization for auto-configuration model */
8600static void alc861vd_auto_init(struct hda_codec *codec)
8601{
8602 alc861vd_auto_init_multi_out(codec);
8603 alc861vd_auto_init_hp_out(codec);
8604 alc861vd_auto_init_analog_input(codec);
8605}
8606
8607static int patch_alc861vd(struct hda_codec *codec)
8608{
8609 struct alc_spec *spec;
8610 int err, board_config;
8611
8612 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
8613 if (spec == NULL)
8614 return -ENOMEM;
8615
8616 codec->spec = spec;
8617
8618 board_config = snd_hda_check_board_config(codec, ALC861VD_MODEL_LAST,
8619 alc861vd_models,
8620 alc861vd_cfg_tbl);
8621
8622 if (board_config < 0 || board_config >= ALC861VD_MODEL_LAST) {
8623 printk(KERN_INFO "hda_codec: Unknown model for ALC660VD/"
8624 "ALC861VD, trying auto-probe from BIOS...\n");
8625 board_config = ALC861VD_AUTO;
8626 }
8627
8628 if (board_config == ALC861VD_AUTO) {
8629 /* automatic parse from the BIOS config */
8630 err = alc861vd_parse_auto_config(codec);
8631 if (err < 0) {
8632 alc_free(codec);
8633 return err;
8634 } else if (! err) {
8635 printk(KERN_INFO
8636 "hda_codec: Cannot set up configuration "
8637 "from BIOS. Using base mode...\n");
8638 board_config = ALC861VD_3ST;
8639 }
8640 }
8641
8642 if (board_config != ALC861VD_AUTO)
8643 setup_preset(spec, &alc861vd_presets[board_config]);
8644
8645 spec->stream_name_analog = "ALC861VD Analog";
8646 spec->stream_analog_playback = &alc861vd_pcm_analog_playback;
8647 spec->stream_analog_capture = &alc861vd_pcm_analog_capture;
8648
8649 spec->stream_name_digital = "ALC861VD Digital";
8650 spec->stream_digital_playback = &alc861vd_pcm_digital_playback;
8651 spec->stream_digital_capture = &alc861vd_pcm_digital_capture;
8652
8653 spec->adc_nids = alc861vd_adc_nids;
8654 spec->num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids);
8655
8656 spec->mixers[spec->num_mixers] = alc861vd_capture_mixer;
8657 spec->num_mixers++;
8658
8659 codec->patch_ops = alc_patch_ops;
8660
8661 if (board_config == ALC861VD_AUTO)
8662 spec->init_hook = alc861vd_auto_init;
8663
8664 return 0;
8665}
8666
1da177e4
LT
8667/*
8668 * patch entries
8669 */
8670struct hda_codec_preset snd_hda_preset_realtek[] = {
8671 { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
df694daa 8672 { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
f32610ed
JS
8673 { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
8674 .patch = patch_alc861 },
8675 { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
8676 { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
8677 { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
8678 { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
1da177e4 8679 { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
9c7f852e 8680 { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc883 },
df694daa 8681 { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
9c7f852e 8682 { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc883 },
1da177e4
LT
8683 {} /* terminator */
8684};