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