]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - sound/pci/hda/patch_realtek.c
ALSA: hda - remove one pin from ALC292_STANDARD_PINS
[thirdparty/kernel/stable.git] / sound / pci / hda / patch_realtek.c
CommitLineData
1da177e4
LT
1/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
1d045db9 4 * HD audio interface patch for Realtek ALC codecs
1da177e4 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>
409a3e98 9 * Jonathan Woithe <jwoithe@just42.net>
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
1da177e4
LT
26#include <linux/init.h>
27#include <linux/delay.h>
28#include <linux/slab.h>
29#include <linux/pci.h>
08fb0d0e 30#include <linux/dmi.h>
da155d5b 31#include <linux/module.h>
33f4acd3 32#include <linux/input.h>
1da177e4 33#include <sound/core.h>
9ad0e496 34#include <sound/jack.h>
1da177e4
LT
35#include "hda_codec.h"
36#include "hda_local.h"
23d30f28 37#include "hda_auto_parser.h"
1835a0f9 38#include "hda_jack.h"
08c189f2 39#include "hda_generic.h"
1da177e4 40
cd63a5ff
TI
41/* keep halting ALC5505 DSP, for power saving */
42#define HALT_REALTEK_ALC5505
43
df694daa
KY
44/* for GPIO Poll */
45#define GPIO_MASK 0x03
46
4a79ba34
TI
47/* extra amp-initialization sequence types */
48enum {
49 ALC_INIT_NONE,
50 ALC_INIT_DEFAULT,
51 ALC_INIT_GPIO1,
52 ALC_INIT_GPIO2,
53 ALC_INIT_GPIO3,
54};
55
73bdd597
DH
56enum {
57 ALC_HEADSET_MODE_UNKNOWN,
58 ALC_HEADSET_MODE_UNPLUGGED,
59 ALC_HEADSET_MODE_HEADSET,
60 ALC_HEADSET_MODE_MIC,
61 ALC_HEADSET_MODE_HEADPHONE,
62};
63
64enum {
65 ALC_HEADSET_TYPE_UNKNOWN,
66 ALC_HEADSET_TYPE_CTIA,
67 ALC_HEADSET_TYPE_OMTP,
68};
69
da00c244
KY
70struct alc_customize_define {
71 unsigned int sku_cfg;
72 unsigned char port_connectivity;
73 unsigned char check_sum;
74 unsigned char customization;
75 unsigned char external_amp;
76 unsigned int enable_pcbeep:1;
77 unsigned int platform_type:1;
78 unsigned int swap:1;
79 unsigned int override:1;
90622917 80 unsigned int fixup:1; /* Means that this sku is set by driver, not read from hw */
da00c244
KY
81};
82
1da177e4 83struct alc_spec {
08c189f2 84 struct hda_gen_spec gen; /* must be at head */
23d30f28 85
1da177e4 86 /* codec parameterization */
a9111321 87 const struct snd_kcontrol_new *mixers[5]; /* mixer arrays */
1da177e4 88 unsigned int num_mixers;
45bdd1c1 89 unsigned int beep_amp; /* beep amp value, set via set_beep_amp() */
1da177e4 90
da00c244 91 struct alc_customize_define cdefine;
08c189f2 92 unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */
834be88d 93
08fb0d0e
TI
94 /* mute LED for HP laptops, see alc269_fixup_mic_mute_hook() */
95 int mute_led_polarity;
96 hda_nid_t mute_led_nid;
9c5dc3bf 97 hda_nid_t cap_mute_led_nid;
08fb0d0e 98
9f5c6faf 99 unsigned int gpio_led; /* used for alc269_fixup_hp_gpio_led() */
0f32fd19
TI
100 unsigned int gpio_mute_led_mask;
101 unsigned int gpio_mic_led_mask;
9f5c6faf 102
73bdd597
DH
103 hda_nid_t headset_mic_pin;
104 hda_nid_t headphone_mic_pin;
105 int current_headset_mode;
106 int current_headset_type;
107
ae6b813a
TI
108 /* hooks */
109 void (*init_hook)(struct hda_codec *codec);
83012a7c 110#ifdef CONFIG_PM
c97259df 111 void (*power_hook)(struct hda_codec *codec);
f5de24b0 112#endif
1c716153 113 void (*shutup)(struct hda_codec *codec);
d922b51d 114
4a79ba34 115 int init_amp;
d433a678 116 int codec_variant; /* flag for other variants */
97a26570
KY
117 unsigned int has_alc5505_dsp:1;
118 unsigned int no_depop_delay:1;
e64f14f4 119
2c3bf9ab
TI
120 /* for PLL fix */
121 hda_nid_t pll_nid;
122 unsigned int pll_coef_idx, pll_coef_bit;
1bb7e43e 123 unsigned int coef0;
33f4acd3 124 struct input_dev *kb_dev;
df694daa
KY
125};
126
f2a227cd
TI
127/*
128 * COEF access helper functions
129 */
130
131static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
132 unsigned int coef_idx)
133{
134 unsigned int val;
135
136 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
137 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PROC_COEF, 0);
138 return val;
139}
140
141#define alc_read_coef_idx(codec, coef_idx) \
142 alc_read_coefex_idx(codec, 0x20, coef_idx)
143
144static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
145 unsigned int coef_idx, unsigned int coef_val)
146{
147 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
148 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val);
149}
150
151#define alc_write_coef_idx(codec, coef_idx, coef_val) \
152 alc_write_coefex_idx(codec, 0x20, coef_idx, coef_val)
153
98b24883
TI
154static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
155 unsigned int coef_idx, unsigned int mask,
156 unsigned int bits_set)
157{
158 unsigned int val = alc_read_coefex_idx(codec, nid, coef_idx);
159
160 if (val != -1)
161 alc_write_coefex_idx(codec, nid, coef_idx,
162 (val & ~mask) | bits_set);
163}
164
165#define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \
166 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
167
f2a227cd
TI
168/* a special bypass for COEF 0; read the cached value at the second time */
169static unsigned int alc_get_coef0(struct hda_codec *codec)
170{
171 struct alc_spec *spec = codec->spec;
172
173 if (!spec->coef0)
174 spec->coef0 = alc_read_coef_idx(codec, 0);
175 return spec->coef0;
176}
177
54db6c39
TI
178/* coef writes/updates batch */
179struct coef_fw {
180 unsigned char nid;
181 unsigned char idx;
182 unsigned short mask;
183 unsigned short val;
184};
185
186#define UPDATE_COEFEX(_nid, _idx, _mask, _val) \
187 { .nid = (_nid), .idx = (_idx), .mask = (_mask), .val = (_val) }
188#define WRITE_COEFEX(_nid, _idx, _val) UPDATE_COEFEX(_nid, _idx, -1, _val)
189#define WRITE_COEF(_idx, _val) WRITE_COEFEX(0x20, _idx, _val)
190#define UPDATE_COEF(_idx, _mask, _val) UPDATE_COEFEX(0x20, _idx, _mask, _val)
191
192static void alc_process_coef_fw(struct hda_codec *codec,
193 const struct coef_fw *fw)
194{
195 for (; fw->nid; fw++) {
196 if (fw->mask == (unsigned short)-1)
197 alc_write_coefex_idx(codec, fw->nid, fw->idx, fw->val);
198 else
199 alc_update_coefex_idx(codec, fw->nid, fw->idx,
200 fw->mask, fw->val);
201 }
202}
203
d88897ea 204/*
1d045db9
TI
205 * Append the given mixer and verb elements for the later use
206 * The mixer array is referred in build_controls(), and init_verbs are
207 * called in init().
d88897ea 208 */
a9111321 209static void add_mixer(struct alc_spec *spec, const struct snd_kcontrol_new *mix)
d88897ea
TI
210{
211 if (snd_BUG_ON(spec->num_mixers >= ARRAY_SIZE(spec->mixers)))
212 return;
213 spec->mixers[spec->num_mixers++] = mix;
214}
215
df694daa 216/*
1d045db9 217 * GPIO setup tables, used in initialization
df694daa 218 */
bc9f98a9 219/* Enable GPIO mask and set output */
a9111321 220static const struct hda_verb alc_gpio1_init_verbs[] = {
bc9f98a9
KY
221 {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
222 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
223 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
224 { }
225};
226
a9111321 227static const struct hda_verb alc_gpio2_init_verbs[] = {
bc9f98a9
KY
228 {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
229 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
230 {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
231 { }
232};
233
a9111321 234static const struct hda_verb alc_gpio3_init_verbs[] = {
bdd148a3
KY
235 {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
236 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
237 {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
238 { }
239};
240
2c3bf9ab
TI
241/*
242 * Fix hardware PLL issue
243 * On some codecs, the analog PLL gating control must be off while
244 * the default value is 1.
245 */
246static void alc_fix_pll(struct hda_codec *codec)
247{
248 struct alc_spec *spec = codec->spec;
2c3bf9ab 249
98b24883
TI
250 if (spec->pll_nid)
251 alc_update_coefex_idx(codec, spec->pll_nid, spec->pll_coef_idx,
252 1 << spec->pll_coef_bit, 0);
2c3bf9ab
TI
253}
254
255static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid,
256 unsigned int coef_idx, unsigned int coef_bit)
257{
258 struct alc_spec *spec = codec->spec;
259 spec->pll_nid = nid;
260 spec->pll_coef_idx = coef_idx;
261 spec->pll_coef_bit = coef_bit;
262 alc_fix_pll(codec);
263}
264
cf5a2279 265/* update the master volume per volume-knob's unsol event */
1a4f69d5
TI
266static void alc_update_knob_master(struct hda_codec *codec,
267 struct hda_jack_callback *jack)
cf5a2279
TI
268{
269 unsigned int val;
270 struct snd_kcontrol *kctl;
271 struct snd_ctl_elem_value *uctl;
272
273 kctl = snd_hda_find_mixer_ctl(codec, "Master Playback Volume");
274 if (!kctl)
275 return;
276 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL);
277 if (!uctl)
278 return;
1a4f69d5 279 val = snd_hda_codec_read(codec, jack->tbl->nid, 0,
cf5a2279
TI
280 AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
281 val &= HDA_AMP_VOLMASK;
282 uctl->value.integer.value[0] = val;
283 uctl->value.integer.value[1] = val;
284 kctl->put(kctl, uctl);
285 kfree(uctl);
286}
287
29adc4b9 288static void alc880_unsol_event(struct hda_codec *codec, unsigned int res)
f21d78e2 289{
29adc4b9
DH
290 /* For some reason, the res given from ALC880 is broken.
291 Here we adjust it properly. */
292 snd_hda_jack_unsol_event(codec, res >> 2);
f21d78e2
TI
293}
294
394c97f8
KY
295/* Change EAPD to verb control */
296static void alc_fill_eapd_coef(struct hda_codec *codec)
297{
298 int coef;
299
300 coef = alc_get_coef0(codec);
301
7639a06c 302 switch (codec->core.vendor_id) {
394c97f8
KY
303 case 0x10ec0262:
304 alc_update_coef_idx(codec, 0x7, 0, 1<<5);
305 break;
306 case 0x10ec0267:
307 case 0x10ec0268:
308 alc_update_coef_idx(codec, 0x7, 0, 1<<13);
309 break;
310 case 0x10ec0269:
311 if ((coef & 0x00f0) == 0x0010)
312 alc_update_coef_idx(codec, 0xd, 0, 1<<14);
313 if ((coef & 0x00f0) == 0x0020)
314 alc_update_coef_idx(codec, 0x4, 1<<15, 0);
315 if ((coef & 0x00f0) == 0x0030)
316 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
317 break;
318 case 0x10ec0280:
319 case 0x10ec0284:
320 case 0x10ec0290:
321 case 0x10ec0292:
322 alc_update_coef_idx(codec, 0x4, 1<<15, 0);
323 break;
324 case 0x10ec0233:
325 case 0x10ec0255:
4344aec8 326 case 0x10ec0256:
394c97f8
KY
327 case 0x10ec0282:
328 case 0x10ec0283:
329 case 0x10ec0286:
330 case 0x10ec0288:
506b62c3 331 case 0x10ec0298:
394c97f8
KY
332 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
333 break;
334 case 0x10ec0285:
335 case 0x10ec0293:
336 alc_update_coef_idx(codec, 0xa, 1<<13, 0);
337 break;
338 case 0x10ec0662:
339 if ((coef & 0x00f0) == 0x0030)
340 alc_update_coef_idx(codec, 0x4, 1<<10, 0); /* EAPD Ctrl */
341 break;
342 case 0x10ec0272:
343 case 0x10ec0273:
344 case 0x10ec0663:
345 case 0x10ec0665:
346 case 0x10ec0670:
347 case 0x10ec0671:
348 case 0x10ec0672:
349 alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
350 break;
351 case 0x10ec0668:
352 alc_update_coef_idx(codec, 0x7, 3<<13, 0);
353 break;
354 case 0x10ec0867:
355 alc_update_coef_idx(codec, 0x4, 1<<10, 0);
356 break;
357 case 0x10ec0888:
358 if ((coef & 0x00f0) == 0x0020 || (coef & 0x00f0) == 0x0030)
359 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
360 break;
361 case 0x10ec0892:
362 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
363 break;
364 case 0x10ec0899:
365 case 0x10ec0900:
366 alc_update_coef_idx(codec, 0x7, 1<<1, 0);
367 break;
368 }
369}
370
f9423e7a
KY
371/* additional initialization for ALC888 variants */
372static void alc888_coef_init(struct hda_codec *codec)
373{
1df8874b
KY
374 switch (alc_get_coef0(codec) & 0x00f0) {
375 /* alc888-VA */
376 case 0x00:
377 /* alc888-VB */
378 case 0x10:
379 alc_update_coef_idx(codec, 7, 0, 0x2030); /* Turn EAPD to High */
380 break;
381 }
87a8c370
JK
382}
383
3fb4a508
TI
384/* turn on/off EAPD control (only if available) */
385static void set_eapd(struct hda_codec *codec, hda_nid_t nid, int on)
386{
387 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
388 return;
389 if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)
390 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
391 on ? 2 : 0);
392}
393
691f1fcc
TI
394/* turn on/off EAPD controls of the codec */
395static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
396{
397 /* We currently only handle front, HP */
39fa84e9 398 static hda_nid_t pins[] = {
af95b414 399 0x0f, 0x10, 0x14, 0x15, 0x17, 0
39fa84e9
TI
400 };
401 hda_nid_t *p;
402 for (p = pins; *p; p++)
403 set_eapd(codec, *p, on);
691f1fcc
TI
404}
405
1c716153
TI
406/* generic shutup callback;
407 * just turning off EPAD and a little pause for avoiding pop-noise
408 */
409static void alc_eapd_shutup(struct hda_codec *codec)
410{
97a26570
KY
411 struct alc_spec *spec = codec->spec;
412
1c716153 413 alc_auto_setup_eapd(codec, false);
97a26570
KY
414 if (!spec->no_depop_delay)
415 msleep(200);
9bfb2844 416 snd_hda_shutup_pins(codec);
1c716153
TI
417}
418
1d045db9 419/* generic EAPD initialization */
4a79ba34 420static void alc_auto_init_amp(struct hda_codec *codec, int type)
bc9f98a9 421{
394c97f8 422 alc_fill_eapd_coef(codec);
39fa84e9 423 alc_auto_setup_eapd(codec, true);
4a79ba34
TI
424 switch (type) {
425 case ALC_INIT_GPIO1:
bc9f98a9
KY
426 snd_hda_sequence_write(codec, alc_gpio1_init_verbs);
427 break;
4a79ba34 428 case ALC_INIT_GPIO2:
bc9f98a9
KY
429 snd_hda_sequence_write(codec, alc_gpio2_init_verbs);
430 break;
4a79ba34 431 case ALC_INIT_GPIO3:
bdd148a3
KY
432 snd_hda_sequence_write(codec, alc_gpio3_init_verbs);
433 break;
4a79ba34 434 case ALC_INIT_DEFAULT:
7639a06c 435 switch (codec->core.vendor_id) {
c9b58006 436 case 0x10ec0260:
98b24883 437 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x2010);
c9b58006 438 break;
c9b58006
KY
439 case 0x10ec0880:
440 case 0x10ec0882:
441 case 0x10ec0883:
442 case 0x10ec0885:
1df8874b 443 alc_update_coef_idx(codec, 7, 0, 0x2030);
c9b58006 444 break;
f9423e7a 445 case 0x10ec0888:
4a79ba34 446 alc888_coef_init(codec);
f9423e7a 447 break;
bc9f98a9 448 }
4a79ba34
TI
449 break;
450 }
451}
452
08c189f2 453
1d045db9 454/*
08c189f2 455 * Realtek SSID verification
1d045db9 456 */
42cf0d01 457
08c189f2
TI
458/* Could be any non-zero and even value. When used as fixup, tells
459 * the driver to ignore any present sku defines.
460 */
461#define ALC_FIXUP_SKU_IGNORE (2)
1a1455de 462
08c189f2
TI
463static void alc_fixup_sku_ignore(struct hda_codec *codec,
464 const struct hda_fixup *fix, int action)
1a1455de 465{
1a1455de 466 struct alc_spec *spec = codec->spec;
08c189f2
TI
467 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
468 spec->cdefine.fixup = 1;
469 spec->cdefine.sku_cfg = ALC_FIXUP_SKU_IGNORE;
1a1455de 470 }
1a1455de
TI
471}
472
b5c6611f
ML
473static void alc_fixup_no_depop_delay(struct hda_codec *codec,
474 const struct hda_fixup *fix, int action)
475{
476 struct alc_spec *spec = codec->spec;
477
84d2dc3e 478 if (action == HDA_FIXUP_ACT_PROBE) {
b5c6611f 479 spec->no_depop_delay = 1;
84d2dc3e
ML
480 codec->depop_delay = 0;
481 }
b5c6611f
ML
482}
483
08c189f2 484static int alc_auto_parse_customize_define(struct hda_codec *codec)
4a79ba34 485{
08c189f2
TI
486 unsigned int ass, tmp, i;
487 unsigned nid = 0;
4a79ba34
TI
488 struct alc_spec *spec = codec->spec;
489
08c189f2 490 spec->cdefine.enable_pcbeep = 1; /* assume always enabled */
4a79ba34 491
08c189f2
TI
492 if (spec->cdefine.fixup) {
493 ass = spec->cdefine.sku_cfg;
494 if (ass == ALC_FIXUP_SKU_IGNORE)
495 return -1;
496 goto do_sku;
bb35febd
TI
497 }
498
5100cd07
TI
499 if (!codec->bus->pci)
500 return -1;
7639a06c 501 ass = codec->core.subsystem_id & 0xffff;
08c189f2
TI
502 if (ass != codec->bus->pci->subsystem_device && (ass & 1))
503 goto do_sku;
4a79ba34 504
08c189f2 505 nid = 0x1d;
7639a06c 506 if (codec->core.vendor_id == 0x10ec0260)
08c189f2
TI
507 nid = 0x17;
508 ass = snd_hda_codec_get_pincfg(codec, nid);
42cf0d01 509
08c189f2 510 if (!(ass & 1)) {
4e76a883 511 codec_info(codec, "%s: SKU not ready 0x%08x\n",
7639a06c 512 codec->core.chip_name, ass);
08c189f2 513 return -1;
42cf0d01
DH
514 }
515
08c189f2
TI
516 /* check sum */
517 tmp = 0;
518 for (i = 1; i < 16; i++) {
519 if ((ass >> i) & 1)
520 tmp++;
ae8a60a5 521 }
08c189f2
TI
522 if (((ass >> 16) & 0xf) != tmp)
523 return -1;
ae8a60a5 524
da00c244
KY
525 spec->cdefine.port_connectivity = ass >> 30;
526 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20;
527 spec->cdefine.check_sum = (ass >> 16) & 0xf;
528 spec->cdefine.customization = ass >> 8;
529do_sku:
530 spec->cdefine.sku_cfg = ass;
531 spec->cdefine.external_amp = (ass & 0x38) >> 3;
532 spec->cdefine.platform_type = (ass & 0x4) >> 2;
533 spec->cdefine.swap = (ass & 0x2) >> 1;
534 spec->cdefine.override = ass & 0x1;
535
4e76a883 536 codec_dbg(codec, "SKU: Nid=0x%x sku_cfg=0x%08x\n",
da00c244 537 nid, spec->cdefine.sku_cfg);
4e76a883 538 codec_dbg(codec, "SKU: port_connectivity=0x%x\n",
da00c244 539 spec->cdefine.port_connectivity);
4e76a883
TI
540 codec_dbg(codec, "SKU: enable_pcbeep=0x%x\n", spec->cdefine.enable_pcbeep);
541 codec_dbg(codec, "SKU: check_sum=0x%08x\n", spec->cdefine.check_sum);
542 codec_dbg(codec, "SKU: customization=0x%08x\n", spec->cdefine.customization);
543 codec_dbg(codec, "SKU: external_amp=0x%x\n", spec->cdefine.external_amp);
544 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type);
545 codec_dbg(codec, "SKU: swap=0x%x\n", spec->cdefine.swap);
546 codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override);
da00c244
KY
547
548 return 0;
549}
550
08c189f2
TI
551/* return the position of NID in the list, or -1 if not found */
552static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
553{
554 int i;
555 for (i = 0; i < nums; i++)
556 if (list[i] == nid)
557 return i;
558 return -1;
559}
1d045db9 560/* return true if the given NID is found in the list */
3af9ee6b
TI
561static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
562{
21268961 563 return find_idx_in_nid_list(nid, list, nums) >= 0;
3af9ee6b
TI
564}
565
4a79ba34
TI
566/* check subsystem ID and set up device-specific initialization;
567 * return 1 if initialized, 0 if invalid SSID
568 */
569/* 32-bit subsystem ID for BIOS loading in HD Audio codec.
570 * 31 ~ 16 : Manufacture ID
571 * 15 ~ 8 : SKU ID
572 * 7 ~ 0 : Assembly ID
573 * port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
574 */
58c57cfa 575static int alc_subsystem_id(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34
TI
576{
577 unsigned int ass, tmp, i;
578 unsigned nid;
579 struct alc_spec *spec = codec->spec;
580
90622917
DH
581 if (spec->cdefine.fixup) {
582 ass = spec->cdefine.sku_cfg;
583 if (ass == ALC_FIXUP_SKU_IGNORE)
584 return 0;
585 goto do_sku;
586 }
587
7639a06c 588 ass = codec->core.subsystem_id & 0xffff;
5100cd07
TI
589 if (codec->bus->pci &&
590 ass != codec->bus->pci->subsystem_device && (ass & 1))
4a79ba34
TI
591 goto do_sku;
592
593 /* invalid SSID, check the special NID pin defcfg instead */
594 /*
def319f9 595 * 31~30 : port connectivity
4a79ba34
TI
596 * 29~21 : reserve
597 * 20 : PCBEEP input
598 * 19~16 : Check sum (15:1)
599 * 15~1 : Custom
600 * 0 : override
601 */
602 nid = 0x1d;
7639a06c 603 if (codec->core.vendor_id == 0x10ec0260)
4a79ba34
TI
604 nid = 0x17;
605 ass = snd_hda_codec_get_pincfg(codec, nid);
4e76a883
TI
606 codec_dbg(codec,
607 "realtek: No valid SSID, checking pincfg 0x%08x for NID 0x%x\n",
cb6605c1 608 ass, nid);
6227cdce 609 if (!(ass & 1))
4a79ba34
TI
610 return 0;
611 if ((ass >> 30) != 1) /* no physical connection */
612 return 0;
613
614 /* check sum */
615 tmp = 0;
616 for (i = 1; i < 16; i++) {
617 if ((ass >> i) & 1)
618 tmp++;
619 }
620 if (((ass >> 16) & 0xf) != tmp)
621 return 0;
622do_sku:
4e76a883 623 codec_dbg(codec, "realtek: Enabling init ASM_ID=0x%04x CODEC_ID=%08x\n",
7639a06c 624 ass & 0xffff, codec->core.vendor_id);
4a79ba34
TI
625 /*
626 * 0 : override
627 * 1 : Swap Jack
628 * 2 : 0 --> Desktop, 1 --> Laptop
629 * 3~5 : External Amplifier control
630 * 7~6 : Reserved
631 */
632 tmp = (ass & 0x38) >> 3; /* external Amp control */
633 switch (tmp) {
634 case 1:
635 spec->init_amp = ALC_INIT_GPIO1;
636 break;
637 case 3:
638 spec->init_amp = ALC_INIT_GPIO2;
639 break;
640 case 7:
641 spec->init_amp = ALC_INIT_GPIO3;
642 break;
643 case 5:
5a8cfb4e 644 default:
4a79ba34 645 spec->init_amp = ALC_INIT_DEFAULT;
bc9f98a9
KY
646 break;
647 }
ea1fb29a 648
8c427226 649 /* is laptop or Desktop and enable the function "Mute internal speaker
c9b58006
KY
650 * when the external headphone out jack is plugged"
651 */
8c427226 652 if (!(ass & 0x8000))
4a79ba34 653 return 1;
c9b58006
KY
654 /*
655 * 10~8 : Jack location
656 * 12~11: Headphone out -> 00: PortA, 01: PortE, 02: PortD, 03: Resvered
657 * 14~13: Resvered
658 * 15 : 1 --> enable the function "Mute internal speaker
659 * when the external headphone out jack is plugged"
660 */
08c189f2
TI
661 if (!spec->gen.autocfg.hp_pins[0] &&
662 !(spec->gen.autocfg.line_out_pins[0] &&
663 spec->gen.autocfg.line_out_type == AUTO_PIN_HP_OUT)) {
01d4825d 664 hda_nid_t nid;
c9b58006 665 tmp = (ass >> 11) & 0x3; /* HP to chassis */
58c57cfa 666 nid = ports[tmp];
08c189f2
TI
667 if (found_in_nid_list(nid, spec->gen.autocfg.line_out_pins,
668 spec->gen.autocfg.line_outs))
3af9ee6b 669 return 1;
08c189f2 670 spec->gen.autocfg.hp_pins[0] = nid;
c9b58006 671 }
4a79ba34
TI
672 return 1;
673}
ea1fb29a 674
3e6179b8
TI
675/* Check the validity of ALC subsystem-id
676 * ports contains an array of 4 pin NIDs for port-A, E, D and I */
677static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34 678{
58c57cfa 679 if (!alc_subsystem_id(codec, ports)) {
4a79ba34 680 struct alc_spec *spec = codec->spec;
4e76a883
TI
681 codec_dbg(codec,
682 "realtek: Enable default setup for auto mode as fallback\n");
4a79ba34 683 spec->init_amp = ALC_INIT_DEFAULT;
4a79ba34 684 }
21268961 685}
1a1455de 686
1d045db9 687/*
ef8ef5fb 688 */
f9e336f6 689
9d36a7dc
DH
690static void alc_fixup_inv_dmic(struct hda_codec *codec,
691 const struct hda_fixup *fix, int action)
125821ae
TI
692{
693 struct alc_spec *spec = codec->spec;
668d1e96 694
9d36a7dc 695 spec->gen.inv_dmic_split = 1;
6e72aa5f
TI
696}
697
e9edcee0 698
1d045db9
TI
699#ifdef CONFIG_SND_HDA_INPUT_BEEP
700/* additional beep mixers; the actual parameters are overwritten at build */
701static const struct snd_kcontrol_new alc_beep_mixer[] = {
702 HDA_CODEC_VOLUME("Beep Playback Volume", 0, 0, HDA_INPUT),
703 HDA_CODEC_MUTE_BEEP("Beep Playback Switch", 0, 0, HDA_INPUT),
16ded525
TI
704 { } /* end */
705};
1d045db9 706#endif
16ded525 707
08c189f2 708static int alc_build_controls(struct hda_codec *codec)
1d045db9
TI
709{
710 struct alc_spec *spec = codec->spec;
08c189f2 711 int i, err;
e9427969 712
08c189f2
TI
713 err = snd_hda_gen_build_controls(codec);
714 if (err < 0)
715 return err;
1da177e4
LT
716
717 for (i = 0; i < spec->num_mixers; i++) {
718 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
719 if (err < 0)
720 return err;
721 }
2134ea4f 722
67d634c0 723#ifdef CONFIG_SND_HDA_INPUT_BEEP
45bdd1c1
TI
724 /* create beep controls if needed */
725 if (spec->beep_amp) {
a9111321 726 const struct snd_kcontrol_new *knew;
45bdd1c1
TI
727 for (knew = alc_beep_mixer; knew->name; knew++) {
728 struct snd_kcontrol *kctl;
729 kctl = snd_ctl_new1(knew, codec);
730 if (!kctl)
08c189f2
TI
731 return -ENOMEM;
732 kctl->private_value = spec->beep_amp;
733 err = snd_hda_ctl_add(codec, 0, kctl);
734 if (err < 0)
735 return err;
1d045db9 736 }
863b4518 737 }
08c189f2 738#endif
1c4a54b4 739
1727a771 740 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_BUILD);
1c4a54b4 741 return 0;
a361d84b
KY
742}
743
a361d84b 744
df694daa 745/*
08c189f2 746 * Common callbacks
df694daa 747 */
a361d84b 748
08c189f2 749static int alc_init(struct hda_codec *codec)
1d045db9
TI
750{
751 struct alc_spec *spec = codec->spec;
a361d84b 752
08c189f2
TI
753 if (spec->init_hook)
754 spec->init_hook(codec);
a361d84b 755
08c189f2
TI
756 alc_fix_pll(codec);
757 alc_auto_init_amp(codec, spec->init_amp);
3abf2f36 758
08c189f2 759 snd_hda_gen_init(codec);
a361d84b 760
1727a771 761 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT);
a361d84b 762
1d045db9
TI
763 return 0;
764}
a361d84b 765
08c189f2 766static inline void alc_shutup(struct hda_codec *codec)
1d045db9
TI
767{
768 struct alc_spec *spec = codec->spec;
a361d84b 769
08c189f2
TI
770 if (spec && spec->shutup)
771 spec->shutup(codec);
9bfb2844
TI
772 else
773 snd_hda_shutup_pins(codec);
1d045db9
TI
774}
775
8a02c0cc 776#define alc_free snd_hda_gen_free
2134ea4f 777
08c189f2
TI
778#ifdef CONFIG_PM
779static void alc_power_eapd(struct hda_codec *codec)
1d045db9 780{
08c189f2 781 alc_auto_setup_eapd(codec, false);
1d045db9 782}
2134ea4f 783
08c189f2 784static int alc_suspend(struct hda_codec *codec)
1d045db9
TI
785{
786 struct alc_spec *spec = codec->spec;
08c189f2
TI
787 alc_shutup(codec);
788 if (spec && spec->power_hook)
789 spec->power_hook(codec);
a361d84b
KY
790 return 0;
791}
08c189f2 792#endif
a361d84b 793
08c189f2
TI
794#ifdef CONFIG_PM
795static int alc_resume(struct hda_codec *codec)
1d045db9 796{
97a26570
KY
797 struct alc_spec *spec = codec->spec;
798
799 if (!spec->no_depop_delay)
800 msleep(150); /* to avoid pop noise */
08c189f2 801 codec->patch_ops.init(codec);
eeecd9d1 802 regcache_sync(codec->core.regmap);
08c189f2
TI
803 hda_call_check_power_status(codec, 0x01);
804 return 0;
1d045db9 805}
08c189f2 806#endif
f6a92248 807
1d045db9 808/*
1d045db9 809 */
08c189f2
TI
810static const struct hda_codec_ops alc_patch_ops = {
811 .build_controls = alc_build_controls,
812 .build_pcms = snd_hda_gen_build_pcms,
813 .init = alc_init,
814 .free = alc_free,
815 .unsol_event = snd_hda_jack_unsol_event,
816#ifdef CONFIG_PM
817 .resume = alc_resume,
08c189f2 818 .suspend = alc_suspend,
fce52a3b 819 .check_power_status = snd_hda_gen_check_power_status,
08c189f2
TI
820#endif
821 .reboot_notify = alc_shutup,
822};
f6a92248 823
f53281e6 824
08c189f2
TI
825/* replace the codec chip_name with the given string */
826static int alc_codec_rename(struct hda_codec *codec, const char *name)
1d045db9 827{
7639a06c
TI
828 kfree(codec->core.chip_name);
829 codec->core.chip_name = kstrdup(name, GFP_KERNEL);
830 if (!codec->core.chip_name) {
08c189f2
TI
831 alc_free(codec);
832 return -ENOMEM;
1d045db9 833 }
a361d84b 834 return 0;
1d045db9 835}
e01bf509 836
e4770629 837/*
4b016931 838 * Rename codecs appropriately from COEF value or subvendor id
e4770629 839 */
08c189f2
TI
840struct alc_codec_rename_table {
841 unsigned int vendor_id;
842 unsigned short coef_mask;
843 unsigned short coef_bits;
844 const char *name;
845};
84898e87 846
4b016931
KY
847struct alc_codec_rename_pci_table {
848 unsigned int codec_vendor_id;
849 unsigned short pci_subvendor;
850 unsigned short pci_subdevice;
851 const char *name;
852};
853
08c189f2 854static struct alc_codec_rename_table rename_tbl[] = {
e6e5f7ad 855 { 0x10ec0221, 0xf00f, 0x1003, "ALC231" },
08c189f2
TI
856 { 0x10ec0269, 0xfff0, 0x3010, "ALC277" },
857 { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" },
858 { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" },
859 { 0x10ec0269, 0x00f0, 0x0010, "ALC269VB" },
860 { 0x10ec0269, 0xffff, 0xa023, "ALC259" },
861 { 0x10ec0269, 0xffff, 0x6023, "ALC281X" },
862 { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" },
863 { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" },
e6e5f7ad 864 { 0x10ec0662, 0xffff, 0x4020, "ALC656" },
08c189f2
TI
865 { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" },
866 { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" },
867 { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" },
868 { 0x10ec0899, 0x2000, 0x2000, "ALC899" },
869 { 0x10ec0892, 0xffff, 0x8020, "ALC661" },
870 { 0x10ec0892, 0xffff, 0x8011, "ALC661" },
871 { 0x10ec0892, 0xffff, 0x4011, "ALC656" },
872 { } /* terminator */
873};
84898e87 874
4b016931
KY
875static struct alc_codec_rename_pci_table rename_pci_tbl[] = {
876 { 0x10ec0280, 0x1028, 0, "ALC3220" },
877 { 0x10ec0282, 0x1028, 0, "ALC3221" },
878 { 0x10ec0283, 0x1028, 0, "ALC3223" },
193177de 879 { 0x10ec0288, 0x1028, 0, "ALC3263" },
4b016931 880 { 0x10ec0292, 0x1028, 0, "ALC3226" },
193177de 881 { 0x10ec0293, 0x1028, 0, "ALC3235" },
4b016931
KY
882 { 0x10ec0255, 0x1028, 0, "ALC3234" },
883 { 0x10ec0668, 0x1028, 0, "ALC3661" },
e6e5f7ad
KY
884 { 0x10ec0275, 0x1028, 0, "ALC3260" },
885 { 0x10ec0899, 0x1028, 0, "ALC3861" },
2c674fac 886 { 0x10ec0298, 0x1028, 0, "ALC3266" },
82324502 887 { 0x10ec0256, 0x1028, 0, "ALC3246" },
e6e5f7ad
KY
888 { 0x10ec0670, 0x1025, 0, "ALC669X" },
889 { 0x10ec0676, 0x1025, 0, "ALC679X" },
890 { 0x10ec0282, 0x1043, 0, "ALC3229" },
891 { 0x10ec0233, 0x1043, 0, "ALC3236" },
892 { 0x10ec0280, 0x103c, 0, "ALC3228" },
893 { 0x10ec0282, 0x103c, 0, "ALC3227" },
894 { 0x10ec0286, 0x103c, 0, "ALC3242" },
895 { 0x10ec0290, 0x103c, 0, "ALC3241" },
896 { 0x10ec0668, 0x103c, 0, "ALC3662" },
897 { 0x10ec0283, 0x17aa, 0, "ALC3239" },
898 { 0x10ec0292, 0x17aa, 0, "ALC3232" },
4b016931
KY
899 { } /* terminator */
900};
901
08c189f2 902static int alc_codec_rename_from_preset(struct hda_codec *codec)
1d045db9 903{
08c189f2 904 const struct alc_codec_rename_table *p;
4b016931 905 const struct alc_codec_rename_pci_table *q;
60db6b53 906
08c189f2 907 for (p = rename_tbl; p->vendor_id; p++) {
7639a06c 908 if (p->vendor_id != codec->core.vendor_id)
08c189f2
TI
909 continue;
910 if ((alc_get_coef0(codec) & p->coef_mask) == p->coef_bits)
911 return alc_codec_rename(codec, p->name);
1d045db9 912 }
4b016931 913
5100cd07
TI
914 if (!codec->bus->pci)
915 return 0;
4b016931 916 for (q = rename_pci_tbl; q->codec_vendor_id; q++) {
7639a06c 917 if (q->codec_vendor_id != codec->core.vendor_id)
4b016931
KY
918 continue;
919 if (q->pci_subvendor != codec->bus->pci->subsystem_vendor)
920 continue;
921 if (!q->pci_subdevice ||
922 q->pci_subdevice == codec->bus->pci->subsystem_device)
923 return alc_codec_rename(codec, q->name);
924 }
925
08c189f2 926 return 0;
1d045db9 927}
f53281e6 928
e4770629 929
1d045db9
TI
930/*
931 * Digital-beep handlers
932 */
933#ifdef CONFIG_SND_HDA_INPUT_BEEP
934#define set_beep_amp(spec, nid, idx, dir) \
935 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir))
84898e87 936
1d045db9 937static const struct snd_pci_quirk beep_white_list[] = {
7110005e 938 SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
a4b7f21d 939 SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1),
1d045db9 940 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
8554ee40 941 SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1),
1d045db9
TI
942 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
943 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
944 SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
78f8baf1 945 SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
1d045db9
TI
946 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
947 {}
fe3eb0a7
KY
948};
949
1d045db9
TI
950static inline int has_cdefine_beep(struct hda_codec *codec)
951{
952 struct alc_spec *spec = codec->spec;
953 const struct snd_pci_quirk *q;
954 q = snd_pci_quirk_lookup(codec->bus->pci, beep_white_list);
955 if (q)
956 return q->value;
957 return spec->cdefine.enable_pcbeep;
958}
959#else
960#define set_beep_amp(spec, nid, idx, dir) /* NOP */
961#define has_cdefine_beep(codec) 0
962#endif
84898e87 963
1d045db9
TI
964/* parse the BIOS configuration and set up the alc_spec */
965/* return 1 if successful, 0 if the proper config is not found,
966 * or a negative error code
967 */
3e6179b8
TI
968static int alc_parse_auto_config(struct hda_codec *codec,
969 const hda_nid_t *ignore_nids,
970 const hda_nid_t *ssid_nids)
1d045db9
TI
971{
972 struct alc_spec *spec = codec->spec;
08c189f2 973 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1d045db9 974 int err;
26f5df26 975
53c334ad
TI
976 err = snd_hda_parse_pin_defcfg(codec, cfg, ignore_nids,
977 spec->parse_flags);
1d045db9
TI
978 if (err < 0)
979 return err;
3e6179b8
TI
980
981 if (ssid_nids)
982 alc_ssid_check(codec, ssid_nids);
64154835 983
08c189f2
TI
984 err = snd_hda_gen_parse_auto_config(codec, cfg);
985 if (err < 0)
986 return err;
070cff4c 987
1d045db9 988 return 1;
60db6b53 989}
f6a92248 990
3de95173
TI
991/* common preparation job for alc_spec */
992static int alc_alloc_spec(struct hda_codec *codec, hda_nid_t mixer_nid)
993{
994 struct alc_spec *spec = kzalloc(sizeof(*spec), GFP_KERNEL);
995 int err;
996
997 if (!spec)
998 return -ENOMEM;
999 codec->spec = spec;
08c189f2
TI
1000 snd_hda_gen_spec_init(&spec->gen);
1001 spec->gen.mixer_nid = mixer_nid;
1002 spec->gen.own_eapd_ctl = 1;
1098b7c2 1003 codec->single_adc_amp = 1;
08c189f2
TI
1004 /* FIXME: do we need this for all Realtek codec models? */
1005 codec->spdif_status_reset = 1;
225068ab 1006 codec->patch_ops = alc_patch_ops;
3de95173
TI
1007
1008 err = alc_codec_rename_from_preset(codec);
1009 if (err < 0) {
1010 kfree(spec);
1011 return err;
1012 }
1013 return 0;
1014}
1015
3e6179b8
TI
1016static int alc880_parse_auto_config(struct hda_codec *codec)
1017{
1018 static const hda_nid_t alc880_ignore[] = { 0x1d, 0 };
7d7eb9ea 1019 static const hda_nid_t alc880_ssids[] = { 0x15, 0x1b, 0x14, 0 };
3e6179b8
TI
1020 return alc_parse_auto_config(codec, alc880_ignore, alc880_ssids);
1021}
1022
ee3b2969
TI
1023/*
1024 * ALC880 fix-ups
1025 */
1026enum {
411225a0 1027 ALC880_FIXUP_GPIO1,
ee3b2969
TI
1028 ALC880_FIXUP_GPIO2,
1029 ALC880_FIXUP_MEDION_RIM,
dc6af52d 1030 ALC880_FIXUP_LG,
db8a38e5 1031 ALC880_FIXUP_LG_LW25,
f02aab5d 1032 ALC880_FIXUP_W810,
27e917f8 1033 ALC880_FIXUP_EAPD_COEF,
b9368f5c 1034 ALC880_FIXUP_TCL_S700,
cf5a2279
TI
1035 ALC880_FIXUP_VOL_KNOB,
1036 ALC880_FIXUP_FUJITSU,
ba533818 1037 ALC880_FIXUP_F1734,
817de92f 1038 ALC880_FIXUP_UNIWILL,
967b88c4 1039 ALC880_FIXUP_UNIWILL_DIG,
96e225f6 1040 ALC880_FIXUP_Z71V,
487a588d 1041 ALC880_FIXUP_ASUS_W5A,
67b6ec31
TI
1042 ALC880_FIXUP_3ST_BASE,
1043 ALC880_FIXUP_3ST,
1044 ALC880_FIXUP_3ST_DIG,
1045 ALC880_FIXUP_5ST_BASE,
1046 ALC880_FIXUP_5ST,
1047 ALC880_FIXUP_5ST_DIG,
1048 ALC880_FIXUP_6ST_BASE,
1049 ALC880_FIXUP_6ST,
1050 ALC880_FIXUP_6ST_DIG,
5397145f 1051 ALC880_FIXUP_6ST_AUTOMUTE,
ee3b2969
TI
1052};
1053
cf5a2279
TI
1054/* enable the volume-knob widget support on NID 0x21 */
1055static void alc880_fixup_vol_knob(struct hda_codec *codec,
1727a771 1056 const struct hda_fixup *fix, int action)
cf5a2279 1057{
1727a771 1058 if (action == HDA_FIXUP_ACT_PROBE)
62f949bf
TI
1059 snd_hda_jack_detect_enable_callback(codec, 0x21,
1060 alc_update_knob_master);
cf5a2279
TI
1061}
1062
1727a771 1063static const struct hda_fixup alc880_fixups[] = {
411225a0 1064 [ALC880_FIXUP_GPIO1] = {
1727a771 1065 .type = HDA_FIXUP_VERBS,
411225a0
TI
1066 .v.verbs = alc_gpio1_init_verbs,
1067 },
ee3b2969 1068 [ALC880_FIXUP_GPIO2] = {
1727a771 1069 .type = HDA_FIXUP_VERBS,
ee3b2969
TI
1070 .v.verbs = alc_gpio2_init_verbs,
1071 },
1072 [ALC880_FIXUP_MEDION_RIM] = {
1727a771 1073 .type = HDA_FIXUP_VERBS,
ee3b2969
TI
1074 .v.verbs = (const struct hda_verb[]) {
1075 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1076 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1077 { }
1078 },
1079 .chained = true,
1080 .chain_id = ALC880_FIXUP_GPIO2,
1081 },
dc6af52d 1082 [ALC880_FIXUP_LG] = {
1727a771
TI
1083 .type = HDA_FIXUP_PINS,
1084 .v.pins = (const struct hda_pintbl[]) {
dc6af52d
TI
1085 /* disable bogus unused pins */
1086 { 0x16, 0x411111f0 },
1087 { 0x18, 0x411111f0 },
1088 { 0x1a, 0x411111f0 },
1089 { }
1090 }
1091 },
db8a38e5
TI
1092 [ALC880_FIXUP_LG_LW25] = {
1093 .type = HDA_FIXUP_PINS,
1094 .v.pins = (const struct hda_pintbl[]) {
1095 { 0x1a, 0x0181344f }, /* line-in */
1096 { 0x1b, 0x0321403f }, /* headphone */
1097 { }
1098 }
1099 },
f02aab5d 1100 [ALC880_FIXUP_W810] = {
1727a771
TI
1101 .type = HDA_FIXUP_PINS,
1102 .v.pins = (const struct hda_pintbl[]) {
f02aab5d
TI
1103 /* disable bogus unused pins */
1104 { 0x17, 0x411111f0 },
1105 { }
1106 },
1107 .chained = true,
1108 .chain_id = ALC880_FIXUP_GPIO2,
1109 },
27e917f8 1110 [ALC880_FIXUP_EAPD_COEF] = {
1727a771 1111 .type = HDA_FIXUP_VERBS,
27e917f8
TI
1112 .v.verbs = (const struct hda_verb[]) {
1113 /* change to EAPD mode */
1114 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1115 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1116 {}
1117 },
1118 },
b9368f5c 1119 [ALC880_FIXUP_TCL_S700] = {
1727a771 1120 .type = HDA_FIXUP_VERBS,
b9368f5c
TI
1121 .v.verbs = (const struct hda_verb[]) {
1122 /* change to EAPD mode */
1123 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1124 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
1125 {}
1126 },
1127 .chained = true,
1128 .chain_id = ALC880_FIXUP_GPIO2,
1129 },
cf5a2279 1130 [ALC880_FIXUP_VOL_KNOB] = {
1727a771 1131 .type = HDA_FIXUP_FUNC,
cf5a2279
TI
1132 .v.func = alc880_fixup_vol_knob,
1133 },
1134 [ALC880_FIXUP_FUJITSU] = {
1135 /* override all pins as BIOS on old Amilo is broken */
1727a771
TI
1136 .type = HDA_FIXUP_PINS,
1137 .v.pins = (const struct hda_pintbl[]) {
cf5a2279
TI
1138 { 0x14, 0x0121411f }, /* HP */
1139 { 0x15, 0x99030120 }, /* speaker */
1140 { 0x16, 0x99030130 }, /* bass speaker */
1141 { 0x17, 0x411111f0 }, /* N/A */
1142 { 0x18, 0x411111f0 }, /* N/A */
1143 { 0x19, 0x01a19950 }, /* mic-in */
1144 { 0x1a, 0x411111f0 }, /* N/A */
1145 { 0x1b, 0x411111f0 }, /* N/A */
1146 { 0x1c, 0x411111f0 }, /* N/A */
1147 { 0x1d, 0x411111f0 }, /* N/A */
1148 { 0x1e, 0x01454140 }, /* SPDIF out */
1149 { }
1150 },
1151 .chained = true,
1152 .chain_id = ALC880_FIXUP_VOL_KNOB,
1153 },
ba533818
TI
1154 [ALC880_FIXUP_F1734] = {
1155 /* almost compatible with FUJITSU, but no bass and SPDIF */
1727a771
TI
1156 .type = HDA_FIXUP_PINS,
1157 .v.pins = (const struct hda_pintbl[]) {
ba533818
TI
1158 { 0x14, 0x0121411f }, /* HP */
1159 { 0x15, 0x99030120 }, /* speaker */
1160 { 0x16, 0x411111f0 }, /* N/A */
1161 { 0x17, 0x411111f0 }, /* N/A */
1162 { 0x18, 0x411111f0 }, /* N/A */
1163 { 0x19, 0x01a19950 }, /* mic-in */
1164 { 0x1a, 0x411111f0 }, /* N/A */
1165 { 0x1b, 0x411111f0 }, /* N/A */
1166 { 0x1c, 0x411111f0 }, /* N/A */
1167 { 0x1d, 0x411111f0 }, /* N/A */
1168 { 0x1e, 0x411111f0 }, /* N/A */
1169 { }
1170 },
1171 .chained = true,
1172 .chain_id = ALC880_FIXUP_VOL_KNOB,
1173 },
817de92f
TI
1174 [ALC880_FIXUP_UNIWILL] = {
1175 /* need to fix HP and speaker pins to be parsed correctly */
1727a771
TI
1176 .type = HDA_FIXUP_PINS,
1177 .v.pins = (const struct hda_pintbl[]) {
817de92f
TI
1178 { 0x14, 0x0121411f }, /* HP */
1179 { 0x15, 0x99030120 }, /* speaker */
1180 { 0x16, 0x99030130 }, /* bass speaker */
1181 { }
1182 },
1183 },
967b88c4 1184 [ALC880_FIXUP_UNIWILL_DIG] = {
1727a771
TI
1185 .type = HDA_FIXUP_PINS,
1186 .v.pins = (const struct hda_pintbl[]) {
967b88c4
TI
1187 /* disable bogus unused pins */
1188 { 0x17, 0x411111f0 },
1189 { 0x19, 0x411111f0 },
1190 { 0x1b, 0x411111f0 },
1191 { 0x1f, 0x411111f0 },
1192 { }
1193 }
1194 },
96e225f6 1195 [ALC880_FIXUP_Z71V] = {
1727a771
TI
1196 .type = HDA_FIXUP_PINS,
1197 .v.pins = (const struct hda_pintbl[]) {
96e225f6
TI
1198 /* set up the whole pins as BIOS is utterly broken */
1199 { 0x14, 0x99030120 }, /* speaker */
1200 { 0x15, 0x0121411f }, /* HP */
1201 { 0x16, 0x411111f0 }, /* N/A */
1202 { 0x17, 0x411111f0 }, /* N/A */
1203 { 0x18, 0x01a19950 }, /* mic-in */
1204 { 0x19, 0x411111f0 }, /* N/A */
1205 { 0x1a, 0x01813031 }, /* line-in */
1206 { 0x1b, 0x411111f0 }, /* N/A */
1207 { 0x1c, 0x411111f0 }, /* N/A */
1208 { 0x1d, 0x411111f0 }, /* N/A */
1209 { 0x1e, 0x0144111e }, /* SPDIF */
1210 { }
1211 }
1212 },
487a588d
TI
1213 [ALC880_FIXUP_ASUS_W5A] = {
1214 .type = HDA_FIXUP_PINS,
1215 .v.pins = (const struct hda_pintbl[]) {
1216 /* set up the whole pins as BIOS is utterly broken */
1217 { 0x14, 0x0121411f }, /* HP */
1218 { 0x15, 0x411111f0 }, /* N/A */
1219 { 0x16, 0x411111f0 }, /* N/A */
1220 { 0x17, 0x411111f0 }, /* N/A */
1221 { 0x18, 0x90a60160 }, /* mic */
1222 { 0x19, 0x411111f0 }, /* N/A */
1223 { 0x1a, 0x411111f0 }, /* N/A */
1224 { 0x1b, 0x411111f0 }, /* N/A */
1225 { 0x1c, 0x411111f0 }, /* N/A */
1226 { 0x1d, 0x411111f0 }, /* N/A */
1227 { 0x1e, 0xb743111e }, /* SPDIF out */
1228 { }
1229 },
1230 .chained = true,
1231 .chain_id = ALC880_FIXUP_GPIO1,
1232 },
67b6ec31 1233 [ALC880_FIXUP_3ST_BASE] = {
1727a771
TI
1234 .type = HDA_FIXUP_PINS,
1235 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1236 { 0x14, 0x01014010 }, /* line-out */
1237 { 0x15, 0x411111f0 }, /* N/A */
1238 { 0x16, 0x411111f0 }, /* N/A */
1239 { 0x17, 0x411111f0 }, /* N/A */
1240 { 0x18, 0x01a19c30 }, /* mic-in */
1241 { 0x19, 0x0121411f }, /* HP */
1242 { 0x1a, 0x01813031 }, /* line-in */
1243 { 0x1b, 0x02a19c40 }, /* front-mic */
1244 { 0x1c, 0x411111f0 }, /* N/A */
1245 { 0x1d, 0x411111f0 }, /* N/A */
1246 /* 0x1e is filled in below */
1247 { 0x1f, 0x411111f0 }, /* N/A */
1248 { }
1249 }
1250 },
1251 [ALC880_FIXUP_3ST] = {
1727a771
TI
1252 .type = HDA_FIXUP_PINS,
1253 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1254 { 0x1e, 0x411111f0 }, /* N/A */
1255 { }
1256 },
1257 .chained = true,
1258 .chain_id = ALC880_FIXUP_3ST_BASE,
1259 },
1260 [ALC880_FIXUP_3ST_DIG] = {
1727a771
TI
1261 .type = HDA_FIXUP_PINS,
1262 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1263 { 0x1e, 0x0144111e }, /* SPDIF */
1264 { }
1265 },
1266 .chained = true,
1267 .chain_id = ALC880_FIXUP_3ST_BASE,
1268 },
1269 [ALC880_FIXUP_5ST_BASE] = {
1727a771
TI
1270 .type = HDA_FIXUP_PINS,
1271 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1272 { 0x14, 0x01014010 }, /* front */
1273 { 0x15, 0x411111f0 }, /* N/A */
1274 { 0x16, 0x01011411 }, /* CLFE */
1275 { 0x17, 0x01016412 }, /* surr */
1276 { 0x18, 0x01a19c30 }, /* mic-in */
1277 { 0x19, 0x0121411f }, /* HP */
1278 { 0x1a, 0x01813031 }, /* line-in */
1279 { 0x1b, 0x02a19c40 }, /* front-mic */
1280 { 0x1c, 0x411111f0 }, /* N/A */
1281 { 0x1d, 0x411111f0 }, /* N/A */
1282 /* 0x1e is filled in below */
1283 { 0x1f, 0x411111f0 }, /* N/A */
1284 { }
1285 }
1286 },
1287 [ALC880_FIXUP_5ST] = {
1727a771
TI
1288 .type = HDA_FIXUP_PINS,
1289 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1290 { 0x1e, 0x411111f0 }, /* N/A */
1291 { }
1292 },
1293 .chained = true,
1294 .chain_id = ALC880_FIXUP_5ST_BASE,
1295 },
1296 [ALC880_FIXUP_5ST_DIG] = {
1727a771
TI
1297 .type = HDA_FIXUP_PINS,
1298 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1299 { 0x1e, 0x0144111e }, /* SPDIF */
1300 { }
1301 },
1302 .chained = true,
1303 .chain_id = ALC880_FIXUP_5ST_BASE,
1304 },
1305 [ALC880_FIXUP_6ST_BASE] = {
1727a771
TI
1306 .type = HDA_FIXUP_PINS,
1307 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1308 { 0x14, 0x01014010 }, /* front */
1309 { 0x15, 0x01016412 }, /* surr */
1310 { 0x16, 0x01011411 }, /* CLFE */
1311 { 0x17, 0x01012414 }, /* side */
1312 { 0x18, 0x01a19c30 }, /* mic-in */
1313 { 0x19, 0x02a19c40 }, /* front-mic */
1314 { 0x1a, 0x01813031 }, /* line-in */
1315 { 0x1b, 0x0121411f }, /* HP */
1316 { 0x1c, 0x411111f0 }, /* N/A */
1317 { 0x1d, 0x411111f0 }, /* N/A */
1318 /* 0x1e is filled in below */
1319 { 0x1f, 0x411111f0 }, /* N/A */
1320 { }
1321 }
1322 },
1323 [ALC880_FIXUP_6ST] = {
1727a771
TI
1324 .type = HDA_FIXUP_PINS,
1325 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1326 { 0x1e, 0x411111f0 }, /* N/A */
1327 { }
1328 },
1329 .chained = true,
1330 .chain_id = ALC880_FIXUP_6ST_BASE,
1331 },
1332 [ALC880_FIXUP_6ST_DIG] = {
1727a771
TI
1333 .type = HDA_FIXUP_PINS,
1334 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1335 { 0x1e, 0x0144111e }, /* SPDIF */
1336 { }
1337 },
1338 .chained = true,
1339 .chain_id = ALC880_FIXUP_6ST_BASE,
1340 },
5397145f
TI
1341 [ALC880_FIXUP_6ST_AUTOMUTE] = {
1342 .type = HDA_FIXUP_PINS,
1343 .v.pins = (const struct hda_pintbl[]) {
1344 { 0x1b, 0x0121401f }, /* HP with jack detect */
1345 { }
1346 },
1347 .chained_before = true,
1348 .chain_id = ALC880_FIXUP_6ST_BASE,
1349 },
ee3b2969
TI
1350};
1351
1352static const struct snd_pci_quirk alc880_fixup_tbl[] = {
f02aab5d 1353 SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_FIXUP_W810),
487a588d 1354 SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS W5A", ALC880_FIXUP_ASUS_W5A),
96e225f6 1355 SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_FIXUP_Z71V),
29e3fdcc 1356 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS", ALC880_FIXUP_GPIO1),
6538de03 1357 SND_PCI_QUIRK(0x147b, 0x1045, "ABit AA8XE", ALC880_FIXUP_6ST_AUTOMUTE),
29e3fdcc 1358 SND_PCI_QUIRK(0x1558, 0x5401, "Clevo GPIO2", ALC880_FIXUP_GPIO2),
27e917f8 1359 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo", ALC880_FIXUP_EAPD_COEF),
967b88c4 1360 SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_FIXUP_UNIWILL_DIG),
ba533818 1361 SND_PCI_QUIRK(0x1584, 0x9054, "Uniwill", ALC880_FIXUP_F1734),
817de92f 1362 SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_FIXUP_UNIWILL),
7833c7e8 1363 SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_FIXUP_VOL_KNOB),
f02aab5d 1364 SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_FIXUP_W810),
ee3b2969 1365 SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_FIXUP_MEDION_RIM),
5397145f 1366 SND_PCI_QUIRK(0x1631, 0xe011, "PB 13201056", ALC880_FIXUP_6ST_AUTOMUTE),
ba533818 1367 SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_FIXUP_F1734),
cf5a2279 1368 SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FIXUP_FUJITSU),
ba533818 1369 SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_FIXUP_F1734),
cf5a2279 1370 SND_PCI_QUIRK(0x1734, 0x10b0, "FSC Amilo Pi1556", ALC880_FIXUP_FUJITSU),
dc6af52d
TI
1371 SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_FIXUP_LG),
1372 SND_PCI_QUIRK(0x1854, 0x005f, "LG P1 Express", ALC880_FIXUP_LG),
1373 SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_FIXUP_LG),
db8a38e5 1374 SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_FIXUP_LG_LW25),
b9368f5c 1375 SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_FIXUP_TCL_S700),
67b6ec31
TI
1376
1377 /* Below is the copied entries from alc880_quirks.c.
1378 * It's not quite sure whether BIOS sets the correct pin-config table
1379 * on these machines, thus they are kept to be compatible with
1380 * the old static quirks. Once when it's confirmed to work without
1381 * these overrides, it'd be better to remove.
1382 */
1383 SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_FIXUP_5ST_DIG),
1384 SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_FIXUP_6ST),
1385 SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_FIXUP_3ST_DIG),
1386 SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_FIXUP_6ST_DIG),
1387 SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_FIXUP_6ST_DIG),
1388 SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_FIXUP_6ST_DIG),
1389 SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_FIXUP_3ST_DIG),
1390 SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_FIXUP_3ST),
1391 SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_FIXUP_6ST_DIG),
1392 SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_FIXUP_3ST),
1393 SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_FIXUP_3ST),
1394 SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_FIXUP_5ST),
1395 SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_FIXUP_5ST),
1396 SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_FIXUP_5ST),
1397 SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_FIXUP_6ST_DIG),
1398 SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_FIXUP_6ST_DIG),
1399 SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_FIXUP_6ST_DIG),
1400 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),
1401 SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_FIXUP_5ST_DIG),
1402 SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_FIXUP_5ST_DIG),
1403 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_FIXUP_5ST_DIG),
1404 SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_FIXUP_6ST_DIG), /* broken BIOS */
1405 SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_FIXUP_6ST_DIG),
1406 SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1407 SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1408 SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1409 SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1410 SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1411 SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1412 SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1413 SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1414 SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1415 SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1416 /* default Intel */
1417 SND_PCI_QUIRK_VENDOR(0x8086, "Intel mobo", ALC880_FIXUP_3ST),
1418 SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_FIXUP_5ST_DIG),
1419 SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_FIXUP_6ST_DIG),
1420 {}
1421};
1422
1727a771 1423static const struct hda_model_fixup alc880_fixup_models[] = {
67b6ec31
TI
1424 {.id = ALC880_FIXUP_3ST, .name = "3stack"},
1425 {.id = ALC880_FIXUP_3ST_DIG, .name = "3stack-digout"},
1426 {.id = ALC880_FIXUP_5ST, .name = "5stack"},
1427 {.id = ALC880_FIXUP_5ST_DIG, .name = "5stack-digout"},
1428 {.id = ALC880_FIXUP_6ST, .name = "6stack"},
1429 {.id = ALC880_FIXUP_6ST_DIG, .name = "6stack-digout"},
5397145f 1430 {.id = ALC880_FIXUP_6ST_AUTOMUTE, .name = "6stack-automute"},
ee3b2969
TI
1431 {}
1432};
1433
1434
1d045db9
TI
1435/*
1436 * OK, here we have finally the patch for ALC880
1437 */
1d045db9 1438static int patch_alc880(struct hda_codec *codec)
60db6b53 1439{
1d045db9 1440 struct alc_spec *spec;
1d045db9 1441 int err;
f6a92248 1442
3de95173
TI
1443 err = alc_alloc_spec(codec, 0x0b);
1444 if (err < 0)
1445 return err;
64154835 1446
3de95173 1447 spec = codec->spec;
08c189f2 1448 spec->gen.need_dac_fix = 1;
7504b6cd 1449 spec->gen.beep_nid = 0x01;
f53281e6 1450
225068ab
TI
1451 codec->patch_ops.unsol_event = alc880_unsol_event;
1452
1727a771 1453 snd_hda_pick_fixup(codec, alc880_fixup_models, alc880_fixup_tbl,
67b6ec31 1454 alc880_fixups);
1727a771 1455 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ee3b2969 1456
67b6ec31
TI
1457 /* automatic parse from the BIOS config */
1458 err = alc880_parse_auto_config(codec);
1459 if (err < 0)
1460 goto error;
fe3eb0a7 1461
7504b6cd 1462 if (!spec->gen.no_analog)
3e6179b8 1463 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
f53281e6 1464
1727a771 1465 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1466
1d045db9 1467 return 0;
e16fb6d1
TI
1468
1469 error:
1470 alc_free(codec);
1471 return err;
226b1ec8
KY
1472}
1473
1d045db9 1474
60db6b53 1475/*
1d045db9 1476 * ALC260 support
60db6b53 1477 */
1d045db9 1478static int alc260_parse_auto_config(struct hda_codec *codec)
f6a92248 1479{
1d045db9 1480 static const hda_nid_t alc260_ignore[] = { 0x17, 0 };
3e6179b8
TI
1481 static const hda_nid_t alc260_ssids[] = { 0x10, 0x15, 0x0f, 0 };
1482 return alc_parse_auto_config(codec, alc260_ignore, alc260_ssids);
f6a92248
KY
1483}
1484
1d045db9
TI
1485/*
1486 * Pin config fixes
1487 */
1488enum {
ca8f0424
TI
1489 ALC260_FIXUP_HP_DC5750,
1490 ALC260_FIXUP_HP_PIN_0F,
1491 ALC260_FIXUP_COEF,
15317ab2 1492 ALC260_FIXUP_GPIO1,
20f7d928
TI
1493 ALC260_FIXUP_GPIO1_TOGGLE,
1494 ALC260_FIXUP_REPLACER,
0a1c4fa2 1495 ALC260_FIXUP_HP_B1900,
118cb4a4 1496 ALC260_FIXUP_KN1,
39aedee7 1497 ALC260_FIXUP_FSC_S7020,
5ebd3bbd 1498 ALC260_FIXUP_FSC_S7020_JWSE,
d08c5ef2 1499 ALC260_FIXUP_VAIO_PINS,
1d045db9
TI
1500};
1501
20f7d928
TI
1502static void alc260_gpio1_automute(struct hda_codec *codec)
1503{
1504 struct alc_spec *spec = codec->spec;
1505 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
08c189f2 1506 spec->gen.hp_jack_present);
20f7d928
TI
1507}
1508
1509static void alc260_fixup_gpio1_toggle(struct hda_codec *codec,
1727a771 1510 const struct hda_fixup *fix, int action)
20f7d928
TI
1511{
1512 struct alc_spec *spec = codec->spec;
1727a771 1513 if (action == HDA_FIXUP_ACT_PROBE) {
20f7d928
TI
1514 /* although the machine has only one output pin, we need to
1515 * toggle GPIO1 according to the jack state
1516 */
08c189f2
TI
1517 spec->gen.automute_hook = alc260_gpio1_automute;
1518 spec->gen.detect_hp = 1;
1519 spec->gen.automute_speaker = 1;
1520 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */
62f949bf 1521 snd_hda_jack_detect_enable_callback(codec, 0x0f,
08c189f2 1522 snd_hda_gen_hp_automute);
c9ce6b26 1523 snd_hda_add_verbs(codec, alc_gpio1_init_verbs);
20f7d928
TI
1524 }
1525}
1526
118cb4a4 1527static void alc260_fixup_kn1(struct hda_codec *codec,
1727a771 1528 const struct hda_fixup *fix, int action)
118cb4a4
TI
1529{
1530 struct alc_spec *spec = codec->spec;
1727a771 1531 static const struct hda_pintbl pincfgs[] = {
118cb4a4
TI
1532 { 0x0f, 0x02214000 }, /* HP/speaker */
1533 { 0x12, 0x90a60160 }, /* int mic */
1534 { 0x13, 0x02a19000 }, /* ext mic */
1535 { 0x18, 0x01446000 }, /* SPDIF out */
1536 /* disable bogus I/O pins */
1537 { 0x10, 0x411111f0 },
1538 { 0x11, 0x411111f0 },
1539 { 0x14, 0x411111f0 },
1540 { 0x15, 0x411111f0 },
1541 { 0x16, 0x411111f0 },
1542 { 0x17, 0x411111f0 },
1543 { 0x19, 0x411111f0 },
1544 { }
1545 };
1546
1547 switch (action) {
1727a771
TI
1548 case HDA_FIXUP_ACT_PRE_PROBE:
1549 snd_hda_apply_pincfgs(codec, pincfgs);
118cb4a4 1550 break;
1727a771 1551 case HDA_FIXUP_ACT_PROBE:
118cb4a4
TI
1552 spec->init_amp = ALC_INIT_NONE;
1553 break;
1554 }
1555}
1556
39aedee7
TI
1557static void alc260_fixup_fsc_s7020(struct hda_codec *codec,
1558 const struct hda_fixup *fix, int action)
1559{
1560 struct alc_spec *spec = codec->spec;
5ebd3bbd
TI
1561 if (action == HDA_FIXUP_ACT_PROBE)
1562 spec->init_amp = ALC_INIT_NONE;
1563}
39aedee7 1564
5ebd3bbd
TI
1565static void alc260_fixup_fsc_s7020_jwse(struct hda_codec *codec,
1566 const struct hda_fixup *fix, int action)
1567{
1568 struct alc_spec *spec = codec->spec;
1569 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
f811c3cf 1570 spec->gen.add_jack_modes = 1;
5ebd3bbd 1571 spec->gen.hp_mic = 1;
e6e0ee50 1572 }
39aedee7
TI
1573}
1574
1727a771 1575static const struct hda_fixup alc260_fixups[] = {
ca8f0424 1576 [ALC260_FIXUP_HP_DC5750] = {
1727a771
TI
1577 .type = HDA_FIXUP_PINS,
1578 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
1579 { 0x11, 0x90130110 }, /* speaker */
1580 { }
1581 }
1582 },
ca8f0424 1583 [ALC260_FIXUP_HP_PIN_0F] = {
1727a771
TI
1584 .type = HDA_FIXUP_PINS,
1585 .v.pins = (const struct hda_pintbl[]) {
ca8f0424
TI
1586 { 0x0f, 0x01214000 }, /* HP */
1587 { }
1588 }
1589 },
1590 [ALC260_FIXUP_COEF] = {
1727a771 1591 .type = HDA_FIXUP_VERBS,
ca8f0424 1592 .v.verbs = (const struct hda_verb[]) {
e30cf2d2
RM
1593 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1594 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
ca8f0424
TI
1595 { }
1596 },
ca8f0424 1597 },
15317ab2 1598 [ALC260_FIXUP_GPIO1] = {
1727a771 1599 .type = HDA_FIXUP_VERBS,
15317ab2
TI
1600 .v.verbs = alc_gpio1_init_verbs,
1601 },
20f7d928 1602 [ALC260_FIXUP_GPIO1_TOGGLE] = {
1727a771 1603 .type = HDA_FIXUP_FUNC,
20f7d928
TI
1604 .v.func = alc260_fixup_gpio1_toggle,
1605 .chained = true,
1606 .chain_id = ALC260_FIXUP_HP_PIN_0F,
1607 },
1608 [ALC260_FIXUP_REPLACER] = {
1727a771 1609 .type = HDA_FIXUP_VERBS,
20f7d928 1610 .v.verbs = (const struct hda_verb[]) {
192a98e2
TI
1611 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1612 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 },
20f7d928
TI
1613 { }
1614 },
1615 .chained = true,
1616 .chain_id = ALC260_FIXUP_GPIO1_TOGGLE,
1617 },
0a1c4fa2 1618 [ALC260_FIXUP_HP_B1900] = {
1727a771 1619 .type = HDA_FIXUP_FUNC,
0a1c4fa2
TI
1620 .v.func = alc260_fixup_gpio1_toggle,
1621 .chained = true,
1622 .chain_id = ALC260_FIXUP_COEF,
118cb4a4
TI
1623 },
1624 [ALC260_FIXUP_KN1] = {
1727a771 1625 .type = HDA_FIXUP_FUNC,
118cb4a4
TI
1626 .v.func = alc260_fixup_kn1,
1627 },
39aedee7
TI
1628 [ALC260_FIXUP_FSC_S7020] = {
1629 .type = HDA_FIXUP_FUNC,
1630 .v.func = alc260_fixup_fsc_s7020,
1631 },
5ebd3bbd
TI
1632 [ALC260_FIXUP_FSC_S7020_JWSE] = {
1633 .type = HDA_FIXUP_FUNC,
1634 .v.func = alc260_fixup_fsc_s7020_jwse,
1635 .chained = true,
1636 .chain_id = ALC260_FIXUP_FSC_S7020,
1637 },
d08c5ef2
TI
1638 [ALC260_FIXUP_VAIO_PINS] = {
1639 .type = HDA_FIXUP_PINS,
1640 .v.pins = (const struct hda_pintbl[]) {
1641 /* Pin configs are missing completely on some VAIOs */
1642 { 0x0f, 0x01211020 },
1643 { 0x10, 0x0001003f },
1644 { 0x11, 0x411111f0 },
1645 { 0x12, 0x01a15930 },
1646 { 0x13, 0x411111f0 },
1647 { 0x14, 0x411111f0 },
1648 { 0x15, 0x411111f0 },
1649 { 0x16, 0x411111f0 },
1650 { 0x17, 0x411111f0 },
1651 { 0x18, 0x411111f0 },
1652 { 0x19, 0x411111f0 },
1653 { }
1654 }
1655 },
1d045db9
TI
1656};
1657
1658static const struct snd_pci_quirk alc260_fixup_tbl[] = {
15317ab2 1659 SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_FIXUP_GPIO1),
ca8f0424 1660 SND_PCI_QUIRK(0x1025, 0x007f, "Acer Aspire 9500", ALC260_FIXUP_COEF),
15317ab2 1661 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1),
ca8f0424 1662 SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750),
0a1c4fa2 1663 SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900),
d08c5ef2 1664 SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_FIXUP_VAIO_PINS),
0f5a5b85 1665 SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F),
39aedee7 1666 SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020),
b1f58085 1667 SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1),
118cb4a4 1668 SND_PCI_QUIRK(0x152d, 0x0729, "Quanta KN1", ALC260_FIXUP_KN1),
20f7d928 1669 SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_FIXUP_REPLACER),
ca8f0424 1670 SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_FIXUP_COEF),
1d045db9
TI
1671 {}
1672};
1673
5ebd3bbd
TI
1674static const struct hda_model_fixup alc260_fixup_models[] = {
1675 {.id = ALC260_FIXUP_GPIO1, .name = "gpio1"},
1676 {.id = ALC260_FIXUP_COEF, .name = "coef"},
1677 {.id = ALC260_FIXUP_FSC_S7020, .name = "fujitsu"},
1678 {.id = ALC260_FIXUP_FSC_S7020_JWSE, .name = "fujitsu-jwse"},
1679 {}
1680};
1681
1d045db9
TI
1682/*
1683 */
1d045db9 1684static int patch_alc260(struct hda_codec *codec)
977ddd6b 1685{
1d045db9 1686 struct alc_spec *spec;
c3c2c9e7 1687 int err;
1d045db9 1688
3de95173
TI
1689 err = alc_alloc_spec(codec, 0x07);
1690 if (err < 0)
1691 return err;
1d045db9 1692
3de95173 1693 spec = codec->spec;
ea46c3c8
TI
1694 /* as quite a few machines require HP amp for speaker outputs,
1695 * it's easier to enable it unconditionally; even if it's unneeded,
1696 * it's almost harmless.
1697 */
1698 spec->gen.prefer_hp_amp = 1;
7504b6cd 1699 spec->gen.beep_nid = 0x01;
1d045db9 1700
225068ab
TI
1701 spec->shutup = alc_eapd_shutup;
1702
5ebd3bbd
TI
1703 snd_hda_pick_fixup(codec, alc260_fixup_models, alc260_fixup_tbl,
1704 alc260_fixups);
1727a771 1705 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
977ddd6b 1706
c3c2c9e7
TI
1707 /* automatic parse from the BIOS config */
1708 err = alc260_parse_auto_config(codec);
1709 if (err < 0)
1710 goto error;
977ddd6b 1711
7504b6cd 1712 if (!spec->gen.no_analog)
3e6179b8 1713 set_beep_amp(spec, 0x07, 0x05, HDA_INPUT);
977ddd6b 1714
1727a771 1715 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1716
1d045db9 1717 return 0;
e16fb6d1
TI
1718
1719 error:
1720 alc_free(codec);
1721 return err;
6981d184
TI
1722}
1723
1d045db9
TI
1724
1725/*
1726 * ALC882/883/885/888/889 support
1727 *
1728 * ALC882 is almost identical with ALC880 but has cleaner and more flexible
1729 * configuration. Each pin widget can choose any input DACs and a mixer.
1730 * Each ADC is connected from a mixer of all inputs. This makes possible
1731 * 6-channel independent captures.
1732 *
1733 * In addition, an independent DAC for the multi-playback (not used in this
1734 * driver yet).
1735 */
1d045db9
TI
1736
1737/*
1738 * Pin config fixes
1739 */
ff818c24 1740enum {
5c0ebfbe
TI
1741 ALC882_FIXUP_ABIT_AW9D_MAX,
1742 ALC882_FIXUP_LENOVO_Y530,
1743 ALC882_FIXUP_PB_M5210,
1744 ALC882_FIXUP_ACER_ASPIRE_7736,
1745 ALC882_FIXUP_ASUS_W90V,
8f239214 1746 ALC889_FIXUP_CD,
b2c53e20 1747 ALC889_FIXUP_FRONT_HP_NO_PRESENCE,
5c0ebfbe 1748 ALC889_FIXUP_VAIO_TT,
0e7cc2e7 1749 ALC888_FIXUP_EEE1601,
177943a3 1750 ALC882_FIXUP_EAPD,
7a6069bf 1751 ALC883_FIXUP_EAPD,
8812c4f9 1752 ALC883_FIXUP_ACER_EAPD,
1a97b7f2
TI
1753 ALC882_FIXUP_GPIO1,
1754 ALC882_FIXUP_GPIO2,
eb844d51 1755 ALC882_FIXUP_GPIO3,
68ef0561
TI
1756 ALC889_FIXUP_COEF,
1757 ALC882_FIXUP_ASUS_W2JC,
c3e837bb
TI
1758 ALC882_FIXUP_ACER_ASPIRE_4930G,
1759 ALC882_FIXUP_ACER_ASPIRE_8930G,
1760 ALC882_FIXUP_ASPIRE_8930G_VERBS,
5671087f 1761 ALC885_FIXUP_MACPRO_GPIO,
02a237b2 1762 ALC889_FIXUP_DAC_ROUTE,
1a97b7f2
TI
1763 ALC889_FIXUP_MBP_VREF,
1764 ALC889_FIXUP_IMAC91_VREF,
e7729a41 1765 ALC889_FIXUP_MBA11_VREF,
0756f09c 1766 ALC889_FIXUP_MBA21_VREF,
c20f31ec 1767 ALC889_FIXUP_MP11_VREF,
6e72aa5f 1768 ALC882_FIXUP_INV_DMIC,
e427c237 1769 ALC882_FIXUP_NO_PRIMARY_HP,
1f0bbf03 1770 ALC887_FIXUP_ASUS_BASS,
eb9ca3ab 1771 ALC887_FIXUP_BASS_CHMAP,
ff818c24
TI
1772};
1773
68ef0561 1774static void alc889_fixup_coef(struct hda_codec *codec,
1727a771 1775 const struct hda_fixup *fix, int action)
68ef0561 1776{
1727a771 1777 if (action != HDA_FIXUP_ACT_INIT)
68ef0561 1778 return;
1df8874b 1779 alc_update_coef_idx(codec, 7, 0, 0x2030);
68ef0561
TI
1780}
1781
5671087f
TI
1782/* toggle speaker-output according to the hp-jack state */
1783static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
1784{
1785 unsigned int gpiostate, gpiomask, gpiodir;
1786
7639a06c 1787 gpiostate = snd_hda_codec_read(codec, codec->core.afg, 0,
5671087f
TI
1788 AC_VERB_GET_GPIO_DATA, 0);
1789
1790 if (!muted)
1791 gpiostate |= (1 << pin);
1792 else
1793 gpiostate &= ~(1 << pin);
1794
7639a06c 1795 gpiomask = snd_hda_codec_read(codec, codec->core.afg, 0,
5671087f
TI
1796 AC_VERB_GET_GPIO_MASK, 0);
1797 gpiomask |= (1 << pin);
1798
7639a06c 1799 gpiodir = snd_hda_codec_read(codec, codec->core.afg, 0,
5671087f
TI
1800 AC_VERB_GET_GPIO_DIRECTION, 0);
1801 gpiodir |= (1 << pin);
1802
1803
7639a06c 1804 snd_hda_codec_write(codec, codec->core.afg, 0,
5671087f 1805 AC_VERB_SET_GPIO_MASK, gpiomask);
7639a06c 1806 snd_hda_codec_write(codec, codec->core.afg, 0,
5671087f
TI
1807 AC_VERB_SET_GPIO_DIRECTION, gpiodir);
1808
1809 msleep(1);
1810
7639a06c 1811 snd_hda_codec_write(codec, codec->core.afg, 0,
5671087f
TI
1812 AC_VERB_SET_GPIO_DATA, gpiostate);
1813}
1814
1815/* set up GPIO at initialization */
1816static void alc885_fixup_macpro_gpio(struct hda_codec *codec,
1727a771 1817 const struct hda_fixup *fix, int action)
5671087f 1818{
1727a771 1819 if (action != HDA_FIXUP_ACT_INIT)
5671087f
TI
1820 return;
1821 alc882_gpio_mute(codec, 0, 0);
1822 alc882_gpio_mute(codec, 1, 0);
1823}
1824
02a237b2
TI
1825/* Fix the connection of some pins for ALC889:
1826 * At least, Acer Aspire 5935 shows the connections to DAC3/4 don't
1827 * work correctly (bko#42740)
1828 */
1829static void alc889_fixup_dac_route(struct hda_codec *codec,
1727a771 1830 const struct hda_fixup *fix, int action)
02a237b2 1831{
1727a771 1832 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
ef8d60fb 1833 /* fake the connections during parsing the tree */
02a237b2
TI
1834 hda_nid_t conn1[2] = { 0x0c, 0x0d };
1835 hda_nid_t conn2[2] = { 0x0e, 0x0f };
1836 snd_hda_override_conn_list(codec, 0x14, 2, conn1);
1837 snd_hda_override_conn_list(codec, 0x15, 2, conn1);
1838 snd_hda_override_conn_list(codec, 0x18, 2, conn2);
1839 snd_hda_override_conn_list(codec, 0x1a, 2, conn2);
1727a771 1840 } else if (action == HDA_FIXUP_ACT_PROBE) {
ef8d60fb
TI
1841 /* restore the connections */
1842 hda_nid_t conn[5] = { 0x0c, 0x0d, 0x0e, 0x0f, 0x26 };
1843 snd_hda_override_conn_list(codec, 0x14, 5, conn);
1844 snd_hda_override_conn_list(codec, 0x15, 5, conn);
1845 snd_hda_override_conn_list(codec, 0x18, 5, conn);
1846 snd_hda_override_conn_list(codec, 0x1a, 5, conn);
02a237b2
TI
1847 }
1848}
1849
1a97b7f2
TI
1850/* Set VREF on HP pin */
1851static void alc889_fixup_mbp_vref(struct hda_codec *codec,
1727a771 1852 const struct hda_fixup *fix, int action)
1a97b7f2
TI
1853{
1854 struct alc_spec *spec = codec->spec;
1855 static hda_nid_t nids[2] = { 0x14, 0x15 };
1856 int i;
1857
1727a771 1858 if (action != HDA_FIXUP_ACT_INIT)
1a97b7f2
TI
1859 return;
1860 for (i = 0; i < ARRAY_SIZE(nids); i++) {
1861 unsigned int val = snd_hda_codec_get_pincfg(codec, nids[i]);
1862 if (get_defcfg_device(val) != AC_JACK_HP_OUT)
1863 continue;
d3f02d60 1864 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 1865 val |= AC_PINCTL_VREF_80;
cdd03ced 1866 snd_hda_set_pin_ctl(codec, nids[i], val);
08c189f2 1867 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
1868 break;
1869 }
1870}
1871
0756f09c
TI
1872static void alc889_fixup_mac_pins(struct hda_codec *codec,
1873 const hda_nid_t *nids, int num_nids)
1a97b7f2
TI
1874{
1875 struct alc_spec *spec = codec->spec;
1a97b7f2
TI
1876 int i;
1877
0756f09c 1878 for (i = 0; i < num_nids; i++) {
1a97b7f2 1879 unsigned int val;
d3f02d60 1880 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 1881 val |= AC_PINCTL_VREF_50;
cdd03ced 1882 snd_hda_set_pin_ctl(codec, nids[i], val);
1a97b7f2 1883 }
08c189f2 1884 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
1885}
1886
0756f09c
TI
1887/* Set VREF on speaker pins on imac91 */
1888static void alc889_fixup_imac91_vref(struct hda_codec *codec,
1889 const struct hda_fixup *fix, int action)
1890{
1891 static hda_nid_t nids[2] = { 0x18, 0x1a };
1892
1893 if (action == HDA_FIXUP_ACT_INIT)
1894 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1895}
1896
e7729a41
AV
1897/* Set VREF on speaker pins on mba11 */
1898static void alc889_fixup_mba11_vref(struct hda_codec *codec,
1899 const struct hda_fixup *fix, int action)
1900{
1901 static hda_nid_t nids[1] = { 0x18 };
1902
1903 if (action == HDA_FIXUP_ACT_INIT)
1904 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1905}
1906
0756f09c
TI
1907/* Set VREF on speaker pins on mba21 */
1908static void alc889_fixup_mba21_vref(struct hda_codec *codec,
1909 const struct hda_fixup *fix, int action)
1910{
1911 static hda_nid_t nids[2] = { 0x18, 0x19 };
1912
1913 if (action == HDA_FIXUP_ACT_INIT)
1914 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1915}
1916
e427c237 1917/* Don't take HP output as primary
d9111496
FLVC
1918 * Strangely, the speaker output doesn't work on Vaio Z and some Vaio
1919 * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05
e427c237
TI
1920 */
1921static void alc882_fixup_no_primary_hp(struct hda_codec *codec,
1727a771 1922 const struct hda_fixup *fix, int action)
e427c237
TI
1923{
1924 struct alc_spec *spec = codec->spec;
da96fb5b 1925 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
08c189f2 1926 spec->gen.no_primary_hp = 1;
da96fb5b
TI
1927 spec->gen.no_multi_io = 1;
1928 }
e427c237
TI
1929}
1930
eb9ca3ab
TI
1931static void alc_fixup_bass_chmap(struct hda_codec *codec,
1932 const struct hda_fixup *fix, int action);
1933
1727a771 1934static const struct hda_fixup alc882_fixups[] = {
5c0ebfbe 1935 [ALC882_FIXUP_ABIT_AW9D_MAX] = {
1727a771
TI
1936 .type = HDA_FIXUP_PINS,
1937 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
1938 { 0x15, 0x01080104 }, /* side */
1939 { 0x16, 0x01011012 }, /* rear */
1940 { 0x17, 0x01016011 }, /* clfe */
2785591a 1941 { }
145a902b
DH
1942 }
1943 },
5c0ebfbe 1944 [ALC882_FIXUP_LENOVO_Y530] = {
1727a771
TI
1945 .type = HDA_FIXUP_PINS,
1946 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
1947 { 0x15, 0x99130112 }, /* rear int speakers */
1948 { 0x16, 0x99130111 }, /* subwoofer */
ac612407
DH
1949 { }
1950 }
1951 },
5c0ebfbe 1952 [ALC882_FIXUP_PB_M5210] = {
fd108215
TI
1953 .type = HDA_FIXUP_PINCTLS,
1954 .v.pins = (const struct hda_pintbl[]) {
1955 { 0x19, PIN_VREF50 },
357f915e
KY
1956 {}
1957 }
1958 },
5c0ebfbe 1959 [ALC882_FIXUP_ACER_ASPIRE_7736] = {
1727a771 1960 .type = HDA_FIXUP_FUNC,
23d30f28 1961 .v.func = alc_fixup_sku_ignore,
6981d184 1962 },
5c0ebfbe 1963 [ALC882_FIXUP_ASUS_W90V] = {
1727a771
TI
1964 .type = HDA_FIXUP_PINS,
1965 .v.pins = (const struct hda_pintbl[]) {
5cdf745e
TI
1966 { 0x16, 0x99130110 }, /* fix sequence for CLFE */
1967 { }
1968 }
1969 },
8f239214 1970 [ALC889_FIXUP_CD] = {
1727a771
TI
1971 .type = HDA_FIXUP_PINS,
1972 .v.pins = (const struct hda_pintbl[]) {
8f239214
MB
1973 { 0x1c, 0x993301f0 }, /* CD */
1974 { }
1975 }
1976 },
b2c53e20
DH
1977 [ALC889_FIXUP_FRONT_HP_NO_PRESENCE] = {
1978 .type = HDA_FIXUP_PINS,
1979 .v.pins = (const struct hda_pintbl[]) {
1980 { 0x1b, 0x02214120 }, /* Front HP jack is flaky, disable jack detect */
1981 { }
1982 },
1983 .chained = true,
1984 .chain_id = ALC889_FIXUP_CD,
1985 },
5c0ebfbe 1986 [ALC889_FIXUP_VAIO_TT] = {
1727a771
TI
1987 .type = HDA_FIXUP_PINS,
1988 .v.pins = (const struct hda_pintbl[]) {
5c0ebfbe
TI
1989 { 0x17, 0x90170111 }, /* hidden surround speaker */
1990 { }
1991 }
1992 },
0e7cc2e7 1993 [ALC888_FIXUP_EEE1601] = {
1727a771 1994 .type = HDA_FIXUP_VERBS,
0e7cc2e7
TI
1995 .v.verbs = (const struct hda_verb[]) {
1996 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
1997 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 },
1998 { }
1999 }
177943a3
TI
2000 },
2001 [ALC882_FIXUP_EAPD] = {
1727a771 2002 .type = HDA_FIXUP_VERBS,
177943a3
TI
2003 .v.verbs = (const struct hda_verb[]) {
2004 /* change to EAPD mode */
2005 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2006 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
2007 { }
2008 }
2009 },
7a6069bf 2010 [ALC883_FIXUP_EAPD] = {
1727a771 2011 .type = HDA_FIXUP_VERBS,
7a6069bf
TI
2012 .v.verbs = (const struct hda_verb[]) {
2013 /* change to EAPD mode */
2014 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2015 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2016 { }
2017 }
2018 },
8812c4f9 2019 [ALC883_FIXUP_ACER_EAPD] = {
1727a771 2020 .type = HDA_FIXUP_VERBS,
8812c4f9
TI
2021 .v.verbs = (const struct hda_verb[]) {
2022 /* eanable EAPD on Acer laptops */
2023 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2024 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2025 { }
2026 }
2027 },
1a97b7f2 2028 [ALC882_FIXUP_GPIO1] = {
1727a771 2029 .type = HDA_FIXUP_VERBS,
1a97b7f2
TI
2030 .v.verbs = alc_gpio1_init_verbs,
2031 },
2032 [ALC882_FIXUP_GPIO2] = {
1727a771 2033 .type = HDA_FIXUP_VERBS,
1a97b7f2
TI
2034 .v.verbs = alc_gpio2_init_verbs,
2035 },
eb844d51 2036 [ALC882_FIXUP_GPIO3] = {
1727a771 2037 .type = HDA_FIXUP_VERBS,
eb844d51
TI
2038 .v.verbs = alc_gpio3_init_verbs,
2039 },
68ef0561 2040 [ALC882_FIXUP_ASUS_W2JC] = {
1727a771 2041 .type = HDA_FIXUP_VERBS,
68ef0561
TI
2042 .v.verbs = alc_gpio1_init_verbs,
2043 .chained = true,
2044 .chain_id = ALC882_FIXUP_EAPD,
2045 },
2046 [ALC889_FIXUP_COEF] = {
1727a771 2047 .type = HDA_FIXUP_FUNC,
68ef0561
TI
2048 .v.func = alc889_fixup_coef,
2049 },
c3e837bb 2050 [ALC882_FIXUP_ACER_ASPIRE_4930G] = {
1727a771
TI
2051 .type = HDA_FIXUP_PINS,
2052 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2053 { 0x16, 0x99130111 }, /* CLFE speaker */
2054 { 0x17, 0x99130112 }, /* surround speaker */
2055 { }
038d4fef
TI
2056 },
2057 .chained = true,
2058 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb
TI
2059 },
2060 [ALC882_FIXUP_ACER_ASPIRE_8930G] = {
1727a771
TI
2061 .type = HDA_FIXUP_PINS,
2062 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2063 { 0x16, 0x99130111 }, /* CLFE speaker */
2064 { 0x1b, 0x99130112 }, /* surround speaker */
2065 { }
2066 },
2067 .chained = true,
2068 .chain_id = ALC882_FIXUP_ASPIRE_8930G_VERBS,
2069 },
2070 [ALC882_FIXUP_ASPIRE_8930G_VERBS] = {
2071 /* additional init verbs for Acer Aspire 8930G */
1727a771 2072 .type = HDA_FIXUP_VERBS,
c3e837bb
TI
2073 .v.verbs = (const struct hda_verb[]) {
2074 /* Enable all DACs */
2075 /* DAC DISABLE/MUTE 1? */
2076 /* setting bits 1-5 disables DAC nids 0x02-0x06
2077 * apparently. Init=0x38 */
2078 { 0x20, AC_VERB_SET_COEF_INDEX, 0x03 },
2079 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2080 /* DAC DISABLE/MUTE 2? */
2081 /* some bit here disables the other DACs.
2082 * Init=0x4900 */
2083 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08 },
2084 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2085 /* DMIC fix
2086 * This laptop has a stereo digital microphone.
2087 * The mics are only 1cm apart which makes the stereo
2088 * useless. However, either the mic or the ALC889
2089 * makes the signal become a difference/sum signal
2090 * instead of standard stereo, which is annoying.
2091 * So instead we flip this bit which makes the
2092 * codec replicate the sum signal to both channels,
2093 * turning it into a normal mono mic.
2094 */
2095 /* DMIC_CONTROL? Init value = 0x0001 */
2096 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2097 { 0x20, AC_VERB_SET_PROC_COEF, 0x0003 },
2098 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2099 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2100 { }
038d4fef
TI
2101 },
2102 .chained = true,
2103 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb 2104 },
5671087f 2105 [ALC885_FIXUP_MACPRO_GPIO] = {
1727a771 2106 .type = HDA_FIXUP_FUNC,
5671087f
TI
2107 .v.func = alc885_fixup_macpro_gpio,
2108 },
02a237b2 2109 [ALC889_FIXUP_DAC_ROUTE] = {
1727a771 2110 .type = HDA_FIXUP_FUNC,
02a237b2
TI
2111 .v.func = alc889_fixup_dac_route,
2112 },
1a97b7f2 2113 [ALC889_FIXUP_MBP_VREF] = {
1727a771 2114 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2115 .v.func = alc889_fixup_mbp_vref,
2116 .chained = true,
2117 .chain_id = ALC882_FIXUP_GPIO1,
2118 },
2119 [ALC889_FIXUP_IMAC91_VREF] = {
1727a771 2120 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2121 .v.func = alc889_fixup_imac91_vref,
2122 .chained = true,
2123 .chain_id = ALC882_FIXUP_GPIO1,
2124 },
e7729a41
AV
2125 [ALC889_FIXUP_MBA11_VREF] = {
2126 .type = HDA_FIXUP_FUNC,
2127 .v.func = alc889_fixup_mba11_vref,
2128 .chained = true,
2129 .chain_id = ALC889_FIXUP_MBP_VREF,
2130 },
0756f09c
TI
2131 [ALC889_FIXUP_MBA21_VREF] = {
2132 .type = HDA_FIXUP_FUNC,
2133 .v.func = alc889_fixup_mba21_vref,
2134 .chained = true,
2135 .chain_id = ALC889_FIXUP_MBP_VREF,
2136 },
c20f31ec
TI
2137 [ALC889_FIXUP_MP11_VREF] = {
2138 .type = HDA_FIXUP_FUNC,
2139 .v.func = alc889_fixup_mba11_vref,
2140 .chained = true,
2141 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2142 },
6e72aa5f 2143 [ALC882_FIXUP_INV_DMIC] = {
1727a771 2144 .type = HDA_FIXUP_FUNC,
9d36a7dc 2145 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2146 },
e427c237 2147 [ALC882_FIXUP_NO_PRIMARY_HP] = {
1727a771 2148 .type = HDA_FIXUP_FUNC,
e427c237
TI
2149 .v.func = alc882_fixup_no_primary_hp,
2150 },
1f0bbf03
TI
2151 [ALC887_FIXUP_ASUS_BASS] = {
2152 .type = HDA_FIXUP_PINS,
2153 .v.pins = (const struct hda_pintbl[]) {
2154 {0x16, 0x99130130}, /* bass speaker */
2155 {}
2156 },
eb9ca3ab
TI
2157 .chained = true,
2158 .chain_id = ALC887_FIXUP_BASS_CHMAP,
2159 },
2160 [ALC887_FIXUP_BASS_CHMAP] = {
2161 .type = HDA_FIXUP_FUNC,
2162 .v.func = alc_fixup_bass_chmap,
1f0bbf03 2163 },
ff818c24
TI
2164};
2165
1d045db9 2166static const struct snd_pci_quirk alc882_fixup_tbl[] = {
8812c4f9
TI
2167 SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD),
2168 SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
b5d724b1 2169 SND_PCI_QUIRK(0x1025, 0x0107, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
8812c4f9
TI
2170 SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD),
2171 SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
2172 SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD),
2173 SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_FIXUP_ACER_EAPD),
c3e837bb
TI
2174 SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G",
2175 ALC882_FIXUP_ACER_ASPIRE_4930G),
2176 SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
2177 ALC882_FIXUP_ACER_ASPIRE_4930G),
2178 SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G",
2179 ALC882_FIXUP_ACER_ASPIRE_8930G),
2180 SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G",
2181 ALC882_FIXUP_ACER_ASPIRE_8930G),
2182 SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
2183 ALC882_FIXUP_ACER_ASPIRE_4930G),
2184 SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
2185 ALC882_FIXUP_ACER_ASPIRE_4930G),
2186 SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2187 ALC882_FIXUP_ACER_ASPIRE_4930G),
5c0ebfbe 2188 SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
f5c53d89
TI
2189 SND_PCI_QUIRK(0x1025, 0x021e, "Acer Aspire 5739G",
2190 ALC882_FIXUP_ACER_ASPIRE_4930G),
02a237b2 2191 SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),
fe97da1f 2192 SND_PCI_QUIRK(0x1025, 0x026b, "Acer Aspire 8940G", ALC882_FIXUP_ACER_ASPIRE_8930G),
ac9b1cdd 2193 SND_PCI_QUIRK(0x1025, 0x0296, "Acer Aspire 7736z", ALC882_FIXUP_ACER_ASPIRE_7736),
177943a3 2194 SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_FIXUP_EAPD),
5c0ebfbe 2195 SND_PCI_QUIRK(0x1043, 0x1873, "ASUS W90V", ALC882_FIXUP_ASUS_W90V),
68ef0561 2196 SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_FIXUP_ASUS_W2JC),
0e7cc2e7 2197 SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_FIXUP_EEE1601),
1f0bbf03 2198 SND_PCI_QUIRK(0x1043, 0x84bc, "ASUS ET2700", ALC887_FIXUP_ASUS_BASS),
ac9b1cdd 2199 SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT),
e427c237 2200 SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP),
12e31a78 2201 SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP),
5671087f
TI
2202
2203 /* All Apple entries are in codec SSIDs */
1a97b7f2
TI
2204 SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF),
2205 SND_PCI_QUIRK(0x106b, 0x00a1, "Macbook", ALC889_FIXUP_MBP_VREF),
2206 SND_PCI_QUIRK(0x106b, 0x00a4, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
c20f31ec 2207 SND_PCI_QUIRK(0x106b, 0x0c00, "Mac Pro", ALC889_FIXUP_MP11_VREF),
5671087f
TI
2208 SND_PCI_QUIRK(0x106b, 0x1000, "iMac 24", ALC885_FIXUP_MACPRO_GPIO),
2209 SND_PCI_QUIRK(0x106b, 0x2800, "AppleTV", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2210 SND_PCI_QUIRK(0x106b, 0x2c00, "MacbookPro rev3", ALC889_FIXUP_MBP_VREF),
2211 SND_PCI_QUIRK(0x106b, 0x3000, "iMac", ALC889_FIXUP_MBP_VREF),
5671087f 2212 SND_PCI_QUIRK(0x106b, 0x3200, "iMac 7,1 Aluminum", ALC882_FIXUP_EAPD),
e7729a41 2213 SND_PCI_QUIRK(0x106b, 0x3400, "MacBookAir 1,1", ALC889_FIXUP_MBA11_VREF),
0756f09c 2214 SND_PCI_QUIRK(0x106b, 0x3500, "MacBookAir 2,1", ALC889_FIXUP_MBA21_VREF),
1a97b7f2
TI
2215 SND_PCI_QUIRK(0x106b, 0x3600, "Macbook 3,1", ALC889_FIXUP_MBP_VREF),
2216 SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
5671087f 2217 SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2218 SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC889_FIXUP_IMAC91_VREF),
2219 SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF),
2220 SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF),
29ebe402 2221 SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 5,1", ALC885_FIXUP_MACPRO_GPIO),
05193639 2222 SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF),
1a97b7f2
TI
2223 SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF),
2224 SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF),
2225 SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF),
5671087f 2226
7a6069bf 2227 SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD),
bca40138 2228 SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD),
eb844d51 2229 SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
b2c53e20 2230 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE),
5c0ebfbe 2231 SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
7a6069bf
TI
2232 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
2233 SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
ac9b1cdd 2234 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
68ef0561 2235 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_FIXUP_COEF),
ff818c24
TI
2236 {}
2237};
2238
1727a771 2239static const struct hda_model_fixup alc882_fixup_models[] = {
912093bc
TI
2240 {.id = ALC882_FIXUP_ACER_ASPIRE_4930G, .name = "acer-aspire-4930g"},
2241 {.id = ALC882_FIXUP_ACER_ASPIRE_8930G, .name = "acer-aspire-8930g"},
2242 {.id = ALC883_FIXUP_ACER_EAPD, .name = "acer-aspire"},
6e72aa5f 2243 {.id = ALC882_FIXUP_INV_DMIC, .name = "inv-dmic"},
e427c237 2244 {.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
912093bc
TI
2245 {}
2246};
2247
f6a92248 2248/*
1d045db9 2249 * BIOS auto configuration
f6a92248 2250 */
1d045db9
TI
2251/* almost identical with ALC880 parser... */
2252static int alc882_parse_auto_config(struct hda_codec *codec)
2253{
1d045db9 2254 static const hda_nid_t alc882_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2255 static const hda_nid_t alc882_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2256 return alc_parse_auto_config(codec, alc882_ignore, alc882_ssids);
1d045db9 2257}
b896b4eb 2258
1d045db9
TI
2259/*
2260 */
1d045db9 2261static int patch_alc882(struct hda_codec *codec)
f6a92248
KY
2262{
2263 struct alc_spec *spec;
1a97b7f2 2264 int err;
f6a92248 2265
3de95173
TI
2266 err = alc_alloc_spec(codec, 0x0b);
2267 if (err < 0)
2268 return err;
f6a92248 2269
3de95173 2270 spec = codec->spec;
1f0f4b80 2271
7639a06c 2272 switch (codec->core.vendor_id) {
1d045db9
TI
2273 case 0x10ec0882:
2274 case 0x10ec0885:
acf08081 2275 case 0x10ec0900:
1d045db9
TI
2276 break;
2277 default:
2278 /* ALC883 and variants */
2279 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2280 break;
c793bec5 2281 }
977ddd6b 2282
1727a771 2283 snd_hda_pick_fixup(codec, alc882_fixup_models, alc882_fixup_tbl,
912093bc 2284 alc882_fixups);
1727a771 2285 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ff818c24 2286
1d045db9
TI
2287 alc_auto_parse_customize_define(codec);
2288
7504b6cd
TI
2289 if (has_cdefine_beep(codec))
2290 spec->gen.beep_nid = 0x01;
2291
1a97b7f2
TI
2292 /* automatic parse from the BIOS config */
2293 err = alc882_parse_auto_config(codec);
2294 if (err < 0)
2295 goto error;
f6a92248 2296
7504b6cd 2297 if (!spec->gen.no_analog && spec->gen.beep_nid)
1d045db9 2298 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
f6a92248 2299
1727a771 2300 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2301
f6a92248 2302 return 0;
e16fb6d1
TI
2303
2304 error:
2305 alc_free(codec);
2306 return err;
f6a92248
KY
2307}
2308
df694daa 2309
df694daa 2310/*
1d045db9 2311 * ALC262 support
df694daa 2312 */
1d045db9 2313static int alc262_parse_auto_config(struct hda_codec *codec)
df694daa 2314{
1d045db9 2315 static const hda_nid_t alc262_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2316 static const hda_nid_t alc262_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2317 return alc_parse_auto_config(codec, alc262_ignore, alc262_ssids);
df694daa
KY
2318}
2319
df694daa 2320/*
1d045db9 2321 * Pin config fixes
df694daa 2322 */
cfc9b06f 2323enum {
ea4e7af1 2324 ALC262_FIXUP_FSC_H270,
7513e6da 2325 ALC262_FIXUP_FSC_S7110,
ea4e7af1
TI
2326 ALC262_FIXUP_HP_Z200,
2327 ALC262_FIXUP_TYAN,
c470150c 2328 ALC262_FIXUP_LENOVO_3000,
b42590b8
TI
2329 ALC262_FIXUP_BENQ,
2330 ALC262_FIXUP_BENQ_T31,
6e72aa5f 2331 ALC262_FIXUP_INV_DMIC,
b5c6611f 2332 ALC262_FIXUP_INTEL_BAYLEYBAY,
cfc9b06f
TI
2333};
2334
1727a771 2335static const struct hda_fixup alc262_fixups[] = {
ea4e7af1 2336 [ALC262_FIXUP_FSC_H270] = {
1727a771
TI
2337 .type = HDA_FIXUP_PINS,
2338 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2339 { 0x14, 0x99130110 }, /* speaker */
2340 { 0x15, 0x0221142f }, /* front HP */
2341 { 0x1b, 0x0121141f }, /* rear HP */
2342 { }
2343 }
2344 },
7513e6da
TI
2345 [ALC262_FIXUP_FSC_S7110] = {
2346 .type = HDA_FIXUP_PINS,
2347 .v.pins = (const struct hda_pintbl[]) {
2348 { 0x15, 0x90170110 }, /* speaker */
2349 { }
2350 },
2351 .chained = true,
2352 .chain_id = ALC262_FIXUP_BENQ,
2353 },
ea4e7af1 2354 [ALC262_FIXUP_HP_Z200] = {
1727a771
TI
2355 .type = HDA_FIXUP_PINS,
2356 .v.pins = (const struct hda_pintbl[]) {
1d045db9 2357 { 0x16, 0x99130120 }, /* internal speaker */
73413b12
TI
2358 { }
2359 }
cfc9b06f 2360 },
ea4e7af1 2361 [ALC262_FIXUP_TYAN] = {
1727a771
TI
2362 .type = HDA_FIXUP_PINS,
2363 .v.pins = (const struct hda_pintbl[]) {
ea4e7af1
TI
2364 { 0x14, 0x1993e1f0 }, /* int AUX */
2365 { }
2366 }
2367 },
c470150c 2368 [ALC262_FIXUP_LENOVO_3000] = {
fd108215
TI
2369 .type = HDA_FIXUP_PINCTLS,
2370 .v.pins = (const struct hda_pintbl[]) {
2371 { 0x19, PIN_VREF50 },
b42590b8
TI
2372 {}
2373 },
2374 .chained = true,
2375 .chain_id = ALC262_FIXUP_BENQ,
2376 },
2377 [ALC262_FIXUP_BENQ] = {
1727a771 2378 .type = HDA_FIXUP_VERBS,
b42590b8 2379 .v.verbs = (const struct hda_verb[]) {
c470150c
TI
2380 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2381 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2382 {}
2383 }
2384 },
b42590b8 2385 [ALC262_FIXUP_BENQ_T31] = {
1727a771 2386 .type = HDA_FIXUP_VERBS,
b42590b8
TI
2387 .v.verbs = (const struct hda_verb[]) {
2388 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2389 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2390 {}
2391 }
2392 },
6e72aa5f 2393 [ALC262_FIXUP_INV_DMIC] = {
1727a771 2394 .type = HDA_FIXUP_FUNC,
9d36a7dc 2395 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2396 },
b5c6611f
ML
2397 [ALC262_FIXUP_INTEL_BAYLEYBAY] = {
2398 .type = HDA_FIXUP_FUNC,
2399 .v.func = alc_fixup_no_depop_delay,
2400 },
cfc9b06f
TI
2401};
2402
1d045db9 2403static const struct snd_pci_quirk alc262_fixup_tbl[] = {
ea4e7af1 2404 SND_PCI_QUIRK(0x103c, 0x170b, "HP Z200", ALC262_FIXUP_HP_Z200),
7513e6da 2405 SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu Lifebook S7110", ALC262_FIXUP_FSC_S7110),
3dcd3be3 2406 SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ),
ea4e7af1
TI
2407 SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN),
2408 SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270),
c470150c 2409 SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000),
b42590b8
TI
2410 SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ),
2411 SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_FIXUP_BENQ_T31),
b5c6611f 2412 SND_PCI_QUIRK(0x8086, 0x7270, "BayleyBay", ALC262_FIXUP_INTEL_BAYLEYBAY),
cfc9b06f
TI
2413 {}
2414};
df694daa 2415
1727a771 2416static const struct hda_model_fixup alc262_fixup_models[] = {
6e72aa5f
TI
2417 {.id = ALC262_FIXUP_INV_DMIC, .name = "inv-dmic"},
2418 {}
2419};
1d045db9 2420
1d045db9
TI
2421/*
2422 */
1d045db9 2423static int patch_alc262(struct hda_codec *codec)
df694daa
KY
2424{
2425 struct alc_spec *spec;
df694daa
KY
2426 int err;
2427
3de95173
TI
2428 err = alc_alloc_spec(codec, 0x0b);
2429 if (err < 0)
2430 return err;
df694daa 2431
3de95173 2432 spec = codec->spec;
08c189f2 2433 spec->gen.shared_mic_vref_pin = 0x18;
1d045db9 2434
225068ab
TI
2435 spec->shutup = alc_eapd_shutup;
2436
1d045db9
TI
2437#if 0
2438 /* pshou 07/11/05 set a zero PCM sample to DAC when FIFO is
2439 * under-run
2440 */
98b24883 2441 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x80);
1d045db9 2442#endif
1d045db9
TI
2443 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2444
1727a771 2445 snd_hda_pick_fixup(codec, alc262_fixup_models, alc262_fixup_tbl,
6e72aa5f 2446 alc262_fixups);
1727a771 2447 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
9c7f852e 2448
af741c15
TI
2449 alc_auto_parse_customize_define(codec);
2450
7504b6cd
TI
2451 if (has_cdefine_beep(codec))
2452 spec->gen.beep_nid = 0x01;
2453
42399f7a
TI
2454 /* automatic parse from the BIOS config */
2455 err = alc262_parse_auto_config(codec);
2456 if (err < 0)
2457 goto error;
df694daa 2458
7504b6cd 2459 if (!spec->gen.no_analog && spec->gen.beep_nid)
1d045db9 2460 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2134ea4f 2461
1727a771 2462 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2463
1da177e4 2464 return 0;
e16fb6d1
TI
2465
2466 error:
2467 alc_free(codec);
2468 return err;
1da177e4
LT
2469}
2470
f32610ed 2471/*
1d045db9 2472 * ALC268
f32610ed 2473 */
1d045db9
TI
2474/* bind Beep switches of both NID 0x0f and 0x10 */
2475static const struct hda_bind_ctls alc268_bind_beep_sw = {
2476 .ops = &snd_hda_bind_sw,
2477 .values = {
2478 HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT),
2479 HDA_COMPOSE_AMP_VAL(0x10, 3, 1, HDA_INPUT),
2480 0
2481 },
f32610ed
JS
2482};
2483
1d045db9
TI
2484static const struct snd_kcontrol_new alc268_beep_mixer[] = {
2485 HDA_CODEC_VOLUME("Beep Playback Volume", 0x1d, 0x0, HDA_INPUT),
2486 HDA_BIND_SW("Beep Playback Switch", &alc268_bind_beep_sw),
2487 { }
f32610ed
JS
2488};
2489
1d045db9
TI
2490/* set PCBEEP vol = 0, mute connections */
2491static const struct hda_verb alc268_beep_init_verbs[] = {
2492 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2493 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2494 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2495 { }
f32610ed
JS
2496};
2497
6e72aa5f
TI
2498enum {
2499 ALC268_FIXUP_INV_DMIC,
cb766404 2500 ALC268_FIXUP_HP_EAPD,
24eff328 2501 ALC268_FIXUP_SPDIF,
6e72aa5f
TI
2502};
2503
1727a771 2504static const struct hda_fixup alc268_fixups[] = {
6e72aa5f 2505 [ALC268_FIXUP_INV_DMIC] = {
1727a771 2506 .type = HDA_FIXUP_FUNC,
9d36a7dc 2507 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2508 },
cb766404 2509 [ALC268_FIXUP_HP_EAPD] = {
1727a771 2510 .type = HDA_FIXUP_VERBS,
cb766404
TI
2511 .v.verbs = (const struct hda_verb[]) {
2512 {0x15, AC_VERB_SET_EAPD_BTLENABLE, 0},
2513 {}
2514 }
2515 },
24eff328
TI
2516 [ALC268_FIXUP_SPDIF] = {
2517 .type = HDA_FIXUP_PINS,
2518 .v.pins = (const struct hda_pintbl[]) {
2519 { 0x1e, 0x014b1180 }, /* enable SPDIF out */
2520 {}
2521 }
2522 },
6e72aa5f
TI
2523};
2524
1727a771 2525static const struct hda_model_fixup alc268_fixup_models[] = {
6e72aa5f 2526 {.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
cb766404
TI
2527 {.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
2528 {}
2529};
2530
2531static const struct snd_pci_quirk alc268_fixup_tbl[] = {
24eff328 2532 SND_PCI_QUIRK(0x1025, 0x0139, "Acer TravelMate 6293", ALC268_FIXUP_SPDIF),
fcd8f3b1 2533 SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC),
cb766404
TI
2534 /* below is codec SSID since multiple Toshiba laptops have the
2535 * same PCI SSID 1179:ff00
2536 */
2537 SND_PCI_QUIRK(0x1179, 0xff06, "Toshiba P200", ALC268_FIXUP_HP_EAPD),
6e72aa5f
TI
2538 {}
2539};
2540
f32610ed
JS
2541/*
2542 * BIOS auto configuration
2543 */
1d045db9 2544static int alc268_parse_auto_config(struct hda_codec *codec)
f32610ed 2545{
3e6179b8 2546 static const hda_nid_t alc268_ssids[] = { 0x15, 0x1b, 0x14, 0 };
7504b6cd 2547 return alc_parse_auto_config(codec, NULL, alc268_ssids);
f32610ed
JS
2548}
2549
1d045db9
TI
2550/*
2551 */
1d045db9 2552static int patch_alc268(struct hda_codec *codec)
f32610ed
JS
2553{
2554 struct alc_spec *spec;
7504b6cd 2555 int err;
f32610ed 2556
1d045db9 2557 /* ALC268 has no aa-loopback mixer */
3de95173
TI
2558 err = alc_alloc_spec(codec, 0);
2559 if (err < 0)
2560 return err;
2561
2562 spec = codec->spec;
7504b6cd 2563 spec->gen.beep_nid = 0x01;
1f0f4b80 2564
225068ab
TI
2565 spec->shutup = alc_eapd_shutup;
2566
1727a771
TI
2567 snd_hda_pick_fixup(codec, alc268_fixup_models, alc268_fixup_tbl, alc268_fixups);
2568 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
6e72aa5f 2569
6ebb8053
TI
2570 /* automatic parse from the BIOS config */
2571 err = alc268_parse_auto_config(codec);
e16fb6d1
TI
2572 if (err < 0)
2573 goto error;
f32610ed 2574
7504b6cd
TI
2575 if (err > 0 && !spec->gen.no_analog &&
2576 spec->gen.autocfg.speaker_pins[0] != 0x1d) {
2577 add_mixer(spec, alc268_beep_mixer);
2578 snd_hda_add_verbs(codec, alc268_beep_init_verbs);
1d045db9
TI
2579 if (!query_amp_caps(codec, 0x1d, HDA_INPUT))
2580 /* override the amp caps for beep generator */
2581 snd_hda_override_amp_caps(codec, 0x1d, HDA_INPUT,
2582 (0x0c << AC_AMPCAP_OFFSET_SHIFT) |
2583 (0x0c << AC_AMPCAP_NUM_STEPS_SHIFT) |
2584 (0x07 << AC_AMPCAP_STEP_SIZE_SHIFT) |
2585 (0 << AC_AMPCAP_MUTE_SHIFT));
2f893286
KY
2586 }
2587
1727a771 2588 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
6e72aa5f 2589
f32610ed 2590 return 0;
e16fb6d1
TI
2591
2592 error:
2593 alc_free(codec);
2594 return err;
f32610ed
JS
2595}
2596
bc9f98a9 2597/*
1d045db9 2598 * ALC269
bc9f98a9 2599 */
08c189f2 2600
1d045db9 2601static const struct hda_pcm_stream alc269_44k_pcm_analog_playback = {
1d045db9 2602 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9
KY
2603};
2604
1d045db9 2605static const struct hda_pcm_stream alc269_44k_pcm_analog_capture = {
1d045db9 2606 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9 2607};
291702f0 2608
1d045db9
TI
2609/* different alc269-variants */
2610enum {
2611 ALC269_TYPE_ALC269VA,
2612 ALC269_TYPE_ALC269VB,
2613 ALC269_TYPE_ALC269VC,
adcc70b2 2614 ALC269_TYPE_ALC269VD,
065380f0
KY
2615 ALC269_TYPE_ALC280,
2616 ALC269_TYPE_ALC282,
2af02be7 2617 ALC269_TYPE_ALC283,
065380f0 2618 ALC269_TYPE_ALC284,
161ebf29 2619 ALC269_TYPE_ALC285,
7fc7d047 2620 ALC269_TYPE_ALC286,
506b62c3 2621 ALC269_TYPE_ALC298,
1d04c9de 2622 ALC269_TYPE_ALC255,
4344aec8 2623 ALC269_TYPE_ALC256,
bc9f98a9
KY
2624};
2625
2626/*
1d045db9 2627 * BIOS auto configuration
bc9f98a9 2628 */
1d045db9
TI
2629static int alc269_parse_auto_config(struct hda_codec *codec)
2630{
1d045db9 2631 static const hda_nid_t alc269_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2632 static const hda_nid_t alc269_ssids[] = { 0, 0x1b, 0x14, 0x21 };
2633 static const hda_nid_t alc269va_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2634 struct alc_spec *spec = codec->spec;
adcc70b2
KY
2635 const hda_nid_t *ssids;
2636
2637 switch (spec->codec_variant) {
2638 case ALC269_TYPE_ALC269VA:
2639 case ALC269_TYPE_ALC269VC:
065380f0
KY
2640 case ALC269_TYPE_ALC280:
2641 case ALC269_TYPE_ALC284:
161ebf29 2642 case ALC269_TYPE_ALC285:
adcc70b2
KY
2643 ssids = alc269va_ssids;
2644 break;
2645 case ALC269_TYPE_ALC269VB:
2646 case ALC269_TYPE_ALC269VD:
065380f0 2647 case ALC269_TYPE_ALC282:
2af02be7 2648 case ALC269_TYPE_ALC283:
7fc7d047 2649 case ALC269_TYPE_ALC286:
506b62c3 2650 case ALC269_TYPE_ALC298:
1d04c9de 2651 case ALC269_TYPE_ALC255:
4344aec8 2652 case ALC269_TYPE_ALC256:
adcc70b2
KY
2653 ssids = alc269_ssids;
2654 break;
2655 default:
2656 ssids = alc269_ssids;
2657 break;
2658 }
bc9f98a9 2659
3e6179b8 2660 return alc_parse_auto_config(codec, alc269_ignore, ssids);
1d045db9 2661}
bc9f98a9 2662
f7ae9ba0
KY
2663static int find_ext_mic_pin(struct hda_codec *codec);
2664
2665static void alc286_shutup(struct hda_codec *codec)
2666{
2667 int i;
2668 int mic_pin = find_ext_mic_pin(codec);
2669 /* don't shut up pins when unloading the driver; otherwise it breaks
2670 * the default pin setup at the next load of the driver
2671 */
2672 if (codec->bus->shutdown)
2673 return;
2674 for (i = 0; i < codec->init_pins.used; i++) {
2675 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
2676 /* use read here for syncing after issuing each verb */
2677 if (pin->nid != mic_pin)
2678 snd_hda_codec_read(codec, pin->nid, 0,
2679 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
2680 }
2681 codec->pins_shutup = 1;
2682}
2683
1387e2d1 2684static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up)
1d045db9 2685{
98b24883 2686 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0);
1d045db9 2687}
291702f0 2688
1d045db9
TI
2689static void alc269_shutup(struct hda_codec *codec)
2690{
adcc70b2
KY
2691 struct alc_spec *spec = codec->spec;
2692
1387e2d1
KY
2693 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
2694 alc269vb_toggle_power_output(codec, 0);
2695 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
2696 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
2697 msleep(150);
2698 }
9bfb2844 2699 snd_hda_shutup_pins(codec);
1d045db9 2700}
291702f0 2701
54db6c39
TI
2702static struct coef_fw alc282_coefs[] = {
2703 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
32fa7e49 2704 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
2705 WRITE_COEF(0x07, 0x0200), /* DMIC control */
2706 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
2707 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
2708 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
2709 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
2710 WRITE_COEF(0x0e, 0x6e00), /* LDO1/2/3, DAC/ADC */
2711 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
2712 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
2713 WRITE_COEF(0x6f, 0x0), /* Class D test 4 */
2714 UPDATE_COEF(0x0c, 0xfe00, 0), /* IO power down directly */
2715 WRITE_COEF(0x34, 0xa0c0), /* ANC */
2716 UPDATE_COEF(0x16, 0x0008, 0), /* AGC MUX */
2717 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
2718 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
2719 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
2720 WRITE_COEF(0x63, 0x2902), /* PLL */
2721 WRITE_COEF(0x68, 0xa080), /* capless control 2 */
2722 WRITE_COEF(0x69, 0x3400), /* capless control 3 */
2723 WRITE_COEF(0x6a, 0x2f3e), /* capless control 4 */
2724 WRITE_COEF(0x6b, 0x0), /* capless control 5 */
2725 UPDATE_COEF(0x6d, 0x0fff, 0x0900), /* class D test 2 */
2726 WRITE_COEF(0x6e, 0x110a), /* class D test 3 */
2727 UPDATE_COEF(0x70, 0x00f8, 0x00d8), /* class D test 5 */
2728 WRITE_COEF(0x71, 0x0014), /* class D test 6 */
2729 WRITE_COEF(0x72, 0xc2ba), /* classD OCP */
2730 UPDATE_COEF(0x77, 0x0f80, 0), /* classD pure DC test */
2731 WRITE_COEF(0x6c, 0xfc06), /* Class D amp control */
2732 {}
2733};
2734
cb149cb3
KY
2735static void alc282_restore_default_value(struct hda_codec *codec)
2736{
54db6c39 2737 alc_process_coef_fw(codec, alc282_coefs);
cb149cb3
KY
2738}
2739
7b5c7a02
KY
2740static void alc282_init(struct hda_codec *codec)
2741{
2742 struct alc_spec *spec = codec->spec;
2743 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2744 bool hp_pin_sense;
2745 int coef78;
2746
cb149cb3
KY
2747 alc282_restore_default_value(codec);
2748
7b5c7a02
KY
2749 if (!hp_pin)
2750 return;
2751 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2752 coef78 = alc_read_coef_idx(codec, 0x78);
2753
2754 /* Index 0x78 Direct Drive HP AMP LPM Control 1 */
2755 /* Headphone capless set to high power mode */
2756 alc_write_coef_idx(codec, 0x78, 0x9004);
2757
2758 if (hp_pin_sense)
2759 msleep(2);
2760
2761 snd_hda_codec_write(codec, hp_pin, 0,
2762 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2763
2764 if (hp_pin_sense)
2765 msleep(85);
2766
2767 snd_hda_codec_write(codec, hp_pin, 0,
2768 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
2769
2770 if (hp_pin_sense)
2771 msleep(100);
2772
2773 /* Headphone capless set to normal mode */
2774 alc_write_coef_idx(codec, 0x78, coef78);
2775}
2776
2777static void alc282_shutup(struct hda_codec *codec)
2778{
2779 struct alc_spec *spec = codec->spec;
2780 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2781 bool hp_pin_sense;
2782 int coef78;
2783
2784 if (!hp_pin) {
2785 alc269_shutup(codec);
2786 return;
2787 }
2788
2789 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2790 coef78 = alc_read_coef_idx(codec, 0x78);
2791 alc_write_coef_idx(codec, 0x78, 0x9004);
2792
2793 if (hp_pin_sense)
2794 msleep(2);
2795
2796 snd_hda_codec_write(codec, hp_pin, 0,
2797 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2798
2799 if (hp_pin_sense)
2800 msleep(85);
2801
2802 snd_hda_codec_write(codec, hp_pin, 0,
2803 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
2804
2805 if (hp_pin_sense)
2806 msleep(100);
2807
2808 alc_auto_setup_eapd(codec, false);
2809 snd_hda_shutup_pins(codec);
2810 alc_write_coef_idx(codec, 0x78, coef78);
2811}
2812
54db6c39
TI
2813static struct coef_fw alc283_coefs[] = {
2814 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
56779864 2815 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
2816 WRITE_COEF(0x07, 0x0200), /* DMIC control */
2817 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
2818 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
2819 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
2820 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
2821 WRITE_COEF(0x0e, 0x6fc0), /* LDO1/2/3, DAC/ADC */
2822 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
2823 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
2824 WRITE_COEF(0x3a, 0x0), /* Class D test 4 */
2825 UPDATE_COEF(0x0c, 0xfe00, 0x0), /* IO power down directly */
2826 WRITE_COEF(0x22, 0xa0c0), /* ANC */
2827 UPDATE_COEFEX(0x53, 0x01, 0x000f, 0x0008), /* AGC MUX */
2828 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
2829 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
2830 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
2831 WRITE_COEF(0x2e, 0x2902), /* PLL */
2832 WRITE_COEF(0x33, 0xa080), /* capless control 2 */
2833 WRITE_COEF(0x34, 0x3400), /* capless control 3 */
2834 WRITE_COEF(0x35, 0x2f3e), /* capless control 4 */
2835 WRITE_COEF(0x36, 0x0), /* capless control 5 */
2836 UPDATE_COEF(0x38, 0x0fff, 0x0900), /* class D test 2 */
2837 WRITE_COEF(0x39, 0x110a), /* class D test 3 */
2838 UPDATE_COEF(0x3b, 0x00f8, 0x00d8), /* class D test 5 */
2839 WRITE_COEF(0x3c, 0x0014), /* class D test 6 */
2840 WRITE_COEF(0x3d, 0xc2ba), /* classD OCP */
2841 UPDATE_COEF(0x42, 0x0f80, 0x0), /* classD pure DC test */
2842 WRITE_COEF(0x49, 0x0), /* test mode */
2843 UPDATE_COEF(0x40, 0xf800, 0x9800), /* Class D DC enable */
2844 UPDATE_COEF(0x42, 0xf000, 0x2000), /* DC offset */
2845 WRITE_COEF(0x37, 0xfc06), /* Class D amp control */
56779864 2846 UPDATE_COEF(0x1b, 0x8000, 0), /* HP JD control */
54db6c39
TI
2847 {}
2848};
2849
6bd55b04
KY
2850static void alc283_restore_default_value(struct hda_codec *codec)
2851{
54db6c39 2852 alc_process_coef_fw(codec, alc283_coefs);
6bd55b04
KY
2853}
2854
2af02be7
KY
2855static void alc283_init(struct hda_codec *codec)
2856{
2857 struct alc_spec *spec = codec->spec;
2858 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2859 bool hp_pin_sense;
2af02be7 2860
8314f225
KY
2861 if (!spec->gen.autocfg.hp_outs) {
2862 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
2863 hp_pin = spec->gen.autocfg.line_out_pins[0];
2864 }
2865
6bd55b04
KY
2866 alc283_restore_default_value(codec);
2867
2af02be7
KY
2868 if (!hp_pin)
2869 return;
a59d7199
KY
2870
2871 msleep(30);
2af02be7
KY
2872 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2873
2874 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */
2875 /* Headphone capless set to high power mode */
2876 alc_write_coef_idx(codec, 0x43, 0x9004);
2877
2878 snd_hda_codec_write(codec, hp_pin, 0,
2879 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2880
2881 if (hp_pin_sense)
2882 msleep(85);
2883
2884 snd_hda_codec_write(codec, hp_pin, 0,
2885 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
2886
2887 if (hp_pin_sense)
2888 msleep(85);
2889 /* Index 0x46 Combo jack auto switch control 2 */
2890 /* 3k pull low control for Headset jack. */
98b24883 2891 alc_update_coef_idx(codec, 0x46, 3 << 12, 0);
2af02be7
KY
2892 /* Headphone capless set to normal mode */
2893 alc_write_coef_idx(codec, 0x43, 0x9614);
2894}
2895
2896static void alc283_shutup(struct hda_codec *codec)
2897{
2898 struct alc_spec *spec = codec->spec;
2899 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2900 bool hp_pin_sense;
2af02be7 2901
8314f225
KY
2902 if (!spec->gen.autocfg.hp_outs) {
2903 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
2904 hp_pin = spec->gen.autocfg.line_out_pins[0];
2905 }
2906
2af02be7
KY
2907 if (!hp_pin) {
2908 alc269_shutup(codec);
2909 return;
2910 }
2911
2912 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2913
2914 alc_write_coef_idx(codec, 0x43, 0x9004);
2915
b450b17c
HP
2916 /*depop hp during suspend*/
2917 alc_write_coef_idx(codec, 0x06, 0x2100);
2918
2af02be7
KY
2919 snd_hda_codec_write(codec, hp_pin, 0,
2920 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2921
2922 if (hp_pin_sense)
88011c09 2923 msleep(100);
2af02be7
KY
2924
2925 snd_hda_codec_write(codec, hp_pin, 0,
2926 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
2927
98b24883 2928 alc_update_coef_idx(codec, 0x46, 0, 3 << 12);
2af02be7
KY
2929
2930 if (hp_pin_sense)
88011c09 2931 msleep(100);
0435b3ff 2932 alc_auto_setup_eapd(codec, false);
2af02be7
KY
2933 snd_hda_shutup_pins(codec);
2934 alc_write_coef_idx(codec, 0x43, 0x9614);
2935}
2936
ad60d502
KY
2937static void alc5505_coef_set(struct hda_codec *codec, unsigned int index_reg,
2938 unsigned int val)
2939{
2940 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
2941 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val & 0xffff); /* LSB */
2942 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val >> 16); /* MSB */
2943}
2944
2945static int alc5505_coef_get(struct hda_codec *codec, unsigned int index_reg)
2946{
2947 unsigned int val;
2948
2949 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
2950 val = snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
2951 & 0xffff;
2952 val |= snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
2953 << 16;
2954 return val;
2955}
2956
2957static void alc5505_dsp_halt(struct hda_codec *codec)
2958{
2959 unsigned int val;
2960
2961 alc5505_coef_set(codec, 0x3000, 0x000c); /* DSP CPU stop */
2962 alc5505_coef_set(codec, 0x880c, 0x0008); /* DDR enter self refresh */
2963 alc5505_coef_set(codec, 0x61c0, 0x11110080); /* Clock control for PLL and CPU */
2964 alc5505_coef_set(codec, 0x6230, 0xfc0d4011); /* Disable Input OP */
2965 alc5505_coef_set(codec, 0x61b4, 0x040a2b03); /* Stop PLL2 */
2966 alc5505_coef_set(codec, 0x61b0, 0x00005b17); /* Stop PLL1 */
2967 alc5505_coef_set(codec, 0x61b8, 0x04133303); /* Stop PLL3 */
2968 val = alc5505_coef_get(codec, 0x6220);
2969 alc5505_coef_set(codec, 0x6220, (val | 0x3000)); /* switch Ringbuffer clock to DBUS clock */
2970}
2971
2972static void alc5505_dsp_back_from_halt(struct hda_codec *codec)
2973{
2974 alc5505_coef_set(codec, 0x61b8, 0x04133302);
2975 alc5505_coef_set(codec, 0x61b0, 0x00005b16);
2976 alc5505_coef_set(codec, 0x61b4, 0x040a2b02);
2977 alc5505_coef_set(codec, 0x6230, 0xf80d4011);
2978 alc5505_coef_set(codec, 0x6220, 0x2002010f);
2979 alc5505_coef_set(codec, 0x880c, 0x00000004);
2980}
2981
2982static void alc5505_dsp_init(struct hda_codec *codec)
2983{
2984 unsigned int val;
2985
2986 alc5505_dsp_halt(codec);
2987 alc5505_dsp_back_from_halt(codec);
2988 alc5505_coef_set(codec, 0x61b0, 0x5b14); /* PLL1 control */
2989 alc5505_coef_set(codec, 0x61b0, 0x5b16);
2990 alc5505_coef_set(codec, 0x61b4, 0x04132b00); /* PLL2 control */
2991 alc5505_coef_set(codec, 0x61b4, 0x04132b02);
2992 alc5505_coef_set(codec, 0x61b8, 0x041f3300); /* PLL3 control*/
2993 alc5505_coef_set(codec, 0x61b8, 0x041f3302);
2994 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_CODEC_RESET, 0); /* Function reset */
2995 alc5505_coef_set(codec, 0x61b8, 0x041b3302);
2996 alc5505_coef_set(codec, 0x61b8, 0x04173302);
2997 alc5505_coef_set(codec, 0x61b8, 0x04163302);
2998 alc5505_coef_set(codec, 0x8800, 0x348b328b); /* DRAM control */
2999 alc5505_coef_set(codec, 0x8808, 0x00020022); /* DRAM control */
3000 alc5505_coef_set(codec, 0x8818, 0x00000400); /* DRAM control */
3001
3002 val = alc5505_coef_get(codec, 0x6200) >> 16; /* Read revision ID */
3003 if (val <= 3)
3004 alc5505_coef_set(codec, 0x6220, 0x2002010f); /* I/O PAD Configuration */
3005 else
3006 alc5505_coef_set(codec, 0x6220, 0x6002018f);
3007
3008 alc5505_coef_set(codec, 0x61ac, 0x055525f0); /**/
3009 alc5505_coef_set(codec, 0x61c0, 0x12230080); /* Clock control */
3010 alc5505_coef_set(codec, 0x61b4, 0x040e2b02); /* PLL2 control */
3011 alc5505_coef_set(codec, 0x61bc, 0x010234f8); /* OSC Control */
3012 alc5505_coef_set(codec, 0x880c, 0x00000004); /* DRAM Function control */
3013 alc5505_coef_set(codec, 0x880c, 0x00000003);
3014 alc5505_coef_set(codec, 0x880c, 0x00000010);
cd63a5ff
TI
3015
3016#ifdef HALT_REALTEK_ALC5505
3017 alc5505_dsp_halt(codec);
3018#endif
ad60d502
KY
3019}
3020
cd63a5ff
TI
3021#ifdef HALT_REALTEK_ALC5505
3022#define alc5505_dsp_suspend(codec) /* NOP */
3023#define alc5505_dsp_resume(codec) /* NOP */
3024#else
3025#define alc5505_dsp_suspend(codec) alc5505_dsp_halt(codec)
3026#define alc5505_dsp_resume(codec) alc5505_dsp_back_from_halt(codec)
3027#endif
3028
2a43952a 3029#ifdef CONFIG_PM
ad60d502
KY
3030static int alc269_suspend(struct hda_codec *codec)
3031{
3032 struct alc_spec *spec = codec->spec;
3033
3034 if (spec->has_alc5505_dsp)
cd63a5ff 3035 alc5505_dsp_suspend(codec);
ad60d502
KY
3036 return alc_suspend(codec);
3037}
3038
1d045db9
TI
3039static int alc269_resume(struct hda_codec *codec)
3040{
adcc70b2
KY
3041 struct alc_spec *spec = codec->spec;
3042
1387e2d1
KY
3043 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3044 alc269vb_toggle_power_output(codec, 0);
3045 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 3046 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
3047 msleep(150);
3048 }
8c427226 3049
1d045db9 3050 codec->patch_ops.init(codec);
f1d4e28b 3051
1387e2d1
KY
3052 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3053 alc269vb_toggle_power_output(codec, 1);
3054 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 3055 (alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9
TI
3056 msleep(200);
3057 }
f1d4e28b 3058
eeecd9d1 3059 regcache_sync(codec->core.regmap);
1d045db9 3060 hda_call_check_power_status(codec, 0x01);
f475371a
HW
3061
3062 /* on some machine, the BIOS will clear the codec gpio data when enter
3063 * suspend, and won't restore the data after resume, so we restore it
3064 * in the driver.
3065 */
3066 if (spec->gpio_led)
7639a06c 3067 snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_DATA,
f475371a
HW
3068 spec->gpio_led);
3069
ad60d502 3070 if (spec->has_alc5505_dsp)
cd63a5ff 3071 alc5505_dsp_resume(codec);
c5177c86 3072
1d045db9
TI
3073 return 0;
3074}
2a43952a 3075#endif /* CONFIG_PM */
f1d4e28b 3076
108cc108 3077static void alc269_fixup_pincfg_no_hp_to_lineout(struct hda_codec *codec,
1727a771 3078 const struct hda_fixup *fix, int action)
108cc108
DH
3079{
3080 struct alc_spec *spec = codec->spec;
3081
1727a771 3082 if (action == HDA_FIXUP_ACT_PRE_PROBE)
108cc108
DH
3083 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
3084}
3085
1d045db9 3086static void alc269_fixup_hweq(struct hda_codec *codec,
1727a771 3087 const struct hda_fixup *fix, int action)
1d045db9 3088{
98b24883
TI
3089 if (action == HDA_FIXUP_ACT_INIT)
3090 alc_update_coef_idx(codec, 0x1e, 0, 0x80);
1d045db9 3091}
f1d4e28b 3092
7c478f03
DH
3093static void alc269_fixup_headset_mic(struct hda_codec *codec,
3094 const struct hda_fixup *fix, int action)
3095{
3096 struct alc_spec *spec = codec->spec;
3097
3098 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3099 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3100}
3101
1d045db9 3102static void alc271_fixup_dmic(struct hda_codec *codec,
1727a771 3103 const struct hda_fixup *fix, int action)
1d045db9
TI
3104{
3105 static const struct hda_verb verbs[] = {
3106 {0x20, AC_VERB_SET_COEF_INDEX, 0x0d},
3107 {0x20, AC_VERB_SET_PROC_COEF, 0x4000},
3108 {}
3109 };
3110 unsigned int cfg;
f1d4e28b 3111
7639a06c
TI
3112 if (strcmp(codec->core.chip_name, "ALC271X") &&
3113 strcmp(codec->core.chip_name, "ALC269VB"))
1d045db9
TI
3114 return;
3115 cfg = snd_hda_codec_get_pincfg(codec, 0x12);
3116 if (get_defcfg_connect(cfg) == AC_JACK_PORT_FIXED)
3117 snd_hda_sequence_write(codec, verbs);
3118}
f1d4e28b 3119
017f2a10 3120static void alc269_fixup_pcm_44k(struct hda_codec *codec,
1727a771 3121 const struct hda_fixup *fix, int action)
017f2a10
TI
3122{
3123 struct alc_spec *spec = codec->spec;
3124
1727a771 3125 if (action != HDA_FIXUP_ACT_PROBE)
017f2a10
TI
3126 return;
3127
3128 /* Due to a hardware problem on Lenovo Ideadpad, we need to
3129 * fix the sample rate of analog I/O to 44.1kHz
3130 */
08c189f2
TI
3131 spec->gen.stream_analog_playback = &alc269_44k_pcm_analog_playback;
3132 spec->gen.stream_analog_capture = &alc269_44k_pcm_analog_capture;
017f2a10
TI
3133}
3134
adabb3ec 3135static void alc269_fixup_stereo_dmic(struct hda_codec *codec,
1727a771 3136 const struct hda_fixup *fix, int action)
adabb3ec 3137{
adabb3ec
TI
3138 /* The digital-mic unit sends PDM (differential signal) instead of
3139 * the standard PCM, thus you can't record a valid mono stream as is.
3140 * Below is a workaround specific to ALC269 to control the dmic
3141 * signal source as mono.
3142 */
98b24883
TI
3143 if (action == HDA_FIXUP_ACT_INIT)
3144 alc_update_coef_idx(codec, 0x07, 0, 0x80);
adabb3ec
TI
3145}
3146
24519911
TI
3147static void alc269_quanta_automute(struct hda_codec *codec)
3148{
08c189f2 3149 snd_hda_gen_update_outputs(codec);
24519911 3150
1687ccc8
TI
3151 alc_write_coef_idx(codec, 0x0c, 0x680);
3152 alc_write_coef_idx(codec, 0x0c, 0x480);
24519911
TI
3153}
3154
3155static void alc269_fixup_quanta_mute(struct hda_codec *codec,
1727a771 3156 const struct hda_fixup *fix, int action)
24519911
TI
3157{
3158 struct alc_spec *spec = codec->spec;
1727a771 3159 if (action != HDA_FIXUP_ACT_PROBE)
24519911 3160 return;
08c189f2 3161 spec->gen.automute_hook = alc269_quanta_automute;
24519911
TI
3162}
3163
d240d1dc 3164static void alc269_x101_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 3165 struct hda_jack_callback *jack)
d240d1dc
DH
3166{
3167 struct alc_spec *spec = codec->spec;
3168 int vref;
3169 msleep(200);
3170 snd_hda_gen_hp_automute(codec, jack);
3171
3172 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
3173 msleep(100);
3174 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3175 vref);
3176 msleep(500);
3177 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3178 vref);
3179}
3180
3181static void alc269_fixup_x101_headset_mic(struct hda_codec *codec,
3182 const struct hda_fixup *fix, int action)
3183{
3184 struct alc_spec *spec = codec->spec;
3185 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3186 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3187 spec->gen.hp_automute_hook = alc269_x101_hp_automute_hook;
3188 }
3189}
3190
3191
08fb0d0e
TI
3192/* update mute-LED according to the speaker mute state via mic VREF pin */
3193static void alc269_fixup_mic_mute_hook(void *private_data, int enabled)
6d3cd5d4
DH
3194{
3195 struct hda_codec *codec = private_data;
08fb0d0e
TI
3196 struct alc_spec *spec = codec->spec;
3197 unsigned int pinval;
3198
3199 if (spec->mute_led_polarity)
3200 enabled = !enabled;
415d555e
TI
3201 pinval = snd_hda_codec_get_pin_target(codec, spec->mute_led_nid);
3202 pinval &= ~AC_PINCTL_VREFEN;
3203 pinval |= enabled ? AC_PINCTL_VREF_HIZ : AC_PINCTL_VREF_80;
08fb0d0e
TI
3204 if (spec->mute_led_nid)
3205 snd_hda_set_pin_ctl_cache(codec, spec->mute_led_nid, pinval);
6d3cd5d4
DH
3206}
3207
d5b6b65e
DH
3208/* Make sure the led works even in runtime suspend */
3209static unsigned int led_power_filter(struct hda_codec *codec,
3210 hda_nid_t nid,
3211 unsigned int power_state)
3212{
3213 struct alc_spec *spec = codec->spec;
3214
50dd9050
HW
3215 if (power_state != AC_PWRST_D3 || nid == 0 ||
3216 (nid != spec->mute_led_nid && nid != spec->cap_mute_led_nid))
d5b6b65e
DH
3217 return power_state;
3218
3219 /* Set pin ctl again, it might have just been set to 0 */
3220 snd_hda_set_pin_ctl(codec, nid,
3221 snd_hda_codec_get_pin_target(codec, nid));
3222
cffd3966 3223 return snd_hda_gen_path_power_filter(codec, nid, power_state);
d5b6b65e
DH
3224}
3225
08fb0d0e
TI
3226static void alc269_fixup_hp_mute_led(struct hda_codec *codec,
3227 const struct hda_fixup *fix, int action)
6d3cd5d4
DH
3228{
3229 struct alc_spec *spec = codec->spec;
08fb0d0e
TI
3230 const struct dmi_device *dev = NULL;
3231
3232 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3233 return;
3234
3235 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
3236 int pol, pin;
3237 if (sscanf(dev->name, "HP_Mute_LED_%d_%x", &pol, &pin) != 2)
3238 continue;
3239 if (pin < 0x0a || pin >= 0x10)
3240 break;
3241 spec->mute_led_polarity = pol;
3242 spec->mute_led_nid = pin - 0x0a + 0x18;
3243 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
fd25a97a 3244 spec->gen.vmaster_mute_enum = 1;
d5b6b65e 3245 codec->power_filter = led_power_filter;
4e76a883
TI
3246 codec_dbg(codec,
3247 "Detected mute LED for %x:%d\n", spec->mute_led_nid,
08fb0d0e 3248 spec->mute_led_polarity);
6d3cd5d4
DH
3249 break;
3250 }
3251}
3252
d06ac143
DH
3253static void alc269_fixup_hp_mute_led_mic1(struct hda_codec *codec,
3254 const struct hda_fixup *fix, int action)
3255{
3256 struct alc_spec *spec = codec->spec;
3257 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3258 spec->mute_led_polarity = 0;
3259 spec->mute_led_nid = 0x18;
3260 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
3261 spec->gen.vmaster_mute_enum = 1;
d5b6b65e 3262 codec->power_filter = led_power_filter;
d06ac143
DH
3263 }
3264}
3265
08fb0d0e
TI
3266static void alc269_fixup_hp_mute_led_mic2(struct hda_codec *codec,
3267 const struct hda_fixup *fix, int action)
420b0feb
TI
3268{
3269 struct alc_spec *spec = codec->spec;
9bb1f06f 3270 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
08fb0d0e
TI
3271 spec->mute_led_polarity = 0;
3272 spec->mute_led_nid = 0x19;
3273 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
fd25a97a 3274 spec->gen.vmaster_mute_enum = 1;
d5b6b65e 3275 codec->power_filter = led_power_filter;
420b0feb
TI
3276 }
3277}
3278
0f32fd19
TI
3279/* update LED status via GPIO */
3280static void alc_update_gpio_led(struct hda_codec *codec, unsigned int mask,
3281 bool enabled)
9f5c6faf 3282{
9f5c6faf
TI
3283 struct alc_spec *spec = codec->spec;
3284 unsigned int oldval = spec->gpio_led;
3285
0f32fd19
TI
3286 if (spec->mute_led_polarity)
3287 enabled = !enabled;
3288
9f5c6faf 3289 if (enabled)
0f32fd19 3290 spec->gpio_led &= ~mask;
9f5c6faf 3291 else
0f32fd19 3292 spec->gpio_led |= mask;
9f5c6faf
TI
3293 if (spec->gpio_led != oldval)
3294 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
3295 spec->gpio_led);
3296}
3297
0f32fd19
TI
3298/* turn on/off mute LED via GPIO per vmaster hook */
3299static void alc_fixup_gpio_mute_hook(void *private_data, int enabled)
9f5c6faf 3300{
0f32fd19 3301 struct hda_codec *codec = private_data;
9f5c6faf 3302 struct alc_spec *spec = codec->spec;
9f5c6faf 3303
0f32fd19
TI
3304 alc_update_gpio_led(codec, spec->gpio_mute_led_mask, enabled);
3305}
9f5c6faf 3306
0f32fd19
TI
3307/* turn on/off mic-mute LED via GPIO per capture hook */
3308static void alc_fixup_gpio_mic_mute_hook(struct hda_codec *codec,
3309 struct snd_kcontrol *kcontrol,
3310 struct snd_ctl_elem_value *ucontrol)
3311{
3312 struct alc_spec *spec = codec->spec;
3313
3314 if (ucontrol)
3315 alc_update_gpio_led(codec, spec->gpio_mic_led_mask,
3316 ucontrol->value.integer.value[0] ||
3317 ucontrol->value.integer.value[1]);
9f5c6faf
TI
3318}
3319
3320static void alc269_fixup_hp_gpio_led(struct hda_codec *codec,
3321 const struct hda_fixup *fix, int action)
3322{
3323 struct alc_spec *spec = codec->spec;
3324 static const struct hda_verb gpio_init[] = {
3325 { 0x01, AC_VERB_SET_GPIO_MASK, 0x18 },
3326 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 },
3327 {}
3328 };
3329
3330 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19
TI
3331 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
3332 spec->gen.cap_sync_hook = alc_fixup_gpio_mic_mute_hook;
9f5c6faf 3333 spec->gpio_led = 0;
0f32fd19
TI
3334 spec->mute_led_polarity = 0;
3335 spec->gpio_mute_led_mask = 0x08;
3336 spec->gpio_mic_led_mask = 0x10;
9f5c6faf
TI
3337 snd_hda_add_verbs(codec, gpio_init);
3338 }
3339}
3340
eaa8e5ef
KY
3341static void alc286_fixup_hp_gpio_led(struct hda_codec *codec,
3342 const struct hda_fixup *fix, int action)
3343{
3344 struct alc_spec *spec = codec->spec;
3345 static const struct hda_verb gpio_init[] = {
3346 { 0x01, AC_VERB_SET_GPIO_MASK, 0x22 },
3347 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x22 },
3348 {}
3349 };
3350
3351 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3352 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
3353 spec->gen.cap_sync_hook = alc_fixup_gpio_mic_mute_hook;
9f5c6faf 3354 spec->gpio_led = 0;
eaa8e5ef
KY
3355 spec->mute_led_polarity = 0;
3356 spec->gpio_mute_led_mask = 0x02;
3357 spec->gpio_mic_led_mask = 0x20;
9f5c6faf
TI
3358 snd_hda_add_verbs(codec, gpio_init);
3359 }
3360}
3361
9c5dc3bf
KY
3362/* turn on/off mic-mute LED per capture hook */
3363static void alc269_fixup_hp_cap_mic_mute_hook(struct hda_codec *codec,
3364 struct snd_kcontrol *kcontrol,
3365 struct snd_ctl_elem_value *ucontrol)
3366{
3367 struct alc_spec *spec = codec->spec;
3368 unsigned int pinval, enable, disable;
3369
fc1fad93 3370 pinval = snd_hda_codec_get_pin_target(codec, spec->cap_mute_led_nid);
9c5dc3bf
KY
3371 pinval &= ~AC_PINCTL_VREFEN;
3372 enable = pinval | AC_PINCTL_VREF_80;
3373 disable = pinval | AC_PINCTL_VREF_HIZ;
3374
3375 if (!ucontrol)
3376 return;
3377
3378 if (ucontrol->value.integer.value[0] ||
3379 ucontrol->value.integer.value[1])
3380 pinval = disable;
3381 else
3382 pinval = enable;
3383
3384 if (spec->cap_mute_led_nid)
3385 snd_hda_set_pin_ctl_cache(codec, spec->cap_mute_led_nid, pinval);
3386}
3387
3388static void alc269_fixup_hp_gpio_mic1_led(struct hda_codec *codec,
3389 const struct hda_fixup *fix, int action)
3390{
3391 struct alc_spec *spec = codec->spec;
3392 static const struct hda_verb gpio_init[] = {
3393 { 0x01, AC_VERB_SET_GPIO_MASK, 0x08 },
3394 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x08 },
3395 {}
3396 };
3397
3398 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19 3399 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
9c5dc3bf
KY
3400 spec->gen.cap_sync_hook = alc269_fixup_hp_cap_mic_mute_hook;
3401 spec->gpio_led = 0;
0f32fd19
TI
3402 spec->mute_led_polarity = 0;
3403 spec->gpio_mute_led_mask = 0x08;
9c5dc3bf
KY
3404 spec->cap_mute_led_nid = 0x18;
3405 snd_hda_add_verbs(codec, gpio_init);
50dd9050 3406 codec->power_filter = led_power_filter;
9c5dc3bf
KY
3407 }
3408}
3409
7a5255f1
DH
3410static void alc280_fixup_hp_gpio4(struct hda_codec *codec,
3411 const struct hda_fixup *fix, int action)
3412{
3413 /* Like hp_gpio_mic1_led, but also needs GPIO4 low to enable headphone amp */
3414 struct alc_spec *spec = codec->spec;
3415 static const struct hda_verb gpio_init[] = {
3416 { 0x01, AC_VERB_SET_GPIO_MASK, 0x18 },
3417 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 },
3418 {}
3419 };
3420
3421 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19 3422 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
7a5255f1
DH
3423 spec->gen.cap_sync_hook = alc269_fixup_hp_cap_mic_mute_hook;
3424 spec->gpio_led = 0;
0f32fd19
TI
3425 spec->mute_led_polarity = 0;
3426 spec->gpio_mute_led_mask = 0x08;
7a5255f1
DH
3427 spec->cap_mute_led_nid = 0x18;
3428 snd_hda_add_verbs(codec, gpio_init);
3429 codec->power_filter = led_power_filter;
3430 }
3431}
3432
33f4acd3
DH
3433static void gpio2_mic_hotkey_event(struct hda_codec *codec,
3434 struct hda_jack_callback *event)
3435{
3436 struct alc_spec *spec = codec->spec;
3437
3438 /* GPIO2 just toggles on a keypress/keyrelease cycle. Therefore
3439 send both key on and key off event for every interrupt. */
3440 input_report_key(spec->kb_dev, KEY_MICMUTE, 1);
3441 input_sync(spec->kb_dev);
3442 input_report_key(spec->kb_dev, KEY_MICMUTE, 0);
3443 input_sync(spec->kb_dev);
3444}
33f4acd3
DH
3445
3446static void alc280_fixup_hp_gpio2_mic_hotkey(struct hda_codec *codec,
3447 const struct hda_fixup *fix, int action)
3448{
33f4acd3
DH
3449 /* GPIO1 = set according to SKU external amp
3450 GPIO2 = mic mute hotkey
3451 GPIO3 = mute LED
3452 GPIO4 = mic mute LED */
3453 static const struct hda_verb gpio_init[] = {
3454 { 0x01, AC_VERB_SET_GPIO_MASK, 0x1e },
3455 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x1a },
3456 { 0x01, AC_VERB_SET_GPIO_DATA, 0x02 },
3457 {}
3458 };
3459
3460 struct alc_spec *spec = codec->spec;
3461
3462 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3463 spec->kb_dev = input_allocate_device();
3464 if (!spec->kb_dev) {
3465 codec_err(codec, "Out of memory (input_allocate_device)\n");
3466 return;
3467 }
3468 spec->kb_dev->name = "Microphone Mute Button";
3469 spec->kb_dev->evbit[0] = BIT_MASK(EV_KEY);
3470 spec->kb_dev->keybit[BIT_WORD(KEY_MICMUTE)] = BIT_MASK(KEY_MICMUTE);
3471 if (input_register_device(spec->kb_dev)) {
3472 codec_err(codec, "input_register_device failed\n");
3473 input_free_device(spec->kb_dev);
3474 spec->kb_dev = NULL;
3475 return;
3476 }
3477
3478 snd_hda_add_verbs(codec, gpio_init);
7639a06c 3479 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
33f4acd3 3480 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x04);
7639a06c 3481 snd_hda_jack_detect_enable_callback(codec, codec->core.afg,
33f4acd3
DH
3482 gpio2_mic_hotkey_event);
3483
3484 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
3485 spec->gen.cap_sync_hook = alc_fixup_gpio_mic_mute_hook;
3486 spec->gpio_led = 0;
3487 spec->mute_led_polarity = 0;
3488 spec->gpio_mute_led_mask = 0x08;
3489 spec->gpio_mic_led_mask = 0x10;
3490 return;
3491 }
3492
3493 if (!spec->kb_dev)
3494 return;
3495
3496 switch (action) {
3497 case HDA_FIXUP_ACT_PROBE:
3498 spec->init_amp = ALC_INIT_DEFAULT;
3499 break;
3500 case HDA_FIXUP_ACT_FREE:
3501 input_unregister_device(spec->kb_dev);
33f4acd3
DH
3502 spec->kb_dev = NULL;
3503 }
33f4acd3
DH
3504}
3505
9c5dc3bf
KY
3506static void alc269_fixup_hp_line1_mic1_led(struct hda_codec *codec,
3507 const struct hda_fixup *fix, int action)
3508{
3509 struct alc_spec *spec = codec->spec;
3510
3511 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3512 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
3513 spec->gen.cap_sync_hook = alc269_fixup_hp_cap_mic_mute_hook;
3514 spec->mute_led_polarity = 0;
3515 spec->mute_led_nid = 0x1a;
3516 spec->cap_mute_led_nid = 0x18;
3517 spec->gen.vmaster_mute_enum = 1;
3518 codec->power_filter = led_power_filter;
3519 }
3520}
3521
73bdd597
DH
3522static void alc_headset_mode_unplugged(struct hda_codec *codec)
3523{
54db6c39
TI
3524 static struct coef_fw coef0255[] = {
3525 WRITE_COEF(0x1b, 0x0c0b), /* LDO and MISC control */
3526 WRITE_COEF(0x45, 0xd089), /* UAJ function set to menual mode */
3527 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
3528 WRITE_COEF(0x06, 0x6104), /* Set MIC2 Vref gate with HP */
3529 WRITE_COEFEX(0x57, 0x03, 0x8aa6), /* Direct Drive HP Amp control */
3530 {}
3531 };
3532 static struct coef_fw coef0233[] = {
3533 WRITE_COEF(0x1b, 0x0c0b),
3534 WRITE_COEF(0x45, 0xc429),
3535 UPDATE_COEF(0x35, 0x4000, 0),
3536 WRITE_COEF(0x06, 0x2104),
3537 WRITE_COEF(0x1a, 0x0001),
3538 WRITE_COEF(0x26, 0x0004),
3539 WRITE_COEF(0x32, 0x42a3),
3540 {}
3541 };
f3b70332
KY
3542 static struct coef_fw coef0288[] = {
3543 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
3544 UPDATE_COEF(0x50, 0x2000, 0x2000),
3545 UPDATE_COEF(0x56, 0x0006, 0x0006),
3546 UPDATE_COEF(0x66, 0x0008, 0),
3547 UPDATE_COEF(0x67, 0x2000, 0),
3548 {}
3549 };
54db6c39
TI
3550 static struct coef_fw coef0292[] = {
3551 WRITE_COEF(0x76, 0x000e),
3552 WRITE_COEF(0x6c, 0x2400),
3553 WRITE_COEF(0x18, 0x7308),
3554 WRITE_COEF(0x6b, 0xc429),
3555 {}
3556 };
3557 static struct coef_fw coef0293[] = {
3558 UPDATE_COEF(0x10, 7<<8, 6<<8), /* SET Line1 JD to 0 */
3559 UPDATE_COEFEX(0x57, 0x05, 1<<15|1<<13, 0x0), /* SET charge pump by verb */
3560 UPDATE_COEFEX(0x57, 0x03, 1<<10, 1<<10), /* SET EN_OSW to 1 */
3561 UPDATE_COEF(0x1a, 1<<3, 1<<3), /* Combo JD gating with LINE1-VREFO */
3562 WRITE_COEF(0x45, 0xc429), /* Set to TRS type */
3563 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
3564 {}
3565 };
3566 static struct coef_fw coef0668[] = {
3567 WRITE_COEF(0x15, 0x0d40),
3568 WRITE_COEF(0xb7, 0x802b),
3569 {}
3570 };
3571
7639a06c 3572 switch (codec->core.vendor_id) {
9a22a8f5 3573 case 0x10ec0255:
7081adf3 3574 case 0x10ec0256:
54db6c39 3575 alc_process_coef_fw(codec, coef0255);
9a22a8f5 3576 break;
13fd08a3 3577 case 0x10ec0233:
73bdd597 3578 case 0x10ec0283:
54db6c39 3579 alc_process_coef_fw(codec, coef0233);
73bdd597 3580 break;
f3b70332
KY
3581 case 0x10ec0286:
3582 case 0x10ec0288:
1a5bc8d9 3583 case 0x10ec0298:
f3b70332
KY
3584 alc_process_coef_fw(codec, coef0288);
3585 break;
73bdd597 3586 case 0x10ec0292:
54db6c39 3587 alc_process_coef_fw(codec, coef0292);
73bdd597 3588 break;
a22aa26f 3589 case 0x10ec0293:
54db6c39 3590 alc_process_coef_fw(codec, coef0293);
a22aa26f 3591 break;
73bdd597 3592 case 0x10ec0668:
54db6c39 3593 alc_process_coef_fw(codec, coef0668);
73bdd597
DH
3594 break;
3595 }
4e76a883 3596 codec_dbg(codec, "Headset jack set to unplugged mode.\n");
73bdd597
DH
3597}
3598
3599
3600static void alc_headset_mode_mic_in(struct hda_codec *codec, hda_nid_t hp_pin,
3601 hda_nid_t mic_pin)
3602{
54db6c39
TI
3603 static struct coef_fw coef0255[] = {
3604 WRITE_COEFEX(0x57, 0x03, 0x8aa6),
3605 WRITE_COEF(0x06, 0x6100), /* Set MIC2 Vref gate to normal */
3606 {}
3607 };
3608 static struct coef_fw coef0233[] = {
3609 UPDATE_COEF(0x35, 0, 1<<14),
3610 WRITE_COEF(0x06, 0x2100),
3611 WRITE_COEF(0x1a, 0x0021),
3612 WRITE_COEF(0x26, 0x008c),
3613 {}
3614 };
f3b70332
KY
3615 static struct coef_fw coef0288[] = {
3616 UPDATE_COEF(0x50, 0x2000, 0),
3617 UPDATE_COEF(0x56, 0x0006, 0),
3618 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
3619 UPDATE_COEF(0x66, 0x0008, 0x0008),
3620 UPDATE_COEF(0x67, 0x2000, 0x2000),
3621 {}
3622 };
54db6c39
TI
3623 static struct coef_fw coef0292[] = {
3624 WRITE_COEF(0x19, 0xa208),
3625 WRITE_COEF(0x2e, 0xacf0),
3626 {}
3627 };
3628 static struct coef_fw coef0293[] = {
3629 UPDATE_COEFEX(0x57, 0x05, 0, 1<<15|1<<13), /* SET charge pump by verb */
3630 UPDATE_COEFEX(0x57, 0x03, 1<<10, 0), /* SET EN_OSW to 0 */
3631 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
3632 {}
3633 };
3634 static struct coef_fw coef0688[] = {
3635 WRITE_COEF(0xb7, 0x802b),
3636 WRITE_COEF(0xb5, 0x1040),
3637 UPDATE_COEF(0xc3, 0, 1<<12),
3638 {}
3639 };
3640
7639a06c 3641 switch (codec->core.vendor_id) {
9a22a8f5 3642 case 0x10ec0255:
7081adf3 3643 case 0x10ec0256:
9a22a8f5
KY
3644 alc_write_coef_idx(codec, 0x45, 0xc489);
3645 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 3646 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
3647 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3648 break;
13fd08a3 3649 case 0x10ec0233:
73bdd597
DH
3650 case 0x10ec0283:
3651 alc_write_coef_idx(codec, 0x45, 0xc429);
3652 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 3653 alc_process_coef_fw(codec, coef0233);
73bdd597
DH
3654 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3655 break;
f3b70332
KY
3656 case 0x10ec0286:
3657 case 0x10ec0288:
1a5bc8d9 3658 case 0x10ec0298:
f3b70332
KY
3659 alc_update_coef_idx(codec, 0x4f, 0x000c, 0);
3660 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3661 alc_process_coef_fw(codec, coef0288);
3662 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3663 break;
73bdd597
DH
3664 case 0x10ec0292:
3665 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 3666 alc_process_coef_fw(codec, coef0292);
73bdd597 3667 break;
a22aa26f
KY
3668 case 0x10ec0293:
3669 /* Set to TRS mode */
3670 alc_write_coef_idx(codec, 0x45, 0xc429);
3671 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 3672 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
3673 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3674 break;
1f8b46cd
DH
3675 case 0x10ec0662:
3676 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3677 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3678 break;
73bdd597
DH
3679 case 0x10ec0668:
3680 alc_write_coef_idx(codec, 0x11, 0x0001);
3681 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 3682 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
3683 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3684 break;
3685 }
4e76a883 3686 codec_dbg(codec, "Headset jack set to mic-in mode.\n");
73bdd597
DH
3687}
3688
3689static void alc_headset_mode_default(struct hda_codec *codec)
3690{
54db6c39
TI
3691 static struct coef_fw coef0255[] = {
3692 WRITE_COEF(0x45, 0xc089),
3693 WRITE_COEF(0x45, 0xc489),
3694 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
3695 WRITE_COEF(0x49, 0x0049),
3696 {}
3697 };
3698 static struct coef_fw coef0233[] = {
3699 WRITE_COEF(0x06, 0x2100),
3700 WRITE_COEF(0x32, 0x4ea3),
3701 {}
3702 };
f3b70332
KY
3703 static struct coef_fw coef0288[] = {
3704 UPDATE_COEF(0x4f, 0xfcc0, 0xc400), /* Set to TRS type */
3705 UPDATE_COEF(0x50, 0x2000, 0x2000),
3706 UPDATE_COEF(0x56, 0x0006, 0x0006),
3707 UPDATE_COEF(0x66, 0x0008, 0),
3708 UPDATE_COEF(0x67, 0x2000, 0),
3709 {}
3710 };
54db6c39
TI
3711 static struct coef_fw coef0292[] = {
3712 WRITE_COEF(0x76, 0x000e),
3713 WRITE_COEF(0x6c, 0x2400),
3714 WRITE_COEF(0x6b, 0xc429),
3715 WRITE_COEF(0x18, 0x7308),
3716 {}
3717 };
3718 static struct coef_fw coef0293[] = {
3719 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
3720 WRITE_COEF(0x45, 0xC429), /* Set to TRS type */
3721 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
3722 {}
3723 };
3724 static struct coef_fw coef0688[] = {
3725 WRITE_COEF(0x11, 0x0041),
3726 WRITE_COEF(0x15, 0x0d40),
3727 WRITE_COEF(0xb7, 0x802b),
3728 {}
3729 };
3730
7639a06c 3731 switch (codec->core.vendor_id) {
9a22a8f5 3732 case 0x10ec0255:
7081adf3 3733 case 0x10ec0256:
54db6c39 3734 alc_process_coef_fw(codec, coef0255);
9a22a8f5 3735 break;
13fd08a3 3736 case 0x10ec0233:
73bdd597 3737 case 0x10ec0283:
54db6c39 3738 alc_process_coef_fw(codec, coef0233);
73bdd597 3739 break;
f3b70332
KY
3740 case 0x10ec0286:
3741 case 0x10ec0288:
1a5bc8d9 3742 case 0x10ec0298:
f3b70332
KY
3743 alc_process_coef_fw(codec, coef0288);
3744 break;
73bdd597 3745 case 0x10ec0292:
54db6c39 3746 alc_process_coef_fw(codec, coef0292);
73bdd597 3747 break;
a22aa26f 3748 case 0x10ec0293:
54db6c39 3749 alc_process_coef_fw(codec, coef0293);
a22aa26f 3750 break;
73bdd597 3751 case 0x10ec0668:
54db6c39 3752 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
3753 break;
3754 }
4e76a883 3755 codec_dbg(codec, "Headset jack set to headphone (default) mode.\n");
73bdd597
DH
3756}
3757
3758/* Iphone type */
3759static void alc_headset_mode_ctia(struct hda_codec *codec)
3760{
54db6c39
TI
3761 static struct coef_fw coef0255[] = {
3762 WRITE_COEF(0x45, 0xd489), /* Set to CTIA type */
3763 WRITE_COEF(0x1b, 0x0c2b),
3764 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
3765 {}
3766 };
3767 static struct coef_fw coef0233[] = {
3768 WRITE_COEF(0x45, 0xd429),
3769 WRITE_COEF(0x1b, 0x0c2b),
3770 WRITE_COEF(0x32, 0x4ea3),
3771 {}
3772 };
f3b70332
KY
3773 static struct coef_fw coef0288[] = {
3774 UPDATE_COEF(0x50, 0x2000, 0x2000),
3775 UPDATE_COEF(0x56, 0x0006, 0x0006),
3776 UPDATE_COEF(0x66, 0x0008, 0),
3777 UPDATE_COEF(0x67, 0x2000, 0),
3778 {}
3779 };
54db6c39
TI
3780 static struct coef_fw coef0292[] = {
3781 WRITE_COEF(0x6b, 0xd429),
3782 WRITE_COEF(0x76, 0x0008),
3783 WRITE_COEF(0x18, 0x7388),
3784 {}
3785 };
3786 static struct coef_fw coef0293[] = {
3787 WRITE_COEF(0x45, 0xd429), /* Set to ctia type */
3788 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
3789 {}
3790 };
3791 static struct coef_fw coef0688[] = {
3792 WRITE_COEF(0x11, 0x0001),
3793 WRITE_COEF(0x15, 0x0d60),
3794 WRITE_COEF(0xc3, 0x0000),
3795 {}
3796 };
3797
7639a06c 3798 switch (codec->core.vendor_id) {
9a22a8f5 3799 case 0x10ec0255:
7081adf3 3800 case 0x10ec0256:
54db6c39 3801 alc_process_coef_fw(codec, coef0255);
9a22a8f5 3802 break;
13fd08a3 3803 case 0x10ec0233:
73bdd597 3804 case 0x10ec0283:
54db6c39 3805 alc_process_coef_fw(codec, coef0233);
73bdd597 3806 break;
1a5bc8d9
KY
3807 case 0x10ec0298:
3808 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020);/* Headset output enable */
3809 /* ALC298 jack type setting is the same with ALC286/ALC288 */
f3b70332
KY
3810 case 0x10ec0286:
3811 case 0x10ec0288:
3812 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
3813 msleep(300);
3814 alc_process_coef_fw(codec, coef0288);
3815 break;
73bdd597 3816 case 0x10ec0292:
54db6c39 3817 alc_process_coef_fw(codec, coef0292);
73bdd597 3818 break;
a22aa26f 3819 case 0x10ec0293:
54db6c39 3820 alc_process_coef_fw(codec, coef0293);
a22aa26f 3821 break;
73bdd597 3822 case 0x10ec0668:
54db6c39 3823 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
3824 break;
3825 }
4e76a883 3826 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n");
73bdd597
DH
3827}
3828
3829/* Nokia type */
3830static void alc_headset_mode_omtp(struct hda_codec *codec)
3831{
54db6c39
TI
3832 static struct coef_fw coef0255[] = {
3833 WRITE_COEF(0x45, 0xe489), /* Set to OMTP Type */
3834 WRITE_COEF(0x1b, 0x0c2b),
3835 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
3836 {}
3837 };
3838 static struct coef_fw coef0233[] = {
3839 WRITE_COEF(0x45, 0xe429),
3840 WRITE_COEF(0x1b, 0x0c2b),
3841 WRITE_COEF(0x32, 0x4ea3),
3842 {}
3843 };
f3b70332
KY
3844 static struct coef_fw coef0288[] = {
3845 UPDATE_COEF(0x50, 0x2000, 0x2000),
3846 UPDATE_COEF(0x56, 0x0006, 0x0006),
3847 UPDATE_COEF(0x66, 0x0008, 0),
3848 UPDATE_COEF(0x67, 0x2000, 0),
3849 {}
3850 };
54db6c39
TI
3851 static struct coef_fw coef0292[] = {
3852 WRITE_COEF(0x6b, 0xe429),
3853 WRITE_COEF(0x76, 0x0008),
3854 WRITE_COEF(0x18, 0x7388),
3855 {}
3856 };
3857 static struct coef_fw coef0293[] = {
3858 WRITE_COEF(0x45, 0xe429), /* Set to omtp type */
3859 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
3860 {}
3861 };
3862 static struct coef_fw coef0688[] = {
3863 WRITE_COEF(0x11, 0x0001),
3864 WRITE_COEF(0x15, 0x0d50),
3865 WRITE_COEF(0xc3, 0x0000),
3866 {}
3867 };
3868
7639a06c 3869 switch (codec->core.vendor_id) {
9a22a8f5 3870 case 0x10ec0255:
7081adf3 3871 case 0x10ec0256:
54db6c39 3872 alc_process_coef_fw(codec, coef0255);
9a22a8f5 3873 break;
13fd08a3 3874 case 0x10ec0233:
73bdd597 3875 case 0x10ec0283:
54db6c39 3876 alc_process_coef_fw(codec, coef0233);
73bdd597 3877 break;
1a5bc8d9
KY
3878 case 0x10ec0298:
3879 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);/* Headset output enable */
3880 /* ALC298 jack type setting is the same with ALC286/ALC288 */
f3b70332
KY
3881 case 0x10ec0286:
3882 case 0x10ec0288:
3883 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xe400);
3884 msleep(300);
3885 alc_process_coef_fw(codec, coef0288);
3886 break;
73bdd597 3887 case 0x10ec0292:
54db6c39 3888 alc_process_coef_fw(codec, coef0292);
73bdd597 3889 break;
a22aa26f 3890 case 0x10ec0293:
54db6c39 3891 alc_process_coef_fw(codec, coef0293);
a22aa26f 3892 break;
73bdd597 3893 case 0x10ec0668:
54db6c39 3894 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
3895 break;
3896 }
4e76a883 3897 codec_dbg(codec, "Headset jack set to Nokia-style headset mode.\n");
73bdd597
DH
3898}
3899
3900static void alc_determine_headset_type(struct hda_codec *codec)
3901{
3902 int val;
3903 bool is_ctia = false;
3904 struct alc_spec *spec = codec->spec;
54db6c39
TI
3905 static struct coef_fw coef0255[] = {
3906 WRITE_COEF(0x45, 0xd089), /* combo jack auto switch control(Check type)*/
3907 WRITE_COEF(0x49, 0x0149), /* combo jack auto switch control(Vref
3908 conteol) */
3909 {}
3910 };
f3b70332
KY
3911 static struct coef_fw coef0288[] = {
3912 UPDATE_COEF(0x4f, 0xfcc0, 0xd400), /* Check Type */
3913 {}
3914 };
54db6c39
TI
3915 static struct coef_fw coef0293[] = {
3916 UPDATE_COEF(0x4a, 0x000f, 0x0008), /* Combo Jack auto detect */
3917 WRITE_COEF(0x45, 0xD429), /* Set to ctia type */
3918 {}
3919 };
3920 static struct coef_fw coef0688[] = {
3921 WRITE_COEF(0x11, 0x0001),
3922 WRITE_COEF(0xb7, 0x802b),
3923 WRITE_COEF(0x15, 0x0d60),
3924 WRITE_COEF(0xc3, 0x0c00),
3925 {}
3926 };
73bdd597 3927
7639a06c 3928 switch (codec->core.vendor_id) {
9a22a8f5 3929 case 0x10ec0255:
7081adf3 3930 case 0x10ec0256:
54db6c39 3931 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
3932 msleep(300);
3933 val = alc_read_coef_idx(codec, 0x46);
3934 is_ctia = (val & 0x0070) == 0x0070;
3935 break;
13fd08a3 3936 case 0x10ec0233:
73bdd597
DH
3937 case 0x10ec0283:
3938 alc_write_coef_idx(codec, 0x45, 0xd029);
3939 msleep(300);
3940 val = alc_read_coef_idx(codec, 0x46);
3941 is_ctia = (val & 0x0070) == 0x0070;
3942 break;
1a5bc8d9
KY
3943 case 0x10ec0298:
3944 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020); /* Headset output enable */
3945 /* ALC298 check jack type is the same with ALC286/ALC288 */
f3b70332
KY
3946 case 0x10ec0286:
3947 case 0x10ec0288:
3948 alc_process_coef_fw(codec, coef0288);
3949 msleep(350);
3950 val = alc_read_coef_idx(codec, 0x50);
3951 is_ctia = (val & 0x0070) == 0x0070;
3952 break;
73bdd597
DH
3953 case 0x10ec0292:
3954 alc_write_coef_idx(codec, 0x6b, 0xd429);
3955 msleep(300);
3956 val = alc_read_coef_idx(codec, 0x6c);
3957 is_ctia = (val & 0x001c) == 0x001c;
3958 break;
a22aa26f 3959 case 0x10ec0293:
54db6c39 3960 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
3961 msleep(300);
3962 val = alc_read_coef_idx(codec, 0x46);
3963 is_ctia = (val & 0x0070) == 0x0070;
3964 break;
73bdd597 3965 case 0x10ec0668:
54db6c39 3966 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
3967 msleep(300);
3968 val = alc_read_coef_idx(codec, 0xbe);
3969 is_ctia = (val & 0x1c02) == 0x1c02;
3970 break;
3971 }
3972
4e76a883 3973 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n",
73bdd597
DH
3974 is_ctia ? "yes" : "no");
3975 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP;
3976}
3977
3978static void alc_update_headset_mode(struct hda_codec *codec)
3979{
3980 struct alc_spec *spec = codec->spec;
3981
3982 hda_nid_t mux_pin = spec->gen.imux_pins[spec->gen.cur_mux[0]];
3983 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
3984
3985 int new_headset_mode;
3986
3987 if (!snd_hda_jack_detect(codec, hp_pin))
3988 new_headset_mode = ALC_HEADSET_MODE_UNPLUGGED;
3989 else if (mux_pin == spec->headset_mic_pin)
3990 new_headset_mode = ALC_HEADSET_MODE_HEADSET;
3991 else if (mux_pin == spec->headphone_mic_pin)
3992 new_headset_mode = ALC_HEADSET_MODE_MIC;
3993 else
3994 new_headset_mode = ALC_HEADSET_MODE_HEADPHONE;
3995
5959a6bc
DH
3996 if (new_headset_mode == spec->current_headset_mode) {
3997 snd_hda_gen_update_outputs(codec);
73bdd597 3998 return;
5959a6bc 3999 }
73bdd597
DH
4000
4001 switch (new_headset_mode) {
4002 case ALC_HEADSET_MODE_UNPLUGGED:
4003 alc_headset_mode_unplugged(codec);
4004 spec->gen.hp_jack_present = false;
4005 break;
4006 case ALC_HEADSET_MODE_HEADSET:
4007 if (spec->current_headset_type == ALC_HEADSET_TYPE_UNKNOWN)
4008 alc_determine_headset_type(codec);
4009 if (spec->current_headset_type == ALC_HEADSET_TYPE_CTIA)
4010 alc_headset_mode_ctia(codec);
4011 else if (spec->current_headset_type == ALC_HEADSET_TYPE_OMTP)
4012 alc_headset_mode_omtp(codec);
4013 spec->gen.hp_jack_present = true;
4014 break;
4015 case ALC_HEADSET_MODE_MIC:
4016 alc_headset_mode_mic_in(codec, hp_pin, spec->headphone_mic_pin);
4017 spec->gen.hp_jack_present = false;
4018 break;
4019 case ALC_HEADSET_MODE_HEADPHONE:
4020 alc_headset_mode_default(codec);
4021 spec->gen.hp_jack_present = true;
4022 break;
4023 }
4024 if (new_headset_mode != ALC_HEADSET_MODE_MIC) {
4025 snd_hda_set_pin_ctl_cache(codec, hp_pin,
4026 AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
1f8b46cd 4027 if (spec->headphone_mic_pin && spec->headphone_mic_pin != hp_pin)
73bdd597
DH
4028 snd_hda_set_pin_ctl_cache(codec, spec->headphone_mic_pin,
4029 PIN_VREFHIZ);
4030 }
4031 spec->current_headset_mode = new_headset_mode;
4032
4033 snd_hda_gen_update_outputs(codec);
4034}
4035
4036static void alc_update_headset_mode_hook(struct hda_codec *codec,
7fe30711
TI
4037 struct snd_kcontrol *kcontrol,
4038 struct snd_ctl_elem_value *ucontrol)
73bdd597
DH
4039{
4040 alc_update_headset_mode(codec);
4041}
4042
1a4f69d5
TI
4043static void alc_update_headset_jack_cb(struct hda_codec *codec,
4044 struct hda_jack_callback *jack)
73bdd597
DH
4045{
4046 struct alc_spec *spec = codec->spec;
5db4d34b 4047 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
73bdd597
DH
4048 snd_hda_gen_hp_automute(codec, jack);
4049}
4050
4051static void alc_probe_headset_mode(struct hda_codec *codec)
4052{
4053 int i;
4054 struct alc_spec *spec = codec->spec;
4055 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
4056
4057 /* Find mic pins */
4058 for (i = 0; i < cfg->num_inputs; i++) {
4059 if (cfg->inputs[i].is_headset_mic && !spec->headset_mic_pin)
4060 spec->headset_mic_pin = cfg->inputs[i].pin;
4061 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin)
4062 spec->headphone_mic_pin = cfg->inputs[i].pin;
4063 }
4064
4065 spec->gen.cap_sync_hook = alc_update_headset_mode_hook;
4066 spec->gen.automute_hook = alc_update_headset_mode;
4067 spec->gen.hp_automute_hook = alc_update_headset_jack_cb;
4068}
4069
4070static void alc_fixup_headset_mode(struct hda_codec *codec,
4071 const struct hda_fixup *fix, int action)
4072{
4073 struct alc_spec *spec = codec->spec;
4074
4075 switch (action) {
4076 case HDA_FIXUP_ACT_PRE_PROBE:
4077 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC | HDA_PINCFG_HEADPHONE_MIC;
4078 break;
4079 case HDA_FIXUP_ACT_PROBE:
4080 alc_probe_headset_mode(codec);
4081 break;
4082 case HDA_FIXUP_ACT_INIT:
4083 spec->current_headset_mode = 0;
4084 alc_update_headset_mode(codec);
4085 break;
4086 }
4087}
4088
4089static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
4090 const struct hda_fixup *fix, int action)
4091{
4092 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4093 struct alc_spec *spec = codec->spec;
4094 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4095 }
4096 else
4097 alc_fixup_headset_mode(codec, fix, action);
4098}
4099
31278997
KY
4100static void alc255_set_default_jack_type(struct hda_codec *codec)
4101{
4102 /* Set to iphone type */
54db6c39
TI
4103 static struct coef_fw fw[] = {
4104 WRITE_COEF(0x1b, 0x880b),
4105 WRITE_COEF(0x45, 0xd089),
4106 WRITE_COEF(0x1b, 0x080b),
4107 WRITE_COEF(0x46, 0x0004),
4108 WRITE_COEF(0x1b, 0x0c0b),
4109 {}
4110 };
4111 alc_process_coef_fw(codec, fw);
31278997
KY
4112 msleep(30);
4113}
4114
9a22a8f5
KY
4115static void alc_fixup_headset_mode_alc255(struct hda_codec *codec,
4116 const struct hda_fixup *fix, int action)
4117{
4118 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
31278997 4119 alc255_set_default_jack_type(codec);
9a22a8f5
KY
4120 }
4121 alc_fixup_headset_mode(codec, fix, action);
4122}
4123
31278997
KY
4124static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
4125 const struct hda_fixup *fix, int action)
4126{
4127 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4128 struct alc_spec *spec = codec->spec;
4129 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4130 alc255_set_default_jack_type(codec);
4131 }
4132 else
4133 alc_fixup_headset_mode(codec, fix, action);
4134}
4135
e1e62b98
KY
4136static void alc288_update_headset_jack_cb(struct hda_codec *codec,
4137 struct hda_jack_callback *jack)
4138{
4139 struct alc_spec *spec = codec->spec;
4140 int present;
4141
4142 alc_update_headset_jack_cb(codec, jack);
4143 /* Headset Mic enable or disable, only for Dell Dino */
4144 present = spec->gen.hp_jack_present ? 0x40 : 0;
4145 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
4146 present);
4147}
4148
4149static void alc_fixup_headset_mode_dell_alc288(struct hda_codec *codec,
4150 const struct hda_fixup *fix, int action)
4151{
4152 alc_fixup_headset_mode(codec, fix, action);
4153 if (action == HDA_FIXUP_ACT_PROBE) {
4154 struct alc_spec *spec = codec->spec;
4155 spec->gen.hp_automute_hook = alc288_update_headset_jack_cb;
4156 }
4157}
4158
493a52a9
HW
4159static void alc_fixup_auto_mute_via_amp(struct hda_codec *codec,
4160 const struct hda_fixup *fix, int action)
4161{
4162 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4163 struct alc_spec *spec = codec->spec;
4164 spec->gen.auto_mute_via_amp = 1;
4165 }
4166}
4167
9b745ab8
TI
4168static void alc_no_shutup(struct hda_codec *codec)
4169{
4170}
4171
4172static void alc_fixup_no_shutup(struct hda_codec *codec,
4173 const struct hda_fixup *fix, int action)
4174{
4175 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4176 struct alc_spec *spec = codec->spec;
4177 spec->shutup = alc_no_shutup;
4178 }
4179}
4180
5e6db669
GM
4181static void alc_fixup_disable_aamix(struct hda_codec *codec,
4182 const struct hda_fixup *fix, int action)
4183{
4184 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4185 struct alc_spec *spec = codec->spec;
4186 /* Disable AA-loopback as it causes white noise */
4187 spec->gen.mixer_nid = 0;
4188 }
4189}
4190
9476d369 4191static void alc_shutup_dell_xps13(struct hda_codec *codec)
033b0a7c
GM
4192{
4193 struct alc_spec *spec = codec->spec;
9476d369 4194 int hp_pin = spec->gen.autocfg.hp_pins[0];
033b0a7c 4195
9476d369
GM
4196 /* Prevent pop noises when headphones are plugged in */
4197 snd_hda_codec_write(codec, hp_pin, 0,
4198 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
4199 msleep(20);
033b0a7c
GM
4200}
4201
4202static void alc_fixup_dell_xps13(struct hda_codec *codec,
4203 const struct hda_fixup *fix, int action)
4204{
3e1b0c4a
TI
4205 struct alc_spec *spec = codec->spec;
4206 struct hda_input_mux *imux = &spec->gen.input_mux;
4207 int i;
f38663ab 4208
3e1b0c4a
TI
4209 switch (action) {
4210 case HDA_FIXUP_ACT_PRE_PROBE:
4211 /* mic pin 0x19 must be initialized with Vref Hi-Z, otherwise
4212 * it causes a click noise at start up
4213 */
4214 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
4215 break;
4216 case HDA_FIXUP_ACT_PROBE:
9476d369 4217 spec->shutup = alc_shutup_dell_xps13;
f38663ab
GM
4218
4219 /* Make the internal mic the default input source. */
4220 for (i = 0; i < imux->num_items; i++) {
4221 if (spec->gen.imux_pins[i] == 0x12) {
4222 spec->gen.cur_mux[0] = i;
4223 break;
4224 }
4225 }
3e1b0c4a 4226 break;
033b0a7c
GM
4227 }
4228}
4229
1f8b46cd
DH
4230static void alc_fixup_headset_mode_alc662(struct hda_codec *codec,
4231 const struct hda_fixup *fix, int action)
4232{
4233 struct alc_spec *spec = codec->spec;
4234
4235 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4236 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4237 spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */
b40eda64
DH
4238
4239 /* Disable boost for mic-in permanently. (This code is only called
4240 from quirks that guarantee that the headphone is at NID 0x1b.) */
4241 snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000);
4242 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP);
1f8b46cd
DH
4243 } else
4244 alc_fixup_headset_mode(codec, fix, action);
4245}
4246
73bdd597
DH
4247static void alc_fixup_headset_mode_alc668(struct hda_codec *codec,
4248 const struct hda_fixup *fix, int action)
4249{
4250 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
73bdd597 4251 alc_write_coef_idx(codec, 0xc4, 0x8000);
98b24883 4252 alc_update_coef_idx(codec, 0xc2, ~0xfe, 0);
73bdd597
DH
4253 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
4254 }
4255 alc_fixup_headset_mode(codec, fix, action);
4256}
4257
bde7bc60
CCC
4258/* Returns the nid of the external mic input pin, or 0 if it cannot be found. */
4259static int find_ext_mic_pin(struct hda_codec *codec)
4260{
4261 struct alc_spec *spec = codec->spec;
4262 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
4263 hda_nid_t nid;
4264 unsigned int defcfg;
4265 int i;
4266
4267 for (i = 0; i < cfg->num_inputs; i++) {
4268 if (cfg->inputs[i].type != AUTO_PIN_MIC)
4269 continue;
4270 nid = cfg->inputs[i].pin;
4271 defcfg = snd_hda_codec_get_pincfg(codec, nid);
4272 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT)
4273 continue;
4274 return nid;
4275 }
4276
4277 return 0;
4278}
4279
08a978db 4280static void alc271_hp_gate_mic_jack(struct hda_codec *codec,
1727a771 4281 const struct hda_fixup *fix,
08a978db
DR
4282 int action)
4283{
4284 struct alc_spec *spec = codec->spec;
4285
0db75790 4286 if (action == HDA_FIXUP_ACT_PROBE) {
bde7bc60
CCC
4287 int mic_pin = find_ext_mic_pin(codec);
4288 int hp_pin = spec->gen.autocfg.hp_pins[0];
4289
4290 if (snd_BUG_ON(!mic_pin || !hp_pin))
0db75790 4291 return;
bde7bc60 4292 snd_hda_jack_set_gating_jack(codec, mic_pin, hp_pin);
0db75790 4293 }
08a978db 4294}
693b613d 4295
3e0d611b
DH
4296static void alc269_fixup_limit_int_mic_boost(struct hda_codec *codec,
4297 const struct hda_fixup *fix,
4298 int action)
4299{
4300 struct alc_spec *spec = codec->spec;
4301 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
4302 int i;
4303
4304 /* The mic boosts on level 2 and 3 are too noisy
4305 on the internal mic input.
4306 Therefore limit the boost to 0 or 1. */
4307
4308 if (action != HDA_FIXUP_ACT_PROBE)
4309 return;
4310
4311 for (i = 0; i < cfg->num_inputs; i++) {
4312 hda_nid_t nid = cfg->inputs[i].pin;
4313 unsigned int defcfg;
4314 if (cfg->inputs[i].type != AUTO_PIN_MIC)
4315 continue;
4316 defcfg = snd_hda_codec_get_pincfg(codec, nid);
4317 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT)
4318 continue;
4319
4320 snd_hda_override_amp_caps(codec, nid, HDA_INPUT,
4321 (0x00 << AC_AMPCAP_OFFSET_SHIFT) |
4322 (0x01 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4323 (0x2f << AC_AMPCAP_STEP_SIZE_SHIFT) |
4324 (0 << AC_AMPCAP_MUTE_SHIFT));
4325 }
4326}
4327
cd217a63 4328static void alc283_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 4329 struct hda_jack_callback *jack)
cd217a63
KY
4330{
4331 struct alc_spec *spec = codec->spec;
4332 int vref;
4333
4334 msleep(200);
4335 snd_hda_gen_hp_automute(codec, jack);
4336
4337 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4338
4339 msleep(600);
4340 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4341 vref);
4342}
4343
cd217a63
KY
4344static void alc283_fixup_chromebook(struct hda_codec *codec,
4345 const struct hda_fixup *fix, int action)
4346{
4347 struct alc_spec *spec = codec->spec;
cd217a63
KY
4348
4349 switch (action) {
4350 case HDA_FIXUP_ACT_PRE_PROBE:
0202e99c 4351 snd_hda_override_wcaps(codec, 0x03, 0);
d2e92709
TI
4352 /* Disable AA-loopback as it causes white noise */
4353 spec->gen.mixer_nid = 0;
38070219 4354 break;
0202e99c 4355 case HDA_FIXUP_ACT_INIT:
de9481cb
KY
4356 /* MIC2-VREF control */
4357 /* Set to manual mode */
98b24883 4358 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
0202e99c 4359 /* Enable Line1 input control by verb */
98b24883 4360 alc_update_coef_idx(codec, 0x1a, 0, 1 << 4);
0202e99c
KY
4361 break;
4362 }
4363}
4364
4365static void alc283_fixup_sense_combo_jack(struct hda_codec *codec,
4366 const struct hda_fixup *fix, int action)
4367{
4368 struct alc_spec *spec = codec->spec;
0202e99c
KY
4369
4370 switch (action) {
4371 case HDA_FIXUP_ACT_PRE_PROBE:
cd217a63 4372 spec->gen.hp_automute_hook = alc283_hp_automute_hook;
38070219
KY
4373 break;
4374 case HDA_FIXUP_ACT_INIT:
cd217a63
KY
4375 /* MIC2-VREF control */
4376 /* Set to manual mode */
98b24883 4377 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
cd217a63
KY
4378 break;
4379 }
4380}
4381
7bba2157
TI
4382/* mute tablet speaker pin (0x14) via dock plugging in addition */
4383static void asus_tx300_automute(struct hda_codec *codec)
4384{
4385 struct alc_spec *spec = codec->spec;
4386 snd_hda_gen_update_outputs(codec);
4387 if (snd_hda_jack_detect(codec, 0x1b))
4388 spec->gen.mute_bits |= (1ULL << 0x14);
4389}
4390
4391static void alc282_fixup_asus_tx300(struct hda_codec *codec,
4392 const struct hda_fixup *fix, int action)
4393{
4394 struct alc_spec *spec = codec->spec;
4395 /* TX300 needs to set up GPIO2 for the speaker amp */
4396 static const struct hda_verb gpio2_verbs[] = {
4397 { 0x01, AC_VERB_SET_GPIO_MASK, 0x04 },
4398 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04 },
4399 { 0x01, AC_VERB_SET_GPIO_DATA, 0x04 },
4400 {}
4401 };
4402 static const struct hda_pintbl dock_pins[] = {
4403 { 0x1b, 0x21114000 }, /* dock speaker pin */
4404 {}
4405 };
4406 struct snd_kcontrol *kctl;
4407
4408 switch (action) {
4409 case HDA_FIXUP_ACT_PRE_PROBE:
4410 snd_hda_add_verbs(codec, gpio2_verbs);
4411 snd_hda_apply_pincfgs(codec, dock_pins);
4412 spec->gen.auto_mute_via_amp = 1;
4413 spec->gen.automute_hook = asus_tx300_automute;
4414 snd_hda_jack_detect_enable_callback(codec, 0x1b,
7bba2157
TI
4415 snd_hda_gen_hp_automute);
4416 break;
4417 case HDA_FIXUP_ACT_BUILD:
4418 /* this is a bit tricky; give more sane names for the main
4419 * (tablet) speaker and the dock speaker, respectively
4420 */
4421 kctl = snd_hda_find_mixer_ctl(codec, "Speaker Playback Switch");
4422 if (kctl)
4423 strcpy(kctl->id.name, "Dock Speaker Playback Switch");
4424 kctl = snd_hda_find_mixer_ctl(codec, "Bass Speaker Playback Switch");
4425 if (kctl)
4426 strcpy(kctl->id.name, "Speaker Playback Switch");
4427 break;
4428 }
4429}
4430
338cae56
DH
4431static void alc290_fixup_mono_speakers(struct hda_codec *codec,
4432 const struct hda_fixup *fix, int action)
4433{
0f4881dc
DH
4434 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4435 /* DAC node 0x03 is giving mono output. We therefore want to
4436 make sure 0x14 (front speaker) and 0x15 (headphones) use the
4437 stereo DAC, while leaving 0x17 (bass speaker) for node 0x03. */
4438 hda_nid_t conn1[2] = { 0x0c };
4439 snd_hda_override_conn_list(codec, 0x14, 1, conn1);
4440 snd_hda_override_conn_list(codec, 0x15, 1, conn1);
4441 }
338cae56
DH
4442}
4443
98973f2f
KP
4444/* Hook to update amp GPIO4 for automute */
4445static void alc280_hp_gpio4_automute_hook(struct hda_codec *codec,
4446 struct hda_jack_callback *jack)
4447{
4448 struct alc_spec *spec = codec->spec;
4449
4450 snd_hda_gen_hp_automute(codec, jack);
4451 /* mute_led_polarity is set to 0, so we pass inverted value here */
4452 alc_update_gpio_led(codec, 0x10, !spec->gen.hp_jack_present);
4453}
4454
4455/* Manage GPIOs for HP EliteBook Folio 9480m.
4456 *
4457 * GPIO4 is the headphone amplifier power control
4458 * GPIO3 is the audio output mute indicator LED
4459 */
4460
4461static void alc280_fixup_hp_9480m(struct hda_codec *codec,
4462 const struct hda_fixup *fix,
4463 int action)
4464{
4465 struct alc_spec *spec = codec->spec;
4466 static const struct hda_verb gpio_init[] = {
4467 { 0x01, AC_VERB_SET_GPIO_MASK, 0x18 },
4468 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 },
4469 {}
4470 };
4471
4472 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4473 /* Set the hooks to turn the headphone amp on/off
4474 * as needed
4475 */
4476 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
4477 spec->gen.hp_automute_hook = alc280_hp_gpio4_automute_hook;
4478
4479 /* The GPIOs are currently off */
4480 spec->gpio_led = 0;
4481
4482 /* GPIO3 is connected to the output mute LED,
4483 * high is on, low is off
4484 */
4485 spec->mute_led_polarity = 0;
4486 spec->gpio_mute_led_mask = 0x08;
4487
4488 /* Initialize GPIO configuration */
4489 snd_hda_add_verbs(codec, gpio_init);
4490 }
4491}
4492
b317b032
TI
4493/* for hda_fixup_thinkpad_acpi() */
4494#include "thinkpad_helper.c"
b67ae3f1 4495
00ef9940
HW
4496/* for dell wmi mic mute led */
4497#include "dell_wmi_helper.c"
4498
1d045db9
TI
4499enum {
4500 ALC269_FIXUP_SONY_VAIO,
4501 ALC275_FIXUP_SONY_VAIO_GPIO2,
4502 ALC269_FIXUP_DELL_M101Z,
4503 ALC269_FIXUP_SKU_IGNORE,
4504 ALC269_FIXUP_ASUS_G73JW,
4505 ALC269_FIXUP_LENOVO_EAPD,
4506 ALC275_FIXUP_SONY_HWEQ,
e9bd7d5c 4507 ALC275_FIXUP_SONY_DISABLE_AAMIX,
1d045db9 4508 ALC271_FIXUP_DMIC,
017f2a10 4509 ALC269_FIXUP_PCM_44K,
adabb3ec 4510 ALC269_FIXUP_STEREO_DMIC,
7c478f03 4511 ALC269_FIXUP_HEADSET_MIC,
24519911
TI
4512 ALC269_FIXUP_QUANTA_MUTE,
4513 ALC269_FIXUP_LIFEBOOK,
2041d564 4514 ALC269_FIXUP_LIFEBOOK_EXTMIC,
cc7016ab 4515 ALC269_FIXUP_LIFEBOOK_HP_PIN,
4df3fd17 4516 ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT,
a4297b5d
TI
4517 ALC269_FIXUP_AMIC,
4518 ALC269_FIXUP_DMIC,
4519 ALC269VB_FIXUP_AMIC,
4520 ALC269VB_FIXUP_DMIC,
08fb0d0e 4521 ALC269_FIXUP_HP_MUTE_LED,
d06ac143 4522 ALC269_FIXUP_HP_MUTE_LED_MIC1,
08fb0d0e 4523 ALC269_FIXUP_HP_MUTE_LED_MIC2,
9f5c6faf 4524 ALC269_FIXUP_HP_GPIO_LED,
9c5dc3bf
KY
4525 ALC269_FIXUP_HP_GPIO_MIC1_LED,
4526 ALC269_FIXUP_HP_LINE1_MIC1_LED,
693b613d 4527 ALC269_FIXUP_INV_DMIC,
108cc108 4528 ALC269_FIXUP_LENOVO_DOCK,
9b745ab8 4529 ALC269_FIXUP_NO_SHUTUP,
88cfcf86 4530 ALC286_FIXUP_SONY_MIC_NO_PRESENCE,
108cc108 4531 ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT,
73bdd597
DH
4532 ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
4533 ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
338cae56 4534 ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
73bdd597
DH
4535 ALC269_FIXUP_HEADSET_MODE,
4536 ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
7819717b 4537 ALC269_FIXUP_ASPIRE_HEADSET_MIC,
d240d1dc
DH
4538 ALC269_FIXUP_ASUS_X101_FUNC,
4539 ALC269_FIXUP_ASUS_X101_VERB,
4540 ALC269_FIXUP_ASUS_X101,
08a978db
DR
4541 ALC271_FIXUP_AMIC_MIC2,
4542 ALC271_FIXUP_HP_GATE_MIC_JACK,
b1e8972e 4543 ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572,
42397004 4544 ALC269_FIXUP_ACER_AC700,
3e0d611b 4545 ALC269_FIXUP_LIMIT_INT_MIC_BOOST,
2cede303 4546 ALC269VB_FIXUP_ASUS_ZENBOOK,
23870831 4547 ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A,
8e35cd4a 4548 ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED,
02b504d9 4549 ALC269VB_FIXUP_ORDISSIMO_EVE2,
cd217a63 4550 ALC283_FIXUP_CHROME_BOOK,
0202e99c 4551 ALC283_FIXUP_SENSE_COMBO_JACK,
7bba2157 4552 ALC282_FIXUP_ASUS_TX300,
1bb3e062 4553 ALC283_FIXUP_INT_MIC,
338cae56 4554 ALC290_FIXUP_MONO_SPEAKERS,
0f4881dc
DH
4555 ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
4556 ALC290_FIXUP_SUBWOOFER,
4557 ALC290_FIXUP_SUBWOOFER_HSJACK,
b67ae3f1 4558 ALC269_FIXUP_THINKPAD_ACPI,
9a22a8f5 4559 ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
31278997 4560 ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
9a22a8f5 4561 ALC255_FIXUP_HEADSET_MODE,
31278997 4562 ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC,
a22aa26f 4563 ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
1c37c223 4564 ALC292_FIXUP_TPT440_DOCK,
ec56af67 4565 ALC292_FIXUP_TPT440_DOCK2,
9dc12862 4566 ALC283_FIXUP_BXBT2807_MIC,
00ef9940 4567 ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED,
1a22e775 4568 ALC282_FIXUP_ASPIRE_V5_PINS,
7a5255f1 4569 ALC280_FIXUP_HP_GPIO4,
eaa8e5ef 4570 ALC286_FIXUP_HP_GPIO_LED,
33f4acd3 4571 ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY,
b4b33f9d 4572 ALC280_FIXUP_HP_DOCK_PINS,
98973f2f 4573 ALC280_FIXUP_HP_9480M,
e1e62b98
KY
4574 ALC288_FIXUP_DELL_HEADSET_MODE,
4575 ALC288_FIXUP_DELL1_MIC_NO_PRESENCE,
4576 ALC288_FIXUP_DELL_XPS_13_GPIO6,
831bfdf9
HW
4577 ALC288_FIXUP_DELL_XPS_13,
4578 ALC288_FIXUP_DISABLE_AAMIX,
8b99aba7
TI
4579 ALC292_FIXUP_DELL_E7X,
4580 ALC292_FIXUP_DISABLE_AAMIX,
977e6276 4581 ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
f1d4e28b
KY
4582};
4583
1727a771 4584static const struct hda_fixup alc269_fixups[] = {
1d045db9 4585 [ALC269_FIXUP_SONY_VAIO] = {
fd108215
TI
4586 .type = HDA_FIXUP_PINCTLS,
4587 .v.pins = (const struct hda_pintbl[]) {
4588 {0x19, PIN_VREFGRD},
1d045db9
TI
4589 {}
4590 }
f1d4e28b 4591 },
1d045db9 4592 [ALC275_FIXUP_SONY_VAIO_GPIO2] = {
1727a771 4593 .type = HDA_FIXUP_VERBS,
1d045db9
TI
4594 .v.verbs = (const struct hda_verb[]) {
4595 {0x01, AC_VERB_SET_GPIO_MASK, 0x04},
4596 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04},
4597 {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4598 { }
4599 },
4600 .chained = true,
4601 .chain_id = ALC269_FIXUP_SONY_VAIO
4602 },
4603 [ALC269_FIXUP_DELL_M101Z] = {
1727a771 4604 .type = HDA_FIXUP_VERBS,
1d045db9
TI
4605 .v.verbs = (const struct hda_verb[]) {
4606 /* Enables internal speaker */
4607 {0x20, AC_VERB_SET_COEF_INDEX, 13},
4608 {0x20, AC_VERB_SET_PROC_COEF, 0x4040},
4609 {}
4610 }
4611 },
4612 [ALC269_FIXUP_SKU_IGNORE] = {
1727a771 4613 .type = HDA_FIXUP_FUNC,
23d30f28 4614 .v.func = alc_fixup_sku_ignore,
1d045db9
TI
4615 },
4616 [ALC269_FIXUP_ASUS_G73JW] = {
1727a771
TI
4617 .type = HDA_FIXUP_PINS,
4618 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
4619 { 0x17, 0x99130111 }, /* subwoofer */
4620 { }
4621 }
4622 },
4623 [ALC269_FIXUP_LENOVO_EAPD] = {
1727a771 4624 .type = HDA_FIXUP_VERBS,
1d045db9
TI
4625 .v.verbs = (const struct hda_verb[]) {
4626 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
4627 {}
4628 }
4629 },
4630 [ALC275_FIXUP_SONY_HWEQ] = {
1727a771 4631 .type = HDA_FIXUP_FUNC,
1d045db9
TI
4632 .v.func = alc269_fixup_hweq,
4633 .chained = true,
4634 .chain_id = ALC275_FIXUP_SONY_VAIO_GPIO2
4635 },
e9bd7d5c
TI
4636 [ALC275_FIXUP_SONY_DISABLE_AAMIX] = {
4637 .type = HDA_FIXUP_FUNC,
4638 .v.func = alc_fixup_disable_aamix,
4639 .chained = true,
4640 .chain_id = ALC269_FIXUP_SONY_VAIO
4641 },
1d045db9 4642 [ALC271_FIXUP_DMIC] = {
1727a771 4643 .type = HDA_FIXUP_FUNC,
1d045db9 4644 .v.func = alc271_fixup_dmic,
f1d4e28b 4645 },
017f2a10 4646 [ALC269_FIXUP_PCM_44K] = {
1727a771 4647 .type = HDA_FIXUP_FUNC,
017f2a10 4648 .v.func = alc269_fixup_pcm_44k,
012e7eb1
DH
4649 .chained = true,
4650 .chain_id = ALC269_FIXUP_QUANTA_MUTE
017f2a10 4651 },
adabb3ec 4652 [ALC269_FIXUP_STEREO_DMIC] = {
1727a771 4653 .type = HDA_FIXUP_FUNC,
adabb3ec
TI
4654 .v.func = alc269_fixup_stereo_dmic,
4655 },
7c478f03
DH
4656 [ALC269_FIXUP_HEADSET_MIC] = {
4657 .type = HDA_FIXUP_FUNC,
4658 .v.func = alc269_fixup_headset_mic,
4659 },
24519911 4660 [ALC269_FIXUP_QUANTA_MUTE] = {
1727a771 4661 .type = HDA_FIXUP_FUNC,
24519911
TI
4662 .v.func = alc269_fixup_quanta_mute,
4663 },
4664 [ALC269_FIXUP_LIFEBOOK] = {
1727a771
TI
4665 .type = HDA_FIXUP_PINS,
4666 .v.pins = (const struct hda_pintbl[]) {
24519911
TI
4667 { 0x1a, 0x2101103f }, /* dock line-out */
4668 { 0x1b, 0x23a11040 }, /* dock mic-in */
4669 { }
4670 },
4671 .chained = true,
4672 .chain_id = ALC269_FIXUP_QUANTA_MUTE
4673 },
2041d564
DH
4674 [ALC269_FIXUP_LIFEBOOK_EXTMIC] = {
4675 .type = HDA_FIXUP_PINS,
4676 .v.pins = (const struct hda_pintbl[]) {
4677 { 0x19, 0x01a1903c }, /* headset mic, with jack detect */
4678 { }
4679 },
4680 },
cc7016ab
TI
4681 [ALC269_FIXUP_LIFEBOOK_HP_PIN] = {
4682 .type = HDA_FIXUP_PINS,
4683 .v.pins = (const struct hda_pintbl[]) {
4684 { 0x21, 0x0221102f }, /* HP out */
4685 { }
4686 },
4687 },
4df3fd17
TI
4688 [ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT] = {
4689 .type = HDA_FIXUP_FUNC,
4690 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
4691 },
a4297b5d 4692 [ALC269_FIXUP_AMIC] = {
1727a771
TI
4693 .type = HDA_FIXUP_PINS,
4694 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
4695 { 0x14, 0x99130110 }, /* speaker */
4696 { 0x15, 0x0121401f }, /* HP out */
4697 { 0x18, 0x01a19c20 }, /* mic */
4698 { 0x19, 0x99a3092f }, /* int-mic */
4699 { }
4700 },
4701 },
4702 [ALC269_FIXUP_DMIC] = {
1727a771
TI
4703 .type = HDA_FIXUP_PINS,
4704 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
4705 { 0x12, 0x99a3092f }, /* int-mic */
4706 { 0x14, 0x99130110 }, /* speaker */
4707 { 0x15, 0x0121401f }, /* HP out */
4708 { 0x18, 0x01a19c20 }, /* mic */
4709 { }
4710 },
4711 },
4712 [ALC269VB_FIXUP_AMIC] = {
1727a771
TI
4713 .type = HDA_FIXUP_PINS,
4714 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
4715 { 0x14, 0x99130110 }, /* speaker */
4716 { 0x18, 0x01a19c20 }, /* mic */
4717 { 0x19, 0x99a3092f }, /* int-mic */
4718 { 0x21, 0x0121401f }, /* HP out */
4719 { }
4720 },
4721 },
2267ea97 4722 [ALC269VB_FIXUP_DMIC] = {
1727a771
TI
4723 .type = HDA_FIXUP_PINS,
4724 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
4725 { 0x12, 0x99a3092f }, /* int-mic */
4726 { 0x14, 0x99130110 }, /* speaker */
4727 { 0x18, 0x01a19c20 }, /* mic */
4728 { 0x21, 0x0121401f }, /* HP out */
4729 { }
4730 },
4731 },
08fb0d0e 4732 [ALC269_FIXUP_HP_MUTE_LED] = {
1727a771 4733 .type = HDA_FIXUP_FUNC,
08fb0d0e 4734 .v.func = alc269_fixup_hp_mute_led,
6d3cd5d4 4735 },
d06ac143
DH
4736 [ALC269_FIXUP_HP_MUTE_LED_MIC1] = {
4737 .type = HDA_FIXUP_FUNC,
4738 .v.func = alc269_fixup_hp_mute_led_mic1,
4739 },
08fb0d0e 4740 [ALC269_FIXUP_HP_MUTE_LED_MIC2] = {
1727a771 4741 .type = HDA_FIXUP_FUNC,
08fb0d0e 4742 .v.func = alc269_fixup_hp_mute_led_mic2,
420b0feb 4743 },
9f5c6faf
TI
4744 [ALC269_FIXUP_HP_GPIO_LED] = {
4745 .type = HDA_FIXUP_FUNC,
4746 .v.func = alc269_fixup_hp_gpio_led,
4747 },
9c5dc3bf
KY
4748 [ALC269_FIXUP_HP_GPIO_MIC1_LED] = {
4749 .type = HDA_FIXUP_FUNC,
4750 .v.func = alc269_fixup_hp_gpio_mic1_led,
4751 },
4752 [ALC269_FIXUP_HP_LINE1_MIC1_LED] = {
4753 .type = HDA_FIXUP_FUNC,
4754 .v.func = alc269_fixup_hp_line1_mic1_led,
4755 },
693b613d 4756 [ALC269_FIXUP_INV_DMIC] = {
1727a771 4757 .type = HDA_FIXUP_FUNC,
9d36a7dc 4758 .v.func = alc_fixup_inv_dmic,
693b613d 4759 },
9b745ab8
TI
4760 [ALC269_FIXUP_NO_SHUTUP] = {
4761 .type = HDA_FIXUP_FUNC,
4762 .v.func = alc_fixup_no_shutup,
4763 },
108cc108 4764 [ALC269_FIXUP_LENOVO_DOCK] = {
1727a771
TI
4765 .type = HDA_FIXUP_PINS,
4766 .v.pins = (const struct hda_pintbl[]) {
108cc108
DH
4767 { 0x19, 0x23a11040 }, /* dock mic */
4768 { 0x1b, 0x2121103f }, /* dock headphone */
4769 { }
4770 },
4771 .chained = true,
4772 .chain_id = ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT
4773 },
4774 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
1727a771 4775 .type = HDA_FIXUP_FUNC,
108cc108 4776 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
52129000
DH
4777 .chained = true,
4778 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
108cc108 4779 },
73bdd597
DH
4780 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
4781 .type = HDA_FIXUP_PINS,
4782 .v.pins = (const struct hda_pintbl[]) {
4783 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4784 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
4785 { }
4786 },
4787 .chained = true,
4788 .chain_id = ALC269_FIXUP_HEADSET_MODE
4789 },
4790 [ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
4791 .type = HDA_FIXUP_PINS,
4792 .v.pins = (const struct hda_pintbl[]) {
4793 { 0x16, 0x21014020 }, /* dock line out */
4794 { 0x19, 0x21a19030 }, /* dock mic */
4795 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4796 { }
4797 },
4798 .chained = true,
4799 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
4800 },
338cae56
DH
4801 [ALC269_FIXUP_DELL3_MIC_NO_PRESENCE] = {
4802 .type = HDA_FIXUP_PINS,
4803 .v.pins = (const struct hda_pintbl[]) {
4804 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4805 { }
4806 },
4807 .chained = true,
4808 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
4809 },
73bdd597
DH
4810 [ALC269_FIXUP_HEADSET_MODE] = {
4811 .type = HDA_FIXUP_FUNC,
4812 .v.func = alc_fixup_headset_mode,
6676f308
HW
4813 .chained = true,
4814 .chain_id = ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED
73bdd597
DH
4815 },
4816 [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
4817 .type = HDA_FIXUP_FUNC,
4818 .v.func = alc_fixup_headset_mode_no_hp_mic,
4819 },
7819717b
TI
4820 [ALC269_FIXUP_ASPIRE_HEADSET_MIC] = {
4821 .type = HDA_FIXUP_PINS,
4822 .v.pins = (const struct hda_pintbl[]) {
4823 { 0x19, 0x01a1913c }, /* headset mic w/o jack detect */
4824 { }
4825 },
4826 .chained = true,
4827 .chain_id = ALC269_FIXUP_HEADSET_MODE,
4828 },
88cfcf86
DH
4829 [ALC286_FIXUP_SONY_MIC_NO_PRESENCE] = {
4830 .type = HDA_FIXUP_PINS,
4831 .v.pins = (const struct hda_pintbl[]) {
4832 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4833 { }
4834 },
fbc78ad6
DH
4835 .chained = true,
4836 .chain_id = ALC269_FIXUP_HEADSET_MIC
88cfcf86 4837 },
d240d1dc
DH
4838 [ALC269_FIXUP_ASUS_X101_FUNC] = {
4839 .type = HDA_FIXUP_FUNC,
4840 .v.func = alc269_fixup_x101_headset_mic,
4841 },
4842 [ALC269_FIXUP_ASUS_X101_VERB] = {
4843 .type = HDA_FIXUP_VERBS,
4844 .v.verbs = (const struct hda_verb[]) {
4845 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4846 {0x20, AC_VERB_SET_COEF_INDEX, 0x08},
4847 {0x20, AC_VERB_SET_PROC_COEF, 0x0310},
4848 { }
4849 },
4850 .chained = true,
4851 .chain_id = ALC269_FIXUP_ASUS_X101_FUNC
4852 },
4853 [ALC269_FIXUP_ASUS_X101] = {
4854 .type = HDA_FIXUP_PINS,
4855 .v.pins = (const struct hda_pintbl[]) {
4856 { 0x18, 0x04a1182c }, /* Headset mic */
4857 { }
4858 },
4859 .chained = true,
4860 .chain_id = ALC269_FIXUP_ASUS_X101_VERB
4861 },
08a978db 4862 [ALC271_FIXUP_AMIC_MIC2] = {
1727a771
TI
4863 .type = HDA_FIXUP_PINS,
4864 .v.pins = (const struct hda_pintbl[]) {
08a978db
DR
4865 { 0x14, 0x99130110 }, /* speaker */
4866 { 0x19, 0x01a19c20 }, /* mic */
4867 { 0x1b, 0x99a7012f }, /* int-mic */
4868 { 0x21, 0x0121401f }, /* HP out */
4869 { }
4870 },
4871 },
4872 [ALC271_FIXUP_HP_GATE_MIC_JACK] = {
1727a771 4873 .type = HDA_FIXUP_FUNC,
08a978db
DR
4874 .v.func = alc271_hp_gate_mic_jack,
4875 .chained = true,
4876 .chain_id = ALC271_FIXUP_AMIC_MIC2,
4877 },
b1e8972e
OR
4878 [ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572] = {
4879 .type = HDA_FIXUP_FUNC,
4880 .v.func = alc269_fixup_limit_int_mic_boost,
4881 .chained = true,
4882 .chain_id = ALC271_FIXUP_HP_GATE_MIC_JACK,
4883 },
42397004
DR
4884 [ALC269_FIXUP_ACER_AC700] = {
4885 .type = HDA_FIXUP_PINS,
4886 .v.pins = (const struct hda_pintbl[]) {
4887 { 0x12, 0x99a3092f }, /* int-mic */
4888 { 0x14, 0x99130110 }, /* speaker */
4889 { 0x18, 0x03a11c20 }, /* mic */
4890 { 0x1e, 0x0346101e }, /* SPDIF1 */
4891 { 0x21, 0x0321101f }, /* HP out */
4892 { }
4893 },
4894 .chained = true,
4895 .chain_id = ALC271_FIXUP_DMIC,
4896 },
3e0d611b
DH
4897 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST] = {
4898 .type = HDA_FIXUP_FUNC,
4899 .v.func = alc269_fixup_limit_int_mic_boost,
2793769f
DH
4900 .chained = true,
4901 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
3e0d611b 4902 },
2cede303
OR
4903 [ALC269VB_FIXUP_ASUS_ZENBOOK] = {
4904 .type = HDA_FIXUP_FUNC,
4905 .v.func = alc269_fixup_limit_int_mic_boost,
4906 .chained = true,
4907 .chain_id = ALC269VB_FIXUP_DMIC,
4908 },
23870831
TI
4909 [ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A] = {
4910 .type = HDA_FIXUP_VERBS,
4911 .v.verbs = (const struct hda_verb[]) {
4912 /* class-D output amp +5dB */
4913 { 0x20, AC_VERB_SET_COEF_INDEX, 0x12 },
4914 { 0x20, AC_VERB_SET_PROC_COEF, 0x2800 },
4915 {}
4916 },
4917 .chained = true,
4918 .chain_id = ALC269VB_FIXUP_ASUS_ZENBOOK,
4919 },
8e35cd4a
DH
4920 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED] = {
4921 .type = HDA_FIXUP_FUNC,
4922 .v.func = alc269_fixup_limit_int_mic_boost,
4923 .chained = true,
4924 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC1,
4925 },
02b504d9
AA
4926 [ALC269VB_FIXUP_ORDISSIMO_EVE2] = {
4927 .type = HDA_FIXUP_PINS,
4928 .v.pins = (const struct hda_pintbl[]) {
4929 { 0x12, 0x99a3092f }, /* int-mic */
4930 { 0x18, 0x03a11d20 }, /* mic */
4931 { 0x19, 0x411111f0 }, /* Unused bogus pin */
4932 { }
4933 },
4934 },
cd217a63
KY
4935 [ALC283_FIXUP_CHROME_BOOK] = {
4936 .type = HDA_FIXUP_FUNC,
4937 .v.func = alc283_fixup_chromebook,
4938 },
0202e99c
KY
4939 [ALC283_FIXUP_SENSE_COMBO_JACK] = {
4940 .type = HDA_FIXUP_FUNC,
4941 .v.func = alc283_fixup_sense_combo_jack,
4942 .chained = true,
4943 .chain_id = ALC283_FIXUP_CHROME_BOOK,
4944 },
7bba2157
TI
4945 [ALC282_FIXUP_ASUS_TX300] = {
4946 .type = HDA_FIXUP_FUNC,
4947 .v.func = alc282_fixup_asus_tx300,
4948 },
1bb3e062
KY
4949 [ALC283_FIXUP_INT_MIC] = {
4950 .type = HDA_FIXUP_VERBS,
4951 .v.verbs = (const struct hda_verb[]) {
4952 {0x20, AC_VERB_SET_COEF_INDEX, 0x1a},
4953 {0x20, AC_VERB_SET_PROC_COEF, 0x0011},
4954 { }
4955 },
4956 .chained = true,
4957 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
4958 },
0f4881dc
DH
4959 [ALC290_FIXUP_SUBWOOFER_HSJACK] = {
4960 .type = HDA_FIXUP_PINS,
4961 .v.pins = (const struct hda_pintbl[]) {
4962 { 0x17, 0x90170112 }, /* subwoofer */
4963 { }
4964 },
4965 .chained = true,
4966 .chain_id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
4967 },
4968 [ALC290_FIXUP_SUBWOOFER] = {
4969 .type = HDA_FIXUP_PINS,
4970 .v.pins = (const struct hda_pintbl[]) {
4971 { 0x17, 0x90170112 }, /* subwoofer */
4972 { }
4973 },
4974 .chained = true,
4975 .chain_id = ALC290_FIXUP_MONO_SPEAKERS,
4976 },
338cae56
DH
4977 [ALC290_FIXUP_MONO_SPEAKERS] = {
4978 .type = HDA_FIXUP_FUNC,
4979 .v.func = alc290_fixup_mono_speakers,
0f4881dc
DH
4980 },
4981 [ALC290_FIXUP_MONO_SPEAKERS_HSJACK] = {
4982 .type = HDA_FIXUP_FUNC,
4983 .v.func = alc290_fixup_mono_speakers,
338cae56
DH
4984 .chained = true,
4985 .chain_id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
4986 },
b67ae3f1
DH
4987 [ALC269_FIXUP_THINKPAD_ACPI] = {
4988 .type = HDA_FIXUP_FUNC,
b317b032 4989 .v.func = hda_fixup_thinkpad_acpi,
b67ae3f1 4990 },
9a22a8f5
KY
4991 [ALC255_FIXUP_DELL1_MIC_NO_PRESENCE] = {
4992 .type = HDA_FIXUP_PINS,
4993 .v.pins = (const struct hda_pintbl[]) {
4994 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4995 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
4996 { }
4997 },
4998 .chained = true,
4999 .chain_id = ALC255_FIXUP_HEADSET_MODE
5000 },
31278997
KY
5001 [ALC255_FIXUP_DELL2_MIC_NO_PRESENCE] = {
5002 .type = HDA_FIXUP_PINS,
5003 .v.pins = (const struct hda_pintbl[]) {
5004 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
5005 { }
5006 },
5007 .chained = true,
5008 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
5009 },
9a22a8f5
KY
5010 [ALC255_FIXUP_HEADSET_MODE] = {
5011 .type = HDA_FIXUP_FUNC,
5012 .v.func = alc_fixup_headset_mode_alc255,
4a83d42a
HW
5013 .chained = true,
5014 .chain_id = ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED
9a22a8f5 5015 },
31278997
KY
5016 [ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
5017 .type = HDA_FIXUP_FUNC,
5018 .v.func = alc_fixup_headset_mode_alc255_no_hp_mic,
5019 },
a22aa26f
KY
5020 [ALC293_FIXUP_DELL1_MIC_NO_PRESENCE] = {
5021 .type = HDA_FIXUP_PINS,
5022 .v.pins = (const struct hda_pintbl[]) {
5023 { 0x18, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
5024 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
5025 { }
5026 },
5027 .chained = true,
5028 .chain_id = ALC269_FIXUP_HEADSET_MODE
5029 },
1c37c223 5030 [ALC292_FIXUP_TPT440_DOCK] = {
ec56af67
DH
5031 .type = HDA_FIXUP_FUNC,
5032 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
5033 .chained = true,
5034 .chain_id = ALC292_FIXUP_TPT440_DOCK2
5035 },
5036 [ALC292_FIXUP_TPT440_DOCK2] = {
1c37c223
TI
5037 .type = HDA_FIXUP_PINS,
5038 .v.pins = (const struct hda_pintbl[]) {
5039 { 0x16, 0x21211010 }, /* dock headphone */
5040 { 0x19, 0x21a11010 }, /* dock mic */
5041 { }
5042 },
5043 .chained = true,
5044 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
5045 },
9dc12862
DD
5046 [ALC283_FIXUP_BXBT2807_MIC] = {
5047 .type = HDA_FIXUP_PINS,
5048 .v.pins = (const struct hda_pintbl[]) {
5049 { 0x19, 0x04a110f0 },
5050 { },
5051 },
5052 },
00ef9940
HW
5053 [ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED] = {
5054 .type = HDA_FIXUP_FUNC,
5055 .v.func = alc_fixup_dell_wmi,
00ef9940 5056 },
1a22e775
TI
5057 [ALC282_FIXUP_ASPIRE_V5_PINS] = {
5058 .type = HDA_FIXUP_PINS,
5059 .v.pins = (const struct hda_pintbl[]) {
5060 { 0x12, 0x90a60130 },
5061 { 0x14, 0x90170110 },
5062 { 0x17, 0x40000008 },
5063 { 0x18, 0x411111f0 },
0420694d 5064 { 0x19, 0x01a1913c },
1a22e775
TI
5065 { 0x1a, 0x411111f0 },
5066 { 0x1b, 0x411111f0 },
5067 { 0x1d, 0x40f89b2d },
5068 { 0x1e, 0x411111f0 },
5069 { 0x21, 0x0321101f },
5070 { },
5071 },
5072 },
7a5255f1
DH
5073 [ALC280_FIXUP_HP_GPIO4] = {
5074 .type = HDA_FIXUP_FUNC,
5075 .v.func = alc280_fixup_hp_gpio4,
5076 },
eaa8e5ef
KY
5077 [ALC286_FIXUP_HP_GPIO_LED] = {
5078 .type = HDA_FIXUP_FUNC,
5079 .v.func = alc286_fixup_hp_gpio_led,
5080 },
33f4acd3
DH
5081 [ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY] = {
5082 .type = HDA_FIXUP_FUNC,
5083 .v.func = alc280_fixup_hp_gpio2_mic_hotkey,
5084 },
b4b33f9d
TC
5085 [ALC280_FIXUP_HP_DOCK_PINS] = {
5086 .type = HDA_FIXUP_PINS,
5087 .v.pins = (const struct hda_pintbl[]) {
5088 { 0x1b, 0x21011020 }, /* line-out */
5089 { 0x1a, 0x01a1903c }, /* headset mic */
5090 { 0x18, 0x2181103f }, /* line-in */
5091 { },
5092 },
5093 .chained = true,
5094 .chain_id = ALC280_FIXUP_HP_GPIO4
5095 },
98973f2f
KP
5096 [ALC280_FIXUP_HP_9480M] = {
5097 .type = HDA_FIXUP_FUNC,
5098 .v.func = alc280_fixup_hp_9480m,
5099 },
e1e62b98
KY
5100 [ALC288_FIXUP_DELL_HEADSET_MODE] = {
5101 .type = HDA_FIXUP_FUNC,
5102 .v.func = alc_fixup_headset_mode_dell_alc288,
5103 .chained = true,
5104 .chain_id = ALC255_FIXUP_DELL_WMI_MIC_MUTE_LED
5105 },
5106 [ALC288_FIXUP_DELL1_MIC_NO_PRESENCE] = {
5107 .type = HDA_FIXUP_PINS,
5108 .v.pins = (const struct hda_pintbl[]) {
5109 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
5110 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
5111 { }
5112 },
5113 .chained = true,
5114 .chain_id = ALC288_FIXUP_DELL_HEADSET_MODE
5115 },
5116 [ALC288_FIXUP_DELL_XPS_13_GPIO6] = {
5117 .type = HDA_FIXUP_VERBS,
5118 .v.verbs = (const struct hda_verb[]) {
5119 {0x01, AC_VERB_SET_GPIO_MASK, 0x40},
5120 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x40},
5121 {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
5122 { }
5123 },
5124 .chained = true,
5125 .chain_id = ALC288_FIXUP_DELL1_MIC_NO_PRESENCE
5126 },
831bfdf9
HW
5127 [ALC288_FIXUP_DISABLE_AAMIX] = {
5128 .type = HDA_FIXUP_FUNC,
5129 .v.func = alc_fixup_disable_aamix,
5130 .chained = true,
5131 .chain_id = ALC288_FIXUP_DELL_XPS_13_GPIO6
5132 },
5133 [ALC288_FIXUP_DELL_XPS_13] = {
5134 .type = HDA_FIXUP_FUNC,
5135 .v.func = alc_fixup_dell_xps13,
5136 .chained = true,
5137 .chain_id = ALC288_FIXUP_DISABLE_AAMIX
5138 },
8b99aba7
TI
5139 [ALC292_FIXUP_DISABLE_AAMIX] = {
5140 .type = HDA_FIXUP_FUNC,
5141 .v.func = alc_fixup_disable_aamix,
831bfdf9
HW
5142 .chained = true,
5143 .chain_id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE
8b99aba7
TI
5144 },
5145 [ALC292_FIXUP_DELL_E7X] = {
5146 .type = HDA_FIXUP_FUNC,
5147 .v.func = alc_fixup_dell_xps13,
5148 .chained = true,
5149 .chain_id = ALC292_FIXUP_DISABLE_AAMIX
5150 },
977e6276
KY
5151 [ALC298_FIXUP_DELL1_MIC_NO_PRESENCE] = {
5152 .type = HDA_FIXUP_PINS,
5153 .v.pins = (const struct hda_pintbl[]) {
5154 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
5155 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
5156 { }
5157 },
5158 .chained = true,
5159 .chain_id = ALC269_FIXUP_HEADSET_MODE
5160 },
f1d4e28b
KY
5161};
5162
1d045db9 5163static const struct snd_pci_quirk alc269_fixup_tbl[] = {
a6b92b66 5164 SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", ALC269_FIXUP_INV_DMIC),
693b613d
DH
5165 SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
5166 SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
aaedfb47 5167 SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),
7819717b
TI
5168 SND_PCI_QUIRK(0x1025, 0x072d, "Acer Aspire V5-571G", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
5169 SND_PCI_QUIRK(0x1025, 0x080d, "Acer Aspire V5-122P", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
aaedfb47
DH
5170 SND_PCI_QUIRK(0x1025, 0x0740, "Acer AO725", ALC271_FIXUP_HP_GATE_MIC_JACK),
5171 SND_PCI_QUIRK(0x1025, 0x0742, "Acer AO756", ALC271_FIXUP_HP_GATE_MIC_JACK),
b1e8972e 5172 SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
1a22e775 5173 SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
aaedfb47 5174 SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
8b99aba7
TI
5175 SND_PCI_QUIRK(0x1028, 0x05ca, "Dell Latitude E7240", ALC292_FIXUP_DELL_E7X),
5176 SND_PCI_QUIRK(0x1028, 0x05cb, "Dell Latitude E7440", ALC292_FIXUP_DELL_E7X),
0f4881dc 5177 SND_PCI_QUIRK(0x1028, 0x05da, "Dell Vostro 5460", ALC290_FIXUP_SUBWOOFER),
73bdd597
DH
5178 SND_PCI_QUIRK(0x1028, 0x05f4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
5179 SND_PCI_QUIRK(0x1028, 0x05f5, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
5180 SND_PCI_QUIRK(0x1028, 0x05f6, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
0f4881dc
DH
5181 SND_PCI_QUIRK(0x1028, 0x0615, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
5182 SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
4275554d 5183 SND_PCI_QUIRK(0x1028, 0x062e, "Dell Latitude E7450", ALC292_FIXUP_DELL_E7X),
0f4881dc 5184 SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
a22aa26f
KY
5185 SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
5186 SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
831bfdf9 5187 SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC288_FIXUP_DELL_XPS_13),
8b72415d 5188 SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
b734304f
KY
5189 SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
5190 SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
a22aa26f
KY
5191 SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
5192 SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
08fb0d0e 5193 SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),
9f5c6faf 5194 SND_PCI_QUIRK(0x103c, 0x18e6, "HP", ALC269_FIXUP_HP_GPIO_LED),
8e35cd4a 5195 SND_PCI_QUIRK(0x103c, 0x218b, "HP", ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
33f4acd3 5196 SND_PCI_QUIRK(0x103c, 0x225f, "HP", ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY),
c60666bd 5197 /* ALC282 */
7976eb49 5198 SND_PCI_QUIRK(0x103c, 0x21f9, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 5199 SND_PCI_QUIRK(0x103c, 0x2210, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 5200 SND_PCI_QUIRK(0x103c, 0x2214, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9c5dc3bf
KY
5201 SND_PCI_QUIRK(0x103c, 0x2236, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
5202 SND_PCI_QUIRK(0x103c, 0x2237, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
5203 SND_PCI_QUIRK(0x103c, 0x2238, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
5204 SND_PCI_QUIRK(0x103c, 0x2239, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9c5dc3bf 5205 SND_PCI_QUIRK(0x103c, 0x224b, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
c60666bd 5206 SND_PCI_QUIRK(0x103c, 0x2268, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
5207 SND_PCI_QUIRK(0x103c, 0x226a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5208 SND_PCI_QUIRK(0x103c, 0x226b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 5209 SND_PCI_QUIRK(0x103c, 0x226e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
eaa8e5ef 5210 SND_PCI_QUIRK(0x103c, 0x2271, "HP", ALC286_FIXUP_HP_GPIO_LED),
b4b33f9d 5211 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC280_FIXUP_HP_DOCK_PINS),
3271cb22 5212 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC280_FIXUP_HP_DOCK_PINS),
c60666bd 5213 SND_PCI_QUIRK(0x103c, 0x229e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
5214 SND_PCI_QUIRK(0x103c, 0x22b2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5215 SND_PCI_QUIRK(0x103c, 0x22b7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5216 SND_PCI_QUIRK(0x103c, 0x22bf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 5217 SND_PCI_QUIRK(0x103c, 0x22cf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
98973f2f 5218 SND_PCI_QUIRK(0x103c, 0x22db, "HP", ALC280_FIXUP_HP_9480M),
9c5dc3bf
KY
5219 SND_PCI_QUIRK(0x103c, 0x22dc, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5220 SND_PCI_QUIRK(0x103c, 0x22fb, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
c60666bd 5221 /* ALC290 */
9c5dc3bf 5222 SND_PCI_QUIRK(0x103c, 0x221b, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf 5223 SND_PCI_QUIRK(0x103c, 0x2221, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf 5224 SND_PCI_QUIRK(0x103c, 0x2225, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf
KY
5225 SND_PCI_QUIRK(0x103c, 0x2253, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5226 SND_PCI_QUIRK(0x103c, 0x2254, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5227 SND_PCI_QUIRK(0x103c, 0x2255, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5228 SND_PCI_QUIRK(0x103c, 0x2256, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5229 SND_PCI_QUIRK(0x103c, 0x2257, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf
KY
5230 SND_PCI_QUIRK(0x103c, 0x2259, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5231 SND_PCI_QUIRK(0x103c, 0x225a, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
c60666bd 5232 SND_PCI_QUIRK(0x103c, 0x2260, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
5233 SND_PCI_QUIRK(0x103c, 0x2263, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5234 SND_PCI_QUIRK(0x103c, 0x2264, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5235 SND_PCI_QUIRK(0x103c, 0x2265, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9c5dc3bf
KY
5236 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
5237 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf 5238 SND_PCI_QUIRK(0x103c, 0x2278, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
c60666bd 5239 SND_PCI_QUIRK(0x103c, 0x227f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 5240 SND_PCI_QUIRK(0x103c, 0x2282, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 5241 SND_PCI_QUIRK(0x103c, 0x228b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
5242 SND_PCI_QUIRK(0x103c, 0x228e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5243 SND_PCI_QUIRK(0x103c, 0x22c5, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
5244 SND_PCI_QUIRK(0x103c, 0x22c7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5245 SND_PCI_QUIRK(0x103c, 0x22c8, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 5246 SND_PCI_QUIRK(0x103c, 0x22c4, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164
KY
5247 SND_PCI_QUIRK(0x103c, 0x2334, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5248 SND_PCI_QUIRK(0x103c, 0x2335, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5249 SND_PCI_QUIRK(0x103c, 0x2336, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
5250 SND_PCI_QUIRK(0x103c, 0x2337, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
7bba2157 5251 SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
3e0d611b
DH
5252 SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
5253 SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
2cede303 5254 SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
23870831 5255 SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
3e0d611b 5256 SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
017f2a10 5257 SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
693b613d 5258 SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
3e0d611b 5259 SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
adabb3ec
TI
5260 SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
5261 SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),
5262 SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
5263 SND_PCI_QUIRK(0x1043, 0x83ce, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
d240d1dc 5264 SND_PCI_QUIRK(0x1043, 0x8516, "ASUS X101CH", ALC269_FIXUP_ASUS_X101),
f88abaa0 5265 SND_PCI_QUIRK(0x104d, 0x90b5, "Sony VAIO Pro 11", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
88cfcf86 5266 SND_PCI_QUIRK(0x104d, 0x90b6, "Sony VAIO Pro 13", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
1d045db9
TI
5267 SND_PCI_QUIRK(0x104d, 0x9073, "Sony VAIO", ALC275_FIXUP_SONY_VAIO_GPIO2),
5268 SND_PCI_QUIRK(0x104d, 0x907b, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
5269 SND_PCI_QUIRK(0x104d, 0x9084, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
e9bd7d5c 5270 SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX),
24519911 5271 SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK),
4df3fd17 5272 SND_PCI_QUIRK(0x10cf, 0x159f, "Lifebook E780", ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT),
cc7016ab 5273 SND_PCI_QUIRK(0x10cf, 0x15dc, "Lifebook T731", ALC269_FIXUP_LIFEBOOK_HP_PIN),
88776f36 5274 SND_PCI_QUIRK(0x10cf, 0x1757, "Lifebook E752", ALC269_FIXUP_LIFEBOOK_HP_PIN),
2041d564 5275 SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC),
a33cc48d 5276 SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
9dc12862 5277 SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_BXBT2807_MIC),
1d045db9
TI
5278 SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),
5279 SND_PCI_QUIRK(0x17aa, 0x215e, "Thinkpad L512", ALC269_FIXUP_SKU_IGNORE),
5280 SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14", ALC269_FIXUP_SKU_IGNORE),
5281 SND_PCI_QUIRK(0x17aa, 0x21ca, "Thinkpad L412", ALC269_FIXUP_SKU_IGNORE),
5282 SND_PCI_QUIRK(0x17aa, 0x21e9, "Thinkpad Edge 15", ALC269_FIXUP_SKU_IGNORE),
707fba3f 5283 SND_PCI_QUIRK(0x17aa, 0x21f6, "Thinkpad T530", ALC269_FIXUP_LENOVO_DOCK),
c8415a48 5284 SND_PCI_QUIRK(0x17aa, 0x21fa, "Thinkpad X230", ALC269_FIXUP_LENOVO_DOCK),
84f98fdf 5285 SND_PCI_QUIRK(0x17aa, 0x21f3, "Thinkpad T430", ALC269_FIXUP_LENOVO_DOCK),
4407be6b 5286 SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK),
108cc108 5287 SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK),
aaedfb47 5288 SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK),
1c37c223
TI
5289 SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440_DOCK),
5290 SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK),
a12137e7 5291 SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK),
6d16941a 5292 SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK),
7c21539c 5293 SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK),
a4a9e082 5294 SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
c0278669 5295 SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK),
fedb2245 5296 SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),
9b745ab8 5297 SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP),
a4a9e082 5298 SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
1bb3e062 5299 SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC),
c497d9f9 5300 SND_PCI_QUIRK(0x17aa, 0x501e, "Thinkpad L440", ALC292_FIXUP_TPT440_DOCK),
cd5302c0 5301 SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
f2aa1110 5302 SND_PCI_QUIRK(0x17aa, 0x5034, "Thinkpad T450", ALC292_FIXUP_TPT440_DOCK),
80b311d3 5303 SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK),
09ea9976 5304 SND_PCI_QUIRK(0x17aa, 0x503c, "Thinkpad L450", ALC292_FIXUP_TPT440_DOCK),
cd5302c0 5305 SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
012e7eb1 5306 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),
1d045db9 5307 SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
02b504d9 5308 SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
a4297b5d 5309
a7f3eedc 5310#if 0
a4297b5d
TI
5311 /* Below is a quirk table taken from the old code.
5312 * Basically the device should work as is without the fixup table.
5313 * If BIOS doesn't give a proper info, enable the corresponding
5314 * fixup entry.
7d7eb9ea 5315 */
a4297b5d
TI
5316 SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
5317 ALC269_FIXUP_AMIC),
5318 SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
a4297b5d
TI
5319 SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
5320 SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
5321 SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
5322 SND_PCI_QUIRK(0x1043, 0x11b3, "ASUS K52DR", ALC269_FIXUP_AMIC),
5323 SND_PCI_QUIRK(0x1043, 0x11e3, "ASUS U33Jc", ALC269_FIXUP_AMIC),
5324 SND_PCI_QUIRK(0x1043, 0x1273, "ASUS UL80Jt", ALC269_FIXUP_AMIC),
5325 SND_PCI_QUIRK(0x1043, 0x1283, "ASUS U53Jc", ALC269_FIXUP_AMIC),
5326 SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82JV", ALC269_FIXUP_AMIC),
5327 SND_PCI_QUIRK(0x1043, 0x12d3, "ASUS N61Jv", ALC269_FIXUP_AMIC),
5328 SND_PCI_QUIRK(0x1043, 0x13a3, "ASUS UL30Vt", ALC269_FIXUP_AMIC),
5329 SND_PCI_QUIRK(0x1043, 0x1373, "ASUS G73JX", ALC269_FIXUP_AMIC),
5330 SND_PCI_QUIRK(0x1043, 0x1383, "ASUS UJ30Jc", ALC269_FIXUP_AMIC),
5331 SND_PCI_QUIRK(0x1043, 0x13d3, "ASUS N61JA", ALC269_FIXUP_AMIC),
5332 SND_PCI_QUIRK(0x1043, 0x1413, "ASUS UL50", ALC269_FIXUP_AMIC),
5333 SND_PCI_QUIRK(0x1043, 0x1443, "ASUS UL30", ALC269_FIXUP_AMIC),
5334 SND_PCI_QUIRK(0x1043, 0x1453, "ASUS M60Jv", ALC269_FIXUP_AMIC),
5335 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS UL80", ALC269_FIXUP_AMIC),
5336 SND_PCI_QUIRK(0x1043, 0x14f3, "ASUS F83Vf", ALC269_FIXUP_AMIC),
5337 SND_PCI_QUIRK(0x1043, 0x14e3, "ASUS UL20", ALC269_FIXUP_AMIC),
5338 SND_PCI_QUIRK(0x1043, 0x1513, "ASUS UX30", ALC269_FIXUP_AMIC),
5339 SND_PCI_QUIRK(0x1043, 0x1593, "ASUS N51Vn", ALC269_FIXUP_AMIC),
5340 SND_PCI_QUIRK(0x1043, 0x15a3, "ASUS N60Jv", ALC269_FIXUP_AMIC),
5341 SND_PCI_QUIRK(0x1043, 0x15b3, "ASUS N60Dp", ALC269_FIXUP_AMIC),
5342 SND_PCI_QUIRK(0x1043, 0x15c3, "ASUS N70De", ALC269_FIXUP_AMIC),
5343 SND_PCI_QUIRK(0x1043, 0x15e3, "ASUS F83T", ALC269_FIXUP_AMIC),
5344 SND_PCI_QUIRK(0x1043, 0x1643, "ASUS M60J", ALC269_FIXUP_AMIC),
5345 SND_PCI_QUIRK(0x1043, 0x1653, "ASUS U50", ALC269_FIXUP_AMIC),
5346 SND_PCI_QUIRK(0x1043, 0x1693, "ASUS F50N", ALC269_FIXUP_AMIC),
5347 SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS F5Q", ALC269_FIXUP_AMIC),
5348 SND_PCI_QUIRK(0x1043, 0x1723, "ASUS P80", ALC269_FIXUP_AMIC),
5349 SND_PCI_QUIRK(0x1043, 0x1743, "ASUS U80", ALC269_FIXUP_AMIC),
5350 SND_PCI_QUIRK(0x1043, 0x1773, "ASUS U20A", ALC269_FIXUP_AMIC),
5351 SND_PCI_QUIRK(0x1043, 0x1883, "ASUS F81Se", ALC269_FIXUP_AMIC),
5352 SND_PCI_QUIRK(0x152d, 0x1778, "Quanta ON1", ALC269_FIXUP_DMIC),
5353 SND_PCI_QUIRK(0x17aa, 0x3be9, "Quanta Wistron", ALC269_FIXUP_AMIC),
5354 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_AMIC),
5355 SND_PCI_QUIRK(0x17ff, 0x059a, "Quanta EL3", ALC269_FIXUP_DMIC),
5356 SND_PCI_QUIRK(0x17ff, 0x059b, "Quanta JR1", ALC269_FIXUP_DMIC),
5357#endif
5358 {}
5359};
5360
214eef76
DH
5361static const struct snd_pci_quirk alc269_fixup_vendor_tbl[] = {
5362 SND_PCI_QUIRK_VENDOR(0x1025, "Acer Aspire", ALC271_FIXUP_DMIC),
5363 SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED),
5364 SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
5365 SND_PCI_QUIRK_VENDOR(0x17aa, "Thinkpad", ALC269_FIXUP_THINKPAD_ACPI),
5366 {}
5367};
5368
1727a771 5369static const struct hda_model_fixup alc269_fixup_models[] = {
a4297b5d
TI
5370 {.id = ALC269_FIXUP_AMIC, .name = "laptop-amic"},
5371 {.id = ALC269_FIXUP_DMIC, .name = "laptop-dmic"},
6e72aa5f
TI
5372 {.id = ALC269_FIXUP_STEREO_DMIC, .name = "alc269-dmic"},
5373 {.id = ALC271_FIXUP_DMIC, .name = "alc271-dmic"},
5374 {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"},
7c478f03 5375 {.id = ALC269_FIXUP_HEADSET_MIC, .name = "headset-mic"},
b016951e
TI
5376 {.id = ALC269_FIXUP_HEADSET_MODE, .name = "headset-mode"},
5377 {.id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC, .name = "headset-mode-no-hp-mic"},
108cc108 5378 {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"},
9f5c6faf 5379 {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
e32aa85a
DH
5380 {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
5381 {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"},
be8ef16a 5382 {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"},
0202e99c 5383 {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"},
1c37c223 5384 {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"},
1d045db9 5385 {}
6dda9f4a
KY
5386};
5387
fea185e2
DH
5388#define ALC255_STANDARD_PINS \
5389 {0x18, 0x411111f0}, \
5390 {0x19, 0x411111f0}, \
5391 {0x1a, 0x411111f0}, \
5392 {0x1b, 0x411111f0}, \
5393 {0x1e, 0x411111f0}
5394
e8191a8e
HW
5395#define ALC256_STANDARD_PINS \
5396 {0x12, 0x90a60140}, \
5397 {0x14, 0x90170110}, \
5398 {0x19, 0x411111f0}, \
5399 {0x1a, 0x411111f0}, \
5400 {0x1b, 0x411111f0}, \
5401 {0x1d, 0x40700001}, \
5402 {0x1e, 0x411111f0}, \
5403 {0x21, 0x02211020}
5404
fea185e2
DH
5405#define ALC282_STANDARD_PINS \
5406 {0x14, 0x90170110}, \
5407 {0x18, 0x411111f0}, \
5408 {0x1a, 0x411111f0}, \
5409 {0x1b, 0x411111f0}, \
5410 {0x1e, 0x411111f0}
5411
e1e62b98
KY
5412#define ALC288_STANDARD_PINS \
5413 {0x17, 0x411111f0}, \
5414 {0x18, 0x411111f0}, \
5415 {0x19, 0x411111f0}, \
5416 {0x1a, 0x411111f0}, \
5417 {0x1e, 0x411111f0}
5418
fea185e2
DH
5419#define ALC290_STANDARD_PINS \
5420 {0x12, 0x99a30130}, \
5421 {0x13, 0x40000000}, \
5422 {0x16, 0x411111f0}, \
5423 {0x17, 0x411111f0}, \
5424 {0x19, 0x411111f0}, \
5425 {0x1b, 0x411111f0}, \
5426 {0x1e, 0x411111f0}
5427
5428#define ALC292_STANDARD_PINS \
5429 {0x14, 0x90170110}, \
5430 {0x15, 0x0221401f}, \
5431 {0x1a, 0x411111f0}, \
5432 {0x1b, 0x411111f0}, \
21e9d017 5433 {0x1d, 0x40700001}
fea185e2 5434
977e6276
KY
5435#define ALC298_STANDARD_PINS \
5436 {0x18, 0x411111f0}, \
5437 {0x19, 0x411111f0}, \
5438 {0x1a, 0x411111f0}, \
5439 {0x1e, 0x411111f0}, \
5440 {0x1f, 0x411111f0}
5441
e1918938 5442static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
c77900e6 5443 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 5444 ALC255_STANDARD_PINS,
c77900e6
HW
5445 {0x12, 0x40300000},
5446 {0x14, 0x90170110},
5447 {0x17, 0x411111f0},
c77900e6 5448 {0x1d, 0x40538029},
c77900e6 5449 {0x21, 0x02211020}),
76c2132e 5450 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5451 ALC255_STANDARD_PINS,
76c2132e
DH
5452 {0x12, 0x90a60140},
5453 {0x14, 0x90170110},
5454 {0x17, 0x40000000},
76c2132e 5455 {0x1d, 0x40700001},
76c2132e
DH
5456 {0x21, 0x02211020}),
5457 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5458 ALC255_STANDARD_PINS,
76c2132e
DH
5459 {0x12, 0x90a60160},
5460 {0x14, 0x90170120},
5461 {0x17, 0x40000000},
76c2132e 5462 {0x1d, 0x40700001},
76c2132e
DH
5463 {0x21, 0x02211030}),
5464 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5465 {0x12, 0x90a60160},
5466 {0x14, 0x90170120},
5467 {0x17, 0x90170140},
5468 {0x18, 0x40000000},
5469 {0x19, 0x411111f0},
5470 {0x1a, 0x411111f0},
5471 {0x1b, 0x411111f0},
5472 {0x1d, 0x41163b05},
5473 {0x1e, 0x411111f0},
5474 {0x21, 0x0321102f}),
5475 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5476 ALC255_STANDARD_PINS,
76c2132e
DH
5477 {0x12, 0x90a60160},
5478 {0x14, 0x90170130},
5479 {0x17, 0x40000000},
76c2132e 5480 {0x1d, 0x40700001},
76c2132e
DH
5481 {0x21, 0x02211040}),
5482 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5483 ALC255_STANDARD_PINS,
76c2132e
DH
5484 {0x12, 0x90a60160},
5485 {0x14, 0x90170140},
5486 {0x17, 0x40000000},
76c2132e 5487 {0x1d, 0x40700001},
76c2132e
DH
5488 {0x21, 0x02211050}),
5489 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5490 ALC255_STANDARD_PINS,
76c2132e
DH
5491 {0x12, 0x90a60170},
5492 {0x14, 0x90170120},
5493 {0x17, 0x40000000},
76c2132e 5494 {0x1d, 0x40700001},
76c2132e
DH
5495 {0x21, 0x02211030}),
5496 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5497 ALC255_STANDARD_PINS,
76c2132e
DH
5498 {0x12, 0x90a60170},
5499 {0x14, 0x90170130},
5500 {0x17, 0x40000000},
76c2132e 5501 {0x1d, 0x40700001},
76c2132e 5502 {0x21, 0x02211040}),
70658b99
HW
5503 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5504 ALC255_STANDARD_PINS,
5505 {0x12, 0x90a60170},
5506 {0x14, 0x90170140},
5507 {0x17, 0x40000000},
5508 {0x1d, 0x40700001},
5509 {0x21, 0x02211050}),
9b5a4e39
DH
5510 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5548", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5511 ALC255_STANDARD_PINS,
5512 {0x12, 0x90a60180},
5513 {0x14, 0x90170130},
5514 {0x17, 0x40000000},
5515 {0x1d, 0x40700001},
5516 {0x21, 0x02211040}),
81a1231b
KY
5517 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5518 ALC255_STANDARD_PINS,
5519 {0x12, 0x90a60160},
5520 {0x14, 0x90170120},
5521 {0x17, 0x40000000},
5522 {0x1d, 0x40700001},
5523 {0x21, 0x02211030}),
7081adf3 5524 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
e8191a8e
HW
5525 ALC256_STANDARD_PINS,
5526 {0x13, 0x40000000}),
5527 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5528 ALC256_STANDARD_PINS,
5529 {0x13, 0x411111f0}),
cf51eb9d
DH
5530 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4,
5531 {0x12, 0x90a60130},
5532 {0x13, 0x40000000},
5533 {0x14, 0x90170110},
5534 {0x15, 0x0421101f},
5535 {0x16, 0x411111f0},
5536 {0x17, 0x411111f0},
5537 {0x18, 0x411111f0},
5538 {0x19, 0x411111f0},
5539 {0x1a, 0x04a11020},
5540 {0x1b, 0x411111f0},
5541 {0x1d, 0x40748605},
5542 {0x1e, 0x411111f0}),
0279661b
HW
5543 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED,
5544 {0x12, 0x90a60140},
5545 {0x13, 0x40000000},
5546 {0x14, 0x90170110},
5547 {0x15, 0x0421101f},
5548 {0x16, 0x411111f0},
5549 {0x17, 0x411111f0},
5550 {0x18, 0x02811030},
5551 {0x19, 0x411111f0},
5552 {0x1a, 0x04a1103f},
5553 {0x1b, 0x02011020},
5554 {0x1d, 0x40700001},
5555 {0x1e, 0x411111f0}),
42304474 5556 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP 15 Touchsmart", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5557 ALC282_STANDARD_PINS,
42304474 5558 {0x12, 0x99a30130},
42304474 5559 {0x17, 0x40000000},
42304474 5560 {0x19, 0x03a11020},
42304474 5561 {0x1d, 0x40f41905},
42304474 5562 {0x21, 0x0321101f}),
2c609999 5563 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5564 ALC282_STANDARD_PINS,
2c609999 5565 {0x12, 0x99a30130},
2c609999 5566 {0x17, 0x40020008},
2c609999 5567 {0x19, 0x03a11020},
2c609999 5568 {0x1d, 0x40e00001},
2c609999
HW
5569 {0x21, 0x03211040}),
5570 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5571 ALC282_STANDARD_PINS,
2c609999 5572 {0x12, 0x99a30130},
2c609999 5573 {0x17, 0x40000000},
2c609999 5574 {0x19, 0x03a11030},
2c609999 5575 {0x1d, 0x40e00001},
2c609999
HW
5576 {0x21, 0x03211020}),
5577 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5578 ALC282_STANDARD_PINS,
2c609999 5579 {0x12, 0x99a30130},
2c609999 5580 {0x17, 0x40000000},
2c609999 5581 {0x19, 0x03a11030},
2c609999 5582 {0x1d, 0x40f00001},
2c609999
HW
5583 {0x21, 0x03211020}),
5584 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5585 ALC282_STANDARD_PINS,
2c609999 5586 {0x12, 0x99a30130},
2c609999 5587 {0x17, 0x40000000},
2c609999 5588 {0x19, 0x04a11020},
2c609999 5589 {0x1d, 0x40f00001},
2c609999
HW
5590 {0x21, 0x0421101f}),
5591 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5592 ALC282_STANDARD_PINS,
2c609999 5593 {0x12, 0x99a30130},
2c609999 5594 {0x17, 0x40000000},
2c609999 5595 {0x19, 0x03a11030},
2c609999 5596 {0x1d, 0x40f00001},
2c609999 5597 {0x21, 0x04211020}),
200afc09 5598 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED,
aec856d0 5599 ALC282_STANDARD_PINS,
200afc09 5600 {0x12, 0x90a60140},
200afc09 5601 {0x17, 0x40000000},
200afc09 5602 {0x19, 0x04a11030},
200afc09 5603 {0x1d, 0x40f00001},
200afc09 5604 {0x21, 0x04211020}),
76c2132e 5605 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5606 ALC282_STANDARD_PINS,
76c2132e 5607 {0x12, 0x90a60130},
76c2132e 5608 {0x17, 0x40020008},
76c2132e 5609 {0x19, 0x411111f0},
76c2132e 5610 {0x1d, 0x40e00001},
76c2132e
DH
5611 {0x21, 0x0321101f}),
5612 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
5613 {0x12, 0x90a60160},
5614 {0x14, 0x90170120},
5615 {0x17, 0x40000000},
5616 {0x18, 0x411111f0},
5617 {0x19, 0x411111f0},
5618 {0x1a, 0x411111f0},
5619 {0x1b, 0x411111f0},
5620 {0x1d, 0x40700001},
5621 {0x1e, 0x411111f0},
5622 {0x21, 0x02211030}),
bc262179 5623 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5624 ALC282_STANDARD_PINS,
bc262179 5625 {0x12, 0x90a60130},
bc262179 5626 {0x17, 0x40020008},
bc262179 5627 {0x19, 0x03a11020},
bc262179 5628 {0x1d, 0x40e00001},
bc262179 5629 {0x21, 0x0321101f}),
e1e62b98
KY
5630 SND_HDA_PIN_QUIRK(0x10ec0288, 0x1028, "Dell", ALC288_FIXUP_DELL_XPS_13_GPIO6,
5631 ALC288_STANDARD_PINS,
5632 {0x12, 0x90a60120},
5633 {0x13, 0x40000000},
5634 {0x14, 0x90170110},
5635 {0x1d, 0x4076832d},
5636 {0x21, 0x0321101f}),
e4442bcf 5637 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5638 ALC290_STANDARD_PINS,
e4442bcf
HW
5639 {0x14, 0x411111f0},
5640 {0x15, 0x04211040},
e4442bcf 5641 {0x18, 0x90170112},
e4442bcf 5642 {0x1a, 0x04a11020},
aec856d0 5643 {0x1d, 0x4075812d}),
e4442bcf 5644 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5645 ALC290_STANDARD_PINS,
e4442bcf
HW
5646 {0x14, 0x411111f0},
5647 {0x15, 0x04211040},
e4442bcf 5648 {0x18, 0x90170110},
e4442bcf 5649 {0x1a, 0x04a11020},
aec856d0 5650 {0x1d, 0x4075812d}),
e4442bcf 5651 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5652 ALC290_STANDARD_PINS,
e4442bcf
HW
5653 {0x14, 0x411111f0},
5654 {0x15, 0x0421101f},
e4442bcf 5655 {0x18, 0x411111f0},
e4442bcf 5656 {0x1a, 0x04a11020},
aec856d0 5657 {0x1d, 0x4075812d}),
e4442bcf 5658 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5659 ALC290_STANDARD_PINS,
e4442bcf
HW
5660 {0x14, 0x411111f0},
5661 {0x15, 0x04211020},
e4442bcf 5662 {0x18, 0x411111f0},
e4442bcf 5663 {0x1a, 0x04a11040},
aec856d0 5664 {0x1d, 0x4076a12d}),
e4442bcf 5665 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5666 ALC290_STANDARD_PINS,
e4442bcf
HW
5667 {0x14, 0x90170110},
5668 {0x15, 0x04211020},
e4442bcf 5669 {0x18, 0x411111f0},
e4442bcf 5670 {0x1a, 0x04a11040},
aec856d0 5671 {0x1d, 0x4076a12d}),
e4442bcf 5672 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5673 ALC290_STANDARD_PINS,
e4442bcf
HW
5674 {0x14, 0x90170110},
5675 {0x15, 0x04211020},
e4442bcf 5676 {0x18, 0x411111f0},
e4442bcf 5677 {0x1a, 0x04a11020},
aec856d0 5678 {0x1d, 0x4076a12d}),
e4442bcf 5679 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 5680 ALC290_STANDARD_PINS,
e4442bcf
HW
5681 {0x14, 0x90170110},
5682 {0x15, 0x0421101f},
e4442bcf 5683 {0x18, 0x411111f0},
e4442bcf 5684 {0x1a, 0x04a11020},
aec856d0 5685 {0x1d, 0x4075812d}),
e8818fa8 5686 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 5687 ALC292_STANDARD_PINS,
e8818fa8
HW
5688 {0x12, 0x90a60140},
5689 {0x13, 0x411111f0},
e8818fa8
HW
5690 {0x16, 0x01014020},
5691 {0x18, 0x411111f0},
21e9d017
HW
5692 {0x19, 0x01a19030},
5693 {0x1e, 0x411111f0}),
e8818fa8 5694 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 5695 ALC292_STANDARD_PINS,
e8818fa8
HW
5696 {0x12, 0x90a60140},
5697 {0x13, 0x411111f0},
e8818fa8
HW
5698 {0x16, 0x01014020},
5699 {0x18, 0x02a19031},
21e9d017
HW
5700 {0x19, 0x01a1903e},
5701 {0x1e, 0x411111f0}),
76c2132e 5702 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
aec856d0 5703 ALC292_STANDARD_PINS,
76c2132e
DH
5704 {0x12, 0x90a60140},
5705 {0x13, 0x411111f0},
76c2132e
DH
5706 {0x16, 0x411111f0},
5707 {0x18, 0x411111f0},
21e9d017
HW
5708 {0x19, 0x411111f0},
5709 {0x1e, 0x411111f0}),
76c2132e 5710 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5711 ALC292_STANDARD_PINS,
76c2132e
DH
5712 {0x12, 0x40000000},
5713 {0x13, 0x90a60140},
76c2132e
DH
5714 {0x16, 0x21014020},
5715 {0x18, 0x411111f0},
21e9d017
HW
5716 {0x19, 0x21a19030},
5717 {0x1e, 0x411111f0}),
e03fdbde 5718 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 5719 ALC292_STANDARD_PINS,
e03fdbde
DH
5720 {0x12, 0x40000000},
5721 {0x13, 0x90a60140},
e03fdbde
DH
5722 {0x16, 0x411111f0},
5723 {0x18, 0x411111f0},
21e9d017
HW
5724 {0x19, 0x411111f0},
5725 {0x1e, 0x411111f0}),
5726 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
5727 ALC292_STANDARD_PINS,
5728 {0x12, 0x40000000},
5729 {0x13, 0x90a60140},
5730 {0x16, 0x21014020},
5731 {0x18, 0x411111f0},
5732 {0x19, 0x21a19030},
5733 {0x1e, 0x411111ff}),
977e6276
KY
5734 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
5735 ALC298_STANDARD_PINS,
5736 {0x12, 0x90a60130},
5737 {0x13, 0x40000000},
5738 {0x14, 0x411111f0},
5739 {0x17, 0x90170140},
5740 {0x1d, 0x4068a36d},
5741 {0x21, 0x03211020}),
e1918938
HW
5742 {}
5743};
6dda9f4a 5744
546bb678 5745static void alc269_fill_coef(struct hda_codec *codec)
1d045db9 5746{
526af6eb 5747 struct alc_spec *spec = codec->spec;
1d045db9 5748 int val;
ebb83eeb 5749
526af6eb 5750 if (spec->codec_variant != ALC269_TYPE_ALC269VB)
546bb678 5751 return;
526af6eb 5752
1bb7e43e 5753 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
1d045db9
TI
5754 alc_write_coef_idx(codec, 0xf, 0x960b);
5755 alc_write_coef_idx(codec, 0xe, 0x8817);
5756 }
ebb83eeb 5757
1bb7e43e 5758 if ((alc_get_coef0(codec) & 0x00ff) == 0x016) {
1d045db9
TI
5759 alc_write_coef_idx(codec, 0xf, 0x960b);
5760 alc_write_coef_idx(codec, 0xe, 0x8814);
5761 }
ebb83eeb 5762
1bb7e43e 5763 if ((alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9 5764 /* Power up output pin */
98b24883 5765 alc_update_coef_idx(codec, 0x04, 0, 1<<11);
1d045db9 5766 }
ebb83eeb 5767
1bb7e43e 5768 if ((alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9 5769 val = alc_read_coef_idx(codec, 0xd);
f3ee07d8 5770 if (val != -1 && (val & 0x0c00) >> 10 != 0x1) {
1d045db9
TI
5771 /* Capless ramp up clock control */
5772 alc_write_coef_idx(codec, 0xd, val | (1<<10));
5773 }
5774 val = alc_read_coef_idx(codec, 0x17);
f3ee07d8 5775 if (val != -1 && (val & 0x01c0) >> 6 != 0x4) {
1d045db9
TI
5776 /* Class D power on reset */
5777 alc_write_coef_idx(codec, 0x17, val | (1<<7));
5778 }
5779 }
ebb83eeb 5780
98b24883
TI
5781 /* HP */
5782 alc_update_coef_idx(codec, 0x4, 0, 1<<11);
1d045db9 5783}
a7f2371f 5784
1d045db9
TI
5785/*
5786 */
1d045db9
TI
5787static int patch_alc269(struct hda_codec *codec)
5788{
5789 struct alc_spec *spec;
3de95173 5790 int err;
f1d4e28b 5791
3de95173 5792 err = alc_alloc_spec(codec, 0x0b);
e16fb6d1 5793 if (err < 0)
3de95173
TI
5794 return err;
5795
5796 spec = codec->spec;
08c189f2 5797 spec->gen.shared_mic_vref_pin = 0x18;
8b99aba7 5798 codec->power_save_node = 1;
e16fb6d1 5799
225068ab
TI
5800#ifdef CONFIG_PM
5801 codec->patch_ops.suspend = alc269_suspend;
5802 codec->patch_ops.resume = alc269_resume;
5803#endif
5804 spec->shutup = alc269_shutup;
5805
1727a771 5806 snd_hda_pick_fixup(codec, alc269_fixup_models,
9f720bb9 5807 alc269_fixup_tbl, alc269_fixups);
e1918938 5808 snd_hda_pick_pin_fixup(codec, alc269_pin_fixup_tbl, alc269_fixups);
214eef76
DH
5809 snd_hda_pick_fixup(codec, NULL, alc269_fixup_vendor_tbl,
5810 alc269_fixups);
1727a771 5811 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
9f720bb9
HRK
5812
5813 alc_auto_parse_customize_define(codec);
5814
7504b6cd
TI
5815 if (has_cdefine_beep(codec))
5816 spec->gen.beep_nid = 0x01;
5817
7639a06c 5818 switch (codec->core.vendor_id) {
065380f0 5819 case 0x10ec0269:
1d045db9 5820 spec->codec_variant = ALC269_TYPE_ALC269VA;
1bb7e43e
TI
5821 switch (alc_get_coef0(codec) & 0x00f0) {
5822 case 0x0010:
5100cd07
TI
5823 if (codec->bus->pci &&
5824 codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 5825 spec->cdefine.platform_type == 1)
20ca0c35 5826 err = alc_codec_rename(codec, "ALC271X");
1d045db9 5827 spec->codec_variant = ALC269_TYPE_ALC269VB;
1bb7e43e
TI
5828 break;
5829 case 0x0020:
5100cd07
TI
5830 if (codec->bus->pci &&
5831 codec->bus->pci->subsystem_vendor == 0x17aa &&
e16fb6d1 5832 codec->bus->pci->subsystem_device == 0x21f3)
20ca0c35 5833 err = alc_codec_rename(codec, "ALC3202");
1d045db9 5834 spec->codec_variant = ALC269_TYPE_ALC269VC;
1bb7e43e 5835 break;
adcc70b2
KY
5836 case 0x0030:
5837 spec->codec_variant = ALC269_TYPE_ALC269VD;
5838 break;
1bb7e43e 5839 default:
1d045db9 5840 alc_fix_pll_init(codec, 0x20, 0x04, 15);
1bb7e43e 5841 }
e16fb6d1
TI
5842 if (err < 0)
5843 goto error;
546bb678 5844 spec->init_hook = alc269_fill_coef;
1d045db9 5845 alc269_fill_coef(codec);
065380f0
KY
5846 break;
5847
5848 case 0x10ec0280:
5849 case 0x10ec0290:
5850 spec->codec_variant = ALC269_TYPE_ALC280;
5851 break;
5852 case 0x10ec0282:
065380f0 5853 spec->codec_variant = ALC269_TYPE_ALC282;
7b5c7a02
KY
5854 spec->shutup = alc282_shutup;
5855 spec->init_hook = alc282_init;
065380f0 5856 break;
2af02be7
KY
5857 case 0x10ec0233:
5858 case 0x10ec0283:
5859 spec->codec_variant = ALC269_TYPE_ALC283;
5860 spec->shutup = alc283_shutup;
5861 spec->init_hook = alc283_init;
5862 break;
065380f0
KY
5863 case 0x10ec0284:
5864 case 0x10ec0292:
5865 spec->codec_variant = ALC269_TYPE_ALC284;
5866 break;
161ebf29
KY
5867 case 0x10ec0285:
5868 case 0x10ec0293:
5869 spec->codec_variant = ALC269_TYPE_ALC285;
5870 break;
7fc7d047 5871 case 0x10ec0286:
7c665932 5872 case 0x10ec0288:
7fc7d047 5873 spec->codec_variant = ALC269_TYPE_ALC286;
f7ae9ba0 5874 spec->shutup = alc286_shutup;
7fc7d047 5875 break;
506b62c3
KY
5876 case 0x10ec0298:
5877 spec->codec_variant = ALC269_TYPE_ALC298;
5878 break;
1d04c9de
KY
5879 case 0x10ec0255:
5880 spec->codec_variant = ALC269_TYPE_ALC255;
5881 break;
4344aec8
KY
5882 case 0x10ec0256:
5883 spec->codec_variant = ALC269_TYPE_ALC256;
7d1b6e29 5884 spec->gen.mixer_nid = 0; /* ALC256 does not have any loopback mixer path */
d32b6666 5885 alc_update_coef_idx(codec, 0x36, 1 << 13, 1 << 5); /* Switch pcbeep path to Line in path*/
4344aec8 5886 break;
1d045db9 5887 }
6dda9f4a 5888
ad60d502 5889 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
97a26570 5890 spec->has_alc5505_dsp = 1;
ad60d502
KY
5891 spec->init_hook = alc5505_dsp_init;
5892 }
5893
a4297b5d
TI
5894 /* automatic parse from the BIOS config */
5895 err = alc269_parse_auto_config(codec);
e16fb6d1
TI
5896 if (err < 0)
5897 goto error;
6dda9f4a 5898
7d1b6e29
DH
5899 if (!spec->gen.no_analog && spec->gen.beep_nid && spec->gen.mixer_nid)
5900 set_beep_amp(spec, spec->gen.mixer_nid, 0x04, HDA_INPUT);
f1d4e28b 5901
1727a771 5902 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 5903
1d045db9 5904 return 0;
e16fb6d1
TI
5905
5906 error:
5907 alc_free(codec);
5908 return err;
1d045db9 5909}
f1d4e28b 5910
1d045db9
TI
5911/*
5912 * ALC861
5913 */
622e84cd 5914
1d045db9 5915static int alc861_parse_auto_config(struct hda_codec *codec)
6dda9f4a 5916{
1d045db9 5917 static const hda_nid_t alc861_ignore[] = { 0x1d, 0 };
3e6179b8
TI
5918 static const hda_nid_t alc861_ssids[] = { 0x0e, 0x0f, 0x0b, 0 };
5919 return alc_parse_auto_config(codec, alc861_ignore, alc861_ssids);
604401a9
TI
5920}
5921
1d045db9
TI
5922/* Pin config fixes */
5923enum {
e652f4c8
TI
5924 ALC861_FIXUP_FSC_AMILO_PI1505,
5925 ALC861_FIXUP_AMP_VREF_0F,
5926 ALC861_FIXUP_NO_JACK_DETECT,
5927 ALC861_FIXUP_ASUS_A6RP,
6ddf0fd1 5928 ALC660_FIXUP_ASUS_W7J,
1d045db9 5929};
7085ec12 5930
31150f23
TI
5931/* On some laptops, VREF of pin 0x0f is abused for controlling the main amp */
5932static void alc861_fixup_asus_amp_vref_0f(struct hda_codec *codec,
1727a771 5933 const struct hda_fixup *fix, int action)
31150f23
TI
5934{
5935 struct alc_spec *spec = codec->spec;
5936 unsigned int val;
5937
1727a771 5938 if (action != HDA_FIXUP_ACT_INIT)
31150f23 5939 return;
d3f02d60 5940 val = snd_hda_codec_get_pin_target(codec, 0x0f);
31150f23
TI
5941 if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)))
5942 val |= AC_PINCTL_IN_EN;
5943 val |= AC_PINCTL_VREF_50;
cdd03ced 5944 snd_hda_set_pin_ctl(codec, 0x0f, val);
08c189f2 5945 spec->gen.keep_vref_in_automute = 1;
31150f23
TI
5946}
5947
e652f4c8
TI
5948/* suppress the jack-detection */
5949static void alc_fixup_no_jack_detect(struct hda_codec *codec,
1727a771 5950 const struct hda_fixup *fix, int action)
e652f4c8 5951{
1727a771 5952 if (action == HDA_FIXUP_ACT_PRE_PROBE)
e652f4c8 5953 codec->no_jack_detect = 1;
7d7eb9ea 5954}
e652f4c8 5955
1727a771 5956static const struct hda_fixup alc861_fixups[] = {
e652f4c8 5957 [ALC861_FIXUP_FSC_AMILO_PI1505] = {
1727a771
TI
5958 .type = HDA_FIXUP_PINS,
5959 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
5960 { 0x0b, 0x0221101f }, /* HP */
5961 { 0x0f, 0x90170310 }, /* speaker */
5962 { }
5963 }
5964 },
e652f4c8 5965 [ALC861_FIXUP_AMP_VREF_0F] = {
1727a771 5966 .type = HDA_FIXUP_FUNC,
31150f23 5967 .v.func = alc861_fixup_asus_amp_vref_0f,
3b25eb69 5968 },
e652f4c8 5969 [ALC861_FIXUP_NO_JACK_DETECT] = {
1727a771 5970 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
5971 .v.func = alc_fixup_no_jack_detect,
5972 },
5973 [ALC861_FIXUP_ASUS_A6RP] = {
1727a771 5974 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
5975 .v.func = alc861_fixup_asus_amp_vref_0f,
5976 .chained = true,
5977 .chain_id = ALC861_FIXUP_NO_JACK_DETECT,
6ddf0fd1
TI
5978 },
5979 [ALC660_FIXUP_ASUS_W7J] = {
5980 .type = HDA_FIXUP_VERBS,
5981 .v.verbs = (const struct hda_verb[]) {
5982 /* ASUS W7J needs a magic pin setup on unused NID 0x10
5983 * for enabling outputs
5984 */
5985 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
5986 { }
5987 },
e652f4c8 5988 }
1d045db9 5989};
7085ec12 5990
1d045db9 5991static const struct snd_pci_quirk alc861_fixup_tbl[] = {
6ddf0fd1 5992 SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J),
e7ca237b 5993 SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J),
e652f4c8
TI
5994 SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP),
5995 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F),
5996 SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT),
5997 SND_PCI_QUIRK(0x1584, 0x2b01, "Haier W18", ALC861_FIXUP_AMP_VREF_0F),
5998 SND_PCI_QUIRK(0x1584, 0x0000, "Uniwill ECS M31EI", ALC861_FIXUP_AMP_VREF_0F),
5999 SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", ALC861_FIXUP_FSC_AMILO_PI1505),
1d045db9
TI
6000 {}
6001};
3af9ee6b 6002
1d045db9
TI
6003/*
6004 */
1d045db9 6005static int patch_alc861(struct hda_codec *codec)
7085ec12 6006{
1d045db9 6007 struct alc_spec *spec;
1d045db9 6008 int err;
7085ec12 6009
3de95173
TI
6010 err = alc_alloc_spec(codec, 0x15);
6011 if (err < 0)
6012 return err;
1d045db9 6013
3de95173 6014 spec = codec->spec;
7504b6cd 6015 spec->gen.beep_nid = 0x23;
1d045db9 6016
225068ab
TI
6017#ifdef CONFIG_PM
6018 spec->power_hook = alc_power_eapd;
6019#endif
6020
1727a771
TI
6021 snd_hda_pick_fixup(codec, NULL, alc861_fixup_tbl, alc861_fixups);
6022 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
3af9ee6b 6023
cb4e4824
TI
6024 /* automatic parse from the BIOS config */
6025 err = alc861_parse_auto_config(codec);
e16fb6d1
TI
6026 if (err < 0)
6027 goto error;
3af9ee6b 6028
7504b6cd 6029 if (!spec->gen.no_analog)
3e6179b8 6030 set_beep_amp(spec, 0x23, 0, HDA_OUTPUT);
7085ec12 6031
1727a771 6032 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 6033
1d045db9 6034 return 0;
e16fb6d1
TI
6035
6036 error:
6037 alc_free(codec);
6038 return err;
7085ec12
TI
6039}
6040
1d045db9
TI
6041/*
6042 * ALC861-VD support
6043 *
6044 * Based on ALC882
6045 *
6046 * In addition, an independent DAC
6047 */
1d045db9 6048static int alc861vd_parse_auto_config(struct hda_codec *codec)
bc9f98a9 6049{
1d045db9 6050 static const hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
3e6179b8
TI
6051 static const hda_nid_t alc861vd_ssids[] = { 0x15, 0x1b, 0x14, 0 };
6052 return alc_parse_auto_config(codec, alc861vd_ignore, alc861vd_ssids);
ce764ab2
TI
6053}
6054
1d045db9 6055enum {
8fdcb6fe
TI
6056 ALC660VD_FIX_ASUS_GPIO1,
6057 ALC861VD_FIX_DALLAS,
1d045db9 6058};
ce764ab2 6059
8fdcb6fe
TI
6060/* exclude VREF80 */
6061static void alc861vd_fixup_dallas(struct hda_codec *codec,
1727a771 6062 const struct hda_fixup *fix, int action)
8fdcb6fe 6063{
1727a771 6064 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
b78562b1
TI
6065 snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
6066 snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
8fdcb6fe
TI
6067 }
6068}
6069
1727a771 6070static const struct hda_fixup alc861vd_fixups[] = {
1d045db9 6071 [ALC660VD_FIX_ASUS_GPIO1] = {
1727a771 6072 .type = HDA_FIXUP_VERBS,
1d045db9 6073 .v.verbs = (const struct hda_verb[]) {
8fdcb6fe 6074 /* reset GPIO1 */
1d045db9
TI
6075 {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
6076 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
6077 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
6078 { }
6079 }
6080 },
8fdcb6fe 6081 [ALC861VD_FIX_DALLAS] = {
1727a771 6082 .type = HDA_FIXUP_FUNC,
8fdcb6fe
TI
6083 .v.func = alc861vd_fixup_dallas,
6084 },
1d045db9 6085};
ce764ab2 6086
1d045db9 6087static const struct snd_pci_quirk alc861vd_fixup_tbl[] = {
8fdcb6fe 6088 SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_FIX_DALLAS),
1d045db9 6089 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS A7-K", ALC660VD_FIX_ASUS_GPIO1),
8fdcb6fe 6090 SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba L30-149", ALC861VD_FIX_DALLAS),
1d045db9
TI
6091 {}
6092};
ce764ab2 6093
1d045db9
TI
6094/*
6095 */
1d045db9 6096static int patch_alc861vd(struct hda_codec *codec)
ce764ab2 6097{
1d045db9 6098 struct alc_spec *spec;
cb4e4824 6099 int err;
ce764ab2 6100
3de95173
TI
6101 err = alc_alloc_spec(codec, 0x0b);
6102 if (err < 0)
6103 return err;
1d045db9 6104
3de95173 6105 spec = codec->spec;
7504b6cd 6106 spec->gen.beep_nid = 0x23;
1d045db9 6107
225068ab
TI
6108 spec->shutup = alc_eapd_shutup;
6109
1727a771
TI
6110 snd_hda_pick_fixup(codec, NULL, alc861vd_fixup_tbl, alc861vd_fixups);
6111 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
1d045db9 6112
cb4e4824
TI
6113 /* automatic parse from the BIOS config */
6114 err = alc861vd_parse_auto_config(codec);
e16fb6d1
TI
6115 if (err < 0)
6116 goto error;
ce764ab2 6117
7504b6cd 6118 if (!spec->gen.no_analog)
3e6179b8 6119 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
1d045db9 6120
1727a771 6121 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 6122
ce764ab2 6123 return 0;
e16fb6d1
TI
6124
6125 error:
6126 alc_free(codec);
6127 return err;
ce764ab2
TI
6128}
6129
1d045db9
TI
6130/*
6131 * ALC662 support
6132 *
6133 * ALC662 is almost identical with ALC880 but has cleaner and more flexible
6134 * configuration. Each pin widget can choose any input DACs and a mixer.
6135 * Each ADC is connected from a mixer of all inputs. This makes possible
6136 * 6-channel independent captures.
6137 *
6138 * In addition, an independent DAC for the multi-playback (not used in this
6139 * driver yet).
6140 */
1d045db9
TI
6141
6142/*
6143 * BIOS auto configuration
6144 */
6145
bc9f98a9
KY
6146static int alc662_parse_auto_config(struct hda_codec *codec)
6147{
4c6d72d1 6148 static const hda_nid_t alc662_ignore[] = { 0x1d, 0 };
3e6179b8
TI
6149 static const hda_nid_t alc663_ssids[] = { 0x15, 0x1b, 0x14, 0x21 };
6150 static const hda_nid_t alc662_ssids[] = { 0x15, 0x1b, 0x14, 0 };
6151 const hda_nid_t *ssids;
ee979a14 6152
7639a06c
TI
6153 if (codec->core.vendor_id == 0x10ec0272 || codec->core.vendor_id == 0x10ec0663 ||
6154 codec->core.vendor_id == 0x10ec0665 || codec->core.vendor_id == 0x10ec0670 ||
6155 codec->core.vendor_id == 0x10ec0671)
3e6179b8 6156 ssids = alc663_ssids;
6227cdce 6157 else
3e6179b8
TI
6158 ssids = alc662_ssids;
6159 return alc_parse_auto_config(codec, alc662_ignore, ssids);
bc9f98a9
KY
6160}
6161
6be7948f 6162static void alc272_fixup_mario(struct hda_codec *codec,
1727a771 6163 const struct hda_fixup *fix, int action)
6fc398cb 6164{
9bb1f06f 6165 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6fc398cb 6166 return;
6be7948f
TB
6167 if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
6168 (0x3b << AC_AMPCAP_OFFSET_SHIFT) |
6169 (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |
6170 (0x03 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6171 (0 << AC_AMPCAP_MUTE_SHIFT)))
4e76a883 6172 codec_warn(codec, "failed to override amp caps for NID 0x2\n");
6be7948f
TB
6173}
6174
8e383953
TI
6175static const struct snd_pcm_chmap_elem asus_pcm_2_1_chmaps[] = {
6176 { .channels = 2,
6177 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
6178 { .channels = 4,
6179 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
6180 SNDRV_CHMAP_NA, SNDRV_CHMAP_LFE } }, /* LFE only on right */
6181 { }
6182};
6183
6184/* override the 2.1 chmap */
eb9ca3ab 6185static void alc_fixup_bass_chmap(struct hda_codec *codec,
8e383953
TI
6186 const struct hda_fixup *fix, int action)
6187{
6188 if (action == HDA_FIXUP_ACT_BUILD) {
6189 struct alc_spec *spec = codec->spec;
bbbc7e85 6190 spec->gen.pcm_rec[0]->stream[0].chmap = asus_pcm_2_1_chmaps;
8e383953
TI
6191 }
6192}
6193
bf68665d
TI
6194/* avoid D3 for keeping GPIO up */
6195static unsigned int gpio_led_power_filter(struct hda_codec *codec,
6196 hda_nid_t nid,
6197 unsigned int power_state)
6198{
6199 struct alc_spec *spec = codec->spec;
7639a06c 6200 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_led)
bf68665d
TI
6201 return AC_PWRST_D0;
6202 return power_state;
6203}
6204
3e887f37
TI
6205static void alc662_fixup_led_gpio1(struct hda_codec *codec,
6206 const struct hda_fixup *fix, int action)
6207{
6208 struct alc_spec *spec = codec->spec;
6209 static const struct hda_verb gpio_init[] = {
6210 { 0x01, AC_VERB_SET_GPIO_MASK, 0x01 },
6211 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01 },
6212 {}
6213 };
6214
6215 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19 6216 spec->gen.vmaster_mute.hook = alc_fixup_gpio_mute_hook;
3e887f37 6217 spec->gpio_led = 0;
0f32fd19
TI
6218 spec->mute_led_polarity = 1;
6219 spec->gpio_mute_led_mask = 0x01;
3e887f37 6220 snd_hda_add_verbs(codec, gpio_init);
bf68665d 6221 codec->power_filter = gpio_led_power_filter;
3e887f37
TI
6222 }
6223}
6224
f3f9185f
KY
6225static struct coef_fw alc668_coefs[] = {
6226 WRITE_COEF(0x01, 0xbebe), WRITE_COEF(0x02, 0xaaaa), WRITE_COEF(0x03, 0x0),
6227 WRITE_COEF(0x04, 0x0180), WRITE_COEF(0x06, 0x0), WRITE_COEF(0x07, 0x0f80),
6228 WRITE_COEF(0x08, 0x0031), WRITE_COEF(0x0a, 0x0060), WRITE_COEF(0x0b, 0x0),
6229 WRITE_COEF(0x0c, 0x7cf7), WRITE_COEF(0x0d, 0x1080), WRITE_COEF(0x0e, 0x7f7f),
6230 WRITE_COEF(0x0f, 0xcccc), WRITE_COEF(0x10, 0xddcc), WRITE_COEF(0x11, 0x0001),
6231 WRITE_COEF(0x13, 0x0), WRITE_COEF(0x14, 0x2aa0), WRITE_COEF(0x17, 0xa940),
6232 WRITE_COEF(0x19, 0x0), WRITE_COEF(0x1a, 0x0), WRITE_COEF(0x1b, 0x0),
6233 WRITE_COEF(0x1c, 0x0), WRITE_COEF(0x1d, 0x0), WRITE_COEF(0x1e, 0x7418),
6234 WRITE_COEF(0x1f, 0x0804), WRITE_COEF(0x20, 0x4200), WRITE_COEF(0x21, 0x0468),
6235 WRITE_COEF(0x22, 0x8ccc), WRITE_COEF(0x23, 0x0250), WRITE_COEF(0x24, 0x7418),
6236 WRITE_COEF(0x27, 0x0), WRITE_COEF(0x28, 0x8ccc), WRITE_COEF(0x2a, 0xff00),
6237 WRITE_COEF(0x2b, 0x8000), WRITE_COEF(0xa7, 0xff00), WRITE_COEF(0xa8, 0x8000),
6238 WRITE_COEF(0xaa, 0x2e17), WRITE_COEF(0xab, 0xa0c0), WRITE_COEF(0xac, 0x0),
6239 WRITE_COEF(0xad, 0x0), WRITE_COEF(0xae, 0x2ac6), WRITE_COEF(0xaf, 0xa480),
6240 WRITE_COEF(0xb0, 0x0), WRITE_COEF(0xb1, 0x0), WRITE_COEF(0xb2, 0x0),
6241 WRITE_COEF(0xb3, 0x0), WRITE_COEF(0xb4, 0x0), WRITE_COEF(0xb5, 0x1040),
6242 WRITE_COEF(0xb6, 0xd697), WRITE_COEF(0xb7, 0x902b), WRITE_COEF(0xb8, 0xd697),
6243 WRITE_COEF(0xb9, 0x902b), WRITE_COEF(0xba, 0xb8ba), WRITE_COEF(0xbb, 0xaaab),
6244 WRITE_COEF(0xbc, 0xaaaf), WRITE_COEF(0xbd, 0x6aaa), WRITE_COEF(0xbe, 0x1c02),
6245 WRITE_COEF(0xc0, 0x00ff), WRITE_COEF(0xc1, 0x0fa6),
6246 {}
6247};
6248
6249static void alc668_restore_default_value(struct hda_codec *codec)
6250{
6251 alc_process_coef_fw(codec, alc668_coefs);
6252}
6253
6cb3b707 6254enum {
2df03514 6255 ALC662_FIXUP_ASPIRE,
3e887f37 6256 ALC662_FIXUP_LED_GPIO1,
6cb3b707 6257 ALC662_FIXUP_IDEAPAD,
6be7948f 6258 ALC272_FIXUP_MARIO,
d2ebd479 6259 ALC662_FIXUP_CZC_P10T,
94024cd1 6260 ALC662_FIXUP_SKU_IGNORE,
e59ea3ed 6261 ALC662_FIXUP_HP_RP5800,
53c334ad
TI
6262 ALC662_FIXUP_ASUS_MODE1,
6263 ALC662_FIXUP_ASUS_MODE2,
6264 ALC662_FIXUP_ASUS_MODE3,
6265 ALC662_FIXUP_ASUS_MODE4,
6266 ALC662_FIXUP_ASUS_MODE5,
6267 ALC662_FIXUP_ASUS_MODE6,
6268 ALC662_FIXUP_ASUS_MODE7,
6269 ALC662_FIXUP_ASUS_MODE8,
1565cc35 6270 ALC662_FIXUP_NO_JACK_DETECT,
edfe3bfc 6271 ALC662_FIXUP_ZOTAC_Z68,
125821ae 6272 ALC662_FIXUP_INV_DMIC,
1f8b46cd 6273 ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
73bdd597 6274 ALC668_FIXUP_DELL_MIC_NO_PRESENCE,
1f8b46cd 6275 ALC662_FIXUP_HEADSET_MODE,
73bdd597 6276 ALC668_FIXUP_HEADSET_MODE,
8e54b4ac 6277 ALC662_FIXUP_BASS_MODE4_CHMAP,
61a75f13 6278 ALC662_FIXUP_BASS_16,
a30c9aaa 6279 ALC662_FIXUP_BASS_1A,
8e54b4ac 6280 ALC662_FIXUP_BASS_CHMAP,
493a52a9 6281 ALC668_FIXUP_AUTO_MUTE,
5e6db669 6282 ALC668_FIXUP_DELL_DISABLE_AAMIX,
033b0a7c 6283 ALC668_FIXUP_DELL_XPS13,
6cb3b707
DH
6284};
6285
1727a771 6286static const struct hda_fixup alc662_fixups[] = {
2df03514 6287 [ALC662_FIXUP_ASPIRE] = {
1727a771
TI
6288 .type = HDA_FIXUP_PINS,
6289 .v.pins = (const struct hda_pintbl[]) {
2df03514
DC
6290 { 0x15, 0x99130112 }, /* subwoofer */
6291 { }
6292 }
6293 },
3e887f37
TI
6294 [ALC662_FIXUP_LED_GPIO1] = {
6295 .type = HDA_FIXUP_FUNC,
6296 .v.func = alc662_fixup_led_gpio1,
6297 },
6cb3b707 6298 [ALC662_FIXUP_IDEAPAD] = {
1727a771
TI
6299 .type = HDA_FIXUP_PINS,
6300 .v.pins = (const struct hda_pintbl[]) {
6cb3b707
DH
6301 { 0x17, 0x99130112 }, /* subwoofer */
6302 { }
3e887f37
TI
6303 },
6304 .chained = true,
6305 .chain_id = ALC662_FIXUP_LED_GPIO1,
6cb3b707 6306 },
6be7948f 6307 [ALC272_FIXUP_MARIO] = {
1727a771 6308 .type = HDA_FIXUP_FUNC,
b5bfbc67 6309 .v.func = alc272_fixup_mario,
d2ebd479
AA
6310 },
6311 [ALC662_FIXUP_CZC_P10T] = {
1727a771 6312 .type = HDA_FIXUP_VERBS,
d2ebd479
AA
6313 .v.verbs = (const struct hda_verb[]) {
6314 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
6315 {}
6316 }
6317 },
94024cd1 6318 [ALC662_FIXUP_SKU_IGNORE] = {
1727a771 6319 .type = HDA_FIXUP_FUNC,
23d30f28 6320 .v.func = alc_fixup_sku_ignore,
c6b35874 6321 },
e59ea3ed 6322 [ALC662_FIXUP_HP_RP5800] = {
1727a771
TI
6323 .type = HDA_FIXUP_PINS,
6324 .v.pins = (const struct hda_pintbl[]) {
e59ea3ed
TI
6325 { 0x14, 0x0221201f }, /* HP out */
6326 { }
6327 },
6328 .chained = true,
6329 .chain_id = ALC662_FIXUP_SKU_IGNORE
6330 },
53c334ad 6331 [ALC662_FIXUP_ASUS_MODE1] = {
1727a771
TI
6332 .type = HDA_FIXUP_PINS,
6333 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6334 { 0x14, 0x99130110 }, /* speaker */
6335 { 0x18, 0x01a19c20 }, /* mic */
6336 { 0x19, 0x99a3092f }, /* int-mic */
6337 { 0x21, 0x0121401f }, /* HP out */
6338 { }
6339 },
6340 .chained = true,
6341 .chain_id = ALC662_FIXUP_SKU_IGNORE
6342 },
6343 [ALC662_FIXUP_ASUS_MODE2] = {
1727a771
TI
6344 .type = HDA_FIXUP_PINS,
6345 .v.pins = (const struct hda_pintbl[]) {
2996bdba
TI
6346 { 0x14, 0x99130110 }, /* speaker */
6347 { 0x18, 0x01a19820 }, /* mic */
6348 { 0x19, 0x99a3092f }, /* int-mic */
6349 { 0x1b, 0x0121401f }, /* HP out */
6350 { }
6351 },
53c334ad
TI
6352 .chained = true,
6353 .chain_id = ALC662_FIXUP_SKU_IGNORE
6354 },
6355 [ALC662_FIXUP_ASUS_MODE3] = {
1727a771
TI
6356 .type = HDA_FIXUP_PINS,
6357 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6358 { 0x14, 0x99130110 }, /* speaker */
6359 { 0x15, 0x0121441f }, /* HP */
6360 { 0x18, 0x01a19840 }, /* mic */
6361 { 0x19, 0x99a3094f }, /* int-mic */
6362 { 0x21, 0x01211420 }, /* HP2 */
6363 { }
6364 },
6365 .chained = true,
6366 .chain_id = ALC662_FIXUP_SKU_IGNORE
6367 },
6368 [ALC662_FIXUP_ASUS_MODE4] = {
1727a771
TI
6369 .type = HDA_FIXUP_PINS,
6370 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6371 { 0x14, 0x99130110 }, /* speaker */
6372 { 0x16, 0x99130111 }, /* speaker */
6373 { 0x18, 0x01a19840 }, /* mic */
6374 { 0x19, 0x99a3094f }, /* int-mic */
6375 { 0x21, 0x0121441f }, /* HP */
6376 { }
6377 },
6378 .chained = true,
6379 .chain_id = ALC662_FIXUP_SKU_IGNORE
6380 },
6381 [ALC662_FIXUP_ASUS_MODE5] = {
1727a771
TI
6382 .type = HDA_FIXUP_PINS,
6383 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6384 { 0x14, 0x99130110 }, /* speaker */
6385 { 0x15, 0x0121441f }, /* HP */
6386 { 0x16, 0x99130111 }, /* speaker */
6387 { 0x18, 0x01a19840 }, /* mic */
6388 { 0x19, 0x99a3094f }, /* int-mic */
6389 { }
6390 },
6391 .chained = true,
6392 .chain_id = ALC662_FIXUP_SKU_IGNORE
6393 },
6394 [ALC662_FIXUP_ASUS_MODE6] = {
1727a771
TI
6395 .type = HDA_FIXUP_PINS,
6396 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6397 { 0x14, 0x99130110 }, /* speaker */
6398 { 0x15, 0x01211420 }, /* HP2 */
6399 { 0x18, 0x01a19840 }, /* mic */
6400 { 0x19, 0x99a3094f }, /* int-mic */
6401 { 0x1b, 0x0121441f }, /* HP */
6402 { }
6403 },
6404 .chained = true,
6405 .chain_id = ALC662_FIXUP_SKU_IGNORE
6406 },
6407 [ALC662_FIXUP_ASUS_MODE7] = {
1727a771
TI
6408 .type = HDA_FIXUP_PINS,
6409 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6410 { 0x14, 0x99130110 }, /* speaker */
6411 { 0x17, 0x99130111 }, /* speaker */
6412 { 0x18, 0x01a19840 }, /* mic */
6413 { 0x19, 0x99a3094f }, /* int-mic */
6414 { 0x1b, 0x01214020 }, /* HP */
6415 { 0x21, 0x0121401f }, /* HP */
6416 { }
6417 },
6418 .chained = true,
6419 .chain_id = ALC662_FIXUP_SKU_IGNORE
6420 },
6421 [ALC662_FIXUP_ASUS_MODE8] = {
1727a771
TI
6422 .type = HDA_FIXUP_PINS,
6423 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
6424 { 0x14, 0x99130110 }, /* speaker */
6425 { 0x12, 0x99a30970 }, /* int-mic */
6426 { 0x15, 0x01214020 }, /* HP */
6427 { 0x17, 0x99130111 }, /* speaker */
6428 { 0x18, 0x01a19840 }, /* mic */
6429 { 0x21, 0x0121401f }, /* HP */
6430 { }
6431 },
6432 .chained = true,
6433 .chain_id = ALC662_FIXUP_SKU_IGNORE
2996bdba 6434 },
1565cc35 6435 [ALC662_FIXUP_NO_JACK_DETECT] = {
1727a771 6436 .type = HDA_FIXUP_FUNC,
1565cc35
TI
6437 .v.func = alc_fixup_no_jack_detect,
6438 },
edfe3bfc 6439 [ALC662_FIXUP_ZOTAC_Z68] = {
1727a771
TI
6440 .type = HDA_FIXUP_PINS,
6441 .v.pins = (const struct hda_pintbl[]) {
edfe3bfc
DH
6442 { 0x1b, 0x02214020 }, /* Front HP */
6443 { }
6444 }
6445 },
125821ae 6446 [ALC662_FIXUP_INV_DMIC] = {
1727a771 6447 .type = HDA_FIXUP_FUNC,
9d36a7dc 6448 .v.func = alc_fixup_inv_dmic,
125821ae 6449 },
033b0a7c
GM
6450 [ALC668_FIXUP_DELL_XPS13] = {
6451 .type = HDA_FIXUP_FUNC,
6452 .v.func = alc_fixup_dell_xps13,
6453 .chained = true,
6454 .chain_id = ALC668_FIXUP_DELL_DISABLE_AAMIX
6455 },
5e6db669
GM
6456 [ALC668_FIXUP_DELL_DISABLE_AAMIX] = {
6457 .type = HDA_FIXUP_FUNC,
6458 .v.func = alc_fixup_disable_aamix,
6459 .chained = true,
6460 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
6461 },
493a52a9
HW
6462 [ALC668_FIXUP_AUTO_MUTE] = {
6463 .type = HDA_FIXUP_FUNC,
6464 .v.func = alc_fixup_auto_mute_via_amp,
6465 .chained = true,
6466 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
6467 },
1f8b46cd
DH
6468 [ALC662_FIXUP_DELL_MIC_NO_PRESENCE] = {
6469 .type = HDA_FIXUP_PINS,
6470 .v.pins = (const struct hda_pintbl[]) {
6471 { 0x19, 0x03a1113c }, /* use as headset mic, without its own jack detect */
6472 /* headphone mic by setting pin control of 0x1b (headphone out) to in + vref_50 */
6473 { }
6474 },
6475 .chained = true,
6476 .chain_id = ALC662_FIXUP_HEADSET_MODE
6477 },
6478 [ALC662_FIXUP_HEADSET_MODE] = {
6479 .type = HDA_FIXUP_FUNC,
6480 .v.func = alc_fixup_headset_mode_alc662,
6481 },
73bdd597
DH
6482 [ALC668_FIXUP_DELL_MIC_NO_PRESENCE] = {
6483 .type = HDA_FIXUP_PINS,
6484 .v.pins = (const struct hda_pintbl[]) {
6485 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
6486 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
6487 { }
6488 },
6489 .chained = true,
6490 .chain_id = ALC668_FIXUP_HEADSET_MODE
6491 },
6492 [ALC668_FIXUP_HEADSET_MODE] = {
6493 .type = HDA_FIXUP_FUNC,
6494 .v.func = alc_fixup_headset_mode_alc668,
6495 },
8e54b4ac 6496 [ALC662_FIXUP_BASS_MODE4_CHMAP] = {
8e383953 6497 .type = HDA_FIXUP_FUNC,
eb9ca3ab 6498 .v.func = alc_fixup_bass_chmap,
8e383953
TI
6499 .chained = true,
6500 .chain_id = ALC662_FIXUP_ASUS_MODE4
6501 },
61a75f13
DH
6502 [ALC662_FIXUP_BASS_16] = {
6503 .type = HDA_FIXUP_PINS,
6504 .v.pins = (const struct hda_pintbl[]) {
6505 {0x16, 0x80106111}, /* bass speaker */
6506 {}
6507 },
6508 .chained = true,
6509 .chain_id = ALC662_FIXUP_BASS_CHMAP,
6510 },
a30c9aaa
TI
6511 [ALC662_FIXUP_BASS_1A] = {
6512 .type = HDA_FIXUP_PINS,
6513 .v.pins = (const struct hda_pintbl[]) {
6514 {0x1a, 0x80106111}, /* bass speaker */
6515 {}
6516 },
8e54b4ac
DH
6517 .chained = true,
6518 .chain_id = ALC662_FIXUP_BASS_CHMAP,
a30c9aaa 6519 },
8e54b4ac 6520 [ALC662_FIXUP_BASS_CHMAP] = {
a30c9aaa 6521 .type = HDA_FIXUP_FUNC,
eb9ca3ab 6522 .v.func = alc_fixup_bass_chmap,
a30c9aaa 6523 },
6cb3b707
DH
6524};
6525
a9111321 6526static const struct snd_pci_quirk alc662_fixup_tbl[] = {
53c334ad 6527 SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_FIXUP_ASUS_MODE2),
d3d3835c 6528 SND_PCI_QUIRK(0x1025, 0x022f, "Acer Aspire One", ALC662_FIXUP_INV_DMIC),
a6c47a85 6529 SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE),
94024cd1 6530 SND_PCI_QUIRK(0x1025, 0x031c, "Gateway NV79", ALC662_FIXUP_SKU_IGNORE),
125821ae 6531 SND_PCI_QUIRK(0x1025, 0x0349, "eMachines eM250", ALC662_FIXUP_INV_DMIC),
1801928e 6532 SND_PCI_QUIRK(0x1025, 0x034a, "Gateway LT27", ALC662_FIXUP_INV_DMIC),
2df03514 6533 SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
73bdd597
DH
6534 SND_PCI_QUIRK(0x1028, 0x05d8, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
6535 SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
c5d019c3 6536 SND_PCI_QUIRK(0x1028, 0x05fe, "Dell XPS 15", ALC668_FIXUP_DELL_XPS13),
033b0a7c 6537 SND_PCI_QUIRK(0x1028, 0x060a, "Dell XPS 13", ALC668_FIXUP_DELL_XPS13),
09d2014f 6538 SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
ad8ff99e 6539 SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
8dc9abb9
KY
6540 SND_PCI_QUIRK(0x1028, 0x0696, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
6541 SND_PCI_QUIRK(0x1028, 0x0698, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
6a98e34b 6542 SND_PCI_QUIRK(0x1028, 0x069f, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
e59ea3ed 6543 SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800),
8e54b4ac
DH
6544 SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_BASS_1A),
6545 SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
61a75f13
DH
6546 SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),
6547 SND_PCI_QUIRK(0x1043, 0x1b73, "ASUS N55SF", ALC662_FIXUP_BASS_16),
8e54b4ac 6548 SND_PCI_QUIRK(0x1043, 0x1bf3, "ASUS N76VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
1565cc35 6549 SND_PCI_QUIRK(0x1043, 0x8469, "ASUS mobo", ALC662_FIXUP_NO_JACK_DETECT),
53c334ad 6550 SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_FIXUP_ASUS_MODE2),
a0e90acc 6551 SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD),
d4118588 6552 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
6cb3b707 6553 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
edfe3bfc 6554 SND_PCI_QUIRK(0x19da, 0xa130, "Zotac Z68", ALC662_FIXUP_ZOTAC_Z68),
d2ebd479 6555 SND_PCI_QUIRK(0x1b35, 0x2206, "CZC P10T", ALC662_FIXUP_CZC_P10T),
53c334ad
TI
6556
6557#if 0
6558 /* Below is a quirk table taken from the old code.
6559 * Basically the device should work as is without the fixup table.
6560 * If BIOS doesn't give a proper info, enable the corresponding
6561 * fixup entry.
7d7eb9ea 6562 */
53c334ad
TI
6563 SND_PCI_QUIRK(0x1043, 0x1000, "ASUS N50Vm", ALC662_FIXUP_ASUS_MODE1),
6564 SND_PCI_QUIRK(0x1043, 0x1092, "ASUS NB", ALC662_FIXUP_ASUS_MODE3),
6565 SND_PCI_QUIRK(0x1043, 0x1173, "ASUS K73Jn", ALC662_FIXUP_ASUS_MODE1),
6566 SND_PCI_QUIRK(0x1043, 0x11c3, "ASUS M70V", ALC662_FIXUP_ASUS_MODE3),
6567 SND_PCI_QUIRK(0x1043, 0x11d3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
6568 SND_PCI_QUIRK(0x1043, 0x11f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6569 SND_PCI_QUIRK(0x1043, 0x1203, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
6570 SND_PCI_QUIRK(0x1043, 0x1303, "ASUS G60J", ALC662_FIXUP_ASUS_MODE1),
6571 SND_PCI_QUIRK(0x1043, 0x1333, "ASUS G60Jx", ALC662_FIXUP_ASUS_MODE1),
6572 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6573 SND_PCI_QUIRK(0x1043, 0x13e3, "ASUS N71JA", ALC662_FIXUP_ASUS_MODE7),
6574 SND_PCI_QUIRK(0x1043, 0x1463, "ASUS N71", ALC662_FIXUP_ASUS_MODE7),
6575 SND_PCI_QUIRK(0x1043, 0x14d3, "ASUS G72", ALC662_FIXUP_ASUS_MODE8),
6576 SND_PCI_QUIRK(0x1043, 0x1563, "ASUS N90", ALC662_FIXUP_ASUS_MODE3),
6577 SND_PCI_QUIRK(0x1043, 0x15d3, "ASUS N50SF F50SF", ALC662_FIXUP_ASUS_MODE1),
6578 SND_PCI_QUIRK(0x1043, 0x16c3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6579 SND_PCI_QUIRK(0x1043, 0x16f3, "ASUS K40C K50C", ALC662_FIXUP_ASUS_MODE2),
6580 SND_PCI_QUIRK(0x1043, 0x1733, "ASUS N81De", ALC662_FIXUP_ASUS_MODE1),
6581 SND_PCI_QUIRK(0x1043, 0x1753, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6582 SND_PCI_QUIRK(0x1043, 0x1763, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
6583 SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
6584 SND_PCI_QUIRK(0x1043, 0x1783, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6585 SND_PCI_QUIRK(0x1043, 0x1793, "ASUS F50GX", ALC662_FIXUP_ASUS_MODE1),
6586 SND_PCI_QUIRK(0x1043, 0x17b3, "ASUS F70SL", ALC662_FIXUP_ASUS_MODE3),
6587 SND_PCI_QUIRK(0x1043, 0x17f3, "ASUS X58LE", ALC662_FIXUP_ASUS_MODE2),
6588 SND_PCI_QUIRK(0x1043, 0x1813, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6589 SND_PCI_QUIRK(0x1043, 0x1823, "ASUS NB", ALC662_FIXUP_ASUS_MODE5),
6590 SND_PCI_QUIRK(0x1043, 0x1833, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
6591 SND_PCI_QUIRK(0x1043, 0x1843, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6592 SND_PCI_QUIRK(0x1043, 0x1853, "ASUS F50Z", ALC662_FIXUP_ASUS_MODE1),
6593 SND_PCI_QUIRK(0x1043, 0x1864, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6594 SND_PCI_QUIRK(0x1043, 0x1876, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6595 SND_PCI_QUIRK(0x1043, 0x1893, "ASUS M50Vm", ALC662_FIXUP_ASUS_MODE3),
6596 SND_PCI_QUIRK(0x1043, 0x1894, "ASUS X55", ALC662_FIXUP_ASUS_MODE3),
6597 SND_PCI_QUIRK(0x1043, 0x18b3, "ASUS N80Vc", ALC662_FIXUP_ASUS_MODE1),
6598 SND_PCI_QUIRK(0x1043, 0x18c3, "ASUS VX5", ALC662_FIXUP_ASUS_MODE1),
6599 SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS N81Te", ALC662_FIXUP_ASUS_MODE1),
6600 SND_PCI_QUIRK(0x1043, 0x18f3, "ASUS N505Tp", ALC662_FIXUP_ASUS_MODE1),
6601 SND_PCI_QUIRK(0x1043, 0x1903, "ASUS F5GL", ALC662_FIXUP_ASUS_MODE1),
6602 SND_PCI_QUIRK(0x1043, 0x1913, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
6603 SND_PCI_QUIRK(0x1043, 0x1933, "ASUS F80Q", ALC662_FIXUP_ASUS_MODE2),
6604 SND_PCI_QUIRK(0x1043, 0x1943, "ASUS Vx3V", ALC662_FIXUP_ASUS_MODE1),
6605 SND_PCI_QUIRK(0x1043, 0x1953, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
6606 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71C", ALC662_FIXUP_ASUS_MODE3),
6607 SND_PCI_QUIRK(0x1043, 0x1983, "ASUS N5051A", ALC662_FIXUP_ASUS_MODE1),
6608 SND_PCI_QUIRK(0x1043, 0x1993, "ASUS N20", ALC662_FIXUP_ASUS_MODE1),
6609 SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS F7Z", ALC662_FIXUP_ASUS_MODE1),
6610 SND_PCI_QUIRK(0x1043, 0x19c3, "ASUS F5Z/F6x", ALC662_FIXUP_ASUS_MODE2),
6611 SND_PCI_QUIRK(0x1043, 0x19e3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
6612 SND_PCI_QUIRK(0x1043, 0x19f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE4),
6613#endif
6cb3b707
DH
6614 {}
6615};
6616
1727a771 6617static const struct hda_model_fixup alc662_fixup_models[] = {
6be7948f 6618 {.id = ALC272_FIXUP_MARIO, .name = "mario"},
53c334ad
TI
6619 {.id = ALC662_FIXUP_ASUS_MODE1, .name = "asus-mode1"},
6620 {.id = ALC662_FIXUP_ASUS_MODE2, .name = "asus-mode2"},
6621 {.id = ALC662_FIXUP_ASUS_MODE3, .name = "asus-mode3"},
6622 {.id = ALC662_FIXUP_ASUS_MODE4, .name = "asus-mode4"},
6623 {.id = ALC662_FIXUP_ASUS_MODE5, .name = "asus-mode5"},
6624 {.id = ALC662_FIXUP_ASUS_MODE6, .name = "asus-mode6"},
6625 {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"},
6626 {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"},
6e72aa5f 6627 {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"},
e32aa85a 6628 {.id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
6be7948f
TB
6629 {}
6630};
6cb3b707 6631
532895c5 6632static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = {
1f8b46cd
DH
6633 SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
6634 {0x12, 0x4004c000},
6635 {0x14, 0x01014010},
6636 {0x15, 0x411111f0},
6637 {0x16, 0x411111f0},
6638 {0x18, 0x01a19020},
6639 {0x19, 0x411111f0},
6640 {0x1a, 0x0181302f},
6641 {0x1b, 0x0221401f},
6642 {0x1c, 0x411111f0},
6643 {0x1d, 0x4054c601},
6644 {0x1e, 0x411111f0}),
76c2132e
DH
6645 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
6646 {0x12, 0x99a30130},
6647 {0x14, 0x90170110},
6648 {0x15, 0x0321101f},
6649 {0x16, 0x03011020},
6650 {0x18, 0x40000008},
6651 {0x19, 0x411111f0},
6652 {0x1a, 0x411111f0},
6653 {0x1b, 0x411111f0},
6654 {0x1d, 0x41000001},
6655 {0x1e, 0x411111f0},
6656 {0x1f, 0x411111f0}),
6657 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
6658 {0x12, 0x99a30140},
6659 {0x14, 0x90170110},
6660 {0x15, 0x0321101f},
6661 {0x16, 0x03011020},
6662 {0x18, 0x40000008},
6663 {0x19, 0x411111f0},
6664 {0x1a, 0x411111f0},
6665 {0x1b, 0x411111f0},
6666 {0x1d, 0x41000001},
6667 {0x1e, 0x411111f0},
6668 {0x1f, 0x411111f0}),
6669 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
6670 {0x12, 0x99a30150},
6671 {0x14, 0x90170110},
6672 {0x15, 0x0321101f},
6673 {0x16, 0x03011020},
6674 {0x18, 0x40000008},
6675 {0x19, 0x411111f0},
6676 {0x1a, 0x411111f0},
6677 {0x1b, 0x411111f0},
6678 {0x1d, 0x41000001},
6679 {0x1e, 0x411111f0},
6680 {0x1f, 0x411111f0}),
6681 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
6682 {0x12, 0x411111f0},
6683 {0x14, 0x90170110},
6684 {0x15, 0x0321101f},
6685 {0x16, 0x03011020},
6686 {0x18, 0x40000008},
6687 {0x19, 0x411111f0},
6688 {0x1a, 0x411111f0},
6689 {0x1b, 0x411111f0},
6690 {0x1d, 0x41000001},
6691 {0x1e, 0x411111f0},
6692 {0x1f, 0x411111f0}),
6693 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell XPS 15", ALC668_FIXUP_AUTO_MUTE,
6694 {0x12, 0x90a60130},
6695 {0x14, 0x90170110},
6696 {0x15, 0x0321101f},
6697 {0x16, 0x40000000},
6698 {0x18, 0x411111f0},
6699 {0x19, 0x411111f0},
6700 {0x1a, 0x411111f0},
6701 {0x1b, 0x411111f0},
6702 {0x1d, 0x40d6832d},
6703 {0x1e, 0x411111f0},
6704 {0x1f, 0x411111f0}),
532895c5
HW
6705 {}
6706};
6707
1d045db9
TI
6708/*
6709 */
bc9f98a9
KY
6710static int patch_alc662(struct hda_codec *codec)
6711{
6712 struct alc_spec *spec;
3de95173 6713 int err;
bc9f98a9 6714
3de95173
TI
6715 err = alc_alloc_spec(codec, 0x0b);
6716 if (err < 0)
6717 return err;
bc9f98a9 6718
3de95173 6719 spec = codec->spec;
1f0f4b80 6720
225068ab
TI
6721 spec->shutup = alc_eapd_shutup;
6722
53c334ad
TI
6723 /* handle multiple HPs as is */
6724 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
6725
2c3bf9ab
TI
6726 alc_fix_pll_init(codec, 0x20, 0x04, 15);
6727
7639a06c 6728 switch (codec->core.vendor_id) {
f3f9185f
KY
6729 case 0x10ec0668:
6730 spec->init_hook = alc668_restore_default_value;
6731 break;
f3f9185f 6732 }
8663ff75 6733
1727a771 6734 snd_hda_pick_fixup(codec, alc662_fixup_models,
8e5a0509 6735 alc662_fixup_tbl, alc662_fixups);
532895c5 6736 snd_hda_pick_pin_fixup(codec, alc662_pin_fixup_tbl, alc662_fixups);
1727a771 6737 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
8e5a0509
TI
6738
6739 alc_auto_parse_customize_define(codec);
6740
7504b6cd
TI
6741 if (has_cdefine_beep(codec))
6742 spec->gen.beep_nid = 0x01;
6743
1bb7e43e 6744 if ((alc_get_coef0(codec) & (1 << 14)) &&
5100cd07 6745 codec->bus->pci && codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 6746 spec->cdefine.platform_type == 1) {
6134b1a2
WY
6747 err = alc_codec_rename(codec, "ALC272X");
6748 if (err < 0)
e16fb6d1 6749 goto error;
20ca0c35 6750 }
274693f3 6751
b9c5106c
TI
6752 /* automatic parse from the BIOS config */
6753 err = alc662_parse_auto_config(codec);
e16fb6d1
TI
6754 if (err < 0)
6755 goto error;
bc9f98a9 6756
7504b6cd 6757 if (!spec->gen.no_analog && spec->gen.beep_nid) {
7639a06c 6758 switch (codec->core.vendor_id) {
da00c244
KY
6759 case 0x10ec0662:
6760 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
6761 break;
6762 case 0x10ec0272:
6763 case 0x10ec0663:
6764 case 0x10ec0665:
9ad54547 6765 case 0x10ec0668:
da00c244
KY
6766 set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
6767 break;
6768 case 0x10ec0273:
6769 set_beep_amp(spec, 0x0b, 0x03, HDA_INPUT);
6770 break;
6771 }
cec27c89 6772 }
2134ea4f 6773
1727a771 6774 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 6775
bc9f98a9 6776 return 0;
801f49d3 6777
e16fb6d1
TI
6778 error:
6779 alc_free(codec);
6780 return err;
b478b998
KY
6781}
6782
d1eb57f4
KY
6783/*
6784 * ALC680 support
6785 */
d1eb57f4 6786
d1eb57f4
KY
6787static int alc680_parse_auto_config(struct hda_codec *codec)
6788{
3e6179b8 6789 return alc_parse_auto_config(codec, NULL, NULL);
d1eb57f4
KY
6790}
6791
d1eb57f4 6792/*
d1eb57f4 6793 */
d1eb57f4
KY
6794static int patch_alc680(struct hda_codec *codec)
6795{
d1eb57f4
KY
6796 int err;
6797
1f0f4b80 6798 /* ALC680 has no aa-loopback mixer */
3de95173
TI
6799 err = alc_alloc_spec(codec, 0);
6800 if (err < 0)
6801 return err;
1f0f4b80 6802
1ebec5f2
TI
6803 /* automatic parse from the BIOS config */
6804 err = alc680_parse_auto_config(codec);
6805 if (err < 0) {
6806 alc_free(codec);
6807 return err;
d1eb57f4
KY
6808 }
6809
d1eb57f4
KY
6810 return 0;
6811}
6812
1da177e4
LT
6813/*
6814 * patch entries
6815 */
a9111321 6816static const struct hda_codec_preset snd_hda_preset_realtek[] = {
296f0338 6817 { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 },
ba4c4d0a 6818 { .id = 0x10ec0231, .name = "ALC231", .patch = patch_alc269 },
84dfd0ac 6819 { .id = 0x10ec0233, .name = "ALC233", .patch = patch_alc269 },
92f974df 6820 { .id = 0x10ec0235, .name = "ALC233", .patch = patch_alc269 },
1d04c9de 6821 { .id = 0x10ec0255, .name = "ALC255", .patch = patch_alc269 },
4344aec8 6822 { .id = 0x10ec0256, .name = "ALC256", .patch = patch_alc269 },
1da177e4 6823 { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
df694daa 6824 { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
f6a92248 6825 { .id = 0x10ec0267, .name = "ALC267", .patch = patch_alc268 },
a361d84b 6826 { .id = 0x10ec0268, .name = "ALC268", .patch = patch_alc268 },
f6a92248 6827 { .id = 0x10ec0269, .name = "ALC269", .patch = patch_alc269 },
ebb83eeb 6828 { .id = 0x10ec0270, .name = "ALC270", .patch = patch_alc269 },
01afd41f 6829 { .id = 0x10ec0272, .name = "ALC272", .patch = patch_alc662 },
ebb83eeb 6830 { .id = 0x10ec0275, .name = "ALC275", .patch = patch_alc269 },
296f0338 6831 { .id = 0x10ec0276, .name = "ALC276", .patch = patch_alc269 },
befae82e 6832 { .id = 0x10ec0280, .name = "ALC280", .patch = patch_alc269 },
4e01ec63 6833 { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 },
7ff34ad8 6834 { .id = 0x10ec0283, .name = "ALC283", .patch = patch_alc269 },
065380f0 6835 { .id = 0x10ec0284, .name = "ALC284", .patch = patch_alc269 },
161ebf29 6836 { .id = 0x10ec0285, .name = "ALC285", .patch = patch_alc269 },
7fc7d047 6837 { .id = 0x10ec0286, .name = "ALC286", .patch = patch_alc269 },
7c665932 6838 { .id = 0x10ec0288, .name = "ALC288", .patch = patch_alc269 },
7ff34ad8 6839 { .id = 0x10ec0290, .name = "ALC290", .patch = patch_alc269 },
af02dde8 6840 { .id = 0x10ec0292, .name = "ALC292", .patch = patch_alc269 },
161ebf29 6841 { .id = 0x10ec0293, .name = "ALC293", .patch = patch_alc269 },
506b62c3 6842 { .id = 0x10ec0298, .name = "ALC298", .patch = patch_alc269 },
f32610ed 6843 { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
bc9f98a9 6844 .patch = patch_alc861 },
f32610ed
JS
6845 { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
6846 { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
6847 { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
bc9f98a9 6848 { .id = 0x10ec0662, .rev = 0x100002, .name = "ALC662 rev2",
4953550a 6849 .patch = patch_alc882 },
bc9f98a9
KY
6850 { .id = 0x10ec0662, .rev = 0x100101, .name = "ALC662 rev1",
6851 .patch = patch_alc662 },
cc667a72
DH
6852 { .id = 0x10ec0662, .rev = 0x100300, .name = "ALC662 rev3",
6853 .patch = patch_alc662 },
6dda9f4a 6854 { .id = 0x10ec0663, .name = "ALC663", .patch = patch_alc662 },
cec27c89 6855 { .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 },
72009433 6856 { .id = 0x10ec0667, .name = "ALC667", .patch = patch_alc662 },
19a62823 6857 { .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 },
6227cdce 6858 { .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
1d87caa6 6859 { .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },
d1eb57f4 6860 { .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 },
b6c5fbad 6861 { .id = 0x10ec0867, .name = "ALC891", .patch = patch_alc882 },
f32610ed 6862 { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
1da177e4 6863 { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
4953550a 6864 { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc882 },
669faba2 6865 { .id = 0x10ec0885, .rev = 0x100101, .name = "ALC889A",
4953550a 6866 .patch = patch_alc882 },
cb308f97 6867 { .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A",
4953550a 6868 .patch = patch_alc882 },
df694daa 6869 { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
e16fb6d1 6870 { .id = 0x10ec0887, .name = "ALC887", .patch = patch_alc882 },
4442608d 6871 { .id = 0x10ec0888, .rev = 0x100101, .name = "ALC1200",
4953550a 6872 .patch = patch_alc882 },
e16fb6d1 6873 { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc882 },
4953550a 6874 { .id = 0x10ec0889, .name = "ALC889", .patch = patch_alc882 },
274693f3 6875 { .id = 0x10ec0892, .name = "ALC892", .patch = patch_alc662 },
e16fb6d1 6876 { .id = 0x10ec0899, .name = "ALC898", .patch = patch_alc882 },
19a62823 6877 { .id = 0x10ec0900, .name = "ALC1150", .patch = patch_alc882 },
1da177e4
LT
6878 {} /* terminator */
6879};
1289e9e8
TI
6880
6881MODULE_ALIAS("snd-hda-codec-id:10ec*");
6882
6883MODULE_LICENSE("GPL");
6884MODULE_DESCRIPTION("Realtek HD-audio codec");
6885
d8a766a1 6886static struct hda_codec_driver realtek_driver = {
1289e9e8 6887 .preset = snd_hda_preset_realtek,
1289e9e8
TI
6888};
6889
d8a766a1 6890module_hda_codec_driver(realtek_driver);