]> git.ipfire.org Git - thirdparty/linux.git/blame - sound/pci/hda/patch_realtek.c
ALSA: Make SND_PCMTEST depend on DEBUG_FS
[thirdparty/linux.git] / sound / pci / hda / patch_realtek.c
CommitLineData
d0fa1179 1// SPDX-License-Identifier: GPL-2.0-or-later
1da177e4
LT
2/*
3 * Universal Interface for Intel High Definition Audio Codec
4 *
1d045db9 5 * HD audio interface patch for Realtek ALC codecs
1da177e4 6 *
df694daa
KY
7 * Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
8 * PeiSen Hou <pshou@realtek.com.tw>
1da177e4 9 * Takashi Iwai <tiwai@suse.de>
409a3e98 10 * Jonathan Woithe <jwoithe@just42.net>
1da177e4
LT
11 */
12
1da177e4
LT
13#include <linux/init.h>
14#include <linux/delay.h>
15#include <linux/slab.h>
16#include <linux/pci.h>
08fb0d0e 17#include <linux/dmi.h>
da155d5b 18#include <linux/module.h>
33f4acd3 19#include <linux/input.h>
87dc3648 20#include <linux/leds.h>
35a17444 21#include <linux/ctype.h>
1da177e4 22#include <sound/core.h>
9ad0e496 23#include <sound/jack.h>
be57bfff 24#include <sound/hda_codec.h>
1da177e4 25#include "hda_local.h"
23d30f28 26#include "hda_auto_parser.h"
1835a0f9 27#include "hda_jack.h"
08c189f2 28#include "hda_generic.h"
d3dca026 29#include "hda_component.h"
1da177e4 30
cd63a5ff
TI
31/* keep halting ALC5505 DSP, for power saving */
32#define HALT_REALTEK_ALC5505
33
4a79ba34
TI
34/* extra amp-initialization sequence types */
35enum {
1c76aa5f 36 ALC_INIT_UNDEFINED,
4a79ba34
TI
37 ALC_INIT_NONE,
38 ALC_INIT_DEFAULT,
4a79ba34
TI
39};
40
73bdd597
DH
41enum {
42 ALC_HEADSET_MODE_UNKNOWN,
43 ALC_HEADSET_MODE_UNPLUGGED,
44 ALC_HEADSET_MODE_HEADSET,
45 ALC_HEADSET_MODE_MIC,
46 ALC_HEADSET_MODE_HEADPHONE,
47};
48
49enum {
50 ALC_HEADSET_TYPE_UNKNOWN,
51 ALC_HEADSET_TYPE_CTIA,
52 ALC_HEADSET_TYPE_OMTP,
53};
54
c7b60a89
HW
55enum {
56 ALC_KEY_MICMUTE_INDEX,
57};
58
da00c244
KY
59struct alc_customize_define {
60 unsigned int sku_cfg;
61 unsigned char port_connectivity;
62 unsigned char check_sum;
63 unsigned char customization;
64 unsigned char external_amp;
65 unsigned int enable_pcbeep:1;
66 unsigned int platform_type:1;
67 unsigned int swap:1;
68 unsigned int override:1;
90622917 69 unsigned int fixup:1; /* Means that this sku is set by driver, not read from hw */
da00c244
KY
70};
71
766538ac
TI
72struct alc_coef_led {
73 unsigned int idx;
74 unsigned int mask;
75 unsigned int on;
76 unsigned int off;
77};
78
1da177e4 79struct alc_spec {
08c189f2 80 struct hda_gen_spec gen; /* must be at head */
23d30f28 81
1da177e4 82 /* codec parameterization */
da00c244 83 struct alc_customize_define cdefine;
08c189f2 84 unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */
834be88d 85
5579cd6f
TI
86 /* GPIO bits */
87 unsigned int gpio_mask;
88 unsigned int gpio_dir;
89 unsigned int gpio_data;
215c850c 90 bool gpio_write_delay; /* add a delay before writing gpio_data */
5579cd6f 91
8d3d1ece 92 /* mute LED for HP laptops, see vref_mute_led_set() */
08fb0d0e 93 int mute_led_polarity;
dbd13179 94 int micmute_led_polarity;
08fb0d0e 95 hda_nid_t mute_led_nid;
9c5dc3bf 96 hda_nid_t cap_mute_led_nid;
08fb0d0e 97
0f32fd19
TI
98 unsigned int gpio_mute_led_mask;
99 unsigned int gpio_mic_led_mask;
766538ac
TI
100 struct alc_coef_led mute_led_coef;
101 struct alc_coef_led mic_led_coef;
b837a9f5 102 struct mutex coef_mutex;
9f5c6faf 103
73bdd597
DH
104 hda_nid_t headset_mic_pin;
105 hda_nid_t headphone_mic_pin;
106 int current_headset_mode;
107 int current_headset_type;
108
ae6b813a
TI
109 /* hooks */
110 void (*init_hook)(struct hda_codec *codec);
83012a7c 111#ifdef CONFIG_PM
c97259df 112 void (*power_hook)(struct hda_codec *codec);
f5de24b0 113#endif
1c716153 114 void (*shutup)(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;
693abe11 120 unsigned int done_hp_init:1;
c0ca5ece 121 unsigned int no_shutup_pins:1;
d3ba58bb 122 unsigned int ultra_low_power:1;
476c02e0 123 unsigned int has_hs_key:1;
92666d45 124 unsigned int no_internal_mic_pin:1;
69ea4c9d 125 unsigned int en_3kpull_low:1;
e64f14f4 126
2c3bf9ab
TI
127 /* for PLL fix */
128 hda_nid_t pll_nid;
129 unsigned int pll_coef_idx, pll_coef_bit;
1bb7e43e 130 unsigned int coef0;
33f4acd3 131 struct input_dev *kb_dev;
c7b60a89 132 u8 alc_mute_keycode_map[1];
d3dca026
LT
133
134 /* component binding */
135 struct component_match *match;
136 struct hda_component comps[HDA_MAX_COMPONENTS];
df694daa
KY
137};
138
f2a227cd
TI
139/*
140 * COEF access helper functions
141 */
142
2a845837
TI
143static void coef_mutex_lock(struct hda_codec *codec)
144{
145 struct alc_spec *spec = codec->spec;
146
147 snd_hda_power_up_pm(codec);
148 mutex_lock(&spec->coef_mutex);
149}
150
151static void coef_mutex_unlock(struct hda_codec *codec)
152{
153 struct alc_spec *spec = codec->spec;
154
155 mutex_unlock(&spec->coef_mutex);
156 snd_hda_power_down_pm(codec);
157}
158
b837a9f5
TI
159static int __alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
160 unsigned int coef_idx)
f2a227cd
TI
161{
162 unsigned int val;
163
164 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
165 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PROC_COEF, 0);
166 return val;
167}
168
b837a9f5
TI
169static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
170 unsigned int coef_idx)
171{
b837a9f5
TI
172 unsigned int val;
173
2a845837 174 coef_mutex_lock(codec);
b837a9f5 175 val = __alc_read_coefex_idx(codec, nid, coef_idx);
2a845837 176 coef_mutex_unlock(codec);
b837a9f5
TI
177 return val;
178}
179
f2a227cd
TI
180#define alc_read_coef_idx(codec, coef_idx) \
181 alc_read_coefex_idx(codec, 0x20, coef_idx)
182
b837a9f5
TI
183static void __alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
184 unsigned int coef_idx, unsigned int coef_val)
f2a227cd
TI
185{
186 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
187 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val);
188}
189
b837a9f5
TI
190static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
191 unsigned int coef_idx, unsigned int coef_val)
192{
2a845837 193 coef_mutex_lock(codec);
b837a9f5 194 __alc_write_coefex_idx(codec, nid, coef_idx, coef_val);
2a845837 195 coef_mutex_unlock(codec);
b837a9f5
TI
196}
197
f2a227cd
TI
198#define alc_write_coef_idx(codec, coef_idx, coef_val) \
199 alc_write_coefex_idx(codec, 0x20, coef_idx, coef_val)
200
b837a9f5
TI
201static void __alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
202 unsigned int coef_idx, unsigned int mask,
203 unsigned int bits_set)
204{
205 unsigned int val = __alc_read_coefex_idx(codec, nid, coef_idx);
206
207 if (val != -1)
208 __alc_write_coefex_idx(codec, nid, coef_idx,
209 (val & ~mask) | bits_set);
210}
211
98b24883
TI
212static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
213 unsigned int coef_idx, unsigned int mask,
214 unsigned int bits_set)
215{
2a845837 216 coef_mutex_lock(codec);
b837a9f5 217 __alc_update_coefex_idx(codec, nid, coef_idx, mask, bits_set);
2a845837 218 coef_mutex_unlock(codec);
98b24883
TI
219}
220
221#define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \
222 alc_update_coefex_idx(codec, 0x20, coef_idx, mask, bits_set)
223
f2a227cd
TI
224/* a special bypass for COEF 0; read the cached value at the second time */
225static unsigned int alc_get_coef0(struct hda_codec *codec)
226{
227 struct alc_spec *spec = codec->spec;
228
229 if (!spec->coef0)
230 spec->coef0 = alc_read_coef_idx(codec, 0);
231 return spec->coef0;
232}
233
54db6c39
TI
234/* coef writes/updates batch */
235struct coef_fw {
236 unsigned char nid;
237 unsigned char idx;
238 unsigned short mask;
239 unsigned short val;
240};
241
242#define UPDATE_COEFEX(_nid, _idx, _mask, _val) \
243 { .nid = (_nid), .idx = (_idx), .mask = (_mask), .val = (_val) }
244#define WRITE_COEFEX(_nid, _idx, _val) UPDATE_COEFEX(_nid, _idx, -1, _val)
245#define WRITE_COEF(_idx, _val) WRITE_COEFEX(0x20, _idx, _val)
246#define UPDATE_COEF(_idx, _mask, _val) UPDATE_COEFEX(0x20, _idx, _mask, _val)
247
248static void alc_process_coef_fw(struct hda_codec *codec,
249 const struct coef_fw *fw)
250{
2a845837 251 coef_mutex_lock(codec);
54db6c39
TI
252 for (; fw->nid; fw++) {
253 if (fw->mask == (unsigned short)-1)
b837a9f5 254 __alc_write_coefex_idx(codec, fw->nid, fw->idx, fw->val);
54db6c39 255 else
b837a9f5
TI
256 __alc_update_coefex_idx(codec, fw->nid, fw->idx,
257 fw->mask, fw->val);
54db6c39 258 }
2a845837 259 coef_mutex_unlock(codec);
54db6c39
TI
260}
261
df694daa 262/*
1d045db9 263 * GPIO setup tables, used in initialization
df694daa 264 */
5579cd6f 265
bc9f98a9 266/* Enable GPIO mask and set output */
5579cd6f
TI
267static void alc_setup_gpio(struct hda_codec *codec, unsigned int mask)
268{
269 struct alc_spec *spec = codec->spec;
bc9f98a9 270
5579cd6f
TI
271 spec->gpio_mask |= mask;
272 spec->gpio_dir |= mask;
273 spec->gpio_data |= mask;
274}
bc9f98a9 275
5579cd6f
TI
276static void alc_write_gpio_data(struct hda_codec *codec)
277{
278 struct alc_spec *spec = codec->spec;
279
280 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
281 spec->gpio_data);
282}
283
aaf312de
TI
284static void alc_update_gpio_data(struct hda_codec *codec, unsigned int mask,
285 bool on)
286{
287 struct alc_spec *spec = codec->spec;
288 unsigned int oldval = spec->gpio_data;
289
290 if (on)
291 spec->gpio_data |= mask;
292 else
293 spec->gpio_data &= ~mask;
294 if (oldval != spec->gpio_data)
295 alc_write_gpio_data(codec);
296}
297
5579cd6f
TI
298static void alc_write_gpio(struct hda_codec *codec)
299{
300 struct alc_spec *spec = codec->spec;
301
302 if (!spec->gpio_mask)
303 return;
304
305 snd_hda_codec_write(codec, codec->core.afg, 0,
306 AC_VERB_SET_GPIO_MASK, spec->gpio_mask);
307 snd_hda_codec_write(codec, codec->core.afg, 0,
308 AC_VERB_SET_GPIO_DIRECTION, spec->gpio_dir);
215c850c
TI
309 if (spec->gpio_write_delay)
310 msleep(1);
5579cd6f
TI
311 alc_write_gpio_data(codec);
312}
313
314static void alc_fixup_gpio(struct hda_codec *codec, int action,
315 unsigned int mask)
316{
317 if (action == HDA_FIXUP_ACT_PRE_PROBE)
318 alc_setup_gpio(codec, mask);
319}
320
321static void alc_fixup_gpio1(struct hda_codec *codec,
322 const struct hda_fixup *fix, int action)
323{
324 alc_fixup_gpio(codec, action, 0x01);
325}
326
327static void alc_fixup_gpio2(struct hda_codec *codec,
328 const struct hda_fixup *fix, int action)
329{
330 alc_fixup_gpio(codec, action, 0x02);
331}
332
333static void alc_fixup_gpio3(struct hda_codec *codec,
334 const struct hda_fixup *fix, int action)
335{
336 alc_fixup_gpio(codec, action, 0x03);
337}
bdd148a3 338
ae065f1c
TI
339static void alc_fixup_gpio4(struct hda_codec *codec,
340 const struct hda_fixup *fix, int action)
341{
342 alc_fixup_gpio(codec, action, 0x04);
343}
344
8a503555
TI
345static void alc_fixup_micmute_led(struct hda_codec *codec,
346 const struct hda_fixup *fix, int action)
347{
e65bf997 348 if (action == HDA_FIXUP_ACT_PRE_PROBE)
8a503555
TI
349 snd_hda_gen_add_micmute_led_cdev(codec, NULL);
350}
351
2c3bf9ab
TI
352/*
353 * Fix hardware PLL issue
354 * On some codecs, the analog PLL gating control must be off while
355 * the default value is 1.
356 */
357static void alc_fix_pll(struct hda_codec *codec)
358{
359 struct alc_spec *spec = codec->spec;
2c3bf9ab 360
98b24883
TI
361 if (spec->pll_nid)
362 alc_update_coefex_idx(codec, spec->pll_nid, spec->pll_coef_idx,
363 1 << spec->pll_coef_bit, 0);
2c3bf9ab
TI
364}
365
366static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid,
367 unsigned int coef_idx, unsigned int coef_bit)
368{
369 struct alc_spec *spec = codec->spec;
370 spec->pll_nid = nid;
371 spec->pll_coef_idx = coef_idx;
372 spec->pll_coef_bit = coef_bit;
373 alc_fix_pll(codec);
374}
375
cf5a2279 376/* update the master volume per volume-knob's unsol event */
1a4f69d5
TI
377static void alc_update_knob_master(struct hda_codec *codec,
378 struct hda_jack_callback *jack)
cf5a2279
TI
379{
380 unsigned int val;
381 struct snd_kcontrol *kctl;
382 struct snd_ctl_elem_value *uctl;
383
384 kctl = snd_hda_find_mixer_ctl(codec, "Master Playback Volume");
385 if (!kctl)
386 return;
387 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL);
388 if (!uctl)
389 return;
2ebab40e 390 val = snd_hda_codec_read(codec, jack->nid, 0,
cf5a2279
TI
391 AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
392 val &= HDA_AMP_VOLMASK;
393 uctl->value.integer.value[0] = val;
394 uctl->value.integer.value[1] = val;
395 kctl->put(kctl, uctl);
396 kfree(uctl);
397}
398
29adc4b9 399static void alc880_unsol_event(struct hda_codec *codec, unsigned int res)
f21d78e2 400{
29adc4b9
DH
401 /* For some reason, the res given from ALC880 is broken.
402 Here we adjust it properly. */
403 snd_hda_jack_unsol_event(codec, res >> 2);
f21d78e2
TI
404}
405
394c97f8
KY
406/* Change EAPD to verb control */
407static void alc_fill_eapd_coef(struct hda_codec *codec)
408{
409 int coef;
410
411 coef = alc_get_coef0(codec);
412
7639a06c 413 switch (codec->core.vendor_id) {
394c97f8
KY
414 case 0x10ec0262:
415 alc_update_coef_idx(codec, 0x7, 0, 1<<5);
416 break;
417 case 0x10ec0267:
418 case 0x10ec0268:
419 alc_update_coef_idx(codec, 0x7, 0, 1<<13);
420 break;
421 case 0x10ec0269:
422 if ((coef & 0x00f0) == 0x0010)
423 alc_update_coef_idx(codec, 0xd, 0, 1<<14);
424 if ((coef & 0x00f0) == 0x0020)
425 alc_update_coef_idx(codec, 0x4, 1<<15, 0);
426 if ((coef & 0x00f0) == 0x0030)
427 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
428 break;
429 case 0x10ec0280:
430 case 0x10ec0284:
431 case 0x10ec0290:
432 case 0x10ec0292:
433 alc_update_coef_idx(codec, 0x4, 1<<15, 0);
434 break;
4231430d 435 case 0x10ec0225:
44be77c5
TI
436 case 0x10ec0295:
437 case 0x10ec0299:
438 alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
c0dbbdad 439 fallthrough;
44be77c5 440 case 0x10ec0215:
1948fc06 441 case 0x10ec0230:
394c97f8 442 case 0x10ec0233:
ea04a1db 443 case 0x10ec0235:
c4473744 444 case 0x10ec0236:
7fbdcd83 445 case 0x10ec0245:
394c97f8 446 case 0x10ec0255:
c4473744 447 case 0x10ec0256:
527f4643 448 case 0x19e58326:
f429e7e4 449 case 0x10ec0257:
394c97f8
KY
450 case 0x10ec0282:
451 case 0x10ec0283:
452 case 0x10ec0286:
453 case 0x10ec0288:
0a6f0600 454 case 0x10ec0285:
506b62c3 455 case 0x10ec0298:
0a6f0600 456 case 0x10ec0289:
1078bef0 457 case 0x10ec0300:
394c97f8
KY
458 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
459 break;
3aabf94c
KY
460 case 0x10ec0275:
461 alc_update_coef_idx(codec, 0xe, 0, 1<<0);
462 break;
8822702f
HW
463 case 0x10ec0287:
464 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
465 alc_write_coef_idx(codec, 0x8, 0x4ab7);
466 break;
394c97f8
KY
467 case 0x10ec0293:
468 alc_update_coef_idx(codec, 0xa, 1<<13, 0);
469 break;
dcd4f0db
KY
470 case 0x10ec0234:
471 case 0x10ec0274:
472 case 0x10ec0294:
6fbae35a
KY
473 case 0x10ec0700:
474 case 0x10ec0701:
475 case 0x10ec0703:
83629532 476 case 0x10ec0711:
dcd4f0db
KY
477 alc_update_coef_idx(codec, 0x10, 1<<15, 0);
478 break;
394c97f8
KY
479 case 0x10ec0662:
480 if ((coef & 0x00f0) == 0x0030)
481 alc_update_coef_idx(codec, 0x4, 1<<10, 0); /* EAPD Ctrl */
482 break;
483 case 0x10ec0272:
484 case 0x10ec0273:
485 case 0x10ec0663:
486 case 0x10ec0665:
487 case 0x10ec0670:
488 case 0x10ec0671:
489 case 0x10ec0672:
490 alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
491 break;
9194a1eb 492 case 0x10ec0222:
f0778871
KY
493 case 0x10ec0623:
494 alc_update_coef_idx(codec, 0x19, 1<<13, 0);
495 break;
394c97f8
KY
496 case 0x10ec0668:
497 alc_update_coef_idx(codec, 0x7, 3<<13, 0);
498 break;
499 case 0x10ec0867:
500 alc_update_coef_idx(codec, 0x4, 1<<10, 0);
501 break;
502 case 0x10ec0888:
503 if ((coef & 0x00f0) == 0x0020 || (coef & 0x00f0) == 0x0030)
504 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
505 break;
506 case 0x10ec0892:
e5782a5d 507 case 0x10ec0897:
394c97f8
KY
508 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
509 break;
510 case 0x10ec0899:
511 case 0x10ec0900:
6d9ffcff 512 case 0x10ec0b00:
65553b12 513 case 0x10ec1168:
a535ad57 514 case 0x10ec1220:
394c97f8
KY
515 alc_update_coef_idx(codec, 0x7, 1<<1, 0);
516 break;
517 }
518}
519
f9423e7a
KY
520/* additional initialization for ALC888 variants */
521static void alc888_coef_init(struct hda_codec *codec)
522{
1df8874b
KY
523 switch (alc_get_coef0(codec) & 0x00f0) {
524 /* alc888-VA */
525 case 0x00:
526 /* alc888-VB */
527 case 0x10:
528 alc_update_coef_idx(codec, 7, 0, 0x2030); /* Turn EAPD to High */
529 break;
530 }
87a8c370
JK
531}
532
3fb4a508
TI
533/* turn on/off EAPD control (only if available) */
534static void set_eapd(struct hda_codec *codec, hda_nid_t nid, int on)
535{
536 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
537 return;
538 if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)
539 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
540 on ? 2 : 0);
541}
542
691f1fcc
TI
543/* turn on/off EAPD controls of the codec */
544static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
545{
546 /* We currently only handle front, HP */
caf3c043 547 static const hda_nid_t pins[] = {
af95b414 548 0x0f, 0x10, 0x14, 0x15, 0x17, 0
39fa84e9 549 };
caf3c043 550 const hda_nid_t *p;
39fa84e9
TI
551 for (p = pins; *p; p++)
552 set_eapd(codec, *p, on);
691f1fcc
TI
553}
554
dad3197d
KY
555static int find_ext_mic_pin(struct hda_codec *codec);
556
557static void alc_headset_mic_no_shutup(struct hda_codec *codec)
558{
559 const struct hda_pincfg *pin;
560 int mic_pin = find_ext_mic_pin(codec);
561 int i;
562
563 /* don't shut up pins when unloading the driver; otherwise it breaks
564 * the default pin setup at the next load of the driver
565 */
566 if (codec->bus->shutdown)
567 return;
568
569 snd_array_for_each(&codec->init_pins, i, pin) {
570 /* use read here for syncing after issuing each verb */
571 if (pin->nid != mic_pin)
572 snd_hda_codec_read(codec, pin->nid, 0,
573 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
574 }
575
576 codec->pins_shutup = 1;
577}
578
c0ca5ece
TI
579static void alc_shutup_pins(struct hda_codec *codec)
580{
581 struct alc_spec *spec = codec->spec;
582
dad3197d 583 switch (codec->core.vendor_id) {
5aec9891
KY
584 case 0x10ec0236:
585 case 0x10ec0256:
527f4643 586 case 0x19e58326:
66c5d718 587 case 0x10ec0283:
dad3197d
KY
588 case 0x10ec0286:
589 case 0x10ec0288:
590 case 0x10ec0298:
591 alc_headset_mic_no_shutup(codec);
592 break;
593 default:
594 if (!spec->no_shutup_pins)
595 snd_hda_shutup_pins(codec);
596 break;
597 }
c0ca5ece
TI
598}
599
1c716153 600/* generic shutup callback;
4ce8e6a5 601 * just turning off EAPD and a little pause for avoiding pop-noise
1c716153
TI
602 */
603static void alc_eapd_shutup(struct hda_codec *codec)
604{
97a26570
KY
605 struct alc_spec *spec = codec->spec;
606
1c716153 607 alc_auto_setup_eapd(codec, false);
97a26570
KY
608 if (!spec->no_depop_delay)
609 msleep(200);
c0ca5ece 610 alc_shutup_pins(codec);
1c716153
TI
611}
612
1d045db9 613/* generic EAPD initialization */
4a79ba34 614static void alc_auto_init_amp(struct hda_codec *codec, int type)
bc9f98a9 615{
39fa84e9 616 alc_auto_setup_eapd(codec, true);
5579cd6f 617 alc_write_gpio(codec);
4a79ba34 618 switch (type) {
4a79ba34 619 case ALC_INIT_DEFAULT:
7639a06c 620 switch (codec->core.vendor_id) {
c9b58006 621 case 0x10ec0260:
98b24883 622 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x2010);
c9b58006 623 break;
c9b58006
KY
624 case 0x10ec0880:
625 case 0x10ec0882:
626 case 0x10ec0883:
627 case 0x10ec0885:
1df8874b 628 alc_update_coef_idx(codec, 7, 0, 0x2030);
c9b58006 629 break;
f9423e7a 630 case 0x10ec0888:
4a79ba34 631 alc888_coef_init(codec);
f9423e7a 632 break;
bc9f98a9 633 }
4a79ba34
TI
634 break;
635 }
636}
637
35a39f98
TI
638/* get a primary headphone pin if available */
639static hda_nid_t alc_get_hp_pin(struct alc_spec *spec)
640{
641 if (spec->gen.autocfg.hp_pins[0])
642 return spec->gen.autocfg.hp_pins[0];
643 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
644 return spec->gen.autocfg.line_out_pins[0];
645 return 0;
646}
08c189f2 647
1d045db9 648/*
08c189f2 649 * Realtek SSID verification
1d045db9 650 */
42cf0d01 651
08c189f2
TI
652/* Could be any non-zero and even value. When used as fixup, tells
653 * the driver to ignore any present sku defines.
654 */
655#define ALC_FIXUP_SKU_IGNORE (2)
1a1455de 656
08c189f2
TI
657static void alc_fixup_sku_ignore(struct hda_codec *codec,
658 const struct hda_fixup *fix, int action)
1a1455de 659{
1a1455de 660 struct alc_spec *spec = codec->spec;
08c189f2
TI
661 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
662 spec->cdefine.fixup = 1;
663 spec->cdefine.sku_cfg = ALC_FIXUP_SKU_IGNORE;
1a1455de 664 }
1a1455de
TI
665}
666
b5c6611f
ML
667static void alc_fixup_no_depop_delay(struct hda_codec *codec,
668 const struct hda_fixup *fix, int action)
669{
670 struct alc_spec *spec = codec->spec;
671
84d2dc3e 672 if (action == HDA_FIXUP_ACT_PROBE) {
b5c6611f 673 spec->no_depop_delay = 1;
84d2dc3e
ML
674 codec->depop_delay = 0;
675 }
b5c6611f
ML
676}
677
08c189f2 678static int alc_auto_parse_customize_define(struct hda_codec *codec)
4a79ba34 679{
08c189f2
TI
680 unsigned int ass, tmp, i;
681 unsigned nid = 0;
4a79ba34
TI
682 struct alc_spec *spec = codec->spec;
683
08c189f2 684 spec->cdefine.enable_pcbeep = 1; /* assume always enabled */
4a79ba34 685
08c189f2
TI
686 if (spec->cdefine.fixup) {
687 ass = spec->cdefine.sku_cfg;
688 if (ass == ALC_FIXUP_SKU_IGNORE)
689 return -1;
690 goto do_sku;
bb35febd
TI
691 }
692
5100cd07
TI
693 if (!codec->bus->pci)
694 return -1;
7639a06c 695 ass = codec->core.subsystem_id & 0xffff;
08c189f2
TI
696 if (ass != codec->bus->pci->subsystem_device && (ass & 1))
697 goto do_sku;
4a79ba34 698
08c189f2 699 nid = 0x1d;
7639a06c 700 if (codec->core.vendor_id == 0x10ec0260)
08c189f2
TI
701 nid = 0x17;
702 ass = snd_hda_codec_get_pincfg(codec, nid);
42cf0d01 703
08c189f2 704 if (!(ass & 1)) {
4e76a883 705 codec_info(codec, "%s: SKU not ready 0x%08x\n",
7639a06c 706 codec->core.chip_name, ass);
08c189f2 707 return -1;
42cf0d01
DH
708 }
709
08c189f2
TI
710 /* check sum */
711 tmp = 0;
712 for (i = 1; i < 16; i++) {
713 if ((ass >> i) & 1)
714 tmp++;
ae8a60a5 715 }
08c189f2
TI
716 if (((ass >> 16) & 0xf) != tmp)
717 return -1;
ae8a60a5 718
da00c244
KY
719 spec->cdefine.port_connectivity = ass >> 30;
720 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20;
721 spec->cdefine.check_sum = (ass >> 16) & 0xf;
722 spec->cdefine.customization = ass >> 8;
723do_sku:
724 spec->cdefine.sku_cfg = ass;
725 spec->cdefine.external_amp = (ass & 0x38) >> 3;
726 spec->cdefine.platform_type = (ass & 0x4) >> 2;
727 spec->cdefine.swap = (ass & 0x2) >> 1;
728 spec->cdefine.override = ass & 0x1;
729
4e76a883 730 codec_dbg(codec, "SKU: Nid=0x%x sku_cfg=0x%08x\n",
da00c244 731 nid, spec->cdefine.sku_cfg);
4e76a883 732 codec_dbg(codec, "SKU: port_connectivity=0x%x\n",
da00c244 733 spec->cdefine.port_connectivity);
4e76a883
TI
734 codec_dbg(codec, "SKU: enable_pcbeep=0x%x\n", spec->cdefine.enable_pcbeep);
735 codec_dbg(codec, "SKU: check_sum=0x%08x\n", spec->cdefine.check_sum);
736 codec_dbg(codec, "SKU: customization=0x%08x\n", spec->cdefine.customization);
737 codec_dbg(codec, "SKU: external_amp=0x%x\n", spec->cdefine.external_amp);
738 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type);
739 codec_dbg(codec, "SKU: swap=0x%x\n", spec->cdefine.swap);
740 codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override);
da00c244
KY
741
742 return 0;
743}
744
08c189f2
TI
745/* return the position of NID in the list, or -1 if not found */
746static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
747{
748 int i;
749 for (i = 0; i < nums; i++)
750 if (list[i] == nid)
751 return i;
752 return -1;
753}
1d045db9 754/* return true if the given NID is found in the list */
3af9ee6b
TI
755static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
756{
21268961 757 return find_idx_in_nid_list(nid, list, nums) >= 0;
3af9ee6b
TI
758}
759
4a79ba34
TI
760/* check subsystem ID and set up device-specific initialization;
761 * return 1 if initialized, 0 if invalid SSID
762 */
763/* 32-bit subsystem ID for BIOS loading in HD Audio codec.
764 * 31 ~ 16 : Manufacture ID
765 * 15 ~ 8 : SKU ID
766 * 7 ~ 0 : Assembly ID
767 * port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
768 */
58c57cfa 769static int alc_subsystem_id(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34
TI
770{
771 unsigned int ass, tmp, i;
772 unsigned nid;
773 struct alc_spec *spec = codec->spec;
774
90622917
DH
775 if (spec->cdefine.fixup) {
776 ass = spec->cdefine.sku_cfg;
777 if (ass == ALC_FIXUP_SKU_IGNORE)
778 return 0;
779 goto do_sku;
780 }
781
7639a06c 782 ass = codec->core.subsystem_id & 0xffff;
5100cd07
TI
783 if (codec->bus->pci &&
784 ass != codec->bus->pci->subsystem_device && (ass & 1))
4a79ba34
TI
785 goto do_sku;
786
787 /* invalid SSID, check the special NID pin defcfg instead */
788 /*
def319f9 789 * 31~30 : port connectivity
4a79ba34
TI
790 * 29~21 : reserve
791 * 20 : PCBEEP input
792 * 19~16 : Check sum (15:1)
793 * 15~1 : Custom
794 * 0 : override
795 */
796 nid = 0x1d;
7639a06c 797 if (codec->core.vendor_id == 0x10ec0260)
4a79ba34
TI
798 nid = 0x17;
799 ass = snd_hda_codec_get_pincfg(codec, nid);
4e76a883
TI
800 codec_dbg(codec,
801 "realtek: No valid SSID, checking pincfg 0x%08x for NID 0x%x\n",
cb6605c1 802 ass, nid);
6227cdce 803 if (!(ass & 1))
4a79ba34
TI
804 return 0;
805 if ((ass >> 30) != 1) /* no physical connection */
806 return 0;
807
808 /* check sum */
809 tmp = 0;
810 for (i = 1; i < 16; i++) {
811 if ((ass >> i) & 1)
812 tmp++;
813 }
814 if (((ass >> 16) & 0xf) != tmp)
815 return 0;
816do_sku:
4e76a883 817 codec_dbg(codec, "realtek: Enabling init ASM_ID=0x%04x CODEC_ID=%08x\n",
7639a06c 818 ass & 0xffff, codec->core.vendor_id);
4a79ba34
TI
819 /*
820 * 0 : override
821 * 1 : Swap Jack
822 * 2 : 0 --> Desktop, 1 --> Laptop
823 * 3~5 : External Amplifier control
824 * 7~6 : Reserved
825 */
826 tmp = (ass & 0x38) >> 3; /* external Amp control */
1c76aa5f
TI
827 if (spec->init_amp == ALC_INIT_UNDEFINED) {
828 switch (tmp) {
829 case 1:
5579cd6f 830 alc_setup_gpio(codec, 0x01);
1c76aa5f
TI
831 break;
832 case 3:
5579cd6f 833 alc_setup_gpio(codec, 0x02);
1c76aa5f
TI
834 break;
835 case 7:
2bdccfd2 836 alc_setup_gpio(codec, 0x04);
1c76aa5f
TI
837 break;
838 case 5:
839 default:
840 spec->init_amp = ALC_INIT_DEFAULT;
841 break;
842 }
bc9f98a9 843 }
ea1fb29a 844
8c427226 845 /* is laptop or Desktop and enable the function "Mute internal speaker
c9b58006
KY
846 * when the external headphone out jack is plugged"
847 */
8c427226 848 if (!(ass & 0x8000))
4a79ba34 849 return 1;
c9b58006
KY
850 /*
851 * 10~8 : Jack location
852 * 12~11: Headphone out -> 00: PortA, 01: PortE, 02: PortD, 03: Resvered
853 * 14~13: Resvered
854 * 15 : 1 --> enable the function "Mute internal speaker
855 * when the external headphone out jack is plugged"
856 */
35a39f98 857 if (!alc_get_hp_pin(spec)) {
01d4825d 858 hda_nid_t nid;
c9b58006 859 tmp = (ass >> 11) & 0x3; /* HP to chassis */
58c57cfa 860 nid = ports[tmp];
08c189f2
TI
861 if (found_in_nid_list(nid, spec->gen.autocfg.line_out_pins,
862 spec->gen.autocfg.line_outs))
3af9ee6b 863 return 1;
08c189f2 864 spec->gen.autocfg.hp_pins[0] = nid;
c9b58006 865 }
4a79ba34
TI
866 return 1;
867}
ea1fb29a 868
3e6179b8
TI
869/* Check the validity of ALC subsystem-id
870 * ports contains an array of 4 pin NIDs for port-A, E, D and I */
871static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34 872{
58c57cfa 873 if (!alc_subsystem_id(codec, ports)) {
4a79ba34 874 struct alc_spec *spec = codec->spec;
67791202
TI
875 if (spec->init_amp == ALC_INIT_UNDEFINED) {
876 codec_dbg(codec,
877 "realtek: Enable default setup for auto mode as fallback\n");
878 spec->init_amp = ALC_INIT_DEFAULT;
879 }
4a79ba34 880 }
21268961 881}
1a1455de 882
1d045db9 883/*
ef8ef5fb 884 */
f9e336f6 885
9d36a7dc
DH
886static void alc_fixup_inv_dmic(struct hda_codec *codec,
887 const struct hda_fixup *fix, int action)
125821ae
TI
888{
889 struct alc_spec *spec = codec->spec;
668d1e96 890
9d36a7dc 891 spec->gen.inv_dmic_split = 1;
6e72aa5f
TI
892}
893
e9edcee0 894
08c189f2 895static int alc_build_controls(struct hda_codec *codec)
1d045db9 896{
a5cb463a 897 int err;
e9427969 898
08c189f2
TI
899 err = snd_hda_gen_build_controls(codec);
900 if (err < 0)
901 return err;
1da177e4 902
1727a771 903 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_BUILD);
1c4a54b4 904 return 0;
a361d84b
KY
905}
906
a361d84b 907
df694daa 908/*
08c189f2 909 * Common callbacks
df694daa 910 */
a361d84b 911
c9af753f
TI
912static void alc_pre_init(struct hda_codec *codec)
913{
914 alc_fill_eapd_coef(codec);
915}
916
aeac1a0d
KY
917#define is_s3_resume(codec) \
918 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESUME)
c9af753f
TI
919#define is_s4_resume(codec) \
920 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
921
08c189f2 922static int alc_init(struct hda_codec *codec)
1d045db9
TI
923{
924 struct alc_spec *spec = codec->spec;
a361d84b 925
c9af753f
TI
926 /* hibernation resume needs the full chip initialization */
927 if (is_s4_resume(codec))
928 alc_pre_init(codec);
929
08c189f2
TI
930 if (spec->init_hook)
931 spec->init_hook(codec);
a361d84b 932
89781d08 933 spec->gen.skip_verbs = 1; /* applied in below */
607ca3bd 934 snd_hda_gen_init(codec);
08c189f2
TI
935 alc_fix_pll(codec);
936 alc_auto_init_amp(codec, spec->init_amp);
89781d08 937 snd_hda_apply_verbs(codec); /* apply verbs here after own init */
3abf2f36 938
1727a771 939 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT);
a361d84b 940
1d045db9
TI
941 return 0;
942}
a361d84b 943
c3d9ca93
RD
944#define alc_free snd_hda_gen_free
945
946#ifdef CONFIG_PM
08c189f2 947static inline void alc_shutup(struct hda_codec *codec)
1d045db9
TI
948{
949 struct alc_spec *spec = codec->spec;
a361d84b 950
c7273bd6
TI
951 if (!snd_hda_get_bool_hint(codec, "shutup"))
952 return; /* disabled explicitly by hints */
953
08c189f2
TI
954 if (spec && spec->shutup)
955 spec->shutup(codec);
9bfb2844 956 else
c0ca5ece 957 alc_shutup_pins(codec);
1d045db9
TI
958}
959
08c189f2 960static void alc_power_eapd(struct hda_codec *codec)
1d045db9 961{
08c189f2 962 alc_auto_setup_eapd(codec, false);
1d045db9 963}
2134ea4f 964
08c189f2 965static int alc_suspend(struct hda_codec *codec)
1d045db9
TI
966{
967 struct alc_spec *spec = codec->spec;
08c189f2
TI
968 alc_shutup(codec);
969 if (spec && spec->power_hook)
970 spec->power_hook(codec);
a361d84b
KY
971 return 0;
972}
973
08c189f2 974static int alc_resume(struct hda_codec *codec)
1d045db9 975{
97a26570
KY
976 struct alc_spec *spec = codec->spec;
977
978 if (!spec->no_depop_delay)
979 msleep(150); /* to avoid pop noise */
08c189f2 980 codec->patch_ops.init(codec);
1a462be5 981 snd_hda_regmap_sync(codec);
08c189f2
TI
982 hda_call_check_power_status(codec, 0x01);
983 return 0;
1d045db9 984}
08c189f2 985#endif
f6a92248 986
1d045db9 987/*
1d045db9 988 */
08c189f2
TI
989static const struct hda_codec_ops alc_patch_ops = {
990 .build_controls = alc_build_controls,
991 .build_pcms = snd_hda_gen_build_pcms,
992 .init = alc_init,
993 .free = alc_free,
994 .unsol_event = snd_hda_jack_unsol_event,
995#ifdef CONFIG_PM
996 .resume = alc_resume,
08c189f2 997 .suspend = alc_suspend,
fce52a3b 998 .check_power_status = snd_hda_gen_check_power_status,
08c189f2 999#endif
08c189f2 1000};
f6a92248 1001
f53281e6 1002
ded255be 1003#define alc_codec_rename(codec, name) snd_hda_codec_set_name(codec, name)
e01bf509 1004
e4770629 1005/*
4b016931 1006 * Rename codecs appropriately from COEF value or subvendor id
e4770629 1007 */
08c189f2
TI
1008struct alc_codec_rename_table {
1009 unsigned int vendor_id;
1010 unsigned short coef_mask;
1011 unsigned short coef_bits;
1012 const char *name;
1013};
84898e87 1014
4b016931
KY
1015struct alc_codec_rename_pci_table {
1016 unsigned int codec_vendor_id;
1017 unsigned short pci_subvendor;
1018 unsigned short pci_subdevice;
1019 const char *name;
1020};
1021
6b0f95c4 1022static const struct alc_codec_rename_table rename_tbl[] = {
e6e5f7ad 1023 { 0x10ec0221, 0xf00f, 0x1003, "ALC231" },
08c189f2
TI
1024 { 0x10ec0269, 0xfff0, 0x3010, "ALC277" },
1025 { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" },
1026 { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" },
1027 { 0x10ec0269, 0x00f0, 0x0010, "ALC269VB" },
1028 { 0x10ec0269, 0xffff, 0xa023, "ALC259" },
1029 { 0x10ec0269, 0xffff, 0x6023, "ALC281X" },
1030 { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" },
1031 { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" },
e6e5f7ad 1032 { 0x10ec0662, 0xffff, 0x4020, "ALC656" },
08c189f2
TI
1033 { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" },
1034 { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" },
1035 { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" },
1036 { 0x10ec0899, 0x2000, 0x2000, "ALC899" },
1037 { 0x10ec0892, 0xffff, 0x8020, "ALC661" },
1038 { 0x10ec0892, 0xffff, 0x8011, "ALC661" },
1039 { 0x10ec0892, 0xffff, 0x4011, "ALC656" },
1040 { } /* terminator */
1041};
84898e87 1042
6b0f95c4 1043static const struct alc_codec_rename_pci_table rename_pci_tbl[] = {
4b016931
KY
1044 { 0x10ec0280, 0x1028, 0, "ALC3220" },
1045 { 0x10ec0282, 0x1028, 0, "ALC3221" },
1046 { 0x10ec0283, 0x1028, 0, "ALC3223" },
193177de 1047 { 0x10ec0288, 0x1028, 0, "ALC3263" },
4b016931 1048 { 0x10ec0292, 0x1028, 0, "ALC3226" },
193177de 1049 { 0x10ec0293, 0x1028, 0, "ALC3235" },
4b016931
KY
1050 { 0x10ec0255, 0x1028, 0, "ALC3234" },
1051 { 0x10ec0668, 0x1028, 0, "ALC3661" },
e6e5f7ad
KY
1052 { 0x10ec0275, 0x1028, 0, "ALC3260" },
1053 { 0x10ec0899, 0x1028, 0, "ALC3861" },
2c674fac 1054 { 0x10ec0298, 0x1028, 0, "ALC3266" },
736f20a7 1055 { 0x10ec0236, 0x1028, 0, "ALC3204" },
82324502 1056 { 0x10ec0256, 0x1028, 0, "ALC3246" },
4231430d 1057 { 0x10ec0225, 0x1028, 0, "ALC3253" },
7d727869 1058 { 0x10ec0295, 0x1028, 0, "ALC3254" },
28f1f9b2 1059 { 0x10ec0299, 0x1028, 0, "ALC3271" },
e6e5f7ad
KY
1060 { 0x10ec0670, 0x1025, 0, "ALC669X" },
1061 { 0x10ec0676, 0x1025, 0, "ALC679X" },
1062 { 0x10ec0282, 0x1043, 0, "ALC3229" },
1063 { 0x10ec0233, 0x1043, 0, "ALC3236" },
1064 { 0x10ec0280, 0x103c, 0, "ALC3228" },
1065 { 0x10ec0282, 0x103c, 0, "ALC3227" },
1066 { 0x10ec0286, 0x103c, 0, "ALC3242" },
1067 { 0x10ec0290, 0x103c, 0, "ALC3241" },
1068 { 0x10ec0668, 0x103c, 0, "ALC3662" },
1069 { 0x10ec0283, 0x17aa, 0, "ALC3239" },
1070 { 0x10ec0292, 0x17aa, 0, "ALC3232" },
4b016931
KY
1071 { } /* terminator */
1072};
1073
08c189f2 1074static int alc_codec_rename_from_preset(struct hda_codec *codec)
1d045db9 1075{
08c189f2 1076 const struct alc_codec_rename_table *p;
4b016931 1077 const struct alc_codec_rename_pci_table *q;
60db6b53 1078
08c189f2 1079 for (p = rename_tbl; p->vendor_id; p++) {
7639a06c 1080 if (p->vendor_id != codec->core.vendor_id)
08c189f2
TI
1081 continue;
1082 if ((alc_get_coef0(codec) & p->coef_mask) == p->coef_bits)
1083 return alc_codec_rename(codec, p->name);
1d045db9 1084 }
4b016931 1085
5100cd07
TI
1086 if (!codec->bus->pci)
1087 return 0;
4b016931 1088 for (q = rename_pci_tbl; q->codec_vendor_id; q++) {
7639a06c 1089 if (q->codec_vendor_id != codec->core.vendor_id)
4b016931
KY
1090 continue;
1091 if (q->pci_subvendor != codec->bus->pci->subsystem_vendor)
1092 continue;
1093 if (!q->pci_subdevice ||
1094 q->pci_subdevice == codec->bus->pci->subsystem_device)
1095 return alc_codec_rename(codec, q->name);
1096 }
1097
08c189f2 1098 return 0;
1d045db9 1099}
f53281e6 1100
e4770629 1101
1d045db9
TI
1102/*
1103 * Digital-beep handlers
1104 */
1105#ifdef CONFIG_SND_HDA_INPUT_BEEP
fea80fae
TI
1106
1107/* additional beep mixers; private_value will be overwritten */
1108static const struct snd_kcontrol_new alc_beep_mixer[] = {
1109 HDA_CODEC_VOLUME("Beep Playback Volume", 0, 0, HDA_INPUT),
1110 HDA_CODEC_MUTE_BEEP("Beep Playback Switch", 0, 0, HDA_INPUT),
1111};
1112
1113/* set up and create beep controls */
1114static int set_beep_amp(struct alc_spec *spec, hda_nid_t nid,
1115 int idx, int dir)
1116{
1117 struct snd_kcontrol_new *knew;
1118 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir);
1119 int i;
1120
1121 for (i = 0; i < ARRAY_SIZE(alc_beep_mixer); i++) {
1122 knew = snd_hda_gen_add_kctl(&spec->gen, NULL,
1123 &alc_beep_mixer[i]);
1124 if (!knew)
1125 return -ENOMEM;
1126 knew->private_value = beep_amp;
1127 }
1128 return 0;
1129}
84898e87 1130
6317e5eb 1131static const struct snd_pci_quirk beep_allow_list[] = {
7110005e 1132 SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
a4b7f21d 1133 SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1),
1d045db9 1134 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
8554ee40 1135 SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1),
1d045db9
TI
1136 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
1137 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
1138 SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
78f8baf1 1139 SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
1d045db9 1140 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
6317e5eb 1141 /* denylist -- no beep available */
051c78af
TI
1142 SND_PCI_QUIRK(0x17aa, 0x309e, "Lenovo ThinkCentre M73", 0),
1143 SND_PCI_QUIRK(0x17aa, 0x30a3, "Lenovo ThinkCentre M93", 0),
1d045db9 1144 {}
fe3eb0a7
KY
1145};
1146
1d045db9
TI
1147static inline int has_cdefine_beep(struct hda_codec *codec)
1148{
1149 struct alc_spec *spec = codec->spec;
1150 const struct snd_pci_quirk *q;
6317e5eb 1151 q = snd_pci_quirk_lookup(codec->bus->pci, beep_allow_list);
1d045db9
TI
1152 if (q)
1153 return q->value;
1154 return spec->cdefine.enable_pcbeep;
1155}
1156#else
fea80fae 1157#define set_beep_amp(spec, nid, idx, dir) 0
1d045db9
TI
1158#define has_cdefine_beep(codec) 0
1159#endif
84898e87 1160
1d045db9
TI
1161/* parse the BIOS configuration and set up the alc_spec */
1162/* return 1 if successful, 0 if the proper config is not found,
1163 * or a negative error code
1164 */
3e6179b8
TI
1165static int alc_parse_auto_config(struct hda_codec *codec,
1166 const hda_nid_t *ignore_nids,
1167 const hda_nid_t *ssid_nids)
1d045db9
TI
1168{
1169 struct alc_spec *spec = codec->spec;
08c189f2 1170 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1d045db9 1171 int err;
26f5df26 1172
53c334ad
TI
1173 err = snd_hda_parse_pin_defcfg(codec, cfg, ignore_nids,
1174 spec->parse_flags);
1d045db9
TI
1175 if (err < 0)
1176 return err;
3e6179b8
TI
1177
1178 if (ssid_nids)
1179 alc_ssid_check(codec, ssid_nids);
64154835 1180
08c189f2
TI
1181 err = snd_hda_gen_parse_auto_config(codec, cfg);
1182 if (err < 0)
1183 return err;
070cff4c 1184
1d045db9 1185 return 1;
60db6b53 1186}
f6a92248 1187
3de95173
TI
1188/* common preparation job for alc_spec */
1189static int alc_alloc_spec(struct hda_codec *codec, hda_nid_t mixer_nid)
1190{
1191 struct alc_spec *spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1192 int err;
1193
1194 if (!spec)
1195 return -ENOMEM;
1196 codec->spec = spec;
08c189f2
TI
1197 snd_hda_gen_spec_init(&spec->gen);
1198 spec->gen.mixer_nid = mixer_nid;
1199 spec->gen.own_eapd_ctl = 1;
1098b7c2 1200 codec->single_adc_amp = 1;
08c189f2
TI
1201 /* FIXME: do we need this for all Realtek codec models? */
1202 codec->spdif_status_reset = 1;
a6e7d0a4 1203 codec->forced_resume = 1;
225068ab 1204 codec->patch_ops = alc_patch_ops;
b837a9f5 1205 mutex_init(&spec->coef_mutex);
3de95173
TI
1206
1207 err = alc_codec_rename_from_preset(codec);
1208 if (err < 0) {
1209 kfree(spec);
1210 return err;
1211 }
1212 return 0;
1213}
1214
3e6179b8
TI
1215static int alc880_parse_auto_config(struct hda_codec *codec)
1216{
1217 static const hda_nid_t alc880_ignore[] = { 0x1d, 0 };
7d7eb9ea 1218 static const hda_nid_t alc880_ssids[] = { 0x15, 0x1b, 0x14, 0 };
3e6179b8
TI
1219 return alc_parse_auto_config(codec, alc880_ignore, alc880_ssids);
1220}
1221
ee3b2969
TI
1222/*
1223 * ALC880 fix-ups
1224 */
1225enum {
411225a0 1226 ALC880_FIXUP_GPIO1,
ee3b2969
TI
1227 ALC880_FIXUP_GPIO2,
1228 ALC880_FIXUP_MEDION_RIM,
dc6af52d 1229 ALC880_FIXUP_LG,
db8a38e5 1230 ALC880_FIXUP_LG_LW25,
f02aab5d 1231 ALC880_FIXUP_W810,
27e917f8 1232 ALC880_FIXUP_EAPD_COEF,
b9368f5c 1233 ALC880_FIXUP_TCL_S700,
cf5a2279
TI
1234 ALC880_FIXUP_VOL_KNOB,
1235 ALC880_FIXUP_FUJITSU,
ba533818 1236 ALC880_FIXUP_F1734,
817de92f 1237 ALC880_FIXUP_UNIWILL,
967b88c4 1238 ALC880_FIXUP_UNIWILL_DIG,
96e225f6 1239 ALC880_FIXUP_Z71V,
487a588d 1240 ALC880_FIXUP_ASUS_W5A,
67b6ec31
TI
1241 ALC880_FIXUP_3ST_BASE,
1242 ALC880_FIXUP_3ST,
1243 ALC880_FIXUP_3ST_DIG,
1244 ALC880_FIXUP_5ST_BASE,
1245 ALC880_FIXUP_5ST,
1246 ALC880_FIXUP_5ST_DIG,
1247 ALC880_FIXUP_6ST_BASE,
1248 ALC880_FIXUP_6ST,
1249 ALC880_FIXUP_6ST_DIG,
5397145f 1250 ALC880_FIXUP_6ST_AUTOMUTE,
ee3b2969
TI
1251};
1252
cf5a2279
TI
1253/* enable the volume-knob widget support on NID 0x21 */
1254static void alc880_fixup_vol_knob(struct hda_codec *codec,
1727a771 1255 const struct hda_fixup *fix, int action)
cf5a2279 1256{
1727a771 1257 if (action == HDA_FIXUP_ACT_PROBE)
62f949bf
TI
1258 snd_hda_jack_detect_enable_callback(codec, 0x21,
1259 alc_update_knob_master);
cf5a2279
TI
1260}
1261
1727a771 1262static const struct hda_fixup alc880_fixups[] = {
411225a0 1263 [ALC880_FIXUP_GPIO1] = {
5579cd6f
TI
1264 .type = HDA_FIXUP_FUNC,
1265 .v.func = alc_fixup_gpio1,
411225a0 1266 },
ee3b2969 1267 [ALC880_FIXUP_GPIO2] = {
5579cd6f
TI
1268 .type = HDA_FIXUP_FUNC,
1269 .v.func = alc_fixup_gpio2,
ee3b2969
TI
1270 },
1271 [ALC880_FIXUP_MEDION_RIM] = {
1727a771 1272 .type = HDA_FIXUP_VERBS,
ee3b2969
TI
1273 .v.verbs = (const struct hda_verb[]) {
1274 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1275 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1276 { }
1277 },
1278 .chained = true,
1279 .chain_id = ALC880_FIXUP_GPIO2,
1280 },
dc6af52d 1281 [ALC880_FIXUP_LG] = {
1727a771
TI
1282 .type = HDA_FIXUP_PINS,
1283 .v.pins = (const struct hda_pintbl[]) {
dc6af52d
TI
1284 /* disable bogus unused pins */
1285 { 0x16, 0x411111f0 },
1286 { 0x18, 0x411111f0 },
1287 { 0x1a, 0x411111f0 },
1288 { }
1289 }
1290 },
db8a38e5
TI
1291 [ALC880_FIXUP_LG_LW25] = {
1292 .type = HDA_FIXUP_PINS,
1293 .v.pins = (const struct hda_pintbl[]) {
1294 { 0x1a, 0x0181344f }, /* line-in */
1295 { 0x1b, 0x0321403f }, /* headphone */
1296 { }
1297 }
1298 },
f02aab5d 1299 [ALC880_FIXUP_W810] = {
1727a771
TI
1300 .type = HDA_FIXUP_PINS,
1301 .v.pins = (const struct hda_pintbl[]) {
f02aab5d
TI
1302 /* disable bogus unused pins */
1303 { 0x17, 0x411111f0 },
1304 { }
1305 },
1306 .chained = true,
1307 .chain_id = ALC880_FIXUP_GPIO2,
1308 },
27e917f8 1309 [ALC880_FIXUP_EAPD_COEF] = {
1727a771 1310 .type = HDA_FIXUP_VERBS,
27e917f8
TI
1311 .v.verbs = (const struct hda_verb[]) {
1312 /* change to EAPD mode */
1313 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1314 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1315 {}
1316 },
1317 },
b9368f5c 1318 [ALC880_FIXUP_TCL_S700] = {
1727a771 1319 .type = HDA_FIXUP_VERBS,
b9368f5c
TI
1320 .v.verbs = (const struct hda_verb[]) {
1321 /* change to EAPD mode */
1322 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1323 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
1324 {}
1325 },
1326 .chained = true,
1327 .chain_id = ALC880_FIXUP_GPIO2,
1328 },
cf5a2279 1329 [ALC880_FIXUP_VOL_KNOB] = {
1727a771 1330 .type = HDA_FIXUP_FUNC,
cf5a2279
TI
1331 .v.func = alc880_fixup_vol_knob,
1332 },
1333 [ALC880_FIXUP_FUJITSU] = {
1334 /* override all pins as BIOS on old Amilo is broken */
1727a771
TI
1335 .type = HDA_FIXUP_PINS,
1336 .v.pins = (const struct hda_pintbl[]) {
bb148bde 1337 { 0x14, 0x0121401f }, /* HP */
cf5a2279
TI
1338 { 0x15, 0x99030120 }, /* speaker */
1339 { 0x16, 0x99030130 }, /* bass speaker */
1340 { 0x17, 0x411111f0 }, /* N/A */
1341 { 0x18, 0x411111f0 }, /* N/A */
1342 { 0x19, 0x01a19950 }, /* mic-in */
1343 { 0x1a, 0x411111f0 }, /* N/A */
1344 { 0x1b, 0x411111f0 }, /* N/A */
1345 { 0x1c, 0x411111f0 }, /* N/A */
1346 { 0x1d, 0x411111f0 }, /* N/A */
1347 { 0x1e, 0x01454140 }, /* SPDIF out */
1348 { }
1349 },
1350 .chained = true,
1351 .chain_id = ALC880_FIXUP_VOL_KNOB,
1352 },
ba533818
TI
1353 [ALC880_FIXUP_F1734] = {
1354 /* almost compatible with FUJITSU, but no bass and SPDIF */
1727a771
TI
1355 .type = HDA_FIXUP_PINS,
1356 .v.pins = (const struct hda_pintbl[]) {
bb148bde 1357 { 0x14, 0x0121401f }, /* HP */
ba533818
TI
1358 { 0x15, 0x99030120 }, /* speaker */
1359 { 0x16, 0x411111f0 }, /* N/A */
1360 { 0x17, 0x411111f0 }, /* N/A */
1361 { 0x18, 0x411111f0 }, /* N/A */
1362 { 0x19, 0x01a19950 }, /* mic-in */
1363 { 0x1a, 0x411111f0 }, /* N/A */
1364 { 0x1b, 0x411111f0 }, /* N/A */
1365 { 0x1c, 0x411111f0 }, /* N/A */
1366 { 0x1d, 0x411111f0 }, /* N/A */
1367 { 0x1e, 0x411111f0 }, /* N/A */
1368 { }
1369 },
1370 .chained = true,
1371 .chain_id = ALC880_FIXUP_VOL_KNOB,
1372 },
817de92f
TI
1373 [ALC880_FIXUP_UNIWILL] = {
1374 /* need to fix HP and speaker pins to be parsed correctly */
1727a771
TI
1375 .type = HDA_FIXUP_PINS,
1376 .v.pins = (const struct hda_pintbl[]) {
817de92f
TI
1377 { 0x14, 0x0121411f }, /* HP */
1378 { 0x15, 0x99030120 }, /* speaker */
1379 { 0x16, 0x99030130 }, /* bass speaker */
1380 { }
1381 },
1382 },
967b88c4 1383 [ALC880_FIXUP_UNIWILL_DIG] = {
1727a771
TI
1384 .type = HDA_FIXUP_PINS,
1385 .v.pins = (const struct hda_pintbl[]) {
967b88c4
TI
1386 /* disable bogus unused pins */
1387 { 0x17, 0x411111f0 },
1388 { 0x19, 0x411111f0 },
1389 { 0x1b, 0x411111f0 },
1390 { 0x1f, 0x411111f0 },
1391 { }
1392 }
1393 },
96e225f6 1394 [ALC880_FIXUP_Z71V] = {
1727a771
TI
1395 .type = HDA_FIXUP_PINS,
1396 .v.pins = (const struct hda_pintbl[]) {
96e225f6
TI
1397 /* set up the whole pins as BIOS is utterly broken */
1398 { 0x14, 0x99030120 }, /* speaker */
1399 { 0x15, 0x0121411f }, /* HP */
1400 { 0x16, 0x411111f0 }, /* N/A */
1401 { 0x17, 0x411111f0 }, /* N/A */
1402 { 0x18, 0x01a19950 }, /* mic-in */
1403 { 0x19, 0x411111f0 }, /* N/A */
1404 { 0x1a, 0x01813031 }, /* line-in */
1405 { 0x1b, 0x411111f0 }, /* N/A */
1406 { 0x1c, 0x411111f0 }, /* N/A */
1407 { 0x1d, 0x411111f0 }, /* N/A */
1408 { 0x1e, 0x0144111e }, /* SPDIF */
1409 { }
1410 }
1411 },
487a588d
TI
1412 [ALC880_FIXUP_ASUS_W5A] = {
1413 .type = HDA_FIXUP_PINS,
1414 .v.pins = (const struct hda_pintbl[]) {
1415 /* set up the whole pins as BIOS is utterly broken */
1416 { 0x14, 0x0121411f }, /* HP */
1417 { 0x15, 0x411111f0 }, /* N/A */
1418 { 0x16, 0x411111f0 }, /* N/A */
1419 { 0x17, 0x411111f0 }, /* N/A */
1420 { 0x18, 0x90a60160 }, /* mic */
1421 { 0x19, 0x411111f0 }, /* N/A */
1422 { 0x1a, 0x411111f0 }, /* N/A */
1423 { 0x1b, 0x411111f0 }, /* N/A */
1424 { 0x1c, 0x411111f0 }, /* N/A */
1425 { 0x1d, 0x411111f0 }, /* N/A */
1426 { 0x1e, 0xb743111e }, /* SPDIF out */
1427 { }
1428 },
1429 .chained = true,
1430 .chain_id = ALC880_FIXUP_GPIO1,
1431 },
67b6ec31 1432 [ALC880_FIXUP_3ST_BASE] = {
1727a771
TI
1433 .type = HDA_FIXUP_PINS,
1434 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1435 { 0x14, 0x01014010 }, /* line-out */
1436 { 0x15, 0x411111f0 }, /* N/A */
1437 { 0x16, 0x411111f0 }, /* N/A */
1438 { 0x17, 0x411111f0 }, /* N/A */
1439 { 0x18, 0x01a19c30 }, /* mic-in */
1440 { 0x19, 0x0121411f }, /* HP */
1441 { 0x1a, 0x01813031 }, /* line-in */
1442 { 0x1b, 0x02a19c40 }, /* front-mic */
1443 { 0x1c, 0x411111f0 }, /* N/A */
1444 { 0x1d, 0x411111f0 }, /* N/A */
1445 /* 0x1e is filled in below */
1446 { 0x1f, 0x411111f0 }, /* N/A */
1447 { }
1448 }
1449 },
1450 [ALC880_FIXUP_3ST] = {
1727a771
TI
1451 .type = HDA_FIXUP_PINS,
1452 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1453 { 0x1e, 0x411111f0 }, /* N/A */
1454 { }
1455 },
1456 .chained = true,
1457 .chain_id = ALC880_FIXUP_3ST_BASE,
1458 },
1459 [ALC880_FIXUP_3ST_DIG] = {
1727a771
TI
1460 .type = HDA_FIXUP_PINS,
1461 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1462 { 0x1e, 0x0144111e }, /* SPDIF */
1463 { }
1464 },
1465 .chained = true,
1466 .chain_id = ALC880_FIXUP_3ST_BASE,
1467 },
1468 [ALC880_FIXUP_5ST_BASE] = {
1727a771
TI
1469 .type = HDA_FIXUP_PINS,
1470 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1471 { 0x14, 0x01014010 }, /* front */
1472 { 0x15, 0x411111f0 }, /* N/A */
1473 { 0x16, 0x01011411 }, /* CLFE */
1474 { 0x17, 0x01016412 }, /* surr */
1475 { 0x18, 0x01a19c30 }, /* mic-in */
1476 { 0x19, 0x0121411f }, /* HP */
1477 { 0x1a, 0x01813031 }, /* line-in */
1478 { 0x1b, 0x02a19c40 }, /* front-mic */
1479 { 0x1c, 0x411111f0 }, /* N/A */
1480 { 0x1d, 0x411111f0 }, /* N/A */
1481 /* 0x1e is filled in below */
1482 { 0x1f, 0x411111f0 }, /* N/A */
1483 { }
1484 }
1485 },
1486 [ALC880_FIXUP_5ST] = {
1727a771
TI
1487 .type = HDA_FIXUP_PINS,
1488 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1489 { 0x1e, 0x411111f0 }, /* N/A */
1490 { }
1491 },
1492 .chained = true,
1493 .chain_id = ALC880_FIXUP_5ST_BASE,
1494 },
1495 [ALC880_FIXUP_5ST_DIG] = {
1727a771
TI
1496 .type = HDA_FIXUP_PINS,
1497 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1498 { 0x1e, 0x0144111e }, /* SPDIF */
1499 { }
1500 },
1501 .chained = true,
1502 .chain_id = ALC880_FIXUP_5ST_BASE,
1503 },
1504 [ALC880_FIXUP_6ST_BASE] = {
1727a771
TI
1505 .type = HDA_FIXUP_PINS,
1506 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1507 { 0x14, 0x01014010 }, /* front */
1508 { 0x15, 0x01016412 }, /* surr */
1509 { 0x16, 0x01011411 }, /* CLFE */
1510 { 0x17, 0x01012414 }, /* side */
1511 { 0x18, 0x01a19c30 }, /* mic-in */
1512 { 0x19, 0x02a19c40 }, /* front-mic */
1513 { 0x1a, 0x01813031 }, /* line-in */
1514 { 0x1b, 0x0121411f }, /* HP */
1515 { 0x1c, 0x411111f0 }, /* N/A */
1516 { 0x1d, 0x411111f0 }, /* N/A */
1517 /* 0x1e is filled in below */
1518 { 0x1f, 0x411111f0 }, /* N/A */
1519 { }
1520 }
1521 },
1522 [ALC880_FIXUP_6ST] = {
1727a771
TI
1523 .type = HDA_FIXUP_PINS,
1524 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1525 { 0x1e, 0x411111f0 }, /* N/A */
1526 { }
1527 },
1528 .chained = true,
1529 .chain_id = ALC880_FIXUP_6ST_BASE,
1530 },
1531 [ALC880_FIXUP_6ST_DIG] = {
1727a771
TI
1532 .type = HDA_FIXUP_PINS,
1533 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1534 { 0x1e, 0x0144111e }, /* SPDIF */
1535 { }
1536 },
1537 .chained = true,
1538 .chain_id = ALC880_FIXUP_6ST_BASE,
1539 },
5397145f
TI
1540 [ALC880_FIXUP_6ST_AUTOMUTE] = {
1541 .type = HDA_FIXUP_PINS,
1542 .v.pins = (const struct hda_pintbl[]) {
1543 { 0x1b, 0x0121401f }, /* HP with jack detect */
1544 { }
1545 },
1546 .chained_before = true,
1547 .chain_id = ALC880_FIXUP_6ST_BASE,
1548 },
ee3b2969
TI
1549};
1550
1551static const struct snd_pci_quirk alc880_fixup_tbl[] = {
f02aab5d 1552 SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_FIXUP_W810),
487a588d 1553 SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS W5A", ALC880_FIXUP_ASUS_W5A),
96e225f6 1554 SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_FIXUP_Z71V),
29e3fdcc 1555 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS", ALC880_FIXUP_GPIO1),
6538de03 1556 SND_PCI_QUIRK(0x147b, 0x1045, "ABit AA8XE", ALC880_FIXUP_6ST_AUTOMUTE),
29e3fdcc 1557 SND_PCI_QUIRK(0x1558, 0x5401, "Clevo GPIO2", ALC880_FIXUP_GPIO2),
27e917f8 1558 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo", ALC880_FIXUP_EAPD_COEF),
967b88c4 1559 SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_FIXUP_UNIWILL_DIG),
ba533818 1560 SND_PCI_QUIRK(0x1584, 0x9054, "Uniwill", ALC880_FIXUP_F1734),
817de92f 1561 SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_FIXUP_UNIWILL),
7833c7e8 1562 SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_FIXUP_VOL_KNOB),
f02aab5d 1563 SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_FIXUP_W810),
ee3b2969 1564 SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_FIXUP_MEDION_RIM),
5397145f 1565 SND_PCI_QUIRK(0x1631, 0xe011, "PB 13201056", ALC880_FIXUP_6ST_AUTOMUTE),
a161574e 1566 SND_PCI_QUIRK(0x1734, 0x107c, "FSC Amilo M1437", ALC880_FIXUP_FUJITSU),
cf5a2279 1567 SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FIXUP_FUJITSU),
ba533818 1568 SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_FIXUP_F1734),
cf5a2279 1569 SND_PCI_QUIRK(0x1734, 0x10b0, "FSC Amilo Pi1556", ALC880_FIXUP_FUJITSU),
dc6af52d
TI
1570 SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_FIXUP_LG),
1571 SND_PCI_QUIRK(0x1854, 0x005f, "LG P1 Express", ALC880_FIXUP_LG),
1572 SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_FIXUP_LG),
db8a38e5 1573 SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_FIXUP_LG_LW25),
b9368f5c 1574 SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_FIXUP_TCL_S700),
67b6ec31
TI
1575
1576 /* Below is the copied entries from alc880_quirks.c.
1577 * It's not quite sure whether BIOS sets the correct pin-config table
1578 * on these machines, thus they are kept to be compatible with
1579 * the old static quirks. Once when it's confirmed to work without
1580 * these overrides, it'd be better to remove.
1581 */
1582 SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_FIXUP_5ST_DIG),
1583 SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_FIXUP_6ST),
1584 SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_FIXUP_3ST_DIG),
1585 SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_FIXUP_6ST_DIG),
1586 SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_FIXUP_6ST_DIG),
1587 SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_FIXUP_6ST_DIG),
1588 SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_FIXUP_3ST_DIG),
1589 SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_FIXUP_3ST),
1590 SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_FIXUP_6ST_DIG),
1591 SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_FIXUP_3ST),
1592 SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_FIXUP_3ST),
1593 SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_FIXUP_5ST),
1594 SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_FIXUP_5ST),
1595 SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_FIXUP_5ST),
1596 SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_FIXUP_6ST_DIG),
1597 SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_FIXUP_6ST_DIG),
1598 SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_FIXUP_6ST_DIG),
1599 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),
1600 SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_FIXUP_5ST_DIG),
1601 SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_FIXUP_5ST_DIG),
1602 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_FIXUP_5ST_DIG),
1603 SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_FIXUP_6ST_DIG), /* broken BIOS */
1604 SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_FIXUP_6ST_DIG),
1605 SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1606 SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1607 SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1608 SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1609 SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1610 SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1611 SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1612 SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1613 SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1614 SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1615 /* default Intel */
1616 SND_PCI_QUIRK_VENDOR(0x8086, "Intel mobo", ALC880_FIXUP_3ST),
1617 SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_FIXUP_5ST_DIG),
1618 SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_FIXUP_6ST_DIG),
1619 {}
1620};
1621
1727a771 1622static const struct hda_model_fixup alc880_fixup_models[] = {
67b6ec31
TI
1623 {.id = ALC880_FIXUP_3ST, .name = "3stack"},
1624 {.id = ALC880_FIXUP_3ST_DIG, .name = "3stack-digout"},
1625 {.id = ALC880_FIXUP_5ST, .name = "5stack"},
1626 {.id = ALC880_FIXUP_5ST_DIG, .name = "5stack-digout"},
1627 {.id = ALC880_FIXUP_6ST, .name = "6stack"},
1628 {.id = ALC880_FIXUP_6ST_DIG, .name = "6stack-digout"},
5397145f 1629 {.id = ALC880_FIXUP_6ST_AUTOMUTE, .name = "6stack-automute"},
ee3b2969
TI
1630 {}
1631};
1632
1633
1d045db9
TI
1634/*
1635 * OK, here we have finally the patch for ALC880
1636 */
1d045db9 1637static int patch_alc880(struct hda_codec *codec)
60db6b53 1638{
1d045db9 1639 struct alc_spec *spec;
1d045db9 1640 int err;
f6a92248 1641
3de95173
TI
1642 err = alc_alloc_spec(codec, 0x0b);
1643 if (err < 0)
1644 return err;
64154835 1645
3de95173 1646 spec = codec->spec;
08c189f2 1647 spec->gen.need_dac_fix = 1;
7504b6cd 1648 spec->gen.beep_nid = 0x01;
f53281e6 1649
225068ab
TI
1650 codec->patch_ops.unsol_event = alc880_unsol_event;
1651
c9af753f
TI
1652 alc_pre_init(codec);
1653
1727a771 1654 snd_hda_pick_fixup(codec, alc880_fixup_models, alc880_fixup_tbl,
67b6ec31 1655 alc880_fixups);
1727a771 1656 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ee3b2969 1657
67b6ec31
TI
1658 /* automatic parse from the BIOS config */
1659 err = alc880_parse_auto_config(codec);
1660 if (err < 0)
1661 goto error;
fe3eb0a7 1662
fea80fae
TI
1663 if (!spec->gen.no_analog) {
1664 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
1665 if (err < 0)
1666 goto error;
1667 }
f53281e6 1668
1727a771 1669 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1670
1d045db9 1671 return 0;
e16fb6d1
TI
1672
1673 error:
1674 alc_free(codec);
1675 return err;
226b1ec8
KY
1676}
1677
1d045db9 1678
60db6b53 1679/*
1d045db9 1680 * ALC260 support
60db6b53 1681 */
1d045db9 1682static int alc260_parse_auto_config(struct hda_codec *codec)
f6a92248 1683{
1d045db9 1684 static const hda_nid_t alc260_ignore[] = { 0x17, 0 };
3e6179b8
TI
1685 static const hda_nid_t alc260_ssids[] = { 0x10, 0x15, 0x0f, 0 };
1686 return alc_parse_auto_config(codec, alc260_ignore, alc260_ssids);
f6a92248
KY
1687}
1688
1d045db9
TI
1689/*
1690 * Pin config fixes
1691 */
1692enum {
ca8f0424
TI
1693 ALC260_FIXUP_HP_DC5750,
1694 ALC260_FIXUP_HP_PIN_0F,
1695 ALC260_FIXUP_COEF,
15317ab2 1696 ALC260_FIXUP_GPIO1,
20f7d928
TI
1697 ALC260_FIXUP_GPIO1_TOGGLE,
1698 ALC260_FIXUP_REPLACER,
0a1c4fa2 1699 ALC260_FIXUP_HP_B1900,
118cb4a4 1700 ALC260_FIXUP_KN1,
39aedee7 1701 ALC260_FIXUP_FSC_S7020,
5ebd3bbd 1702 ALC260_FIXUP_FSC_S7020_JWSE,
d08c5ef2 1703 ALC260_FIXUP_VAIO_PINS,
1d045db9
TI
1704};
1705
20f7d928
TI
1706static void alc260_gpio1_automute(struct hda_codec *codec)
1707{
1708 struct alc_spec *spec = codec->spec;
aaf312de
TI
1709
1710 alc_update_gpio_data(codec, 0x01, spec->gen.hp_jack_present);
20f7d928
TI
1711}
1712
1713static void alc260_fixup_gpio1_toggle(struct hda_codec *codec,
1727a771 1714 const struct hda_fixup *fix, int action)
20f7d928
TI
1715{
1716 struct alc_spec *spec = codec->spec;
1727a771 1717 if (action == HDA_FIXUP_ACT_PROBE) {
20f7d928
TI
1718 /* although the machine has only one output pin, we need to
1719 * toggle GPIO1 according to the jack state
1720 */
08c189f2
TI
1721 spec->gen.automute_hook = alc260_gpio1_automute;
1722 spec->gen.detect_hp = 1;
1723 spec->gen.automute_speaker = 1;
1724 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */
62f949bf 1725 snd_hda_jack_detect_enable_callback(codec, 0x0f,
08c189f2 1726 snd_hda_gen_hp_automute);
5579cd6f 1727 alc_setup_gpio(codec, 0x01);
20f7d928
TI
1728 }
1729}
1730
118cb4a4 1731static void alc260_fixup_kn1(struct hda_codec *codec,
1727a771 1732 const struct hda_fixup *fix, int action)
118cb4a4
TI
1733{
1734 struct alc_spec *spec = codec->spec;
1727a771 1735 static const struct hda_pintbl pincfgs[] = {
118cb4a4
TI
1736 { 0x0f, 0x02214000 }, /* HP/speaker */
1737 { 0x12, 0x90a60160 }, /* int mic */
1738 { 0x13, 0x02a19000 }, /* ext mic */
1739 { 0x18, 0x01446000 }, /* SPDIF out */
1740 /* disable bogus I/O pins */
1741 { 0x10, 0x411111f0 },
1742 { 0x11, 0x411111f0 },
1743 { 0x14, 0x411111f0 },
1744 { 0x15, 0x411111f0 },
1745 { 0x16, 0x411111f0 },
1746 { 0x17, 0x411111f0 },
1747 { 0x19, 0x411111f0 },
1748 { }
1749 };
1750
1751 switch (action) {
1727a771
TI
1752 case HDA_FIXUP_ACT_PRE_PROBE:
1753 snd_hda_apply_pincfgs(codec, pincfgs);
118cb4a4
TI
1754 spec->init_amp = ALC_INIT_NONE;
1755 break;
1756 }
1757}
1758
39aedee7
TI
1759static void alc260_fixup_fsc_s7020(struct hda_codec *codec,
1760 const struct hda_fixup *fix, int action)
1761{
1762 struct alc_spec *spec = codec->spec;
1c76aa5f 1763 if (action == HDA_FIXUP_ACT_PRE_PROBE)
5ebd3bbd
TI
1764 spec->init_amp = ALC_INIT_NONE;
1765}
39aedee7 1766
5ebd3bbd
TI
1767static void alc260_fixup_fsc_s7020_jwse(struct hda_codec *codec,
1768 const struct hda_fixup *fix, int action)
1769{
1770 struct alc_spec *spec = codec->spec;
1771 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
f811c3cf 1772 spec->gen.add_jack_modes = 1;
5ebd3bbd 1773 spec->gen.hp_mic = 1;
e6e0ee50 1774 }
39aedee7
TI
1775}
1776
1727a771 1777static const struct hda_fixup alc260_fixups[] = {
ca8f0424 1778 [ALC260_FIXUP_HP_DC5750] = {
1727a771
TI
1779 .type = HDA_FIXUP_PINS,
1780 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
1781 { 0x11, 0x90130110 }, /* speaker */
1782 { }
1783 }
1784 },
ca8f0424 1785 [ALC260_FIXUP_HP_PIN_0F] = {
1727a771
TI
1786 .type = HDA_FIXUP_PINS,
1787 .v.pins = (const struct hda_pintbl[]) {
ca8f0424
TI
1788 { 0x0f, 0x01214000 }, /* HP */
1789 { }
1790 }
1791 },
1792 [ALC260_FIXUP_COEF] = {
1727a771 1793 .type = HDA_FIXUP_VERBS,
ca8f0424 1794 .v.verbs = (const struct hda_verb[]) {
e30cf2d2
RM
1795 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1796 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
ca8f0424
TI
1797 { }
1798 },
ca8f0424 1799 },
15317ab2 1800 [ALC260_FIXUP_GPIO1] = {
5579cd6f
TI
1801 .type = HDA_FIXUP_FUNC,
1802 .v.func = alc_fixup_gpio1,
15317ab2 1803 },
20f7d928 1804 [ALC260_FIXUP_GPIO1_TOGGLE] = {
1727a771 1805 .type = HDA_FIXUP_FUNC,
20f7d928
TI
1806 .v.func = alc260_fixup_gpio1_toggle,
1807 .chained = true,
1808 .chain_id = ALC260_FIXUP_HP_PIN_0F,
1809 },
1810 [ALC260_FIXUP_REPLACER] = {
1727a771 1811 .type = HDA_FIXUP_VERBS,
20f7d928 1812 .v.verbs = (const struct hda_verb[]) {
192a98e2
TI
1813 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1814 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 },
20f7d928
TI
1815 { }
1816 },
1817 .chained = true,
1818 .chain_id = ALC260_FIXUP_GPIO1_TOGGLE,
1819 },
0a1c4fa2 1820 [ALC260_FIXUP_HP_B1900] = {
1727a771 1821 .type = HDA_FIXUP_FUNC,
0a1c4fa2
TI
1822 .v.func = alc260_fixup_gpio1_toggle,
1823 .chained = true,
1824 .chain_id = ALC260_FIXUP_COEF,
118cb4a4
TI
1825 },
1826 [ALC260_FIXUP_KN1] = {
1727a771 1827 .type = HDA_FIXUP_FUNC,
118cb4a4
TI
1828 .v.func = alc260_fixup_kn1,
1829 },
39aedee7
TI
1830 [ALC260_FIXUP_FSC_S7020] = {
1831 .type = HDA_FIXUP_FUNC,
1832 .v.func = alc260_fixup_fsc_s7020,
1833 },
5ebd3bbd
TI
1834 [ALC260_FIXUP_FSC_S7020_JWSE] = {
1835 .type = HDA_FIXUP_FUNC,
1836 .v.func = alc260_fixup_fsc_s7020_jwse,
1837 .chained = true,
1838 .chain_id = ALC260_FIXUP_FSC_S7020,
1839 },
d08c5ef2
TI
1840 [ALC260_FIXUP_VAIO_PINS] = {
1841 .type = HDA_FIXUP_PINS,
1842 .v.pins = (const struct hda_pintbl[]) {
1843 /* Pin configs are missing completely on some VAIOs */
1844 { 0x0f, 0x01211020 },
1845 { 0x10, 0x0001003f },
1846 { 0x11, 0x411111f0 },
1847 { 0x12, 0x01a15930 },
1848 { 0x13, 0x411111f0 },
1849 { 0x14, 0x411111f0 },
1850 { 0x15, 0x411111f0 },
1851 { 0x16, 0x411111f0 },
1852 { 0x17, 0x411111f0 },
1853 { 0x18, 0x411111f0 },
1854 { 0x19, 0x411111f0 },
1855 { }
1856 }
1857 },
1d045db9
TI
1858};
1859
1860static const struct snd_pci_quirk alc260_fixup_tbl[] = {
15317ab2 1861 SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_FIXUP_GPIO1),
ca8f0424 1862 SND_PCI_QUIRK(0x1025, 0x007f, "Acer Aspire 9500", ALC260_FIXUP_COEF),
15317ab2 1863 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1),
ca8f0424 1864 SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750),
0a1c4fa2 1865 SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900),
d08c5ef2 1866 SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_FIXUP_VAIO_PINS),
0f5a5b85 1867 SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F),
39aedee7 1868 SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020),
b1f58085 1869 SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1),
118cb4a4 1870 SND_PCI_QUIRK(0x152d, 0x0729, "Quanta KN1", ALC260_FIXUP_KN1),
20f7d928 1871 SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_FIXUP_REPLACER),
ca8f0424 1872 SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_FIXUP_COEF),
1d045db9
TI
1873 {}
1874};
1875
5ebd3bbd
TI
1876static const struct hda_model_fixup alc260_fixup_models[] = {
1877 {.id = ALC260_FIXUP_GPIO1, .name = "gpio1"},
1878 {.id = ALC260_FIXUP_COEF, .name = "coef"},
1879 {.id = ALC260_FIXUP_FSC_S7020, .name = "fujitsu"},
1880 {.id = ALC260_FIXUP_FSC_S7020_JWSE, .name = "fujitsu-jwse"},
1881 {}
1882};
1883
1d045db9
TI
1884/*
1885 */
1d045db9 1886static int patch_alc260(struct hda_codec *codec)
977ddd6b 1887{
1d045db9 1888 struct alc_spec *spec;
c3c2c9e7 1889 int err;
1d045db9 1890
3de95173
TI
1891 err = alc_alloc_spec(codec, 0x07);
1892 if (err < 0)
1893 return err;
1d045db9 1894
3de95173 1895 spec = codec->spec;
ea46c3c8
TI
1896 /* as quite a few machines require HP amp for speaker outputs,
1897 * it's easier to enable it unconditionally; even if it's unneeded,
1898 * it's almost harmless.
1899 */
1900 spec->gen.prefer_hp_amp = 1;
7504b6cd 1901 spec->gen.beep_nid = 0x01;
1d045db9 1902
225068ab
TI
1903 spec->shutup = alc_eapd_shutup;
1904
c9af753f
TI
1905 alc_pre_init(codec);
1906
5ebd3bbd
TI
1907 snd_hda_pick_fixup(codec, alc260_fixup_models, alc260_fixup_tbl,
1908 alc260_fixups);
1727a771 1909 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
977ddd6b 1910
c3c2c9e7
TI
1911 /* automatic parse from the BIOS config */
1912 err = alc260_parse_auto_config(codec);
1913 if (err < 0)
1914 goto error;
977ddd6b 1915
fea80fae
TI
1916 if (!spec->gen.no_analog) {
1917 err = set_beep_amp(spec, 0x07, 0x05, HDA_INPUT);
1918 if (err < 0)
1919 goto error;
1920 }
977ddd6b 1921
1727a771 1922 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1923
1d045db9 1924 return 0;
e16fb6d1
TI
1925
1926 error:
1927 alc_free(codec);
1928 return err;
6981d184
TI
1929}
1930
1d045db9
TI
1931
1932/*
1933 * ALC882/883/885/888/889 support
1934 *
1935 * ALC882 is almost identical with ALC880 but has cleaner and more flexible
1936 * configuration. Each pin widget can choose any input DACs and a mixer.
1937 * Each ADC is connected from a mixer of all inputs. This makes possible
1938 * 6-channel independent captures.
1939 *
1940 * In addition, an independent DAC for the multi-playback (not used in this
1941 * driver yet).
1942 */
1d045db9
TI
1943
1944/*
1945 * Pin config fixes
1946 */
ff818c24 1947enum {
5c0ebfbe
TI
1948 ALC882_FIXUP_ABIT_AW9D_MAX,
1949 ALC882_FIXUP_LENOVO_Y530,
1950 ALC882_FIXUP_PB_M5210,
1951 ALC882_FIXUP_ACER_ASPIRE_7736,
1952 ALC882_FIXUP_ASUS_W90V,
8f239214 1953 ALC889_FIXUP_CD,
b2c53e20 1954 ALC889_FIXUP_FRONT_HP_NO_PRESENCE,
5c0ebfbe 1955 ALC889_FIXUP_VAIO_TT,
0e7cc2e7 1956 ALC888_FIXUP_EEE1601,
4841b8e6 1957 ALC886_FIXUP_EAPD,
177943a3 1958 ALC882_FIXUP_EAPD,
7a6069bf 1959 ALC883_FIXUP_EAPD,
8812c4f9 1960 ALC883_FIXUP_ACER_EAPD,
1a97b7f2
TI
1961 ALC882_FIXUP_GPIO1,
1962 ALC882_FIXUP_GPIO2,
eb844d51 1963 ALC882_FIXUP_GPIO3,
68ef0561
TI
1964 ALC889_FIXUP_COEF,
1965 ALC882_FIXUP_ASUS_W2JC,
c3e837bb
TI
1966 ALC882_FIXUP_ACER_ASPIRE_4930G,
1967 ALC882_FIXUP_ACER_ASPIRE_8930G,
1968 ALC882_FIXUP_ASPIRE_8930G_VERBS,
5671087f 1969 ALC885_FIXUP_MACPRO_GPIO,
02a237b2 1970 ALC889_FIXUP_DAC_ROUTE,
1a97b7f2
TI
1971 ALC889_FIXUP_MBP_VREF,
1972 ALC889_FIXUP_IMAC91_VREF,
e7729a41 1973 ALC889_FIXUP_MBA11_VREF,
0756f09c 1974 ALC889_FIXUP_MBA21_VREF,
c20f31ec 1975 ALC889_FIXUP_MP11_VREF,
9f660a1c 1976 ALC889_FIXUP_MP41_VREF,
6e72aa5f 1977 ALC882_FIXUP_INV_DMIC,
e427c237 1978 ALC882_FIXUP_NO_PRIMARY_HP,
1f0bbf03 1979 ALC887_FIXUP_ASUS_BASS,
eb9ca3ab 1980 ALC887_FIXUP_BASS_CHMAP,
7beb3a6e 1981 ALC1220_FIXUP_GB_DUAL_CODECS,
c1933008 1982 ALC1220_FIXUP_GB_X570,
0202f5cd 1983 ALC1220_FIXUP_CLEVO_P950,
80690a27
RS
1984 ALC1220_FIXUP_CLEVO_PB51ED,
1985 ALC1220_FIXUP_CLEVO_PB51ED_PINS,
ca184355
JHP
1986 ALC887_FIXUP_ASUS_AUDIO,
1987 ALC887_FIXUP_ASUS_HMIC,
9bfa7b36 1988 ALCS1200A_FIXUP_MIC_VREF,
ff818c24
TI
1989};
1990
68ef0561 1991static void alc889_fixup_coef(struct hda_codec *codec,
1727a771 1992 const struct hda_fixup *fix, int action)
68ef0561 1993{
1727a771 1994 if (action != HDA_FIXUP_ACT_INIT)
68ef0561 1995 return;
1df8874b 1996 alc_update_coef_idx(codec, 7, 0, 0x2030);
68ef0561
TI
1997}
1998
5671087f
TI
1999/* set up GPIO at initialization */
2000static void alc885_fixup_macpro_gpio(struct hda_codec *codec,
1727a771 2001 const struct hda_fixup *fix, int action)
5671087f 2002{
215c850c
TI
2003 struct alc_spec *spec = codec->spec;
2004
2005 spec->gpio_write_delay = true;
2006 alc_fixup_gpio3(codec, fix, action);
5671087f
TI
2007}
2008
02a237b2
TI
2009/* Fix the connection of some pins for ALC889:
2010 * At least, Acer Aspire 5935 shows the connections to DAC3/4 don't
2011 * work correctly (bko#42740)
2012 */
2013static void alc889_fixup_dac_route(struct hda_codec *codec,
1727a771 2014 const struct hda_fixup *fix, int action)
02a237b2 2015{
1727a771 2016 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
ef8d60fb 2017 /* fake the connections during parsing the tree */
caf3c043
MM
2018 static const hda_nid_t conn1[] = { 0x0c, 0x0d };
2019 static const hda_nid_t conn2[] = { 0x0e, 0x0f };
2020 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2021 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn1), conn1);
2022 snd_hda_override_conn_list(codec, 0x18, ARRAY_SIZE(conn2), conn2);
2023 snd_hda_override_conn_list(codec, 0x1a, ARRAY_SIZE(conn2), conn2);
1727a771 2024 } else if (action == HDA_FIXUP_ACT_PROBE) {
ef8d60fb 2025 /* restore the connections */
caf3c043
MM
2026 static const hda_nid_t conn[] = { 0x0c, 0x0d, 0x0e, 0x0f, 0x26 };
2027 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn), conn);
2028 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn), conn);
2029 snd_hda_override_conn_list(codec, 0x18, ARRAY_SIZE(conn), conn);
2030 snd_hda_override_conn_list(codec, 0x1a, ARRAY_SIZE(conn), conn);
02a237b2
TI
2031 }
2032}
2033
1a97b7f2
TI
2034/* Set VREF on HP pin */
2035static void alc889_fixup_mbp_vref(struct hda_codec *codec,
1727a771 2036 const struct hda_fixup *fix, int action)
1a97b7f2 2037{
caf3c043 2038 static const hda_nid_t nids[] = { 0x14, 0x15, 0x19 };
1a97b7f2 2039 struct alc_spec *spec = codec->spec;
1a97b7f2
TI
2040 int i;
2041
1727a771 2042 if (action != HDA_FIXUP_ACT_INIT)
1a97b7f2
TI
2043 return;
2044 for (i = 0; i < ARRAY_SIZE(nids); i++) {
2045 unsigned int val = snd_hda_codec_get_pincfg(codec, nids[i]);
2046 if (get_defcfg_device(val) != AC_JACK_HP_OUT)
2047 continue;
d3f02d60 2048 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 2049 val |= AC_PINCTL_VREF_80;
cdd03ced 2050 snd_hda_set_pin_ctl(codec, nids[i], val);
08c189f2 2051 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
2052 break;
2053 }
2054}
2055
0756f09c
TI
2056static void alc889_fixup_mac_pins(struct hda_codec *codec,
2057 const hda_nid_t *nids, int num_nids)
1a97b7f2
TI
2058{
2059 struct alc_spec *spec = codec->spec;
1a97b7f2
TI
2060 int i;
2061
0756f09c 2062 for (i = 0; i < num_nids; i++) {
1a97b7f2 2063 unsigned int val;
d3f02d60 2064 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 2065 val |= AC_PINCTL_VREF_50;
cdd03ced 2066 snd_hda_set_pin_ctl(codec, nids[i], val);
1a97b7f2 2067 }
08c189f2 2068 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
2069}
2070
0756f09c
TI
2071/* Set VREF on speaker pins on imac91 */
2072static void alc889_fixup_imac91_vref(struct hda_codec *codec,
2073 const struct hda_fixup *fix, int action)
2074{
caf3c043 2075 static const hda_nid_t nids[] = { 0x18, 0x1a };
0756f09c
TI
2076
2077 if (action == HDA_FIXUP_ACT_INIT)
2078 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2079}
2080
e7729a41
AV
2081/* Set VREF on speaker pins on mba11 */
2082static void alc889_fixup_mba11_vref(struct hda_codec *codec,
2083 const struct hda_fixup *fix, int action)
2084{
caf3c043 2085 static const hda_nid_t nids[] = { 0x18 };
e7729a41
AV
2086
2087 if (action == HDA_FIXUP_ACT_INIT)
2088 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2089}
2090
0756f09c
TI
2091/* Set VREF on speaker pins on mba21 */
2092static void alc889_fixup_mba21_vref(struct hda_codec *codec,
2093 const struct hda_fixup *fix, int action)
2094{
caf3c043 2095 static const hda_nid_t nids[] = { 0x18, 0x19 };
0756f09c
TI
2096
2097 if (action == HDA_FIXUP_ACT_INIT)
2098 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2099}
2100
e427c237 2101/* Don't take HP output as primary
d9111496
FLVC
2102 * Strangely, the speaker output doesn't work on Vaio Z and some Vaio
2103 * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05
e427c237
TI
2104 */
2105static void alc882_fixup_no_primary_hp(struct hda_codec *codec,
1727a771 2106 const struct hda_fixup *fix, int action)
e427c237
TI
2107{
2108 struct alc_spec *spec = codec->spec;
da96fb5b 2109 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
08c189f2 2110 spec->gen.no_primary_hp = 1;
da96fb5b
TI
2111 spec->gen.no_multi_io = 1;
2112 }
e427c237
TI
2113}
2114
eb9ca3ab
TI
2115static void alc_fixup_bass_chmap(struct hda_codec *codec,
2116 const struct hda_fixup *fix, int action);
2117
7beb3a6e
TI
2118/* For dual-codec configuration, we need to disable some features to avoid
2119 * conflicts of kctls and PCM streams
2120 */
2121static void alc_fixup_dual_codecs(struct hda_codec *codec,
2122 const struct hda_fixup *fix, int action)
2123{
2124 struct alc_spec *spec = codec->spec;
2125
2126 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2127 return;
2128 /* disable vmaster */
2129 spec->gen.suppress_vmaster = 1;
2130 /* auto-mute and auto-mic switch don't work with multiple codecs */
2131 spec->gen.suppress_auto_mute = 1;
2132 spec->gen.suppress_auto_mic = 1;
2133 /* disable aamix as well */
2134 spec->gen.mixer_nid = 0;
2135 /* add location prefix to avoid conflicts */
2136 codec->force_pin_prefix = 1;
2137}
2138
2139static void rename_ctl(struct hda_codec *codec, const char *oldname,
2140 const char *newname)
2141{
2142 struct snd_kcontrol *kctl;
2143
2144 kctl = snd_hda_find_mixer_ctl(codec, oldname);
2145 if (kctl)
b51c2253 2146 snd_ctl_rename(codec->card, kctl, newname);
7beb3a6e
TI
2147}
2148
2149static void alc1220_fixup_gb_dual_codecs(struct hda_codec *codec,
2150 const struct hda_fixup *fix,
2151 int action)
2152{
2153 alc_fixup_dual_codecs(codec, fix, action);
2154 switch (action) {
2155 case HDA_FIXUP_ACT_PRE_PROBE:
2156 /* override card longname to provide a unique UCM profile */
2157 strcpy(codec->card->longname, "HDAudio-Gigabyte-ALC1220DualCodecs");
2158 break;
2159 case HDA_FIXUP_ACT_BUILD:
2160 /* rename Capture controls depending on the codec */
2161 rename_ctl(codec, "Capture Volume",
2162 codec->addr == 0 ?
2163 "Rear-Panel Capture Volume" :
2164 "Front-Panel Capture Volume");
2165 rename_ctl(codec, "Capture Switch",
2166 codec->addr == 0 ?
2167 "Rear-Panel Capture Switch" :
2168 "Front-Panel Capture Switch");
2169 break;
2170 }
2171}
2172
c1933008
CL
2173static void alc1220_fixup_gb_x570(struct hda_codec *codec,
2174 const struct hda_fixup *fix,
2175 int action)
2176{
2177 static const hda_nid_t conn1[] = { 0x0c };
2178 static const struct coef_fw gb_x570_coefs[] = {
41a86013 2179 WRITE_COEF(0x07, 0x03c0),
c1933008
CL
2180 WRITE_COEF(0x1a, 0x01c1),
2181 WRITE_COEF(0x1b, 0x0202),
2182 WRITE_COEF(0x43, 0x3005),
2183 {}
2184 };
2185
2186 switch (action) {
2187 case HDA_FIXUP_ACT_PRE_PROBE:
2188 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2189 snd_hda_override_conn_list(codec, 0x1b, ARRAY_SIZE(conn1), conn1);
2190 break;
2191 case HDA_FIXUP_ACT_INIT:
2192 alc_process_coef_fw(codec, gb_x570_coefs);
2193 break;
2194 }
2195}
2196
0202f5cd
P
2197static void alc1220_fixup_clevo_p950(struct hda_codec *codec,
2198 const struct hda_fixup *fix,
2199 int action)
2200{
caf3c043 2201 static const hda_nid_t conn1[] = { 0x0c };
0202f5cd
P
2202
2203 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2204 return;
2205
2206 alc_update_coef_idx(codec, 0x7, 0, 0x3c3);
2207 /* We therefore want to make sure 0x14 (front headphone) and
2208 * 0x1b (speakers) use the stereo DAC 0x02
2209 */
caf3c043
MM
2210 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2211 snd_hda_override_conn_list(codec, 0x1b, ARRAY_SIZE(conn1), conn1);
0202f5cd
P
2212}
2213
7f665b1c
JS
2214static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
2215 const struct hda_fixup *fix, int action);
2216
80690a27 2217static void alc1220_fixup_clevo_pb51ed(struct hda_codec *codec,
7f665b1c
JS
2218 const struct hda_fixup *fix,
2219 int action)
2220{
2221 alc1220_fixup_clevo_p950(codec, fix, action);
2222 alc_fixup_headset_mode_no_hp_mic(codec, fix, action);
2223}
2224
ca184355
JHP
2225static void alc887_asus_hp_automute_hook(struct hda_codec *codec,
2226 struct hda_jack_callback *jack)
2227{
2228 struct alc_spec *spec = codec->spec;
2229 unsigned int vref;
2230
2231 snd_hda_gen_hp_automute(codec, jack);
2232
2233 if (spec->gen.hp_jack_present)
2234 vref = AC_PINCTL_VREF_80;
2235 else
2236 vref = AC_PINCTL_VREF_HIZ;
2237 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref);
2238}
2239
2240static void alc887_fixup_asus_jack(struct hda_codec *codec,
2241 const struct hda_fixup *fix, int action)
2242{
2243 struct alc_spec *spec = codec->spec;
2244 if (action != HDA_FIXUP_ACT_PROBE)
2245 return;
2246 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP);
2247 spec->gen.hp_automute_hook = alc887_asus_hp_automute_hook;
2248}
2249
1727a771 2250static const struct hda_fixup alc882_fixups[] = {
5c0ebfbe 2251 [ALC882_FIXUP_ABIT_AW9D_MAX] = {
1727a771
TI
2252 .type = HDA_FIXUP_PINS,
2253 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2254 { 0x15, 0x01080104 }, /* side */
2255 { 0x16, 0x01011012 }, /* rear */
2256 { 0x17, 0x01016011 }, /* clfe */
2785591a 2257 { }
145a902b
DH
2258 }
2259 },
5c0ebfbe 2260 [ALC882_FIXUP_LENOVO_Y530] = {
1727a771
TI
2261 .type = HDA_FIXUP_PINS,
2262 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2263 { 0x15, 0x99130112 }, /* rear int speakers */
2264 { 0x16, 0x99130111 }, /* subwoofer */
ac612407
DH
2265 { }
2266 }
2267 },
5c0ebfbe 2268 [ALC882_FIXUP_PB_M5210] = {
fd108215
TI
2269 .type = HDA_FIXUP_PINCTLS,
2270 .v.pins = (const struct hda_pintbl[]) {
2271 { 0x19, PIN_VREF50 },
357f915e
KY
2272 {}
2273 }
2274 },
5c0ebfbe 2275 [ALC882_FIXUP_ACER_ASPIRE_7736] = {
1727a771 2276 .type = HDA_FIXUP_FUNC,
23d30f28 2277 .v.func = alc_fixup_sku_ignore,
6981d184 2278 },
5c0ebfbe 2279 [ALC882_FIXUP_ASUS_W90V] = {
1727a771
TI
2280 .type = HDA_FIXUP_PINS,
2281 .v.pins = (const struct hda_pintbl[]) {
5cdf745e
TI
2282 { 0x16, 0x99130110 }, /* fix sequence for CLFE */
2283 { }
2284 }
2285 },
8f239214 2286 [ALC889_FIXUP_CD] = {
1727a771
TI
2287 .type = HDA_FIXUP_PINS,
2288 .v.pins = (const struct hda_pintbl[]) {
8f239214
MB
2289 { 0x1c, 0x993301f0 }, /* CD */
2290 { }
2291 }
2292 },
b2c53e20
DH
2293 [ALC889_FIXUP_FRONT_HP_NO_PRESENCE] = {
2294 .type = HDA_FIXUP_PINS,
2295 .v.pins = (const struct hda_pintbl[]) {
2296 { 0x1b, 0x02214120 }, /* Front HP jack is flaky, disable jack detect */
2297 { }
2298 },
2299 .chained = true,
2300 .chain_id = ALC889_FIXUP_CD,
2301 },
5c0ebfbe 2302 [ALC889_FIXUP_VAIO_TT] = {
1727a771
TI
2303 .type = HDA_FIXUP_PINS,
2304 .v.pins = (const struct hda_pintbl[]) {
5c0ebfbe
TI
2305 { 0x17, 0x90170111 }, /* hidden surround speaker */
2306 { }
2307 }
2308 },
0e7cc2e7 2309 [ALC888_FIXUP_EEE1601] = {
1727a771 2310 .type = HDA_FIXUP_VERBS,
0e7cc2e7
TI
2311 .v.verbs = (const struct hda_verb[]) {
2312 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2313 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 },
2314 { }
2315 }
177943a3 2316 },
4841b8e6
PH
2317 [ALC886_FIXUP_EAPD] = {
2318 .type = HDA_FIXUP_VERBS,
2319 .v.verbs = (const struct hda_verb[]) {
2320 /* change to EAPD mode */
2321 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2322 { 0x20, AC_VERB_SET_PROC_COEF, 0x0068 },
2323 { }
2324 }
2325 },
177943a3 2326 [ALC882_FIXUP_EAPD] = {
1727a771 2327 .type = HDA_FIXUP_VERBS,
177943a3
TI
2328 .v.verbs = (const struct hda_verb[]) {
2329 /* change to EAPD mode */
2330 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2331 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
2332 { }
2333 }
2334 },
7a6069bf 2335 [ALC883_FIXUP_EAPD] = {
1727a771 2336 .type = HDA_FIXUP_VERBS,
7a6069bf
TI
2337 .v.verbs = (const struct hda_verb[]) {
2338 /* change to EAPD mode */
2339 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2340 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2341 { }
2342 }
2343 },
8812c4f9 2344 [ALC883_FIXUP_ACER_EAPD] = {
1727a771 2345 .type = HDA_FIXUP_VERBS,
8812c4f9
TI
2346 .v.verbs = (const struct hda_verb[]) {
2347 /* eanable EAPD on Acer laptops */
2348 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2349 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2350 { }
2351 }
2352 },
1a97b7f2 2353 [ALC882_FIXUP_GPIO1] = {
5579cd6f
TI
2354 .type = HDA_FIXUP_FUNC,
2355 .v.func = alc_fixup_gpio1,
1a97b7f2
TI
2356 },
2357 [ALC882_FIXUP_GPIO2] = {
5579cd6f
TI
2358 .type = HDA_FIXUP_FUNC,
2359 .v.func = alc_fixup_gpio2,
1a97b7f2 2360 },
eb844d51 2361 [ALC882_FIXUP_GPIO3] = {
5579cd6f
TI
2362 .type = HDA_FIXUP_FUNC,
2363 .v.func = alc_fixup_gpio3,
eb844d51 2364 },
68ef0561 2365 [ALC882_FIXUP_ASUS_W2JC] = {
5579cd6f
TI
2366 .type = HDA_FIXUP_FUNC,
2367 .v.func = alc_fixup_gpio1,
68ef0561
TI
2368 .chained = true,
2369 .chain_id = ALC882_FIXUP_EAPD,
2370 },
2371 [ALC889_FIXUP_COEF] = {
1727a771 2372 .type = HDA_FIXUP_FUNC,
68ef0561
TI
2373 .v.func = alc889_fixup_coef,
2374 },
c3e837bb 2375 [ALC882_FIXUP_ACER_ASPIRE_4930G] = {
1727a771
TI
2376 .type = HDA_FIXUP_PINS,
2377 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2378 { 0x16, 0x99130111 }, /* CLFE speaker */
2379 { 0x17, 0x99130112 }, /* surround speaker */
2380 { }
038d4fef
TI
2381 },
2382 .chained = true,
2383 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb
TI
2384 },
2385 [ALC882_FIXUP_ACER_ASPIRE_8930G] = {
1727a771
TI
2386 .type = HDA_FIXUP_PINS,
2387 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2388 { 0x16, 0x99130111 }, /* CLFE speaker */
2389 { 0x1b, 0x99130112 }, /* surround speaker */
2390 { }
2391 },
2392 .chained = true,
2393 .chain_id = ALC882_FIXUP_ASPIRE_8930G_VERBS,
2394 },
2395 [ALC882_FIXUP_ASPIRE_8930G_VERBS] = {
2396 /* additional init verbs for Acer Aspire 8930G */
1727a771 2397 .type = HDA_FIXUP_VERBS,
c3e837bb
TI
2398 .v.verbs = (const struct hda_verb[]) {
2399 /* Enable all DACs */
2400 /* DAC DISABLE/MUTE 1? */
2401 /* setting bits 1-5 disables DAC nids 0x02-0x06
2402 * apparently. Init=0x38 */
2403 { 0x20, AC_VERB_SET_COEF_INDEX, 0x03 },
2404 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2405 /* DAC DISABLE/MUTE 2? */
2406 /* some bit here disables the other DACs.
2407 * Init=0x4900 */
2408 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08 },
2409 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2410 /* DMIC fix
2411 * This laptop has a stereo digital microphone.
2412 * The mics are only 1cm apart which makes the stereo
2413 * useless. However, either the mic or the ALC889
2414 * makes the signal become a difference/sum signal
2415 * instead of standard stereo, which is annoying.
2416 * So instead we flip this bit which makes the
2417 * codec replicate the sum signal to both channels,
2418 * turning it into a normal mono mic.
2419 */
2420 /* DMIC_CONTROL? Init value = 0x0001 */
2421 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2422 { 0x20, AC_VERB_SET_PROC_COEF, 0x0003 },
2423 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2424 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2425 { }
038d4fef
TI
2426 },
2427 .chained = true,
2428 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb 2429 },
5671087f 2430 [ALC885_FIXUP_MACPRO_GPIO] = {
1727a771 2431 .type = HDA_FIXUP_FUNC,
5671087f
TI
2432 .v.func = alc885_fixup_macpro_gpio,
2433 },
02a237b2 2434 [ALC889_FIXUP_DAC_ROUTE] = {
1727a771 2435 .type = HDA_FIXUP_FUNC,
02a237b2
TI
2436 .v.func = alc889_fixup_dac_route,
2437 },
1a97b7f2 2438 [ALC889_FIXUP_MBP_VREF] = {
1727a771 2439 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2440 .v.func = alc889_fixup_mbp_vref,
2441 .chained = true,
2442 .chain_id = ALC882_FIXUP_GPIO1,
2443 },
2444 [ALC889_FIXUP_IMAC91_VREF] = {
1727a771 2445 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2446 .v.func = alc889_fixup_imac91_vref,
2447 .chained = true,
2448 .chain_id = ALC882_FIXUP_GPIO1,
2449 },
e7729a41
AV
2450 [ALC889_FIXUP_MBA11_VREF] = {
2451 .type = HDA_FIXUP_FUNC,
2452 .v.func = alc889_fixup_mba11_vref,
2453 .chained = true,
2454 .chain_id = ALC889_FIXUP_MBP_VREF,
2455 },
0756f09c
TI
2456 [ALC889_FIXUP_MBA21_VREF] = {
2457 .type = HDA_FIXUP_FUNC,
2458 .v.func = alc889_fixup_mba21_vref,
2459 .chained = true,
2460 .chain_id = ALC889_FIXUP_MBP_VREF,
2461 },
c20f31ec
TI
2462 [ALC889_FIXUP_MP11_VREF] = {
2463 .type = HDA_FIXUP_FUNC,
2464 .v.func = alc889_fixup_mba11_vref,
2465 .chained = true,
2466 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2467 },
9f660a1c
MK
2468 [ALC889_FIXUP_MP41_VREF] = {
2469 .type = HDA_FIXUP_FUNC,
2470 .v.func = alc889_fixup_mbp_vref,
2471 .chained = true,
2472 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2473 },
6e72aa5f 2474 [ALC882_FIXUP_INV_DMIC] = {
1727a771 2475 .type = HDA_FIXUP_FUNC,
9d36a7dc 2476 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2477 },
e427c237 2478 [ALC882_FIXUP_NO_PRIMARY_HP] = {
1727a771 2479 .type = HDA_FIXUP_FUNC,
e427c237
TI
2480 .v.func = alc882_fixup_no_primary_hp,
2481 },
1f0bbf03
TI
2482 [ALC887_FIXUP_ASUS_BASS] = {
2483 .type = HDA_FIXUP_PINS,
2484 .v.pins = (const struct hda_pintbl[]) {
2485 {0x16, 0x99130130}, /* bass speaker */
2486 {}
2487 },
eb9ca3ab
TI
2488 .chained = true,
2489 .chain_id = ALC887_FIXUP_BASS_CHMAP,
2490 },
2491 [ALC887_FIXUP_BASS_CHMAP] = {
2492 .type = HDA_FIXUP_FUNC,
2493 .v.func = alc_fixup_bass_chmap,
1f0bbf03 2494 },
7beb3a6e
TI
2495 [ALC1220_FIXUP_GB_DUAL_CODECS] = {
2496 .type = HDA_FIXUP_FUNC,
2497 .v.func = alc1220_fixup_gb_dual_codecs,
2498 },
c1933008
CL
2499 [ALC1220_FIXUP_GB_X570] = {
2500 .type = HDA_FIXUP_FUNC,
2501 .v.func = alc1220_fixup_gb_x570,
2502 },
0202f5cd
P
2503 [ALC1220_FIXUP_CLEVO_P950] = {
2504 .type = HDA_FIXUP_FUNC,
2505 .v.func = alc1220_fixup_clevo_p950,
2506 },
80690a27 2507 [ALC1220_FIXUP_CLEVO_PB51ED] = {
7f665b1c 2508 .type = HDA_FIXUP_FUNC,
80690a27 2509 .v.func = alc1220_fixup_clevo_pb51ed,
7f665b1c 2510 },
80690a27 2511 [ALC1220_FIXUP_CLEVO_PB51ED_PINS] = {
7f665b1c
JS
2512 .type = HDA_FIXUP_PINS,
2513 .v.pins = (const struct hda_pintbl[]) {
2514 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
2515 {}
2516 },
2517 .chained = true,
80690a27 2518 .chain_id = ALC1220_FIXUP_CLEVO_PB51ED,
7f665b1c 2519 },
ca184355
JHP
2520 [ALC887_FIXUP_ASUS_AUDIO] = {
2521 .type = HDA_FIXUP_PINS,
2522 .v.pins = (const struct hda_pintbl[]) {
2523 { 0x15, 0x02a14150 }, /* use as headset mic, without its own jack detect */
2524 { 0x19, 0x22219420 },
2525 {}
2526 },
2527 },
2528 [ALC887_FIXUP_ASUS_HMIC] = {
2529 .type = HDA_FIXUP_FUNC,
2530 .v.func = alc887_fixup_asus_jack,
2531 .chained = true,
2532 .chain_id = ALC887_FIXUP_ASUS_AUDIO,
2533 },
9bfa7b36
ML
2534 [ALCS1200A_FIXUP_MIC_VREF] = {
2535 .type = HDA_FIXUP_PINCTLS,
2536 .v.pins = (const struct hda_pintbl[]) {
2537 { 0x18, PIN_VREF50 }, /* rear mic */
2538 { 0x19, PIN_VREF50 }, /* front mic */
2539 {}
2540 }
2541 },
ff818c24
TI
2542};
2543
1d045db9 2544static const struct snd_pci_quirk alc882_fixup_tbl[] = {
8812c4f9
TI
2545 SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD),
2546 SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
b5d724b1 2547 SND_PCI_QUIRK(0x1025, 0x0107, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
8812c4f9
TI
2548 SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD),
2549 SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
2550 SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD),
2551 SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_FIXUP_ACER_EAPD),
c3e837bb
TI
2552 SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G",
2553 ALC882_FIXUP_ACER_ASPIRE_4930G),
2554 SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
2555 ALC882_FIXUP_ACER_ASPIRE_4930G),
2556 SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G",
2557 ALC882_FIXUP_ACER_ASPIRE_8930G),
2558 SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G",
2559 ALC882_FIXUP_ACER_ASPIRE_8930G),
b265047a
TI
2560 SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2561 ALC882_FIXUP_ACER_ASPIRE_4930G),
2562 SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
c3e837bb
TI
2563 SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
2564 ALC882_FIXUP_ACER_ASPIRE_4930G),
2565 SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
2566 ALC882_FIXUP_ACER_ASPIRE_4930G),
f5c53d89
TI
2567 SND_PCI_QUIRK(0x1025, 0x021e, "Acer Aspire 5739G",
2568 ALC882_FIXUP_ACER_ASPIRE_4930G),
02a237b2 2569 SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),
fe97da1f 2570 SND_PCI_QUIRK(0x1025, 0x026b, "Acer Aspire 8940G", ALC882_FIXUP_ACER_ASPIRE_8930G),
ac9b1cdd 2571 SND_PCI_QUIRK(0x1025, 0x0296, "Acer Aspire 7736z", ALC882_FIXUP_ACER_ASPIRE_7736),
177943a3 2572 SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_FIXUP_EAPD),
5c0ebfbe 2573 SND_PCI_QUIRK(0x1043, 0x1873, "ASUS W90V", ALC882_FIXUP_ASUS_W90V),
68ef0561 2574 SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_FIXUP_ASUS_W2JC),
ca184355 2575 SND_PCI_QUIRK(0x1043, 0x2390, "Asus D700SA", ALC887_FIXUP_ASUS_HMIC),
0e7cc2e7 2576 SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_FIXUP_EEE1601),
1f0bbf03 2577 SND_PCI_QUIRK(0x1043, 0x84bc, "ASUS ET2700", ALC887_FIXUP_ASUS_BASS),
85bcf96c 2578 SND_PCI_QUIRK(0x1043, 0x8691, "ASUS ROG Ranger VIII", ALC882_FIXUP_GPIO3),
9bfa7b36 2579 SND_PCI_QUIRK(0x1043, 0x8797, "ASUS TUF B550M-PLUS", ALCS1200A_FIXUP_MIC_VREF),
b7529c18
TI
2580 SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP),
2581 SND_PCI_QUIRK(0x104d, 0x9044, "Sony VAIO AiO", ALC882_FIXUP_NO_PRIMARY_HP),
ac9b1cdd 2582 SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT),
e427c237 2583 SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP),
3f3c3714 2584 SND_PCI_QUIRK(0x104d, 0x9060, "Sony Vaio VPCL14M1R", ALC882_FIXUP_NO_PRIMARY_HP),
5671087f
TI
2585
2586 /* All Apple entries are in codec SSIDs */
1a97b7f2
TI
2587 SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF),
2588 SND_PCI_QUIRK(0x106b, 0x00a1, "Macbook", ALC889_FIXUP_MBP_VREF),
2589 SND_PCI_QUIRK(0x106b, 0x00a4, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
c20f31ec 2590 SND_PCI_QUIRK(0x106b, 0x0c00, "Mac Pro", ALC889_FIXUP_MP11_VREF),
5671087f
TI
2591 SND_PCI_QUIRK(0x106b, 0x1000, "iMac 24", ALC885_FIXUP_MACPRO_GPIO),
2592 SND_PCI_QUIRK(0x106b, 0x2800, "AppleTV", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2593 SND_PCI_QUIRK(0x106b, 0x2c00, "MacbookPro rev3", ALC889_FIXUP_MBP_VREF),
2594 SND_PCI_QUIRK(0x106b, 0x3000, "iMac", ALC889_FIXUP_MBP_VREF),
5671087f 2595 SND_PCI_QUIRK(0x106b, 0x3200, "iMac 7,1 Aluminum", ALC882_FIXUP_EAPD),
e7729a41 2596 SND_PCI_QUIRK(0x106b, 0x3400, "MacBookAir 1,1", ALC889_FIXUP_MBA11_VREF),
0756f09c 2597 SND_PCI_QUIRK(0x106b, 0x3500, "MacBookAir 2,1", ALC889_FIXUP_MBA21_VREF),
1a97b7f2
TI
2598 SND_PCI_QUIRK(0x106b, 0x3600, "Macbook 3,1", ALC889_FIXUP_MBP_VREF),
2599 SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
5671087f 2600 SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2601 SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC889_FIXUP_IMAC91_VREF),
2602 SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF),
2603 SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF),
9f660a1c 2604 SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 4,1/5,1", ALC889_FIXUP_MP41_VREF),
05193639 2605 SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF),
1a97b7f2
TI
2606 SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF),
2607 SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF),
649ccd08 2608 SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF),
5671087f 2609
7a6069bf 2610 SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD),
4841b8e6 2611 SND_PCI_QUIRK(0x13fe, 0x1009, "Advantech MIT-W101", ALC886_FIXUP_EAPD),
b2c53e20 2612 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE),
7beb3a6e 2613 SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS),
c1933008 2614 SND_PCI_QUIRK(0x1458, 0xa0cd, "Gigabyte X570 Aorus Master", ALC1220_FIXUP_GB_X570),
ea354196 2615 SND_PCI_QUIRK(0x1458, 0xa0ce, "Gigabyte X570 Aorus Xtreme", ALC1220_FIXUP_GB_X570),
41a86013 2616 SND_PCI_QUIRK(0x1458, 0xa0d5, "Gigabyte X570S Aorus Master", ALC1220_FIXUP_GB_X570),
a0b03952 2617 SND_PCI_QUIRK(0x1462, 0x11f7, "MSI-GE63", ALC1220_FIXUP_CLEVO_P950),
a655e2b1 2618 SND_PCI_QUIRK(0x1462, 0x1228, "MSI-GP63", ALC1220_FIXUP_CLEVO_P950),
09926202 2619 SND_PCI_QUIRK(0x1462, 0x1229, "MSI-GP73", ALC1220_FIXUP_CLEVO_P950),
1d3aa4a5 2620 SND_PCI_QUIRK(0x1462, 0x1275, "MSI-GL63", ALC1220_FIXUP_CLEVO_P950),
7dafba37 2621 SND_PCI_QUIRK(0x1462, 0x1276, "MSI-GL73", ALC1220_FIXUP_CLEVO_P950),
cc5049ae 2622 SND_PCI_QUIRK(0x1462, 0x1293, "MSI-GP65", ALC1220_FIXUP_CLEVO_P950),
d2c3b14e 2623 SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD),
26af1772 2624 SND_PCI_QUIRK(0x1462, 0xcc34, "MSI Godlike X570", ALC1220_FIXUP_GB_DUAL_CODECS),
63691587 2625 SND_PCI_QUIRK(0x1462, 0xda57, "MSI Z270-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS),
d2c3b14e 2626 SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
5c0ebfbe 2627 SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
36d4d213 2628 SND_PCI_QUIRK(0x1558, 0x3702, "Clevo X370SN[VW]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd
TI
2629 SND_PCI_QUIRK(0x1558, 0x50d3, "Clevo PC50[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2630 SND_PCI_QUIRK(0x1558, 0x65d1, "Clevo PB51[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2631 SND_PCI_QUIRK(0x1558, 0x65d2, "Clevo PB51R[CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2632 SND_PCI_QUIRK(0x1558, 0x65e1, "Clevo PB51[ED][DF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2633 SND_PCI_QUIRK(0x1558, 0x65e5, "Clevo PC50D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
aef454b4 2634 SND_PCI_QUIRK(0x1558, 0x65f1, "Clevo PC50HS", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
9eb6f5c3 2635 SND_PCI_QUIRK(0x1558, 0x65f5, "Clevo PD50PN[NRT]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
b7a58228 2636 SND_PCI_QUIRK(0x1558, 0x66a2, "Clevo PE60RNE", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd
TI
2637 SND_PCI_QUIRK(0x1558, 0x67d1, "Clevo PB71[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2638 SND_PCI_QUIRK(0x1558, 0x67e1, "Clevo PB71[DE][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2639 SND_PCI_QUIRK(0x1558, 0x67e5, "Clevo PC70D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
dbfe8350 2640 SND_PCI_QUIRK(0x1558, 0x67f1, "Clevo PC70H[PRS]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
d4995121 2641 SND_PCI_QUIRK(0x1558, 0x67f5, "Clevo PD70PN[NRT]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd 2642 SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
1f8d398e 2643 SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170SM", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
cc03069a 2644 SND_PCI_QUIRK(0x1558, 0x7715, "Clevo X170KM-G", ALC1220_FIXUP_CLEVO_PB51ED),
0202f5cd 2645 SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950),
b5acfe15 2646 SND_PCI_QUIRK(0x1558, 0x9506, "Clevo P955HQ", ALC1220_FIXUP_CLEVO_P950),
13e1a4cd 2647 SND_PCI_QUIRK(0x1558, 0x950a, "Clevo P955H[PR]", ALC1220_FIXUP_CLEVO_P950),
f3d737b6 2648 SND_PCI_QUIRK(0x1558, 0x95e1, "Clevo P95xER", ALC1220_FIXUP_CLEVO_P950),
2f0d520a 2649 SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),
b5acfe15
PH
2650 SND_PCI_QUIRK(0x1558, 0x95e3, "Clevo P955[ER]T", ALC1220_FIXUP_CLEVO_P950),
2651 SND_PCI_QUIRK(0x1558, 0x95e4, "Clevo P955ER", ALC1220_FIXUP_CLEVO_P950),
2652 SND_PCI_QUIRK(0x1558, 0x95e5, "Clevo P955EE6", ALC1220_FIXUP_CLEVO_P950),
2653 SND_PCI_QUIRK(0x1558, 0x95e6, "Clevo P950R[CDF]", ALC1220_FIXUP_CLEVO_P950),
503d90b3
RS
2654 SND_PCI_QUIRK(0x1558, 0x96e1, "Clevo P960[ER][CDFN]-K", ALC1220_FIXUP_CLEVO_P950),
2655 SND_PCI_QUIRK(0x1558, 0x97e1, "Clevo P970[ER][CDFN]", ALC1220_FIXUP_CLEVO_P950),
b5acfe15 2656 SND_PCI_QUIRK(0x1558, 0x97e2, "Clevo P970RC-M", ALC1220_FIXUP_CLEVO_P950),
b7a58228 2657 SND_PCI_QUIRK(0x1558, 0xd502, "Clevo PD50SNE", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
7a6069bf
TI
2658 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
2659 SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
ac9b1cdd 2660 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
68ef0561 2661 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_FIXUP_COEF),
ff818c24
TI
2662 {}
2663};
2664
1727a771 2665static const struct hda_model_fixup alc882_fixup_models[] = {
772c2917
TI
2666 {.id = ALC882_FIXUP_ABIT_AW9D_MAX, .name = "abit-aw9d"},
2667 {.id = ALC882_FIXUP_LENOVO_Y530, .name = "lenovo-y530"},
2668 {.id = ALC882_FIXUP_ACER_ASPIRE_7736, .name = "acer-aspire-7736"},
2669 {.id = ALC882_FIXUP_ASUS_W90V, .name = "asus-w90v"},
2670 {.id = ALC889_FIXUP_CD, .name = "cd"},
2671 {.id = ALC889_FIXUP_FRONT_HP_NO_PRESENCE, .name = "no-front-hp"},
2672 {.id = ALC889_FIXUP_VAIO_TT, .name = "vaio-tt"},
2673 {.id = ALC888_FIXUP_EEE1601, .name = "eee1601"},
2674 {.id = ALC882_FIXUP_EAPD, .name = "alc882-eapd"},
2675 {.id = ALC883_FIXUP_EAPD, .name = "alc883-eapd"},
2676 {.id = ALC882_FIXUP_GPIO1, .name = "gpio1"},
2677 {.id = ALC882_FIXUP_GPIO2, .name = "gpio2"},
2678 {.id = ALC882_FIXUP_GPIO3, .name = "gpio3"},
2679 {.id = ALC889_FIXUP_COEF, .name = "alc889-coef"},
2680 {.id = ALC882_FIXUP_ASUS_W2JC, .name = "asus-w2jc"},
912093bc
TI
2681 {.id = ALC882_FIXUP_ACER_ASPIRE_4930G, .name = "acer-aspire-4930g"},
2682 {.id = ALC882_FIXUP_ACER_ASPIRE_8930G, .name = "acer-aspire-8930g"},
2683 {.id = ALC883_FIXUP_ACER_EAPD, .name = "acer-aspire"},
772c2917
TI
2684 {.id = ALC885_FIXUP_MACPRO_GPIO, .name = "macpro-gpio"},
2685 {.id = ALC889_FIXUP_DAC_ROUTE, .name = "dac-route"},
2686 {.id = ALC889_FIXUP_MBP_VREF, .name = "mbp-vref"},
2687 {.id = ALC889_FIXUP_IMAC91_VREF, .name = "imac91-vref"},
2688 {.id = ALC889_FIXUP_MBA11_VREF, .name = "mba11-vref"},
2689 {.id = ALC889_FIXUP_MBA21_VREF, .name = "mba21-vref"},
2690 {.id = ALC889_FIXUP_MP11_VREF, .name = "mp11-vref"},
2691 {.id = ALC889_FIXUP_MP41_VREF, .name = "mp41-vref"},
6e72aa5f 2692 {.id = ALC882_FIXUP_INV_DMIC, .name = "inv-dmic"},
e427c237 2693 {.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
772c2917 2694 {.id = ALC887_FIXUP_ASUS_BASS, .name = "asus-bass"},
ba90d6a6 2695 {.id = ALC1220_FIXUP_GB_DUAL_CODECS, .name = "dual-codecs"},
63394a16 2696 {.id = ALC1220_FIXUP_GB_X570, .name = "gb-x570"},
772c2917 2697 {.id = ALC1220_FIXUP_CLEVO_P950, .name = "clevo-p950"},
912093bc
TI
2698 {}
2699};
2700
119b75c1
HW
2701static const struct snd_hda_pin_quirk alc882_pin_fixup_tbl[] = {
2702 SND_HDA_PIN_QUIRK(0x10ec1220, 0x1043, "ASUS", ALC1220_FIXUP_CLEVO_P950,
2703 {0x14, 0x01014010},
2704 {0x15, 0x01011012},
2705 {0x16, 0x01016011},
2706 {0x18, 0x01a19040},
2707 {0x19, 0x02a19050},
2708 {0x1a, 0x0181304f},
2709 {0x1b, 0x0221401f},
2710 {0x1e, 0x01456130}),
2711 SND_HDA_PIN_QUIRK(0x10ec1220, 0x1462, "MS-7C35", ALC1220_FIXUP_CLEVO_P950,
2712 {0x14, 0x01015010},
2713 {0x15, 0x01011012},
2714 {0x16, 0x01011011},
2715 {0x18, 0x01a11040},
2716 {0x19, 0x02a19050},
2717 {0x1a, 0x0181104f},
2718 {0x1b, 0x0221401f},
2719 {0x1e, 0x01451130}),
2720 {}
2721};
2722
f6a92248 2723/*
1d045db9 2724 * BIOS auto configuration
f6a92248 2725 */
1d045db9
TI
2726/* almost identical with ALC880 parser... */
2727static int alc882_parse_auto_config(struct hda_codec *codec)
2728{
1d045db9 2729 static const hda_nid_t alc882_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2730 static const hda_nid_t alc882_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2731 return alc_parse_auto_config(codec, alc882_ignore, alc882_ssids);
1d045db9 2732}
b896b4eb 2733
1d045db9
TI
2734/*
2735 */
1d045db9 2736static int patch_alc882(struct hda_codec *codec)
f6a92248
KY
2737{
2738 struct alc_spec *spec;
1a97b7f2 2739 int err;
f6a92248 2740
3de95173
TI
2741 err = alc_alloc_spec(codec, 0x0b);
2742 if (err < 0)
2743 return err;
f6a92248 2744
3de95173 2745 spec = codec->spec;
1f0f4b80 2746
7639a06c 2747 switch (codec->core.vendor_id) {
1d045db9
TI
2748 case 0x10ec0882:
2749 case 0x10ec0885:
acf08081 2750 case 0x10ec0900:
6d9ffcff 2751 case 0x10ec0b00:
a535ad57 2752 case 0x10ec1220:
1d045db9
TI
2753 break;
2754 default:
2755 /* ALC883 and variants */
2756 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2757 break;
c793bec5 2758 }
977ddd6b 2759
c9af753f
TI
2760 alc_pre_init(codec);
2761
1727a771 2762 snd_hda_pick_fixup(codec, alc882_fixup_models, alc882_fixup_tbl,
912093bc 2763 alc882_fixups);
119b75c1 2764 snd_hda_pick_pin_fixup(codec, alc882_pin_fixup_tbl, alc882_fixups, true);
1727a771 2765 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ff818c24 2766
1d045db9
TI
2767 alc_auto_parse_customize_define(codec);
2768
7504b6cd
TI
2769 if (has_cdefine_beep(codec))
2770 spec->gen.beep_nid = 0x01;
2771
1a97b7f2
TI
2772 /* automatic parse from the BIOS config */
2773 err = alc882_parse_auto_config(codec);
2774 if (err < 0)
2775 goto error;
f6a92248 2776
fea80fae
TI
2777 if (!spec->gen.no_analog && spec->gen.beep_nid) {
2778 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2779 if (err < 0)
2780 goto error;
2781 }
f6a92248 2782
1727a771 2783 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2784
f6a92248 2785 return 0;
e16fb6d1
TI
2786
2787 error:
2788 alc_free(codec);
2789 return err;
f6a92248
KY
2790}
2791
df694daa 2792
df694daa 2793/*
1d045db9 2794 * ALC262 support
df694daa 2795 */
1d045db9 2796static int alc262_parse_auto_config(struct hda_codec *codec)
df694daa 2797{
1d045db9 2798 static const hda_nid_t alc262_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2799 static const hda_nid_t alc262_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2800 return alc_parse_auto_config(codec, alc262_ignore, alc262_ssids);
df694daa
KY
2801}
2802
df694daa 2803/*
1d045db9 2804 * Pin config fixes
df694daa 2805 */
cfc9b06f 2806enum {
ea4e7af1 2807 ALC262_FIXUP_FSC_H270,
7513e6da 2808 ALC262_FIXUP_FSC_S7110,
ea4e7af1
TI
2809 ALC262_FIXUP_HP_Z200,
2810 ALC262_FIXUP_TYAN,
c470150c 2811 ALC262_FIXUP_LENOVO_3000,
b42590b8
TI
2812 ALC262_FIXUP_BENQ,
2813 ALC262_FIXUP_BENQ_T31,
6e72aa5f 2814 ALC262_FIXUP_INV_DMIC,
b5c6611f 2815 ALC262_FIXUP_INTEL_BAYLEYBAY,
cfc9b06f
TI
2816};
2817
1727a771 2818static const struct hda_fixup alc262_fixups[] = {
ea4e7af1 2819 [ALC262_FIXUP_FSC_H270] = {
1727a771
TI
2820 .type = HDA_FIXUP_PINS,
2821 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2822 { 0x14, 0x99130110 }, /* speaker */
2823 { 0x15, 0x0221142f }, /* front HP */
2824 { 0x1b, 0x0121141f }, /* rear HP */
2825 { }
2826 }
2827 },
7513e6da
TI
2828 [ALC262_FIXUP_FSC_S7110] = {
2829 .type = HDA_FIXUP_PINS,
2830 .v.pins = (const struct hda_pintbl[]) {
2831 { 0x15, 0x90170110 }, /* speaker */
2832 { }
2833 },
2834 .chained = true,
2835 .chain_id = ALC262_FIXUP_BENQ,
2836 },
ea4e7af1 2837 [ALC262_FIXUP_HP_Z200] = {
1727a771
TI
2838 .type = HDA_FIXUP_PINS,
2839 .v.pins = (const struct hda_pintbl[]) {
1d045db9 2840 { 0x16, 0x99130120 }, /* internal speaker */
73413b12
TI
2841 { }
2842 }
cfc9b06f 2843 },
ea4e7af1 2844 [ALC262_FIXUP_TYAN] = {
1727a771
TI
2845 .type = HDA_FIXUP_PINS,
2846 .v.pins = (const struct hda_pintbl[]) {
ea4e7af1
TI
2847 { 0x14, 0x1993e1f0 }, /* int AUX */
2848 { }
2849 }
2850 },
c470150c 2851 [ALC262_FIXUP_LENOVO_3000] = {
fd108215
TI
2852 .type = HDA_FIXUP_PINCTLS,
2853 .v.pins = (const struct hda_pintbl[]) {
2854 { 0x19, PIN_VREF50 },
b42590b8
TI
2855 {}
2856 },
2857 .chained = true,
2858 .chain_id = ALC262_FIXUP_BENQ,
2859 },
2860 [ALC262_FIXUP_BENQ] = {
1727a771 2861 .type = HDA_FIXUP_VERBS,
b42590b8 2862 .v.verbs = (const struct hda_verb[]) {
c470150c
TI
2863 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2864 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2865 {}
2866 }
2867 },
b42590b8 2868 [ALC262_FIXUP_BENQ_T31] = {
1727a771 2869 .type = HDA_FIXUP_VERBS,
b42590b8
TI
2870 .v.verbs = (const struct hda_verb[]) {
2871 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2872 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2873 {}
2874 }
2875 },
6e72aa5f 2876 [ALC262_FIXUP_INV_DMIC] = {
1727a771 2877 .type = HDA_FIXUP_FUNC,
9d36a7dc 2878 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2879 },
b5c6611f
ML
2880 [ALC262_FIXUP_INTEL_BAYLEYBAY] = {
2881 .type = HDA_FIXUP_FUNC,
2882 .v.func = alc_fixup_no_depop_delay,
2883 },
cfc9b06f
TI
2884};
2885
1d045db9 2886static const struct snd_pci_quirk alc262_fixup_tbl[] = {
ea4e7af1 2887 SND_PCI_QUIRK(0x103c, 0x170b, "HP Z200", ALC262_FIXUP_HP_Z200),
7513e6da 2888 SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu Lifebook S7110", ALC262_FIXUP_FSC_S7110),
3dcd3be3 2889 SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ),
ea4e7af1 2890 SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN),
275ec0cb 2891 SND_PCI_QUIRK(0x1734, 0x1141, "FSC ESPRIMO U9210", ALC262_FIXUP_FSC_H270),
ea4e7af1 2892 SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270),
c470150c 2893 SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000),
b42590b8
TI
2894 SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ),
2895 SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_FIXUP_BENQ_T31),
b5c6611f 2896 SND_PCI_QUIRK(0x8086, 0x7270, "BayleyBay", ALC262_FIXUP_INTEL_BAYLEYBAY),
cfc9b06f
TI
2897 {}
2898};
df694daa 2899
1727a771 2900static const struct hda_model_fixup alc262_fixup_models[] = {
6e72aa5f 2901 {.id = ALC262_FIXUP_INV_DMIC, .name = "inv-dmic"},
e43c44d6
TI
2902 {.id = ALC262_FIXUP_FSC_H270, .name = "fsc-h270"},
2903 {.id = ALC262_FIXUP_FSC_S7110, .name = "fsc-s7110"},
2904 {.id = ALC262_FIXUP_HP_Z200, .name = "hp-z200"},
2905 {.id = ALC262_FIXUP_TYAN, .name = "tyan"},
2906 {.id = ALC262_FIXUP_LENOVO_3000, .name = "lenovo-3000"},
2907 {.id = ALC262_FIXUP_BENQ, .name = "benq"},
2908 {.id = ALC262_FIXUP_BENQ_T31, .name = "benq-t31"},
2909 {.id = ALC262_FIXUP_INTEL_BAYLEYBAY, .name = "bayleybay"},
6e72aa5f
TI
2910 {}
2911};
1d045db9 2912
1d045db9
TI
2913/*
2914 */
1d045db9 2915static int patch_alc262(struct hda_codec *codec)
df694daa
KY
2916{
2917 struct alc_spec *spec;
df694daa
KY
2918 int err;
2919
3de95173
TI
2920 err = alc_alloc_spec(codec, 0x0b);
2921 if (err < 0)
2922 return err;
df694daa 2923
3de95173 2924 spec = codec->spec;
08c189f2 2925 spec->gen.shared_mic_vref_pin = 0x18;
1d045db9 2926
225068ab
TI
2927 spec->shutup = alc_eapd_shutup;
2928
1d045db9
TI
2929#if 0
2930 /* pshou 07/11/05 set a zero PCM sample to DAC when FIFO is
2931 * under-run
2932 */
98b24883 2933 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x80);
1d045db9 2934#endif
1d045db9
TI
2935 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2936
c9af753f
TI
2937 alc_pre_init(codec);
2938
1727a771 2939 snd_hda_pick_fixup(codec, alc262_fixup_models, alc262_fixup_tbl,
6e72aa5f 2940 alc262_fixups);
1727a771 2941 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
9c7f852e 2942
af741c15
TI
2943 alc_auto_parse_customize_define(codec);
2944
7504b6cd
TI
2945 if (has_cdefine_beep(codec))
2946 spec->gen.beep_nid = 0x01;
2947
42399f7a
TI
2948 /* automatic parse from the BIOS config */
2949 err = alc262_parse_auto_config(codec);
2950 if (err < 0)
2951 goto error;
df694daa 2952
fea80fae
TI
2953 if (!spec->gen.no_analog && spec->gen.beep_nid) {
2954 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2955 if (err < 0)
2956 goto error;
2957 }
2134ea4f 2958
1727a771 2959 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2960
1da177e4 2961 return 0;
e16fb6d1
TI
2962
2963 error:
2964 alc_free(codec);
2965 return err;
1da177e4
LT
2966}
2967
f32610ed 2968/*
1d045db9 2969 * ALC268
f32610ed 2970 */
1d045db9 2971/* bind Beep switches of both NID 0x0f and 0x10 */
a717777d
TI
2972static int alc268_beep_switch_put(struct snd_kcontrol *kcontrol,
2973 struct snd_ctl_elem_value *ucontrol)
2974{
2975 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2976 unsigned long pval;
2977 int err;
2978
2979 mutex_lock(&codec->control_mutex);
2980 pval = kcontrol->private_value;
2981 kcontrol->private_value = (pval & ~0xff) | 0x0f;
2982 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
2983 if (err >= 0) {
2984 kcontrol->private_value = (pval & ~0xff) | 0x10;
2985 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
2986 }
2987 kcontrol->private_value = pval;
2988 mutex_unlock(&codec->control_mutex);
2989 return err;
2990}
f32610ed 2991
1d045db9
TI
2992static const struct snd_kcontrol_new alc268_beep_mixer[] = {
2993 HDA_CODEC_VOLUME("Beep Playback Volume", 0x1d, 0x0, HDA_INPUT),
a717777d
TI
2994 {
2995 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2996 .name = "Beep Playback Switch",
2997 .subdevice = HDA_SUBDEV_AMP_FLAG,
2998 .info = snd_hda_mixer_amp_switch_info,
2999 .get = snd_hda_mixer_amp_switch_get,
3000 .put = alc268_beep_switch_put,
3001 .private_value = HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT)
3002 },
f32610ed
JS
3003};
3004
1d045db9
TI
3005/* set PCBEEP vol = 0, mute connections */
3006static const struct hda_verb alc268_beep_init_verbs[] = {
3007 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3008 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3009 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3010 { }
f32610ed
JS
3011};
3012
6e72aa5f
TI
3013enum {
3014 ALC268_FIXUP_INV_DMIC,
cb766404 3015 ALC268_FIXUP_HP_EAPD,
24eff328 3016 ALC268_FIXUP_SPDIF,
6e72aa5f
TI
3017};
3018
1727a771 3019static const struct hda_fixup alc268_fixups[] = {
6e72aa5f 3020 [ALC268_FIXUP_INV_DMIC] = {
1727a771 3021 .type = HDA_FIXUP_FUNC,
9d36a7dc 3022 .v.func = alc_fixup_inv_dmic,
6e72aa5f 3023 },
cb766404 3024 [ALC268_FIXUP_HP_EAPD] = {
1727a771 3025 .type = HDA_FIXUP_VERBS,
cb766404
TI
3026 .v.verbs = (const struct hda_verb[]) {
3027 {0x15, AC_VERB_SET_EAPD_BTLENABLE, 0},
3028 {}
3029 }
3030 },
24eff328
TI
3031 [ALC268_FIXUP_SPDIF] = {
3032 .type = HDA_FIXUP_PINS,
3033 .v.pins = (const struct hda_pintbl[]) {
3034 { 0x1e, 0x014b1180 }, /* enable SPDIF out */
3035 {}
3036 }
3037 },
6e72aa5f
TI
3038};
3039
1727a771 3040static const struct hda_model_fixup alc268_fixup_models[] = {
6e72aa5f 3041 {.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
cb766404 3042 {.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
03bf11c9 3043 {.id = ALC268_FIXUP_SPDIF, .name = "spdif"},
cb766404
TI
3044 {}
3045};
3046
3047static const struct snd_pci_quirk alc268_fixup_tbl[] = {
24eff328 3048 SND_PCI_QUIRK(0x1025, 0x0139, "Acer TravelMate 6293", ALC268_FIXUP_SPDIF),
fcd8f3b1 3049 SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC),
cb766404
TI
3050 /* below is codec SSID since multiple Toshiba laptops have the
3051 * same PCI SSID 1179:ff00
3052 */
3053 SND_PCI_QUIRK(0x1179, 0xff06, "Toshiba P200", ALC268_FIXUP_HP_EAPD),
6e72aa5f
TI
3054 {}
3055};
3056
f32610ed
JS
3057/*
3058 * BIOS auto configuration
3059 */
1d045db9 3060static int alc268_parse_auto_config(struct hda_codec *codec)
f32610ed 3061{
3e6179b8 3062 static const hda_nid_t alc268_ssids[] = { 0x15, 0x1b, 0x14, 0 };
7504b6cd 3063 return alc_parse_auto_config(codec, NULL, alc268_ssids);
f32610ed
JS
3064}
3065
1d045db9
TI
3066/*
3067 */
1d045db9 3068static int patch_alc268(struct hda_codec *codec)
f32610ed
JS
3069{
3070 struct alc_spec *spec;
a5cb463a 3071 int i, err;
f32610ed 3072
1d045db9 3073 /* ALC268 has no aa-loopback mixer */
3de95173
TI
3074 err = alc_alloc_spec(codec, 0);
3075 if (err < 0)
3076 return err;
3077
3078 spec = codec->spec;
2722b535
TI
3079 if (has_cdefine_beep(codec))
3080 spec->gen.beep_nid = 0x01;
1f0f4b80 3081
225068ab
TI
3082 spec->shutup = alc_eapd_shutup;
3083
c9af753f
TI
3084 alc_pre_init(codec);
3085
1727a771
TI
3086 snd_hda_pick_fixup(codec, alc268_fixup_models, alc268_fixup_tbl, alc268_fixups);
3087 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
6e72aa5f 3088
6ebb8053
TI
3089 /* automatic parse from the BIOS config */
3090 err = alc268_parse_auto_config(codec);
e16fb6d1
TI
3091 if (err < 0)
3092 goto error;
f32610ed 3093
7504b6cd
TI
3094 if (err > 0 && !spec->gen.no_analog &&
3095 spec->gen.autocfg.speaker_pins[0] != 0x1d) {
a5cb463a
TI
3096 for (i = 0; i < ARRAY_SIZE(alc268_beep_mixer); i++) {
3097 if (!snd_hda_gen_add_kctl(&spec->gen, NULL,
3098 &alc268_beep_mixer[i])) {
3099 err = -ENOMEM;
3100 goto error;
3101 }
3102 }
7504b6cd 3103 snd_hda_add_verbs(codec, alc268_beep_init_verbs);
1d045db9
TI
3104 if (!query_amp_caps(codec, 0x1d, HDA_INPUT))
3105 /* override the amp caps for beep generator */
3106 snd_hda_override_amp_caps(codec, 0x1d, HDA_INPUT,
3107 (0x0c << AC_AMPCAP_OFFSET_SHIFT) |
3108 (0x0c << AC_AMPCAP_NUM_STEPS_SHIFT) |
3109 (0x07 << AC_AMPCAP_STEP_SIZE_SHIFT) |
3110 (0 << AC_AMPCAP_MUTE_SHIFT));
2f893286
KY
3111 }
3112
1727a771 3113 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
6e72aa5f 3114
f32610ed 3115 return 0;
e16fb6d1
TI
3116
3117 error:
3118 alc_free(codec);
3119 return err;
f32610ed
JS
3120}
3121
bc9f98a9 3122/*
1d045db9 3123 * ALC269
bc9f98a9 3124 */
08c189f2 3125
1d045db9 3126static const struct hda_pcm_stream alc269_44k_pcm_analog_playback = {
1d045db9 3127 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9
KY
3128};
3129
1d045db9 3130static const struct hda_pcm_stream alc269_44k_pcm_analog_capture = {
1d045db9 3131 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9 3132};
291702f0 3133
1d045db9
TI
3134/* different alc269-variants */
3135enum {
3136 ALC269_TYPE_ALC269VA,
3137 ALC269_TYPE_ALC269VB,
3138 ALC269_TYPE_ALC269VC,
adcc70b2 3139 ALC269_TYPE_ALC269VD,
065380f0
KY
3140 ALC269_TYPE_ALC280,
3141 ALC269_TYPE_ALC282,
2af02be7 3142 ALC269_TYPE_ALC283,
065380f0 3143 ALC269_TYPE_ALC284,
4731d5de 3144 ALC269_TYPE_ALC293,
7fc7d047 3145 ALC269_TYPE_ALC286,
506b62c3 3146 ALC269_TYPE_ALC298,
1d04c9de 3147 ALC269_TYPE_ALC255,
4344aec8 3148 ALC269_TYPE_ALC256,
f429e7e4 3149 ALC269_TYPE_ALC257,
0a6f0600 3150 ALC269_TYPE_ALC215,
4231430d 3151 ALC269_TYPE_ALC225,
60571929 3152 ALC269_TYPE_ALC245,
99cee034 3153 ALC269_TYPE_ALC287,
dcd4f0db 3154 ALC269_TYPE_ALC294,
1078bef0 3155 ALC269_TYPE_ALC300,
f0778871 3156 ALC269_TYPE_ALC623,
6fbae35a 3157 ALC269_TYPE_ALC700,
bc9f98a9
KY
3158};
3159
3160/*
1d045db9 3161 * BIOS auto configuration
bc9f98a9 3162 */
1d045db9
TI
3163static int alc269_parse_auto_config(struct hda_codec *codec)
3164{
1d045db9 3165 static const hda_nid_t alc269_ignore[] = { 0x1d, 0 };
3e6179b8
TI
3166 static const hda_nid_t alc269_ssids[] = { 0, 0x1b, 0x14, 0x21 };
3167 static const hda_nid_t alc269va_ssids[] = { 0x15, 0x1b, 0x14, 0 };
3168 struct alc_spec *spec = codec->spec;
adcc70b2
KY
3169 const hda_nid_t *ssids;
3170
3171 switch (spec->codec_variant) {
3172 case ALC269_TYPE_ALC269VA:
3173 case ALC269_TYPE_ALC269VC:
065380f0
KY
3174 case ALC269_TYPE_ALC280:
3175 case ALC269_TYPE_ALC284:
4731d5de 3176 case ALC269_TYPE_ALC293:
adcc70b2
KY
3177 ssids = alc269va_ssids;
3178 break;
3179 case ALC269_TYPE_ALC269VB:
3180 case ALC269_TYPE_ALC269VD:
065380f0 3181 case ALC269_TYPE_ALC282:
2af02be7 3182 case ALC269_TYPE_ALC283:
7fc7d047 3183 case ALC269_TYPE_ALC286:
506b62c3 3184 case ALC269_TYPE_ALC298:
1d04c9de 3185 case ALC269_TYPE_ALC255:
4344aec8 3186 case ALC269_TYPE_ALC256:
f429e7e4 3187 case ALC269_TYPE_ALC257:
0a6f0600 3188 case ALC269_TYPE_ALC215:
4231430d 3189 case ALC269_TYPE_ALC225:
60571929 3190 case ALC269_TYPE_ALC245:
99cee034 3191 case ALC269_TYPE_ALC287:
dcd4f0db 3192 case ALC269_TYPE_ALC294:
1078bef0 3193 case ALC269_TYPE_ALC300:
f0778871 3194 case ALC269_TYPE_ALC623:
6fbae35a 3195 case ALC269_TYPE_ALC700:
adcc70b2
KY
3196 ssids = alc269_ssids;
3197 break;
3198 default:
3199 ssids = alc269_ssids;
3200 break;
3201 }
bc9f98a9 3202
3e6179b8 3203 return alc_parse_auto_config(codec, alc269_ignore, ssids);
1d045db9 3204}
bc9f98a9 3205
476c02e0
HW
3206static const struct hda_jack_keymap alc_headset_btn_keymap[] = {
3207 { SND_JACK_BTN_0, KEY_PLAYPAUSE },
3208 { SND_JACK_BTN_1, KEY_VOICECOMMAND },
3209 { SND_JACK_BTN_2, KEY_VOLUMEUP },
3210 { SND_JACK_BTN_3, KEY_VOLUMEDOWN },
3211 {}
3212};
3213
3214static void alc_headset_btn_callback(struct hda_codec *codec,
3215 struct hda_jack_callback *jack)
3216{
3217 int report = 0;
3218
3219 if (jack->unsol_res & (7 << 13))
3220 report |= SND_JACK_BTN_0;
3221
3222 if (jack->unsol_res & (1 << 16 | 3 << 8))
3223 report |= SND_JACK_BTN_1;
3224
3225 /* Volume up key */
3226 if (jack->unsol_res & (7 << 23))
3227 report |= SND_JACK_BTN_2;
3228
3229 /* Volume down key */
3230 if (jack->unsol_res & (7 << 10))
3231 report |= SND_JACK_BTN_3;
3232
04f7791b 3233 snd_hda_jack_set_button_state(codec, jack->nid, report);
476c02e0
HW
3234}
3235
3236static void alc_disable_headset_jack_key(struct hda_codec *codec)
3237{
3238 struct alc_spec *spec = codec->spec;
3239
3240 if (!spec->has_hs_key)
3241 return;
3242
3243 switch (codec->core.vendor_id) {
3244 case 0x10ec0215:
3245 case 0x10ec0225:
3246 case 0x10ec0285:
c72b9bfe 3247 case 0x10ec0287:
476c02e0
HW
3248 case 0x10ec0295:
3249 case 0x10ec0289:
3250 case 0x10ec0299:
3251 alc_write_coef_idx(codec, 0x48, 0x0);
3252 alc_update_coef_idx(codec, 0x49, 0x0045, 0x0);
3253 alc_update_coef_idx(codec, 0x44, 0x0045 << 8, 0x0);
3254 break;
1948fc06 3255 case 0x10ec0230:
476c02e0
HW
3256 case 0x10ec0236:
3257 case 0x10ec0256:
527f4643 3258 case 0x19e58326:
476c02e0
HW
3259 alc_write_coef_idx(codec, 0x48, 0x0);
3260 alc_update_coef_idx(codec, 0x49, 0x0045, 0x0);
3261 break;
3262 }
3263}
3264
3265static void alc_enable_headset_jack_key(struct hda_codec *codec)
3266{
3267 struct alc_spec *spec = codec->spec;
3268
3269 if (!spec->has_hs_key)
3270 return;
3271
3272 switch (codec->core.vendor_id) {
3273 case 0x10ec0215:
3274 case 0x10ec0225:
3275 case 0x10ec0285:
c72b9bfe 3276 case 0x10ec0287:
476c02e0
HW
3277 case 0x10ec0295:
3278 case 0x10ec0289:
3279 case 0x10ec0299:
3280 alc_write_coef_idx(codec, 0x48, 0xd011);
3281 alc_update_coef_idx(codec, 0x49, 0x007f, 0x0045);
3282 alc_update_coef_idx(codec, 0x44, 0x007f << 8, 0x0045 << 8);
3283 break;
1948fc06 3284 case 0x10ec0230:
476c02e0
HW
3285 case 0x10ec0236:
3286 case 0x10ec0256:
527f4643 3287 case 0x19e58326:
476c02e0
HW
3288 alc_write_coef_idx(codec, 0x48, 0xd011);
3289 alc_update_coef_idx(codec, 0x49, 0x007f, 0x0045);
3290 break;
3291 }
3292}
3293
3294static void alc_fixup_headset_jack(struct hda_codec *codec,
3295 const struct hda_fixup *fix, int action)
3296{
3297 struct alc_spec *spec = codec->spec;
04f7791b 3298 hda_nid_t hp_pin;
476c02e0
HW
3299
3300 switch (action) {
3301 case HDA_FIXUP_ACT_PRE_PROBE:
3302 spec->has_hs_key = 1;
3303 snd_hda_jack_detect_enable_callback(codec, 0x55,
3304 alc_headset_btn_callback);
476c02e0 3305 break;
04f7791b
HW
3306 case HDA_FIXUP_ACT_BUILD:
3307 hp_pin = alc_get_hp_pin(spec);
3308 if (!hp_pin || snd_hda_jack_bind_keymap(codec, 0x55,
3309 alc_headset_btn_keymap,
3310 hp_pin))
3311 snd_hda_jack_add_kctl(codec, 0x55, "Headset Jack",
3312 false, SND_JACK_HEADSET,
3313 alc_headset_btn_keymap);
3314
476c02e0
HW
3315 alc_enable_headset_jack_key(codec);
3316 break;
3317 }
3318}
3319
1387e2d1 3320static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up)
1d045db9 3321{
98b24883 3322 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0);
1d045db9 3323}
291702f0 3324
1d045db9
TI
3325static void alc269_shutup(struct hda_codec *codec)
3326{
adcc70b2
KY
3327 struct alc_spec *spec = codec->spec;
3328
1387e2d1
KY
3329 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3330 alc269vb_toggle_power_output(codec, 0);
3331 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
3332 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
3333 msleep(150);
3334 }
c0ca5ece 3335 alc_shutup_pins(codec);
1d045db9 3336}
291702f0 3337
6b0f95c4 3338static const struct coef_fw alc282_coefs[] = {
54db6c39 3339 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
32fa7e49 3340 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
3341 WRITE_COEF(0x07, 0x0200), /* DMIC control */
3342 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
3343 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
3344 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
3345 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
3346 WRITE_COEF(0x0e, 0x6e00), /* LDO1/2/3, DAC/ADC */
3347 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
3348 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
3349 WRITE_COEF(0x6f, 0x0), /* Class D test 4 */
3350 UPDATE_COEF(0x0c, 0xfe00, 0), /* IO power down directly */
3351 WRITE_COEF(0x34, 0xa0c0), /* ANC */
3352 UPDATE_COEF(0x16, 0x0008, 0), /* AGC MUX */
3353 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
3354 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
3355 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
3356 WRITE_COEF(0x63, 0x2902), /* PLL */
3357 WRITE_COEF(0x68, 0xa080), /* capless control 2 */
3358 WRITE_COEF(0x69, 0x3400), /* capless control 3 */
3359 WRITE_COEF(0x6a, 0x2f3e), /* capless control 4 */
3360 WRITE_COEF(0x6b, 0x0), /* capless control 5 */
3361 UPDATE_COEF(0x6d, 0x0fff, 0x0900), /* class D test 2 */
3362 WRITE_COEF(0x6e, 0x110a), /* class D test 3 */
3363 UPDATE_COEF(0x70, 0x00f8, 0x00d8), /* class D test 5 */
3364 WRITE_COEF(0x71, 0x0014), /* class D test 6 */
3365 WRITE_COEF(0x72, 0xc2ba), /* classD OCP */
3366 UPDATE_COEF(0x77, 0x0f80, 0), /* classD pure DC test */
3367 WRITE_COEF(0x6c, 0xfc06), /* Class D amp control */
3368 {}
3369};
3370
cb149cb3
KY
3371static void alc282_restore_default_value(struct hda_codec *codec)
3372{
54db6c39 3373 alc_process_coef_fw(codec, alc282_coefs);
cb149cb3
KY
3374}
3375
7b5c7a02
KY
3376static void alc282_init(struct hda_codec *codec)
3377{
3378 struct alc_spec *spec = codec->spec;
35a39f98 3379 hda_nid_t hp_pin = alc_get_hp_pin(spec);
7b5c7a02
KY
3380 bool hp_pin_sense;
3381 int coef78;
3382
cb149cb3
KY
3383 alc282_restore_default_value(codec);
3384
7b5c7a02
KY
3385 if (!hp_pin)
3386 return;
3387 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3388 coef78 = alc_read_coef_idx(codec, 0x78);
3389
3390 /* Index 0x78 Direct Drive HP AMP LPM Control 1 */
3391 /* Headphone capless set to high power mode */
3392 alc_write_coef_idx(codec, 0x78, 0x9004);
3393
3394 if (hp_pin_sense)
3395 msleep(2);
3396
3397 snd_hda_codec_write(codec, hp_pin, 0,
3398 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3399
3400 if (hp_pin_sense)
3401 msleep(85);
3402
3403 snd_hda_codec_write(codec, hp_pin, 0,
3404 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3405
3406 if (hp_pin_sense)
3407 msleep(100);
3408
3409 /* Headphone capless set to normal mode */
3410 alc_write_coef_idx(codec, 0x78, coef78);
3411}
3412
3413static void alc282_shutup(struct hda_codec *codec)
3414{
3415 struct alc_spec *spec = codec->spec;
35a39f98 3416 hda_nid_t hp_pin = alc_get_hp_pin(spec);
7b5c7a02
KY
3417 bool hp_pin_sense;
3418 int coef78;
3419
3420 if (!hp_pin) {
3421 alc269_shutup(codec);
3422 return;
3423 }
3424
3425 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3426 coef78 = alc_read_coef_idx(codec, 0x78);
3427 alc_write_coef_idx(codec, 0x78, 0x9004);
3428
3429 if (hp_pin_sense)
3430 msleep(2);
3431
3432 snd_hda_codec_write(codec, hp_pin, 0,
3433 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3434
3435 if (hp_pin_sense)
3436 msleep(85);
3437
c0ca5ece
TI
3438 if (!spec->no_shutup_pins)
3439 snd_hda_codec_write(codec, hp_pin, 0,
3440 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
7b5c7a02
KY
3441
3442 if (hp_pin_sense)
3443 msleep(100);
3444
3445 alc_auto_setup_eapd(codec, false);
c0ca5ece 3446 alc_shutup_pins(codec);
7b5c7a02
KY
3447 alc_write_coef_idx(codec, 0x78, coef78);
3448}
3449
6b0f95c4 3450static const struct coef_fw alc283_coefs[] = {
54db6c39 3451 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
56779864 3452 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
3453 WRITE_COEF(0x07, 0x0200), /* DMIC control */
3454 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
3455 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
3456 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
3457 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
3458 WRITE_COEF(0x0e, 0x6fc0), /* LDO1/2/3, DAC/ADC */
3459 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
3460 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
3461 WRITE_COEF(0x3a, 0x0), /* Class D test 4 */
3462 UPDATE_COEF(0x0c, 0xfe00, 0x0), /* IO power down directly */
3463 WRITE_COEF(0x22, 0xa0c0), /* ANC */
3464 UPDATE_COEFEX(0x53, 0x01, 0x000f, 0x0008), /* AGC MUX */
3465 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
3466 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
3467 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
3468 WRITE_COEF(0x2e, 0x2902), /* PLL */
3469 WRITE_COEF(0x33, 0xa080), /* capless control 2 */
3470 WRITE_COEF(0x34, 0x3400), /* capless control 3 */
3471 WRITE_COEF(0x35, 0x2f3e), /* capless control 4 */
3472 WRITE_COEF(0x36, 0x0), /* capless control 5 */
3473 UPDATE_COEF(0x38, 0x0fff, 0x0900), /* class D test 2 */
3474 WRITE_COEF(0x39, 0x110a), /* class D test 3 */
3475 UPDATE_COEF(0x3b, 0x00f8, 0x00d8), /* class D test 5 */
3476 WRITE_COEF(0x3c, 0x0014), /* class D test 6 */
3477 WRITE_COEF(0x3d, 0xc2ba), /* classD OCP */
3478 UPDATE_COEF(0x42, 0x0f80, 0x0), /* classD pure DC test */
3479 WRITE_COEF(0x49, 0x0), /* test mode */
3480 UPDATE_COEF(0x40, 0xf800, 0x9800), /* Class D DC enable */
3481 UPDATE_COEF(0x42, 0xf000, 0x2000), /* DC offset */
3482 WRITE_COEF(0x37, 0xfc06), /* Class D amp control */
56779864 3483 UPDATE_COEF(0x1b, 0x8000, 0), /* HP JD control */
54db6c39
TI
3484 {}
3485};
3486
6bd55b04
KY
3487static void alc283_restore_default_value(struct hda_codec *codec)
3488{
54db6c39 3489 alc_process_coef_fw(codec, alc283_coefs);
6bd55b04
KY
3490}
3491
2af02be7
KY
3492static void alc283_init(struct hda_codec *codec)
3493{
3494 struct alc_spec *spec = codec->spec;
35a39f98 3495 hda_nid_t hp_pin = alc_get_hp_pin(spec);
2af02be7 3496 bool hp_pin_sense;
2af02be7 3497
6bd55b04
KY
3498 alc283_restore_default_value(codec);
3499
2af02be7
KY
3500 if (!hp_pin)
3501 return;
a59d7199
KY
3502
3503 msleep(30);
2af02be7
KY
3504 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3505
3506 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */
3507 /* Headphone capless set to high power mode */
3508 alc_write_coef_idx(codec, 0x43, 0x9004);
3509
3510 snd_hda_codec_write(codec, hp_pin, 0,
3511 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3512
3513 if (hp_pin_sense)
3514 msleep(85);
3515
3516 snd_hda_codec_write(codec, hp_pin, 0,
3517 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3518
3519 if (hp_pin_sense)
3520 msleep(85);
3521 /* Index 0x46 Combo jack auto switch control 2 */
3522 /* 3k pull low control for Headset jack. */
98b24883 3523 alc_update_coef_idx(codec, 0x46, 3 << 12, 0);
2af02be7
KY
3524 /* Headphone capless set to normal mode */
3525 alc_write_coef_idx(codec, 0x43, 0x9614);
3526}
3527
3528static void alc283_shutup(struct hda_codec *codec)
3529{
3530 struct alc_spec *spec = codec->spec;
35a39f98 3531 hda_nid_t hp_pin = alc_get_hp_pin(spec);
2af02be7 3532 bool hp_pin_sense;
2af02be7
KY
3533
3534 if (!hp_pin) {
3535 alc269_shutup(codec);
3536 return;
3537 }
3538
3539 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3540
3541 alc_write_coef_idx(codec, 0x43, 0x9004);
3542
b450b17c
HP
3543 /*depop hp during suspend*/
3544 alc_write_coef_idx(codec, 0x06, 0x2100);
3545
2af02be7
KY
3546 snd_hda_codec_write(codec, hp_pin, 0,
3547 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3548
3549 if (hp_pin_sense)
88011c09 3550 msleep(100);
2af02be7 3551
c0ca5ece
TI
3552 if (!spec->no_shutup_pins)
3553 snd_hda_codec_write(codec, hp_pin, 0,
3554 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
2af02be7 3555
98b24883 3556 alc_update_coef_idx(codec, 0x46, 0, 3 << 12);
2af02be7
KY
3557
3558 if (hp_pin_sense)
88011c09 3559 msleep(100);
0435b3ff 3560 alc_auto_setup_eapd(codec, false);
c0ca5ece 3561 alc_shutup_pins(codec);
2af02be7
KY
3562 alc_write_coef_idx(codec, 0x43, 0x9614);
3563}
3564
4a219ef8
KY
3565static void alc256_init(struct hda_codec *codec)
3566{
3567 struct alc_spec *spec = codec->spec;
35a39f98 3568 hda_nid_t hp_pin = alc_get_hp_pin(spec);
4a219ef8
KY
3569 bool hp_pin_sense;
3570
1f680609
YY
3571 if (spec->ultra_low_power) {
3572 alc_update_coef_idx(codec, 0x03, 1<<1, 1<<1);
3573 alc_update_coef_idx(codec, 0x08, 3<<2, 3<<2);
3574 alc_update_coef_idx(codec, 0x08, 7<<4, 0);
3575 alc_update_coef_idx(codec, 0x3b, 1<<15, 0);
3576 alc_update_coef_idx(codec, 0x0e, 7<<6, 7<<6);
3577 msleep(30);
3578 }
3579
4a219ef8 3580 if (!hp_pin)
6447c962 3581 hp_pin = 0x21;
4a219ef8
KY
3582
3583 msleep(30);
3584
3585 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3586
3587 if (hp_pin_sense)
3588 msleep(2);
3589
3590 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
3591
3592 snd_hda_codec_write(codec, hp_pin, 0,
3593 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3594
6447c962 3595 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3596 msleep(85);
3597
3598 snd_hda_codec_write(codec, hp_pin, 0,
3599 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3600
6447c962 3601 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3602 msleep(100);
3603
3604 alc_update_coef_idx(codec, 0x46, 3 << 12, 0);
3605 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
88d42b2b
KY
3606 alc_update_coefex_idx(codec, 0x53, 0x02, 0x8000, 1 << 15); /* Clear bit */
3607 alc_update_coefex_idx(codec, 0x53, 0x02, 0x8000, 0 << 15);
c4473744
TH
3608 /*
3609 * Expose headphone mic (or possibly Line In on some machines) instead
3610 * of PC Beep on 1Ah, and disable 1Ah loopback for all outputs. See
3611 * Documentation/sound/hd-audio/realtek-pc-beep.rst for details of
3612 * this register.
3613 */
3614 alc_write_coef_idx(codec, 0x36, 0x5757);
4a219ef8
KY
3615}
3616
3617static void alc256_shutup(struct hda_codec *codec)
3618{
3619 struct alc_spec *spec = codec->spec;
35a39f98 3620 hda_nid_t hp_pin = alc_get_hp_pin(spec);
4a219ef8
KY
3621 bool hp_pin_sense;
3622
6447c962
KY
3623 if (!hp_pin)
3624 hp_pin = 0x21;
4a219ef8 3625
69ea4c9d 3626 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
4a219ef8
KY
3627 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3628
3629 if (hp_pin_sense)
3630 msleep(2);
3631
3632 snd_hda_codec_write(codec, hp_pin, 0,
3633 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3634
6447c962 3635 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3636 msleep(85);
3637
1c9609e3
TI
3638 /* 3k pull low control for Headset jack. */
3639 /* NOTE: call this before clearing the pin, otherwise codec stalls */
3f742490
HW
3640 /* If disable 3k pulldown control for alc257, the Mic detection will not work correctly
3641 * when booting with headset plugged. So skip setting it for the codec alc257
3642 */
69ea4c9d 3643 if (spec->en_3kpull_low)
3f742490 3644 alc_update_coef_idx(codec, 0x46, 0, 3 << 12);
1c9609e3 3645
c0ca5ece
TI
3646 if (!spec->no_shutup_pins)
3647 snd_hda_codec_write(codec, hp_pin, 0,
3648 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
4a219ef8 3649
6447c962 3650 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3651 msleep(100);
3652
3653 alc_auto_setup_eapd(codec, false);
c0ca5ece 3654 alc_shutup_pins(codec);
6447c962
KY
3655 if (spec->ultra_low_power) {
3656 msleep(50);
3657 alc_update_coef_idx(codec, 0x03, 1<<1, 0);
3658 alc_update_coef_idx(codec, 0x08, 7<<4, 7<<4);
3659 alc_update_coef_idx(codec, 0x08, 3<<2, 0);
3660 alc_update_coef_idx(codec, 0x3b, 1<<15, 1<<15);
3661 alc_update_coef_idx(codec, 0x0e, 7<<6, 0);
3662 msleep(30);
3663 }
4a219ef8
KY
3664}
3665
3c24e483
KY
3666static void alc285_hp_init(struct hda_codec *codec)
3667{
3668 struct alc_spec *spec = codec->spec;
3669 hda_nid_t hp_pin = alc_get_hp_pin(spec);
3670 int i, val;
3671 int coef38, coef0d, coef36;
3672
3673 alc_update_coef_idx(codec, 0x4a, 1<<15, 1<<15); /* Reset HP JD */
3674 coef38 = alc_read_coef_idx(codec, 0x38); /* Amp control */
3675 coef0d = alc_read_coef_idx(codec, 0x0d); /* Digital Misc control */
3676 coef36 = alc_read_coef_idx(codec, 0x36); /* Passthrough Control */
3677 alc_update_coef_idx(codec, 0x38, 1<<4, 0x0);
3678 alc_update_coef_idx(codec, 0x0d, 0x110, 0x0);
3679
3680 alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
3681
3682 if (hp_pin)
3683 snd_hda_codec_write(codec, hp_pin, 0,
3684 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3685
3686 msleep(130);
3687 alc_update_coef_idx(codec, 0x36, 1<<14, 1<<14);
3688 alc_update_coef_idx(codec, 0x36, 1<<13, 0x0);
3689
3690 if (hp_pin)
3691 snd_hda_codec_write(codec, hp_pin, 0,
3692 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3693 msleep(10);
3694 alc_write_coef_idx(codec, 0x67, 0x0); /* Set HP depop to manual mode */
3695 alc_write_coefex_idx(codec, 0x58, 0x00, 0x7880);
3696 alc_write_coefex_idx(codec, 0x58, 0x0f, 0xf049);
3697 alc_update_coefex_idx(codec, 0x58, 0x03, 0x00f0, 0x00c0);
3698
3699 alc_write_coefex_idx(codec, 0x58, 0x00, 0xf888); /* HP depop procedure start */
3700 val = alc_read_coefex_idx(codec, 0x58, 0x00);
3701 for (i = 0; i < 20 && val & 0x8000; i++) {
3702 msleep(50);
3703 val = alc_read_coefex_idx(codec, 0x58, 0x00);
3704 } /* Wait for depop procedure finish */
3705
3706 alc_write_coefex_idx(codec, 0x58, 0x00, val); /* write back the result */
3707 alc_update_coef_idx(codec, 0x38, 1<<4, coef38);
3708 alc_update_coef_idx(codec, 0x0d, 0x110, coef0d);
3709 alc_update_coef_idx(codec, 0x36, 3<<13, coef36);
3710
3711 msleep(50);
3712 alc_update_coef_idx(codec, 0x4a, 1<<15, 0);
3713}
3714
da911b1f
KY
3715static void alc225_init(struct hda_codec *codec)
3716{
3717 struct alc_spec *spec = codec->spec;
35a39f98 3718 hda_nid_t hp_pin = alc_get_hp_pin(spec);
da911b1f
KY
3719 bool hp1_pin_sense, hp2_pin_sense;
3720
1f680609
YY
3721 if (spec->ultra_low_power) {
3722 alc_update_coef_idx(codec, 0x08, 0x0f << 2, 3<<2);
3723 alc_update_coef_idx(codec, 0x0e, 7<<6, 7<<6);
3724 alc_update_coef_idx(codec, 0x33, 1<<11, 0);
3725 msleep(30);
3726 }
3727
60571929
KY
3728 if (spec->codec_variant != ALC269_TYPE_ALC287 &&
3729 spec->codec_variant != ALC269_TYPE_ALC245)
3c24e483
KY
3730 /* required only at boot or S3 and S4 resume time */
3731 if (!spec->done_hp_init ||
3732 is_s3_resume(codec) ||
3733 is_s4_resume(codec)) {
3734 alc285_hp_init(codec);
3735 spec->done_hp_init = true;
3736 }
3737
da911b1f 3738 if (!hp_pin)
d3ba58bb 3739 hp_pin = 0x21;
da911b1f
KY
3740 msleep(30);
3741
3742 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3743 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16);
3744
3745 if (hp1_pin_sense || hp2_pin_sense)
3746 msleep(2);
3747
3748 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
3749
d3ba58bb 3750 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3751 snd_hda_codec_write(codec, hp_pin, 0,
3752 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3753 if (hp2_pin_sense)
3754 snd_hda_codec_write(codec, 0x16, 0,
3755 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3756
d3ba58bb 3757 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3758 msleep(85);
3759
d3ba58bb 3760 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3761 snd_hda_codec_write(codec, hp_pin, 0,
3762 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3763 if (hp2_pin_sense)
3764 snd_hda_codec_write(codec, 0x16, 0,
3765 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3766
d3ba58bb 3767 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3768 msleep(100);
3769
3770 alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
3771 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
3772}
3773
3774static void alc225_shutup(struct hda_codec *codec)
3775{
3776 struct alc_spec *spec = codec->spec;
35a39f98 3777 hda_nid_t hp_pin = alc_get_hp_pin(spec);
da911b1f
KY
3778 bool hp1_pin_sense, hp2_pin_sense;
3779
d3ba58bb
KY
3780 if (!hp_pin)
3781 hp_pin = 0x21;
476c02e0
HW
3782
3783 alc_disable_headset_jack_key(codec);
da911b1f
KY
3784 /* 3k pull low control for Headset jack. */
3785 alc_update_coef_idx(codec, 0x4a, 0, 3 << 10);
3786
3787 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3788 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16);
3789
3790 if (hp1_pin_sense || hp2_pin_sense)
3791 msleep(2);
3792
d3ba58bb 3793 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3794 snd_hda_codec_write(codec, hp_pin, 0,
3795 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3796 if (hp2_pin_sense)
3797 snd_hda_codec_write(codec, 0x16, 0,
3798 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3799
d3ba58bb 3800 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3801 msleep(85);
3802
d3ba58bb 3803 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3804 snd_hda_codec_write(codec, hp_pin, 0,
3805 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3806 if (hp2_pin_sense)
3807 snd_hda_codec_write(codec, 0x16, 0,
3808 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3809
d3ba58bb 3810 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3811 msleep(100);
3812
3813 alc_auto_setup_eapd(codec, false);
c0ca5ece 3814 alc_shutup_pins(codec);
d3ba58bb
KY
3815 if (spec->ultra_low_power) {
3816 msleep(50);
3817 alc_update_coef_idx(codec, 0x08, 0x0f << 2, 0x0c << 2);
3818 alc_update_coef_idx(codec, 0x0e, 7<<6, 0);
3819 alc_update_coef_idx(codec, 0x33, 1<<11, 1<<11);
3820 alc_update_coef_idx(codec, 0x4a, 3<<4, 2<<4);
3821 msleep(30);
3822 }
476c02e0
HW
3823
3824 alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
3825 alc_enable_headset_jack_key(codec);
da911b1f
KY
3826}
3827
c2d6af53
KY
3828static void alc_default_init(struct hda_codec *codec)
3829{
3830 struct alc_spec *spec = codec->spec;
35a39f98 3831 hda_nid_t hp_pin = alc_get_hp_pin(spec);
c2d6af53
KY
3832 bool hp_pin_sense;
3833
3834 if (!hp_pin)
3835 return;
3836
3837 msleep(30);
3838
3839 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3840
3841 if (hp_pin_sense)
3842 msleep(2);
3843
3844 snd_hda_codec_write(codec, hp_pin, 0,
3845 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3846
3847 if (hp_pin_sense)
3848 msleep(85);
3849
3850 snd_hda_codec_write(codec, hp_pin, 0,
3851 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3852
3853 if (hp_pin_sense)
3854 msleep(100);
3855}
3856
3857static void alc_default_shutup(struct hda_codec *codec)
3858{
3859 struct alc_spec *spec = codec->spec;
35a39f98 3860 hda_nid_t hp_pin = alc_get_hp_pin(spec);
c2d6af53
KY
3861 bool hp_pin_sense;
3862
3863 if (!hp_pin) {
3864 alc269_shutup(codec);
3865 return;
3866 }
3867
3868 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3869
3870 if (hp_pin_sense)
3871 msleep(2);
3872
3873 snd_hda_codec_write(codec, hp_pin, 0,
3874 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3875
3876 if (hp_pin_sense)
3877 msleep(85);
3878
c0ca5ece
TI
3879 if (!spec->no_shutup_pins)
3880 snd_hda_codec_write(codec, hp_pin, 0,
3881 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
c2d6af53
KY
3882
3883 if (hp_pin_sense)
3884 msleep(100);
3885
3886 alc_auto_setup_eapd(codec, false);
c0ca5ece 3887 alc_shutup_pins(codec);
c2d6af53
KY
3888}
3889
693abe11
KY
3890static void alc294_hp_init(struct hda_codec *codec)
3891{
3892 struct alc_spec *spec = codec->spec;
35a39f98 3893 hda_nid_t hp_pin = alc_get_hp_pin(spec);
693abe11
KY
3894 int i, val;
3895
3896 if (!hp_pin)
3897 return;
3898
3899 snd_hda_codec_write(codec, hp_pin, 0,
3900 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3901
3902 msleep(100);
3903
c0ca5ece
TI
3904 if (!spec->no_shutup_pins)
3905 snd_hda_codec_write(codec, hp_pin, 0,
3906 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
693abe11
KY
3907
3908 alc_update_coef_idx(codec, 0x6f, 0x000f, 0);/* Set HP depop to manual mode */
3909 alc_update_coefex_idx(codec, 0x58, 0x00, 0x8000, 0x8000); /* HP depop procedure start */
3910
3911 /* Wait for depop procedure finish */
3912 val = alc_read_coefex_idx(codec, 0x58, 0x01);
3913 for (i = 0; i < 20 && val & 0x0080; i++) {
3914 msleep(50);
3915 val = alc_read_coefex_idx(codec, 0x58, 0x01);
3916 }
3917 /* Set HP depop to auto mode */
3918 alc_update_coef_idx(codec, 0x6f, 0x000f, 0x000b);
3919 msleep(50);
3920}
3921
3922static void alc294_init(struct hda_codec *codec)
3923{
3924 struct alc_spec *spec = codec->spec;
3925
f6ef4e0e
TI
3926 /* required only at boot or S4 resume time */
3927 if (!spec->done_hp_init ||
3928 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) {
693abe11
KY
3929 alc294_hp_init(codec);
3930 spec->done_hp_init = true;
3931 }
3932 alc_default_init(codec);
3933}
3934
ad60d502
KY
3935static void alc5505_coef_set(struct hda_codec *codec, unsigned int index_reg,
3936 unsigned int val)
3937{
3938 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3939 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val & 0xffff); /* LSB */
3940 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val >> 16); /* MSB */
3941}
3942
3943static int alc5505_coef_get(struct hda_codec *codec, unsigned int index_reg)
3944{
3945 unsigned int val;
3946
3947 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3948 val = snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3949 & 0xffff;
3950 val |= snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3951 << 16;
3952 return val;
3953}
3954
3955static void alc5505_dsp_halt(struct hda_codec *codec)
3956{
3957 unsigned int val;
3958
3959 alc5505_coef_set(codec, 0x3000, 0x000c); /* DSP CPU stop */
3960 alc5505_coef_set(codec, 0x880c, 0x0008); /* DDR enter self refresh */
3961 alc5505_coef_set(codec, 0x61c0, 0x11110080); /* Clock control for PLL and CPU */
3962 alc5505_coef_set(codec, 0x6230, 0xfc0d4011); /* Disable Input OP */
3963 alc5505_coef_set(codec, 0x61b4, 0x040a2b03); /* Stop PLL2 */
3964 alc5505_coef_set(codec, 0x61b0, 0x00005b17); /* Stop PLL1 */
3965 alc5505_coef_set(codec, 0x61b8, 0x04133303); /* Stop PLL3 */
3966 val = alc5505_coef_get(codec, 0x6220);
3967 alc5505_coef_set(codec, 0x6220, (val | 0x3000)); /* switch Ringbuffer clock to DBUS clock */
3968}
3969
3970static void alc5505_dsp_back_from_halt(struct hda_codec *codec)
3971{
3972 alc5505_coef_set(codec, 0x61b8, 0x04133302);
3973 alc5505_coef_set(codec, 0x61b0, 0x00005b16);
3974 alc5505_coef_set(codec, 0x61b4, 0x040a2b02);
3975 alc5505_coef_set(codec, 0x6230, 0xf80d4011);
3976 alc5505_coef_set(codec, 0x6220, 0x2002010f);
3977 alc5505_coef_set(codec, 0x880c, 0x00000004);
3978}
3979
3980static void alc5505_dsp_init(struct hda_codec *codec)
3981{
3982 unsigned int val;
3983
3984 alc5505_dsp_halt(codec);
3985 alc5505_dsp_back_from_halt(codec);
3986 alc5505_coef_set(codec, 0x61b0, 0x5b14); /* PLL1 control */
3987 alc5505_coef_set(codec, 0x61b0, 0x5b16);
3988 alc5505_coef_set(codec, 0x61b4, 0x04132b00); /* PLL2 control */
3989 alc5505_coef_set(codec, 0x61b4, 0x04132b02);
3990 alc5505_coef_set(codec, 0x61b8, 0x041f3300); /* PLL3 control*/
3991 alc5505_coef_set(codec, 0x61b8, 0x041f3302);
3992 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_CODEC_RESET, 0); /* Function reset */
3993 alc5505_coef_set(codec, 0x61b8, 0x041b3302);
3994 alc5505_coef_set(codec, 0x61b8, 0x04173302);
3995 alc5505_coef_set(codec, 0x61b8, 0x04163302);
3996 alc5505_coef_set(codec, 0x8800, 0x348b328b); /* DRAM control */
3997 alc5505_coef_set(codec, 0x8808, 0x00020022); /* DRAM control */
3998 alc5505_coef_set(codec, 0x8818, 0x00000400); /* DRAM control */
3999
4000 val = alc5505_coef_get(codec, 0x6200) >> 16; /* Read revision ID */
4001 if (val <= 3)
4002 alc5505_coef_set(codec, 0x6220, 0x2002010f); /* I/O PAD Configuration */
4003 else
4004 alc5505_coef_set(codec, 0x6220, 0x6002018f);
4005
4006 alc5505_coef_set(codec, 0x61ac, 0x055525f0); /**/
4007 alc5505_coef_set(codec, 0x61c0, 0x12230080); /* Clock control */
4008 alc5505_coef_set(codec, 0x61b4, 0x040e2b02); /* PLL2 control */
4009 alc5505_coef_set(codec, 0x61bc, 0x010234f8); /* OSC Control */
4010 alc5505_coef_set(codec, 0x880c, 0x00000004); /* DRAM Function control */
4011 alc5505_coef_set(codec, 0x880c, 0x00000003);
4012 alc5505_coef_set(codec, 0x880c, 0x00000010);
cd63a5ff
TI
4013
4014#ifdef HALT_REALTEK_ALC5505
4015 alc5505_dsp_halt(codec);
4016#endif
ad60d502
KY
4017}
4018
cd63a5ff 4019#ifdef HALT_REALTEK_ALC5505
8a71821f
PLB
4020#define alc5505_dsp_suspend(codec) do { } while (0) /* NOP */
4021#define alc5505_dsp_resume(codec) do { } while (0) /* NOP */
cd63a5ff
TI
4022#else
4023#define alc5505_dsp_suspend(codec) alc5505_dsp_halt(codec)
4024#define alc5505_dsp_resume(codec) alc5505_dsp_back_from_halt(codec)
4025#endif
4026
2a43952a 4027#ifdef CONFIG_PM
ad60d502
KY
4028static int alc269_suspend(struct hda_codec *codec)
4029{
4030 struct alc_spec *spec = codec->spec;
4031
4032 if (spec->has_alc5505_dsp)
cd63a5ff 4033 alc5505_dsp_suspend(codec);
1873ebd3 4034
ad60d502
KY
4035 return alc_suspend(codec);
4036}
4037
1d045db9
TI
4038static int alc269_resume(struct hda_codec *codec)
4039{
adcc70b2
KY
4040 struct alc_spec *spec = codec->spec;
4041
1387e2d1
KY
4042 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
4043 alc269vb_toggle_power_output(codec, 0);
4044 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 4045 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
4046 msleep(150);
4047 }
8c427226 4048
1d045db9 4049 codec->patch_ops.init(codec);
f1d4e28b 4050
1387e2d1
KY
4051 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
4052 alc269vb_toggle_power_output(codec, 1);
4053 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 4054 (alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9
TI
4055 msleep(200);
4056 }
f1d4e28b 4057
1a462be5 4058 snd_hda_regmap_sync(codec);
1d045db9 4059 hda_call_check_power_status(codec, 0x01);
f475371a
HW
4060
4061 /* on some machine, the BIOS will clear the codec gpio data when enter
4062 * suspend, and won't restore the data after resume, so we restore it
4063 * in the driver.
4064 */
d261eec8
TI
4065 if (spec->gpio_data)
4066 alc_write_gpio_data(codec);
f475371a 4067
ad60d502 4068 if (spec->has_alc5505_dsp)
cd63a5ff 4069 alc5505_dsp_resume(codec);
c5177c86 4070
1d045db9
TI
4071 return 0;
4072}
2a43952a 4073#endif /* CONFIG_PM */
f1d4e28b 4074
108cc108 4075static void alc269_fixup_pincfg_no_hp_to_lineout(struct hda_codec *codec,
1727a771 4076 const struct hda_fixup *fix, int action)
108cc108
DH
4077{
4078 struct alc_spec *spec = codec->spec;
4079
1727a771 4080 if (action == HDA_FIXUP_ACT_PRE_PROBE)
108cc108
DH
4081 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
4082}
4083
fdcc968a
JMG
4084static void alc269_fixup_pincfg_U7x7_headset_mic(struct hda_codec *codec,
4085 const struct hda_fixup *fix,
4086 int action)
4087{
4088 unsigned int cfg_headphone = snd_hda_codec_get_pincfg(codec, 0x21);
4089 unsigned int cfg_headset_mic = snd_hda_codec_get_pincfg(codec, 0x19);
4090
4091 if (cfg_headphone && cfg_headset_mic == 0x411111f0)
4092 snd_hda_codec_set_pincfg(codec, 0x19,
4093 (cfg_headphone & ~AC_DEFCFG_DEVICE) |
4094 (AC_JACK_MIC_IN << AC_DEFCFG_DEVICE_SHIFT));
4095}
4096
1d045db9 4097static void alc269_fixup_hweq(struct hda_codec *codec,
1727a771 4098 const struct hda_fixup *fix, int action)
1d045db9 4099{
98b24883
TI
4100 if (action == HDA_FIXUP_ACT_INIT)
4101 alc_update_coef_idx(codec, 0x1e, 0, 0x80);
1d045db9 4102}
f1d4e28b 4103
7c478f03
DH
4104static void alc269_fixup_headset_mic(struct hda_codec *codec,
4105 const struct hda_fixup *fix, int action)
4106{
4107 struct alc_spec *spec = codec->spec;
4108
4109 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4110 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4111}
4112
1d045db9 4113static void alc271_fixup_dmic(struct hda_codec *codec,
1727a771 4114 const struct hda_fixup *fix, int action)
1d045db9
TI
4115{
4116 static const struct hda_verb verbs[] = {
4117 {0x20, AC_VERB_SET_COEF_INDEX, 0x0d},
4118 {0x20, AC_VERB_SET_PROC_COEF, 0x4000},
4119 {}
4120 };
4121 unsigned int cfg;
f1d4e28b 4122
7639a06c
TI
4123 if (strcmp(codec->core.chip_name, "ALC271X") &&
4124 strcmp(codec->core.chip_name, "ALC269VB"))
1d045db9
TI
4125 return;
4126 cfg = snd_hda_codec_get_pincfg(codec, 0x12);
4127 if (get_defcfg_connect(cfg) == AC_JACK_PORT_FIXED)
4128 snd_hda_sequence_write(codec, verbs);
4129}
f1d4e28b 4130
c8426b27
TI
4131/* Fix the speaker amp after resume, etc */
4132static void alc269vb_fixup_aspire_e1_coef(struct hda_codec *codec,
4133 const struct hda_fixup *fix,
4134 int action)
4135{
4136 if (action == HDA_FIXUP_ACT_INIT)
4137 alc_update_coef_idx(codec, 0x0d, 0x6000, 0x6000);
4138}
4139
017f2a10 4140static void alc269_fixup_pcm_44k(struct hda_codec *codec,
1727a771 4141 const struct hda_fixup *fix, int action)
017f2a10
TI
4142{
4143 struct alc_spec *spec = codec->spec;
4144
1727a771 4145 if (action != HDA_FIXUP_ACT_PROBE)
017f2a10
TI
4146 return;
4147
4148 /* Due to a hardware problem on Lenovo Ideadpad, we need to
4149 * fix the sample rate of analog I/O to 44.1kHz
4150 */
08c189f2
TI
4151 spec->gen.stream_analog_playback = &alc269_44k_pcm_analog_playback;
4152 spec->gen.stream_analog_capture = &alc269_44k_pcm_analog_capture;
017f2a10
TI
4153}
4154
adabb3ec 4155static void alc269_fixup_stereo_dmic(struct hda_codec *codec,
1727a771 4156 const struct hda_fixup *fix, int action)
adabb3ec 4157{
adabb3ec
TI
4158 /* The digital-mic unit sends PDM (differential signal) instead of
4159 * the standard PCM, thus you can't record a valid mono stream as is.
4160 * Below is a workaround specific to ALC269 to control the dmic
4161 * signal source as mono.
4162 */
98b24883
TI
4163 if (action == HDA_FIXUP_ACT_INIT)
4164 alc_update_coef_idx(codec, 0x07, 0, 0x80);
adabb3ec
TI
4165}
4166
24519911
TI
4167static void alc269_quanta_automute(struct hda_codec *codec)
4168{
08c189f2 4169 snd_hda_gen_update_outputs(codec);
24519911 4170
1687ccc8
TI
4171 alc_write_coef_idx(codec, 0x0c, 0x680);
4172 alc_write_coef_idx(codec, 0x0c, 0x480);
24519911
TI
4173}
4174
4175static void alc269_fixup_quanta_mute(struct hda_codec *codec,
1727a771 4176 const struct hda_fixup *fix, int action)
24519911
TI
4177{
4178 struct alc_spec *spec = codec->spec;
1727a771 4179 if (action != HDA_FIXUP_ACT_PROBE)
24519911 4180 return;
08c189f2 4181 spec->gen.automute_hook = alc269_quanta_automute;
24519911
TI
4182}
4183
d240d1dc 4184static void alc269_x101_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 4185 struct hda_jack_callback *jack)
d240d1dc
DH
4186{
4187 struct alc_spec *spec = codec->spec;
4188 int vref;
4189 msleep(200);
4190 snd_hda_gen_hp_automute(codec, jack);
4191
4192 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4193 msleep(100);
4194 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4195 vref);
4196 msleep(500);
4197 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4198 vref);
4199}
4200
a2ef03fe
TE
4201/*
4202 * Magic sequence to make Huawei Matebook X right speaker working (bko#197801)
4203 */
4204struct hda_alc298_mbxinit {
4205 unsigned char value_0x23;
4206 unsigned char value_0x25;
4207};
4208
4209static void alc298_huawei_mbx_stereo_seq(struct hda_codec *codec,
4210 const struct hda_alc298_mbxinit *initval,
4211 bool first)
4212{
4213 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x0);
4214 alc_write_coef_idx(codec, 0x26, 0xb000);
4215
4216 if (first)
4217 snd_hda_codec_write(codec, 0x21, 0, AC_VERB_GET_PIN_SENSE, 0x0);
4218
4219 snd_hda_codec_write(codec, 0x6, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x80);
4220 alc_write_coef_idx(codec, 0x26, 0xf000);
4221 alc_write_coef_idx(codec, 0x23, initval->value_0x23);
4222
4223 if (initval->value_0x23 != 0x1e)
4224 alc_write_coef_idx(codec, 0x25, initval->value_0x25);
4225
4226 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0x26);
4227 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_PROC_COEF, 0xb010);
4228}
4229
4230static void alc298_fixup_huawei_mbx_stereo(struct hda_codec *codec,
4231 const struct hda_fixup *fix,
4232 int action)
4233{
4234 /* Initialization magic */
4235 static const struct hda_alc298_mbxinit dac_init[] = {
4236 {0x0c, 0x00}, {0x0d, 0x00}, {0x0e, 0x00}, {0x0f, 0x00},
4237 {0x10, 0x00}, {0x1a, 0x40}, {0x1b, 0x82}, {0x1c, 0x00},
4238 {0x1d, 0x00}, {0x1e, 0x00}, {0x1f, 0x00},
4239 {0x20, 0xc2}, {0x21, 0xc8}, {0x22, 0x26}, {0x23, 0x24},
4240 {0x27, 0xff}, {0x28, 0xff}, {0x29, 0xff}, {0x2a, 0x8f},
4241 {0x2b, 0x02}, {0x2c, 0x48}, {0x2d, 0x34}, {0x2e, 0x00},
4242 {0x2f, 0x00},
4243 {0x30, 0x00}, {0x31, 0x00}, {0x32, 0x00}, {0x33, 0x00},
4244 {0x34, 0x00}, {0x35, 0x01}, {0x36, 0x93}, {0x37, 0x0c},
4245 {0x38, 0x00}, {0x39, 0x00}, {0x3a, 0xf8}, {0x38, 0x80},
4246 {}
4247 };
4248 const struct hda_alc298_mbxinit *seq;
4249
4250 if (action != HDA_FIXUP_ACT_INIT)
4251 return;
4252
4253 /* Start */
4254 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x00);
4255 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x80);
4256 alc_write_coef_idx(codec, 0x26, 0xf000);
4257 alc_write_coef_idx(codec, 0x22, 0x31);
4258 alc_write_coef_idx(codec, 0x23, 0x0b);
4259 alc_write_coef_idx(codec, 0x25, 0x00);
4260 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0x26);
4261 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_PROC_COEF, 0xb010);
4262
4263 for (seq = dac_init; seq->value_0x23; seq++)
4264 alc298_huawei_mbx_stereo_seq(codec, seq, seq == dac_init);
4265}
4266
d240d1dc
DH
4267static void alc269_fixup_x101_headset_mic(struct hda_codec *codec,
4268 const struct hda_fixup *fix, int action)
4269{
4270 struct alc_spec *spec = codec->spec;
4271 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4272 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4273 spec->gen.hp_automute_hook = alc269_x101_hp_automute_hook;
4274 }
4275}
4276
766538ac
TI
4277static void alc_update_vref_led(struct hda_codec *codec, hda_nid_t pin,
4278 bool polarity, bool on)
4279{
4280 unsigned int pinval;
4281
4282 if (!pin)
4283 return;
4284 if (polarity)
4285 on = !on;
4286 pinval = snd_hda_codec_get_pin_target(codec, pin);
4287 pinval &= ~AC_PINCTL_VREFEN;
4288 pinval |= on ? AC_PINCTL_VREF_80 : AC_PINCTL_VREF_HIZ;
4289 /* temporarily power up/down for setting VREF */
4290 snd_hda_power_up_pm(codec);
4291 snd_hda_set_pin_ctl_cache(codec, pin, pinval);
4292 snd_hda_power_down_pm(codec);
4293}
d240d1dc 4294
08fb0d0e 4295/* update mute-LED according to the speaker mute state via mic VREF pin */
8d3d1ece
TI
4296static int vref_mute_led_set(struct led_classdev *led_cdev,
4297 enum led_brightness brightness)
6d3cd5d4 4298{
8d3d1ece 4299 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
08fb0d0e 4300 struct alc_spec *spec = codec->spec;
08fb0d0e 4301
766538ac
TI
4302 alc_update_vref_led(codec, spec->mute_led_nid,
4303 spec->mute_led_polarity, brightness);
8d3d1ece 4304 return 0;
6d3cd5d4
DH
4305}
4306
d5b6b65e
DH
4307/* Make sure the led works even in runtime suspend */
4308static unsigned int led_power_filter(struct hda_codec *codec,
4309 hda_nid_t nid,
4310 unsigned int power_state)
4311{
4312 struct alc_spec *spec = codec->spec;
4313
50dd9050
HW
4314 if (power_state != AC_PWRST_D3 || nid == 0 ||
4315 (nid != spec->mute_led_nid && nid != spec->cap_mute_led_nid))
d5b6b65e
DH
4316 return power_state;
4317
4318 /* Set pin ctl again, it might have just been set to 0 */
4319 snd_hda_set_pin_ctl(codec, nid,
4320 snd_hda_codec_get_pin_target(codec, nid));
4321
cffd3966 4322 return snd_hda_gen_path_power_filter(codec, nid, power_state);
d5b6b65e
DH
4323}
4324
08fb0d0e
TI
4325static void alc269_fixup_hp_mute_led(struct hda_codec *codec,
4326 const struct hda_fixup *fix, int action)
6d3cd5d4
DH
4327{
4328 struct alc_spec *spec = codec->spec;
08fb0d0e
TI
4329 const struct dmi_device *dev = NULL;
4330
4331 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4332 return;
4333
4334 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
4335 int pol, pin;
4336 if (sscanf(dev->name, "HP_Mute_LED_%d_%x", &pol, &pin) != 2)
4337 continue;
4338 if (pin < 0x0a || pin >= 0x10)
4339 break;
4340 spec->mute_led_polarity = pol;
4341 spec->mute_led_nid = pin - 0x0a + 0x18;
8d3d1ece 4342 snd_hda_gen_add_mute_led_cdev(codec, vref_mute_led_set);
d5b6b65e 4343 codec->power_filter = led_power_filter;
4e76a883
TI
4344 codec_dbg(codec,
4345 "Detected mute LED for %x:%d\n", spec->mute_led_nid,
08fb0d0e 4346 spec->mute_led_polarity);
6d3cd5d4
DH
4347 break;
4348 }
4349}
4350
85c467dc
TI
4351static void alc269_fixup_hp_mute_led_micx(struct hda_codec *codec,
4352 const struct hda_fixup *fix,
4353 int action, hda_nid_t pin)
d06ac143
DH
4354{
4355 struct alc_spec *spec = codec->spec;
85c467dc 4356
d06ac143
DH
4357 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4358 spec->mute_led_polarity = 0;
85c467dc 4359 spec->mute_led_nid = pin;
8d3d1ece 4360 snd_hda_gen_add_mute_led_cdev(codec, vref_mute_led_set);
d5b6b65e 4361 codec->power_filter = led_power_filter;
d06ac143
DH
4362 }
4363}
4364
85c467dc
TI
4365static void alc269_fixup_hp_mute_led_mic1(struct hda_codec *codec,
4366 const struct hda_fixup *fix, int action)
4367{
4368 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x18);
4369}
4370
08fb0d0e
TI
4371static void alc269_fixup_hp_mute_led_mic2(struct hda_codec *codec,
4372 const struct hda_fixup *fix, int action)
420b0feb 4373{
85c467dc 4374 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x19);
420b0feb
TI
4375}
4376
7f783bd5
TB
4377static void alc269_fixup_hp_mute_led_mic3(struct hda_codec *codec,
4378 const struct hda_fixup *fix, int action)
4379{
85c467dc 4380 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1b);
7f783bd5
TB
4381}
4382
0f32fd19
TI
4383/* update LED status via GPIO */
4384static void alc_update_gpio_led(struct hda_codec *codec, unsigned int mask,
dbd13179 4385 int polarity, bool enabled)
9f5c6faf 4386{
dbd13179 4387 if (polarity)
0f32fd19 4388 enabled = !enabled;
d261eec8 4389 alc_update_gpio_data(codec, mask, !enabled); /* muted -> LED on */
9f5c6faf
TI
4390}
4391
0f32fd19 4392/* turn on/off mute LED via GPIO per vmaster hook */
8d3d1ece
TI
4393static int gpio_mute_led_set(struct led_classdev *led_cdev,
4394 enum led_brightness brightness)
9f5c6faf 4395{
8d3d1ece 4396 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
9f5c6faf 4397 struct alc_spec *spec = codec->spec;
9f5c6faf 4398
dbd13179 4399 alc_update_gpio_led(codec, spec->gpio_mute_led_mask,
8d3d1ece
TI
4400 spec->mute_led_polarity, !brightness);
4401 return 0;
0f32fd19 4402}
9f5c6faf 4403
0f32fd19 4404/* turn on/off mic-mute LED via GPIO per capture hook */
87dc3648
KHF
4405static int micmute_led_set(struct led_classdev *led_cdev,
4406 enum led_brightness brightness)
4407{
4408 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
4409 struct alc_spec *spec = codec->spec;
4410
4411 alc_update_gpio_led(codec, spec->gpio_mic_led_mask,
40469064 4412 spec->micmute_led_polarity, !brightness);
87dc3648
KHF
4413 return 0;
4414}
4415
01e4a275
TI
4416/* setup mute and mic-mute GPIO bits, add hooks appropriately */
4417static void alc_fixup_hp_gpio_led(struct hda_codec *codec,
4418 int action,
4419 unsigned int mute_mask,
4420 unsigned int micmute_mask)
9f5c6faf
TI
4421{
4422 struct alc_spec *spec = codec->spec;
9f5c6faf 4423
01e4a275
TI
4424 alc_fixup_gpio(codec, action, mute_mask | micmute_mask);
4425
4426 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4427 return;
4428 if (mute_mask) {
4429 spec->gpio_mute_led_mask = mute_mask;
8d3d1ece 4430 snd_hda_gen_add_mute_led_cdev(codec, gpio_mute_led_set);
01e4a275
TI
4431 }
4432 if (micmute_mask) {
4433 spec->gpio_mic_led_mask = micmute_mask;
7cdf8c49 4434 snd_hda_gen_add_micmute_led_cdev(codec, micmute_led_set);
9f5c6faf
TI
4435 }
4436}
4437
e7d66cf7
JS
4438static void alc236_fixup_hp_gpio_led(struct hda_codec *codec,
4439 const struct hda_fixup *fix, int action)
4440{
4441 alc_fixup_hp_gpio_led(codec, action, 0x02, 0x01);
4442}
4443
01e4a275 4444static void alc269_fixup_hp_gpio_led(struct hda_codec *codec,
eaa8e5ef
KY
4445 const struct hda_fixup *fix, int action)
4446{
01e4a275
TI
4447 alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
4448}
eaa8e5ef 4449
f5a88b0a
KHF
4450static void alc285_fixup_hp_gpio_led(struct hda_codec *codec,
4451 const struct hda_fixup *fix, int action)
4452{
3e0650ab 4453 alc_fixup_hp_gpio_led(codec, action, 0x04, 0x01);
f5a88b0a
KHF
4454}
4455
01e4a275
TI
4456static void alc286_fixup_hp_gpio_led(struct hda_codec *codec,
4457 const struct hda_fixup *fix, int action)
4458{
4459 alc_fixup_hp_gpio_led(codec, action, 0x02, 0x20);
9f5c6faf
TI
4460}
4461
a0ccbc53
KY
4462static void alc287_fixup_hp_gpio_led(struct hda_codec *codec,
4463 const struct hda_fixup *fix, int action)
4464{
4465 alc_fixup_hp_gpio_led(codec, action, 0x10, 0);
4466}
4467
5fc462c3
JC
4468static void alc245_fixup_hp_gpio_led(struct hda_codec *codec,
4469 const struct hda_fixup *fix, int action)
4470{
4471 struct alc_spec *spec = codec->spec;
4472
4473 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4474 spec->micmute_led_polarity = 1;
4475 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
4476}
4477
8a503555
TI
4478/* turn on/off mic-mute LED per capture hook via VREF change */
4479static int vref_micmute_led_set(struct led_classdev *led_cdev,
4480 enum led_brightness brightness)
9c5dc3bf 4481{
8a503555 4482 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
9c5dc3bf 4483 struct alc_spec *spec = codec->spec;
9c5dc3bf 4484
766538ac
TI
4485 alc_update_vref_led(codec, spec->cap_mute_led_nid,
4486 spec->micmute_led_polarity, brightness);
8a503555 4487 return 0;
9c5dc3bf
KY
4488}
4489
4490static void alc269_fixup_hp_gpio_mic1_led(struct hda_codec *codec,
4491 const struct hda_fixup *fix, int action)
4492{
4493 struct alc_spec *spec = codec->spec;
9c5dc3bf 4494
01e4a275 4495 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
9c5dc3bf 4496 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
01e4a275
TI
4497 /* Like hp_gpio_mic1_led, but also needs GPIO4 low to
4498 * enable headphone amp
4499 */
4500 spec->gpio_mask |= 0x10;
4501 spec->gpio_dir |= 0x10;
9c5dc3bf 4502 spec->cap_mute_led_nid = 0x18;
8a503555 4503 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
50dd9050 4504 codec->power_filter = led_power_filter;
9c5dc3bf
KY
4505 }
4506}
4507
7a5255f1
DH
4508static void alc280_fixup_hp_gpio4(struct hda_codec *codec,
4509 const struct hda_fixup *fix, int action)
4510{
7a5255f1 4511 struct alc_spec *spec = codec->spec;
7a5255f1 4512
01e4a275 4513 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
7a5255f1 4514 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
7a5255f1 4515 spec->cap_mute_led_nid = 0x18;
8a503555 4516 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
7a5255f1
DH
4517 codec->power_filter = led_power_filter;
4518 }
4519}
4520
c3bb2b52
TI
4521/* HP Spectre x360 14 model needs a unique workaround for enabling the amp;
4522 * it needs to toggle the GPIO0 once on and off at each time (bko#210633)
4523 */
4524static void alc245_fixup_hp_x360_amp(struct hda_codec *codec,
4525 const struct hda_fixup *fix, int action)
4526{
4527 struct alc_spec *spec = codec->spec;
4528
4529 switch (action) {
4530 case HDA_FIXUP_ACT_PRE_PROBE:
4531 spec->gpio_mask |= 0x01;
4532 spec->gpio_dir |= 0x01;
4533 break;
4534 case HDA_FIXUP_ACT_INIT:
4535 /* need to toggle GPIO to enable the amp */
4536 alc_update_gpio_data(codec, 0x01, true);
4537 msleep(100);
4538 alc_update_gpio_data(codec, 0x01, false);
4539 break;
4540 }
4541}
4542
622464c8
TI
4543/* toggle GPIO2 at each time stream is started; we use PREPARE state instead */
4544static void alc274_hp_envy_pcm_hook(struct hda_pcm_stream *hinfo,
4545 struct hda_codec *codec,
4546 struct snd_pcm_substream *substream,
4547 int action)
4548{
4549 switch (action) {
4550 case HDA_GEN_PCM_ACT_PREPARE:
4551 alc_update_gpio_data(codec, 0x04, true);
4552 break;
4553 case HDA_GEN_PCM_ACT_CLEANUP:
4554 alc_update_gpio_data(codec, 0x04, false);
4555 break;
4556 }
4557}
4558
4559static void alc274_fixup_hp_envy_gpio(struct hda_codec *codec,
4560 const struct hda_fixup *fix,
4561 int action)
4562{
4563 struct alc_spec *spec = codec->spec;
4564
4565 if (action == HDA_FIXUP_ACT_PROBE) {
4566 spec->gpio_mask |= 0x04;
4567 spec->gpio_dir |= 0x04;
4568 spec->gen.pcm_playback_hook = alc274_hp_envy_pcm_hook;
4569 }
4570}
4571
766538ac
TI
4572static void alc_update_coef_led(struct hda_codec *codec,
4573 struct alc_coef_led *led,
4574 bool polarity, bool on)
4575{
4576 if (polarity)
4577 on = !on;
4578 /* temporarily power up/down for setting COEF bit */
4579 alc_update_coef_idx(codec, led->idx, led->mask,
4580 on ? led->on : led->off);
4581}
4582
431e76c3 4583/* update mute-LED according to the speaker mute state via COEF bit */
8d3d1ece
TI
4584static int coef_mute_led_set(struct led_classdev *led_cdev,
4585 enum led_brightness brightness)
431e76c3 4586{
8d3d1ece 4587 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
431e76c3
KY
4588 struct alc_spec *spec = codec->spec;
4589
766538ac
TI
4590 alc_update_coef_led(codec, &spec->mute_led_coef,
4591 spec->mute_led_polarity, brightness);
8d3d1ece 4592 return 0;
431e76c3
KY
4593}
4594
4595static void alc285_fixup_hp_mute_led_coefbit(struct hda_codec *codec,
4596 const struct hda_fixup *fix,
4597 int action)
4598{
4599 struct alc_spec *spec = codec->spec;
4600
4601 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4602 spec->mute_led_polarity = 0;
766538ac
TI
4603 spec->mute_led_coef.idx = 0x0b;
4604 spec->mute_led_coef.mask = 1 << 3;
4605 spec->mute_led_coef.on = 1 << 3;
4606 spec->mute_led_coef.off = 0;
8d3d1ece 4607 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
431e76c3
KY
4608 }
4609}
4610
24164f43
KY
4611static void alc236_fixup_hp_mute_led_coefbit(struct hda_codec *codec,
4612 const struct hda_fixup *fix,
4613 int action)
4614{
4615 struct alc_spec *spec = codec->spec;
4616
4617 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4618 spec->mute_led_polarity = 0;
766538ac
TI
4619 spec->mute_led_coef.idx = 0x34;
4620 spec->mute_led_coef.mask = 1 << 5;
4621 spec->mute_led_coef.on = 0;
4622 spec->mute_led_coef.off = 1 << 5;
8d3d1ece 4623 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
24164f43
KY
4624 }
4625}
4626
0659400f
LG
4627static void alc236_fixup_hp_mute_led_coefbit2(struct hda_codec *codec,
4628 const struct hda_fixup *fix, int action)
4629{
4630 struct alc_spec *spec = codec->spec;
4631
4632 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4633 spec->mute_led_polarity = 0;
4634 spec->mute_led_coef.idx = 0x07;
4635 spec->mute_led_coef.mask = 1;
4636 spec->mute_led_coef.on = 1;
4637 spec->mute_led_coef.off = 0;
4638 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
4639 }
4640}
4641
431e76c3 4642/* turn on/off mic-mute LED per capture hook by coef bit */
8a503555
TI
4643static int coef_micmute_led_set(struct led_classdev *led_cdev,
4644 enum led_brightness brightness)
431e76c3 4645{
8a503555 4646 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
431e76c3
KY
4647 struct alc_spec *spec = codec->spec;
4648
766538ac
TI
4649 alc_update_coef_led(codec, &spec->mic_led_coef,
4650 spec->micmute_led_polarity, brightness);
8a503555 4651 return 0;
431e76c3
KY
4652}
4653
4654static void alc285_fixup_hp_coef_micmute_led(struct hda_codec *codec,
4655 const struct hda_fixup *fix, int action)
4656{
4657 struct alc_spec *spec = codec->spec;
4658
4659 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
766538ac
TI
4660 spec->mic_led_coef.idx = 0x19;
4661 spec->mic_led_coef.mask = 1 << 13;
4662 spec->mic_led_coef.on = 1 << 13;
4663 spec->mic_led_coef.off = 0;
8a503555 4664 snd_hda_gen_add_micmute_led_cdev(codec, coef_micmute_led_set);
431e76c3
KY
4665 }
4666}
4667
ca88eeb3
LG
4668static void alc285_fixup_hp_gpio_micmute_led(struct hda_codec *codec,
4669 const struct hda_fixup *fix, int action)
4670{
4671 struct alc_spec *spec = codec->spec;
4672
4673 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4674 spec->micmute_led_polarity = 1;
4675 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
4676}
4677
24164f43
KY
4678static void alc236_fixup_hp_coef_micmute_led(struct hda_codec *codec,
4679 const struct hda_fixup *fix, int action)
4680{
4681 struct alc_spec *spec = codec->spec;
4682
4683 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
766538ac
TI
4684 spec->mic_led_coef.idx = 0x35;
4685 spec->mic_led_coef.mask = 3 << 2;
4686 spec->mic_led_coef.on = 2 << 2;
4687 spec->mic_led_coef.off = 1 << 2;
8a503555 4688 snd_hda_gen_add_micmute_led_cdev(codec, coef_micmute_led_set);
24164f43
KY
4689 }
4690}
4691
431e76c3
KY
4692static void alc285_fixup_hp_mute_led(struct hda_codec *codec,
4693 const struct hda_fixup *fix, int action)
4694{
4695 alc285_fixup_hp_mute_led_coefbit(codec, fix, action);
4696 alc285_fixup_hp_coef_micmute_led(codec, fix, action);
4697}
4698
ca88eeb3
LG
4699static void alc285_fixup_hp_spectre_x360_mute_led(struct hda_codec *codec,
4700 const struct hda_fixup *fix, int action)
4701{
4702 alc285_fixup_hp_mute_led_coefbit(codec, fix, action);
4703 alc285_fixup_hp_gpio_micmute_led(codec, fix, action);
4704}
4705
24164f43
KY
4706static void alc236_fixup_hp_mute_led(struct hda_codec *codec,
4707 const struct hda_fixup *fix, int action)
4708{
4709 alc236_fixup_hp_mute_led_coefbit(codec, fix, action);
4710 alc236_fixup_hp_coef_micmute_led(codec, fix, action);
4711}
4712
75b62ab6
JW
4713static void alc236_fixup_hp_micmute_led_vref(struct hda_codec *codec,
4714 const struct hda_fixup *fix, int action)
4715{
4716 struct alc_spec *spec = codec->spec;
4717
4718 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4719 spec->cap_mute_led_nid = 0x1a;
4720 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
4721 codec->power_filter = led_power_filter;
4722 }
4723}
4724
4725static void alc236_fixup_hp_mute_led_micmute_vref(struct hda_codec *codec,
4726 const struct hda_fixup *fix, int action)
4727{
4728 alc236_fixup_hp_mute_led_coefbit(codec, fix, action);
4729 alc236_fixup_hp_micmute_led_vref(codec, fix, action);
4730}
4731
a2d57ebe
KM
4732static inline void alc298_samsung_write_coef_pack(struct hda_codec *codec,
4733 const unsigned short coefs[2])
4734{
4735 alc_write_coef_idx(codec, 0x23, coefs[0]);
4736 alc_write_coef_idx(codec, 0x25, coefs[1]);
4737 alc_write_coef_idx(codec, 0x26, 0xb011);
4738}
4739
4740struct alc298_samsung_amp_desc {
4741 unsigned char nid;
4742 unsigned short init_seq[2][2];
4743};
4744
4745static void alc298_fixup_samsung_amp(struct hda_codec *codec,
4746 const struct hda_fixup *fix, int action)
4747{
4748 int i, j;
4749 static const unsigned short init_seq[][2] = {
4750 { 0x19, 0x00 }, { 0x20, 0xc0 }, { 0x22, 0x44 }, { 0x23, 0x08 },
4751 { 0x24, 0x85 }, { 0x25, 0x41 }, { 0x35, 0x40 }, { 0x36, 0x01 },
4752 { 0x38, 0x81 }, { 0x3a, 0x03 }, { 0x3b, 0x81 }, { 0x40, 0x3e },
4753 { 0x41, 0x07 }, { 0x400, 0x1 }
4754 };
4755 static const struct alc298_samsung_amp_desc amps[] = {
4756 { 0x3a, { { 0x18, 0x1 }, { 0x26, 0x0 } } },
4757 { 0x39, { { 0x18, 0x2 }, { 0x26, 0x1 } } }
4758 };
4759
4760 if (action != HDA_FIXUP_ACT_INIT)
4761 return;
4762
4763 for (i = 0; i < ARRAY_SIZE(amps); i++) {
4764 alc_write_coef_idx(codec, 0x22, amps[i].nid);
4765
4766 for (j = 0; j < ARRAY_SIZE(amps[i].init_seq); j++)
4767 alc298_samsung_write_coef_pack(codec, amps[i].init_seq[j]);
4768
4769 for (j = 0; j < ARRAY_SIZE(init_seq); j++)
4770 alc298_samsung_write_coef_pack(codec, init_seq[j]);
4771 }
4772}
4773
6a30abaa 4774#if IS_REACHABLE(CONFIG_INPUT)
33f4acd3
DH
4775static void gpio2_mic_hotkey_event(struct hda_codec *codec,
4776 struct hda_jack_callback *event)
4777{
4778 struct alc_spec *spec = codec->spec;
4779
4780 /* GPIO2 just toggles on a keypress/keyrelease cycle. Therefore
4781 send both key on and key off event for every interrupt. */
c7b60a89 4782 input_report_key(spec->kb_dev, spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX], 1);
33f4acd3 4783 input_sync(spec->kb_dev);
c7b60a89 4784 input_report_key(spec->kb_dev, spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX], 0);
33f4acd3
DH
4785 input_sync(spec->kb_dev);
4786}
33f4acd3 4787
3694cb29
K
4788static int alc_register_micmute_input_device(struct hda_codec *codec)
4789{
4790 struct alc_spec *spec = codec->spec;
c7b60a89 4791 int i;
3694cb29
K
4792
4793 spec->kb_dev = input_allocate_device();
4794 if (!spec->kb_dev) {
4795 codec_err(codec, "Out of memory (input_allocate_device)\n");
4796 return -ENOMEM;
4797 }
c7b60a89
HW
4798
4799 spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX] = KEY_MICMUTE;
4800
3694cb29
K
4801 spec->kb_dev->name = "Microphone Mute Button";
4802 spec->kb_dev->evbit[0] = BIT_MASK(EV_KEY);
c7b60a89
HW
4803 spec->kb_dev->keycodesize = sizeof(spec->alc_mute_keycode_map[0]);
4804 spec->kb_dev->keycodemax = ARRAY_SIZE(spec->alc_mute_keycode_map);
4805 spec->kb_dev->keycode = spec->alc_mute_keycode_map;
4806 for (i = 0; i < ARRAY_SIZE(spec->alc_mute_keycode_map); i++)
4807 set_bit(spec->alc_mute_keycode_map[i], spec->kb_dev->keybit);
3694cb29
K
4808
4809 if (input_register_device(spec->kb_dev)) {
4810 codec_err(codec, "input_register_device failed\n");
4811 input_free_device(spec->kb_dev);
4812 spec->kb_dev = NULL;
4813 return -ENOMEM;
4814 }
4815
4816 return 0;
4817}
4818
01e4a275
TI
4819/* GPIO1 = set according to SKU external amp
4820 * GPIO2 = mic mute hotkey
4821 * GPIO3 = mute LED
4822 * GPIO4 = mic mute LED
4823 */
33f4acd3
DH
4824static void alc280_fixup_hp_gpio2_mic_hotkey(struct hda_codec *codec,
4825 const struct hda_fixup *fix, int action)
4826{
33f4acd3
DH
4827 struct alc_spec *spec = codec->spec;
4828
01e4a275 4829 alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
33f4acd3 4830 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
1c76aa5f 4831 spec->init_amp = ALC_INIT_DEFAULT;
3694cb29 4832 if (alc_register_micmute_input_device(codec) != 0)
33f4acd3 4833 return;
33f4acd3 4834
01e4a275
TI
4835 spec->gpio_mask |= 0x06;
4836 spec->gpio_dir |= 0x02;
4837 spec->gpio_data |= 0x02;
7639a06c 4838 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
33f4acd3 4839 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x04);
7639a06c 4840 snd_hda_jack_detect_enable_callback(codec, codec->core.afg,
33f4acd3 4841 gpio2_mic_hotkey_event);
33f4acd3
DH
4842 return;
4843 }
4844
4845 if (!spec->kb_dev)
4846 return;
4847
4848 switch (action) {
33f4acd3
DH
4849 case HDA_FIXUP_ACT_FREE:
4850 input_unregister_device(spec->kb_dev);
33f4acd3
DH
4851 spec->kb_dev = NULL;
4852 }
33f4acd3
DH
4853}
4854
01e4a275
TI
4855/* Line2 = mic mute hotkey
4856 * GPIO2 = mic mute LED
4857 */
3694cb29
K
4858static void alc233_fixup_lenovo_line2_mic_hotkey(struct hda_codec *codec,
4859 const struct hda_fixup *fix, int action)
4860{
3694cb29
K
4861 struct alc_spec *spec = codec->spec;
4862
01e4a275 4863 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
3694cb29 4864 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
1c76aa5f 4865 spec->init_amp = ALC_INIT_DEFAULT;
3694cb29
K
4866 if (alc_register_micmute_input_device(codec) != 0)
4867 return;
4868
3694cb29
K
4869 snd_hda_jack_detect_enable_callback(codec, 0x1b,
4870 gpio2_mic_hotkey_event);
3694cb29
K
4871 return;
4872 }
4873
4874 if (!spec->kb_dev)
4875 return;
4876
4877 switch (action) {
3694cb29
K
4878 case HDA_FIXUP_ACT_FREE:
4879 input_unregister_device(spec->kb_dev);
4880 spec->kb_dev = NULL;
4881 }
4882}
c469652b
TI
4883#else /* INPUT */
4884#define alc280_fixup_hp_gpio2_mic_hotkey NULL
4885#define alc233_fixup_lenovo_line2_mic_hotkey NULL
4886#endif /* INPUT */
3694cb29 4887
9c5dc3bf
KY
4888static void alc269_fixup_hp_line1_mic1_led(struct hda_codec *codec,
4889 const struct hda_fixup *fix, int action)
4890{
4891 struct alc_spec *spec = codec->spec;
4892
1bce62a6 4893 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1a);
9c5dc3bf 4894 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
9c5dc3bf 4895 spec->cap_mute_led_nid = 0x18;
8a503555 4896 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
9c5dc3bf
KY
4897 }
4898}
4899
6b0f95c4 4900static const struct coef_fw alc225_pre_hsmode[] = {
5a36767a
KY
4901 UPDATE_COEF(0x4a, 1<<8, 0),
4902 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0),
4903 UPDATE_COEF(0x63, 3<<14, 3<<14),
4904 UPDATE_COEF(0x4a, 3<<4, 2<<4),
4905 UPDATE_COEF(0x4a, 3<<10, 3<<10),
4906 UPDATE_COEF(0x45, 0x3f<<10, 0x34<<10),
4907 UPDATE_COEF(0x4a, 3<<10, 0),
4908 {}
4909};
4910
73bdd597
DH
4911static void alc_headset_mode_unplugged(struct hda_codec *codec)
4912{
92666d45 4913 struct alc_spec *spec = codec->spec;
6b0f95c4 4914 static const struct coef_fw coef0255[] = {
717f43d8 4915 WRITE_COEF(0x1b, 0x0c0b), /* LDO and MISC control */
54db6c39
TI
4916 WRITE_COEF(0x45, 0xd089), /* UAJ function set to menual mode */
4917 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
4918 WRITE_COEF(0x06, 0x6104), /* Set MIC2 Vref gate with HP */
4919 WRITE_COEFEX(0x57, 0x03, 0x8aa6), /* Direct Drive HP Amp control */
4920 {}
4921 };
6b0f95c4 4922 static const struct coef_fw coef0256[] = {
e69e7e03 4923 WRITE_COEF(0x1b, 0x0c4b), /* LDO and MISC control */
717f43d8
KY
4924 WRITE_COEF(0x45, 0xd089), /* UAJ function set to menual mode */
4925 WRITE_COEF(0x06, 0x6104), /* Set MIC2 Vref gate with HP */
4926 WRITE_COEFEX(0x57, 0x03, 0x09a3), /* Direct Drive HP Amp control */
4927 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
e69e7e03
KY
4928 {}
4929 };
6b0f95c4 4930 static const struct coef_fw coef0233[] = {
54db6c39
TI
4931 WRITE_COEF(0x1b, 0x0c0b),
4932 WRITE_COEF(0x45, 0xc429),
4933 UPDATE_COEF(0x35, 0x4000, 0),
4934 WRITE_COEF(0x06, 0x2104),
4935 WRITE_COEF(0x1a, 0x0001),
4936 WRITE_COEF(0x26, 0x0004),
4937 WRITE_COEF(0x32, 0x42a3),
4938 {}
4939 };
6b0f95c4 4940 static const struct coef_fw coef0288[] = {
f3b70332
KY
4941 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
4942 UPDATE_COEF(0x50, 0x2000, 0x2000),
4943 UPDATE_COEF(0x56, 0x0006, 0x0006),
4944 UPDATE_COEF(0x66, 0x0008, 0),
4945 UPDATE_COEF(0x67, 0x2000, 0),
4946 {}
4947 };
6b0f95c4 4948 static const struct coef_fw coef0298[] = {
89542936
KY
4949 UPDATE_COEF(0x19, 0x1300, 0x0300),
4950 {}
4951 };
6b0f95c4 4952 static const struct coef_fw coef0292[] = {
54db6c39
TI
4953 WRITE_COEF(0x76, 0x000e),
4954 WRITE_COEF(0x6c, 0x2400),
4955 WRITE_COEF(0x18, 0x7308),
4956 WRITE_COEF(0x6b, 0xc429),
4957 {}
4958 };
6b0f95c4 4959 static const struct coef_fw coef0293[] = {
54db6c39
TI
4960 UPDATE_COEF(0x10, 7<<8, 6<<8), /* SET Line1 JD to 0 */
4961 UPDATE_COEFEX(0x57, 0x05, 1<<15|1<<13, 0x0), /* SET charge pump by verb */
4962 UPDATE_COEFEX(0x57, 0x03, 1<<10, 1<<10), /* SET EN_OSW to 1 */
4963 UPDATE_COEF(0x1a, 1<<3, 1<<3), /* Combo JD gating with LINE1-VREFO */
4964 WRITE_COEF(0x45, 0xc429), /* Set to TRS type */
4965 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
4966 {}
4967 };
6b0f95c4 4968 static const struct coef_fw coef0668[] = {
54db6c39
TI
4969 WRITE_COEF(0x15, 0x0d40),
4970 WRITE_COEF(0xb7, 0x802b),
4971 {}
4972 };
6b0f95c4 4973 static const struct coef_fw coef0225[] = {
5a36767a 4974 UPDATE_COEF(0x63, 3<<14, 0),
4cc9b9d6
KY
4975 {}
4976 };
6b0f95c4 4977 static const struct coef_fw coef0274[] = {
71683c32
KY
4978 UPDATE_COEF(0x4a, 0x0100, 0),
4979 UPDATE_COEFEX(0x57, 0x05, 0x4000, 0),
4980 UPDATE_COEF(0x6b, 0xf000, 0x5000),
4981 UPDATE_COEF(0x4a, 0x0010, 0),
4982 UPDATE_COEF(0x4a, 0x0c00, 0x0c00),
4983 WRITE_COEF(0x45, 0x5289),
4984 UPDATE_COEF(0x4a, 0x0c00, 0),
4985 {}
4986 };
54db6c39 4987
92666d45
KY
4988 if (spec->no_internal_mic_pin) {
4989 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
4990 return;
4991 }
4992
7639a06c 4993 switch (codec->core.vendor_id) {
9a22a8f5 4994 case 0x10ec0255:
e69e7e03
KY
4995 alc_process_coef_fw(codec, coef0255);
4996 break;
1948fc06 4997 case 0x10ec0230:
736f20a7 4998 case 0x10ec0236:
7081adf3 4999 case 0x10ec0256:
527f4643 5000 case 0x19e58326:
e69e7e03 5001 alc_process_coef_fw(codec, coef0256);
9a22a8f5 5002 break;
71683c32
KY
5003 case 0x10ec0234:
5004 case 0x10ec0274:
5005 case 0x10ec0294:
5006 alc_process_coef_fw(codec, coef0274);
5007 break;
13fd08a3 5008 case 0x10ec0233:
73bdd597 5009 case 0x10ec0283:
54db6c39 5010 alc_process_coef_fw(codec, coef0233);
73bdd597 5011 break;
f3b70332
KY
5012 case 0x10ec0286:
5013 case 0x10ec0288:
89542936
KY
5014 alc_process_coef_fw(codec, coef0288);
5015 break;
1a5bc8d9 5016 case 0x10ec0298:
89542936 5017 alc_process_coef_fw(codec, coef0298);
f3b70332
KY
5018 alc_process_coef_fw(codec, coef0288);
5019 break;
73bdd597 5020 case 0x10ec0292:
54db6c39 5021 alc_process_coef_fw(codec, coef0292);
73bdd597 5022 break;
a22aa26f 5023 case 0x10ec0293:
54db6c39 5024 alc_process_coef_fw(codec, coef0293);
a22aa26f 5025 break;
73bdd597 5026 case 0x10ec0668:
54db6c39 5027 alc_process_coef_fw(codec, coef0668);
73bdd597 5028 break;
c2b691ee 5029 case 0x10ec0215:
4cc9b9d6 5030 case 0x10ec0225:
c2b691ee 5031 case 0x10ec0285:
7d727869 5032 case 0x10ec0295:
c2b691ee 5033 case 0x10ec0289:
28f1f9b2 5034 case 0x10ec0299:
4d4b0c52 5035 alc_process_coef_fw(codec, alc225_pre_hsmode);
4cc9b9d6
KY
5036 alc_process_coef_fw(codec, coef0225);
5037 break;
78f4f7c2
KY
5038 case 0x10ec0867:
5039 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5040 break;
73bdd597 5041 }
4e76a883 5042 codec_dbg(codec, "Headset jack set to unplugged mode.\n");
73bdd597
DH
5043}
5044
5045
5046static void alc_headset_mode_mic_in(struct hda_codec *codec, hda_nid_t hp_pin,
5047 hda_nid_t mic_pin)
5048{
6b0f95c4 5049 static const struct coef_fw coef0255[] = {
54db6c39
TI
5050 WRITE_COEFEX(0x57, 0x03, 0x8aa6),
5051 WRITE_COEF(0x06, 0x6100), /* Set MIC2 Vref gate to normal */
5052 {}
5053 };
6b0f95c4 5054 static const struct coef_fw coef0256[] = {
717f43d8
KY
5055 UPDATE_COEFEX(0x57, 0x05, 1<<14, 1<<14), /* Direct Drive HP Amp control(Set to verb control)*/
5056 WRITE_COEFEX(0x57, 0x03, 0x09a3),
5057 WRITE_COEF(0x06, 0x6100), /* Set MIC2 Vref gate to normal */
5058 {}
5059 };
6b0f95c4 5060 static const struct coef_fw coef0233[] = {
54db6c39
TI
5061 UPDATE_COEF(0x35, 0, 1<<14),
5062 WRITE_COEF(0x06, 0x2100),
5063 WRITE_COEF(0x1a, 0x0021),
5064 WRITE_COEF(0x26, 0x008c),
5065 {}
5066 };
6b0f95c4 5067 static const struct coef_fw coef0288[] = {
89542936 5068 UPDATE_COEF(0x4f, 0x00c0, 0),
f3b70332
KY
5069 UPDATE_COEF(0x50, 0x2000, 0),
5070 UPDATE_COEF(0x56, 0x0006, 0),
5071 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
5072 UPDATE_COEF(0x66, 0x0008, 0x0008),
5073 UPDATE_COEF(0x67, 0x2000, 0x2000),
5074 {}
5075 };
6b0f95c4 5076 static const struct coef_fw coef0292[] = {
54db6c39
TI
5077 WRITE_COEF(0x19, 0xa208),
5078 WRITE_COEF(0x2e, 0xacf0),
5079 {}
5080 };
6b0f95c4 5081 static const struct coef_fw coef0293[] = {
54db6c39
TI
5082 UPDATE_COEFEX(0x57, 0x05, 0, 1<<15|1<<13), /* SET charge pump by verb */
5083 UPDATE_COEFEX(0x57, 0x03, 1<<10, 0), /* SET EN_OSW to 0 */
5084 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
5085 {}
5086 };
6b0f95c4 5087 static const struct coef_fw coef0688[] = {
54db6c39
TI
5088 WRITE_COEF(0xb7, 0x802b),
5089 WRITE_COEF(0xb5, 0x1040),
5090 UPDATE_COEF(0xc3, 0, 1<<12),
5091 {}
5092 };
6b0f95c4 5093 static const struct coef_fw coef0225[] = {
4cc9b9d6
KY
5094 UPDATE_COEFEX(0x57, 0x05, 1<<14, 1<<14),
5095 UPDATE_COEF(0x4a, 3<<4, 2<<4),
5096 UPDATE_COEF(0x63, 3<<14, 0),
5097 {}
5098 };
6b0f95c4 5099 static const struct coef_fw coef0274[] = {
71683c32
KY
5100 UPDATE_COEFEX(0x57, 0x05, 0x4000, 0x4000),
5101 UPDATE_COEF(0x4a, 0x0010, 0),
5102 UPDATE_COEF(0x6b, 0xf000, 0),
5103 {}
5104 };
54db6c39 5105
7639a06c 5106 switch (codec->core.vendor_id) {
9a22a8f5
KY
5107 case 0x10ec0255:
5108 alc_write_coef_idx(codec, 0x45, 0xc489);
5109 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5110 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
5111 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5112 break;
1948fc06 5113 case 0x10ec0230:
717f43d8
KY
5114 case 0x10ec0236:
5115 case 0x10ec0256:
527f4643 5116 case 0x19e58326:
717f43d8
KY
5117 alc_write_coef_idx(codec, 0x45, 0xc489);
5118 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5119 alc_process_coef_fw(codec, coef0256);
5120 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5121 break;
71683c32
KY
5122 case 0x10ec0234:
5123 case 0x10ec0274:
5124 case 0x10ec0294:
5125 alc_write_coef_idx(codec, 0x45, 0x4689);
5126 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5127 alc_process_coef_fw(codec, coef0274);
5128 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5129 break;
13fd08a3 5130 case 0x10ec0233:
73bdd597
DH
5131 case 0x10ec0283:
5132 alc_write_coef_idx(codec, 0x45, 0xc429);
5133 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5134 alc_process_coef_fw(codec, coef0233);
73bdd597
DH
5135 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5136 break;
f3b70332
KY
5137 case 0x10ec0286:
5138 case 0x10ec0288:
1a5bc8d9 5139 case 0x10ec0298:
f3b70332
KY
5140 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5141 alc_process_coef_fw(codec, coef0288);
5142 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5143 break;
73bdd597
DH
5144 case 0x10ec0292:
5145 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5146 alc_process_coef_fw(codec, coef0292);
73bdd597 5147 break;
a22aa26f
KY
5148 case 0x10ec0293:
5149 /* Set to TRS mode */
5150 alc_write_coef_idx(codec, 0x45, 0xc429);
5151 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5152 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
5153 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5154 break;
78f4f7c2
KY
5155 case 0x10ec0867:
5156 alc_update_coefex_idx(codec, 0x57, 0x5, 0, 1<<14);
c0dbbdad 5157 fallthrough;
9eb5d0e6 5158 case 0x10ec0221:
1f8b46cd
DH
5159 case 0x10ec0662:
5160 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5161 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5162 break;
73bdd597
DH
5163 case 0x10ec0668:
5164 alc_write_coef_idx(codec, 0x11, 0x0001);
5165 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5166 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
5167 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5168 break;
c2b691ee 5169 case 0x10ec0215:
4cc9b9d6 5170 case 0x10ec0225:
c2b691ee 5171 case 0x10ec0285:
7d727869 5172 case 0x10ec0295:
c2b691ee 5173 case 0x10ec0289:
28f1f9b2 5174 case 0x10ec0299:
5a36767a 5175 alc_process_coef_fw(codec, alc225_pre_hsmode);
4cc9b9d6
KY
5176 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x31<<10);
5177 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5178 alc_process_coef_fw(codec, coef0225);
5179 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5180 break;
73bdd597 5181 }
4e76a883 5182 codec_dbg(codec, "Headset jack set to mic-in mode.\n");
73bdd597
DH
5183}
5184
5185static void alc_headset_mode_default(struct hda_codec *codec)
5186{
6b0f95c4 5187 static const struct coef_fw coef0225[] = {
5a36767a
KY
5188 UPDATE_COEF(0x45, 0x3f<<10, 0x30<<10),
5189 UPDATE_COEF(0x45, 0x3f<<10, 0x31<<10),
5190 UPDATE_COEF(0x49, 3<<8, 0<<8),
5191 UPDATE_COEF(0x4a, 3<<4, 3<<4),
5192 UPDATE_COEF(0x63, 3<<14, 0),
5193 UPDATE_COEF(0x67, 0xf000, 0x3000),
2ae95577
DH
5194 {}
5195 };
6b0f95c4 5196 static const struct coef_fw coef0255[] = {
54db6c39
TI
5197 WRITE_COEF(0x45, 0xc089),
5198 WRITE_COEF(0x45, 0xc489),
5199 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5200 WRITE_COEF(0x49, 0x0049),
5201 {}
5202 };
6b0f95c4 5203 static const struct coef_fw coef0256[] = {
717f43d8
KY
5204 WRITE_COEF(0x45, 0xc489),
5205 WRITE_COEFEX(0x57, 0x03, 0x0da3),
5206 WRITE_COEF(0x49, 0x0049),
5207 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
5208 WRITE_COEF(0x06, 0x6100),
5209 {}
5210 };
6b0f95c4 5211 static const struct coef_fw coef0233[] = {
54db6c39
TI
5212 WRITE_COEF(0x06, 0x2100),
5213 WRITE_COEF(0x32, 0x4ea3),
5214 {}
5215 };
6b0f95c4 5216 static const struct coef_fw coef0288[] = {
f3b70332
KY
5217 UPDATE_COEF(0x4f, 0xfcc0, 0xc400), /* Set to TRS type */
5218 UPDATE_COEF(0x50, 0x2000, 0x2000),
5219 UPDATE_COEF(0x56, 0x0006, 0x0006),
5220 UPDATE_COEF(0x66, 0x0008, 0),
5221 UPDATE_COEF(0x67, 0x2000, 0),
5222 {}
5223 };
6b0f95c4 5224 static const struct coef_fw coef0292[] = {
54db6c39
TI
5225 WRITE_COEF(0x76, 0x000e),
5226 WRITE_COEF(0x6c, 0x2400),
5227 WRITE_COEF(0x6b, 0xc429),
5228 WRITE_COEF(0x18, 0x7308),
5229 {}
5230 };
6b0f95c4 5231 static const struct coef_fw coef0293[] = {
54db6c39
TI
5232 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
5233 WRITE_COEF(0x45, 0xC429), /* Set to TRS type */
5234 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
5235 {}
5236 };
6b0f95c4 5237 static const struct coef_fw coef0688[] = {
54db6c39
TI
5238 WRITE_COEF(0x11, 0x0041),
5239 WRITE_COEF(0x15, 0x0d40),
5240 WRITE_COEF(0xb7, 0x802b),
5241 {}
5242 };
6b0f95c4 5243 static const struct coef_fw coef0274[] = {
71683c32
KY
5244 WRITE_COEF(0x45, 0x4289),
5245 UPDATE_COEF(0x4a, 0x0010, 0x0010),
5246 UPDATE_COEF(0x6b, 0x0f00, 0),
5247 UPDATE_COEF(0x49, 0x0300, 0x0300),
5248 {}
5249 };
54db6c39 5250
7639a06c 5251 switch (codec->core.vendor_id) {
c2b691ee 5252 case 0x10ec0215:
2ae95577 5253 case 0x10ec0225:
c2b691ee 5254 case 0x10ec0285:
7d727869 5255 case 0x10ec0295:
c2b691ee 5256 case 0x10ec0289:
28f1f9b2 5257 case 0x10ec0299:
5a36767a 5258 alc_process_coef_fw(codec, alc225_pre_hsmode);
2ae95577
DH
5259 alc_process_coef_fw(codec, coef0225);
5260 break;
9a22a8f5 5261 case 0x10ec0255:
54db6c39 5262 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5263 break;
1948fc06 5264 case 0x10ec0230:
717f43d8
KY
5265 case 0x10ec0236:
5266 case 0x10ec0256:
527f4643 5267 case 0x19e58326:
717f43d8
KY
5268 alc_write_coef_idx(codec, 0x1b, 0x0e4b);
5269 alc_write_coef_idx(codec, 0x45, 0xc089);
5270 msleep(50);
5271 alc_process_coef_fw(codec, coef0256);
5272 break;
71683c32
KY
5273 case 0x10ec0234:
5274 case 0x10ec0274:
5275 case 0x10ec0294:
5276 alc_process_coef_fw(codec, coef0274);
5277 break;
13fd08a3 5278 case 0x10ec0233:
73bdd597 5279 case 0x10ec0283:
54db6c39 5280 alc_process_coef_fw(codec, coef0233);
73bdd597 5281 break;
f3b70332
KY
5282 case 0x10ec0286:
5283 case 0x10ec0288:
1a5bc8d9 5284 case 0x10ec0298:
f3b70332
KY
5285 alc_process_coef_fw(codec, coef0288);
5286 break;
73bdd597 5287 case 0x10ec0292:
54db6c39 5288 alc_process_coef_fw(codec, coef0292);
73bdd597 5289 break;
a22aa26f 5290 case 0x10ec0293:
54db6c39 5291 alc_process_coef_fw(codec, coef0293);
a22aa26f 5292 break;
73bdd597 5293 case 0x10ec0668:
54db6c39 5294 alc_process_coef_fw(codec, coef0688);
73bdd597 5295 break;
78f4f7c2
KY
5296 case 0x10ec0867:
5297 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5298 break;
73bdd597 5299 }
4e76a883 5300 codec_dbg(codec, "Headset jack set to headphone (default) mode.\n");
73bdd597
DH
5301}
5302
5303/* Iphone type */
5304static void alc_headset_mode_ctia(struct hda_codec *codec)
5305{
89542936
KY
5306 int val;
5307
6b0f95c4 5308 static const struct coef_fw coef0255[] = {
54db6c39
TI
5309 WRITE_COEF(0x45, 0xd489), /* Set to CTIA type */
5310 WRITE_COEF(0x1b, 0x0c2b),
5311 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5312 {}
5313 };
6b0f95c4 5314 static const struct coef_fw coef0256[] = {
e69e7e03 5315 WRITE_COEF(0x45, 0xd489), /* Set to CTIA type */
717f43d8 5316 WRITE_COEF(0x1b, 0x0e6b),
e69e7e03
KY
5317 {}
5318 };
6b0f95c4 5319 static const struct coef_fw coef0233[] = {
54db6c39
TI
5320 WRITE_COEF(0x45, 0xd429),
5321 WRITE_COEF(0x1b, 0x0c2b),
5322 WRITE_COEF(0x32, 0x4ea3),
5323 {}
5324 };
6b0f95c4 5325 static const struct coef_fw coef0288[] = {
f3b70332
KY
5326 UPDATE_COEF(0x50, 0x2000, 0x2000),
5327 UPDATE_COEF(0x56, 0x0006, 0x0006),
5328 UPDATE_COEF(0x66, 0x0008, 0),
5329 UPDATE_COEF(0x67, 0x2000, 0),
5330 {}
5331 };
6b0f95c4 5332 static const struct coef_fw coef0292[] = {
54db6c39
TI
5333 WRITE_COEF(0x6b, 0xd429),
5334 WRITE_COEF(0x76, 0x0008),
5335 WRITE_COEF(0x18, 0x7388),
5336 {}
5337 };
6b0f95c4 5338 static const struct coef_fw coef0293[] = {
54db6c39
TI
5339 WRITE_COEF(0x45, 0xd429), /* Set to ctia type */
5340 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
5341 {}
5342 };
6b0f95c4 5343 static const struct coef_fw coef0688[] = {
54db6c39
TI
5344 WRITE_COEF(0x11, 0x0001),
5345 WRITE_COEF(0x15, 0x0d60),
5346 WRITE_COEF(0xc3, 0x0000),
5347 {}
5348 };
6b0f95c4 5349 static const struct coef_fw coef0225_1[] = {
4cc9b9d6 5350 UPDATE_COEF(0x45, 0x3f<<10, 0x35<<10),
5a36767a
KY
5351 UPDATE_COEF(0x63, 3<<14, 2<<14),
5352 {}
5353 };
6b0f95c4 5354 static const struct coef_fw coef0225_2[] = {
5a36767a
KY
5355 UPDATE_COEF(0x45, 0x3f<<10, 0x35<<10),
5356 UPDATE_COEF(0x63, 3<<14, 1<<14),
4cc9b9d6
KY
5357 {}
5358 };
54db6c39 5359
7639a06c 5360 switch (codec->core.vendor_id) {
9a22a8f5 5361 case 0x10ec0255:
54db6c39 5362 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5363 break;
1948fc06 5364 case 0x10ec0230:
736f20a7 5365 case 0x10ec0236:
e69e7e03 5366 case 0x10ec0256:
527f4643 5367 case 0x19e58326:
e69e7e03
KY
5368 alc_process_coef_fw(codec, coef0256);
5369 break;
71683c32
KY
5370 case 0x10ec0234:
5371 case 0x10ec0274:
5372 case 0x10ec0294:
5373 alc_write_coef_idx(codec, 0x45, 0xd689);
5374 break;
13fd08a3 5375 case 0x10ec0233:
73bdd597 5376 case 0x10ec0283:
54db6c39 5377 alc_process_coef_fw(codec, coef0233);
73bdd597 5378 break;
1a5bc8d9 5379 case 0x10ec0298:
89542936
KY
5380 val = alc_read_coef_idx(codec, 0x50);
5381 if (val & (1 << 12)) {
5382 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020);
5383 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5384 msleep(300);
5385 } else {
5386 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);
5387 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5388 msleep(300);
5389 }
5390 break;
f3b70332
KY
5391 case 0x10ec0286:
5392 case 0x10ec0288:
5393 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5394 msleep(300);
5395 alc_process_coef_fw(codec, coef0288);
5396 break;
73bdd597 5397 case 0x10ec0292:
54db6c39 5398 alc_process_coef_fw(codec, coef0292);
73bdd597 5399 break;
a22aa26f 5400 case 0x10ec0293:
54db6c39 5401 alc_process_coef_fw(codec, coef0293);
a22aa26f 5402 break;
73bdd597 5403 case 0x10ec0668:
54db6c39 5404 alc_process_coef_fw(codec, coef0688);
73bdd597 5405 break;
c2b691ee 5406 case 0x10ec0215:
4cc9b9d6 5407 case 0x10ec0225:
c2b691ee 5408 case 0x10ec0285:
7d727869 5409 case 0x10ec0295:
c2b691ee 5410 case 0x10ec0289:
28f1f9b2 5411 case 0x10ec0299:
5a36767a
KY
5412 val = alc_read_coef_idx(codec, 0x45);
5413 if (val & (1 << 9))
5414 alc_process_coef_fw(codec, coef0225_2);
5415 else
5416 alc_process_coef_fw(codec, coef0225_1);
4cc9b9d6 5417 break;
78f4f7c2
KY
5418 case 0x10ec0867:
5419 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5420 break;
73bdd597 5421 }
4e76a883 5422 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n");
73bdd597
DH
5423}
5424
5425/* Nokia type */
5426static void alc_headset_mode_omtp(struct hda_codec *codec)
5427{
6b0f95c4 5428 static const struct coef_fw coef0255[] = {
54db6c39
TI
5429 WRITE_COEF(0x45, 0xe489), /* Set to OMTP Type */
5430 WRITE_COEF(0x1b, 0x0c2b),
5431 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5432 {}
5433 };
6b0f95c4 5434 static const struct coef_fw coef0256[] = {
e69e7e03 5435 WRITE_COEF(0x45, 0xe489), /* Set to OMTP Type */
717f43d8 5436 WRITE_COEF(0x1b, 0x0e6b),
e69e7e03
KY
5437 {}
5438 };
6b0f95c4 5439 static const struct coef_fw coef0233[] = {
54db6c39
TI
5440 WRITE_COEF(0x45, 0xe429),
5441 WRITE_COEF(0x1b, 0x0c2b),
5442 WRITE_COEF(0x32, 0x4ea3),
5443 {}
5444 };
6b0f95c4 5445 static const struct coef_fw coef0288[] = {
f3b70332
KY
5446 UPDATE_COEF(0x50, 0x2000, 0x2000),
5447 UPDATE_COEF(0x56, 0x0006, 0x0006),
5448 UPDATE_COEF(0x66, 0x0008, 0),
5449 UPDATE_COEF(0x67, 0x2000, 0),
5450 {}
5451 };
6b0f95c4 5452 static const struct coef_fw coef0292[] = {
54db6c39
TI
5453 WRITE_COEF(0x6b, 0xe429),
5454 WRITE_COEF(0x76, 0x0008),
5455 WRITE_COEF(0x18, 0x7388),
5456 {}
5457 };
6b0f95c4 5458 static const struct coef_fw coef0293[] = {
54db6c39
TI
5459 WRITE_COEF(0x45, 0xe429), /* Set to omtp type */
5460 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
5461 {}
5462 };
6b0f95c4 5463 static const struct coef_fw coef0688[] = {
54db6c39
TI
5464 WRITE_COEF(0x11, 0x0001),
5465 WRITE_COEF(0x15, 0x0d50),
5466 WRITE_COEF(0xc3, 0x0000),
5467 {}
5468 };
6b0f95c4 5469 static const struct coef_fw coef0225[] = {
4cc9b9d6 5470 UPDATE_COEF(0x45, 0x3f<<10, 0x39<<10),
5a36767a 5471 UPDATE_COEF(0x63, 3<<14, 2<<14),
4cc9b9d6
KY
5472 {}
5473 };
54db6c39 5474
7639a06c 5475 switch (codec->core.vendor_id) {
9a22a8f5 5476 case 0x10ec0255:
54db6c39 5477 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5478 break;
1948fc06 5479 case 0x10ec0230:
736f20a7 5480 case 0x10ec0236:
e69e7e03 5481 case 0x10ec0256:
527f4643 5482 case 0x19e58326:
e69e7e03
KY
5483 alc_process_coef_fw(codec, coef0256);
5484 break;
71683c32
KY
5485 case 0x10ec0234:
5486 case 0x10ec0274:
5487 case 0x10ec0294:
5488 alc_write_coef_idx(codec, 0x45, 0xe689);
5489 break;
13fd08a3 5490 case 0x10ec0233:
73bdd597 5491 case 0x10ec0283:
54db6c39 5492 alc_process_coef_fw(codec, coef0233);
73bdd597 5493 break;
1a5bc8d9
KY
5494 case 0x10ec0298:
5495 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);/* Headset output enable */
89542936
KY
5496 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xe400);
5497 msleep(300);
5498 break;
f3b70332
KY
5499 case 0x10ec0286:
5500 case 0x10ec0288:
5501 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xe400);
5502 msleep(300);
5503 alc_process_coef_fw(codec, coef0288);
5504 break;
73bdd597 5505 case 0x10ec0292:
54db6c39 5506 alc_process_coef_fw(codec, coef0292);
73bdd597 5507 break;
a22aa26f 5508 case 0x10ec0293:
54db6c39 5509 alc_process_coef_fw(codec, coef0293);
a22aa26f 5510 break;
73bdd597 5511 case 0x10ec0668:
54db6c39 5512 alc_process_coef_fw(codec, coef0688);
73bdd597 5513 break;
c2b691ee 5514 case 0x10ec0215:
4cc9b9d6 5515 case 0x10ec0225:
c2b691ee 5516 case 0x10ec0285:
7d727869 5517 case 0x10ec0295:
c2b691ee 5518 case 0x10ec0289:
28f1f9b2 5519 case 0x10ec0299:
4cc9b9d6
KY
5520 alc_process_coef_fw(codec, coef0225);
5521 break;
73bdd597 5522 }
4e76a883 5523 codec_dbg(codec, "Headset jack set to Nokia-style headset mode.\n");
73bdd597
DH
5524}
5525
5526static void alc_determine_headset_type(struct hda_codec *codec)
5527{
5528 int val;
5529 bool is_ctia = false;
5530 struct alc_spec *spec = codec->spec;
6b0f95c4 5531 static const struct coef_fw coef0255[] = {
54db6c39
TI
5532 WRITE_COEF(0x45, 0xd089), /* combo jack auto switch control(Check type)*/
5533 WRITE_COEF(0x49, 0x0149), /* combo jack auto switch control(Vref
5534 conteol) */
5535 {}
5536 };
6b0f95c4 5537 static const struct coef_fw coef0288[] = {
f3b70332
KY
5538 UPDATE_COEF(0x4f, 0xfcc0, 0xd400), /* Check Type */
5539 {}
5540 };
6b0f95c4 5541 static const struct coef_fw coef0298[] = {
89542936
KY
5542 UPDATE_COEF(0x50, 0x2000, 0x2000),
5543 UPDATE_COEF(0x56, 0x0006, 0x0006),
5544 UPDATE_COEF(0x66, 0x0008, 0),
5545 UPDATE_COEF(0x67, 0x2000, 0),
5546 UPDATE_COEF(0x19, 0x1300, 0x1300),
5547 {}
5548 };
6b0f95c4 5549 static const struct coef_fw coef0293[] = {
54db6c39
TI
5550 UPDATE_COEF(0x4a, 0x000f, 0x0008), /* Combo Jack auto detect */
5551 WRITE_COEF(0x45, 0xD429), /* Set to ctia type */
5552 {}
5553 };
6b0f95c4 5554 static const struct coef_fw coef0688[] = {
54db6c39
TI
5555 WRITE_COEF(0x11, 0x0001),
5556 WRITE_COEF(0xb7, 0x802b),
5557 WRITE_COEF(0x15, 0x0d60),
5558 WRITE_COEF(0xc3, 0x0c00),
5559 {}
5560 };
6b0f95c4 5561 static const struct coef_fw coef0274[] = {
71683c32
KY
5562 UPDATE_COEF(0x4a, 0x0010, 0),
5563 UPDATE_COEF(0x4a, 0x8000, 0),
5564 WRITE_COEF(0x45, 0xd289),
5565 UPDATE_COEF(0x49, 0x0300, 0x0300),
5566 {}
5567 };
73bdd597 5568
92666d45
KY
5569 if (spec->no_internal_mic_pin) {
5570 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
5571 return;
5572 }
5573
7639a06c 5574 switch (codec->core.vendor_id) {
9a22a8f5 5575 case 0x10ec0255:
717f43d8
KY
5576 alc_process_coef_fw(codec, coef0255);
5577 msleep(300);
5578 val = alc_read_coef_idx(codec, 0x46);
5579 is_ctia = (val & 0x0070) == 0x0070;
5580 break;
1948fc06 5581 case 0x10ec0230:
717f43d8 5582 case 0x10ec0236:
7081adf3 5583 case 0x10ec0256:
527f4643 5584 case 0x19e58326:
717f43d8
KY
5585 alc_write_coef_idx(codec, 0x1b, 0x0e4b);
5586 alc_write_coef_idx(codec, 0x06, 0x6104);
5587 alc_write_coefex_idx(codec, 0x57, 0x3, 0x09a3);
5588
5589 snd_hda_codec_write(codec, 0x21, 0,
5590 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5591 msleep(80);
5592 snd_hda_codec_write(codec, 0x21, 0,
5593 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5594
54db6c39 5595 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
5596 msleep(300);
5597 val = alc_read_coef_idx(codec, 0x46);
5598 is_ctia = (val & 0x0070) == 0x0070;
717f43d8
KY
5599
5600 alc_write_coefex_idx(codec, 0x57, 0x3, 0x0da3);
5601 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5602
5603 snd_hda_codec_write(codec, 0x21, 0,
5604 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
5605 msleep(80);
5606 snd_hda_codec_write(codec, 0x21, 0,
5607 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
9a22a8f5 5608 break;
71683c32
KY
5609 case 0x10ec0234:
5610 case 0x10ec0274:
5611 case 0x10ec0294:
5612 alc_process_coef_fw(codec, coef0274);
febf2256 5613 msleep(850);
71683c32
KY
5614 val = alc_read_coef_idx(codec, 0x46);
5615 is_ctia = (val & 0x00f0) == 0x00f0;
5616 break;
13fd08a3 5617 case 0x10ec0233:
73bdd597
DH
5618 case 0x10ec0283:
5619 alc_write_coef_idx(codec, 0x45, 0xd029);
5620 msleep(300);
5621 val = alc_read_coef_idx(codec, 0x46);
5622 is_ctia = (val & 0x0070) == 0x0070;
5623 break;
1a5bc8d9 5624 case 0x10ec0298:
89542936
KY
5625 snd_hda_codec_write(codec, 0x21, 0,
5626 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5627 msleep(100);
5628 snd_hda_codec_write(codec, 0x21, 0,
5629 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5630 msleep(200);
5631
5632 val = alc_read_coef_idx(codec, 0x50);
5633 if (val & (1 << 12)) {
5634 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020);
5635 alc_process_coef_fw(codec, coef0288);
5636 msleep(350);
5637 val = alc_read_coef_idx(codec, 0x50);
5638 is_ctia = (val & 0x0070) == 0x0070;
5639 } else {
5640 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);
5641 alc_process_coef_fw(codec, coef0288);
5642 msleep(350);
5643 val = alc_read_coef_idx(codec, 0x50);
5644 is_ctia = (val & 0x0070) == 0x0070;
5645 }
5646 alc_process_coef_fw(codec, coef0298);
5647 snd_hda_codec_write(codec, 0x21, 0,
5648 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP);
5649 msleep(75);
5650 snd_hda_codec_write(codec, 0x21, 0,
5651 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
5652 break;
f3b70332
KY
5653 case 0x10ec0286:
5654 case 0x10ec0288:
5655 alc_process_coef_fw(codec, coef0288);
5656 msleep(350);
5657 val = alc_read_coef_idx(codec, 0x50);
5658 is_ctia = (val & 0x0070) == 0x0070;
5659 break;
73bdd597
DH
5660 case 0x10ec0292:
5661 alc_write_coef_idx(codec, 0x6b, 0xd429);
5662 msleep(300);
5663 val = alc_read_coef_idx(codec, 0x6c);
5664 is_ctia = (val & 0x001c) == 0x001c;
5665 break;
a22aa26f 5666 case 0x10ec0293:
54db6c39 5667 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
5668 msleep(300);
5669 val = alc_read_coef_idx(codec, 0x46);
5670 is_ctia = (val & 0x0070) == 0x0070;
5671 break;
73bdd597 5672 case 0x10ec0668:
54db6c39 5673 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
5674 msleep(300);
5675 val = alc_read_coef_idx(codec, 0xbe);
5676 is_ctia = (val & 0x1c02) == 0x1c02;
5677 break;
c2b691ee 5678 case 0x10ec0215:
4cc9b9d6 5679 case 0x10ec0225:
c2b691ee 5680 case 0x10ec0285:
7d727869 5681 case 0x10ec0295:
c2b691ee 5682 case 0x10ec0289:
28f1f9b2 5683 case 0x10ec0299:
da911b1f
KY
5684 snd_hda_codec_write(codec, 0x21, 0,
5685 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5686 msleep(80);
5687 snd_hda_codec_write(codec, 0x21, 0,
5688 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5689
5a36767a
KY
5690 alc_process_coef_fw(codec, alc225_pre_hsmode);
5691 alc_update_coef_idx(codec, 0x67, 0xf000, 0x1000);
5692 val = alc_read_coef_idx(codec, 0x45);
5693 if (val & (1 << 9)) {
5694 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x34<<10);
5695 alc_update_coef_idx(codec, 0x49, 3<<8, 2<<8);
5696 msleep(800);
5697 val = alc_read_coef_idx(codec, 0x46);
5698 is_ctia = (val & 0x00f0) == 0x00f0;
5699 } else {
5700 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x34<<10);
5701 alc_update_coef_idx(codec, 0x49, 3<<8, 1<<8);
5702 msleep(800);
5703 val = alc_read_coef_idx(codec, 0x46);
5704 is_ctia = (val & 0x00f0) == 0x00f0;
5705 }
5706 alc_update_coef_idx(codec, 0x4a, 7<<6, 7<<6);
5707 alc_update_coef_idx(codec, 0x4a, 3<<4, 3<<4);
5708 alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
da911b1f
KY
5709
5710 snd_hda_codec_write(codec, 0x21, 0,
5711 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
5712 msleep(80);
5713 snd_hda_codec_write(codec, 0x21, 0,
5714 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
4cc9b9d6 5715 break;
78f4f7c2
KY
5716 case 0x10ec0867:
5717 is_ctia = true;
5718 break;
73bdd597
DH
5719 }
5720
4e76a883 5721 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n",
73bdd597
DH
5722 is_ctia ? "yes" : "no");
5723 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP;
5724}
5725
5726static void alc_update_headset_mode(struct hda_codec *codec)
5727{
5728 struct alc_spec *spec = codec->spec;
5729
5730 hda_nid_t mux_pin = spec->gen.imux_pins[spec->gen.cur_mux[0]];
35a39f98 5731 hda_nid_t hp_pin = alc_get_hp_pin(spec);
73bdd597
DH
5732
5733 int new_headset_mode;
5734
5735 if (!snd_hda_jack_detect(codec, hp_pin))
5736 new_headset_mode = ALC_HEADSET_MODE_UNPLUGGED;
5737 else if (mux_pin == spec->headset_mic_pin)
5738 new_headset_mode = ALC_HEADSET_MODE_HEADSET;
5739 else if (mux_pin == spec->headphone_mic_pin)
5740 new_headset_mode = ALC_HEADSET_MODE_MIC;
5741 else
5742 new_headset_mode = ALC_HEADSET_MODE_HEADPHONE;
5743
5959a6bc
DH
5744 if (new_headset_mode == spec->current_headset_mode) {
5745 snd_hda_gen_update_outputs(codec);
73bdd597 5746 return;
5959a6bc 5747 }
73bdd597
DH
5748
5749 switch (new_headset_mode) {
5750 case ALC_HEADSET_MODE_UNPLUGGED:
5751 alc_headset_mode_unplugged(codec);
aeac1a0d
KY
5752 spec->current_headset_mode = ALC_HEADSET_MODE_UNKNOWN;
5753 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
73bdd597
DH
5754 spec->gen.hp_jack_present = false;
5755 break;
5756 case ALC_HEADSET_MODE_HEADSET:
5757 if (spec->current_headset_type == ALC_HEADSET_TYPE_UNKNOWN)
5758 alc_determine_headset_type(codec);
5759 if (spec->current_headset_type == ALC_HEADSET_TYPE_CTIA)
5760 alc_headset_mode_ctia(codec);
5761 else if (spec->current_headset_type == ALC_HEADSET_TYPE_OMTP)
5762 alc_headset_mode_omtp(codec);
5763 spec->gen.hp_jack_present = true;
5764 break;
5765 case ALC_HEADSET_MODE_MIC:
5766 alc_headset_mode_mic_in(codec, hp_pin, spec->headphone_mic_pin);
5767 spec->gen.hp_jack_present = false;
5768 break;
5769 case ALC_HEADSET_MODE_HEADPHONE:
5770 alc_headset_mode_default(codec);
5771 spec->gen.hp_jack_present = true;
5772 break;
5773 }
5774 if (new_headset_mode != ALC_HEADSET_MODE_MIC) {
5775 snd_hda_set_pin_ctl_cache(codec, hp_pin,
5776 AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
1f8b46cd 5777 if (spec->headphone_mic_pin && spec->headphone_mic_pin != hp_pin)
73bdd597
DH
5778 snd_hda_set_pin_ctl_cache(codec, spec->headphone_mic_pin,
5779 PIN_VREFHIZ);
5780 }
5781 spec->current_headset_mode = new_headset_mode;
5782
5783 snd_hda_gen_update_outputs(codec);
5784}
5785
5786static void alc_update_headset_mode_hook(struct hda_codec *codec,
7fe30711
TI
5787 struct snd_kcontrol *kcontrol,
5788 struct snd_ctl_elem_value *ucontrol)
73bdd597
DH
5789{
5790 alc_update_headset_mode(codec);
5791}
5792
1a4f69d5
TI
5793static void alc_update_headset_jack_cb(struct hda_codec *codec,
5794 struct hda_jack_callback *jack)
73bdd597 5795{
73bdd597 5796 snd_hda_gen_hp_automute(codec, jack);
e54f30be 5797 alc_update_headset_mode(codec);
73bdd597
DH
5798}
5799
5800static void alc_probe_headset_mode(struct hda_codec *codec)
5801{
5802 int i;
5803 struct alc_spec *spec = codec->spec;
5804 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
5805
5806 /* Find mic pins */
5807 for (i = 0; i < cfg->num_inputs; i++) {
5808 if (cfg->inputs[i].is_headset_mic && !spec->headset_mic_pin)
5809 spec->headset_mic_pin = cfg->inputs[i].pin;
5810 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin)
5811 spec->headphone_mic_pin = cfg->inputs[i].pin;
5812 }
5813
0bed2aa3 5814 WARN_ON(spec->gen.cap_sync_hook);
73bdd597
DH
5815 spec->gen.cap_sync_hook = alc_update_headset_mode_hook;
5816 spec->gen.automute_hook = alc_update_headset_mode;
5817 spec->gen.hp_automute_hook = alc_update_headset_jack_cb;
5818}
5819
5820static void alc_fixup_headset_mode(struct hda_codec *codec,
5821 const struct hda_fixup *fix, int action)
5822{
5823 struct alc_spec *spec = codec->spec;
5824
5825 switch (action) {
5826 case HDA_FIXUP_ACT_PRE_PROBE:
5827 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC | HDA_PINCFG_HEADPHONE_MIC;
5828 break;
5829 case HDA_FIXUP_ACT_PROBE:
5830 alc_probe_headset_mode(codec);
5831 break;
5832 case HDA_FIXUP_ACT_INIT:
aeac1a0d
KY
5833 if (is_s3_resume(codec) || is_s4_resume(codec)) {
5834 spec->current_headset_mode = ALC_HEADSET_MODE_UNKNOWN;
5835 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
5836 }
73bdd597
DH
5837 alc_update_headset_mode(codec);
5838 break;
5839 }
5840}
5841
5842static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
5843 const struct hda_fixup *fix, int action)
5844{
5845 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5846 struct alc_spec *spec = codec->spec;
5847 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
5848 }
5849 else
5850 alc_fixup_headset_mode(codec, fix, action);
5851}
5852
31278997
KY
5853static void alc255_set_default_jack_type(struct hda_codec *codec)
5854{
5855 /* Set to iphone type */
6b0f95c4 5856 static const struct coef_fw alc255fw[] = {
54db6c39
TI
5857 WRITE_COEF(0x1b, 0x880b),
5858 WRITE_COEF(0x45, 0xd089),
5859 WRITE_COEF(0x1b, 0x080b),
5860 WRITE_COEF(0x46, 0x0004),
5861 WRITE_COEF(0x1b, 0x0c0b),
5862 {}
5863 };
6b0f95c4 5864 static const struct coef_fw alc256fw[] = {
e69e7e03
KY
5865 WRITE_COEF(0x1b, 0x884b),
5866 WRITE_COEF(0x45, 0xd089),
5867 WRITE_COEF(0x1b, 0x084b),
5868 WRITE_COEF(0x46, 0x0004),
5869 WRITE_COEF(0x1b, 0x0c4b),
5870 {}
5871 };
5872 switch (codec->core.vendor_id) {
5873 case 0x10ec0255:
5874 alc_process_coef_fw(codec, alc255fw);
5875 break;
1948fc06 5876 case 0x10ec0230:
736f20a7 5877 case 0x10ec0236:
e69e7e03 5878 case 0x10ec0256:
527f4643 5879 case 0x19e58326:
e69e7e03
KY
5880 alc_process_coef_fw(codec, alc256fw);
5881 break;
5882 }
31278997
KY
5883 msleep(30);
5884}
5885
9a22a8f5
KY
5886static void alc_fixup_headset_mode_alc255(struct hda_codec *codec,
5887 const struct hda_fixup *fix, int action)
5888{
5889 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
31278997 5890 alc255_set_default_jack_type(codec);
9a22a8f5
KY
5891 }
5892 alc_fixup_headset_mode(codec, fix, action);
5893}
5894
31278997
KY
5895static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
5896 const struct hda_fixup *fix, int action)
5897{
5898 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5899 struct alc_spec *spec = codec->spec;
5900 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
5901 alc255_set_default_jack_type(codec);
72cea3a3 5902 }
31278997
KY
5903 else
5904 alc_fixup_headset_mode(codec, fix, action);
5905}
5906
e1e62b98
KY
5907static void alc288_update_headset_jack_cb(struct hda_codec *codec,
5908 struct hda_jack_callback *jack)
5909{
5910 struct alc_spec *spec = codec->spec;
e1e62b98
KY
5911
5912 alc_update_headset_jack_cb(codec, jack);
5913 /* Headset Mic enable or disable, only for Dell Dino */
d44a6864 5914 alc_update_gpio_data(codec, 0x40, spec->gen.hp_jack_present);
e1e62b98
KY
5915}
5916
5917static void alc_fixup_headset_mode_dell_alc288(struct hda_codec *codec,
5918 const struct hda_fixup *fix, int action)
5919{
5920 alc_fixup_headset_mode(codec, fix, action);
5921 if (action == HDA_FIXUP_ACT_PROBE) {
5922 struct alc_spec *spec = codec->spec;
d44a6864
TI
5923 /* toggled via hp_automute_hook */
5924 spec->gpio_mask |= 0x40;
5925 spec->gpio_dir |= 0x40;
e1e62b98
KY
5926 spec->gen.hp_automute_hook = alc288_update_headset_jack_cb;
5927 }
5928}
5929
493a52a9
HW
5930static void alc_fixup_auto_mute_via_amp(struct hda_codec *codec,
5931 const struct hda_fixup *fix, int action)
5932{
5933 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5934 struct alc_spec *spec = codec->spec;
5935 spec->gen.auto_mute_via_amp = 1;
5936 }
5937}
5938
9b745ab8
TI
5939static void alc_fixup_no_shutup(struct hda_codec *codec,
5940 const struct hda_fixup *fix, int action)
5941{
efe55732 5942 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
9b745ab8 5943 struct alc_spec *spec = codec->spec;
c0ca5ece 5944 spec->no_shutup_pins = 1;
9b745ab8
TI
5945 }
5946}
5947
5e6db669
GM
5948static void alc_fixup_disable_aamix(struct hda_codec *codec,
5949 const struct hda_fixup *fix, int action)
5950{
5951 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5952 struct alc_spec *spec = codec->spec;
5953 /* Disable AA-loopback as it causes white noise */
5954 spec->gen.mixer_nid = 0;
5955 }
5956}
5957
7f57d803
TI
5958/* fixup for Thinkpad docks: add dock pins, avoid HP parser fixup */
5959static void alc_fixup_tpt440_dock(struct hda_codec *codec,
5960 const struct hda_fixup *fix, int action)
5961{
5962 static const struct hda_pintbl pincfgs[] = {
5963 { 0x16, 0x21211010 }, /* dock headphone */
5964 { 0x19, 0x21a11010 }, /* dock mic */
5965 { }
5966 };
5967 struct alc_spec *spec = codec->spec;
5968
5969 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5970 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
5971 codec->power_save_node = 0; /* avoid click noises */
5972 snd_hda_apply_pincfgs(codec, pincfgs);
5973 }
5974}
5975
61fcf8ec
KY
5976static void alc_fixup_tpt470_dock(struct hda_codec *codec,
5977 const struct hda_fixup *fix, int action)
5978{
5979 static const struct hda_pintbl pincfgs[] = {
5980 { 0x17, 0x21211010 }, /* dock headphone */
5981 { 0x19, 0x21a11010 }, /* dock mic */
5982 { }
5983 };
5984 struct alc_spec *spec = codec->spec;
5985
5986 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5987 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
71db96dd
TI
5988 snd_hda_apply_pincfgs(codec, pincfgs);
5989 } else if (action == HDA_FIXUP_ACT_INIT) {
61fcf8ec
KY
5990 /* Enable DOCK device */
5991 snd_hda_codec_write(codec, 0x17, 0,
5992 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, 0);
5993 /* Enable DOCK device */
5994 snd_hda_codec_write(codec, 0x19, 0,
5995 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, 0);
61fcf8ec
KY
5996 }
5997}
5998
399c01aa
TI
5999static void alc_fixup_tpt470_dacs(struct hda_codec *codec,
6000 const struct hda_fixup *fix, int action)
6001{
6002 /* Assure the speaker pin to be coupled with DAC NID 0x03; otherwise
6003 * the speaker output becomes too low by some reason on Thinkpads with
6004 * ALC298 codec
6005 */
6006 static const hda_nid_t preferred_pairs[] = {
6007 0x14, 0x03, 0x17, 0x02, 0x21, 0x02,
6008 0
6009 };
6010 struct alc_spec *spec = codec->spec;
6011
6012 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6013 spec->gen.preferred_dacs = preferred_pairs;
6014}
6015
8eedd3a7
TI
6016static void alc295_fixup_asus_dacs(struct hda_codec *codec,
6017 const struct hda_fixup *fix, int action)
6018{
6019 static const hda_nid_t preferred_pairs[] = {
6020 0x17, 0x02, 0x21, 0x03, 0
6021 };
6022 struct alc_spec *spec = codec->spec;
6023
6024 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6025 spec->gen.preferred_dacs = preferred_pairs;
6026}
6027
9476d369 6028static void alc_shutup_dell_xps13(struct hda_codec *codec)
033b0a7c
GM
6029{
6030 struct alc_spec *spec = codec->spec;
35a39f98 6031 int hp_pin = alc_get_hp_pin(spec);
033b0a7c 6032
9476d369
GM
6033 /* Prevent pop noises when headphones are plugged in */
6034 snd_hda_codec_write(codec, hp_pin, 0,
6035 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
6036 msleep(20);
033b0a7c
GM
6037}
6038
6039static void alc_fixup_dell_xps13(struct hda_codec *codec,
6040 const struct hda_fixup *fix, int action)
6041{
3e1b0c4a
TI
6042 struct alc_spec *spec = codec->spec;
6043 struct hda_input_mux *imux = &spec->gen.input_mux;
6044 int i;
f38663ab 6045
3e1b0c4a
TI
6046 switch (action) {
6047 case HDA_FIXUP_ACT_PRE_PROBE:
6048 /* mic pin 0x19 must be initialized with Vref Hi-Z, otherwise
6049 * it causes a click noise at start up
6050 */
6051 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
efe55732 6052 spec->shutup = alc_shutup_dell_xps13;
3e1b0c4a
TI
6053 break;
6054 case HDA_FIXUP_ACT_PROBE:
f38663ab
GM
6055 /* Make the internal mic the default input source. */
6056 for (i = 0; i < imux->num_items; i++) {
6057 if (spec->gen.imux_pins[i] == 0x12) {
6058 spec->gen.cur_mux[0] = i;
6059 break;
6060 }
6061 }
3e1b0c4a 6062 break;
033b0a7c
GM
6063 }
6064}
6065
1f8b46cd
DH
6066static void alc_fixup_headset_mode_alc662(struct hda_codec *codec,
6067 const struct hda_fixup *fix, int action)
6068{
6069 struct alc_spec *spec = codec->spec;
6070
6071 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6072 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
6073 spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */
b40eda64
DH
6074
6075 /* Disable boost for mic-in permanently. (This code is only called
6076 from quirks that guarantee that the headphone is at NID 0x1b.) */
6077 snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000);
6078 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP);
1f8b46cd
DH
6079 } else
6080 alc_fixup_headset_mode(codec, fix, action);
6081}
6082
73bdd597
DH
6083static void alc_fixup_headset_mode_alc668(struct hda_codec *codec,
6084 const struct hda_fixup *fix, int action)
6085{
6086 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
73bdd597 6087 alc_write_coef_idx(codec, 0xc4, 0x8000);
98b24883 6088 alc_update_coef_idx(codec, 0xc2, ~0xfe, 0);
73bdd597
DH
6089 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
6090 }
6091 alc_fixup_headset_mode(codec, fix, action);
6092}
6093
bde7bc60
CCC
6094/* Returns the nid of the external mic input pin, or 0 if it cannot be found. */
6095static int find_ext_mic_pin(struct hda_codec *codec)
6096{
6097 struct alc_spec *spec = codec->spec;
6098 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
6099 hda_nid_t nid;
6100 unsigned int defcfg;
6101 int i;
6102
6103 for (i = 0; i < cfg->num_inputs; i++) {
6104 if (cfg->inputs[i].type != AUTO_PIN_MIC)
6105 continue;
6106 nid = cfg->inputs[i].pin;
6107 defcfg = snd_hda_codec_get_pincfg(codec, nid);
6108 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT)
6109 continue;
6110 return nid;
6111 }
6112
6113 return 0;
6114}
6115
08a978db 6116static void alc271_hp_gate_mic_jack(struct hda_codec *codec,
1727a771 6117 const struct hda_fixup *fix,
08a978db
DR
6118 int action)
6119{
6120 struct alc_spec *spec = codec->spec;
6121
0db75790 6122 if (action == HDA_FIXUP_ACT_PROBE) {
bde7bc60 6123 int mic_pin = find_ext_mic_pin(codec);
35a39f98 6124 int hp_pin = alc_get_hp_pin(spec);
bde7bc60
CCC
6125
6126 if (snd_BUG_ON(!mic_pin || !hp_pin))
0db75790 6127 return;
bde7bc60 6128 snd_hda_jack_set_gating_jack(codec, mic_pin, hp_pin);
0db75790 6129 }
08a978db 6130}
693b613d 6131
3e0d611b
DH
6132static void alc269_fixup_limit_int_mic_boost(struct hda_codec *codec,
6133 const struct hda_fixup *fix,
6134 int action)
6135{
6136 struct alc_spec *spec = codec->spec;
6137 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
6138 int i;
6139
6140 /* The mic boosts on level 2 and 3 are too noisy
6141 on the internal mic input.
6142 Therefore limit the boost to 0 or 1. */
6143
6144 if (action != HDA_FIXUP_ACT_PROBE)
6145 return;
6146
6147 for (i = 0; i < cfg->num_inputs; i++) {
6148 hda_nid_t nid = cfg->inputs[i].pin;
6149 unsigned int defcfg;
6150 if (cfg->inputs[i].type != AUTO_PIN_MIC)
6151 continue;
6152 defcfg = snd_hda_codec_get_pincfg(codec, nid);
6153 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT)
6154 continue;
6155
6156 snd_hda_override_amp_caps(codec, nid, HDA_INPUT,
6157 (0x00 << AC_AMPCAP_OFFSET_SHIFT) |
6158 (0x01 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6159 (0x2f << AC_AMPCAP_STEP_SIZE_SHIFT) |
6160 (0 << AC_AMPCAP_MUTE_SHIFT));
6161 }
6162}
6163
cd217a63 6164static void alc283_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 6165 struct hda_jack_callback *jack)
cd217a63
KY
6166{
6167 struct alc_spec *spec = codec->spec;
6168 int vref;
6169
6170 msleep(200);
6171 snd_hda_gen_hp_automute(codec, jack);
6172
6173 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
6174
6175 msleep(600);
6176 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
6177 vref);
6178}
6179
cd217a63
KY
6180static void alc283_fixup_chromebook(struct hda_codec *codec,
6181 const struct hda_fixup *fix, int action)
6182{
6183 struct alc_spec *spec = codec->spec;
cd217a63
KY
6184
6185 switch (action) {
6186 case HDA_FIXUP_ACT_PRE_PROBE:
0202e99c 6187 snd_hda_override_wcaps(codec, 0x03, 0);
d2e92709
TI
6188 /* Disable AA-loopback as it causes white noise */
6189 spec->gen.mixer_nid = 0;
38070219 6190 break;
0202e99c 6191 case HDA_FIXUP_ACT_INIT:
de9481cb
KY
6192 /* MIC2-VREF control */
6193 /* Set to manual mode */
98b24883 6194 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
0202e99c 6195 /* Enable Line1 input control by verb */
98b24883 6196 alc_update_coef_idx(codec, 0x1a, 0, 1 << 4);
0202e99c
KY
6197 break;
6198 }
6199}
6200
6201static void alc283_fixup_sense_combo_jack(struct hda_codec *codec,
6202 const struct hda_fixup *fix, int action)
6203{
6204 struct alc_spec *spec = codec->spec;
0202e99c
KY
6205
6206 switch (action) {
6207 case HDA_FIXUP_ACT_PRE_PROBE:
cd217a63 6208 spec->gen.hp_automute_hook = alc283_hp_automute_hook;
38070219
KY
6209 break;
6210 case HDA_FIXUP_ACT_INIT:
cd217a63
KY
6211 /* MIC2-VREF control */
6212 /* Set to manual mode */
98b24883 6213 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
cd217a63
KY
6214 break;
6215 }
6216}
6217
7bba2157
TI
6218/* mute tablet speaker pin (0x14) via dock plugging in addition */
6219static void asus_tx300_automute(struct hda_codec *codec)
6220{
6221 struct alc_spec *spec = codec->spec;
6222 snd_hda_gen_update_outputs(codec);
6223 if (snd_hda_jack_detect(codec, 0x1b))
6224 spec->gen.mute_bits |= (1ULL << 0x14);
6225}
6226
6227static void alc282_fixup_asus_tx300(struct hda_codec *codec,
6228 const struct hda_fixup *fix, int action)
6229{
6230 struct alc_spec *spec = codec->spec;
7bba2157
TI
6231 static const struct hda_pintbl dock_pins[] = {
6232 { 0x1b, 0x21114000 }, /* dock speaker pin */
6233 {}
6234 };
7bba2157
TI
6235
6236 switch (action) {
6237 case HDA_FIXUP_ACT_PRE_PROBE:
1c76aa5f 6238 spec->init_amp = ALC_INIT_DEFAULT;
ae065f1c
TI
6239 /* TX300 needs to set up GPIO2 for the speaker amp */
6240 alc_setup_gpio(codec, 0x04);
7bba2157
TI
6241 snd_hda_apply_pincfgs(codec, dock_pins);
6242 spec->gen.auto_mute_via_amp = 1;
6243 spec->gen.automute_hook = asus_tx300_automute;
6244 snd_hda_jack_detect_enable_callback(codec, 0x1b,
7bba2157
TI
6245 snd_hda_gen_hp_automute);
6246 break;
5579cd6f
TI
6247 case HDA_FIXUP_ACT_PROBE:
6248 spec->init_amp = ALC_INIT_DEFAULT;
6249 break;
7bba2157
TI
6250 case HDA_FIXUP_ACT_BUILD:
6251 /* this is a bit tricky; give more sane names for the main
6252 * (tablet) speaker and the dock speaker, respectively
6253 */
56798e6b
TI
6254 rename_ctl(codec, "Speaker Playback Switch",
6255 "Dock Speaker Playback Switch");
6256 rename_ctl(codec, "Bass Speaker Playback Switch",
6257 "Speaker Playback Switch");
7bba2157
TI
6258 break;
6259 }
6260}
6261
338cae56
DH
6262static void alc290_fixup_mono_speakers(struct hda_codec *codec,
6263 const struct hda_fixup *fix, int action)
6264{
0f4881dc
DH
6265 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6266 /* DAC node 0x03 is giving mono output. We therefore want to
6267 make sure 0x14 (front speaker) and 0x15 (headphones) use the
6268 stereo DAC, while leaving 0x17 (bass speaker) for node 0x03. */
caf3c043
MM
6269 static const hda_nid_t conn1[] = { 0x0c };
6270 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
6271 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn1), conn1);
0f4881dc 6272 }
338cae56
DH
6273}
6274
dd9aa335
HW
6275static void alc298_fixup_speaker_volume(struct hda_codec *codec,
6276 const struct hda_fixup *fix, int action)
6277{
6278 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6279 /* The speaker is routed to the Node 0x06 by a mistake, as a result
6280 we can't adjust the speaker's volume since this node does not has
6281 Amp-out capability. we change the speaker's route to:
6282 Node 0x02 (Audio Output) -> Node 0x0c (Audio Mixer) -> Node 0x17 (
6283 Pin Complex), since Node 0x02 has Amp-out caps, we can adjust
6284 speaker's volume now. */
6285
caf3c043
MM
6286 static const hda_nid_t conn1[] = { 0x0c };
6287 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn1), conn1);
dd9aa335
HW
6288 }
6289}
6290
e312a869
TI
6291/* disable DAC3 (0x06) selection on NID 0x17 as it has no volume amp control */
6292static void alc295_fixup_disable_dac3(struct hda_codec *codec,
6293 const struct hda_fixup *fix, int action)
6294{
6295 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
caf3c043
MM
6296 static const hda_nid_t conn[] = { 0x02, 0x03 };
6297 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
e312a869
TI
6298 }
6299}
6300
d2cd795c
JK
6301/* force NID 0x17 (Bass Speaker) to DAC1 to share it with the main speaker */
6302static void alc285_fixup_speaker2_to_dac1(struct hda_codec *codec,
6303 const struct hda_fixup *fix, int action)
6304{
6305 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
caf3c043
MM
6306 static const hda_nid_t conn[] = { 0x02 };
6307 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
d2cd795c
JK
6308 }
6309}
6310
98973f2f
KP
6311/* Hook to update amp GPIO4 for automute */
6312static void alc280_hp_gpio4_automute_hook(struct hda_codec *codec,
6313 struct hda_jack_callback *jack)
6314{
6315 struct alc_spec *spec = codec->spec;
6316
6317 snd_hda_gen_hp_automute(codec, jack);
6318 /* mute_led_polarity is set to 0, so we pass inverted value here */
dbd13179
KHF
6319 alc_update_gpio_led(codec, 0x10, spec->mute_led_polarity,
6320 !spec->gen.hp_jack_present);
98973f2f
KP
6321}
6322
6323/* Manage GPIOs for HP EliteBook Folio 9480m.
6324 *
6325 * GPIO4 is the headphone amplifier power control
6326 * GPIO3 is the audio output mute indicator LED
6327 */
6328
6329static void alc280_fixup_hp_9480m(struct hda_codec *codec,
6330 const struct hda_fixup *fix,
6331 int action)
6332{
6333 struct alc_spec *spec = codec->spec;
98973f2f 6334
01e4a275 6335 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
98973f2f 6336 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
01e4a275
TI
6337 /* amp at GPIO4; toggled via alc280_hp_gpio4_automute_hook() */
6338 spec->gpio_mask |= 0x10;
6339 spec->gpio_dir |= 0x10;
98973f2f 6340 spec->gen.hp_automute_hook = alc280_hp_gpio4_automute_hook;
98973f2f
KP
6341 }
6342}
6343
ae065f1c
TI
6344static void alc275_fixup_gpio4_off(struct hda_codec *codec,
6345 const struct hda_fixup *fix,
6346 int action)
6347{
6348 struct alc_spec *spec = codec->spec;
6349
6350 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6351 spec->gpio_mask |= 0x04;
6352 spec->gpio_dir |= 0x04;
6353 /* set data bit low */
6354 }
6355}
6356
6a6660d0
TI
6357/* Quirk for Thinkpad X1 7th and 8th Gen
6358 * The following fixed routing needed
6359 * DAC1 (NID 0x02) -> Speaker (NID 0x14); some eq applied secretly
6360 * DAC2 (NID 0x03) -> Bass (NID 0x17) & Headphone (NID 0x21); sharing a DAC
6361 * DAC3 (NID 0x06) -> Unused, due to the lack of volume amp
6362 */
6363static void alc285_fixup_thinkpad_x1_gen7(struct hda_codec *codec,
6364 const struct hda_fixup *fix, int action)
6365{
6366 static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */
6367 static const hda_nid_t preferred_pairs[] = {
6368 0x14, 0x02, 0x17, 0x03, 0x21, 0x03, 0
6369 };
6370 struct alc_spec *spec = codec->spec;
6371
6372 switch (action) {
6373 case HDA_FIXUP_ACT_PRE_PROBE:
6374 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6375 spec->gen.preferred_dacs = preferred_pairs;
6376 break;
6377 case HDA_FIXUP_ACT_BUILD:
6378 /* The generic parser creates somewhat unintuitive volume ctls
6379 * with the fixed routing above, and the shared DAC2 may be
6380 * confusing for PA.
6381 * Rename those to unique names so that PA doesn't touch them
6382 * and use only Master volume.
6383 */
6384 rename_ctl(codec, "Front Playback Volume", "DAC1 Playback Volume");
6385 rename_ctl(codec, "Bass Speaker Playback Volume", "DAC2 Playback Volume");
6386 break;
6387 }
6388}
6389
ca169cc2
KY
6390static void alc233_alc662_fixup_lenovo_dual_codecs(struct hda_codec *codec,
6391 const struct hda_fixup *fix,
6392 int action)
6393{
6394 alc_fixup_dual_codecs(codec, fix, action);
6395 switch (action) {
6396 case HDA_FIXUP_ACT_PRE_PROBE:
6397 /* override card longname to provide a unique UCM profile */
6398 strcpy(codec->card->longname, "HDAudio-Lenovo-DualCodecs");
6399 break;
6400 case HDA_FIXUP_ACT_BUILD:
6401 /* rename Capture controls depending on the codec */
6402 rename_ctl(codec, "Capture Volume",
6403 codec->addr == 0 ?
6404 "Rear-Panel Capture Volume" :
6405 "Front-Panel Capture Volume");
6406 rename_ctl(codec, "Capture Switch",
6407 codec->addr == 0 ?
6408 "Rear-Panel Capture Switch" :
6409 "Front-Panel Capture Switch");
6410 break;
6411 }
6412}
6413
52e4e368
KHF
6414static void alc225_fixup_s3_pop_noise(struct hda_codec *codec,
6415 const struct hda_fixup *fix, int action)
6416{
6417 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6418 return;
6419
6420 codec->power_save_node = 1;
6421}
6422
92266651
KY
6423/* Forcibly assign NID 0x03 to HP/LO while NID 0x02 to SPK for EQ */
6424static void alc274_fixup_bind_dacs(struct hda_codec *codec,
6425 const struct hda_fixup *fix, int action)
6426{
6427 struct alc_spec *spec = codec->spec;
caf3c043 6428 static const hda_nid_t preferred_pairs[] = {
92266651
KY
6429 0x21, 0x03, 0x1b, 0x03, 0x16, 0x02,
6430 0
6431 };
6432
6433 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6434 return;
6435
6436 spec->gen.preferred_dacs = preferred_pairs;
0700d3d1
KY
6437 spec->gen.auto_mute_via_amp = 1;
6438 codec->power_save_node = 0;
92266651
KY
6439}
6440
c84bfedc
TI
6441/* avoid DAC 0x06 for bass speaker 0x17; it has no volume control */
6442static void alc289_fixup_asus_ga401(struct hda_codec *codec,
6443 const struct hda_fixup *fix, int action)
6444{
6445 static const hda_nid_t preferred_pairs[] = {
6446 0x14, 0x02, 0x17, 0x02, 0x21, 0x03, 0
6447 };
6448 struct alc_spec *spec = codec->spec;
6449
6450 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6451 spec->gen.preferred_dacs = preferred_pairs;
6452 spec->gen.obey_preferred_dacs = 1;
6453 }
6454}
6455
c4cfcf6f
HW
6456/* The DAC of NID 0x3 will introduce click/pop noise on headphones, so invalidate it */
6457static void alc285_fixup_invalidate_dacs(struct hda_codec *codec,
6458 const struct hda_fixup *fix, int action)
6459{
6460 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6461 return;
6462
6463 snd_hda_override_wcaps(codec, 0x03, 0);
6464}
6465
8a8de09c
KY
6466static void alc_combo_jack_hp_jd_restart(struct hda_codec *codec)
6467{
6468 switch (codec->core.vendor_id) {
6469 case 0x10ec0274:
6470 case 0x10ec0294:
6471 case 0x10ec0225:
6472 case 0x10ec0295:
6473 case 0x10ec0299:
6474 alc_update_coef_idx(codec, 0x4a, 0x8000, 1 << 15); /* Reset HP JD */
6475 alc_update_coef_idx(codec, 0x4a, 0x8000, 0 << 15);
6476 break;
1948fc06 6477 case 0x10ec0230:
8a8de09c
KY
6478 case 0x10ec0235:
6479 case 0x10ec0236:
6480 case 0x10ec0255:
6481 case 0x10ec0256:
527f4643 6482 case 0x19e58326:
8a8de09c
KY
6483 alc_update_coef_idx(codec, 0x1b, 0x8000, 1 << 15); /* Reset HP JD */
6484 alc_update_coef_idx(codec, 0x1b, 0x8000, 0 << 15);
6485 break;
6486 }
6487}
6488
8983eb60
KY
6489static void alc295_fixup_chromebook(struct hda_codec *codec,
6490 const struct hda_fixup *fix, int action)
6491{
d3ba58bb
KY
6492 struct alc_spec *spec = codec->spec;
6493
8983eb60 6494 switch (action) {
d3ba58bb
KY
6495 case HDA_FIXUP_ACT_PRE_PROBE:
6496 spec->ultra_low_power = true;
6497 break;
8983eb60 6498 case HDA_FIXUP_ACT_INIT:
8a8de09c 6499 alc_combo_jack_hp_jd_restart(codec);
8983eb60
KY
6500 break;
6501 }
6502}
6503
d1dd4211
KY
6504static void alc_fixup_disable_mic_vref(struct hda_codec *codec,
6505 const struct hda_fixup *fix, int action)
6506{
6507 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6508 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
6509}
6510
c3cdf189
LJ
6511
6512static void alc294_gx502_toggle_output(struct hda_codec *codec,
6513 struct hda_jack_callback *cb)
6514{
6515 /* The Windows driver sets the codec up in a very different way where
6516 * it appears to leave 0x10 = 0x8a20 set. For Linux we need to toggle it
6517 */
6518 if (snd_hda_jack_detect_state(codec, 0x21) == HDA_JACK_PRESENT)
6519 alc_write_coef_idx(codec, 0x10, 0x8a20);
6520 else
6521 alc_write_coef_idx(codec, 0x10, 0x0a20);
6522}
6523
6524static void alc294_fixup_gx502_hp(struct hda_codec *codec,
6525 const struct hda_fixup *fix, int action)
6526{
6527 /* Pin 0x21: headphones/headset mic */
6528 if (!is_jack_detectable(codec, 0x21))
6529 return;
6530
6531 switch (action) {
6532 case HDA_FIXUP_ACT_PRE_PROBE:
6533 snd_hda_jack_detect_enable_callback(codec, 0x21,
6534 alc294_gx502_toggle_output);
6535 break;
6536 case HDA_FIXUP_ACT_INIT:
6537 /* Make sure to start in a correct state, i.e. if
6538 * headphones have been plugged in before powering up the system
6539 */
6540 alc294_gx502_toggle_output(codec, NULL);
6541 break;
6542 }
6543}
6544
c1b55029
DC
6545static void alc294_gu502_toggle_output(struct hda_codec *codec,
6546 struct hda_jack_callback *cb)
6547{
6548 /* Windows sets 0x10 to 0x8420 for Node 0x20 which is
6549 * responsible from changes between speakers and headphones
6550 */
6551 if (snd_hda_jack_detect_state(codec, 0x21) == HDA_JACK_PRESENT)
6552 alc_write_coef_idx(codec, 0x10, 0x8420);
6553 else
6554 alc_write_coef_idx(codec, 0x10, 0x0a20);
6555}
6556
6557static void alc294_fixup_gu502_hp(struct hda_codec *codec,
6558 const struct hda_fixup *fix, int action)
6559{
6560 if (!is_jack_detectable(codec, 0x21))
6561 return;
6562
6563 switch (action) {
6564 case HDA_FIXUP_ACT_PRE_PROBE:
6565 snd_hda_jack_detect_enable_callback(codec, 0x21,
6566 alc294_gu502_toggle_output);
6567 break;
6568 case HDA_FIXUP_ACT_INIT:
6569 alc294_gu502_toggle_output(codec, NULL);
6570 break;
6571 }
6572}
6573
56496253
KY
6574static void alc285_fixup_hp_gpio_amp_init(struct hda_codec *codec,
6575 const struct hda_fixup *fix, int action)
6576{
6577 if (action != HDA_FIXUP_ACT_INIT)
6578 return;
6579
6580 msleep(100);
6581 alc_write_coef_idx(codec, 0x65, 0x0);
6582}
6583
8a8de09c
KY
6584static void alc274_fixup_hp_headset_mic(struct hda_codec *codec,
6585 const struct hda_fixup *fix, int action)
6586{
6587 switch (action) {
6588 case HDA_FIXUP_ACT_INIT:
6589 alc_combo_jack_hp_jd_restart(codec);
6590 break;
6591 }
6592}
6593
92666d45
KY
6594static void alc_fixup_no_int_mic(struct hda_codec *codec,
6595 const struct hda_fixup *fix, int action)
6596{
6597 struct alc_spec *spec = codec->spec;
6598
6599 switch (action) {
6600 case HDA_FIXUP_ACT_PRE_PROBE:
6601 /* Mic RING SLEEVE swap for combo jack */
6602 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
6603 spec->no_internal_mic_pin = true;
6604 break;
6605 case HDA_FIXUP_ACT_INIT:
6606 alc_combo_jack_hp_jd_restart(codec);
6607 break;
6608 }
6609}
6610
d94befbb
DB
6611/* GPIO1 = amplifier on/off
6612 * GPIO3 = mic mute LED
6613 */
6614static void alc285_fixup_hp_spectre_x360_eb1(struct hda_codec *codec,
6615 const struct hda_fixup *fix, int action)
6616{
6617 static const hda_nid_t conn[] = { 0x02 };
6618
6619 struct alc_spec *spec = codec->spec;
6620 static const struct hda_pintbl pincfgs[] = {
6621 { 0x14, 0x90170110 }, /* front/high speakers */
6622 { 0x17, 0x90170130 }, /* back/bass speakers */
6623 { }
6624 };
6625
6626 //enable micmute led
6627 alc_fixup_hp_gpio_led(codec, action, 0x00, 0x04);
6628
6629 switch (action) {
6630 case HDA_FIXUP_ACT_PRE_PROBE:
6631 spec->micmute_led_polarity = 1;
6632 /* needed for amp of back speakers */
6633 spec->gpio_mask |= 0x01;
6634 spec->gpio_dir |= 0x01;
6635 snd_hda_apply_pincfgs(codec, pincfgs);
6636 /* share DAC to have unified volume control */
6637 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn), conn);
6638 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6639 break;
6640 case HDA_FIXUP_ACT_INIT:
6641 /* need to toggle GPIO to enable the amp of back speakers */
6642 alc_update_gpio_data(codec, 0x01, true);
6643 msleep(100);
6644 alc_update_gpio_data(codec, 0x01, false);
6645 break;
6646 }
6647}
6648
434591b2
ED
6649static void alc285_fixup_hp_spectre_x360(struct hda_codec *codec,
6650 const struct hda_fixup *fix, int action)
6651{
6652 static const hda_nid_t conn[] = { 0x02 };
6653 static const struct hda_pintbl pincfgs[] = {
6654 { 0x14, 0x90170110 }, /* rear speaker */
6655 { }
6656 };
6657
6658 switch (action) {
6659 case HDA_FIXUP_ACT_PRE_PROBE:
6660 snd_hda_apply_pincfgs(codec, pincfgs);
6661 /* force front speaker to DAC1 */
6662 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6663 break;
6664 }
6665}
6666
b317b032
TI
6667/* for hda_fixup_thinkpad_acpi() */
6668#include "thinkpad_helper.c"
b67ae3f1 6669
d5a6cabf
TI
6670static void alc_fixup_thinkpad_acpi(struct hda_codec *codec,
6671 const struct hda_fixup *fix, int action)
6672{
6673 alc_fixup_no_shutup(codec, fix, action); /* reduce click noise */
6674 hda_fixup_thinkpad_acpi(codec, fix, action);
6675}
6676
ad7cc2d4
CB
6677/* Fixup for Lenovo Legion 15IMHg05 speaker output on headset removal. */
6678static void alc287_fixup_legion_15imhg05_speakers(struct hda_codec *codec,
6679 const struct hda_fixup *fix,
6680 int action)
6681{
6682 struct alc_spec *spec = codec->spec;
6683
6684 switch (action) {
6685 case HDA_FIXUP_ACT_PRE_PROBE:
6686 spec->gen.suppress_auto_mute = 1;
6687 break;
6688 }
6689}
6690
d3dca026
LT
6691static int comp_bind(struct device *dev)
6692{
6693 struct hda_codec *cdc = dev_to_hda_codec(dev);
6694 struct alc_spec *spec = cdc->spec;
1873ebd3 6695
a8dfb850 6696 return component_bind_all(dev, spec->comps);
d3dca026
LT
6697}
6698
6699static void comp_unbind(struct device *dev)
6700{
6701 struct hda_codec *cdc = dev_to_hda_codec(dev);
6702 struct alc_spec *spec = cdc->spec;
6703
6704 component_unbind_all(dev, spec->comps);
6705}
6706
6707static const struct component_master_ops comp_master_ops = {
6708 .bind = comp_bind,
6709 .unbind = comp_unbind,
6710};
6711
6712static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc,
6713 struct snd_pcm_substream *sub, int action)
6714{
6715 struct alc_spec *spec = cdc->spec;
6716 int i;
6717
6718 for (i = 0; i < HDA_MAX_COMPONENTS; i++) {
4eae4892
SB
6719 if (spec->comps[i].dev && spec->comps[i].pre_playback_hook)
6720 spec->comps[i].pre_playback_hook(spec->comps[i].dev, action);
6721 }
6722 for (i = 0; i < HDA_MAX_COMPONENTS; i++) {
6723 if (spec->comps[i].dev && spec->comps[i].playback_hook)
d3dca026
LT
6724 spec->comps[i].playback_hook(spec->comps[i].dev, action);
6725 }
4eae4892
SB
6726 for (i = 0; i < HDA_MAX_COMPONENTS; i++) {
6727 if (spec->comps[i].dev && spec->comps[i].post_playback_hook)
6728 spec->comps[i].post_playback_hook(spec->comps[i].dev, action);
6729 }
d3dca026
LT
6730}
6731
35a17444
TI
6732struct cs35l41_dev_name {
6733 const char *bus;
6734 const char *hid;
6735 int index;
6736};
6737
6738/* match the device name in a slightly relaxed manner */
6739static int comp_match_cs35l41_dev_name(struct device *dev, void *data)
6740{
6741 struct cs35l41_dev_name *p = data;
6742 const char *d = dev_name(dev);
6743 int n = strlen(p->bus);
6744 char tmp[32];
6745
6746 /* check the bus name */
6747 if (strncmp(d, p->bus, n))
6748 return 0;
6749 /* skip the bus number */
6750 if (isdigit(d[n]))
6751 n++;
6752 /* the rest must be exact matching */
6753 snprintf(tmp, sizeof(tmp), "-%s:00-cs35l41-hda.%d", p->hid, p->index);
6754 return !strcmp(d + n, tmp);
6755}
6756
ae7abe36
SB
6757static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus,
6758 const char *hid, int count)
6759{
6760 struct device *dev = hda_codec_dev(cdc);
6761 struct alc_spec *spec = cdc->spec;
35a17444 6762 struct cs35l41_dev_name *rec;
ae7abe36
SB
6763 int ret, i;
6764
6765 switch (action) {
6766 case HDA_FIXUP_ACT_PRE_PROBE:
6767 for (i = 0; i < count; i++) {
35a17444
TI
6768 rec = devm_kmalloc(dev, sizeof(*rec), GFP_KERNEL);
6769 if (!rec)
ae7abe36 6770 return;
35a17444
TI
6771 rec->bus = bus;
6772 rec->hid = hid;
6773 rec->index = i;
22d5cbd2 6774 spec->comps[i].codec = cdc;
35a17444
TI
6775 component_match_add(dev, &spec->match,
6776 comp_match_cs35l41_dev_name, rec);
ae7abe36
SB
6777 }
6778 ret = component_master_add_with_match(dev, &comp_master_ops, spec->match);
6779 if (ret)
6780 codec_err(cdc, "Fail to register component aggregator %d\n", ret);
6781 else
6782 spec->gen.pcm_playback_hook = comp_generic_playback_hook;
6783 break;
ebcbfd84
SB
6784 case HDA_FIXUP_ACT_FREE:
6785 component_master_del(dev, &comp_master_ops);
6786 break;
ae7abe36
SB
6787 }
6788}
6789
6790static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6791{
6792 cs35l41_generic_fixup(cdc, action, "i2c", "CSC3551", 2);
6793}
6794
07bcab93
LT
6795static void cs35l41_fixup_spi_two(struct hda_codec *codec, const struct hda_fixup *fix, int action)
6796{
35a17444 6797 cs35l41_generic_fixup(codec, action, "spi", "CSC3551", 2);
225f6e1b
TI
6798}
6799
07bcab93
LT
6800static void cs35l41_fixup_spi_four(struct hda_codec *codec, const struct hda_fixup *fix, int action)
6801{
35a17444 6802 cs35l41_generic_fixup(codec, action, "spi", "CSC3551", 4);
07bcab93
LT
6803}
6804
d3dca026
LT
6805static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6806 int action)
6807{
14e42cee 6808 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0100", 2);
d3dca026
LT
6809}
6810
1e24881d
LT
6811static void alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6812 int action)
6813{
6814 cs35l41_generic_fixup(cdc, action, "i2c", "CLSA0101", 2);
6815}
6816
bbf8ff6b
TB
6817/* for alc295_fixup_hp_top_speakers */
6818#include "hp_x360_helper.c"
6819
26928ca1
TI
6820/* for alc285_fixup_ideapad_s740_coef() */
6821#include "ideapad_s740_helper.c"
6822
619764cc
WS
6823static const struct coef_fw alc256_fixup_set_coef_defaults_coefs[] = {
6824 WRITE_COEF(0x10, 0x0020), WRITE_COEF(0x24, 0x0000),
6825 WRITE_COEF(0x26, 0x0000), WRITE_COEF(0x29, 0x3000),
6826 WRITE_COEF(0x37, 0xfe05), WRITE_COEF(0x45, 0x5089),
6827 {}
6828};
6829
6830static void alc256_fixup_set_coef_defaults(struct hda_codec *codec,
6831 const struct hda_fixup *fix,
6832 int action)
dd6dd6e3
WS
6833{
6834 /*
619764cc
WS
6835 * A certain other OS sets these coeffs to different values. On at least
6836 * one TongFang barebone these settings might survive even a cold
6837 * reboot. So to restore a clean slate the values are explicitly reset
6838 * to default here. Without this, the external microphone is always in a
6839 * plugged-in state, while the internal microphone is always in an
6840 * unplugged state, breaking the ability to use the internal microphone.
6841 */
6842 alc_process_coef_fw(codec, alc256_fixup_set_coef_defaults_coefs);
dd6dd6e3
WS
6843}
6844
174a7fb3
WS
6845static const struct coef_fw alc233_fixup_no_audio_jack_coefs[] = {
6846 WRITE_COEF(0x1a, 0x9003), WRITE_COEF(0x1b, 0x0e2b), WRITE_COEF(0x37, 0xfe06),
6847 WRITE_COEF(0x38, 0x4981), WRITE_COEF(0x45, 0xd489), WRITE_COEF(0x46, 0x0074),
6848 WRITE_COEF(0x49, 0x0149),
6849 {}
6850};
6851
6852static void alc233_fixup_no_audio_jack(struct hda_codec *codec,
6853 const struct hda_fixup *fix,
6854 int action)
6855{
6856 /*
6857 * The audio jack input and output is not detected on the ASRock NUC Box
6858 * 1100 series when cold booting without this fix. Warm rebooting from a
6859 * certain other OS makes the audio functional, as COEF settings are
6860 * preserved in this case. This fix sets these altered COEF values as
6861 * the default.
6862 */
6863 alc_process_coef_fw(codec, alc233_fixup_no_audio_jack_coefs);
6864}
6865
edca7cc4
WS
6866static void alc256_fixup_mic_no_presence_and_resume(struct hda_codec *codec,
6867 const struct hda_fixup *fix,
6868 int action)
6869{
6870 /*
6871 * The Clevo NJ51CU comes either with the ALC293 or the ALC256 codec,
6872 * but uses the 0x8686 subproduct id in both cases. The ALC256 codec
6873 * needs an additional quirk for sound working after suspend and resume.
6874 */
6875 if (codec->core.vendor_id == 0x10ec0256) {
6876 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
6877 snd_hda_codec_set_pincfg(codec, 0x19, 0x04a11120);
6878 } else {
6879 snd_hda_codec_set_pincfg(codec, 0x1a, 0x04a1113c);
6880 }
6881}
6882
1efcdd9c
GM
6883static void alc_fixup_dell4_mic_no_presence_quiet(struct hda_codec *codec,
6884 const struct hda_fixup *fix,
6885 int action)
6886{
6887 struct alc_spec *spec = codec->spec;
6888 struct hda_input_mux *imux = &spec->gen.input_mux;
6889 int i;
6890
6891 alc269_fixup_limit_int_mic_boost(codec, fix, action);
6892
6893 switch (action) {
6894 case HDA_FIXUP_ACT_PRE_PROBE:
6895 /**
6896 * Set the vref of pin 0x19 (Headset Mic) and pin 0x1b (Headphone Mic)
6897 * to Hi-Z to avoid pop noises at startup and when plugging and
6898 * unplugging headphones.
6899 */
6900 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
6901 snd_hda_codec_set_pin_target(codec, 0x1b, PIN_VREFHIZ);
6902 break;
6903 case HDA_FIXUP_ACT_PROBE:
6904 /**
6905 * Make the internal mic (0x12) the default input source to
6906 * prevent pop noises on cold boot.
6907 */
6908 for (i = 0; i < imux->num_items; i++) {
6909 if (spec->gen.imux_pins[i] == 0x12) {
6910 spec->gen.cur_mux[0] = i;
6911 break;
6912 }
6913 }
6914 break;
6915 }
6916}
6917
3790a3d6
PJ
6918static void alc287_fixup_yoga9_14iap7_bass_spk_pin(struct hda_codec *codec,
6919 const struct hda_fixup *fix, int action)
6920{
6921 /*
6922 * The Pin Complex 0x17 for the bass speakers is wrongly reported as
6923 * unconnected.
6924 */
6925 static const struct hda_pintbl pincfgs[] = {
6926 { 0x17, 0x90170121 },
6927 { }
6928 };
6929 /*
6930 * Avoid DAC 0x06 and 0x08, as they have no volume controls.
6931 * DAC 0x02 and 0x03 would be fine.
6932 */
6933 static const hda_nid_t conn[] = { 0x02, 0x03 };
6934 /*
6935 * Prefer both speakerbar (0x14) and bass speakers (0x17) connected to DAC 0x02.
6936 * Headphones (0x21) are connected to DAC 0x03.
6937 */
6938 static const hda_nid_t preferred_pairs[] = {
6939 0x14, 0x02,
6940 0x17, 0x02,
6941 0x21, 0x03,
6942 0
6943 };
6944 struct alc_spec *spec = codec->spec;
6945
6946 switch (action) {
6947 case HDA_FIXUP_ACT_PRE_PROBE:
6948 snd_hda_apply_pincfgs(codec, pincfgs);
6949 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6950 spec->gen.preferred_dacs = preferred_pairs;
6951 break;
6952 }
6953}
6954
2912cdda
PJ
6955static void alc295_fixup_dell_inspiron_top_speakers(struct hda_codec *codec,
6956 const struct hda_fixup *fix, int action)
6957{
6958 static const struct hda_pintbl pincfgs[] = {
6959 { 0x14, 0x90170151 },
6960 { 0x17, 0x90170150 },
6961 { }
6962 };
6963 static const hda_nid_t conn[] = { 0x02, 0x03 };
6964 static const hda_nid_t preferred_pairs[] = {
6965 0x14, 0x02,
6966 0x17, 0x03,
6967 0x21, 0x02,
6968 0
6969 };
6970 struct alc_spec *spec = codec->spec;
6971
6972 alc_fixup_no_shutup(codec, fix, action);
6973
6974 switch (action) {
6975 case HDA_FIXUP_ACT_PRE_PROBE:
6976 snd_hda_apply_pincfgs(codec, pincfgs);
6977 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6978 spec->gen.preferred_dacs = preferred_pairs;
6979 break;
6980 }
6981}
6982
1d045db9 6983enum {
f73bbf63 6984 ALC269_FIXUP_GPIO2,
1d045db9
TI
6985 ALC269_FIXUP_SONY_VAIO,
6986 ALC275_FIXUP_SONY_VAIO_GPIO2,
6987 ALC269_FIXUP_DELL_M101Z,
6988 ALC269_FIXUP_SKU_IGNORE,
6989 ALC269_FIXUP_ASUS_G73JW,
e959f2be
PLB
6990 ALC269_FIXUP_ASUS_N7601ZM_PINS,
6991 ALC269_FIXUP_ASUS_N7601ZM,
1d045db9
TI
6992 ALC269_FIXUP_LENOVO_EAPD,
6993 ALC275_FIXUP_SONY_HWEQ,
e9bd7d5c 6994 ALC275_FIXUP_SONY_DISABLE_AAMIX,
1d045db9 6995 ALC271_FIXUP_DMIC,
017f2a10 6996 ALC269_FIXUP_PCM_44K,
adabb3ec 6997 ALC269_FIXUP_STEREO_DMIC,
7c478f03 6998 ALC269_FIXUP_HEADSET_MIC,
24519911
TI
6999 ALC269_FIXUP_QUANTA_MUTE,
7000 ALC269_FIXUP_LIFEBOOK,
2041d564 7001 ALC269_FIXUP_LIFEBOOK_EXTMIC,
cc7016ab 7002 ALC269_FIXUP_LIFEBOOK_HP_PIN,
4df3fd17 7003 ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT,
fdcc968a 7004 ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC,
a4297b5d
TI
7005 ALC269_FIXUP_AMIC,
7006 ALC269_FIXUP_DMIC,
7007 ALC269VB_FIXUP_AMIC,
7008 ALC269VB_FIXUP_DMIC,
08fb0d0e 7009 ALC269_FIXUP_HP_MUTE_LED,
d06ac143 7010 ALC269_FIXUP_HP_MUTE_LED_MIC1,
08fb0d0e 7011 ALC269_FIXUP_HP_MUTE_LED_MIC2,
7f783bd5 7012 ALC269_FIXUP_HP_MUTE_LED_MIC3,
9f5c6faf 7013 ALC269_FIXUP_HP_GPIO_LED,
9c5dc3bf
KY
7014 ALC269_FIXUP_HP_GPIO_MIC1_LED,
7015 ALC269_FIXUP_HP_LINE1_MIC1_LED,
693b613d 7016 ALC269_FIXUP_INV_DMIC,
108cc108 7017 ALC269_FIXUP_LENOVO_DOCK,
b590b38c 7018 ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST,
9b745ab8 7019 ALC269_FIXUP_NO_SHUTUP,
88cfcf86 7020 ALC286_FIXUP_SONY_MIC_NO_PRESENCE,
108cc108 7021 ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT,
73bdd597
DH
7022 ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
7023 ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
338cae56 7024 ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
fcc6c877 7025 ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
1efcdd9c 7026 ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET,
73bdd597
DH
7027 ALC269_FIXUP_HEADSET_MODE,
7028 ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
7819717b 7029 ALC269_FIXUP_ASPIRE_HEADSET_MIC,
d240d1dc
DH
7030 ALC269_FIXUP_ASUS_X101_FUNC,
7031 ALC269_FIXUP_ASUS_X101_VERB,
7032 ALC269_FIXUP_ASUS_X101,
08a978db
DR
7033 ALC271_FIXUP_AMIC_MIC2,
7034 ALC271_FIXUP_HP_GATE_MIC_JACK,
b1e8972e 7035 ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572,
42397004 7036 ALC269_FIXUP_ACER_AC700,
3e0d611b 7037 ALC269_FIXUP_LIMIT_INT_MIC_BOOST,
2cede303 7038 ALC269VB_FIXUP_ASUS_ZENBOOK,
23870831 7039 ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A,
f882c4be 7040 ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE,
8e35cd4a 7041 ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED,
02b504d9 7042 ALC269VB_FIXUP_ORDISSIMO_EVE2,
cd217a63 7043 ALC283_FIXUP_CHROME_BOOK,
0202e99c 7044 ALC283_FIXUP_SENSE_COMBO_JACK,
7bba2157 7045 ALC282_FIXUP_ASUS_TX300,
1bb3e062 7046 ALC283_FIXUP_INT_MIC,
338cae56 7047 ALC290_FIXUP_MONO_SPEAKERS,
0f4881dc
DH
7048 ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
7049 ALC290_FIXUP_SUBWOOFER,
7050 ALC290_FIXUP_SUBWOOFER_HSJACK,
b67ae3f1 7051 ALC269_FIXUP_THINKPAD_ACPI,
56f27013 7052 ALC269_FIXUP_DMIC_THINKPAD_ACPI,
5824ce8d 7053 ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
615966ad 7054 ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
9a22a8f5 7055 ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
31278997 7056 ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
9a22a8f5 7057 ALC255_FIXUP_HEADSET_MODE,
31278997 7058 ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC,
a22aa26f 7059 ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
1c37c223 7060 ALC292_FIXUP_TPT440_DOCK,
9a811230 7061 ALC292_FIXUP_TPT440,
abaa2274 7062 ALC283_FIXUP_HEADSET_MIC,
b3802783 7063 ALC255_FIXUP_MIC_MUTE_LED,
1a22e775 7064 ALC282_FIXUP_ASPIRE_V5_PINS,
c8426b27 7065 ALC269VB_FIXUP_ASPIRE_E1_COEF,
7a5255f1 7066 ALC280_FIXUP_HP_GPIO4,
eaa8e5ef 7067 ALC286_FIXUP_HP_GPIO_LED,
33f4acd3 7068 ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY,
b4b33f9d 7069 ALC280_FIXUP_HP_DOCK_PINS,
04d5466a 7070 ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED,
98973f2f 7071 ALC280_FIXUP_HP_9480M,
c3bb2b52 7072 ALC245_FIXUP_HP_X360_AMP,
d94befbb 7073 ALC285_FIXUP_HP_SPECTRE_X360_EB1,
e1e62b98
KY
7074 ALC288_FIXUP_DELL_HEADSET_MODE,
7075 ALC288_FIXUP_DELL1_MIC_NO_PRESENCE,
831bfdf9
HW
7076 ALC288_FIXUP_DELL_XPS_13,
7077 ALC288_FIXUP_DISABLE_AAMIX,
5fab5829 7078 ALC292_FIXUP_DELL_E7X_AAMIX,
8b99aba7
TI
7079 ALC292_FIXUP_DELL_E7X,
7080 ALC292_FIXUP_DISABLE_AAMIX,
c04017ea 7081 ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK,
54324221 7082 ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE,
977e6276 7083 ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
2f726aec 7084 ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE,
6ed1131f 7085 ALC275_FIXUP_DELL_XPS,
23adc192 7086 ALC293_FIXUP_LENOVO_SPK_NOISE,
3694cb29 7087 ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY,
3b43b71f 7088 ALC255_FIXUP_DELL_SPK_NOISE,
d1dd4211 7089 ALC225_FIXUP_DISABLE_MIC_VREF,
2ae95577 7090 ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
e312a869 7091 ALC295_FIXUP_DISABLE_DAC3,
d2cd795c 7092 ALC285_FIXUP_SPEAKER2_TO_DAC1,
4b963ae1
AS
7093 ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1,
7094 ALC285_FIXUP_ASUS_HEADSET_MIC,
b759a5f0 7095 ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS,
8cc87c05
LJ
7096 ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1,
7097 ALC285_FIXUP_ASUS_I2C_HEADSET_MIC,
f883982d 7098 ALC280_FIXUP_HP_HEADSET_MIC,
e549d190 7099 ALC221_FIXUP_HP_FRONT_MIC,
c636b95e 7100 ALC292_FIXUP_TPT460,
dd9aa335 7101 ALC298_FIXUP_SPK_VOLUME,
f86de9b1 7102 ALC298_FIXUP_LENOVO_SPK_VOLUME,
fd06c77e 7103 ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER,
823ff161 7104 ALC269_FIXUP_ATIV_BOOK_8,
4ba5c853 7105 ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE,
9eb5d0e6 7106 ALC221_FIXUP_HP_MIC_NO_PRESENCE,
c1732ede
CC
7107 ALC256_FIXUP_ASUS_HEADSET_MODE,
7108 ALC256_FIXUP_ASUS_MIC,
eeed4cd1 7109 ALC256_FIXUP_ASUS_AIO_GPIO2,
216d7aeb
CC
7110 ALC233_FIXUP_ASUS_MIC_NO_PRESENCE,
7111 ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE,
ca169cc2 7112 ALC233_FIXUP_LENOVO_MULTI_CODECS,
ea5c7eba 7113 ALC233_FIXUP_ACER_HEADSET_MIC,
f33f79f3 7114 ALC294_FIXUP_LENOVO_MIC_LOCATION,
5f364135 7115 ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE,
52e4e368 7116 ALC225_FIXUP_S3_POP_NOISE,
b84e8436 7117 ALC700_FIXUP_INTEL_REFERENCE,
92266651
KY
7118 ALC274_FIXUP_DELL_BIND_DACS,
7119 ALC274_FIXUP_DELL_AIO_LINEOUT_VERB,
399c01aa 7120 ALC298_FIXUP_TPT470_DOCK_FIX,
61fcf8ec 7121 ALC298_FIXUP_TPT470_DOCK,
ae104a21 7122 ALC255_FIXUP_DUMMY_LINEOUT_VERB,
f0ba9d69 7123 ALC255_FIXUP_DELL_HEADSET_MIC,
0fbf21c3 7124 ALC256_FIXUP_HUAWEI_MACH_WX9_PINS,
a2ef03fe 7125 ALC298_FIXUP_HUAWEI_MBX_STEREO,
bbf8ff6b 7126 ALC295_FIXUP_HP_X360,
8a328ac1 7127 ALC221_FIXUP_HP_HEADSET_MIC,
c4cfcf6f 7128 ALC285_FIXUP_LENOVO_HEADPHONE_NOISE,
e8ed64b0 7129 ALC295_FIXUP_HP_AUTO_MUTE,
33aaebd4 7130 ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE,
d8ae458e 7131 ALC294_FIXUP_ASUS_MIC,
4e051106
JHP
7132 ALC294_FIXUP_ASUS_HEADSET_MIC,
7133 ALC294_FIXUP_ASUS_SPK,
89e3a568 7134 ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE,
c8c6ee61 7135 ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
cbc05fd6 7136 ALC255_FIXUP_ACER_HEADSET_MIC,
10f5b1b8 7137 ALC295_FIXUP_CHROME_BOOK,
8983eb60 7138 ALC225_FIXUP_HEADSET_JACK,
136824ef
KY
7139 ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE,
7140 ALC225_FIXUP_WYSE_AUTO_MUTE,
7141 ALC225_FIXUP_WYSE_DISABLE_MIC_VREF,
667a8f73 7142 ALC286_FIXUP_ACER_AIO_HEADSET_MIC,
8c8967a7 7143 ALC256_FIXUP_ASUS_HEADSET_MIC,
e1037354 7144 ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
e2a829b3 7145 ALC299_FIXUP_PREDATOR_SPK,
bd9c10bc 7146 ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE,
e79c2269
KY
7147 ALC289_FIXUP_DELL_SPK2,
7148 ALC289_FIXUP_DUAL_SPK,
48e01504
CC
7149 ALC294_FIXUP_SPK2_TO_DAC1,
7150 ALC294_FIXUP_ASUS_DUAL_SPK,
6a6660d0 7151 ALC285_FIXUP_THINKPAD_X1_GEN7,
76f7dec0 7152 ALC285_FIXUP_THINKPAD_HEADSET_JACK,
724418b8
MA
7153 ALC294_FIXUP_ASUS_ALLY,
7154 ALC294_FIXUP_ASUS_ALLY_PINS,
7155 ALC294_FIXUP_ASUS_ALLY_VERBS,
7156 ALC294_FIXUP_ASUS_ALLY_SPEAKER,
8b33a134 7157 ALC294_FIXUP_ASUS_HPE,
1b94e59d 7158 ALC294_FIXUP_ASUS_COEF_1B,
c3cdf189
LJ
7159 ALC294_FIXUP_ASUS_GX502_HP,
7160 ALC294_FIXUP_ASUS_GX502_PINS,
7161 ALC294_FIXUP_ASUS_GX502_VERBS,
c1b55029
DC
7162 ALC294_FIXUP_ASUS_GU502_HP,
7163 ALC294_FIXUP_ASUS_GU502_PINS,
7164 ALC294_FIXUP_ASUS_GU502_VERBS,
c611e659 7165 ALC294_FIXUP_ASUS_G513_PINS,
bc2c2354 7166 ALC285_FIXUP_ASUS_G533Z_PINS,
f5a88b0a 7167 ALC285_FIXUP_HP_GPIO_LED,
431e76c3 7168 ALC285_FIXUP_HP_MUTE_LED,
ca88eeb3 7169 ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED,
0659400f 7170 ALC236_FIXUP_HP_MUTE_LED_COEFBIT2,
e7d66cf7 7171 ALC236_FIXUP_HP_GPIO_LED,
24164f43 7172 ALC236_FIXUP_HP_MUTE_LED,
75b62ab6 7173 ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF,
a2d57ebe 7174 ALC298_FIXUP_SAMSUNG_AMP,
14425f1f 7175 ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET,
ef248d9b 7176 ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET,
9e43342b 7177 ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
8eae7e9b 7178 ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS,
6e15d126 7179 ALC269VC_FIXUP_ACER_HEADSET_MIC,
781c90c0 7180 ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE,
293a92c1 7181 ALC289_FIXUP_ASUS_GA401,
4b43d05a 7182 ALC289_FIXUP_ASUS_GA502,
f50a121d 7183 ALC256_FIXUP_ACER_MIC_NO_PRESENCE,
56496253 7184 ALC285_FIXUP_HP_GPIO_AMP_INIT,
f1ec5be1
HC
7185 ALC269_FIXUP_CZC_B20,
7186 ALC269_FIXUP_CZC_TMI,
7187 ALC269_FIXUP_CZC_L101,
7188 ALC269_FIXUP_LEMOTE_A1802,
7189 ALC269_FIXUP_LEMOTE_A190X,
e2d2fded 7190 ALC256_FIXUP_INTEL_NUC8_RUGGED,
d1ee66c5
PC
7191 ALC233_FIXUP_INTEL_NUC8_DMIC,
7192 ALC233_FIXUP_INTEL_NUC8_BOOST,
73e7161e 7193 ALC256_FIXUP_INTEL_NUC10,
fc19d559 7194 ALC255_FIXUP_XIAOMI_HEADSET_MIC,
13468bfa 7195 ALC274_FIXUP_HP_MIC,
8a8de09c 7196 ALC274_FIXUP_HP_HEADSET_MIC,
622464c8 7197 ALC274_FIXUP_HP_ENVY_GPIO,
ef9ce66f 7198 ALC256_FIXUP_ASUS_HPE,
446b8185 7199 ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
a0ccbc53 7200 ALC287_FIXUP_HP_GPIO_LED,
9e885770 7201 ALC256_FIXUP_HP_HEADSET_MIC,
5fc462c3 7202 ALC245_FIXUP_HP_GPIO_LED,
92666d45 7203 ALC236_FIXUP_DELL_AIO_HEADSET_MIC,
34cdf405 7204 ALC282_FIXUP_ACER_DISABLE_LINEOUT,
495dc763 7205 ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST,
d0e18561 7206 ALC256_FIXUP_ACER_HEADSET_MIC,
26928ca1 7207 ALC285_FIXUP_IDEAPAD_S740_COEF,
bd15b155 7208 ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST,
8eedd3a7 7209 ALC295_FIXUP_ASUS_DACS,
5d84b531 7210 ALC295_FIXUP_HP_OMEN,
f2be77fe 7211 ALC285_FIXUP_HP_SPECTRE_X360,
9ebaef05 7212 ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP,
29c8f40b 7213 ALC623_FIXUP_LENOVO_THINKSTATION_P340,
57c9e21a 7214 ALC255_FIXUP_ACER_HEADPHONE_AND_MIC,
8903376d 7215 ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST,
ad7cc2d4
CB
7216 ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS,
7217 ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE,
7218 ALC287_FIXUP_YOGA7_14ITL_SPEAKERS,
56ec3e75 7219 ALC298_FIXUP_LENOVO_C940_DUET7,
dd6dd6e3 7220 ALC287_FIXUP_13S_GEN2_SPEAKERS,
619764cc 7221 ALC256_FIXUP_SET_COEF_DEFAULTS,
1278cc5a 7222 ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE,
174a7fb3 7223 ALC233_FIXUP_NO_AUDIO_JACK,
edca7cc4 7224 ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME,
8f4c9042
BF
7225 ALC285_FIXUP_LEGION_Y9000X_SPEAKERS,
7226 ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE,
d3dca026 7227 ALC287_FIXUP_LEGION_16ACHG6,
ae7abe36 7228 ALC287_FIXUP_CS35L41_I2C_2,
b3fbe536 7229 ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED,
07bcab93 7230 ALC245_FIXUP_CS35L41_SPI_2,
ce18f905 7231 ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED,
07bcab93
LT
7232 ALC245_FIXUP_CS35L41_SPI_4,
7233 ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED,
91502a9a 7234 ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED,
309d7363 7235 ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE,
1e24881d 7236 ALC287_FIXUP_LEGION_16ITHG6,
3790a3d6
PJ
7237 ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK,
7238 ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN,
2912cdda 7239 ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS,
a4517c4f 7240 ALC236_FIXUP_DELL_DUAL_CODECS,
f7b069cf 7241 ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI,
f1d4e28b
KY
7242};
7243
56ec3e75
TI
7244/* A special fixup for Lenovo C940 and Yoga Duet 7;
7245 * both have the very same PCI SSID, and we need to apply different fixups
7246 * depending on the codec ID
7247 */
7248static void alc298_fixup_lenovo_c940_duet7(struct hda_codec *codec,
7249 const struct hda_fixup *fix,
7250 int action)
7251{
7252 int id;
7253
7254 if (codec->core.vendor_id == 0x10ec0298)
7255 id = ALC298_FIXUP_LENOVO_SPK_VOLUME; /* C940 */
7256 else
7257 id = ALC287_FIXUP_YOGA7_14ITL_SPEAKERS; /* Duet 7 */
7258 __snd_hda_apply_fixup(codec, id, action, 0);
7259}
7260
1727a771 7261static const struct hda_fixup alc269_fixups[] = {
f73bbf63
KHF
7262 [ALC269_FIXUP_GPIO2] = {
7263 .type = HDA_FIXUP_FUNC,
7264 .v.func = alc_fixup_gpio2,
7265 },
1d045db9 7266 [ALC269_FIXUP_SONY_VAIO] = {
fd108215
TI
7267 .type = HDA_FIXUP_PINCTLS,
7268 .v.pins = (const struct hda_pintbl[]) {
7269 {0x19, PIN_VREFGRD},
1d045db9
TI
7270 {}
7271 }
f1d4e28b 7272 },
1d045db9 7273 [ALC275_FIXUP_SONY_VAIO_GPIO2] = {
ae065f1c
TI
7274 .type = HDA_FIXUP_FUNC,
7275 .v.func = alc275_fixup_gpio4_off,
1d045db9
TI
7276 .chained = true,
7277 .chain_id = ALC269_FIXUP_SONY_VAIO
7278 },
7279 [ALC269_FIXUP_DELL_M101Z] = {
1727a771 7280 .type = HDA_FIXUP_VERBS,
1d045db9
TI
7281 .v.verbs = (const struct hda_verb[]) {
7282 /* Enables internal speaker */
7283 {0x20, AC_VERB_SET_COEF_INDEX, 13},
7284 {0x20, AC_VERB_SET_PROC_COEF, 0x4040},
7285 {}
7286 }
7287 },
7288 [ALC269_FIXUP_SKU_IGNORE] = {
1727a771 7289 .type = HDA_FIXUP_FUNC,
23d30f28 7290 .v.func = alc_fixup_sku_ignore,
1d045db9
TI
7291 },
7292 [ALC269_FIXUP_ASUS_G73JW] = {
1727a771
TI
7293 .type = HDA_FIXUP_PINS,
7294 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
7295 { 0x17, 0x99130111 }, /* subwoofer */
7296 { }
7297 }
7298 },
e959f2be
PLB
7299 [ALC269_FIXUP_ASUS_N7601ZM_PINS] = {
7300 .type = HDA_FIXUP_PINS,
7301 .v.pins = (const struct hda_pintbl[]) {
7302 { 0x19, 0x03A11050 },
7303 { 0x1a, 0x03A11C30 },
7304 { 0x21, 0x03211420 },
7305 { }
7306 }
7307 },
7308 [ALC269_FIXUP_ASUS_N7601ZM] = {
7309 .type = HDA_FIXUP_VERBS,
7310 .v.verbs = (const struct hda_verb[]) {
7311 {0x20, AC_VERB_SET_COEF_INDEX, 0x62},
7312 {0x20, AC_VERB_SET_PROC_COEF, 0xa007},
7313 {0x20, AC_VERB_SET_COEF_INDEX, 0x10},
7314 {0x20, AC_VERB_SET_PROC_COEF, 0x8420},
7315 {0x20, AC_VERB_SET_COEF_INDEX, 0x0f},
7316 {0x20, AC_VERB_SET_PROC_COEF, 0x7774},
7317 { }
7318 },
7319 .chained = true,
7320 .chain_id = ALC269_FIXUP_ASUS_N7601ZM_PINS,
7321 },
1d045db9 7322 [ALC269_FIXUP_LENOVO_EAPD] = {
1727a771 7323 .type = HDA_FIXUP_VERBS,
1d045db9
TI
7324 .v.verbs = (const struct hda_verb[]) {
7325 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
7326 {}
7327 }
7328 },
7329 [ALC275_FIXUP_SONY_HWEQ] = {
1727a771 7330 .type = HDA_FIXUP_FUNC,
1d045db9
TI
7331 .v.func = alc269_fixup_hweq,
7332 .chained = true,
7333 .chain_id = ALC275_FIXUP_SONY_VAIO_GPIO2
7334 },
e9bd7d5c
TI
7335 [ALC275_FIXUP_SONY_DISABLE_AAMIX] = {
7336 .type = HDA_FIXUP_FUNC,
7337 .v.func = alc_fixup_disable_aamix,
7338 .chained = true,
7339 .chain_id = ALC269_FIXUP_SONY_VAIO
7340 },
1d045db9 7341 [ALC271_FIXUP_DMIC] = {
1727a771 7342 .type = HDA_FIXUP_FUNC,
1d045db9 7343 .v.func = alc271_fixup_dmic,
f1d4e28b 7344 },
017f2a10 7345 [ALC269_FIXUP_PCM_44K] = {
1727a771 7346 .type = HDA_FIXUP_FUNC,
017f2a10 7347 .v.func = alc269_fixup_pcm_44k,
012e7eb1
DH
7348 .chained = true,
7349 .chain_id = ALC269_FIXUP_QUANTA_MUTE
017f2a10 7350 },
adabb3ec 7351 [ALC269_FIXUP_STEREO_DMIC] = {
1727a771 7352 .type = HDA_FIXUP_FUNC,
adabb3ec
TI
7353 .v.func = alc269_fixup_stereo_dmic,
7354 },
7c478f03
DH
7355 [ALC269_FIXUP_HEADSET_MIC] = {
7356 .type = HDA_FIXUP_FUNC,
7357 .v.func = alc269_fixup_headset_mic,
7358 },
24519911 7359 [ALC269_FIXUP_QUANTA_MUTE] = {
1727a771 7360 .type = HDA_FIXUP_FUNC,
24519911
TI
7361 .v.func = alc269_fixup_quanta_mute,
7362 },
7363 [ALC269_FIXUP_LIFEBOOK] = {
1727a771
TI
7364 .type = HDA_FIXUP_PINS,
7365 .v.pins = (const struct hda_pintbl[]) {
24519911
TI
7366 { 0x1a, 0x2101103f }, /* dock line-out */
7367 { 0x1b, 0x23a11040 }, /* dock mic-in */
7368 { }
7369 },
7370 .chained = true,
7371 .chain_id = ALC269_FIXUP_QUANTA_MUTE
7372 },
2041d564
DH
7373 [ALC269_FIXUP_LIFEBOOK_EXTMIC] = {
7374 .type = HDA_FIXUP_PINS,
7375 .v.pins = (const struct hda_pintbl[]) {
7376 { 0x19, 0x01a1903c }, /* headset mic, with jack detect */
7377 { }
7378 },
7379 },
cc7016ab
TI
7380 [ALC269_FIXUP_LIFEBOOK_HP_PIN] = {
7381 .type = HDA_FIXUP_PINS,
7382 .v.pins = (const struct hda_pintbl[]) {
7383 { 0x21, 0x0221102f }, /* HP out */
7384 { }
7385 },
7386 },
4df3fd17
TI
7387 [ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT] = {
7388 .type = HDA_FIXUP_FUNC,
7389 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
7390 },
fdcc968a
JMG
7391 [ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC] = {
7392 .type = HDA_FIXUP_FUNC,
7393 .v.func = alc269_fixup_pincfg_U7x7_headset_mic,
7394 },
a4297b5d 7395 [ALC269_FIXUP_AMIC] = {
1727a771
TI
7396 .type = HDA_FIXUP_PINS,
7397 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7398 { 0x14, 0x99130110 }, /* speaker */
7399 { 0x15, 0x0121401f }, /* HP out */
7400 { 0x18, 0x01a19c20 }, /* mic */
7401 { 0x19, 0x99a3092f }, /* int-mic */
7402 { }
7403 },
7404 },
7405 [ALC269_FIXUP_DMIC] = {
1727a771
TI
7406 .type = HDA_FIXUP_PINS,
7407 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7408 { 0x12, 0x99a3092f }, /* int-mic */
7409 { 0x14, 0x99130110 }, /* speaker */
7410 { 0x15, 0x0121401f }, /* HP out */
7411 { 0x18, 0x01a19c20 }, /* mic */
7412 { }
7413 },
7414 },
7415 [ALC269VB_FIXUP_AMIC] = {
1727a771
TI
7416 .type = HDA_FIXUP_PINS,
7417 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7418 { 0x14, 0x99130110 }, /* speaker */
7419 { 0x18, 0x01a19c20 }, /* mic */
7420 { 0x19, 0x99a3092f }, /* int-mic */
7421 { 0x21, 0x0121401f }, /* HP out */
7422 { }
7423 },
7424 },
2267ea97 7425 [ALC269VB_FIXUP_DMIC] = {
1727a771
TI
7426 .type = HDA_FIXUP_PINS,
7427 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7428 { 0x12, 0x99a3092f }, /* int-mic */
7429 { 0x14, 0x99130110 }, /* speaker */
7430 { 0x18, 0x01a19c20 }, /* mic */
7431 { 0x21, 0x0121401f }, /* HP out */
7432 { }
7433 },
7434 },
08fb0d0e 7435 [ALC269_FIXUP_HP_MUTE_LED] = {
1727a771 7436 .type = HDA_FIXUP_FUNC,
08fb0d0e 7437 .v.func = alc269_fixup_hp_mute_led,
6d3cd5d4 7438 },
d06ac143
DH
7439 [ALC269_FIXUP_HP_MUTE_LED_MIC1] = {
7440 .type = HDA_FIXUP_FUNC,
7441 .v.func = alc269_fixup_hp_mute_led_mic1,
7442 },
08fb0d0e 7443 [ALC269_FIXUP_HP_MUTE_LED_MIC2] = {
1727a771 7444 .type = HDA_FIXUP_FUNC,
08fb0d0e 7445 .v.func = alc269_fixup_hp_mute_led_mic2,
420b0feb 7446 },
7f783bd5
TB
7447 [ALC269_FIXUP_HP_MUTE_LED_MIC3] = {
7448 .type = HDA_FIXUP_FUNC,
7449 .v.func = alc269_fixup_hp_mute_led_mic3,
e8ed64b0
GKK
7450 .chained = true,
7451 .chain_id = ALC295_FIXUP_HP_AUTO_MUTE
7f783bd5 7452 },
9f5c6faf
TI
7453 [ALC269_FIXUP_HP_GPIO_LED] = {
7454 .type = HDA_FIXUP_FUNC,
7455 .v.func = alc269_fixup_hp_gpio_led,
7456 },
9c5dc3bf
KY
7457 [ALC269_FIXUP_HP_GPIO_MIC1_LED] = {
7458 .type = HDA_FIXUP_FUNC,
7459 .v.func = alc269_fixup_hp_gpio_mic1_led,
7460 },
7461 [ALC269_FIXUP_HP_LINE1_MIC1_LED] = {
7462 .type = HDA_FIXUP_FUNC,
7463 .v.func = alc269_fixup_hp_line1_mic1_led,
7464 },
693b613d 7465 [ALC269_FIXUP_INV_DMIC] = {
1727a771 7466 .type = HDA_FIXUP_FUNC,
9d36a7dc 7467 .v.func = alc_fixup_inv_dmic,
693b613d 7468 },
9b745ab8
TI
7469 [ALC269_FIXUP_NO_SHUTUP] = {
7470 .type = HDA_FIXUP_FUNC,
7471 .v.func = alc_fixup_no_shutup,
7472 },
108cc108 7473 [ALC269_FIXUP_LENOVO_DOCK] = {
1727a771
TI
7474 .type = HDA_FIXUP_PINS,
7475 .v.pins = (const struct hda_pintbl[]) {
108cc108
DH
7476 { 0x19, 0x23a11040 }, /* dock mic */
7477 { 0x1b, 0x2121103f }, /* dock headphone */
7478 { }
7479 },
7480 .chained = true,
7481 .chain_id = ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT
7482 },
b590b38c
TI
7483 [ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST] = {
7484 .type = HDA_FIXUP_FUNC,
7485 .v.func = alc269_fixup_limit_int_mic_boost,
7486 .chained = true,
7487 .chain_id = ALC269_FIXUP_LENOVO_DOCK,
7488 },
108cc108 7489 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
1727a771 7490 .type = HDA_FIXUP_FUNC,
108cc108 7491 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
52129000
DH
7492 .chained = true,
7493 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
108cc108 7494 },
73bdd597
DH
7495 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7496 .type = HDA_FIXUP_PINS,
7497 .v.pins = (const struct hda_pintbl[]) {
7498 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7499 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7500 { }
7501 },
7502 .chained = true,
7503 .chain_id = ALC269_FIXUP_HEADSET_MODE
7504 },
7505 [ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
7506 .type = HDA_FIXUP_PINS,
7507 .v.pins = (const struct hda_pintbl[]) {
7508 { 0x16, 0x21014020 }, /* dock line out */
7509 { 0x19, 0x21a19030 }, /* dock mic */
7510 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7511 { }
7512 },
7513 .chained = true,
7514 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7515 },
338cae56
DH
7516 [ALC269_FIXUP_DELL3_MIC_NO_PRESENCE] = {
7517 .type = HDA_FIXUP_PINS,
7518 .v.pins = (const struct hda_pintbl[]) {
7519 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7520 { }
7521 },
7522 .chained = true,
7523 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7524 },
fcc6c877
KY
7525 [ALC269_FIXUP_DELL4_MIC_NO_PRESENCE] = {
7526 .type = HDA_FIXUP_PINS,
7527 .v.pins = (const struct hda_pintbl[]) {
7528 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7529 { 0x1b, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7530 { }
7531 },
7532 .chained = true,
7533 .chain_id = ALC269_FIXUP_HEADSET_MODE
7534 },
73bdd597
DH
7535 [ALC269_FIXUP_HEADSET_MODE] = {
7536 .type = HDA_FIXUP_FUNC,
7537 .v.func = alc_fixup_headset_mode,
6676f308 7538 .chained = true,
b3802783 7539 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
73bdd597
DH
7540 },
7541 [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
7542 .type = HDA_FIXUP_FUNC,
7543 .v.func = alc_fixup_headset_mode_no_hp_mic,
7544 },
7819717b
TI
7545 [ALC269_FIXUP_ASPIRE_HEADSET_MIC] = {
7546 .type = HDA_FIXUP_PINS,
7547 .v.pins = (const struct hda_pintbl[]) {
7548 { 0x19, 0x01a1913c }, /* headset mic w/o jack detect */
7549 { }
7550 },
7551 .chained = true,
7552 .chain_id = ALC269_FIXUP_HEADSET_MODE,
7553 },
88cfcf86
DH
7554 [ALC286_FIXUP_SONY_MIC_NO_PRESENCE] = {
7555 .type = HDA_FIXUP_PINS,
7556 .v.pins = (const struct hda_pintbl[]) {
7557 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7558 { }
7559 },
fbc78ad6
DH
7560 .chained = true,
7561 .chain_id = ALC269_FIXUP_HEADSET_MIC
88cfcf86 7562 },
0fbf21c3 7563 [ALC256_FIXUP_HUAWEI_MACH_WX9_PINS] = {
8ac51bbc
AB
7564 .type = HDA_FIXUP_PINS,
7565 .v.pins = (const struct hda_pintbl[]) {
7566 {0x12, 0x90a60130},
7567 {0x13, 0x40000000},
7568 {0x14, 0x90170110},
7569 {0x18, 0x411111f0},
7570 {0x19, 0x04a11040},
7571 {0x1a, 0x411111f0},
7572 {0x1b, 0x90170112},
7573 {0x1d, 0x40759a05},
7574 {0x1e, 0x411111f0},
7575 {0x21, 0x04211020},
7576 { }
7577 },
e2744fd7
AB
7578 .chained = true,
7579 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
8ac51bbc 7580 },
a2ef03fe
TE
7581 [ALC298_FIXUP_HUAWEI_MBX_STEREO] = {
7582 .type = HDA_FIXUP_FUNC,
7583 .v.func = alc298_fixup_huawei_mbx_stereo,
7584 .chained = true,
7585 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
7586 },
d240d1dc
DH
7587 [ALC269_FIXUP_ASUS_X101_FUNC] = {
7588 .type = HDA_FIXUP_FUNC,
7589 .v.func = alc269_fixup_x101_headset_mic,
7590 },
7591 [ALC269_FIXUP_ASUS_X101_VERB] = {
7592 .type = HDA_FIXUP_VERBS,
7593 .v.verbs = (const struct hda_verb[]) {
7594 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
7595 {0x20, AC_VERB_SET_COEF_INDEX, 0x08},
7596 {0x20, AC_VERB_SET_PROC_COEF, 0x0310},
7597 { }
7598 },
7599 .chained = true,
7600 .chain_id = ALC269_FIXUP_ASUS_X101_FUNC
7601 },
7602 [ALC269_FIXUP_ASUS_X101] = {
7603 .type = HDA_FIXUP_PINS,
7604 .v.pins = (const struct hda_pintbl[]) {
7605 { 0x18, 0x04a1182c }, /* Headset mic */
7606 { }
7607 },
7608 .chained = true,
7609 .chain_id = ALC269_FIXUP_ASUS_X101_VERB
7610 },
08a978db 7611 [ALC271_FIXUP_AMIC_MIC2] = {
1727a771
TI
7612 .type = HDA_FIXUP_PINS,
7613 .v.pins = (const struct hda_pintbl[]) {
08a978db
DR
7614 { 0x14, 0x99130110 }, /* speaker */
7615 { 0x19, 0x01a19c20 }, /* mic */
7616 { 0x1b, 0x99a7012f }, /* int-mic */
7617 { 0x21, 0x0121401f }, /* HP out */
7618 { }
7619 },
7620 },
7621 [ALC271_FIXUP_HP_GATE_MIC_JACK] = {
1727a771 7622 .type = HDA_FIXUP_FUNC,
08a978db
DR
7623 .v.func = alc271_hp_gate_mic_jack,
7624 .chained = true,
7625 .chain_id = ALC271_FIXUP_AMIC_MIC2,
7626 },
b1e8972e
OR
7627 [ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572] = {
7628 .type = HDA_FIXUP_FUNC,
7629 .v.func = alc269_fixup_limit_int_mic_boost,
7630 .chained = true,
7631 .chain_id = ALC271_FIXUP_HP_GATE_MIC_JACK,
7632 },
42397004
DR
7633 [ALC269_FIXUP_ACER_AC700] = {
7634 .type = HDA_FIXUP_PINS,
7635 .v.pins = (const struct hda_pintbl[]) {
7636 { 0x12, 0x99a3092f }, /* int-mic */
7637 { 0x14, 0x99130110 }, /* speaker */
7638 { 0x18, 0x03a11c20 }, /* mic */
7639 { 0x1e, 0x0346101e }, /* SPDIF1 */
7640 { 0x21, 0x0321101f }, /* HP out */
7641 { }
7642 },
7643 .chained = true,
7644 .chain_id = ALC271_FIXUP_DMIC,
7645 },
3e0d611b
DH
7646 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST] = {
7647 .type = HDA_FIXUP_FUNC,
7648 .v.func = alc269_fixup_limit_int_mic_boost,
2793769f
DH
7649 .chained = true,
7650 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
3e0d611b 7651 },
2cede303
OR
7652 [ALC269VB_FIXUP_ASUS_ZENBOOK] = {
7653 .type = HDA_FIXUP_FUNC,
7654 .v.func = alc269_fixup_limit_int_mic_boost,
7655 .chained = true,
7656 .chain_id = ALC269VB_FIXUP_DMIC,
7657 },
23870831
TI
7658 [ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A] = {
7659 .type = HDA_FIXUP_VERBS,
7660 .v.verbs = (const struct hda_verb[]) {
7661 /* class-D output amp +5dB */
7662 { 0x20, AC_VERB_SET_COEF_INDEX, 0x12 },
7663 { 0x20, AC_VERB_SET_PROC_COEF, 0x2800 },
7664 {}
7665 },
7666 .chained = true,
7667 .chain_id = ALC269VB_FIXUP_ASUS_ZENBOOK,
7668 },
f882c4be
MT
7669 [ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE] = {
7670 .type = HDA_FIXUP_PINS,
7671 .v.pins = (const struct hda_pintbl[]) {
7672 { 0x18, 0x01a110f0 }, /* use as headset mic */
7673 { }
7674 },
7675 .chained = true,
7676 .chain_id = ALC269_FIXUP_HEADSET_MIC
7677 },
8e35cd4a
DH
7678 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED] = {
7679 .type = HDA_FIXUP_FUNC,
7680 .v.func = alc269_fixup_limit_int_mic_boost,
7681 .chained = true,
7682 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC1,
7683 },
02b504d9
AA
7684 [ALC269VB_FIXUP_ORDISSIMO_EVE2] = {
7685 .type = HDA_FIXUP_PINS,
7686 .v.pins = (const struct hda_pintbl[]) {
7687 { 0x12, 0x99a3092f }, /* int-mic */
7688 { 0x18, 0x03a11d20 }, /* mic */
7689 { 0x19, 0x411111f0 }, /* Unused bogus pin */
7690 { }
7691 },
7692 },
cd217a63
KY
7693 [ALC283_FIXUP_CHROME_BOOK] = {
7694 .type = HDA_FIXUP_FUNC,
7695 .v.func = alc283_fixup_chromebook,
7696 },
0202e99c
KY
7697 [ALC283_FIXUP_SENSE_COMBO_JACK] = {
7698 .type = HDA_FIXUP_FUNC,
7699 .v.func = alc283_fixup_sense_combo_jack,
7700 .chained = true,
7701 .chain_id = ALC283_FIXUP_CHROME_BOOK,
7702 },
7bba2157
TI
7703 [ALC282_FIXUP_ASUS_TX300] = {
7704 .type = HDA_FIXUP_FUNC,
7705 .v.func = alc282_fixup_asus_tx300,
7706 },
1bb3e062
KY
7707 [ALC283_FIXUP_INT_MIC] = {
7708 .type = HDA_FIXUP_VERBS,
7709 .v.verbs = (const struct hda_verb[]) {
7710 {0x20, AC_VERB_SET_COEF_INDEX, 0x1a},
7711 {0x20, AC_VERB_SET_PROC_COEF, 0x0011},
7712 { }
7713 },
7714 .chained = true,
7715 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
7716 },
0f4881dc
DH
7717 [ALC290_FIXUP_SUBWOOFER_HSJACK] = {
7718 .type = HDA_FIXUP_PINS,
7719 .v.pins = (const struct hda_pintbl[]) {
7720 { 0x17, 0x90170112 }, /* subwoofer */
7721 { }
7722 },
7723 .chained = true,
7724 .chain_id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
7725 },
7726 [ALC290_FIXUP_SUBWOOFER] = {
7727 .type = HDA_FIXUP_PINS,
7728 .v.pins = (const struct hda_pintbl[]) {
7729 { 0x17, 0x90170112 }, /* subwoofer */
7730 { }
7731 },
7732 .chained = true,
7733 .chain_id = ALC290_FIXUP_MONO_SPEAKERS,
7734 },
338cae56
DH
7735 [ALC290_FIXUP_MONO_SPEAKERS] = {
7736 .type = HDA_FIXUP_FUNC,
7737 .v.func = alc290_fixup_mono_speakers,
0f4881dc
DH
7738 },
7739 [ALC290_FIXUP_MONO_SPEAKERS_HSJACK] = {
7740 .type = HDA_FIXUP_FUNC,
7741 .v.func = alc290_fixup_mono_speakers,
338cae56
DH
7742 .chained = true,
7743 .chain_id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
7744 },
b67ae3f1
DH
7745 [ALC269_FIXUP_THINKPAD_ACPI] = {
7746 .type = HDA_FIXUP_FUNC,
d5a6cabf 7747 .v.func = alc_fixup_thinkpad_acpi,
09da111a
TI
7748 .chained = true,
7749 .chain_id = ALC269_FIXUP_SKU_IGNORE,
b67ae3f1 7750 },
56f27013
DH
7751 [ALC269_FIXUP_DMIC_THINKPAD_ACPI] = {
7752 .type = HDA_FIXUP_FUNC,
7753 .v.func = alc_fixup_inv_dmic,
7754 .chained = true,
7755 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
7756 },
5824ce8d 7757 [ALC255_FIXUP_ACER_MIC_NO_PRESENCE] = {
17d30460
HW
7758 .type = HDA_FIXUP_PINS,
7759 .v.pins = (const struct hda_pintbl[]) {
7760 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7761 { }
5824ce8d
CC
7762 },
7763 .chained = true,
17d30460 7764 .chain_id = ALC255_FIXUP_HEADSET_MODE
5824ce8d 7765 },
615966ad
CC
7766 [ALC255_FIXUP_ASUS_MIC_NO_PRESENCE] = {
7767 .type = HDA_FIXUP_PINS,
7768 .v.pins = (const struct hda_pintbl[]) {
7769 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7770 { }
7771 },
7772 .chained = true,
7773 .chain_id = ALC255_FIXUP_HEADSET_MODE
7774 },
9a22a8f5
KY
7775 [ALC255_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7776 .type = HDA_FIXUP_PINS,
7777 .v.pins = (const struct hda_pintbl[]) {
7778 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7779 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7780 { }
7781 },
7782 .chained = true,
7783 .chain_id = ALC255_FIXUP_HEADSET_MODE
7784 },
31278997
KY
7785 [ALC255_FIXUP_DELL2_MIC_NO_PRESENCE] = {
7786 .type = HDA_FIXUP_PINS,
7787 .v.pins = (const struct hda_pintbl[]) {
7788 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7789 { }
7790 },
7791 .chained = true,
7792 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
7793 },
9a22a8f5
KY
7794 [ALC255_FIXUP_HEADSET_MODE] = {
7795 .type = HDA_FIXUP_FUNC,
7796 .v.func = alc_fixup_headset_mode_alc255,
4a83d42a 7797 .chained = true,
b3802783 7798 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
9a22a8f5 7799 },
31278997
KY
7800 [ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
7801 .type = HDA_FIXUP_FUNC,
7802 .v.func = alc_fixup_headset_mode_alc255_no_hp_mic,
7803 },
a22aa26f
KY
7804 [ALC293_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7805 .type = HDA_FIXUP_PINS,
7806 .v.pins = (const struct hda_pintbl[]) {
7807 { 0x18, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7808 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7809 { }
7810 },
7811 .chained = true,
7812 .chain_id = ALC269_FIXUP_HEADSET_MODE
7813 },
1c37c223 7814 [ALC292_FIXUP_TPT440_DOCK] = {
ec56af67 7815 .type = HDA_FIXUP_FUNC,
7f57d803 7816 .v.func = alc_fixup_tpt440_dock,
1c37c223
TI
7817 .chained = true,
7818 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
7819 },
9a811230
TI
7820 [ALC292_FIXUP_TPT440] = {
7821 .type = HDA_FIXUP_FUNC,
157f0b7f 7822 .v.func = alc_fixup_disable_aamix,
9a811230
TI
7823 .chained = true,
7824 .chain_id = ALC292_FIXUP_TPT440_DOCK,
7825 },
abaa2274 7826 [ALC283_FIXUP_HEADSET_MIC] = {
9dc12862
DD
7827 .type = HDA_FIXUP_PINS,
7828 .v.pins = (const struct hda_pintbl[]) {
7829 { 0x19, 0x04a110f0 },
7830 { },
7831 },
7832 },
b3802783 7833 [ALC255_FIXUP_MIC_MUTE_LED] = {
00ef9940 7834 .type = HDA_FIXUP_FUNC,
8a503555 7835 .v.func = alc_fixup_micmute_led,
00ef9940 7836 },
1a22e775
TI
7837 [ALC282_FIXUP_ASPIRE_V5_PINS] = {
7838 .type = HDA_FIXUP_PINS,
7839 .v.pins = (const struct hda_pintbl[]) {
7840 { 0x12, 0x90a60130 },
7841 { 0x14, 0x90170110 },
7842 { 0x17, 0x40000008 },
7843 { 0x18, 0x411111f0 },
0420694d 7844 { 0x19, 0x01a1913c },
1a22e775
TI
7845 { 0x1a, 0x411111f0 },
7846 { 0x1b, 0x411111f0 },
7847 { 0x1d, 0x40f89b2d },
7848 { 0x1e, 0x411111f0 },
7849 { 0x21, 0x0321101f },
7850 { },
7851 },
7852 },
c8426b27
TI
7853 [ALC269VB_FIXUP_ASPIRE_E1_COEF] = {
7854 .type = HDA_FIXUP_FUNC,
7855 .v.func = alc269vb_fixup_aspire_e1_coef,
7856 },
7a5255f1
DH
7857 [ALC280_FIXUP_HP_GPIO4] = {
7858 .type = HDA_FIXUP_FUNC,
7859 .v.func = alc280_fixup_hp_gpio4,
7860 },
eaa8e5ef
KY
7861 [ALC286_FIXUP_HP_GPIO_LED] = {
7862 .type = HDA_FIXUP_FUNC,
7863 .v.func = alc286_fixup_hp_gpio_led,
7864 },
33f4acd3
DH
7865 [ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY] = {
7866 .type = HDA_FIXUP_FUNC,
7867 .v.func = alc280_fixup_hp_gpio2_mic_hotkey,
7868 },
b4b33f9d
TC
7869 [ALC280_FIXUP_HP_DOCK_PINS] = {
7870 .type = HDA_FIXUP_PINS,
7871 .v.pins = (const struct hda_pintbl[]) {
7872 { 0x1b, 0x21011020 }, /* line-out */
7873 { 0x1a, 0x01a1903c }, /* headset mic */
7874 { 0x18, 0x2181103f }, /* line-in */
7875 { },
7876 },
7877 .chained = true,
7878 .chain_id = ALC280_FIXUP_HP_GPIO4
7879 },
04d5466a
JK
7880 [ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED] = {
7881 .type = HDA_FIXUP_PINS,
7882 .v.pins = (const struct hda_pintbl[]) {
7883 { 0x1b, 0x21011020 }, /* line-out */
7884 { 0x18, 0x2181103f }, /* line-in */
7885 { },
7886 },
7887 .chained = true,
7888 .chain_id = ALC269_FIXUP_HP_GPIO_MIC1_LED
7889 },
98973f2f
KP
7890 [ALC280_FIXUP_HP_9480M] = {
7891 .type = HDA_FIXUP_FUNC,
7892 .v.func = alc280_fixup_hp_9480m,
7893 },
c3bb2b52
TI
7894 [ALC245_FIXUP_HP_X360_AMP] = {
7895 .type = HDA_FIXUP_FUNC,
7896 .v.func = alc245_fixup_hp_x360_amp,
5fc462c3
JC
7897 .chained = true,
7898 .chain_id = ALC245_FIXUP_HP_GPIO_LED
c3bb2b52 7899 },
e1e62b98
KY
7900 [ALC288_FIXUP_DELL_HEADSET_MODE] = {
7901 .type = HDA_FIXUP_FUNC,
7902 .v.func = alc_fixup_headset_mode_dell_alc288,
7903 .chained = true,
b3802783 7904 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
e1e62b98
KY
7905 },
7906 [ALC288_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7907 .type = HDA_FIXUP_PINS,
7908 .v.pins = (const struct hda_pintbl[]) {
7909 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7910 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7911 { }
7912 },
7913 .chained = true,
7914 .chain_id = ALC288_FIXUP_DELL_HEADSET_MODE
7915 },
831bfdf9
HW
7916 [ALC288_FIXUP_DISABLE_AAMIX] = {
7917 .type = HDA_FIXUP_FUNC,
7918 .v.func = alc_fixup_disable_aamix,
7919 .chained = true,
d44a6864 7920 .chain_id = ALC288_FIXUP_DELL1_MIC_NO_PRESENCE
831bfdf9
HW
7921 },
7922 [ALC288_FIXUP_DELL_XPS_13] = {
7923 .type = HDA_FIXUP_FUNC,
7924 .v.func = alc_fixup_dell_xps13,
7925 .chained = true,
7926 .chain_id = ALC288_FIXUP_DISABLE_AAMIX
7927 },
8b99aba7
TI
7928 [ALC292_FIXUP_DISABLE_AAMIX] = {
7929 .type = HDA_FIXUP_FUNC,
7930 .v.func = alc_fixup_disable_aamix,
831bfdf9
HW
7931 .chained = true,
7932 .chain_id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE
8b99aba7 7933 },
c04017ea
DH
7934 [ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK] = {
7935 .type = HDA_FIXUP_FUNC,
7936 .v.func = alc_fixup_disable_aamix,
7937 .chained = true,
7938 .chain_id = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE
7939 },
5fab5829 7940 [ALC292_FIXUP_DELL_E7X_AAMIX] = {
8b99aba7
TI
7941 .type = HDA_FIXUP_FUNC,
7942 .v.func = alc_fixup_dell_xps13,
7943 .chained = true,
7944 .chain_id = ALC292_FIXUP_DISABLE_AAMIX
7945 },
5fab5829
TI
7946 [ALC292_FIXUP_DELL_E7X] = {
7947 .type = HDA_FIXUP_FUNC,
8a503555 7948 .v.func = alc_fixup_micmute_led,
5fab5829
TI
7949 /* micmute fixup must be applied at last */
7950 .chained_before = true,
7951 .chain_id = ALC292_FIXUP_DELL_E7X_AAMIX,
7952 },
54324221
JM
7953 [ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE] = {
7954 .type = HDA_FIXUP_PINS,
7955 .v.pins = (const struct hda_pintbl[]) {
7956 { 0x18, 0x01a1913c }, /* headset mic w/o jack detect */
7957 { }
7958 },
7959 .chained_before = true,
7960 .chain_id = ALC269_FIXUP_HEADSET_MODE,
7961 },
977e6276
KY
7962 [ALC298_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7963 .type = HDA_FIXUP_PINS,
7964 .v.pins = (const struct hda_pintbl[]) {
7965 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7966 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7967 { }
7968 },
7969 .chained = true,
7970 .chain_id = ALC269_FIXUP_HEADSET_MODE
7971 },
2f726aec
HW
7972 [ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE] = {
7973 .type = HDA_FIXUP_PINS,
7974 .v.pins = (const struct hda_pintbl[]) {
7975 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7976 { }
7977 },
7978 .chained = true,
7979 .chain_id = ALC269_FIXUP_HEADSET_MODE
7980 },
6ed1131f
KY
7981 [ALC275_FIXUP_DELL_XPS] = {
7982 .type = HDA_FIXUP_VERBS,
7983 .v.verbs = (const struct hda_verb[]) {
7984 /* Enables internal speaker */
7985 {0x20, AC_VERB_SET_COEF_INDEX, 0x1f},
7986 {0x20, AC_VERB_SET_PROC_COEF, 0x00c0},
7987 {0x20, AC_VERB_SET_COEF_INDEX, 0x30},
7988 {0x20, AC_VERB_SET_PROC_COEF, 0x00b1},
7989 {}
7990 }
7991 },
23adc192
HW
7992 [ALC293_FIXUP_LENOVO_SPK_NOISE] = {
7993 .type = HDA_FIXUP_FUNC,
7994 .v.func = alc_fixup_disable_aamix,
7995 .chained = true,
7996 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
7997 },
3694cb29
K
7998 [ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY] = {
7999 .type = HDA_FIXUP_FUNC,
8000 .v.func = alc233_fixup_lenovo_line2_mic_hotkey,
8001 },
d1ee66c5
PC
8002 [ALC233_FIXUP_INTEL_NUC8_DMIC] = {
8003 .type = HDA_FIXUP_FUNC,
8004 .v.func = alc_fixup_inv_dmic,
8005 .chained = true,
8006 .chain_id = ALC233_FIXUP_INTEL_NUC8_BOOST,
8007 },
8008 [ALC233_FIXUP_INTEL_NUC8_BOOST] = {
8009 .type = HDA_FIXUP_FUNC,
8010 .v.func = alc269_fixup_limit_int_mic_boost
8011 },
3b43b71f
KHF
8012 [ALC255_FIXUP_DELL_SPK_NOISE] = {
8013 .type = HDA_FIXUP_FUNC,
8014 .v.func = alc_fixup_disable_aamix,
8015 .chained = true,
8016 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8017 },
d1dd4211
KY
8018 [ALC225_FIXUP_DISABLE_MIC_VREF] = {
8019 .type = HDA_FIXUP_FUNC,
8020 .v.func = alc_fixup_disable_mic_vref,
8021 .chained = true,
8022 .chain_id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE
8023 },
2ae95577
DH
8024 [ALC225_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8025 .type = HDA_FIXUP_VERBS,
8026 .v.verbs = (const struct hda_verb[]) {
8027 /* Disable pass-through path for FRONT 14h */
8028 { 0x20, AC_VERB_SET_COEF_INDEX, 0x36 },
8029 { 0x20, AC_VERB_SET_PROC_COEF, 0x57d7 },
8030 {}
8031 },
8032 .chained = true,
d1dd4211 8033 .chain_id = ALC225_FIXUP_DISABLE_MIC_VREF
2ae95577 8034 },
f883982d
TI
8035 [ALC280_FIXUP_HP_HEADSET_MIC] = {
8036 .type = HDA_FIXUP_FUNC,
8037 .v.func = alc_fixup_disable_aamix,
8038 .chained = true,
8039 .chain_id = ALC269_FIXUP_HEADSET_MIC,
8040 },
e549d190
HW
8041 [ALC221_FIXUP_HP_FRONT_MIC] = {
8042 .type = HDA_FIXUP_PINS,
8043 .v.pins = (const struct hda_pintbl[]) {
8044 { 0x19, 0x02a19020 }, /* Front Mic */
8045 { }
8046 },
8047 },
c636b95e
SE
8048 [ALC292_FIXUP_TPT460] = {
8049 .type = HDA_FIXUP_FUNC,
8050 .v.func = alc_fixup_tpt440_dock,
8051 .chained = true,
8052 .chain_id = ALC293_FIXUP_LENOVO_SPK_NOISE,
8053 },
dd9aa335
HW
8054 [ALC298_FIXUP_SPK_VOLUME] = {
8055 .type = HDA_FIXUP_FUNC,
8056 .v.func = alc298_fixup_speaker_volume,
59ec4b57 8057 .chained = true,
2f726aec 8058 .chain_id = ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE,
dd9aa335 8059 },
f86de9b1
KY
8060 [ALC298_FIXUP_LENOVO_SPK_VOLUME] = {
8061 .type = HDA_FIXUP_FUNC,
8062 .v.func = alc298_fixup_speaker_volume,
8063 },
e312a869
TI
8064 [ALC295_FIXUP_DISABLE_DAC3] = {
8065 .type = HDA_FIXUP_FUNC,
8066 .v.func = alc295_fixup_disable_dac3,
8067 },
d2cd795c
JK
8068 [ALC285_FIXUP_SPEAKER2_TO_DAC1] = {
8069 .type = HDA_FIXUP_FUNC,
8070 .v.func = alc285_fixup_speaker2_to_dac1,
c37c0ab0
HW
8071 .chained = true,
8072 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
d2cd795c 8073 },
4b963ae1
AS
8074 [ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1] = {
8075 .type = HDA_FIXUP_FUNC,
8076 .v.func = alc285_fixup_speaker2_to_dac1,
8077 .chained = true,
8078 .chain_id = ALC245_FIXUP_CS35L41_SPI_2
8079 },
8080 [ALC285_FIXUP_ASUS_HEADSET_MIC] = {
8081 .type = HDA_FIXUP_PINS,
8082 .v.pins = (const struct hda_pintbl[]) {
8083 { 0x19, 0x03a11050 },
8084 { 0x1b, 0x03a11c30 },
8085 { }
8086 },
8087 .chained = true,
8088 .chain_id = ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1
8089 },
b759a5f0
LJ
8090 [ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS] = {
8091 .type = HDA_FIXUP_PINS,
8092 .v.pins = (const struct hda_pintbl[]) {
8093 { 0x14, 0x90170120 },
8094 { }
8095 },
8096 .chained = true,
8097 .chain_id = ALC285_FIXUP_ASUS_HEADSET_MIC
8098 },
8cc87c05
LJ
8099 [ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1] = {
8100 .type = HDA_FIXUP_FUNC,
8101 .v.func = alc285_fixup_speaker2_to_dac1,
8102 .chained = true,
8103 .chain_id = ALC287_FIXUP_CS35L41_I2C_2
8104 },
8105 [ALC285_FIXUP_ASUS_I2C_HEADSET_MIC] = {
8106 .type = HDA_FIXUP_PINS,
8107 .v.pins = (const struct hda_pintbl[]) {
8108 { 0x19, 0x03a11050 },
8109 { 0x1b, 0x03a11c30 },
8110 { }
8111 },
8112 .chained = true,
8113 .chain_id = ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1
8114 },
fd06c77e
KHF
8115 [ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER] = {
8116 .type = HDA_FIXUP_PINS,
8117 .v.pins = (const struct hda_pintbl[]) {
8118 { 0x1b, 0x90170151 },
8119 { }
8120 },
8121 .chained = true,
8122 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8123 },
823ff161
GM
8124 [ALC269_FIXUP_ATIV_BOOK_8] = {
8125 .type = HDA_FIXUP_FUNC,
8126 .v.func = alc_fixup_auto_mute_via_amp,
8127 .chained = true,
8128 .chain_id = ALC269_FIXUP_NO_SHUTUP
8129 },
4ba5c853
MT
8130 [ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE] = {
8131 .type = HDA_FIXUP_PINS,
8132 .v.pins = (const struct hda_pintbl[]) {
8133 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8134 { 0x1a, 0x01813030 }, /* use as headphone mic, without its own jack detect */
8135 { }
8136 },
8137 .chained = true,
8138 .chain_id = ALC269_FIXUP_HEADSET_MODE
8139 },
9eb5d0e6
KY
8140 [ALC221_FIXUP_HP_MIC_NO_PRESENCE] = {
8141 .type = HDA_FIXUP_PINS,
8142 .v.pins = (const struct hda_pintbl[]) {
8143 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8144 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8145 { }
8146 },
8147 .chained = true,
8148 .chain_id = ALC269_FIXUP_HEADSET_MODE
8149 },
c1732ede
CC
8150 [ALC256_FIXUP_ASUS_HEADSET_MODE] = {
8151 .type = HDA_FIXUP_FUNC,
8152 .v.func = alc_fixup_headset_mode,
8153 },
8154 [ALC256_FIXUP_ASUS_MIC] = {
8155 .type = HDA_FIXUP_PINS,
8156 .v.pins = (const struct hda_pintbl[]) {
8157 { 0x13, 0x90a60160 }, /* use as internal mic */
8158 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8159 { }
8160 },
8161 .chained = true,
8162 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8163 },
eeed4cd1 8164 [ALC256_FIXUP_ASUS_AIO_GPIO2] = {
ae065f1c
TI
8165 .type = HDA_FIXUP_FUNC,
8166 /* Set up GPIO2 for the speaker amp */
8167 .v.func = alc_fixup_gpio4,
eeed4cd1 8168 },
216d7aeb
CC
8169 [ALC233_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8170 .type = HDA_FIXUP_PINS,
8171 .v.pins = (const struct hda_pintbl[]) {
8172 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8173 { }
8174 },
8175 .chained = true,
8176 .chain_id = ALC269_FIXUP_HEADSET_MIC
8177 },
8178 [ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE] = {
8179 .type = HDA_FIXUP_VERBS,
8180 .v.verbs = (const struct hda_verb[]) {
8181 /* Enables internal speaker */
8182 {0x20, AC_VERB_SET_COEF_INDEX, 0x40},
8183 {0x20, AC_VERB_SET_PROC_COEF, 0x8800},
8184 {}
8185 },
8186 .chained = true,
8187 .chain_id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE
8188 },
ca169cc2
KY
8189 [ALC233_FIXUP_LENOVO_MULTI_CODECS] = {
8190 .type = HDA_FIXUP_FUNC,
8191 .v.func = alc233_alc662_fixup_lenovo_dual_codecs,
f73bbf63
KHF
8192 .chained = true,
8193 .chain_id = ALC269_FIXUP_GPIO2
ca169cc2 8194 },
ea5c7eba
JHP
8195 [ALC233_FIXUP_ACER_HEADSET_MIC] = {
8196 .type = HDA_FIXUP_VERBS,
8197 .v.verbs = (const struct hda_verb[]) {
8198 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8199 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8200 { }
8201 },
8202 .chained = true,
8203 .chain_id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE
8204 },
f33f79f3
HW
8205 [ALC294_FIXUP_LENOVO_MIC_LOCATION] = {
8206 .type = HDA_FIXUP_PINS,
8207 .v.pins = (const struct hda_pintbl[]) {
8208 /* Change the mic location from front to right, otherwise there are
8209 two front mics with the same name, pulseaudio can't handle them.
8210 This is just a temporary workaround, after applying this fixup,
8211 there will be one "Front Mic" and one "Mic" in this machine.
8212 */
8213 { 0x1a, 0x04a19040 },
8214 { }
8215 },
8216 },
5f364135
KY
8217 [ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE] = {
8218 .type = HDA_FIXUP_PINS,
8219 .v.pins = (const struct hda_pintbl[]) {
8220 { 0x16, 0x0101102f }, /* Rear Headset HP */
8221 { 0x19, 0x02a1913c }, /* use as Front headset mic, without its own jack detect */
8222 { 0x1a, 0x01a19030 }, /* Rear Headset MIC */
8223 { 0x1b, 0x02011020 },
8224 { }
8225 },
8226 .chained = true,
52e4e368
KHF
8227 .chain_id = ALC225_FIXUP_S3_POP_NOISE
8228 },
8229 [ALC225_FIXUP_S3_POP_NOISE] = {
8230 .type = HDA_FIXUP_FUNC,
8231 .v.func = alc225_fixup_s3_pop_noise,
8232 .chained = true,
5f364135
KY
8233 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8234 },
b84e8436
PH
8235 [ALC700_FIXUP_INTEL_REFERENCE] = {
8236 .type = HDA_FIXUP_VERBS,
8237 .v.verbs = (const struct hda_verb[]) {
8238 /* Enables internal speaker */
8239 {0x20, AC_VERB_SET_COEF_INDEX, 0x45},
8240 {0x20, AC_VERB_SET_PROC_COEF, 0x5289},
8241 {0x20, AC_VERB_SET_COEF_INDEX, 0x4A},
8242 {0x20, AC_VERB_SET_PROC_COEF, 0x001b},
8243 {0x58, AC_VERB_SET_COEF_INDEX, 0x00},
8244 {0x58, AC_VERB_SET_PROC_COEF, 0x3888},
8245 {0x20, AC_VERB_SET_COEF_INDEX, 0x6f},
8246 {0x20, AC_VERB_SET_PROC_COEF, 0x2c0b},
8247 {}
8248 }
8249 },
92266651
KY
8250 [ALC274_FIXUP_DELL_BIND_DACS] = {
8251 .type = HDA_FIXUP_FUNC,
8252 .v.func = alc274_fixup_bind_dacs,
8253 .chained = true,
8254 .chain_id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE
8255 },
8256 [ALC274_FIXUP_DELL_AIO_LINEOUT_VERB] = {
8257 .type = HDA_FIXUP_PINS,
8258 .v.pins = (const struct hda_pintbl[]) {
8259 { 0x1b, 0x0401102f },
8260 { }
8261 },
8262 .chained = true,
8263 .chain_id = ALC274_FIXUP_DELL_BIND_DACS
8264 },
399c01aa 8265 [ALC298_FIXUP_TPT470_DOCK_FIX] = {
61fcf8ec
KY
8266 .type = HDA_FIXUP_FUNC,
8267 .v.func = alc_fixup_tpt470_dock,
8268 .chained = true,
8269 .chain_id = ALC293_FIXUP_LENOVO_SPK_NOISE
8270 },
399c01aa
TI
8271 [ALC298_FIXUP_TPT470_DOCK] = {
8272 .type = HDA_FIXUP_FUNC,
8273 .v.func = alc_fixup_tpt470_dacs,
8274 .chained = true,
8275 .chain_id = ALC298_FIXUP_TPT470_DOCK_FIX
8276 },
ae104a21
KY
8277 [ALC255_FIXUP_DUMMY_LINEOUT_VERB] = {
8278 .type = HDA_FIXUP_PINS,
8279 .v.pins = (const struct hda_pintbl[]) {
8280 { 0x14, 0x0201101f },
8281 { }
8282 },
8283 .chained = true,
8284 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8285 },
f0ba9d69
KY
8286 [ALC255_FIXUP_DELL_HEADSET_MIC] = {
8287 .type = HDA_FIXUP_PINS,
8288 .v.pins = (const struct hda_pintbl[]) {
8289 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8290 { }
8291 },
3ce0d5aa
HW
8292 .chained = true,
8293 .chain_id = ALC269_FIXUP_HEADSET_MIC
f0ba9d69 8294 },
bbf8ff6b
TB
8295 [ALC295_FIXUP_HP_X360] = {
8296 .type = HDA_FIXUP_FUNC,
8297 .v.func = alc295_fixup_hp_top_speakers,
8298 .chained = true,
8299 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC3
8a328ac1
KY
8300 },
8301 [ALC221_FIXUP_HP_HEADSET_MIC] = {
8302 .type = HDA_FIXUP_PINS,
8303 .v.pins = (const struct hda_pintbl[]) {
8304 { 0x19, 0x0181313f},
8305 { }
8306 },
8307 .chained = true,
8308 .chain_id = ALC269_FIXUP_HEADSET_MIC
8309 },
c4cfcf6f
HW
8310 [ALC285_FIXUP_LENOVO_HEADPHONE_NOISE] = {
8311 .type = HDA_FIXUP_FUNC,
8312 .v.func = alc285_fixup_invalidate_dacs,
6ba189c5
HW
8313 .chained = true,
8314 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
c4cfcf6f 8315 },
e8ed64b0
GKK
8316 [ALC295_FIXUP_HP_AUTO_MUTE] = {
8317 .type = HDA_FIXUP_FUNC,
8318 .v.func = alc_fixup_auto_mute_via_amp,
8319 },
33aaebd4
CC
8320 [ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE] = {
8321 .type = HDA_FIXUP_PINS,
8322 .v.pins = (const struct hda_pintbl[]) {
8323 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8324 { }
8325 },
8326 .chained = true,
8327 .chain_id = ALC269_FIXUP_HEADSET_MIC
8328 },
d8ae458e
CC
8329 [ALC294_FIXUP_ASUS_MIC] = {
8330 .type = HDA_FIXUP_PINS,
8331 .v.pins = (const struct hda_pintbl[]) {
8332 { 0x13, 0x90a60160 }, /* use as internal mic */
8333 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8334 { }
8335 },
8336 .chained = true,
ef9ddb9d 8337 .chain_id = ALC269_FIXUP_HEADSET_MIC
d8ae458e 8338 },
4e051106
JHP
8339 [ALC294_FIXUP_ASUS_HEADSET_MIC] = {
8340 .type = HDA_FIXUP_PINS,
8341 .v.pins = (const struct hda_pintbl[]) {
82b01149 8342 { 0x19, 0x01a1103c }, /* use as headset mic */
4e051106
JHP
8343 { }
8344 },
8345 .chained = true,
ef9ddb9d 8346 .chain_id = ALC269_FIXUP_HEADSET_MIC
4e051106
JHP
8347 },
8348 [ALC294_FIXUP_ASUS_SPK] = {
8349 .type = HDA_FIXUP_VERBS,
8350 .v.verbs = (const struct hda_verb[]) {
8351 /* Set EAPD high */
8352 { 0x20, AC_VERB_SET_COEF_INDEX, 0x40 },
8353 { 0x20, AC_VERB_SET_PROC_COEF, 0x8800 },
473fbe13
KY
8354 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
8355 { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
4e051106
JHP
8356 { }
8357 },
8358 .chained = true,
8359 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8360 },
c8a9afa6 8361 [ALC295_FIXUP_CHROME_BOOK] = {
e854747d 8362 .type = HDA_FIXUP_FUNC,
c8a9afa6 8363 .v.func = alc295_fixup_chromebook,
8983eb60
KY
8364 .chained = true,
8365 .chain_id = ALC225_FIXUP_HEADSET_JACK
8366 },
8367 [ALC225_FIXUP_HEADSET_JACK] = {
8368 .type = HDA_FIXUP_FUNC,
8369 .v.func = alc_fixup_headset_jack,
e854747d 8370 },
89e3a568
JS
8371 [ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE] = {
8372 .type = HDA_FIXUP_PINS,
8373 .v.pins = (const struct hda_pintbl[]) {
8374 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8375 { }
8376 },
8377 .chained = true,
8378 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8379 },
c8c6ee61
HW
8380 [ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE] = {
8381 .type = HDA_FIXUP_VERBS,
8382 .v.verbs = (const struct hda_verb[]) {
8383 /* Disable PCBEEP-IN passthrough */
8384 { 0x20, AC_VERB_SET_COEF_INDEX, 0x36 },
8385 { 0x20, AC_VERB_SET_PROC_COEF, 0x57d7 },
8386 { }
8387 },
8388 .chained = true,
8389 .chain_id = ALC285_FIXUP_LENOVO_HEADPHONE_NOISE
8390 },
cbc05fd6
JHP
8391 [ALC255_FIXUP_ACER_HEADSET_MIC] = {
8392 .type = HDA_FIXUP_PINS,
8393 .v.pins = (const struct hda_pintbl[]) {
8394 { 0x19, 0x03a11130 },
8395 { 0x1a, 0x90a60140 }, /* use as internal mic */
8396 { }
8397 },
8398 .chained = true,
8399 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
8400 },
136824ef
KY
8401 [ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE] = {
8402 .type = HDA_FIXUP_PINS,
8403 .v.pins = (const struct hda_pintbl[]) {
8404 { 0x16, 0x01011020 }, /* Rear Line out */
8405 { 0x19, 0x01a1913c }, /* use as Front headset mic, without its own jack detect */
8406 { }
8407 },
8408 .chained = true,
8409 .chain_id = ALC225_FIXUP_WYSE_AUTO_MUTE
8410 },
8411 [ALC225_FIXUP_WYSE_AUTO_MUTE] = {
8412 .type = HDA_FIXUP_FUNC,
8413 .v.func = alc_fixup_auto_mute_via_amp,
8414 .chained = true,
8415 .chain_id = ALC225_FIXUP_WYSE_DISABLE_MIC_VREF
8416 },
8417 [ALC225_FIXUP_WYSE_DISABLE_MIC_VREF] = {
8418 .type = HDA_FIXUP_FUNC,
8419 .v.func = alc_fixup_disable_mic_vref,
8420 .chained = true,
8421 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8422 },
667a8f73
JHP
8423 [ALC286_FIXUP_ACER_AIO_HEADSET_MIC] = {
8424 .type = HDA_FIXUP_VERBS,
8425 .v.verbs = (const struct hda_verb[]) {
8426 { 0x20, AC_VERB_SET_COEF_INDEX, 0x4f },
8427 { 0x20, AC_VERB_SET_PROC_COEF, 0x5029 },
8428 { }
8429 },
8430 .chained = true,
8431 .chain_id = ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE
8432 },
8c8967a7
DD
8433 [ALC256_FIXUP_ASUS_HEADSET_MIC] = {
8434 .type = HDA_FIXUP_PINS,
8435 .v.pins = (const struct hda_pintbl[]) {
8436 { 0x19, 0x03a11020 }, /* headset mic with jack detect */
8437 { }
8438 },
8439 .chained = true,
8440 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8441 },
e1037354
JHP
8442 [ALC256_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8443 .type = HDA_FIXUP_PINS,
8444 .v.pins = (const struct hda_pintbl[]) {
8445 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8446 { }
8447 },
8448 .chained = true,
8449 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8450 },
e2a829b3
BR
8451 [ALC299_FIXUP_PREDATOR_SPK] = {
8452 .type = HDA_FIXUP_PINS,
8453 .v.pins = (const struct hda_pintbl[]) {
8454 { 0x21, 0x90170150 }, /* use as headset mic, without its own jack detect */
8455 { }
8456 }
8457 },
bd9c10bc 8458 [ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE] = {
60083f9e
JHP
8459 .type = HDA_FIXUP_PINS,
8460 .v.pins = (const struct hda_pintbl[]) {
bd9c10bc
JMG
8461 { 0x19, 0x04a11040 },
8462 { 0x21, 0x04211020 },
60083f9e
JHP
8463 { }
8464 },
8465 .chained = true,
bd9c10bc 8466 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
60083f9e 8467 },
e79c2269 8468 [ALC289_FIXUP_DELL_SPK2] = {
bd9c10bc
JMG
8469 .type = HDA_FIXUP_PINS,
8470 .v.pins = (const struct hda_pintbl[]) {
e79c2269 8471 { 0x17, 0x90170130 }, /* bass spk */
bd9c10bc
JMG
8472 { }
8473 },
8474 .chained = true,
e79c2269 8475 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE
bd9c10bc 8476 },
e79c2269
KY
8477 [ALC289_FIXUP_DUAL_SPK] = {
8478 .type = HDA_FIXUP_FUNC,
8479 .v.func = alc285_fixup_speaker2_to_dac1,
8480 .chained = true,
8481 .chain_id = ALC289_FIXUP_DELL_SPK2
8482 },
48e01504
CC
8483 [ALC294_FIXUP_SPK2_TO_DAC1] = {
8484 .type = HDA_FIXUP_FUNC,
8485 .v.func = alc285_fixup_speaker2_to_dac1,
8486 .chained = true,
8487 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8488 },
8489 [ALC294_FIXUP_ASUS_DUAL_SPK] = {
436e2550
JHP
8490 .type = HDA_FIXUP_FUNC,
8491 /* The GPIO must be pulled to initialize the AMP */
8492 .v.func = alc_fixup_gpio4,
8493 .chained = true,
48e01504 8494 .chain_id = ALC294_FIXUP_SPK2_TO_DAC1
436e2550 8495 },
724418b8
MA
8496 [ALC294_FIXUP_ASUS_ALLY] = {
8497 .type = HDA_FIXUP_FUNC,
8498 .v.func = cs35l41_fixup_i2c_two,
8499 .chained = true,
8500 .chain_id = ALC294_FIXUP_ASUS_ALLY_PINS
8501 },
8502 [ALC294_FIXUP_ASUS_ALLY_PINS] = {
8503 .type = HDA_FIXUP_PINS,
8504 .v.pins = (const struct hda_pintbl[]) {
8505 { 0x19, 0x03a11050 },
8506 { 0x1a, 0x03a11c30 },
8507 { 0x21, 0x03211420 },
8508 { }
8509 },
8510 .chained = true,
8511 .chain_id = ALC294_FIXUP_ASUS_ALLY_VERBS
8512 },
8513 [ALC294_FIXUP_ASUS_ALLY_VERBS] = {
8514 .type = HDA_FIXUP_VERBS,
8515 .v.verbs = (const struct hda_verb[]) {
8516 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8517 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8518 { 0x20, AC_VERB_SET_COEF_INDEX, 0x46 },
8519 { 0x20, AC_VERB_SET_PROC_COEF, 0x0004 },
8520 { 0x20, AC_VERB_SET_COEF_INDEX, 0x47 },
8521 { 0x20, AC_VERB_SET_PROC_COEF, 0xa47a },
8522 { 0x20, AC_VERB_SET_COEF_INDEX, 0x49 },
8523 { 0x20, AC_VERB_SET_PROC_COEF, 0x0049},
8524 { 0x20, AC_VERB_SET_COEF_INDEX, 0x4a },
8525 { 0x20, AC_VERB_SET_PROC_COEF, 0x201b },
8526 { 0x20, AC_VERB_SET_COEF_INDEX, 0x6b },
8527 { 0x20, AC_VERB_SET_PROC_COEF, 0x4278},
8528 { }
8529 },
8530 .chained = true,
8531 .chain_id = ALC294_FIXUP_ASUS_ALLY_SPEAKER
8532 },
8533 [ALC294_FIXUP_ASUS_ALLY_SPEAKER] = {
8534 .type = HDA_FIXUP_FUNC,
8535 .v.func = alc285_fixup_speaker2_to_dac1,
8536 },
6a6660d0
TI
8537 [ALC285_FIXUP_THINKPAD_X1_GEN7] = {
8538 .type = HDA_FIXUP_FUNC,
8539 .v.func = alc285_fixup_thinkpad_x1_gen7,
8540 .chained = true,
8541 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
8542 },
76f7dec0
KY
8543 [ALC285_FIXUP_THINKPAD_HEADSET_JACK] = {
8544 .type = HDA_FIXUP_FUNC,
8545 .v.func = alc_fixup_headset_jack,
8546 .chained = true,
6a6660d0 8547 .chain_id = ALC285_FIXUP_THINKPAD_X1_GEN7
76f7dec0 8548 },
8b33a134
JHP
8549 [ALC294_FIXUP_ASUS_HPE] = {
8550 .type = HDA_FIXUP_VERBS,
8551 .v.verbs = (const struct hda_verb[]) {
8552 /* Set EAPD high */
8553 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
8554 { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
8555 { }
8556 },
8557 .chained = true,
8558 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8559 },
c3cdf189
LJ
8560 [ALC294_FIXUP_ASUS_GX502_PINS] = {
8561 .type = HDA_FIXUP_PINS,
8562 .v.pins = (const struct hda_pintbl[]) {
8563 { 0x19, 0x03a11050 }, /* front HP mic */
8564 { 0x1a, 0x01a11830 }, /* rear external mic */
8565 { 0x21, 0x03211020 }, /* front HP out */
8566 { }
8567 },
8568 .chained = true,
8569 .chain_id = ALC294_FIXUP_ASUS_GX502_VERBS
8570 },
8571 [ALC294_FIXUP_ASUS_GX502_VERBS] = {
8572 .type = HDA_FIXUP_VERBS,
8573 .v.verbs = (const struct hda_verb[]) {
8574 /* set 0x15 to HP-OUT ctrl */
8575 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
8576 /* unmute the 0x15 amp */
8577 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000 },
8578 { }
8579 },
8580 .chained = true,
8581 .chain_id = ALC294_FIXUP_ASUS_GX502_HP
8582 },
8583 [ALC294_FIXUP_ASUS_GX502_HP] = {
8584 .type = HDA_FIXUP_FUNC,
8585 .v.func = alc294_fixup_gx502_hp,
8586 },
c1b55029
DC
8587 [ALC294_FIXUP_ASUS_GU502_PINS] = {
8588 .type = HDA_FIXUP_PINS,
8589 .v.pins = (const struct hda_pintbl[]) {
8590 { 0x19, 0x01a11050 }, /* rear HP mic */
8591 { 0x1a, 0x01a11830 }, /* rear external mic */
8592 { 0x21, 0x012110f0 }, /* rear HP out */
8593 { }
8594 },
8595 .chained = true,
8596 .chain_id = ALC294_FIXUP_ASUS_GU502_VERBS
8597 },
8598 [ALC294_FIXUP_ASUS_GU502_VERBS] = {
8599 .type = HDA_FIXUP_VERBS,
8600 .v.verbs = (const struct hda_verb[]) {
8601 /* set 0x15 to HP-OUT ctrl */
8602 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
8603 /* unmute the 0x15 amp */
8604 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000 },
8605 /* set 0x1b to HP-OUT */
8606 { 0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
8607 { }
8608 },
8609 .chained = true,
8610 .chain_id = ALC294_FIXUP_ASUS_GU502_HP
8611 },
8612 [ALC294_FIXUP_ASUS_GU502_HP] = {
8613 .type = HDA_FIXUP_FUNC,
8614 .v.func = alc294_fixup_gu502_hp,
c611e659
LJ
8615 },
8616 [ALC294_FIXUP_ASUS_G513_PINS] = {
8617 .type = HDA_FIXUP_PINS,
8618 .v.pins = (const struct hda_pintbl[]) {
8619 { 0x19, 0x03a11050 }, /* front HP mic */
8620 { 0x1a, 0x03a11c30 }, /* rear external mic */
8621 { 0x21, 0x03211420 }, /* front HP out */
8622 { }
8623 },
c1b55029 8624 },
bc2c2354
LJ
8625 [ALC285_FIXUP_ASUS_G533Z_PINS] = {
8626 .type = HDA_FIXUP_PINS,
8627 .v.pins = (const struct hda_pintbl[]) {
66ba7c88
LJ
8628 { 0x14, 0x90170152 }, /* Speaker Surround Playback Switch */
8629 { 0x19, 0x03a19020 }, /* Mic Boost Volume */
8630 { 0x1a, 0x03a11c30 }, /* Mic Boost Volume */
8631 { 0x1e, 0x90170151 }, /* Rear jack, IN OUT EAPD Detect */
8632 { 0x21, 0x03211420 },
bc2c2354
LJ
8633 { }
8634 },
bc2c2354 8635 },
1b94e59d
TI
8636 [ALC294_FIXUP_ASUS_COEF_1B] = {
8637 .type = HDA_FIXUP_VERBS,
8638 .v.verbs = (const struct hda_verb[]) {
8639 /* Set bit 10 to correct noisy output after reboot from
8640 * Windows 10 (due to pop noise reduction?)
8641 */
8642 { 0x20, AC_VERB_SET_COEF_INDEX, 0x1b },
8643 { 0x20, AC_VERB_SET_PROC_COEF, 0x4e4b },
8644 { }
8645 },
f8fbcdfb
TI
8646 .chained = true,
8647 .chain_id = ALC289_FIXUP_ASUS_GA401,
1b94e59d 8648 },
f5a88b0a
KHF
8649 [ALC285_FIXUP_HP_GPIO_LED] = {
8650 .type = HDA_FIXUP_FUNC,
8651 .v.func = alc285_fixup_hp_gpio_led,
8652 },
431e76c3
KY
8653 [ALC285_FIXUP_HP_MUTE_LED] = {
8654 .type = HDA_FIXUP_FUNC,
8655 .v.func = alc285_fixup_hp_mute_led,
8656 },
ca88eeb3
LG
8657 [ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED] = {
8658 .type = HDA_FIXUP_FUNC,
8659 .v.func = alc285_fixup_hp_spectre_x360_mute_led,
8660 },
0659400f
LG
8661 [ALC236_FIXUP_HP_MUTE_LED_COEFBIT2] = {
8662 .type = HDA_FIXUP_FUNC,
8663 .v.func = alc236_fixup_hp_mute_led_coefbit2,
8664 },
e7d66cf7
JS
8665 [ALC236_FIXUP_HP_GPIO_LED] = {
8666 .type = HDA_FIXUP_FUNC,
8667 .v.func = alc236_fixup_hp_gpio_led,
8668 },
24164f43
KY
8669 [ALC236_FIXUP_HP_MUTE_LED] = {
8670 .type = HDA_FIXUP_FUNC,
8671 .v.func = alc236_fixup_hp_mute_led,
8672 },
75b62ab6
JW
8673 [ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF] = {
8674 .type = HDA_FIXUP_FUNC,
8675 .v.func = alc236_fixup_hp_mute_led_micmute_vref,
8676 },
a2d57ebe
KM
8677 [ALC298_FIXUP_SAMSUNG_AMP] = {
8678 .type = HDA_FIXUP_FUNC,
8679 .v.func = alc298_fixup_samsung_amp,
8680 .chained = true,
8681 .chain_id = ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET
8682 },
14425f1f
MP
8683 [ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET] = {
8684 .type = HDA_FIXUP_VERBS,
8685 .v.verbs = (const struct hda_verb[]) {
8686 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc5 },
8687 { }
8688 },
8689 },
ef248d9b
MK
8690 [ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET] = {
8691 .type = HDA_FIXUP_VERBS,
8692 .v.verbs = (const struct hda_verb[]) {
8693 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08},
8694 { 0x20, AC_VERB_SET_PROC_COEF, 0x2fcf},
8695 { }
8696 },
8697 },
9e43342b
CC
8698 [ALC295_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8699 .type = HDA_FIXUP_PINS,
8700 .v.pins = (const struct hda_pintbl[]) {
8701 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8702 { }
8703 },
8704 .chained = true,
8705 .chain_id = ALC269_FIXUP_HEADSET_MODE
8706 },
8eae7e9b
JHP
8707 [ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS] = {
8708 .type = HDA_FIXUP_PINS,
8709 .v.pins = (const struct hda_pintbl[]) {
8710 { 0x14, 0x90100120 }, /* use as internal speaker */
8711 { 0x18, 0x02a111f0 }, /* use as headset mic, without its own jack detect */
8712 { 0x1a, 0x01011020 }, /* use as line out */
8713 { },
8714 },
8715 .chained = true,
8716 .chain_id = ALC269_FIXUP_HEADSET_MIC
8717 },
6e15d126
JHP
8718 [ALC269VC_FIXUP_ACER_HEADSET_MIC] = {
8719 .type = HDA_FIXUP_PINS,
8720 .v.pins = (const struct hda_pintbl[]) {
8721 { 0x18, 0x02a11030 }, /* use as headset mic */
8722 { }
8723 },
8724 .chained = true,
8725 .chain_id = ALC269_FIXUP_HEADSET_MIC
8726 },
781c90c0
JHP
8727 [ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE] = {
8728 .type = HDA_FIXUP_PINS,
8729 .v.pins = (const struct hda_pintbl[]) {
8730 { 0x18, 0x01a11130 }, /* use as headset mic, without its own jack detect */
8731 { }
8732 },
8733 .chained = true,
8734 .chain_id = ALC269_FIXUP_HEADSET_MIC
8735 },
293a92c1 8736 [ALC289_FIXUP_ASUS_GA401] = {
c84bfedc
TI
8737 .type = HDA_FIXUP_FUNC,
8738 .v.func = alc289_fixup_asus_ga401,
8739 .chained = true,
8740 .chain_id = ALC289_FIXUP_ASUS_GA502,
ff53664d 8741 },
4b43d05a
AS
8742 [ALC289_FIXUP_ASUS_GA502] = {
8743 .type = HDA_FIXUP_PINS,
8744 .v.pins = (const struct hda_pintbl[]) {
8745 { 0x19, 0x03a11020 }, /* headset mic with jack detect */
8746 { }
8747 },
8748 },
f50a121d
JHP
8749 [ALC256_FIXUP_ACER_MIC_NO_PRESENCE] = {
8750 .type = HDA_FIXUP_PINS,
8751 .v.pins = (const struct hda_pintbl[]) {
8752 { 0x19, 0x02a11120 }, /* use as headset mic, without its own jack detect */
8753 { }
8754 },
8755 .chained = true,
8756 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8757 },
56496253
KY
8758 [ALC285_FIXUP_HP_GPIO_AMP_INIT] = {
8759 .type = HDA_FIXUP_FUNC,
8760 .v.func = alc285_fixup_hp_gpio_amp_init,
8761 .chained = true,
8762 .chain_id = ALC285_FIXUP_HP_GPIO_LED
8763 },
f1ec5be1
HC
8764 [ALC269_FIXUP_CZC_B20] = {
8765 .type = HDA_FIXUP_PINS,
8766 .v.pins = (const struct hda_pintbl[]) {
8767 { 0x12, 0x411111f0 },
8768 { 0x14, 0x90170110 }, /* speaker */
8769 { 0x15, 0x032f1020 }, /* HP out */
8770 { 0x17, 0x411111f0 },
8771 { 0x18, 0x03ab1040 }, /* mic */
8772 { 0x19, 0xb7a7013f },
8773 { 0x1a, 0x0181305f },
8774 { 0x1b, 0x411111f0 },
8775 { 0x1d, 0x411111f0 },
8776 { 0x1e, 0x411111f0 },
8777 { }
8778 },
8779 .chain_id = ALC269_FIXUP_DMIC,
8780 },
8781 [ALC269_FIXUP_CZC_TMI] = {
8782 .type = HDA_FIXUP_PINS,
8783 .v.pins = (const struct hda_pintbl[]) {
8784 { 0x12, 0x4000c000 },
8785 { 0x14, 0x90170110 }, /* speaker */
8786 { 0x15, 0x0421401f }, /* HP out */
8787 { 0x17, 0x411111f0 },
8788 { 0x18, 0x04a19020 }, /* mic */
8789 { 0x19, 0x411111f0 },
8790 { 0x1a, 0x411111f0 },
8791 { 0x1b, 0x411111f0 },
8792 { 0x1d, 0x40448505 },
8793 { 0x1e, 0x411111f0 },
8794 { 0x20, 0x8000ffff },
8795 { }
8796 },
8797 .chain_id = ALC269_FIXUP_DMIC,
8798 },
8799 [ALC269_FIXUP_CZC_L101] = {
8800 .type = HDA_FIXUP_PINS,
8801 .v.pins = (const struct hda_pintbl[]) {
8802 { 0x12, 0x40000000 },
8803 { 0x14, 0x01014010 }, /* speaker */
8804 { 0x15, 0x411111f0 }, /* HP out */
8805 { 0x16, 0x411111f0 },
8806 { 0x18, 0x01a19020 }, /* mic */
8807 { 0x19, 0x02a19021 },
8808 { 0x1a, 0x0181302f },
8809 { 0x1b, 0x0221401f },
8810 { 0x1c, 0x411111f0 },
8811 { 0x1d, 0x4044c601 },
8812 { 0x1e, 0x411111f0 },
8813 { }
8814 },
8815 .chain_id = ALC269_FIXUP_DMIC,
8816 },
8817 [ALC269_FIXUP_LEMOTE_A1802] = {
8818 .type = HDA_FIXUP_PINS,
8819 .v.pins = (const struct hda_pintbl[]) {
8820 { 0x12, 0x40000000 },
8821 { 0x14, 0x90170110 }, /* speaker */
8822 { 0x17, 0x411111f0 },
8823 { 0x18, 0x03a19040 }, /* mic1 */
8824 { 0x19, 0x90a70130 }, /* mic2 */
8825 { 0x1a, 0x411111f0 },
8826 { 0x1b, 0x411111f0 },
8827 { 0x1d, 0x40489d2d },
8828 { 0x1e, 0x411111f0 },
8829 { 0x20, 0x0003ffff },
8830 { 0x21, 0x03214020 },
8831 { }
8832 },
8833 .chain_id = ALC269_FIXUP_DMIC,
8834 },
8835 [ALC269_FIXUP_LEMOTE_A190X] = {
8836 .type = HDA_FIXUP_PINS,
8837 .v.pins = (const struct hda_pintbl[]) {
8838 { 0x14, 0x99130110 }, /* speaker */
8839 { 0x15, 0x0121401f }, /* HP out */
8840 { 0x18, 0x01a19c20 }, /* rear mic */
8841 { 0x19, 0x99a3092f }, /* front mic */
8842 { 0x1b, 0x0201401f }, /* front lineout */
8843 { }
8844 },
8845 .chain_id = ALC269_FIXUP_DMIC,
8846 },
e2d2fded
KHF
8847 [ALC256_FIXUP_INTEL_NUC8_RUGGED] = {
8848 .type = HDA_FIXUP_PINS,
8849 .v.pins = (const struct hda_pintbl[]) {
8850 { 0x1b, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8851 { }
8852 },
8853 .chained = true,
8854 .chain_id = ALC269_FIXUP_HEADSET_MODE
8855 },
73e7161e
WS
8856 [ALC256_FIXUP_INTEL_NUC10] = {
8857 .type = HDA_FIXUP_PINS,
8858 .v.pins = (const struct hda_pintbl[]) {
8859 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8860 { }
8861 },
8862 .chained = true,
8863 .chain_id = ALC269_FIXUP_HEADSET_MODE
8864 },
fc19d559
HW
8865 [ALC255_FIXUP_XIAOMI_HEADSET_MIC] = {
8866 .type = HDA_FIXUP_VERBS,
8867 .v.verbs = (const struct hda_verb[]) {
8868 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8869 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8870 { }
8871 },
8872 .chained = true,
c84bfedc 8873 .chain_id = ALC289_FIXUP_ASUS_GA502
fc19d559 8874 },
13468bfa
HW
8875 [ALC274_FIXUP_HP_MIC] = {
8876 .type = HDA_FIXUP_VERBS,
8877 .v.verbs = (const struct hda_verb[]) {
8878 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8879 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8880 { }
8881 },
8882 },
8a8de09c
KY
8883 [ALC274_FIXUP_HP_HEADSET_MIC] = {
8884 .type = HDA_FIXUP_FUNC,
8885 .v.func = alc274_fixup_hp_headset_mic,
8886 .chained = true,
8887 .chain_id = ALC274_FIXUP_HP_MIC
8888 },
622464c8
TI
8889 [ALC274_FIXUP_HP_ENVY_GPIO] = {
8890 .type = HDA_FIXUP_FUNC,
8891 .v.func = alc274_fixup_hp_envy_gpio,
8892 },
ef9ce66f
KY
8893 [ALC256_FIXUP_ASUS_HPE] = {
8894 .type = HDA_FIXUP_VERBS,
8895 .v.verbs = (const struct hda_verb[]) {
8896 /* Set EAPD high */
8897 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
8898 { 0x20, AC_VERB_SET_PROC_COEF, 0x7778 },
8899 { }
8900 },
8901 .chained = true,
8902 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8903 },
446b8185
KY
8904 [ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK] = {
8905 .type = HDA_FIXUP_FUNC,
8906 .v.func = alc_fixup_headset_jack,
8907 .chained = true,
8908 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
8909 },
a0ccbc53
KY
8910 [ALC287_FIXUP_HP_GPIO_LED] = {
8911 .type = HDA_FIXUP_FUNC,
8912 .v.func = alc287_fixup_hp_gpio_led,
8913 },
9e885770
KY
8914 [ALC256_FIXUP_HP_HEADSET_MIC] = {
8915 .type = HDA_FIXUP_FUNC,
8916 .v.func = alc274_fixup_hp_headset_mic,
8917 },
92666d45
KY
8918 [ALC236_FIXUP_DELL_AIO_HEADSET_MIC] = {
8919 .type = HDA_FIXUP_FUNC,
8920 .v.func = alc_fixup_no_int_mic,
8921 .chained = true,
8922 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8923 },
34cdf405
CC
8924 [ALC282_FIXUP_ACER_DISABLE_LINEOUT] = {
8925 .type = HDA_FIXUP_PINS,
8926 .v.pins = (const struct hda_pintbl[]) {
8927 { 0x1b, 0x411111f0 },
8928 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8929 { },
8930 },
8931 .chained = true,
8932 .chain_id = ALC269_FIXUP_HEADSET_MODE
8933 },
495dc763
CC
8934 [ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST] = {
8935 .type = HDA_FIXUP_FUNC,
8936 .v.func = alc269_fixup_limit_int_mic_boost,
8937 .chained = true,
8938 .chain_id = ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
8939 },
d0e18561
CC
8940 [ALC256_FIXUP_ACER_HEADSET_MIC] = {
8941 .type = HDA_FIXUP_PINS,
8942 .v.pins = (const struct hda_pintbl[]) {
8943 { 0x19, 0x02a1113c }, /* use as headset mic, without its own jack detect */
8944 { 0x1a, 0x90a1092f }, /* use as internal mic */
8945 { }
8946 },
8947 .chained = true,
8948 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8949 },
26928ca1
TI
8950 [ALC285_FIXUP_IDEAPAD_S740_COEF] = {
8951 .type = HDA_FIXUP_FUNC,
8952 .v.func = alc285_fixup_ideapad_s740_coef,
8953 .chained = true,
8954 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
8955 },
bd15b155
KHF
8956 [ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST] = {
8957 .type = HDA_FIXUP_FUNC,
8958 .v.func = alc269_fixup_limit_int_mic_boost,
8959 .chained = true,
8960 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
8961 },
8eedd3a7
TI
8962 [ALC295_FIXUP_ASUS_DACS] = {
8963 .type = HDA_FIXUP_FUNC,
8964 .v.func = alc295_fixup_asus_dacs,
8965 },
5d84b531
TI
8966 [ALC295_FIXUP_HP_OMEN] = {
8967 .type = HDA_FIXUP_PINS,
8968 .v.pins = (const struct hda_pintbl[]) {
8969 { 0x12, 0xb7a60130 },
8970 { 0x13, 0x40000000 },
8971 { 0x14, 0x411111f0 },
8972 { 0x16, 0x411111f0 },
8973 { 0x17, 0x90170110 },
8974 { 0x18, 0x411111f0 },
8975 { 0x19, 0x02a11030 },
8976 { 0x1a, 0x411111f0 },
8977 { 0x1b, 0x04a19030 },
8978 { 0x1d, 0x40600001 },
8979 { 0x1e, 0x411111f0 },
8980 { 0x21, 0x03211020 },
8981 {}
8982 },
8983 .chained = true,
8984 .chain_id = ALC269_FIXUP_HP_LINE1_MIC1_LED,
8985 },
f2be77fe 8986 [ALC285_FIXUP_HP_SPECTRE_X360] = {
434591b2
ED
8987 .type = HDA_FIXUP_FUNC,
8988 .v.func = alc285_fixup_hp_spectre_x360,
f2be77fe 8989 },
d94befbb
DB
8990 [ALC285_FIXUP_HP_SPECTRE_X360_EB1] = {
8991 .type = HDA_FIXUP_FUNC,
8992 .v.func = alc285_fixup_hp_spectre_x360_eb1
8993 },
9ebaef05
HW
8994 [ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP] = {
8995 .type = HDA_FIXUP_FUNC,
8996 .v.func = alc285_fixup_ideapad_s740_coef,
8997 .chained = true,
8998 .chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
8999 },
29c8f40b
PU
9000 [ALC623_FIXUP_LENOVO_THINKSTATION_P340] = {
9001 .type = HDA_FIXUP_FUNC,
9002 .v.func = alc_fixup_no_shutup,
9003 .chained = true,
9004 .chain_id = ALC283_FIXUP_HEADSET_MIC,
9005 },
57c9e21a
HW
9006 [ALC255_FIXUP_ACER_HEADPHONE_AND_MIC] = {
9007 .type = HDA_FIXUP_PINS,
9008 .v.pins = (const struct hda_pintbl[]) {
9009 { 0x21, 0x03211030 }, /* Change the Headphone location to Left */
9010 { }
9011 },
9012 .chained = true,
9013 .chain_id = ALC255_FIXUP_XIAOMI_HEADSET_MIC
9014 },
8903376d
KHF
9015 [ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST] = {
9016 .type = HDA_FIXUP_FUNC,
9017 .v.func = alc269_fixup_limit_int_mic_boost,
9018 .chained = true,
9019 .chain_id = ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF,
9020 },
8f4c9042
BF
9021 [ALC285_FIXUP_LEGION_Y9000X_SPEAKERS] = {
9022 .type = HDA_FIXUP_FUNC,
9023 .v.func = alc285_fixup_ideapad_s740_coef,
9024 .chained = true,
9025 .chain_id = ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE,
9026 },
9027 [ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE] = {
9028 .type = HDA_FIXUP_FUNC,
9029 .v.func = alc287_fixup_legion_15imhg05_speakers,
9030 .chained = true,
9031 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
9032 },
ad7cc2d4
CB
9033 [ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS] = {
9034 .type = HDA_FIXUP_VERBS,
9035 //.v.verbs = legion_15imhg05_coefs,
9036 .v.verbs = (const struct hda_verb[]) {
9037 // set left speaker Legion 7i.
9038 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9039 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9040
9041 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9042 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9043 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9044 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9045 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9046
9047 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9048 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9049 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9050 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9051 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9052
9053 // set right speaker Legion 7i.
9054 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9055 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9056
9057 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9058 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9059 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9060 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9061 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9062
9063 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9064 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9065 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9066 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9067 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9068 {}
9069 },
9070 .chained = true,
9071 .chain_id = ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE,
9072 },
9073 [ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE] = {
9074 .type = HDA_FIXUP_FUNC,
9075 .v.func = alc287_fixup_legion_15imhg05_speakers,
9076 .chained = true,
9077 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9078 },
9079 [ALC287_FIXUP_YOGA7_14ITL_SPEAKERS] = {
9080 .type = HDA_FIXUP_VERBS,
9081 .v.verbs = (const struct hda_verb[]) {
9082 // set left speaker Yoga 7i.
9083 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9084 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9085
9086 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9087 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9088 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9089 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9090 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9091
9092 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9093 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9094 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9095 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9096 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9097
9098 // set right speaker Yoga 7i.
9099 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9100 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9101
9102 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9103 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9104 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9105 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9106 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9107
9108 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9109 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9110 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9111 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9112 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9113 {}
9114 },
9115 .chained = true,
9116 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9117 },
56ec3e75
TI
9118 [ALC298_FIXUP_LENOVO_C940_DUET7] = {
9119 .type = HDA_FIXUP_FUNC,
9120 .v.func = alc298_fixup_lenovo_c940_duet7,
9121 },
ad7cc2d4
CB
9122 [ALC287_FIXUP_13S_GEN2_SPEAKERS] = {
9123 .type = HDA_FIXUP_VERBS,
9124 .v.verbs = (const struct hda_verb[]) {
9125 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9126 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
023a062f 9127 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
ad7cc2d4
CB
9128 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9129 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9130 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9131 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9132 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9133 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9134 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9135 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9136 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9137 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9138 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9139 {}
9140 },
9141 .chained = true,
9142 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9143 },
619764cc 9144 [ALC256_FIXUP_SET_COEF_DEFAULTS] = {
dd6dd6e3 9145 .type = HDA_FIXUP_FUNC,
619764cc 9146 .v.func = alc256_fixup_set_coef_defaults,
dd6dd6e3 9147 },
5fc462c3
JC
9148 [ALC245_FIXUP_HP_GPIO_LED] = {
9149 .type = HDA_FIXUP_FUNC,
9150 .v.func = alc245_fixup_hp_gpio_led,
9151 },
1278cc5a
JS
9152 [ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE] = {
9153 .type = HDA_FIXUP_PINS,
9154 .v.pins = (const struct hda_pintbl[]) {
9155 { 0x19, 0x03a11120 }, /* use as headset mic, without its own jack detect */
9156 { }
9157 },
9158 .chained = true,
9159 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
9160 },
174a7fb3
WS
9161 [ALC233_FIXUP_NO_AUDIO_JACK] = {
9162 .type = HDA_FIXUP_FUNC,
9163 .v.func = alc233_fixup_no_audio_jack,
9164 },
edca7cc4
WS
9165 [ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME] = {
9166 .type = HDA_FIXUP_FUNC,
9167 .v.func = alc256_fixup_mic_no_presence_and_resume,
9168 .chained = true,
9169 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
9170 },
d3dca026
LT
9171 [ALC287_FIXUP_LEGION_16ACHG6] = {
9172 .type = HDA_FIXUP_FUNC,
9173 .v.func = alc287_fixup_legion_16achg6_speakers,
9174 },
ae7abe36
SB
9175 [ALC287_FIXUP_CS35L41_I2C_2] = {
9176 .type = HDA_FIXUP_FUNC,
9177 .v.func = cs35l41_fixup_i2c_two,
9178 },
b3fbe536
AC
9179 [ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED] = {
9180 .type = HDA_FIXUP_FUNC,
9181 .v.func = cs35l41_fixup_i2c_two,
9182 .chained = true,
9183 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
ae7abe36 9184 },
07bcab93
LT
9185 [ALC245_FIXUP_CS35L41_SPI_2] = {
9186 .type = HDA_FIXUP_FUNC,
9187 .v.func = cs35l41_fixup_spi_two,
9188 },
ce18f905
KHF
9189 [ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED] = {
9190 .type = HDA_FIXUP_FUNC,
9191 .v.func = cs35l41_fixup_spi_two,
9192 .chained = true,
9193 .chain_id = ALC285_FIXUP_HP_GPIO_LED,
9194 },
07bcab93
LT
9195 [ALC245_FIXUP_CS35L41_SPI_4] = {
9196 .type = HDA_FIXUP_FUNC,
9197 .v.func = cs35l41_fixup_spi_four,
9198 },
9199 [ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED] = {
9200 .type = HDA_FIXUP_FUNC,
864cb14c 9201 .v.func = cs35l41_fixup_spi_four,
07bcab93 9202 .chained = true,
864cb14c 9203 .chain_id = ALC285_FIXUP_HP_GPIO_LED,
07bcab93 9204 },
91502a9a
AS
9205 [ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED] = {
9206 .type = HDA_FIXUP_VERBS,
9207 .v.verbs = (const struct hda_verb[]) {
9208 { 0x20, AC_VERB_SET_COEF_INDEX, 0x19 },
9209 { 0x20, AC_VERB_SET_PROC_COEF, 0x8e11 },
9210 { }
9211 },
9212 .chained = true,
9213 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
9214 },
1efcdd9c
GM
9215 [ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET] = {
9216 .type = HDA_FIXUP_FUNC,
9217 .v.func = alc_fixup_dell4_mic_no_presence_quiet,
9218 .chained = true,
9219 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
9220 },
309d7363
DH
9221 [ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE] = {
9222 .type = HDA_FIXUP_PINS,
9223 .v.pins = (const struct hda_pintbl[]) {
9224 { 0x19, 0x02a1112c }, /* use as headset mic, without its own jack detect */
9225 { }
9226 },
9227 .chained = true,
9228 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
9229 },
1e24881d
LT
9230 [ALC287_FIXUP_LEGION_16ITHG6] = {
9231 .type = HDA_FIXUP_FUNC,
9232 .v.func = alc287_fixup_legion_16ithg6_speakers,
9233 },
3790a3d6
PJ
9234 [ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK] = {
9235 .type = HDA_FIXUP_VERBS,
9236 .v.verbs = (const struct hda_verb[]) {
9237 // enable left speaker
9238 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9239 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9240
9241 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9242 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9243 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9244 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9245 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9246
9247 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9248 { 0x20, AC_VERB_SET_PROC_COEF, 0xf },
9249 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9250 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9251 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9252
9253 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9254 { 0x20, AC_VERB_SET_PROC_COEF, 0x10 },
9255 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9256 { 0x20, AC_VERB_SET_PROC_COEF, 0x40 },
9257 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9258
9259 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9260 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9261 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9262 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9263 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9264
9265 // enable right speaker
9266 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9267 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9268
9269 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9270 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9271 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9272 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9273 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9274
9275 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9276 { 0x20, AC_VERB_SET_PROC_COEF, 0xf },
9277 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9278 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9279 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9280
9281 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9282 { 0x20, AC_VERB_SET_PROC_COEF, 0x10 },
9283 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9284 { 0x20, AC_VERB_SET_PROC_COEF, 0x44 },
9285 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9286
9287 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9288 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9289 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9290 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9291 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9292
9293 { },
9294 },
9295 },
9296 [ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN] = {
9297 .type = HDA_FIXUP_FUNC,
9298 .v.func = alc287_fixup_yoga9_14iap7_bass_spk_pin,
9299 .chained = true,
9300 .chain_id = ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK,
9301 },
2912cdda
PJ
9302 [ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS] = {
9303 .type = HDA_FIXUP_FUNC,
9304 .v.func = alc295_fixup_dell_inspiron_top_speakers,
9305 .chained = true,
9306 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
9307 },
a4517c4f
CC
9308 [ALC236_FIXUP_DELL_DUAL_CODECS] = {
9309 .type = HDA_FIXUP_PINS,
9310 .v.func = alc1220_fixup_gb_dual_codecs,
9311 .chained = true,
9312 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
9313 },
f7b069cf
VR
9314 [ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI] = {
9315 .type = HDA_FIXUP_FUNC,
9316 .v.func = cs35l41_fixup_i2c_two,
9317 .chained = true,
9318 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
9319 },
f1d4e28b
KY
9320};
9321
1d045db9 9322static const struct snd_pci_quirk alc269_fixup_tbl[] = {
a6b92b66 9323 SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", ALC269_FIXUP_INV_DMIC),
693b613d
DH
9324 SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
9325 SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
aaedfb47 9326 SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),
7819717b 9327 SND_PCI_QUIRK(0x1025, 0x072d, "Acer Aspire V5-571G", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
aaedfb47
DH
9328 SND_PCI_QUIRK(0x1025, 0x0740, "Acer AO725", ALC271_FIXUP_HP_GATE_MIC_JACK),
9329 SND_PCI_QUIRK(0x1025, 0x0742, "Acer AO756", ALC271_FIXUP_HP_GATE_MIC_JACK),
02322ac9 9330 SND_PCI_QUIRK(0x1025, 0x0762, "Acer Aspire E1-472", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
b1e8972e 9331 SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
1a22e775 9332 SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
433f894e 9333 SND_PCI_QUIRK(0x1025, 0x080d, "Acer Aspire V5-122P", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
c8426b27 9334 SND_PCI_QUIRK(0x1025, 0x0840, "Acer Aspire E1", ALC269VB_FIXUP_ASPIRE_E1_COEF),
13be30f1 9335 SND_PCI_QUIRK(0x1025, 0x101c, "Acer Veriton N2510G", ALC269_FIXUP_LIFEBOOK),
705b65f1 9336 SND_PCI_QUIRK(0x1025, 0x102b, "Acer Aspire C24-860", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
6e15d126 9337 SND_PCI_QUIRK(0x1025, 0x1065, "Acer Aspire C20-820", ALC269VC_FIXUP_ACER_HEADSET_MIC),
b9c2fa52 9338 SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK),
495dc763 9339 SND_PCI_QUIRK(0x1025, 0x1094, "Acer Aspire E5-575T", ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST),
c7531e31
CC
9340 SND_PCI_QUIRK(0x1025, 0x1099, "Acer Aspire E5-523G", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
9341 SND_PCI_QUIRK(0x1025, 0x110e, "Acer Aspire ES1-432", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
13be30f1
CC
9342 SND_PCI_QUIRK(0x1025, 0x1166, "Acer Veriton N4640G", ALC269_FIXUP_LIFEBOOK),
9343 SND_PCI_QUIRK(0x1025, 0x1167, "Acer Veriton N6640G", ALC269_FIXUP_LIFEBOOK),
e2a829b3 9344 SND_PCI_QUIRK(0x1025, 0x1246, "Acer Predator Helios 500", ALC299_FIXUP_PREDATOR_SPK),
8eae7e9b 9345 SND_PCI_QUIRK(0x1025, 0x1247, "Acer vCopperbox", ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS),
781c90c0 9346 SND_PCI_QUIRK(0x1025, 0x1248, "Acer Veriton N4660G", ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE),
d0e18561 9347 SND_PCI_QUIRK(0x1025, 0x1269, "Acer SWIFT SF314-54", ALC256_FIXUP_ACER_HEADSET_MIC),
667a8f73
JHP
9348 SND_PCI_QUIRK(0x1025, 0x128f, "Acer Veriton Z6860G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
9349 SND_PCI_QUIRK(0x1025, 0x1290, "Acer Veriton Z4860G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
9350 SND_PCI_QUIRK(0x1025, 0x1291, "Acer Veriton Z4660G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
d0e18561 9351 SND_PCI_QUIRK(0x1025, 0x129c, "Acer SWIFT SF314-55", ALC256_FIXUP_ACER_HEADSET_MIC),
5f3fe25e 9352 SND_PCI_QUIRK(0x1025, 0x129d, "Acer SWIFT SF313-51", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
35171fbf 9353 SND_PCI_QUIRK(0x1025, 0x1300, "Acer SWIFT SF314-56", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
2733cceb 9354 SND_PCI_QUIRK(0x1025, 0x1308, "Acer Aspire Z24-890", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
ea5c7eba 9355 SND_PCI_QUIRK(0x1025, 0x132a, "Acer TravelMate B114-21", ALC233_FIXUP_ACER_HEADSET_MIC),
cbc05fd6 9356 SND_PCI_QUIRK(0x1025, 0x1330, "Acer TravelMate X514-51T", ALC255_FIXUP_ACER_HEADSET_MIC),
2a5bb694 9357 SND_PCI_QUIRK(0x1025, 0x141f, "Acer Spin SP513-54N", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
0d4867a1 9358 SND_PCI_QUIRK(0x1025, 0x142b, "Acer Swift SF314-42", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
f50a121d 9359 SND_PCI_QUIRK(0x1025, 0x1430, "Acer TravelMate B311R-31", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
57c9e21a 9360 SND_PCI_QUIRK(0x1025, 0x1466, "Acer Aspire A515-56", ALC255_FIXUP_ACER_HEADPHONE_AND_MIC),
6a28a25d 9361 SND_PCI_QUIRK(0x1025, 0x1534, "Acer Predator PH315-54", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
aaedfb47 9362 SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
841bdf85 9363 SND_PCI_QUIRK(0x1028, 0x053c, "Dell Latitude E5430", ALC292_FIXUP_DELL_E7X),
6ed1131f 9364 SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
86f799b8 9365 SND_PCI_QUIRK(0x1028, 0x05bd, "Dell Latitude E6440", ALC292_FIXUP_DELL_E7X),
cf52103a 9366 SND_PCI_QUIRK(0x1028, 0x05be, "Dell Latitude E6540", ALC292_FIXUP_DELL_E7X),
8b99aba7
TI
9367 SND_PCI_QUIRK(0x1028, 0x05ca, "Dell Latitude E7240", ALC292_FIXUP_DELL_E7X),
9368 SND_PCI_QUIRK(0x1028, 0x05cb, "Dell Latitude E7440", ALC292_FIXUP_DELL_E7X),
0f4881dc 9369 SND_PCI_QUIRK(0x1028, 0x05da, "Dell Vostro 5460", ALC290_FIXUP_SUBWOOFER),
73bdd597
DH
9370 SND_PCI_QUIRK(0x1028, 0x05f4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
9371 SND_PCI_QUIRK(0x1028, 0x05f5, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
9372 SND_PCI_QUIRK(0x1028, 0x05f6, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
0f4881dc
DH
9373 SND_PCI_QUIRK(0x1028, 0x0615, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
9374 SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
98070576 9375 SND_PCI_QUIRK(0x1028, 0x062c, "Dell Latitude E5550", ALC292_FIXUP_DELL_E7X),
4275554d 9376 SND_PCI_QUIRK(0x1028, 0x062e, "Dell Latitude E7450", ALC292_FIXUP_DELL_E7X),
0f4881dc 9377 SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
a22aa26f
KY
9378 SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9379 SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
831bfdf9 9380 SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC288_FIXUP_DELL_XPS_13),
afecb146 9381 SND_PCI_QUIRK(0x1028, 0x0669, "Dell Optiplex 9020m", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
3a05d12f 9382 SND_PCI_QUIRK(0x1028, 0x069a, "Dell Vostro 5480", ALC290_FIXUP_SUBWOOFER_HSJACK),
8b72415d 9383 SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
b734304f
KY
9384 SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9385 SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
c04017ea
DH
9386 SND_PCI_QUIRK(0x1028, 0x06db, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9387 SND_PCI_QUIRK(0x1028, 0x06dd, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9388 SND_PCI_QUIRK(0x1028, 0x06de, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9389 SND_PCI_QUIRK(0x1028, 0x06df, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9390 SND_PCI_QUIRK(0x1028, 0x06e0, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
fd06c77e 9391 SND_PCI_QUIRK(0x1028, 0x0706, "Dell Inspiron 7559", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),
3b43b71f 9392 SND_PCI_QUIRK(0x1028, 0x0725, "Dell Inspiron 3162", ALC255_FIXUP_DELL_SPK_NOISE),
c0ca5ece 9393 SND_PCI_QUIRK(0x1028, 0x0738, "Dell Precision 5820", ALC269_FIXUP_NO_SHUTUP),
709ae62e 9394 SND_PCI_QUIRK(0x1028, 0x075c, "Dell XPS 27 7760", ALC298_FIXUP_SPK_VOLUME),
dd9aa335 9395 SND_PCI_QUIRK(0x1028, 0x075d, "Dell AIO", ALC298_FIXUP_SPK_VOLUME),
493de342 9396 SND_PCI_QUIRK(0x1028, 0x0798, "Dell Inspiron 17 7000 Gaming", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),
aa143ad3 9397 SND_PCI_QUIRK(0x1028, 0x07b0, "Dell Precision 7520", ALC295_FIXUP_DISABLE_DAC3),
5f364135 9398 SND_PCI_QUIRK(0x1028, 0x080c, "Dell WYSE", ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE),
40e2c4e5
KY
9399 SND_PCI_QUIRK(0x1028, 0x084b, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
9400 SND_PCI_QUIRK(0x1028, 0x084e, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
f0ba9d69
KY
9401 SND_PCI_QUIRK(0x1028, 0x0871, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
9402 SND_PCI_QUIRK(0x1028, 0x0872, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
ae104a21 9403 SND_PCI_QUIRK(0x1028, 0x0873, "Dell Precision 3930", ALC255_FIXUP_DUMMY_LINEOUT_VERB),
136824ef 9404 SND_PCI_QUIRK(0x1028, 0x08ad, "Dell WYSE AIO", ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE),
da484d00 9405 SND_PCI_QUIRK(0x1028, 0x08ae, "Dell WYSE NB", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE),
c2a7c55a 9406 SND_PCI_QUIRK(0x1028, 0x0935, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
e79c2269 9407 SND_PCI_QUIRK(0x1028, 0x097d, "Dell Precision", ALC289_FIXUP_DUAL_SPK),
aa143ad3 9408 SND_PCI_QUIRK(0x1028, 0x097e, "Dell Precision", ALC289_FIXUP_DUAL_SPK),
78def224
KY
9409 SND_PCI_QUIRK(0x1028, 0x098d, "Dell Precision", ALC233_FIXUP_ASUS_MIC_NO_PRESENCE),
9410 SND_PCI_QUIRK(0x1028, 0x09bf, "Dell Precision", ALC233_FIXUP_ASUS_MIC_NO_PRESENCE),
92666d45
KY
9411 SND_PCI_QUIRK(0x1028, 0x0a2e, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
9412 SND_PCI_QUIRK(0x1028, 0x0a30, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
1efcdd9c 9413 SND_PCI_QUIRK(0x1028, 0x0a38, "Dell Latitude 7520", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET),
c1e89523 9414 SND_PCI_QUIRK(0x1028, 0x0a58, "Dell", ALC255_FIXUP_DELL_HEADSET_MIC),
da946920 9415 SND_PCI_QUIRK(0x1028, 0x0a61, "Dell XPS 15 9510", ALC289_FIXUP_DUAL_SPK),
eb676622 9416 SND_PCI_QUIRK(0x1028, 0x0a62, "Dell Precision 5560", ALC289_FIXUP_DUAL_SPK),
2b987fe8
CC
9417 SND_PCI_QUIRK(0x1028, 0x0a9d, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
9418 SND_PCI_QUIRK(0x1028, 0x0a9e, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
15dad62f 9419 SND_PCI_QUIRK(0x1028, 0x0b19, "Dell XPS 15 9520", ALC289_FIXUP_DUAL_SPK),
bdc9b739 9420 SND_PCI_QUIRK(0x1028, 0x0b1a, "Dell Precision 5570", ALC289_FIXUP_DUAL_SPK),
2912cdda
PJ
9421 SND_PCI_QUIRK(0x1028, 0x0b37, "Dell Inspiron 16 Plus 7620 2-in-1", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
9422 SND_PCI_QUIRK(0x1028, 0x0b71, "Dell Inspiron 16 Plus 7620", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
a5751933 9423 SND_PCI_QUIRK(0x1028, 0x0c03, "Dell Precision 5340", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
a4517c4f
CC
9424 SND_PCI_QUIRK(0x1028, 0x0c19, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS),
9425 SND_PCI_QUIRK(0x1028, 0x0c1a, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS),
9426 SND_PCI_QUIRK(0x1028, 0x0c1b, "Dell Precision 3440", ALC236_FIXUP_DELL_DUAL_CODECS),
9427 SND_PCI_QUIRK(0x1028, 0x0c1c, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS),
9428 SND_PCI_QUIRK(0x1028, 0x0c1d, "Dell Precision 3440", ALC236_FIXUP_DELL_DUAL_CODECS),
9429 SND_PCI_QUIRK(0x1028, 0x0c1e, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS),
de90f516
VR
9430 SND_PCI_QUIRK(0x1028, 0x0cbd, "Dell Oasis 13 CS MTL-U", ALC245_FIXUP_CS35L41_SPI_2),
9431 SND_PCI_QUIRK(0x1028, 0x0cbe, "Dell Oasis 13 2-IN-1 MTL-U", ALC245_FIXUP_CS35L41_SPI_2),
9432 SND_PCI_QUIRK(0x1028, 0x0cbf, "Dell Oasis 13 Low Weight MTU-L", ALC245_FIXUP_CS35L41_SPI_2),
9433 SND_PCI_QUIRK(0x1028, 0x0cc1, "Dell Oasis 14 MTL-H/U", ALC287_FIXUP_CS35L41_I2C_2),
9434 SND_PCI_QUIRK(0x1028, 0x0cc2, "Dell Oasis 14 2-in-1 MTL-H/U", ALC287_FIXUP_CS35L41_I2C_2),
9435 SND_PCI_QUIRK(0x1028, 0x0cc3, "Dell Oasis 14 Low Weight MTL-U", ALC287_FIXUP_CS35L41_I2C_2),
9436 SND_PCI_QUIRK(0x1028, 0x0cc4, "Dell Oasis 16 MTL-H/U", ALC287_FIXUP_CS35L41_I2C_2),
9437 SND_PCI_QUIRK(0x1028, 0x0cc5, "Dell Oasis MLK 14 RPL-P", ALC287_FIXUP_CS35L41_I2C_2),
a22aa26f
KY
9438 SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9439 SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
08fb0d0e 9440 SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),
9f5c6faf 9441 SND_PCI_QUIRK(0x103c, 0x18e6, "HP", ALC269_FIXUP_HP_GPIO_LED),
8e35cd4a 9442 SND_PCI_QUIRK(0x103c, 0x218b, "HP", ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
7976eb49 9443 SND_PCI_QUIRK(0x103c, 0x21f9, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 9444 SND_PCI_QUIRK(0x103c, 0x2210, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 9445 SND_PCI_QUIRK(0x103c, 0x2214, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9446 SND_PCI_QUIRK(0x103c, 0x221b, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9447 SND_PCI_QUIRK(0x103c, 0x221c, "HP EliteBook 755 G2", ALC280_FIXUP_HP_HEADSET_MIC),
9448 SND_PCI_QUIRK(0x103c, 0x2221, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9449 SND_PCI_QUIRK(0x103c, 0x2225, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf
KY
9450 SND_PCI_QUIRK(0x103c, 0x2236, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9451 SND_PCI_QUIRK(0x103c, 0x2237, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9452 SND_PCI_QUIRK(0x103c, 0x2238, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9453 SND_PCI_QUIRK(0x103c, 0x2239, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9c5dc3bf 9454 SND_PCI_QUIRK(0x103c, 0x224b, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9c5dc3bf
KY
9455 SND_PCI_QUIRK(0x103c, 0x2253, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9456 SND_PCI_QUIRK(0x103c, 0x2254, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9457 SND_PCI_QUIRK(0x103c, 0x2255, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9458 SND_PCI_QUIRK(0x103c, 0x2256, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9459 SND_PCI_QUIRK(0x103c, 0x2257, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf 9460 SND_PCI_QUIRK(0x103c, 0x2259, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
04d5466a 9461 SND_PCI_QUIRK(0x103c, 0x225a, "HP", ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED),
45461e3b 9462 SND_PCI_QUIRK(0x103c, 0x225f, "HP", ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY),
c60666bd 9463 SND_PCI_QUIRK(0x103c, 0x2260, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
9464 SND_PCI_QUIRK(0x103c, 0x2263, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9465 SND_PCI_QUIRK(0x103c, 0x2264, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9466 SND_PCI_QUIRK(0x103c, 0x2265, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9467 SND_PCI_QUIRK(0x103c, 0x2268, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9468 SND_PCI_QUIRK(0x103c, 0x226a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9469 SND_PCI_QUIRK(0x103c, 0x226b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9470 SND_PCI_QUIRK(0x103c, 0x226e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9471 SND_PCI_QUIRK(0x103c, 0x2271, "HP", ALC286_FIXUP_HP_GPIO_LED),
9c5dc3bf 9472 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
45461e3b 9473 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC280_FIXUP_HP_DOCK_PINS),
9c5dc3bf 9474 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
45461e3b 9475 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC280_FIXUP_HP_DOCK_PINS),
9c5dc3bf 9476 SND_PCI_QUIRK(0x103c, 0x2278, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
c60666bd 9477 SND_PCI_QUIRK(0x103c, 0x227f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9478 SND_PCI_QUIRK(0x103c, 0x2282, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9479 SND_PCI_QUIRK(0x103c, 0x228b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9480 SND_PCI_QUIRK(0x103c, 0x228e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9481 SND_PCI_QUIRK(0x103c, 0x229e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9482 SND_PCI_QUIRK(0x103c, 0x22b2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9483 SND_PCI_QUIRK(0x103c, 0x22b7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9484 SND_PCI_QUIRK(0x103c, 0x22bf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9485 SND_PCI_QUIRK(0x103c, 0x22c4, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9486 SND_PCI_QUIRK(0x103c, 0x22c5, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
9487 SND_PCI_QUIRK(0x103c, 0x22c7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9488 SND_PCI_QUIRK(0x103c, 0x22c8, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9489 SND_PCI_QUIRK(0x103c, 0x22cf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9490 SND_PCI_QUIRK(0x103c, 0x22db, "HP", ALC280_FIXUP_HP_9480M),
9491 SND_PCI_QUIRK(0x103c, 0x22dc, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9492 SND_PCI_QUIRK(0x103c, 0x22fb, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
8a02b164
KY
9493 SND_PCI_QUIRK(0x103c, 0x2334, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9494 SND_PCI_QUIRK(0x103c, 0x2335, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9495 SND_PCI_QUIRK(0x103c, 0x2336, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9496 SND_PCI_QUIRK(0x103c, 0x2337, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4ba5c853 9497 SND_PCI_QUIRK(0x103c, 0x2b5e, "HP 288 Pro G2 MT", ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE),
167897f4
JK
9498 SND_PCI_QUIRK(0x103c, 0x802e, "HP Z240 SFF", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
9499 SND_PCI_QUIRK(0x103c, 0x802f, "HP Z240", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
1c9d9dfd
KY
9500 SND_PCI_QUIRK(0x103c, 0x8077, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
9501 SND_PCI_QUIRK(0x103c, 0x8158, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
92553ee0 9502 SND_PCI_QUIRK(0x103c, 0x820d, "HP Pavilion 15", ALC295_FIXUP_HP_X360),
e549d190 9503 SND_PCI_QUIRK(0x103c, 0x8256, "HP", ALC221_FIXUP_HP_FRONT_MIC),
bbf8ff6b 9504 SND_PCI_QUIRK(0x103c, 0x827e, "HP x360", ALC295_FIXUP_HP_X360),
aeedad25 9505 SND_PCI_QUIRK(0x103c, 0x827f, "HP x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
167897f4
JK
9506 SND_PCI_QUIRK(0x103c, 0x82bf, "HP G3 mini", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
9507 SND_PCI_QUIRK(0x103c, 0x82c0, "HP G3 mini premium", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
56e40eb6 9508 SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
901be145 9509 SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3),
190d0381 9510 SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
5d84b531 9511 SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN),
d33cd42d 9512 SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
f2be77fe 9513 SND_PCI_QUIRK(0x103c, 0x8519, "HP Spectre x360 15-df0xxx", ALC285_FIXUP_HP_SPECTRE_X360),
d296a74b 9514 SND_PCI_QUIRK(0x103c, 0x860f, "HP ZBook 15 G6", ALC285_FIXUP_HP_GPIO_AMP_INIT),
0ac05b25 9515 SND_PCI_QUIRK(0x103c, 0x861f, "HP Elite Dragonfly G1", ALC285_FIXUP_HP_GPIO_AMP_INIT),
b2c22910 9516 SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED),
622464c8 9517 SND_PCI_QUIRK(0x103c, 0x86c7, "HP Envy AiO 32", ALC274_FIXUP_HP_ENVY_GPIO),
24df5428
IH
9518 SND_PCI_QUIRK(0x103c, 0x86e7, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
9519 SND_PCI_QUIRK(0x103c, 0x86e8, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
ca88eeb3 9520 SND_PCI_QUIRK(0x103c, 0x86f9, "HP Spectre x360 13-aw0xxx", ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED),
15d295b5 9521 SND_PCI_QUIRK(0x103c, 0x8716, "HP Elite Dragonfly G2 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
61d3e874 9522 SND_PCI_QUIRK(0x103c, 0x8720, "HP EliteBook x360 1040 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
a598098c 9523 SND_PCI_QUIRK(0x103c, 0x8724, "HP EliteBook 850 G7", ALC285_FIXUP_HP_GPIO_LED),
c058493d 9524 SND_PCI_QUIRK(0x103c, 0x8728, "HP EliteBook 840 G7", ALC285_FIXUP_HP_GPIO_LED),
b2c22910 9525 SND_PCI_QUIRK(0x103c, 0x8729, "HP", ALC285_FIXUP_HP_GPIO_LED),
75b62ab6 9526 SND_PCI_QUIRK(0x103c, 0x8730, "HP ProBook 445 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
05ec7161 9527 SND_PCI_QUIRK(0x103c, 0x8735, "HP ProBook 435 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
56496253 9528 SND_PCI_QUIRK(0x103c, 0x8736, "HP", ALC285_FIXUP_HP_GPIO_AMP_INIT),
08befca4 9529 SND_PCI_QUIRK(0x103c, 0x8760, "HP", ALC285_FIXUP_HP_MUTE_LED),
431e76c3 9530 SND_PCI_QUIRK(0x103c, 0x877a, "HP", ALC285_FIXUP_HP_MUTE_LED),
24164f43 9531 SND_PCI_QUIRK(0x103c, 0x877d, "HP", ALC236_FIXUP_HP_MUTE_LED),
91bc1568
JS
9532 SND_PCI_QUIRK(0x103c, 0x8780, "HP ZBook Fury 17 G7 Mobile Workstation",
9533 ALC285_FIXUP_HP_GPIO_AMP_INIT),
9534 SND_PCI_QUIRK(0x103c, 0x8783, "HP ZBook Fury 15 G7 Mobile Workstation",
9535 ALC285_FIXUP_HP_GPIO_AMP_INIT),
30267718 9536 SND_PCI_QUIRK(0x103c, 0x8786, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
b2e6b3d9 9537 SND_PCI_QUIRK(0x103c, 0x8787, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
375f8426 9538 SND_PCI_QUIRK(0x103c, 0x8788, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
48422958 9539 SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
e7d66cf7 9540 SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
2b70b264 9541 SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
fb3acdb2 9542 SND_PCI_QUIRK(0x103c, 0x87f1, "HP ProBook 630 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
417eadfd 9543 SND_PCI_QUIRK(0x103c, 0x87f2, "HP ProBook 640 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
a0ccbc53
KY
9544 SND_PCI_QUIRK(0x103c, 0x87f4, "HP", ALC287_FIXUP_HP_GPIO_LED),
9545 SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
93ab3eaf 9546 SND_PCI_QUIRK(0x103c, 0x87f6, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
c3bb2b52 9547 SND_PCI_QUIRK(0x103c, 0x87f7, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
d07149ab 9548 SND_PCI_QUIRK(0x103c, 0x8805, "HP ProBook 650 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
dfc2e8ae 9549 SND_PCI_QUIRK(0x103c, 0x880d, "HP EliteBook 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
d94befbb
DB
9550 SND_PCI_QUIRK(0x103c, 0x8811, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
9551 SND_PCI_QUIRK(0x103c, 0x8812, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
53b861be 9552 SND_PCI_QUIRK(0x103c, 0x8846, "HP EliteBook 850 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
c3d2c882 9553 SND_PCI_QUIRK(0x103c, 0x8847, "HP EliteBook x360 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
dfb06401 9554 SND_PCI_QUIRK(0x103c, 0x884b, "HP EliteBook 840 Aero G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
ca688339 9555 SND_PCI_QUIRK(0x103c, 0x884c, "HP EliteBook 840 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
8903376d
KHF
9556 SND_PCI_QUIRK(0x103c, 0x8862, "HP ProBook 445 G8 Notebook PC", ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST),
9557 SND_PCI_QUIRK(0x103c, 0x8863, "HP ProBook 445 G8 Notebook PC", ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST),
50dbfae9 9558 SND_PCI_QUIRK(0x103c, 0x886d, "HP ZBook Fury 17.3 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
e650c1a9 9559 SND_PCI_QUIRK(0x103c, 0x8870, "HP ZBook Fury 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
bbe183e0 9560 SND_PCI_QUIRK(0x103c, 0x8873, "HP ZBook Studio 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
0659400f 9561 SND_PCI_QUIRK(0x103c, 0x887a, "HP Laptop 15s-eq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
600dd2a7 9562 SND_PCI_QUIRK(0x103c, 0x888d, "HP ZBook Power 15.6 inch G8 Mobile Workstation PC", ALC236_FIXUP_HP_GPIO_LED),
91502a9a 9563 SND_PCI_QUIRK(0x103c, 0x8895, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED),
0e68c4b1 9564 SND_PCI_QUIRK(0x103c, 0x8896, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_MUTE_LED),
bd15b155 9565 SND_PCI_QUIRK(0x103c, 0x8898, "HP EliteBook 845 G8 Notebook PC", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
42334fbc 9566 SND_PCI_QUIRK(0x103c, 0x88d0, "HP Pavilion 15-eh1xxx (mainboard 88D0)", ALC287_FIXUP_HP_GPIO_LED),
49632230 9567 SND_PCI_QUIRK(0x103c, 0x8902, "HP OMEN 16", ALC285_FIXUP_HP_MUTE_LED),
e7477cb9 9568 SND_PCI_QUIRK(0x103c, 0x8919, "HP Pavilion Aero Laptop 13-be0xxx", ALC287_FIXUP_HP_GPIO_LED),
f86bfeb6 9569 SND_PCI_QUIRK(0x103c, 0x896d, "HP ZBook Firefly 16 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
5f5d8890
AC
9570 SND_PCI_QUIRK(0x103c, 0x896e, "HP EliteBook x360 830 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9571 SND_PCI_QUIRK(0x103c, 0x8971, "HP EliteBook 830 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9572 SND_PCI_QUIRK(0x103c, 0x8972, "HP EliteBook 840 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9573 SND_PCI_QUIRK(0x103c, 0x8973, "HP EliteBook 860 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9574 SND_PCI_QUIRK(0x103c, 0x8974, "HP EliteBook 840 Aero G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9575 SND_PCI_QUIRK(0x103c, 0x8975, "HP EliteBook x360 840 Aero G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
07bcab93
LT
9576 SND_PCI_QUIRK(0x103c, 0x8981, "HP Elite Dragonfly G3", ALC245_FIXUP_CS35L41_SPI_4),
9577 SND_PCI_QUIRK(0x103c, 0x898e, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2),
9578 SND_PCI_QUIRK(0x103c, 0x898f, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2),
b3fbe536 9579 SND_PCI_QUIRK(0x103c, 0x8991, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
07bcab93 9580 SND_PCI_QUIRK(0x103c, 0x8992, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2),
b3fbe536 9581 SND_PCI_QUIRK(0x103c, 0x8994, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
07bcab93 9582 SND_PCI_QUIRK(0x103c, 0x8995, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2),
e6194c8d
AC
9583 SND_PCI_QUIRK(0x103c, 0x89a4, "HP ProBook 440 G9", ALC236_FIXUP_HP_GPIO_LED),
9584 SND_PCI_QUIRK(0x103c, 0x89a6, "HP ProBook 450 G9", ALC236_FIXUP_HP_GPIO_LED),
024a7ad9 9585 SND_PCI_QUIRK(0x103c, 0x89aa, "HP EliteBook 630 G9", ALC236_FIXUP_HP_GPIO_LED),
e6194c8d
AC
9586 SND_PCI_QUIRK(0x103c, 0x89ac, "HP EliteBook 640 G9", ALC236_FIXUP_HP_GPIO_LED),
9587 SND_PCI_QUIRK(0x103c, 0x89ae, "HP EliteBook 650 G9", ALC236_FIXUP_HP_GPIO_LED),
f86bfeb6 9588 SND_PCI_QUIRK(0x103c, 0x89c0, "HP ZBook Power 15.6 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
07bcab93 9589 SND_PCI_QUIRK(0x103c, 0x89c3, "Zbook Studio G9", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
ce18f905 9590 SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
f7ac570d 9591 SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9a6804aa 9592 SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
5f3d696e 9593 SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
61d30785
JS
9594 SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED),
9595 SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED),
9596 SND_PCI_QUIRK(0x103c, 0x8aa8, "HP EliteBook 640 G9 (MB 8AA6)", ALC236_FIXUP_HP_GPIO_LED),
9597 SND_PCI_QUIRK(0x103c, 0x8aab, "HP EliteBook 650 G9 (MB 8AA9)", ALC236_FIXUP_HP_GPIO_LED),
3e10f6ca 9598 SND_PCI_QUIRK(0x103c, 0x8abb, "HP ZBook Firefly 14 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
c578d5da
KHF
9599 SND_PCI_QUIRK(0x103c, 0x8ad1, "HP EliteBook 840 14 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9600 SND_PCI_QUIRK(0x103c, 0x8ad2, "HP EliteBook 860 16 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9251584a
AC
9601 SND_PCI_QUIRK(0x103c, 0x8b42, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9602 SND_PCI_QUIRK(0x103c, 0x8b43, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9603 SND_PCI_QUIRK(0x103c, 0x8b44, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9604 SND_PCI_QUIRK(0x103c, 0x8b45, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9605 SND_PCI_QUIRK(0x103c, 0x8b46, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9606 SND_PCI_QUIRK(0x103c, 0x8b47, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
1d8025ec
AC
9607 SND_PCI_QUIRK(0x103c, 0x8b5d, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9608 SND_PCI_QUIRK(0x103c, 0x8b5e, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
3e10f6ca 9609 SND_PCI_QUIRK(0x103c, 0x8b63, "HP Elite Dragonfly 13.5 inch G4", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
2ae147d6 9610 SND_PCI_QUIRK(0x103c, 0x8b65, "HP ProBook 455 15.6 inch G10 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9fdc1605 9611 SND_PCI_QUIRK(0x103c, 0x8b66, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
e94f1f96
AC
9612 SND_PCI_QUIRK(0x103c, 0x8b70, "HP EliteBook 835 G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
9613 SND_PCI_QUIRK(0x103c, 0x8b72, "HP EliteBook 845 G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
9614 SND_PCI_QUIRK(0x103c, 0x8b74, "HP EliteBook 845W G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
3e10f6ca 9615 SND_PCI_QUIRK(0x103c, 0x8b77, "HP ElieBook 865 G10", ALC287_FIXUP_CS35L41_I2C_2),
6c4715aa
AC
9616 SND_PCI_QUIRK(0x103c, 0x8b7a, "HP", ALC236_FIXUP_HP_GPIO_LED),
9617 SND_PCI_QUIRK(0x103c, 0x8b7d, "HP", ALC236_FIXUP_HP_GPIO_LED),
5007b848 9618 SND_PCI_QUIRK(0x103c, 0x8b87, "HP", ALC236_FIXUP_HP_GPIO_LED),
6c4715aa
AC
9619 SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
9620 SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
9621 SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
b752a385 9622 SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
858c5415 9623 SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
56fc217f 9624 SND_PCI_QUIRK(0x103c, 0x8b96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9dc68a4f 9625 SND_PCI_QUIRK(0x103c, 0x8b97, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9c694fbf 9626 SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
3e10f6ca 9627 SND_PCI_QUIRK(0x103c, 0x8c26, "HP HP EliteBook 800G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
c1732ede 9628 SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
7bba2157 9629 SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
3e0d611b 9630 SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
9cf6533e 9631 SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK),
c1732ede 9632 SND_PCI_QUIRK(0x1043, 0x10c0, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
4eab0ea1 9633 SND_PCI_QUIRK(0x1043, 0x10d0, "ASUS X540LA/X540LJ", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
3e0d611b 9634 SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
4eab0ea1 9635 SND_PCI_QUIRK(0x1043, 0x11c0, "ASUS X556UR", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
3cd0ed63 9636 SND_PCI_QUIRK(0x1043, 0x125e, "ASUS Q524UQK", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
5cfca596 9637 SND_PCI_QUIRK(0x1043, 0x1271, "ASUS X430UN", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
4eab0ea1
TI
9638 SND_PCI_QUIRK(0x1043, 0x1290, "ASUS X441SA", ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE),
9639 SND_PCI_QUIRK(0x1043, 0x12a0, "ASUS X441UV", ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE),
e959f2be 9640 SND_PCI_QUIRK(0x1043, 0x12a3, "Asus N7691ZM", ALC269_FIXUP_ASUS_N7601ZM),
461122b9 9641 SND_PCI_QUIRK(0x1043, 0x12af, "ASUS UX582ZS", ALC245_FIXUP_CS35L41_SPI_2),
c1732ede 9642 SND_PCI_QUIRK(0x1043, 0x12e0, "ASUS X541SA", ALC256_FIXUP_ASUS_MIC),
3cd0ed63 9643 SND_PCI_QUIRK(0x1043, 0x12f0, "ASUS X541UV", ALC256_FIXUP_ASUS_MIC),
f882c4be 9644 SND_PCI_QUIRK(0x1043, 0x1313, "Asus K42JZ", ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE),
c1732ede 9645 SND_PCI_QUIRK(0x1043, 0x13b0, "ASUS Z550SA", ALC256_FIXUP_ASUS_MIC),
2cede303 9646 SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
8cc87c05 9647 SND_PCI_QUIRK(0x1043, 0x1433, "ASUS GX650P", ALC285_FIXUP_ASUS_I2C_HEADSET_MIC),
9abc77fb 9648 SND_PCI_QUIRK(0x1043, 0x1463, "Asus GA402X", ALC285_FIXUP_ASUS_I2C_HEADSET_MIC),
4b963ae1
AS
9649 SND_PCI_QUIRK(0x1043, 0x1473, "ASUS GU604V", ALC285_FIXUP_ASUS_HEADSET_MIC),
9650 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS GU603V", ALC285_FIXUP_ASUS_HEADSET_MIC),
82edd1bd 9651 SND_PCI_QUIRK(0x1043, 0x1493, "ASUS GV601V", ALC285_FIXUP_ASUS_HEADSET_MIC),
23870831 9652 SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
5251605f 9653 SND_PCI_QUIRK(0x1043, 0x1573, "ASUS GZ301V", ALC285_FIXUP_ASUS_HEADSET_MIC),
b16c8f22 9654 SND_PCI_QUIRK(0x1043, 0x1662, "ASUS GV301QH", ALC294_FIXUP_ASUS_DUAL_SPK),
7e2d0662 9655 SND_PCI_QUIRK(0x1043, 0x1683, "ASUS UM3402YAR", ALC287_FIXUP_CS35L41_I2C_2),
b16c8f22 9656 SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
3e0d611b 9657 SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
8eedd3a7 9658 SND_PCI_QUIRK(0x1043, 0x1740, "ASUS UX430UA", ALC295_FIXUP_ASUS_DACS),
48e01504 9659 SND_PCI_QUIRK(0x1043, 0x17d1, "ASUS UX431FL", ALC294_FIXUP_ASUS_DUAL_SPK),
724418b8 9660 SND_PCI_QUIRK(0x1043, 0x17f3, "ROG Ally RC71L_RC71L", ALC294_FIXUP_ASUS_ALLY),
3cd0ed63 9661 SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
8c8967a7 9662 SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC),
4963d66b 9663 SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC),
158ae2f5 9664 SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE),
4fad4fb9 9665 SND_PCI_QUIRK(0x1043, 0x1970, "ASUS UX550VE", ALC289_FIXUP_ASUS_GA401),
5de3b943 9666 SND_PCI_QUIRK(0x1043, 0x1982, "ASUS B1400CEPE", ALC256_FIXUP_ASUS_HPE),
8b33a134 9667 SND_PCI_QUIRK(0x1043, 0x19ce, "ASUS B9450FA", ALC294_FIXUP_ASUS_HPE),
7900e817 9668 SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE),
017f2a10 9669 SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
28e8af8a 9670 SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC),
461122b9 9671 SND_PCI_QUIRK(0x1043, 0x1a8f, "ASUS UX582ZS", ALC245_FIXUP_CS35L41_SPI_2),
1b94e59d 9672 SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B),
693b613d 9673 SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
811dd426 9674 SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2),
615966ad 9675 SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
4eab0ea1 9676 SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
a4671b7f 9677 SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
bc2c2354 9678 SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
33d7c9c3 9679 SND_PCI_QUIRK(0x1043, 0x1c9f, "ASUS G614JI", ALC285_FIXUP_ASUS_HEADSET_MIC),
b759a5f0 9680 SND_PCI_QUIRK(0x1043, 0x1caf, "ASUS G634JYR/JZR", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS),
c1732ede 9681 SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
b16c8f22 9682 SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
ef9ce66f 9683 SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
491a4ccd 9684 SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402", ALC245_FIXUP_CS35L41_SPI_2),
4b43d05a 9685 SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
7a17e842 9686 SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
c1b55029 9687 SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
c611e659 9688 SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
76fae618 9689 SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
ba1f8180 9690 SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401),
293a92c1 9691 SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
8d06679b 9692 SND_PCI_QUIRK(0x1043, 0x1f12, "ASUS UM5302", ALC287_FIXUP_CS35L41_I2C_2),
2ea8e129 9693 SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401),
eeed4cd1 9694 SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
811dd426
SB
9695 SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2),
9696 SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2),
9697 SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2),
9698 SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2),
9699 SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2),
adabb3ec
TI
9700 SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
9701 SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),
9702 SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
9703 SND_PCI_QUIRK(0x1043, 0x83ce, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
d240d1dc 9704 SND_PCI_QUIRK(0x1043, 0x8516, "ASUS X101CH", ALC269_FIXUP_ASUS_X101),
1d045db9
TI
9705 SND_PCI_QUIRK(0x104d, 0x9073, "Sony VAIO", ALC275_FIXUP_SONY_VAIO_GPIO2),
9706 SND_PCI_QUIRK(0x104d, 0x907b, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
9707 SND_PCI_QUIRK(0x104d, 0x9084, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
e9bd7d5c 9708 SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX),
cab561f8
TI
9709 SND_PCI_QUIRK(0x104d, 0x90b5, "Sony VAIO Pro 11", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
9710 SND_PCI_QUIRK(0x104d, 0x90b6, "Sony VAIO Pro 13", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
24519911 9711 SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK),
4df3fd17 9712 SND_PCI_QUIRK(0x10cf, 0x159f, "Lifebook E780", ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT),
cc7016ab 9713 SND_PCI_QUIRK(0x10cf, 0x15dc, "Lifebook T731", ALC269_FIXUP_LIFEBOOK_HP_PIN),
fdcc968a 9714 SND_PCI_QUIRK(0x10cf, 0x1629, "Lifebook U7x7", ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC),
c656f747 9715 SND_PCI_QUIRK(0x10cf, 0x1757, "Lifebook E752", ALC269_FIXUP_LIFEBOOK_HP_PIN),
2041d564 9716 SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC),
b84e8436 9717 SND_PCI_QUIRK(0x10ec, 0x10f2, "Intel Reference board", ALC700_FIXUP_INTEL_REFERENCE),
c656f747 9718 SND_PCI_QUIRK(0x10ec, 0x118c, "Medion EE4254 MD62100", ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE),
6fa38ef1 9719 SND_PCI_QUIRK(0x10ec, 0x1230, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
4f2e56a5 9720 SND_PCI_QUIRK(0x10ec, 0x124c, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
ce2e79b2
PH
9721 SND_PCI_QUIRK(0x10ec, 0x1252, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
9722 SND_PCI_QUIRK(0x10ec, 0x1254, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
1a93f10c 9723 SND_PCI_QUIRK(0x10ec, 0x12cc, "Intel Reference board", ALC225_FIXUP_HEADSET_JACK),
0fca97a2 9724 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-SZ6", ALC269_FIXUP_HEADSET_MODE),
a33cc48d 9725 SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
a2d57ebe
KM
9726 SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_AMP),
9727 SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_AMP),
9728 SND_PCI_QUIRK(0x144d, 0xc189, "Samsung Galaxy Flex Book (NT950QCG-X716)", ALC298_FIXUP_SAMSUNG_AMP),
9729 SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NP930XCJ-K01US)", ALC298_FIXUP_SAMSUNG_AMP),
b18a4563 9730 SND_PCI_QUIRK(0x144d, 0xc1a3, "Samsung Galaxy Book Pro (NP935XDB-KC1SE)", ALC298_FIXUP_SAMSUNG_AMP),
1abfd71e 9731 SND_PCI_QUIRK(0x144d, 0xc1a6, "Samsung Galaxy Book Pro 360 (NP930QBD)", ALC298_FIXUP_SAMSUNG_AMP),
823ff161 9732 SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8),
a2d57ebe
KM
9733 SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_AMP),
9734 SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_AMP),
ef248d9b 9735 SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
bd401fd7 9736 SND_PCI_QUIRK(0x144d, 0xca03, "Samsung Galaxy Book2 Pro 360 (NP930QED)", ALC298_FIXUP_SAMSUNG_AMP),
a86e79e3 9737 SND_PCI_QUIRK(0x144d, 0xc868, "Samsung Galaxy Book2 Pro (NP930XED)", ALC298_FIXUP_SAMSUNG_AMP),
abaa2274
AA
9738 SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
9739 SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
8cd65271 9740 SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
6ca653e3 9741 SND_PCI_QUIRK(0x152d, 0x1082, "Quanta NL3", ALC269_FIXUP_LIFEBOOK),
b5acfe15 9742 SND_PCI_QUIRK(0x1558, 0x1323, "Clevo N130ZU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b 9743 SND_PCI_QUIRK(0x1558, 0x1325, "Clevo N15[01][CW]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9744 SND_PCI_QUIRK(0x1558, 0x1401, "Clevo L140[CZ]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9745 SND_PCI_QUIRK(0x1558, 0x1403, "Clevo N140CU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9746 SND_PCI_QUIRK(0x1558, 0x1404, "Clevo N150CU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9747 SND_PCI_QUIRK(0x1558, 0x14a1, "Clevo L141MU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9748 SND_PCI_QUIRK(0x1558, 0x4018, "Clevo NV40M[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9749 SND_PCI_QUIRK(0x1558, 0x4019, "Clevo NV40MZ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9750 SND_PCI_QUIRK(0x1558, 0x4020, "Clevo NV40MB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
be561ffa 9751 SND_PCI_QUIRK(0x1558, 0x4041, "Clevo NV4[15]PZ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9752 SND_PCI_QUIRK(0x1558, 0x40a1, "Clevo NL40GU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9753 SND_PCI_QUIRK(0x1558, 0x40c1, "Clevo NL40[CZ]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9754 SND_PCI_QUIRK(0x1558, 0x40d1, "Clevo NL41DU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1278cc5a
JS
9755 SND_PCI_QUIRK(0x1558, 0x5015, "Clevo NH5[58]H[HJK]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9756 SND_PCI_QUIRK(0x1558, 0x5017, "Clevo NH7[79]H[HJK]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9757 SND_PCI_QUIRK(0x1558, 0x50a3, "Clevo NJ51GU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9758 SND_PCI_QUIRK(0x1558, 0x50b3, "Clevo NK50S[BEZ]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9759 SND_PCI_QUIRK(0x1558, 0x50b6, "Clevo NK50S5", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9760 SND_PCI_QUIRK(0x1558, 0x50b8, "Clevo NK50SZ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9761 SND_PCI_QUIRK(0x1558, 0x50d5, "Clevo NP50D5", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1278cc5a
JS
9762 SND_PCI_QUIRK(0x1558, 0x50e1, "Clevo NH5[58]HPQ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9763 SND_PCI_QUIRK(0x1558, 0x50e2, "Clevo NH7[79]HPQ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 9764 SND_PCI_QUIRK(0x1558, 0x50f0, "Clevo NH50A[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2 9765 SND_PCI_QUIRK(0x1558, 0x50f2, "Clevo NH50E[PR]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 9766 SND_PCI_QUIRK(0x1558, 0x50f3, "Clevo NH58DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
9767 SND_PCI_QUIRK(0x1558, 0x50f5, "Clevo NH55EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9768 SND_PCI_QUIRK(0x1558, 0x50f6, "Clevo NH55DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9769 SND_PCI_QUIRK(0x1558, 0x5101, "Clevo S510WU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9770 SND_PCI_QUIRK(0x1558, 0x5157, "Clevo W517GU1", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9771 SND_PCI_QUIRK(0x1558, 0x51a1, "Clevo NS50MU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
da209f7a 9772 SND_PCI_QUIRK(0x1558, 0x51b1, "Clevo NS50AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
c250ef89 9773 SND_PCI_QUIRK(0x1558, 0x51b3, "Clevo NS70AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b7a58228 9774 SND_PCI_QUIRK(0x1558, 0x5630, "Clevo NP50RNJS", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9775 SND_PCI_QUIRK(0x1558, 0x70a1, "Clevo NB70T[HJK]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9776 SND_PCI_QUIRK(0x1558, 0x70b3, "Clevo NK70SB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
9777 SND_PCI_QUIRK(0x1558, 0x70f2, "Clevo NH79EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9778 SND_PCI_QUIRK(0x1558, 0x70f3, "Clevo NH77DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9779 SND_PCI_QUIRK(0x1558, 0x70f4, "Clevo NH77EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9780 SND_PCI_QUIRK(0x1558, 0x70f6, "Clevo NH77DPQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
627ce0d6 9781 SND_PCI_QUIRK(0x1558, 0x7716, "Clevo NS50PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
90d74fdb 9782 SND_PCI_QUIRK(0x1558, 0x7717, "Clevo NS70PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
11bea269 9783 SND_PCI_QUIRK(0x1558, 0x7718, "Clevo L140PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
0a6b36c5 9784 SND_PCI_QUIRK(0x1558, 0x7724, "Clevo L140AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9785 SND_PCI_QUIRK(0x1558, 0x8228, "Clevo NR40BU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9786 SND_PCI_QUIRK(0x1558, 0x8520, "Clevo NH50D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9787 SND_PCI_QUIRK(0x1558, 0x8521, "Clevo NH77D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9788 SND_PCI_QUIRK(0x1558, 0x8535, "Clevo NH50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9789 SND_PCI_QUIRK(0x1558, 0x8536, "Clevo NH79D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b
WS
9790 SND_PCI_QUIRK(0x1558, 0x8550, "Clevo NH[57][0-9][ER][ACDH]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9791 SND_PCI_QUIRK(0x1558, 0x8551, "Clevo NH[57][0-9][ER][ACDH]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9792 SND_PCI_QUIRK(0x1558, 0x8560, "Clevo NH[57][0-9][ER][ACDH]Q", ALC269_FIXUP_HEADSET_MIC),
9793 SND_PCI_QUIRK(0x1558, 0x8561, "Clevo NH[57][0-9][ER][ACDH]Q", ALC269_FIXUP_HEADSET_MIC),
9794 SND_PCI_QUIRK(0x1558, 0x8562, "Clevo NH[57][0-9]RZ[Q]", ALC269_FIXUP_DMIC),
b5acfe15 9795 SND_PCI_QUIRK(0x1558, 0x8668, "Clevo NP50B[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9cb72750 9796 SND_PCI_QUIRK(0x1558, 0x866d, "Clevo NP5[05]PN[HJK]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
86222af0 9797 SND_PCI_QUIRK(0x1558, 0x867c, "Clevo NP7[01]PNP", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
0c20fce1 9798 SND_PCI_QUIRK(0x1558, 0x867d, "Clevo NP7[01]PN[HJK]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 9799 SND_PCI_QUIRK(0x1558, 0x8680, "Clevo NJ50LU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
edca7cc4 9800 SND_PCI_QUIRK(0x1558, 0x8686, "Clevo NH50[CZ]U", ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME),
b5acfe15
PH
9801 SND_PCI_QUIRK(0x1558, 0x8a20, "Clevo NH55DCQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9802 SND_PCI_QUIRK(0x1558, 0x8a51, "Clevo NH70RCQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9803 SND_PCI_QUIRK(0x1558, 0x8d50, "Clevo NH55RCQ-M", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9804 SND_PCI_QUIRK(0x1558, 0x951d, "Clevo N950T[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2 9805 SND_PCI_QUIRK(0x1558, 0x9600, "Clevo N960K[PR]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
9806 SND_PCI_QUIRK(0x1558, 0x961d, "Clevo N960S[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9807 SND_PCI_QUIRK(0x1558, 0x971d, "Clevo N970T[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b
WS
9808 SND_PCI_QUIRK(0x1558, 0xa500, "Clevo NL5[03]RU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9809 SND_PCI_QUIRK(0x1558, 0xa600, "Clevo NL50NU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
22065e42 9810 SND_PCI_QUIRK(0x1558, 0xa650, "Clevo NP[567]0SN[CD]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b7a58228 9811 SND_PCI_QUIRK(0x1558, 0xa671, "Clevo NP70SN[CDE]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
9812 SND_PCI_QUIRK(0x1558, 0xb018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9813 SND_PCI_QUIRK(0x1558, 0xb019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9814 SND_PCI_QUIRK(0x1558, 0xb022, "Clevo NH77D[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9815 SND_PCI_QUIRK(0x1558, 0xc018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9816 SND_PCI_QUIRK(0x1558, 0xc019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9817 SND_PCI_QUIRK(0x1558, 0xc022, "Clevo NH77[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
ca169cc2 9818 SND_PCI_QUIRK(0x17aa, 0x1036, "Lenovo P520", ALC233_FIXUP_LENOVO_MULTI_CODECS),
29c8f40b 9819 SND_PCI_QUIRK(0x17aa, 0x1048, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340),
1d045db9
TI
9820 SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),
9821 SND_PCI_QUIRK(0x17aa, 0x215e, "Thinkpad L512", ALC269_FIXUP_SKU_IGNORE),
9822 SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14", ALC269_FIXUP_SKU_IGNORE),
9823 SND_PCI_QUIRK(0x17aa, 0x21ca, "Thinkpad L412", ALC269_FIXUP_SKU_IGNORE),
9824 SND_PCI_QUIRK(0x17aa, 0x21e9, "Thinkpad Edge 15", ALC269_FIXUP_SKU_IGNORE),
f552ff54 9825 SND_PCI_QUIRK(0x17aa, 0x21f3, "Thinkpad T430", ALC269_FIXUP_LENOVO_DOCK),
b590b38c 9826 SND_PCI_QUIRK(0x17aa, 0x21f6, "Thinkpad T530", ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST),
c8415a48 9827 SND_PCI_QUIRK(0x17aa, 0x21fa, "Thinkpad X230", ALC269_FIXUP_LENOVO_DOCK),
4407be6b 9828 SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK),
108cc108 9829 SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK),
aaedfb47 9830 SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK),
9a811230 9831 SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440),
1c37c223 9832 SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK),
a12137e7 9833 SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK),
59a51a6b 9834 SND_PCI_QUIRK(0x17aa, 0x2211, "Thinkpad W541", ALC292_FIXUP_TPT440_DOCK),
6d16941a 9835 SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK),
7c21539c 9836 SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK),
a4a9e082 9837 SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
b6903c0e 9838 SND_PCI_QUIRK(0x17aa, 0x2218, "Thinkpad X1 Carbon 2nd", ALC292_FIXUP_TPT440_DOCK),
d05ea7da 9839 SND_PCI_QUIRK(0x17aa, 0x2223, "ThinkPad T550", ALC292_FIXUP_TPT440_DOCK),
c0278669 9840 SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK),
61fcf8ec
KY
9841 SND_PCI_QUIRK(0x17aa, 0x222d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9842 SND_PCI_QUIRK(0x17aa, 0x222e, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
dab38e43 9843 SND_PCI_QUIRK(0x17aa, 0x2231, "Thinkpad T560", ALC292_FIXUP_TPT460),
c636b95e 9844 SND_PCI_QUIRK(0x17aa, 0x2233, "Thinkpad", ALC292_FIXUP_TPT460),
61fcf8ec
KY
9845 SND_PCI_QUIRK(0x17aa, 0x2245, "Thinkpad T470", ALC298_FIXUP_TPT470_DOCK),
9846 SND_PCI_QUIRK(0x17aa, 0x2246, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9847 SND_PCI_QUIRK(0x17aa, 0x2247, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
e4c07b3b 9848 SND_PCI_QUIRK(0x17aa, 0x2249, "Thinkpad", ALC292_FIXUP_TPT460),
61fcf8ec
KY
9849 SND_PCI_QUIRK(0x17aa, 0x224b, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9850 SND_PCI_QUIRK(0x17aa, 0x224c, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9851 SND_PCI_QUIRK(0x17aa, 0x224d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
85981dfd 9852 SND_PCI_QUIRK(0x17aa, 0x225d, "Thinkpad T480", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
9774dc21 9853 SND_PCI_QUIRK(0x17aa, 0x2292, "Thinkpad X1 Carbon 7th", ALC285_FIXUP_THINKPAD_HEADSET_JACK),
ca707b3f 9854 SND_PCI_QUIRK(0x17aa, 0x22be, "Thinkpad X1 Carbon 8th", ALC285_FIXUP_THINKPAD_HEADSET_JACK),
446b8185
KY
9855 SND_PCI_QUIRK(0x17aa, 0x22c1, "Thinkpad P1 Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK),
9856 SND_PCI_QUIRK(0x17aa, 0x22c2, "Thinkpad X1 Extreme Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK),
f7b069cf
VR
9857 SND_PCI_QUIRK(0x17aa, 0x22f1, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9858 SND_PCI_QUIRK(0x17aa, 0x22f2, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9859 SND_PCI_QUIRK(0x17aa, 0x22f3, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9860 SND_PCI_QUIRK(0x17aa, 0x2316, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9861 SND_PCI_QUIRK(0x17aa, 0x2317, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9862 SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9863 SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
9864 SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI),
3694cb29 9865 SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
6ef2f68f 9866 SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
f33f79f3 9867 SND_PCI_QUIRK(0x17aa, 0x310c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
bef33e19 9868 SND_PCI_QUIRK(0x17aa, 0x3111, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
e41fc8c5 9869 SND_PCI_QUIRK(0x17aa, 0x312a, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
65811834 9870 SND_PCI_QUIRK(0x17aa, 0x312f, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
8da5bbfc 9871 SND_PCI_QUIRK(0x17aa, 0x313c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
2a36c16e 9872 SND_PCI_QUIRK(0x17aa, 0x3151, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
8a6c55d0
AM
9873 SND_PCI_QUIRK(0x17aa, 0x3176, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
9874 SND_PCI_QUIRK(0x17aa, 0x3178, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
e4efa826 9875 SND_PCI_QUIRK(0x17aa, 0x31af, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340),
3790a3d6 9876 SND_PCI_QUIRK(0x17aa, 0x3801, "Lenovo Yoga9 14IAP7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
85743a84 9877 SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga DuetITL 2021", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
2aac550d 9878 SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
56ec3e75 9879 SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940 / Yoga Duet 7", ALC298_FIXUP_LENOVO_C940_DUET7),
2aac550d 9880 SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),
3b79954f 9881 SND_PCI_QUIRK(0x17aa, 0x3820, "Yoga Duet 7 13ITL6", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
8f4c9042 9882 SND_PCI_QUIRK(0x17aa, 0x3824, "Legion Y9000X 2020", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
2aac550d 9883 SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF),
b81e9e5c 9884 SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
c07f2c7b 9885 SND_PCI_QUIRK(0x17aa, 0x383d, "Legion Y9000X 2019", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
9ebaef05 9886 SND_PCI_QUIRK(0x17aa, 0x3843, "Yoga 9i", ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP),
d3dca026 9887 SND_PCI_QUIRK(0x17aa, 0x3847, "Legion 7 16ACHG6", ALC287_FIXUP_LEGION_16ACHG6),
2aac550d 9888 SND_PCI_QUIRK(0x17aa, 0x384a, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
ad7cc2d4
CB
9889 SND_PCI_QUIRK(0x17aa, 0x3852, "Lenovo Yoga 7 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
9890 SND_PCI_QUIRK(0x17aa, 0x3853, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
1e24881d 9891 SND_PCI_QUIRK(0x17aa, 0x3855, "Legion 7 16ITHG6", ALC287_FIXUP_LEGION_16ITHG6),
70cfdd03 9892 SND_PCI_QUIRK(0x17aa, 0x3869, "Lenovo Yoga7 14IAL7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
56f27013 9893 SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
fedb2245 9894 SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),
56df90b6 9895 SND_PCI_QUIRK(0x17aa, 0x3978, "Lenovo B50-70", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
f552ff54 9896 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),
a4a9e082 9897 SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
1bb3e062 9898 SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC),
c497d9f9 9899 SND_PCI_QUIRK(0x17aa, 0x501e, "Thinkpad L440", ALC292_FIXUP_TPT440_DOCK),
cd5302c0 9900 SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
f2aa1110 9901 SND_PCI_QUIRK(0x17aa, 0x5034, "Thinkpad T450", ALC292_FIXUP_TPT440_DOCK),
80b311d3 9902 SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK),
09ea9976 9903 SND_PCI_QUIRK(0x17aa, 0x503c, "Thinkpad L450", ALC292_FIXUP_TPT440_DOCK),
037e1197 9904 SND_PCI_QUIRK(0x17aa, 0x504a, "ThinkPad X260", ALC292_FIXUP_TPT440_DOCK),
23adc192 9905 SND_PCI_QUIRK(0x17aa, 0x504b, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE),
0f087ee3 9906 SND_PCI_QUIRK(0x17aa, 0x5050, "Thinkpad T560p", ALC292_FIXUP_TPT460),
9cd25743 9907 SND_PCI_QUIRK(0x17aa, 0x5051, "Thinkpad L460", ALC292_FIXUP_TPT460),
0f087ee3 9908 SND_PCI_QUIRK(0x17aa, 0x5053, "Thinkpad T460", ALC292_FIXUP_TPT460),
61fcf8ec
KY
9909 SND_PCI_QUIRK(0x17aa, 0x505d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9910 SND_PCI_QUIRK(0x17aa, 0x505f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9911 SND_PCI_QUIRK(0x17aa, 0x5062, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
264fb034 9912 SND_PCI_QUIRK(0x17aa, 0x508b, "Thinkpad X12 Gen 1", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
cd5302c0 9913 SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
61fcf8ec
KY
9914 SND_PCI_QUIRK(0x17aa, 0x511e, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
9915 SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
1d045db9 9916 SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
52aad393 9917 SND_PCI_QUIRK(0x17aa, 0x9e56, "Lenovo ZhaoYang CF4620Z", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
174a7fb3 9918 SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100", ALC233_FIXUP_NO_AUDIO_JACK),
79e28f2a 9919 SND_PCI_QUIRK(0x1849, 0xa233, "Positivo Master C6300", ALC269_FIXUP_HEADSET_MIC),
0fbf21c3 9920 SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
cbcdf8c4 9921 SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
f1ec5be1
HC
9922 SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),
9923 SND_PCI_QUIRK(0x1b35, 0x1236, "CZC TMI", ALC269_FIXUP_CZC_TMI),
9924 SND_PCI_QUIRK(0x1b35, 0x1237, "CZC L101", ALC269_FIXUP_CZC_L101),
02b504d9 9925 SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
c656f747
TI
9926 SND_PCI_QUIRK(0x1c06, 0x2013, "Lemote A1802", ALC269_FIXUP_LEMOTE_A1802),
9927 SND_PCI_QUIRK(0x1c06, 0x2015, "Lemote A190X", ALC269_FIXUP_LEMOTE_A190X),
88d18b88 9928 SND_PCI_QUIRK(0x1c6c, 0x1251, "Positivo N14KP6-TG", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE),
619764cc 9929 SND_PCI_QUIRK(0x1d05, 0x1132, "TongFang PHxTxX1", ALC256_FIXUP_SET_COEF_DEFAULTS),
8b3b2392
WS
9930 SND_PCI_QUIRK(0x1d05, 0x1096, "TongFang GMxMRxx", ALC269_FIXUP_NO_SHUTUP),
9931 SND_PCI_QUIRK(0x1d05, 0x1100, "TongFang GKxNRxx", ALC269_FIXUP_NO_SHUTUP),
9932 SND_PCI_QUIRK(0x1d05, 0x1111, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
9933 SND_PCI_QUIRK(0x1d05, 0x1119, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
9934 SND_PCI_QUIRK(0x1d05, 0x1129, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
9935 SND_PCI_QUIRK(0x1d05, 0x1147, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP),
9936 SND_PCI_QUIRK(0x1d05, 0x115c, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP),
9937 SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP),
fc19d559 9938 SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
b95bc12e 9939 SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE),
695d1ec3 9940 SND_PCI_QUIRK(0x1d72, 0x1901, "RedmiBook 14", ALC256_FIXUP_ASUS_HEADSET_MIC),
9b043a8f 9941 SND_PCI_QUIRK(0x1d72, 0x1945, "Redmi G", ALC256_FIXUP_ASUS_HEADSET_MIC),
e1c86210 9942 SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
d1ee66c5 9943 SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC),
e2d2fded 9944 SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED),
73e7161e 9945 SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10),
1a93f10c 9946 SND_PCI_QUIRK(0x8086, 0x3038, "Intel NUC 13", ALC225_FIXUP_HEADSET_JACK),
309d7363 9947 SND_PCI_QUIRK(0xf111, 0x0001, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
a4297b5d 9948
a7f3eedc 9949#if 0
a4297b5d
TI
9950 /* Below is a quirk table taken from the old code.
9951 * Basically the device should work as is without the fixup table.
9952 * If BIOS doesn't give a proper info, enable the corresponding
9953 * fixup entry.
7d7eb9ea 9954 */
a4297b5d
TI
9955 SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
9956 ALC269_FIXUP_AMIC),
9957 SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
a4297b5d
TI
9958 SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
9959 SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
9960 SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
9961 SND_PCI_QUIRK(0x1043, 0x11b3, "ASUS K52DR", ALC269_FIXUP_AMIC),
9962 SND_PCI_QUIRK(0x1043, 0x11e3, "ASUS U33Jc", ALC269_FIXUP_AMIC),
9963 SND_PCI_QUIRK(0x1043, 0x1273, "ASUS UL80Jt", ALC269_FIXUP_AMIC),
9964 SND_PCI_QUIRK(0x1043, 0x1283, "ASUS U53Jc", ALC269_FIXUP_AMIC),
9965 SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82JV", ALC269_FIXUP_AMIC),
9966 SND_PCI_QUIRK(0x1043, 0x12d3, "ASUS N61Jv", ALC269_FIXUP_AMIC),
9967 SND_PCI_QUIRK(0x1043, 0x13a3, "ASUS UL30Vt", ALC269_FIXUP_AMIC),
9968 SND_PCI_QUIRK(0x1043, 0x1373, "ASUS G73JX", ALC269_FIXUP_AMIC),
9969 SND_PCI_QUIRK(0x1043, 0x1383, "ASUS UJ30Jc", ALC269_FIXUP_AMIC),
9970 SND_PCI_QUIRK(0x1043, 0x13d3, "ASUS N61JA", ALC269_FIXUP_AMIC),
9971 SND_PCI_QUIRK(0x1043, 0x1413, "ASUS UL50", ALC269_FIXUP_AMIC),
9972 SND_PCI_QUIRK(0x1043, 0x1443, "ASUS UL30", ALC269_FIXUP_AMIC),
9973 SND_PCI_QUIRK(0x1043, 0x1453, "ASUS M60Jv", ALC269_FIXUP_AMIC),
9974 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS UL80", ALC269_FIXUP_AMIC),
9975 SND_PCI_QUIRK(0x1043, 0x14f3, "ASUS F83Vf", ALC269_FIXUP_AMIC),
9976 SND_PCI_QUIRK(0x1043, 0x14e3, "ASUS UL20", ALC269_FIXUP_AMIC),
9977 SND_PCI_QUIRK(0x1043, 0x1513, "ASUS UX30", ALC269_FIXUP_AMIC),
9978 SND_PCI_QUIRK(0x1043, 0x1593, "ASUS N51Vn", ALC269_FIXUP_AMIC),
9979 SND_PCI_QUIRK(0x1043, 0x15a3, "ASUS N60Jv", ALC269_FIXUP_AMIC),
9980 SND_PCI_QUIRK(0x1043, 0x15b3, "ASUS N60Dp", ALC269_FIXUP_AMIC),
9981 SND_PCI_QUIRK(0x1043, 0x15c3, "ASUS N70De", ALC269_FIXUP_AMIC),
9982 SND_PCI_QUIRK(0x1043, 0x15e3, "ASUS F83T", ALC269_FIXUP_AMIC),
9983 SND_PCI_QUIRK(0x1043, 0x1643, "ASUS M60J", ALC269_FIXUP_AMIC),
9984 SND_PCI_QUIRK(0x1043, 0x1653, "ASUS U50", ALC269_FIXUP_AMIC),
9985 SND_PCI_QUIRK(0x1043, 0x1693, "ASUS F50N", ALC269_FIXUP_AMIC),
9986 SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS F5Q", ALC269_FIXUP_AMIC),
9987 SND_PCI_QUIRK(0x1043, 0x1723, "ASUS P80", ALC269_FIXUP_AMIC),
9988 SND_PCI_QUIRK(0x1043, 0x1743, "ASUS U80", ALC269_FIXUP_AMIC),
9989 SND_PCI_QUIRK(0x1043, 0x1773, "ASUS U20A", ALC269_FIXUP_AMIC),
9990 SND_PCI_QUIRK(0x1043, 0x1883, "ASUS F81Se", ALC269_FIXUP_AMIC),
9991 SND_PCI_QUIRK(0x152d, 0x1778, "Quanta ON1", ALC269_FIXUP_DMIC),
9992 SND_PCI_QUIRK(0x17aa, 0x3be9, "Quanta Wistron", ALC269_FIXUP_AMIC),
9993 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_AMIC),
9994 SND_PCI_QUIRK(0x17ff, 0x059a, "Quanta EL3", ALC269_FIXUP_DMIC),
9995 SND_PCI_QUIRK(0x17ff, 0x059b, "Quanta JR1", ALC269_FIXUP_DMIC),
9996#endif
9997 {}
9998};
9999
214eef76
DH
10000static const struct snd_pci_quirk alc269_fixup_vendor_tbl[] = {
10001 SND_PCI_QUIRK_VENDOR(0x1025, "Acer Aspire", ALC271_FIXUP_DMIC),
10002 SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED),
10003 SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
10004 SND_PCI_QUIRK_VENDOR(0x17aa, "Thinkpad", ALC269_FIXUP_THINKPAD_ACPI),
0fbf21c3 10005 SND_PCI_QUIRK_VENDOR(0x19e5, "Huawei Matebook", ALC255_FIXUP_MIC_MUTE_LED),
214eef76
DH
10006 {}
10007};
10008
1727a771 10009static const struct hda_model_fixup alc269_fixup_models[] = {
a4297b5d
TI
10010 {.id = ALC269_FIXUP_AMIC, .name = "laptop-amic"},
10011 {.id = ALC269_FIXUP_DMIC, .name = "laptop-dmic"},
6e72aa5f
TI
10012 {.id = ALC269_FIXUP_STEREO_DMIC, .name = "alc269-dmic"},
10013 {.id = ALC271_FIXUP_DMIC, .name = "alc271-dmic"},
10014 {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"},
7c478f03 10015 {.id = ALC269_FIXUP_HEADSET_MIC, .name = "headset-mic"},
b016951e
TI
10016 {.id = ALC269_FIXUP_HEADSET_MODE, .name = "headset-mode"},
10017 {.id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC, .name = "headset-mode-no-hp-mic"},
108cc108 10018 {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"},
b590b38c 10019 {.id = ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST, .name = "lenovo-dock-limit-boost"},
9f5c6faf 10020 {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
04d5466a 10021 {.id = ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED, .name = "hp-dock-gpio-mic1-led"},
e32aa85a
DH
10022 {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
10023 {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"},
a26d96c7
TI
10024 {.id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE, .name = "dell-headset3"},
10025 {.id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, .name = "dell-headset4"},
be8ef16a 10026 {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"},
0202e99c 10027 {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"},
1c37c223 10028 {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"},
9a811230 10029 {.id = ALC292_FIXUP_TPT440, .name = "tpt440"},
c636b95e 10030 {.id = ALC292_FIXUP_TPT460, .name = "tpt460"},
399c01aa 10031 {.id = ALC298_FIXUP_TPT470_DOCK_FIX, .name = "tpt470-dock-fix"},
a26d96c7 10032 {.id = ALC298_FIXUP_TPT470_DOCK, .name = "tpt470-dock"},
ba90d6a6 10033 {.id = ALC233_FIXUP_LENOVO_MULTI_CODECS, .name = "dual-codecs"},
28d1d6d2 10034 {.id = ALC700_FIXUP_INTEL_REFERENCE, .name = "alc700-ref"},
a26d96c7
TI
10035 {.id = ALC269_FIXUP_SONY_VAIO, .name = "vaio"},
10036 {.id = ALC269_FIXUP_DELL_M101Z, .name = "dell-m101z"},
10037 {.id = ALC269_FIXUP_ASUS_G73JW, .name = "asus-g73jw"},
10038 {.id = ALC269_FIXUP_LENOVO_EAPD, .name = "lenovo-eapd"},
10039 {.id = ALC275_FIXUP_SONY_HWEQ, .name = "sony-hweq"},
10040 {.id = ALC269_FIXUP_PCM_44K, .name = "pcm44k"},
10041 {.id = ALC269_FIXUP_LIFEBOOK, .name = "lifebook"},
10042 {.id = ALC269_FIXUP_LIFEBOOK_EXTMIC, .name = "lifebook-extmic"},
10043 {.id = ALC269_FIXUP_LIFEBOOK_HP_PIN, .name = "lifebook-hp-pin"},
10044 {.id = ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC, .name = "lifebook-u7x7"},
10045 {.id = ALC269VB_FIXUP_AMIC, .name = "alc269vb-amic"},
10046 {.id = ALC269VB_FIXUP_DMIC, .name = "alc269vb-dmic"},
10047 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC1, .name = "hp-mute-led-mic1"},
10048 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC2, .name = "hp-mute-led-mic2"},
10049 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC3, .name = "hp-mute-led-mic3"},
10050 {.id = ALC269_FIXUP_HP_GPIO_MIC1_LED, .name = "hp-gpio-mic1"},
10051 {.id = ALC269_FIXUP_HP_LINE1_MIC1_LED, .name = "hp-line1-mic1"},
10052 {.id = ALC269_FIXUP_NO_SHUTUP, .name = "noshutup"},
10053 {.id = ALC286_FIXUP_SONY_MIC_NO_PRESENCE, .name = "sony-nomic"},
10054 {.id = ALC269_FIXUP_ASPIRE_HEADSET_MIC, .name = "aspire-headset-mic"},
10055 {.id = ALC269_FIXUP_ASUS_X101, .name = "asus-x101"},
10056 {.id = ALC271_FIXUP_HP_GATE_MIC_JACK, .name = "acer-ao7xx"},
10057 {.id = ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572, .name = "acer-aspire-e1"},
10058 {.id = ALC269_FIXUP_ACER_AC700, .name = "acer-ac700"},
10059 {.id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST, .name = "limit-mic-boost"},
10060 {.id = ALC269VB_FIXUP_ASUS_ZENBOOK, .name = "asus-zenbook"},
10061 {.id = ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A, .name = "asus-zenbook-ux31a"},
10062 {.id = ALC269VB_FIXUP_ORDISSIMO_EVE2, .name = "ordissimo"},
10063 {.id = ALC282_FIXUP_ASUS_TX300, .name = "asus-tx300"},
10064 {.id = ALC283_FIXUP_INT_MIC, .name = "alc283-int-mic"},
10065 {.id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK, .name = "mono-speakers"},
10066 {.id = ALC290_FIXUP_SUBWOOFER_HSJACK, .name = "alc290-subwoofer"},
10067 {.id = ALC269_FIXUP_THINKPAD_ACPI, .name = "thinkpad"},
10068 {.id = ALC269_FIXUP_DMIC_THINKPAD_ACPI, .name = "dmic-thinkpad"},
10069 {.id = ALC255_FIXUP_ACER_MIC_NO_PRESENCE, .name = "alc255-acer"},
10070 {.id = ALC255_FIXUP_ASUS_MIC_NO_PRESENCE, .name = "alc255-asus"},
10071 {.id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc255-dell1"},
10072 {.id = ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "alc255-dell2"},
10073 {.id = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc293-dell1"},
10074 {.id = ALC283_FIXUP_HEADSET_MIC, .name = "alc283-headset"},
b3802783 10075 {.id = ALC255_FIXUP_MIC_MUTE_LED, .name = "alc255-dell-mute"},
a26d96c7 10076 {.id = ALC282_FIXUP_ASPIRE_V5_PINS, .name = "aspire-v5"},
c8426b27 10077 {.id = ALC269VB_FIXUP_ASPIRE_E1_COEF, .name = "aspire-e1-coef"},
a26d96c7
TI
10078 {.id = ALC280_FIXUP_HP_GPIO4, .name = "hp-gpio4"},
10079 {.id = ALC286_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
10080 {.id = ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY, .name = "hp-gpio2-hotkey"},
10081 {.id = ALC280_FIXUP_HP_DOCK_PINS, .name = "hp-dock-pins"},
10082 {.id = ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED, .name = "hp-dock-gpio-mic"},
10083 {.id = ALC280_FIXUP_HP_9480M, .name = "hp-9480m"},
10084 {.id = ALC288_FIXUP_DELL_HEADSET_MODE, .name = "alc288-dell-headset"},
10085 {.id = ALC288_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc288-dell1"},
10086 {.id = ALC288_FIXUP_DELL_XPS_13, .name = "alc288-dell-xps13"},
10087 {.id = ALC292_FIXUP_DELL_E7X, .name = "dell-e7x"},
10088 {.id = ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK, .name = "alc293-dell"},
10089 {.id = ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc298-dell1"},
10090 {.id = ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE, .name = "alc298-dell-aio"},
10091 {.id = ALC275_FIXUP_DELL_XPS, .name = "alc275-dell-xps"},
a26d96c7
TI
10092 {.id = ALC293_FIXUP_LENOVO_SPK_NOISE, .name = "lenovo-spk-noise"},
10093 {.id = ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY, .name = "lenovo-hotkey"},
10094 {.id = ALC255_FIXUP_DELL_SPK_NOISE, .name = "dell-spk-noise"},
82aa0d7e 10095 {.id = ALC225_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc225-dell1"},
a26d96c7 10096 {.id = ALC295_FIXUP_DISABLE_DAC3, .name = "alc295-disable-dac3"},
d2cd795c 10097 {.id = ALC285_FIXUP_SPEAKER2_TO_DAC1, .name = "alc285-speaker2-to-dac1"},
a26d96c7
TI
10098 {.id = ALC280_FIXUP_HP_HEADSET_MIC, .name = "alc280-hp-headset"},
10099 {.id = ALC221_FIXUP_HP_FRONT_MIC, .name = "alc221-hp-mic"},
10100 {.id = ALC298_FIXUP_SPK_VOLUME, .name = "alc298-spk-volume"},
10101 {.id = ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER, .name = "dell-inspiron-7559"},
10102 {.id = ALC269_FIXUP_ATIV_BOOK_8, .name = "ativ-book"},
10103 {.id = ALC221_FIXUP_HP_MIC_NO_PRESENCE, .name = "alc221-hp-mic"},
10104 {.id = ALC256_FIXUP_ASUS_HEADSET_MODE, .name = "alc256-asus-headset"},
10105 {.id = ALC256_FIXUP_ASUS_MIC, .name = "alc256-asus-mic"},
10106 {.id = ALC256_FIXUP_ASUS_AIO_GPIO2, .name = "alc256-asus-aio"},
10107 {.id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE, .name = "alc233-asus"},
10108 {.id = ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE, .name = "alc233-eapd"},
10109 {.id = ALC294_FIXUP_LENOVO_MIC_LOCATION, .name = "alc294-lenovo-mic"},
10110 {.id = ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE, .name = "alc225-wyse"},
10111 {.id = ALC274_FIXUP_DELL_AIO_LINEOUT_VERB, .name = "alc274-dell-aio"},
10112 {.id = ALC255_FIXUP_DUMMY_LINEOUT_VERB, .name = "alc255-dummy-lineout"},
10113 {.id = ALC255_FIXUP_DELL_HEADSET_MIC, .name = "alc255-dell-headset"},
10114 {.id = ALC295_FIXUP_HP_X360, .name = "alc295-hp-x360"},
8983eb60
KY
10115 {.id = ALC225_FIXUP_HEADSET_JACK, .name = "alc-headset-jack"},
10116 {.id = ALC295_FIXUP_CHROME_BOOK, .name = "alc-chrome-book"},
e2a829b3 10117 {.id = ALC299_FIXUP_PREDATOR_SPK, .name = "predator-spk"},
a2ef03fe 10118 {.id = ALC298_FIXUP_HUAWEI_MBX_STEREO, .name = "huawei-mbx-stereo"},
bd9c10bc 10119 {.id = ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE, .name = "alc256-medion-headset"},
a2d57ebe 10120 {.id = ALC298_FIXUP_SAMSUNG_AMP, .name = "alc298-samsung-amp"},
ef248d9b 10121 {.id = ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, .name = "alc256-samsung-headphone"},
fc19d559 10122 {.id = ALC255_FIXUP_XIAOMI_HEADSET_MIC, .name = "alc255-xiaomi-headset"},
13468bfa 10123 {.id = ALC274_FIXUP_HP_MIC, .name = "alc274-hp-mic-detect"},
c3bb2b52 10124 {.id = ALC245_FIXUP_HP_X360_AMP, .name = "alc245-hp-x360-amp"},
5d84b531 10125 {.id = ALC295_FIXUP_HP_OMEN, .name = "alc295-hp-omen"},
f2be77fe 10126 {.id = ALC285_FIXUP_HP_SPECTRE_X360, .name = "alc285-hp-spectre-x360"},
d94befbb 10127 {.id = ALC285_FIXUP_HP_SPECTRE_X360_EB1, .name = "alc285-hp-spectre-x360-eb1"},
9ebaef05 10128 {.id = ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP, .name = "alc287-ideapad-bass-spk-amp"},
3790a3d6 10129 {.id = ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN, .name = "alc287-yoga9-bass-spk-pin"},
29c8f40b 10130 {.id = ALC623_FIXUP_LENOVO_THINKSTATION_P340, .name = "alc623-lenovo-thinkstation-p340"},
57c9e21a 10131 {.id = ALC255_FIXUP_ACER_HEADPHONE_AND_MIC, .name = "alc255-acer-headphone-and-mic"},
aa723946 10132 {.id = ALC285_FIXUP_HP_GPIO_AMP_INIT, .name = "alc285-hp-amp-init"},
1d045db9 10133 {}
6dda9f4a 10134};
cfc5a845 10135#define ALC225_STANDARD_PINS \
cfc5a845 10136 {0x21, 0x04211020}
6dda9f4a 10137
e8191a8e
HW
10138#define ALC256_STANDARD_PINS \
10139 {0x12, 0x90a60140}, \
10140 {0x14, 0x90170110}, \
e8191a8e
HW
10141 {0x21, 0x02211020}
10142
fea185e2 10143#define ALC282_STANDARD_PINS \
11580297 10144 {0x14, 0x90170110}
e1e62b98 10145
fea185e2 10146#define ALC290_STANDARD_PINS \
11580297 10147 {0x12, 0x99a30130}
fea185e2
DH
10148
10149#define ALC292_STANDARD_PINS \
10150 {0x14, 0x90170110}, \
11580297 10151 {0x15, 0x0221401f}
977e6276 10152
3f640970
HW
10153#define ALC295_STANDARD_PINS \
10154 {0x12, 0xb7a60130}, \
10155 {0x14, 0x90170110}, \
3f640970
HW
10156 {0x21, 0x04211020}
10157
703867e2
WS
10158#define ALC298_STANDARD_PINS \
10159 {0x12, 0x90a60130}, \
10160 {0x21, 0x03211020}
10161
e1918938 10162static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
8a328ac1
KY
10163 SND_HDA_PIN_QUIRK(0x10ec0221, 0x103c, "HP Workstation", ALC221_FIXUP_HP_HEADSET_MIC,
10164 {0x14, 0x01014020},
10165 {0x17, 0x90170110},
10166 {0x18, 0x02a11030},
10167 {0x19, 0x0181303F},
10168 {0x21, 0x0221102f}),
5824ce8d
CC
10169 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1025, "Acer", ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
10170 {0x12, 0x90a601c0},
10171 {0x14, 0x90171120},
10172 {0x21, 0x02211030}),
615966ad
CC
10173 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1043, "ASUS", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
10174 {0x14, 0x90170110},
10175 {0x1b, 0x90a70130},
10176 {0x21, 0x03211020}),
10177 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1043, "ASUS", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
10178 {0x1a, 0x90a70130},
10179 {0x1b, 0x90170110},
10180 {0x21, 0x03211020}),
2ae95577 10181 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
cfc5a845 10182 ALC225_STANDARD_PINS,
8a132099 10183 {0x12, 0xb7a60130},
cfc5a845 10184 {0x14, 0x901701a0}),
2ae95577 10185 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
cfc5a845 10186 ALC225_STANDARD_PINS,
8a132099 10187 {0x12, 0xb7a60130},
cfc5a845 10188 {0x14, 0x901701b0}),
8a132099
HW
10189 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10190 ALC225_STANDARD_PINS,
10191 {0x12, 0xb7a60150},
10192 {0x14, 0x901701a0}),
10193 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10194 ALC225_STANDARD_PINS,
10195 {0x12, 0xb7a60150},
10196 {0x14, 0x901701b0}),
10197 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10198 ALC225_STANDARD_PINS,
10199 {0x12, 0xb7a60130},
10200 {0x1b, 0x90170110}),
0ce48e17
KHF
10201 SND_HDA_PIN_QUIRK(0x10ec0233, 0x8086, "Intel NUC Skull Canyon", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10202 {0x1b, 0x01111010},
10203 {0x1e, 0x01451130},
10204 {0x21, 0x02211020}),
986376b6
HW
10205 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY,
10206 {0x12, 0x90a60140},
10207 {0x14, 0x90170110},
10208 {0x19, 0x02a11030},
10209 {0x21, 0x02211020}),
e41fc8c5
HW
10210 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10211 {0x14, 0x90170110},
10212 {0x19, 0x02a11030},
10213 {0x1a, 0x02a11040},
10214 {0x1b, 0x01014020},
10215 {0x21, 0x0221101f}),
d06fb562
HW
10216 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10217 {0x14, 0x90170110},
10218 {0x19, 0x02a11030},
10219 {0x1a, 0x02a11040},
10220 {0x1b, 0x01011020},
10221 {0x21, 0x0221101f}),
c6b17f10
HW
10222 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10223 {0x14, 0x90170110},
10224 {0x19, 0x02a11020},
10225 {0x1a, 0x02a11030},
10226 {0x21, 0x0221101f}),
92666d45
KY
10227 SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC,
10228 {0x21, 0x02211010}),
9e885770
KY
10229 SND_HDA_PIN_QUIRK(0x10ec0236, 0x103c, "HP", ALC256_FIXUP_HP_HEADSET_MIC,
10230 {0x14, 0x90170110},
10231 {0x19, 0x02a11020},
10232 {0x21, 0x02211030}),
c77900e6 10233 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
c77900e6 10234 {0x14, 0x90170110},
c77900e6 10235 {0x21, 0x02211020}),
86c72d1c
HW
10236 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10237 {0x14, 0x90170130},
10238 {0x21, 0x02211040}),
76c2132e
DH
10239 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10240 {0x12, 0x90a60140},
10241 {0x14, 0x90170110},
76c2132e
DH
10242 {0x21, 0x02211020}),
10243 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10244 {0x12, 0x90a60160},
10245 {0x14, 0x90170120},
76c2132e 10246 {0x21, 0x02211030}),
392c9da2
HW
10247 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10248 {0x14, 0x90170110},
10249 {0x1b, 0x02011020},
10250 {0x21, 0x0221101f}),
6aecd871
HW
10251 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10252 {0x14, 0x90170110},
10253 {0x1b, 0x01011020},
10254 {0x21, 0x0221101f}),
cba59972 10255 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
cba59972 10256 {0x14, 0x90170130},
cba59972 10257 {0x1b, 0x01014020},
cba59972 10258 {0x21, 0x0221103f}),
6aecd871
HW
10259 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10260 {0x14, 0x90170130},
10261 {0x1b, 0x01011020},
10262 {0x21, 0x0221103f}),
59ec4b57
HW
10263 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10264 {0x14, 0x90170130},
10265 {0x1b, 0x02011020},
10266 {0x21, 0x0221103f}),
e9c28e16 10267 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
e9c28e16 10268 {0x14, 0x90170150},
e9c28e16 10269 {0x1b, 0x02011020},
e9c28e16
WS
10270 {0x21, 0x0221105f}),
10271 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
e9c28e16 10272 {0x14, 0x90170110},
e9c28e16 10273 {0x1b, 0x01014020},
e9c28e16 10274 {0x21, 0x0221101f}),
76c2132e
DH
10275 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10276 {0x12, 0x90a60160},
10277 {0x14, 0x90170120},
10278 {0x17, 0x90170140},
76c2132e
DH
10279 {0x21, 0x0321102f}),
10280 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10281 {0x12, 0x90a60160},
10282 {0x14, 0x90170130},
76c2132e
DH
10283 {0x21, 0x02211040}),
10284 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10285 {0x12, 0x90a60160},
10286 {0x14, 0x90170140},
76c2132e
DH
10287 {0x21, 0x02211050}),
10288 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10289 {0x12, 0x90a60170},
10290 {0x14, 0x90170120},
76c2132e
DH
10291 {0x21, 0x02211030}),
10292 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10293 {0x12, 0x90a60170},
10294 {0x14, 0x90170130},
76c2132e 10295 {0x21, 0x02211040}),
0a1f90a9
HW
10296 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10297 {0x12, 0x90a60170},
10298 {0x14, 0x90171130},
10299 {0x21, 0x02211040}),
70658b99 10300 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
70658b99
HW
10301 {0x12, 0x90a60170},
10302 {0x14, 0x90170140},
70658b99 10303 {0x21, 0x02211050}),
9b5a4e39 10304 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5548", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
9b5a4e39
DH
10305 {0x12, 0x90a60180},
10306 {0x14, 0x90170130},
9b5a4e39 10307 {0x21, 0x02211040}),
f90d83b3
AK
10308 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5565", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10309 {0x12, 0x90a60180},
10310 {0x14, 0x90170120},
10311 {0x21, 0x02211030}),
989dbe4a
HW
10312 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10313 {0x1b, 0x01011020},
10314 {0x21, 0x02211010}),
c1732ede
CC
10315 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC,
10316 {0x14, 0x90170110},
10317 {0x1b, 0x90a70130},
10318 {0x21, 0x04211020}),
10319 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC,
10320 {0x14, 0x90170110},
10321 {0x1b, 0x90a70130},
10322 {0x21, 0x03211020}),
a806ef1c
CC
10323 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10324 {0x12, 0x90a60130},
10325 {0x14, 0x90170110},
10326 {0x21, 0x03211020}),
6ac371aa
JHP
10327 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10328 {0x12, 0x90a60130},
10329 {0x14, 0x90170110},
10330 {0x21, 0x04211020}),
e1037354
JHP
10331 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10332 {0x1a, 0x90a70130},
10333 {0x1b, 0x90170110},
10334 {0x21, 0x03211020}),
9e885770
KY
10335 SND_HDA_PIN_QUIRK(0x10ec0256, 0x103c, "HP", ALC256_FIXUP_HP_HEADSET_MIC,
10336 {0x14, 0x90170110},
10337 {0x19, 0x02a11020},
10338 {0x21, 0x0221101f}),
8a8de09c
KY
10339 SND_HDA_PIN_QUIRK(0x10ec0274, 0x103c, "HP", ALC274_FIXUP_HP_HEADSET_MIC,
10340 {0x17, 0x90170110},
10341 {0x19, 0x03a11030},
10342 {0x21, 0x03211020}),
cf51eb9d
DH
10343 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4,
10344 {0x12, 0x90a60130},
cf51eb9d
DH
10345 {0x14, 0x90170110},
10346 {0x15, 0x0421101f},
11580297 10347 {0x1a, 0x04a11020}),
0279661b
HW
10348 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED,
10349 {0x12, 0x90a60140},
0279661b
HW
10350 {0x14, 0x90170110},
10351 {0x15, 0x0421101f},
0279661b 10352 {0x18, 0x02811030},
0279661b 10353 {0x1a, 0x04a1103f},
11580297 10354 {0x1b, 0x02011020}),
42304474 10355 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP 15 Touchsmart", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10356 ALC282_STANDARD_PINS,
42304474 10357 {0x12, 0x99a30130},
42304474 10358 {0x19, 0x03a11020},
42304474 10359 {0x21, 0x0321101f}),
2c609999 10360 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10361 ALC282_STANDARD_PINS,
2c609999 10362 {0x12, 0x99a30130},
2c609999 10363 {0x19, 0x03a11020},
2c609999
HW
10364 {0x21, 0x03211040}),
10365 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10366 ALC282_STANDARD_PINS,
2c609999 10367 {0x12, 0x99a30130},
2c609999 10368 {0x19, 0x03a11030},
2c609999
HW
10369 {0x21, 0x03211020}),
10370 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10371 ALC282_STANDARD_PINS,
2c609999 10372 {0x12, 0x99a30130},
2c609999 10373 {0x19, 0x04a11020},
2c609999 10374 {0x21, 0x0421101f}),
200afc09 10375 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED,
aec856d0 10376 ALC282_STANDARD_PINS,
200afc09 10377 {0x12, 0x90a60140},
200afc09 10378 {0x19, 0x04a11030},
200afc09 10379 {0x21, 0x04211020}),
34cdf405
CC
10380 SND_HDA_PIN_QUIRK(0x10ec0282, 0x1025, "Acer", ALC282_FIXUP_ACER_DISABLE_LINEOUT,
10381 ALC282_STANDARD_PINS,
10382 {0x12, 0x90a609c0},
10383 {0x18, 0x03a11830},
10384 {0x19, 0x04a19831},
10385 {0x1a, 0x0481303f},
10386 {0x1b, 0x04211020},
10387 {0x21, 0x0321101f}),
10388 SND_HDA_PIN_QUIRK(0x10ec0282, 0x1025, "Acer", ALC282_FIXUP_ACER_DISABLE_LINEOUT,
10389 ALC282_STANDARD_PINS,
10390 {0x12, 0x90a60940},
10391 {0x18, 0x03a11830},
10392 {0x19, 0x04a19831},
10393 {0x1a, 0x0481303f},
10394 {0x1b, 0x04211020},
10395 {0x21, 0x0321101f}),
76c2132e 10396 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10397 ALC282_STANDARD_PINS,
76c2132e 10398 {0x12, 0x90a60130},
76c2132e
DH
10399 {0x21, 0x0321101f}),
10400 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10401 {0x12, 0x90a60160},
10402 {0x14, 0x90170120},
76c2132e 10403 {0x21, 0x02211030}),
bc262179 10404 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10405 ALC282_STANDARD_PINS,
bc262179 10406 {0x12, 0x90a60130},
bc262179 10407 {0x19, 0x03a11020},
bc262179 10408 {0x21, 0x0321101f}),
c8c6ee61 10409 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
266fd994
SL
10410 {0x12, 0x90a60130},
10411 {0x14, 0x90170110},
10412 {0x19, 0x04a11040},
10413 {0x21, 0x04211020}),
10414 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
10415 {0x14, 0x90170110},
10416 {0x19, 0x04a11040},
10417 {0x1d, 0x40600001},
10418 {0x21, 0x04211020}),
10419 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
c4cfcf6f
HW
10420 {0x14, 0x90170110},
10421 {0x19, 0x04a11040},
10422 {0x21, 0x04211020}),
c72b9bfe
HW
10423 SND_HDA_PIN_QUIRK(0x10ec0287, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_HEADSET_JACK,
10424 {0x14, 0x90170110},
10425 {0x17, 0x90170111},
10426 {0x19, 0x03a11030},
10427 {0x21, 0x03211020}),
33aaebd4
CC
10428 SND_HDA_PIN_QUIRK(0x10ec0286, 0x1025, "Acer", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE,
10429 {0x12, 0x90a60130},
10430 {0x17, 0x90170110},
10431 {0x21, 0x02211020}),
d44a6864 10432 SND_HDA_PIN_QUIRK(0x10ec0288, 0x1028, "Dell", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE,
e1e62b98 10433 {0x12, 0x90a60120},
e1e62b98 10434 {0x14, 0x90170110},
e1e62b98 10435 {0x21, 0x0321101f}),
e4442bcf 10436 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10437 ALC290_STANDARD_PINS,
e4442bcf 10438 {0x15, 0x04211040},
e4442bcf 10439 {0x18, 0x90170112},
11580297 10440 {0x1a, 0x04a11020}),
e4442bcf 10441 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10442 ALC290_STANDARD_PINS,
e4442bcf 10443 {0x15, 0x04211040},
e4442bcf 10444 {0x18, 0x90170110},
11580297 10445 {0x1a, 0x04a11020}),
e4442bcf 10446 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10447 ALC290_STANDARD_PINS,
e4442bcf 10448 {0x15, 0x0421101f},
11580297 10449 {0x1a, 0x04a11020}),
e4442bcf 10450 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10451 ALC290_STANDARD_PINS,
e4442bcf 10452 {0x15, 0x04211020},
11580297 10453 {0x1a, 0x04a11040}),
e4442bcf 10454 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10455 ALC290_STANDARD_PINS,
e4442bcf
HW
10456 {0x14, 0x90170110},
10457 {0x15, 0x04211020},
11580297 10458 {0x1a, 0x04a11040}),
e4442bcf 10459 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10460 ALC290_STANDARD_PINS,
e4442bcf
HW
10461 {0x14, 0x90170110},
10462 {0x15, 0x04211020},
11580297 10463 {0x1a, 0x04a11020}),
e4442bcf 10464 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10465 ALC290_STANDARD_PINS,
e4442bcf
HW
10466 {0x14, 0x90170110},
10467 {0x15, 0x0421101f},
11580297 10468 {0x1a, 0x04a11020}),
e8818fa8 10469 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 10470 ALC292_STANDARD_PINS,
e8818fa8 10471 {0x12, 0x90a60140},
e8818fa8 10472 {0x16, 0x01014020},
11580297 10473 {0x19, 0x01a19030}),
e8818fa8 10474 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 10475 ALC292_STANDARD_PINS,
e8818fa8 10476 {0x12, 0x90a60140},
e8818fa8
HW
10477 {0x16, 0x01014020},
10478 {0x18, 0x02a19031},
11580297 10479 {0x19, 0x01a1903e}),
76c2132e 10480 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
aec856d0 10481 ALC292_STANDARD_PINS,
11580297 10482 {0x12, 0x90a60140}),
76c2132e 10483 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10484 ALC292_STANDARD_PINS,
76c2132e 10485 {0x13, 0x90a60140},
76c2132e 10486 {0x16, 0x21014020},
11580297 10487 {0x19, 0x21a19030}),
e03fdbde 10488 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10489 ALC292_STANDARD_PINS,
11580297 10490 {0x13, 0x90a60140}),
eeacd80f
JHP
10491 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_HPE,
10492 {0x17, 0x90170110},
10493 {0x21, 0x04211020}),
d8ae458e
CC
10494 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_MIC,
10495 {0x14, 0x90170110},
10496 {0x1b, 0x90a70130},
10497 {0x21, 0x04211020}),
8bb37a2a
JHP
10498 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
10499 {0x12, 0x90a60130},
10500 {0x17, 0x90170110},
10501 {0x21, 0x03211020}),
0bea4cc8
JHP
10502 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
10503 {0x12, 0x90a60130},
10504 {0x17, 0x90170110},
10505 {0x21, 0x04211020}),
3887c26c
TI
10506 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
10507 {0x12, 0x90a60130},
10508 {0x17, 0x90170110},
10509 {0x21, 0x03211020}),
9e43342b 10510 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
ad97d667
JHP
10511 {0x12, 0x90a60120},
10512 {0x17, 0x90170110},
10513 {0x21, 0x04211030}),
10514 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
9e43342b
CC
10515 {0x12, 0x90a60130},
10516 {0x17, 0x90170110},
10517 {0x21, 0x03211020}),
10518 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
10519 {0x12, 0x90a60130},
10520 {0x17, 0x90170110},
10521 {0x21, 0x03211020}),
fbc57129 10522 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
0a29c57b
KY
10523 {0x14, 0x90170110},
10524 {0x21, 0x04211020}),
fbc57129
KY
10525 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10526 {0x14, 0x90170110},
10527 {0x21, 0x04211030}),
3f640970 10528 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
f771d5bb
HW
10529 ALC295_STANDARD_PINS,
10530 {0x17, 0x21014020},
10531 {0x18, 0x21a19030}),
10532 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10533 ALC295_STANDARD_PINS,
10534 {0x17, 0x21014040},
10535 {0x18, 0x21a19050}),
3f307834
HW
10536 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10537 ALC295_STANDARD_PINS),
9f502ff5
TI
10538 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
10539 ALC298_STANDARD_PINS,
10540 {0x17, 0x90170110}),
977e6276 10541 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
703867e2
WS
10542 ALC298_STANDARD_PINS,
10543 {0x17, 0x90170140}),
10544 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
10545 ALC298_STANDARD_PINS,
9f502ff5 10546 {0x17, 0x90170150}),
9f1bc2c4
KHF
10547 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_SPK_VOLUME,
10548 {0x12, 0xb7a60140},
10549 {0x13, 0xb7a60150},
10550 {0x17, 0x90170110},
10551 {0x1a, 0x03011020},
10552 {0x21, 0x03211030}),
54324221
JM
10553 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE,
10554 {0x12, 0xb7a60140},
10555 {0x17, 0x90170110},
10556 {0x1a, 0x03a11030},
10557 {0x21, 0x03211020}),
fcc6c877
KY
10558 SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10559 ALC225_STANDARD_PINS,
10560 {0x12, 0xb7a60130},
fcc6c877 10561 {0x17, 0x90170110}),
573fcbfd
HW
10562 SND_HDA_PIN_QUIRK(0x10ec0623, 0x17aa, "Lenovo", ALC283_FIXUP_HEADSET_MIC,
10563 {0x14, 0x01014010},
10564 {0x17, 0x90170120},
10565 {0x18, 0x02a11030},
10566 {0x19, 0x02a1103f},
10567 {0x21, 0x0221101f}),
e1918938
HW
10568 {}
10569};
6dda9f4a 10570
7c0a6939
HW
10571/* This is the fallback pin_fixup_tbl for alc269 family, to make the tbl match
10572 * more machines, don't need to match all valid pins, just need to match
10573 * all the pins defined in the tbl. Just because of this reason, it is possible
10574 * that a single machine matches multiple tbls, so there is one limitation:
10575 * at most one tbl is allowed to define for the same vendor and same codec
10576 */
10577static const struct snd_hda_pin_quirk alc269_fallback_pin_fixup_tbl[] = {
10578 SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
10579 {0x19, 0x40000000},
10580 {0x1b, 0x40000000}),
aed8c7f4
HW
10581 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10582 {0x19, 0x40000000},
10583 {0x1a, 0x40000000}),
d64ebdbf
HW
10584 SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10585 {0x19, 0x40000000},
10586 {0x1a, 0x40000000}),
5815bdfd
HW
10587 SND_HDA_PIN_QUIRK(0x10ec0274, 0x1028, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB,
10588 {0x19, 0x40000000},
10589 {0x1a, 0x40000000}),
7c0a6939
HW
10590 {}
10591};
10592
546bb678 10593static void alc269_fill_coef(struct hda_codec *codec)
1d045db9 10594{
526af6eb 10595 struct alc_spec *spec = codec->spec;
1d045db9 10596 int val;
ebb83eeb 10597
526af6eb 10598 if (spec->codec_variant != ALC269_TYPE_ALC269VB)
546bb678 10599 return;
526af6eb 10600
1bb7e43e 10601 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
1d045db9
TI
10602 alc_write_coef_idx(codec, 0xf, 0x960b);
10603 alc_write_coef_idx(codec, 0xe, 0x8817);
10604 }
ebb83eeb 10605
1bb7e43e 10606 if ((alc_get_coef0(codec) & 0x00ff) == 0x016) {
1d045db9
TI
10607 alc_write_coef_idx(codec, 0xf, 0x960b);
10608 alc_write_coef_idx(codec, 0xe, 0x8814);
10609 }
ebb83eeb 10610
1bb7e43e 10611 if ((alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9 10612 /* Power up output pin */
98b24883 10613 alc_update_coef_idx(codec, 0x04, 0, 1<<11);
1d045db9 10614 }
ebb83eeb 10615
1bb7e43e 10616 if ((alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9 10617 val = alc_read_coef_idx(codec, 0xd);
f3ee07d8 10618 if (val != -1 && (val & 0x0c00) >> 10 != 0x1) {
1d045db9
TI
10619 /* Capless ramp up clock control */
10620 alc_write_coef_idx(codec, 0xd, val | (1<<10));
10621 }
10622 val = alc_read_coef_idx(codec, 0x17);
f3ee07d8 10623 if (val != -1 && (val & 0x01c0) >> 6 != 0x4) {
1d045db9
TI
10624 /* Class D power on reset */
10625 alc_write_coef_idx(codec, 0x17, val | (1<<7));
10626 }
10627 }
ebb83eeb 10628
98b24883
TI
10629 /* HP */
10630 alc_update_coef_idx(codec, 0x4, 0, 1<<11);
1d045db9 10631}
a7f2371f 10632
1d045db9
TI
10633/*
10634 */
1d045db9
TI
10635static int patch_alc269(struct hda_codec *codec)
10636{
10637 struct alc_spec *spec;
3de95173 10638 int err;
f1d4e28b 10639
3de95173 10640 err = alc_alloc_spec(codec, 0x0b);
e16fb6d1 10641 if (err < 0)
3de95173
TI
10642 return err;
10643
10644 spec = codec->spec;
08c189f2 10645 spec->gen.shared_mic_vref_pin = 0x18;
317d9313 10646 codec->power_save_node = 0;
e16fb6d1 10647
225068ab
TI
10648#ifdef CONFIG_PM
10649 codec->patch_ops.suspend = alc269_suspend;
10650 codec->patch_ops.resume = alc269_resume;
10651#endif
c2d6af53
KY
10652 spec->shutup = alc_default_shutup;
10653 spec->init_hook = alc_default_init;
225068ab 10654
7639a06c 10655 switch (codec->core.vendor_id) {
065380f0 10656 case 0x10ec0269:
1d045db9 10657 spec->codec_variant = ALC269_TYPE_ALC269VA;
1bb7e43e
TI
10658 switch (alc_get_coef0(codec) & 0x00f0) {
10659 case 0x0010:
5100cd07
TI
10660 if (codec->bus->pci &&
10661 codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 10662 spec->cdefine.platform_type == 1)
20ca0c35 10663 err = alc_codec_rename(codec, "ALC271X");
1d045db9 10664 spec->codec_variant = ALC269_TYPE_ALC269VB;
1bb7e43e
TI
10665 break;
10666 case 0x0020:
5100cd07
TI
10667 if (codec->bus->pci &&
10668 codec->bus->pci->subsystem_vendor == 0x17aa &&
e16fb6d1 10669 codec->bus->pci->subsystem_device == 0x21f3)
20ca0c35 10670 err = alc_codec_rename(codec, "ALC3202");
1d045db9 10671 spec->codec_variant = ALC269_TYPE_ALC269VC;
1bb7e43e 10672 break;
adcc70b2
KY
10673 case 0x0030:
10674 spec->codec_variant = ALC269_TYPE_ALC269VD;
10675 break;
1bb7e43e 10676 default:
1d045db9 10677 alc_fix_pll_init(codec, 0x20, 0x04, 15);
1bb7e43e 10678 }
e16fb6d1
TI
10679 if (err < 0)
10680 goto error;
c2d6af53 10681 spec->shutup = alc269_shutup;
546bb678 10682 spec->init_hook = alc269_fill_coef;
1d045db9 10683 alc269_fill_coef(codec);
065380f0
KY
10684 break;
10685
10686 case 0x10ec0280:
10687 case 0x10ec0290:
10688 spec->codec_variant = ALC269_TYPE_ALC280;
10689 break;
10690 case 0x10ec0282:
065380f0 10691 spec->codec_variant = ALC269_TYPE_ALC282;
7b5c7a02
KY
10692 spec->shutup = alc282_shutup;
10693 spec->init_hook = alc282_init;
065380f0 10694 break;
2af02be7
KY
10695 case 0x10ec0233:
10696 case 0x10ec0283:
10697 spec->codec_variant = ALC269_TYPE_ALC283;
10698 spec->shutup = alc283_shutup;
10699 spec->init_hook = alc283_init;
10700 break;
065380f0
KY
10701 case 0x10ec0284:
10702 case 0x10ec0292:
10703 spec->codec_variant = ALC269_TYPE_ALC284;
10704 break;
161ebf29 10705 case 0x10ec0293:
4731d5de 10706 spec->codec_variant = ALC269_TYPE_ALC293;
161ebf29 10707 break;
7fc7d047 10708 case 0x10ec0286:
7c665932 10709 case 0x10ec0288:
7fc7d047
KY
10710 spec->codec_variant = ALC269_TYPE_ALC286;
10711 break;
506b62c3
KY
10712 case 0x10ec0298:
10713 spec->codec_variant = ALC269_TYPE_ALC298;
10714 break;
ea04a1db 10715 case 0x10ec0235:
1d04c9de
KY
10716 case 0x10ec0255:
10717 spec->codec_variant = ALC269_TYPE_ALC255;
ab3b8e51
KY
10718 spec->shutup = alc256_shutup;
10719 spec->init_hook = alc256_init;
1d04c9de 10720 break;
1948fc06 10721 case 0x10ec0230:
736f20a7 10722 case 0x10ec0236:
4344aec8 10723 case 0x10ec0256:
527f4643 10724 case 0x19e58326:
4344aec8 10725 spec->codec_variant = ALC269_TYPE_ALC256;
4a219ef8
KY
10726 spec->shutup = alc256_shutup;
10727 spec->init_hook = alc256_init;
7d1b6e29 10728 spec->gen.mixer_nid = 0; /* ALC256 does not have any loopback mixer path */
69ea4c9d
KY
10729 if (codec->bus->pci->vendor == PCI_VENDOR_ID_AMD)
10730 spec->en_3kpull_low = true;
4344aec8 10731 break;
f429e7e4
KY
10732 case 0x10ec0257:
10733 spec->codec_variant = ALC269_TYPE_ALC257;
88d42b2b
KY
10734 spec->shutup = alc256_shutup;
10735 spec->init_hook = alc256_init;
f429e7e4
KY
10736 spec->gen.mixer_nid = 0;
10737 break;
0a6f0600 10738 case 0x10ec0215:
7fbdcd83 10739 case 0x10ec0245:
0a6f0600
KY
10740 case 0x10ec0285:
10741 case 0x10ec0289:
60571929
KY
10742 if (alc_get_coef0(codec) & 0x0010)
10743 spec->codec_variant = ALC269_TYPE_ALC245;
10744 else
10745 spec->codec_variant = ALC269_TYPE_ALC215;
1b6832be
KY
10746 spec->shutup = alc225_shutup;
10747 spec->init_hook = alc225_init;
0a6f0600
KY
10748 spec->gen.mixer_nid = 0;
10749 break;
4231430d 10750 case 0x10ec0225:
7d727869 10751 case 0x10ec0295:
28f1f9b2 10752 case 0x10ec0299:
4231430d 10753 spec->codec_variant = ALC269_TYPE_ALC225;
da911b1f
KY
10754 spec->shutup = alc225_shutup;
10755 spec->init_hook = alc225_init;
c1350bff 10756 spec->gen.mixer_nid = 0; /* no loopback on ALC225, ALC295 and ALC299 */
4231430d 10757 break;
99cee034
KY
10758 case 0x10ec0287:
10759 spec->codec_variant = ALC269_TYPE_ALC287;
10760 spec->shutup = alc225_shutup;
10761 spec->init_hook = alc225_init;
10762 spec->gen.mixer_nid = 0; /* no loopback on ALC287 */
10763 break;
dcd4f0db
KY
10764 case 0x10ec0234:
10765 case 0x10ec0274:
10766 case 0x10ec0294:
10767 spec->codec_variant = ALC269_TYPE_ALC294;
532a7784 10768 spec->gen.mixer_nid = 0; /* ALC2x4 does not have any loopback mixer path */
71683c32 10769 alc_update_coef_idx(codec, 0x6b, 0x0018, (1<<4) | (1<<3)); /* UAJ MIC Vref control by verb */
693abe11 10770 spec->init_hook = alc294_init;
dcd4f0db 10771 break;
1078bef0
KY
10772 case 0x10ec0300:
10773 spec->codec_variant = ALC269_TYPE_ALC300;
10774 spec->gen.mixer_nid = 0; /* no loopback on ALC300 */
dcd4f0db 10775 break;
f0778871
KY
10776 case 0x10ec0623:
10777 spec->codec_variant = ALC269_TYPE_ALC623;
10778 break;
6fbae35a
KY
10779 case 0x10ec0700:
10780 case 0x10ec0701:
10781 case 0x10ec0703:
83629532 10782 case 0x10ec0711:
6fbae35a
KY
10783 spec->codec_variant = ALC269_TYPE_ALC700;
10784 spec->gen.mixer_nid = 0; /* ALC700 does not have any loopback mixer path */
2d7fe618 10785 alc_update_coef_idx(codec, 0x4a, 1 << 15, 0); /* Combo jack auto trigger control */
693abe11 10786 spec->init_hook = alc294_init;
6fbae35a
KY
10787 break;
10788
1d045db9 10789 }
6dda9f4a 10790
ad60d502 10791 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
97a26570 10792 spec->has_alc5505_dsp = 1;
ad60d502
KY
10793 spec->init_hook = alc5505_dsp_init;
10794 }
10795
c9af753f
TI
10796 alc_pre_init(codec);
10797
efe55732
TI
10798 snd_hda_pick_fixup(codec, alc269_fixup_models,
10799 alc269_fixup_tbl, alc269_fixups);
13d9c6b9
TI
10800 /* FIXME: both TX300 and ROG Strix G17 have the same SSID, and
10801 * the quirk breaks the latter (bko#214101).
10802 * Clear the wrong entry.
10803 */
10804 if (codec->fixup_id == ALC282_FIXUP_ASUS_TX300 &&
10805 codec->core.vendor_id == 0x10ec0294) {
10806 codec_dbg(codec, "Clear wrong fixup for ASUS ROG Strix G17\n");
10807 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
10808 }
10809
0fc1e447 10810 snd_hda_pick_pin_fixup(codec, alc269_pin_fixup_tbl, alc269_fixups, true);
7c0a6939 10811 snd_hda_pick_pin_fixup(codec, alc269_fallback_pin_fixup_tbl, alc269_fixups, false);
efe55732
TI
10812 snd_hda_pick_fixup(codec, NULL, alc269_fixup_vendor_tbl,
10813 alc269_fixups);
10814 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
10815
10816 alc_auto_parse_customize_define(codec);
10817
10818 if (has_cdefine_beep(codec))
10819 spec->gen.beep_nid = 0x01;
10820
a4297b5d
TI
10821 /* automatic parse from the BIOS config */
10822 err = alc269_parse_auto_config(codec);
e16fb6d1
TI
10823 if (err < 0)
10824 goto error;
6dda9f4a 10825
fea80fae
TI
10826 if (!spec->gen.no_analog && spec->gen.beep_nid && spec->gen.mixer_nid) {
10827 err = set_beep_amp(spec, spec->gen.mixer_nid, 0x04, HDA_INPUT);
10828 if (err < 0)
10829 goto error;
10830 }
f1d4e28b 10831
1727a771 10832 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 10833
1d045db9 10834 return 0;
e16fb6d1
TI
10835
10836 error:
10837 alc_free(codec);
10838 return err;
1d045db9 10839}
f1d4e28b 10840
1d045db9
TI
10841/*
10842 * ALC861
10843 */
622e84cd 10844
1d045db9 10845static int alc861_parse_auto_config(struct hda_codec *codec)
6dda9f4a 10846{
1d045db9 10847 static const hda_nid_t alc861_ignore[] = { 0x1d, 0 };
3e6179b8
TI
10848 static const hda_nid_t alc861_ssids[] = { 0x0e, 0x0f, 0x0b, 0 };
10849 return alc_parse_auto_config(codec, alc861_ignore, alc861_ssids);
604401a9
TI
10850}
10851
1d045db9
TI
10852/* Pin config fixes */
10853enum {
e652f4c8
TI
10854 ALC861_FIXUP_FSC_AMILO_PI1505,
10855 ALC861_FIXUP_AMP_VREF_0F,
10856 ALC861_FIXUP_NO_JACK_DETECT,
10857 ALC861_FIXUP_ASUS_A6RP,
6ddf0fd1 10858 ALC660_FIXUP_ASUS_W7J,
1d045db9 10859};
7085ec12 10860
31150f23
TI
10861/* On some laptops, VREF of pin 0x0f is abused for controlling the main amp */
10862static void alc861_fixup_asus_amp_vref_0f(struct hda_codec *codec,
1727a771 10863 const struct hda_fixup *fix, int action)
31150f23
TI
10864{
10865 struct alc_spec *spec = codec->spec;
10866 unsigned int val;
10867
1727a771 10868 if (action != HDA_FIXUP_ACT_INIT)
31150f23 10869 return;
d3f02d60 10870 val = snd_hda_codec_get_pin_target(codec, 0x0f);
31150f23
TI
10871 if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)))
10872 val |= AC_PINCTL_IN_EN;
10873 val |= AC_PINCTL_VREF_50;
cdd03ced 10874 snd_hda_set_pin_ctl(codec, 0x0f, val);
08c189f2 10875 spec->gen.keep_vref_in_automute = 1;
31150f23
TI
10876}
10877
e652f4c8
TI
10878/* suppress the jack-detection */
10879static void alc_fixup_no_jack_detect(struct hda_codec *codec,
1727a771 10880 const struct hda_fixup *fix, int action)
e652f4c8 10881{
1727a771 10882 if (action == HDA_FIXUP_ACT_PRE_PROBE)
e652f4c8 10883 codec->no_jack_detect = 1;
7d7eb9ea 10884}
e652f4c8 10885
1727a771 10886static const struct hda_fixup alc861_fixups[] = {
e652f4c8 10887 [ALC861_FIXUP_FSC_AMILO_PI1505] = {
1727a771
TI
10888 .type = HDA_FIXUP_PINS,
10889 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
10890 { 0x0b, 0x0221101f }, /* HP */
10891 { 0x0f, 0x90170310 }, /* speaker */
10892 { }
10893 }
10894 },
e652f4c8 10895 [ALC861_FIXUP_AMP_VREF_0F] = {
1727a771 10896 .type = HDA_FIXUP_FUNC,
31150f23 10897 .v.func = alc861_fixup_asus_amp_vref_0f,
3b25eb69 10898 },
e652f4c8 10899 [ALC861_FIXUP_NO_JACK_DETECT] = {
1727a771 10900 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
10901 .v.func = alc_fixup_no_jack_detect,
10902 },
10903 [ALC861_FIXUP_ASUS_A6RP] = {
1727a771 10904 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
10905 .v.func = alc861_fixup_asus_amp_vref_0f,
10906 .chained = true,
10907 .chain_id = ALC861_FIXUP_NO_JACK_DETECT,
6ddf0fd1
TI
10908 },
10909 [ALC660_FIXUP_ASUS_W7J] = {
10910 .type = HDA_FIXUP_VERBS,
10911 .v.verbs = (const struct hda_verb[]) {
10912 /* ASUS W7J needs a magic pin setup on unused NID 0x10
10913 * for enabling outputs
10914 */
10915 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
10916 { }
10917 },
e652f4c8 10918 }
1d045db9 10919};
7085ec12 10920
1d045db9 10921static const struct snd_pci_quirk alc861_fixup_tbl[] = {
6ddf0fd1 10922 SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J),
e7ca237b 10923 SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J),
e652f4c8
TI
10924 SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP),
10925 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F),
10926 SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT),
defce244 10927 SND_PCI_QUIRK_VENDOR(0x1584, "Haier/Uniwill", ALC861_FIXUP_AMP_VREF_0F),
e652f4c8 10928 SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", ALC861_FIXUP_FSC_AMILO_PI1505),
1d045db9
TI
10929 {}
10930};
3af9ee6b 10931
1d045db9
TI
10932/*
10933 */
1d045db9 10934static int patch_alc861(struct hda_codec *codec)
7085ec12 10935{
1d045db9 10936 struct alc_spec *spec;
1d045db9 10937 int err;
7085ec12 10938
3de95173
TI
10939 err = alc_alloc_spec(codec, 0x15);
10940 if (err < 0)
10941 return err;
1d045db9 10942
3de95173 10943 spec = codec->spec;
2722b535
TI
10944 if (has_cdefine_beep(codec))
10945 spec->gen.beep_nid = 0x23;
1d045db9 10946
225068ab
TI
10947#ifdef CONFIG_PM
10948 spec->power_hook = alc_power_eapd;
10949#endif
10950
c9af753f
TI
10951 alc_pre_init(codec);
10952
1727a771
TI
10953 snd_hda_pick_fixup(codec, NULL, alc861_fixup_tbl, alc861_fixups);
10954 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
3af9ee6b 10955
cb4e4824
TI
10956 /* automatic parse from the BIOS config */
10957 err = alc861_parse_auto_config(codec);
e16fb6d1
TI
10958 if (err < 0)
10959 goto error;
3af9ee6b 10960
fea80fae
TI
10961 if (!spec->gen.no_analog) {
10962 err = set_beep_amp(spec, 0x23, 0, HDA_OUTPUT);
10963 if (err < 0)
10964 goto error;
10965 }
7085ec12 10966
1727a771 10967 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 10968
1d045db9 10969 return 0;
e16fb6d1
TI
10970
10971 error:
10972 alc_free(codec);
10973 return err;
7085ec12
TI
10974}
10975
1d045db9
TI
10976/*
10977 * ALC861-VD support
10978 *
10979 * Based on ALC882
10980 *
10981 * In addition, an independent DAC
10982 */
1d045db9 10983static int alc861vd_parse_auto_config(struct hda_codec *codec)
bc9f98a9 10984{
1d045db9 10985 static const hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
3e6179b8
TI
10986 static const hda_nid_t alc861vd_ssids[] = { 0x15, 0x1b, 0x14, 0 };
10987 return alc_parse_auto_config(codec, alc861vd_ignore, alc861vd_ssids);
ce764ab2
TI
10988}
10989
1d045db9 10990enum {
8fdcb6fe
TI
10991 ALC660VD_FIX_ASUS_GPIO1,
10992 ALC861VD_FIX_DALLAS,
1d045db9 10993};
ce764ab2 10994
8fdcb6fe
TI
10995/* exclude VREF80 */
10996static void alc861vd_fixup_dallas(struct hda_codec *codec,
1727a771 10997 const struct hda_fixup *fix, int action)
8fdcb6fe 10998{
1727a771 10999 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
b78562b1
TI
11000 snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
11001 snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
8fdcb6fe
TI
11002 }
11003}
11004
df73d83f
TI
11005/* reset GPIO1 */
11006static void alc660vd_fixup_asus_gpio1(struct hda_codec *codec,
11007 const struct hda_fixup *fix, int action)
11008{
11009 struct alc_spec *spec = codec->spec;
11010
11011 if (action == HDA_FIXUP_ACT_PRE_PROBE)
11012 spec->gpio_mask |= 0x02;
11013 alc_fixup_gpio(codec, action, 0x01);
11014}
11015
1727a771 11016static const struct hda_fixup alc861vd_fixups[] = {
1d045db9 11017 [ALC660VD_FIX_ASUS_GPIO1] = {
df73d83f
TI
11018 .type = HDA_FIXUP_FUNC,
11019 .v.func = alc660vd_fixup_asus_gpio1,
1d045db9 11020 },
8fdcb6fe 11021 [ALC861VD_FIX_DALLAS] = {
1727a771 11022 .type = HDA_FIXUP_FUNC,
8fdcb6fe
TI
11023 .v.func = alc861vd_fixup_dallas,
11024 },
1d045db9 11025};
ce764ab2 11026
1d045db9 11027static const struct snd_pci_quirk alc861vd_fixup_tbl[] = {
8fdcb6fe 11028 SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_FIX_DALLAS),
1d045db9 11029 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS A7-K", ALC660VD_FIX_ASUS_GPIO1),
8fdcb6fe 11030 SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba L30-149", ALC861VD_FIX_DALLAS),
1d045db9
TI
11031 {}
11032};
ce764ab2 11033
1d045db9
TI
11034/*
11035 */
1d045db9 11036static int patch_alc861vd(struct hda_codec *codec)
ce764ab2 11037{
1d045db9 11038 struct alc_spec *spec;
cb4e4824 11039 int err;
ce764ab2 11040
3de95173
TI
11041 err = alc_alloc_spec(codec, 0x0b);
11042 if (err < 0)
11043 return err;
1d045db9 11044
3de95173 11045 spec = codec->spec;
2722b535
TI
11046 if (has_cdefine_beep(codec))
11047 spec->gen.beep_nid = 0x23;
1d045db9 11048
225068ab
TI
11049 spec->shutup = alc_eapd_shutup;
11050
c9af753f
TI
11051 alc_pre_init(codec);
11052
1727a771
TI
11053 snd_hda_pick_fixup(codec, NULL, alc861vd_fixup_tbl, alc861vd_fixups);
11054 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
1d045db9 11055
cb4e4824
TI
11056 /* automatic parse from the BIOS config */
11057 err = alc861vd_parse_auto_config(codec);
e16fb6d1
TI
11058 if (err < 0)
11059 goto error;
ce764ab2 11060
fea80fae
TI
11061 if (!spec->gen.no_analog) {
11062 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
11063 if (err < 0)
11064 goto error;
11065 }
1d045db9 11066
1727a771 11067 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 11068
ce764ab2 11069 return 0;
e16fb6d1
TI
11070
11071 error:
11072 alc_free(codec);
11073 return err;
ce764ab2
TI
11074}
11075
1d045db9
TI
11076/*
11077 * ALC662 support
11078 *
11079 * ALC662 is almost identical with ALC880 but has cleaner and more flexible
11080 * configuration. Each pin widget can choose any input DACs and a mixer.
11081 * Each ADC is connected from a mixer of all inputs. This makes possible
11082 * 6-channel independent captures.
11083 *
11084 * In addition, an independent DAC for the multi-playback (not used in this
11085 * driver yet).
11086 */
1d045db9
TI
11087
11088/*
11089 * BIOS auto configuration
11090 */
11091
bc9f98a9
KY
11092static int alc662_parse_auto_config(struct hda_codec *codec)
11093{
4c6d72d1 11094 static const hda_nid_t alc662_ignore[] = { 0x1d, 0 };
3e6179b8
TI
11095 static const hda_nid_t alc663_ssids[] = { 0x15, 0x1b, 0x14, 0x21 };
11096 static const hda_nid_t alc662_ssids[] = { 0x15, 0x1b, 0x14, 0 };
11097 const hda_nid_t *ssids;
ee979a14 11098
7639a06c
TI
11099 if (codec->core.vendor_id == 0x10ec0272 || codec->core.vendor_id == 0x10ec0663 ||
11100 codec->core.vendor_id == 0x10ec0665 || codec->core.vendor_id == 0x10ec0670 ||
11101 codec->core.vendor_id == 0x10ec0671)
3e6179b8 11102 ssids = alc663_ssids;
6227cdce 11103 else
3e6179b8
TI
11104 ssids = alc662_ssids;
11105 return alc_parse_auto_config(codec, alc662_ignore, ssids);
bc9f98a9
KY
11106}
11107
6be7948f 11108static void alc272_fixup_mario(struct hda_codec *codec,
1727a771 11109 const struct hda_fixup *fix, int action)
6fc398cb 11110{
9bb1f06f 11111 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6fc398cb 11112 return;
6be7948f
TB
11113 if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
11114 (0x3b << AC_AMPCAP_OFFSET_SHIFT) |
11115 (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |
11116 (0x03 << AC_AMPCAP_STEP_SIZE_SHIFT) |
11117 (0 << AC_AMPCAP_MUTE_SHIFT)))
4e76a883 11118 codec_warn(codec, "failed to override amp caps for NID 0x2\n");
6be7948f
TB
11119}
11120
8e383953
TI
11121static const struct snd_pcm_chmap_elem asus_pcm_2_1_chmaps[] = {
11122 { .channels = 2,
11123 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
11124 { .channels = 4,
11125 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
11126 SNDRV_CHMAP_NA, SNDRV_CHMAP_LFE } }, /* LFE only on right */
11127 { }
11128};
11129
11130/* override the 2.1 chmap */
eb9ca3ab 11131static void alc_fixup_bass_chmap(struct hda_codec *codec,
8e383953
TI
11132 const struct hda_fixup *fix, int action)
11133{
11134 if (action == HDA_FIXUP_ACT_BUILD) {
11135 struct alc_spec *spec = codec->spec;
bbbc7e85 11136 spec->gen.pcm_rec[0]->stream[0].chmap = asus_pcm_2_1_chmaps;
8e383953
TI
11137 }
11138}
11139
bf68665d
TI
11140/* avoid D3 for keeping GPIO up */
11141static unsigned int gpio_led_power_filter(struct hda_codec *codec,
11142 hda_nid_t nid,
11143 unsigned int power_state)
11144{
11145 struct alc_spec *spec = codec->spec;
d261eec8 11146 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_data)
bf68665d
TI
11147 return AC_PWRST_D0;
11148 return power_state;
11149}
11150
3e887f37
TI
11151static void alc662_fixup_led_gpio1(struct hda_codec *codec,
11152 const struct hda_fixup *fix, int action)
11153{
11154 struct alc_spec *spec = codec->spec;
3e887f37 11155
01e4a275 11156 alc_fixup_hp_gpio_led(codec, action, 0x01, 0);
3e887f37 11157 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19 11158 spec->mute_led_polarity = 1;
bf68665d 11159 codec->power_filter = gpio_led_power_filter;
3e887f37
TI
11160 }
11161}
11162
c6790c8e
KY
11163static void alc662_usi_automute_hook(struct hda_codec *codec,
11164 struct hda_jack_callback *jack)
11165{
11166 struct alc_spec *spec = codec->spec;
11167 int vref;
11168 msleep(200);
11169 snd_hda_gen_hp_automute(codec, jack);
11170
11171 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
11172 msleep(100);
11173 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
11174 vref);
11175}
11176
11177static void alc662_fixup_usi_headset_mic(struct hda_codec *codec,
11178 const struct hda_fixup *fix, int action)
11179{
11180 struct alc_spec *spec = codec->spec;
11181 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11182 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11183 spec->gen.hp_automute_hook = alc662_usi_automute_hook;
11184 }
11185}
11186
00066e97
SB
11187static void alc662_aspire_ethos_mute_speakers(struct hda_codec *codec,
11188 struct hda_jack_callback *cb)
11189{
11190 /* surround speakers at 0x1b already get muted automatically when
11191 * headphones are plugged in, but we have to mute/unmute the remaining
11192 * channels manually:
11193 * 0x15 - front left/front right
11194 * 0x18 - front center/ LFE
11195 */
11196 if (snd_hda_jack_detect_state(codec, 0x1b) == HDA_JACK_PRESENT) {
11197 snd_hda_set_pin_ctl_cache(codec, 0x15, 0);
11198 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
11199 } else {
11200 snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT);
11201 snd_hda_set_pin_ctl_cache(codec, 0x18, PIN_OUT);
11202 }
11203}
11204
11205static void alc662_fixup_aspire_ethos_hp(struct hda_codec *codec,
11206 const struct hda_fixup *fix, int action)
11207{
11208 /* Pin 0x1b: shared headphones jack and surround speakers */
11209 if (!is_jack_detectable(codec, 0x1b))
11210 return;
11211
11212 switch (action) {
11213 case HDA_FIXUP_ACT_PRE_PROBE:
11214 snd_hda_jack_detect_enable_callback(codec, 0x1b,
11215 alc662_aspire_ethos_mute_speakers);
336820c4
TI
11216 /* subwoofer needs an extra GPIO setting to become audible */
11217 alc_setup_gpio(codec, 0x02);
00066e97
SB
11218 break;
11219 case HDA_FIXUP_ACT_INIT:
11220 /* Make sure to start in a correct state, i.e. if
11221 * headphones have been plugged in before powering up the system
11222 */
11223 alc662_aspire_ethos_mute_speakers(codec, NULL);
11224 break;
11225 }
11226}
11227
5af29028
KY
11228static void alc671_fixup_hp_headset_mic2(struct hda_codec *codec,
11229 const struct hda_fixup *fix, int action)
11230{
11231 struct alc_spec *spec = codec->spec;
11232
11233 static const struct hda_pintbl pincfgs[] = {
11234 { 0x19, 0x02a11040 }, /* use as headset mic, with its own jack detect */
11235 { 0x1b, 0x0181304f },
11236 { }
11237 };
11238
11239 switch (action) {
11240 case HDA_FIXUP_ACT_PRE_PROBE:
11241 spec->gen.mixer_nid = 0;
11242 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11243 snd_hda_apply_pincfgs(codec, pincfgs);
11244 break;
11245 case HDA_FIXUP_ACT_INIT:
11246 alc_write_coef_idx(codec, 0x19, 0xa054);
11247 break;
11248 }
11249}
11250
d7f32791
KY
11251static void alc897_hp_automute_hook(struct hda_codec *codec,
11252 struct hda_jack_callback *jack)
11253{
11254 struct alc_spec *spec = codec->spec;
11255 int vref;
11256
11257 snd_hda_gen_hp_automute(codec, jack);
11258 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP;
11259 snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
11260 vref);
11261}
11262
11263static void alc897_fixup_lenovo_headset_mic(struct hda_codec *codec,
11264 const struct hda_fixup *fix, int action)
11265{
11266 struct alc_spec *spec = codec->spec;
11267 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11268 spec->gen.hp_automute_hook = alc897_hp_automute_hook;
11269 }
11270}
11271
4bf5bf54
EP
11272static void alc897_fixup_lenovo_headset_mode(struct hda_codec *codec,
11273 const struct hda_fixup *fix, int action)
11274{
11275 struct alc_spec *spec = codec->spec;
11276
11277 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11278 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11279 spec->gen.hp_automute_hook = alc897_hp_automute_hook;
11280 }
11281}
11282
6b0f95c4 11283static const struct coef_fw alc668_coefs[] = {
f3f9185f
KY
11284 WRITE_COEF(0x01, 0xbebe), WRITE_COEF(0x02, 0xaaaa), WRITE_COEF(0x03, 0x0),
11285 WRITE_COEF(0x04, 0x0180), WRITE_COEF(0x06, 0x0), WRITE_COEF(0x07, 0x0f80),
11286 WRITE_COEF(0x08, 0x0031), WRITE_COEF(0x0a, 0x0060), WRITE_COEF(0x0b, 0x0),
11287 WRITE_COEF(0x0c, 0x7cf7), WRITE_COEF(0x0d, 0x1080), WRITE_COEF(0x0e, 0x7f7f),
11288 WRITE_COEF(0x0f, 0xcccc), WRITE_COEF(0x10, 0xddcc), WRITE_COEF(0x11, 0x0001),
11289 WRITE_COEF(0x13, 0x0), WRITE_COEF(0x14, 0x2aa0), WRITE_COEF(0x17, 0xa940),
11290 WRITE_COEF(0x19, 0x0), WRITE_COEF(0x1a, 0x0), WRITE_COEF(0x1b, 0x0),
11291 WRITE_COEF(0x1c, 0x0), WRITE_COEF(0x1d, 0x0), WRITE_COEF(0x1e, 0x7418),
11292 WRITE_COEF(0x1f, 0x0804), WRITE_COEF(0x20, 0x4200), WRITE_COEF(0x21, 0x0468),
11293 WRITE_COEF(0x22, 0x8ccc), WRITE_COEF(0x23, 0x0250), WRITE_COEF(0x24, 0x7418),
11294 WRITE_COEF(0x27, 0x0), WRITE_COEF(0x28, 0x8ccc), WRITE_COEF(0x2a, 0xff00),
11295 WRITE_COEF(0x2b, 0x8000), WRITE_COEF(0xa7, 0xff00), WRITE_COEF(0xa8, 0x8000),
11296 WRITE_COEF(0xaa, 0x2e17), WRITE_COEF(0xab, 0xa0c0), WRITE_COEF(0xac, 0x0),
11297 WRITE_COEF(0xad, 0x0), WRITE_COEF(0xae, 0x2ac6), WRITE_COEF(0xaf, 0xa480),
11298 WRITE_COEF(0xb0, 0x0), WRITE_COEF(0xb1, 0x0), WRITE_COEF(0xb2, 0x0),
11299 WRITE_COEF(0xb3, 0x0), WRITE_COEF(0xb4, 0x0), WRITE_COEF(0xb5, 0x1040),
11300 WRITE_COEF(0xb6, 0xd697), WRITE_COEF(0xb7, 0x902b), WRITE_COEF(0xb8, 0xd697),
11301 WRITE_COEF(0xb9, 0x902b), WRITE_COEF(0xba, 0xb8ba), WRITE_COEF(0xbb, 0xaaab),
11302 WRITE_COEF(0xbc, 0xaaaf), WRITE_COEF(0xbd, 0x6aaa), WRITE_COEF(0xbe, 0x1c02),
11303 WRITE_COEF(0xc0, 0x00ff), WRITE_COEF(0xc1, 0x0fa6),
11304 {}
11305};
11306
11307static void alc668_restore_default_value(struct hda_codec *codec)
11308{
11309 alc_process_coef_fw(codec, alc668_coefs);
11310}
11311
6cb3b707 11312enum {
2df03514 11313 ALC662_FIXUP_ASPIRE,
3e887f37 11314 ALC662_FIXUP_LED_GPIO1,
6cb3b707 11315 ALC662_FIXUP_IDEAPAD,
6be7948f 11316 ALC272_FIXUP_MARIO,
f1ec5be1 11317 ALC662_FIXUP_CZC_ET26,
d2ebd479 11318 ALC662_FIXUP_CZC_P10T,
94024cd1 11319 ALC662_FIXUP_SKU_IGNORE,
e59ea3ed 11320 ALC662_FIXUP_HP_RP5800,
53c334ad
TI
11321 ALC662_FIXUP_ASUS_MODE1,
11322 ALC662_FIXUP_ASUS_MODE2,
11323 ALC662_FIXUP_ASUS_MODE3,
11324 ALC662_FIXUP_ASUS_MODE4,
11325 ALC662_FIXUP_ASUS_MODE5,
11326 ALC662_FIXUP_ASUS_MODE6,
11327 ALC662_FIXUP_ASUS_MODE7,
11328 ALC662_FIXUP_ASUS_MODE8,
1565cc35 11329 ALC662_FIXUP_NO_JACK_DETECT,
edfe3bfc 11330 ALC662_FIXUP_ZOTAC_Z68,
125821ae 11331 ALC662_FIXUP_INV_DMIC,
1f8b46cd 11332 ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
73bdd597 11333 ALC668_FIXUP_DELL_MIC_NO_PRESENCE,
1f8b46cd 11334 ALC662_FIXUP_HEADSET_MODE,
73bdd597 11335 ALC668_FIXUP_HEADSET_MODE,
8e54b4ac 11336 ALC662_FIXUP_BASS_MODE4_CHMAP,
61a75f13 11337 ALC662_FIXUP_BASS_16,
a30c9aaa 11338 ALC662_FIXUP_BASS_1A,
8e54b4ac 11339 ALC662_FIXUP_BASS_CHMAP,
493a52a9 11340 ALC668_FIXUP_AUTO_MUTE,
5e6db669 11341 ALC668_FIXUP_DELL_DISABLE_AAMIX,
033b0a7c 11342 ALC668_FIXUP_DELL_XPS13,
9d4dc584 11343 ALC662_FIXUP_ASUS_Nx50,
fc7438b1 11344 ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE,
3231e205 11345 ALC668_FIXUP_ASUS_Nx51,
5b7c5e1f 11346 ALC668_FIXUP_MIC_COEF,
11ba6111 11347 ALC668_FIXUP_ASUS_G751,
78f4f7c2
KY
11348 ALC891_FIXUP_HEADSET_MODE,
11349 ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
9b51fe3e 11350 ALC662_FIXUP_ACER_VERITON,
1a3f0991 11351 ALC892_FIXUP_ASROCK_MOBO,
c6790c8e
KY
11352 ALC662_FIXUP_USI_FUNC,
11353 ALC662_FIXUP_USI_HEADSET_MODE,
ca169cc2 11354 ALC662_FIXUP_LENOVO_MULTI_CODECS,
00066e97 11355 ALC669_FIXUP_ACER_ASPIRE_ETHOS,
00066e97 11356 ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET,
5af29028 11357 ALC671_FIXUP_HP_HEADSET_MIC2,
d858c706 11358 ALC662_FIXUP_ACER_X2660G_HEADSET_MODE,
a124458a 11359 ALC662_FIXUP_ACER_NITRO_HEADSET_MODE,
a3fd1a98
HW
11360 ALC668_FIXUP_ASUS_NO_HEADSET_MIC,
11361 ALC668_FIXUP_HEADSET_MIC,
11362 ALC668_FIXUP_MIC_DET_COEF,
d7f32791
KY
11363 ALC897_FIXUP_LENOVO_HEADSET_MIC,
11364 ALC897_FIXUP_HEADSET_MIC_PIN,
fe6900bd 11365 ALC897_FIXUP_HP_HSMIC_VERB,
4bf5bf54
EP
11366 ALC897_FIXUP_LENOVO_HEADSET_MODE,
11367 ALC897_FIXUP_HEADSET_MIC_PIN2,
73f1c75d 11368 ALC897_FIXUP_UNIS_H3C_X500S,
6cb3b707
DH
11369};
11370
1727a771 11371static const struct hda_fixup alc662_fixups[] = {
2df03514 11372 [ALC662_FIXUP_ASPIRE] = {
1727a771
TI
11373 .type = HDA_FIXUP_PINS,
11374 .v.pins = (const struct hda_pintbl[]) {
2df03514
DC
11375 { 0x15, 0x99130112 }, /* subwoofer */
11376 { }
11377 }
11378 },
3e887f37
TI
11379 [ALC662_FIXUP_LED_GPIO1] = {
11380 .type = HDA_FIXUP_FUNC,
11381 .v.func = alc662_fixup_led_gpio1,
11382 },
6cb3b707 11383 [ALC662_FIXUP_IDEAPAD] = {
1727a771
TI
11384 .type = HDA_FIXUP_PINS,
11385 .v.pins = (const struct hda_pintbl[]) {
6cb3b707
DH
11386 { 0x17, 0x99130112 }, /* subwoofer */
11387 { }
3e887f37
TI
11388 },
11389 .chained = true,
11390 .chain_id = ALC662_FIXUP_LED_GPIO1,
6cb3b707 11391 },
6be7948f 11392 [ALC272_FIXUP_MARIO] = {
1727a771 11393 .type = HDA_FIXUP_FUNC,
b5bfbc67 11394 .v.func = alc272_fixup_mario,
d2ebd479 11395 },
f1ec5be1
HC
11396 [ALC662_FIXUP_CZC_ET26] = {
11397 .type = HDA_FIXUP_PINS,
11398 .v.pins = (const struct hda_pintbl[]) {
11399 {0x12, 0x403cc000},
11400 {0x14, 0x90170110}, /* speaker */
11401 {0x15, 0x411111f0},
11402 {0x16, 0x411111f0},
11403 {0x18, 0x01a19030}, /* mic */
11404 {0x19, 0x90a7013f}, /* int-mic */
11405 {0x1a, 0x01014020},
11406 {0x1b, 0x0121401f},
11407 {0x1c, 0x411111f0},
11408 {0x1d, 0x411111f0},
11409 {0x1e, 0x40478e35},
11410 {}
11411 },
11412 .chained = true,
11413 .chain_id = ALC662_FIXUP_SKU_IGNORE
11414 },
d2ebd479 11415 [ALC662_FIXUP_CZC_P10T] = {
1727a771 11416 .type = HDA_FIXUP_VERBS,
d2ebd479
AA
11417 .v.verbs = (const struct hda_verb[]) {
11418 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
11419 {}
11420 }
11421 },
94024cd1 11422 [ALC662_FIXUP_SKU_IGNORE] = {
1727a771 11423 .type = HDA_FIXUP_FUNC,
23d30f28 11424 .v.func = alc_fixup_sku_ignore,
c6b35874 11425 },
e59ea3ed 11426 [ALC662_FIXUP_HP_RP5800] = {
1727a771
TI
11427 .type = HDA_FIXUP_PINS,
11428 .v.pins = (const struct hda_pintbl[]) {
e59ea3ed
TI
11429 { 0x14, 0x0221201f }, /* HP out */
11430 { }
11431 },
11432 .chained = true,
11433 .chain_id = ALC662_FIXUP_SKU_IGNORE
11434 },
53c334ad 11435 [ALC662_FIXUP_ASUS_MODE1] = {
1727a771
TI
11436 .type = HDA_FIXUP_PINS,
11437 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11438 { 0x14, 0x99130110 }, /* speaker */
11439 { 0x18, 0x01a19c20 }, /* mic */
11440 { 0x19, 0x99a3092f }, /* int-mic */
11441 { 0x21, 0x0121401f }, /* HP out */
11442 { }
11443 },
11444 .chained = true,
11445 .chain_id = ALC662_FIXUP_SKU_IGNORE
11446 },
11447 [ALC662_FIXUP_ASUS_MODE2] = {
1727a771
TI
11448 .type = HDA_FIXUP_PINS,
11449 .v.pins = (const struct hda_pintbl[]) {
2996bdba
TI
11450 { 0x14, 0x99130110 }, /* speaker */
11451 { 0x18, 0x01a19820 }, /* mic */
11452 { 0x19, 0x99a3092f }, /* int-mic */
11453 { 0x1b, 0x0121401f }, /* HP out */
11454 { }
11455 },
53c334ad
TI
11456 .chained = true,
11457 .chain_id = ALC662_FIXUP_SKU_IGNORE
11458 },
11459 [ALC662_FIXUP_ASUS_MODE3] = {
1727a771
TI
11460 .type = HDA_FIXUP_PINS,
11461 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11462 { 0x14, 0x99130110 }, /* speaker */
11463 { 0x15, 0x0121441f }, /* HP */
11464 { 0x18, 0x01a19840 }, /* mic */
11465 { 0x19, 0x99a3094f }, /* int-mic */
11466 { 0x21, 0x01211420 }, /* HP2 */
11467 { }
11468 },
11469 .chained = true,
11470 .chain_id = ALC662_FIXUP_SKU_IGNORE
11471 },
11472 [ALC662_FIXUP_ASUS_MODE4] = {
1727a771
TI
11473 .type = HDA_FIXUP_PINS,
11474 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11475 { 0x14, 0x99130110 }, /* speaker */
11476 { 0x16, 0x99130111 }, /* speaker */
11477 { 0x18, 0x01a19840 }, /* mic */
11478 { 0x19, 0x99a3094f }, /* int-mic */
11479 { 0x21, 0x0121441f }, /* HP */
11480 { }
11481 },
11482 .chained = true,
11483 .chain_id = ALC662_FIXUP_SKU_IGNORE
11484 },
11485 [ALC662_FIXUP_ASUS_MODE5] = {
1727a771
TI
11486 .type = HDA_FIXUP_PINS,
11487 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11488 { 0x14, 0x99130110 }, /* speaker */
11489 { 0x15, 0x0121441f }, /* HP */
11490 { 0x16, 0x99130111 }, /* speaker */
11491 { 0x18, 0x01a19840 }, /* mic */
11492 { 0x19, 0x99a3094f }, /* int-mic */
11493 { }
11494 },
11495 .chained = true,
11496 .chain_id = ALC662_FIXUP_SKU_IGNORE
11497 },
11498 [ALC662_FIXUP_ASUS_MODE6] = {
1727a771
TI
11499 .type = HDA_FIXUP_PINS,
11500 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11501 { 0x14, 0x99130110 }, /* speaker */
11502 { 0x15, 0x01211420 }, /* HP2 */
11503 { 0x18, 0x01a19840 }, /* mic */
11504 { 0x19, 0x99a3094f }, /* int-mic */
11505 { 0x1b, 0x0121441f }, /* HP */
11506 { }
11507 },
11508 .chained = true,
11509 .chain_id = ALC662_FIXUP_SKU_IGNORE
11510 },
11511 [ALC662_FIXUP_ASUS_MODE7] = {
1727a771
TI
11512 .type = HDA_FIXUP_PINS,
11513 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11514 { 0x14, 0x99130110 }, /* speaker */
11515 { 0x17, 0x99130111 }, /* speaker */
11516 { 0x18, 0x01a19840 }, /* mic */
11517 { 0x19, 0x99a3094f }, /* int-mic */
11518 { 0x1b, 0x01214020 }, /* HP */
11519 { 0x21, 0x0121401f }, /* HP */
11520 { }
11521 },
11522 .chained = true,
11523 .chain_id = ALC662_FIXUP_SKU_IGNORE
11524 },
11525 [ALC662_FIXUP_ASUS_MODE8] = {
1727a771
TI
11526 .type = HDA_FIXUP_PINS,
11527 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11528 { 0x14, 0x99130110 }, /* speaker */
11529 { 0x12, 0x99a30970 }, /* int-mic */
11530 { 0x15, 0x01214020 }, /* HP */
11531 { 0x17, 0x99130111 }, /* speaker */
11532 { 0x18, 0x01a19840 }, /* mic */
11533 { 0x21, 0x0121401f }, /* HP */
11534 { }
11535 },
11536 .chained = true,
11537 .chain_id = ALC662_FIXUP_SKU_IGNORE
2996bdba 11538 },
1565cc35 11539 [ALC662_FIXUP_NO_JACK_DETECT] = {
1727a771 11540 .type = HDA_FIXUP_FUNC,
1565cc35
TI
11541 .v.func = alc_fixup_no_jack_detect,
11542 },
edfe3bfc 11543 [ALC662_FIXUP_ZOTAC_Z68] = {
1727a771
TI
11544 .type = HDA_FIXUP_PINS,
11545 .v.pins = (const struct hda_pintbl[]) {
edfe3bfc
DH
11546 { 0x1b, 0x02214020 }, /* Front HP */
11547 { }
11548 }
11549 },
125821ae 11550 [ALC662_FIXUP_INV_DMIC] = {
1727a771 11551 .type = HDA_FIXUP_FUNC,
9d36a7dc 11552 .v.func = alc_fixup_inv_dmic,
125821ae 11553 },
033b0a7c
GM
11554 [ALC668_FIXUP_DELL_XPS13] = {
11555 .type = HDA_FIXUP_FUNC,
11556 .v.func = alc_fixup_dell_xps13,
11557 .chained = true,
11558 .chain_id = ALC668_FIXUP_DELL_DISABLE_AAMIX
11559 },
5e6db669
GM
11560 [ALC668_FIXUP_DELL_DISABLE_AAMIX] = {
11561 .type = HDA_FIXUP_FUNC,
11562 .v.func = alc_fixup_disable_aamix,
11563 .chained = true,
11564 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
11565 },
493a52a9
HW
11566 [ALC668_FIXUP_AUTO_MUTE] = {
11567 .type = HDA_FIXUP_FUNC,
11568 .v.func = alc_fixup_auto_mute_via_amp,
11569 .chained = true,
11570 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
11571 },
1f8b46cd
DH
11572 [ALC662_FIXUP_DELL_MIC_NO_PRESENCE] = {
11573 .type = HDA_FIXUP_PINS,
11574 .v.pins = (const struct hda_pintbl[]) {
11575 { 0x19, 0x03a1113c }, /* use as headset mic, without its own jack detect */
11576 /* headphone mic by setting pin control of 0x1b (headphone out) to in + vref_50 */
11577 { }
11578 },
11579 .chained = true,
11580 .chain_id = ALC662_FIXUP_HEADSET_MODE
11581 },
11582 [ALC662_FIXUP_HEADSET_MODE] = {
11583 .type = HDA_FIXUP_FUNC,
11584 .v.func = alc_fixup_headset_mode_alc662,
11585 },
73bdd597
DH
11586 [ALC668_FIXUP_DELL_MIC_NO_PRESENCE] = {
11587 .type = HDA_FIXUP_PINS,
11588 .v.pins = (const struct hda_pintbl[]) {
11589 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
11590 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
11591 { }
11592 },
11593 .chained = true,
11594 .chain_id = ALC668_FIXUP_HEADSET_MODE
11595 },
11596 [ALC668_FIXUP_HEADSET_MODE] = {
11597 .type = HDA_FIXUP_FUNC,
11598 .v.func = alc_fixup_headset_mode_alc668,
11599 },
8e54b4ac 11600 [ALC662_FIXUP_BASS_MODE4_CHMAP] = {
8e383953 11601 .type = HDA_FIXUP_FUNC,
eb9ca3ab 11602 .v.func = alc_fixup_bass_chmap,
8e383953
TI
11603 .chained = true,
11604 .chain_id = ALC662_FIXUP_ASUS_MODE4
11605 },
61a75f13
DH
11606 [ALC662_FIXUP_BASS_16] = {
11607 .type = HDA_FIXUP_PINS,
11608 .v.pins = (const struct hda_pintbl[]) {
11609 {0x16, 0x80106111}, /* bass speaker */
11610 {}
11611 },
11612 .chained = true,
11613 .chain_id = ALC662_FIXUP_BASS_CHMAP,
11614 },
a30c9aaa
TI
11615 [ALC662_FIXUP_BASS_1A] = {
11616 .type = HDA_FIXUP_PINS,
11617 .v.pins = (const struct hda_pintbl[]) {
11618 {0x1a, 0x80106111}, /* bass speaker */
11619 {}
11620 },
8e54b4ac
DH
11621 .chained = true,
11622 .chain_id = ALC662_FIXUP_BASS_CHMAP,
a30c9aaa 11623 },
8e54b4ac 11624 [ALC662_FIXUP_BASS_CHMAP] = {
a30c9aaa 11625 .type = HDA_FIXUP_FUNC,
eb9ca3ab 11626 .v.func = alc_fixup_bass_chmap,
a30c9aaa 11627 },
9d4dc584
BM
11628 [ALC662_FIXUP_ASUS_Nx50] = {
11629 .type = HDA_FIXUP_FUNC,
11630 .v.func = alc_fixup_auto_mute_via_amp,
11631 .chained = true,
11632 .chain_id = ALC662_FIXUP_BASS_1A
11633 },
fc7438b1
MP
11634 [ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE] = {
11635 .type = HDA_FIXUP_FUNC,
11636 .v.func = alc_fixup_headset_mode_alc668,
11637 .chain_id = ALC662_FIXUP_BASS_CHMAP
11638 },
3231e205
YP
11639 [ALC668_FIXUP_ASUS_Nx51] = {
11640 .type = HDA_FIXUP_PINS,
11641 .v.pins = (const struct hda_pintbl[]) {
fc7438b1
MP
11642 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
11643 { 0x1a, 0x90170151 }, /* bass speaker */
11644 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
3231e205
YP
11645 {}
11646 },
11647 .chained = true,
fc7438b1 11648 .chain_id = ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE,
3231e205 11649 },
5b7c5e1f 11650 [ALC668_FIXUP_MIC_COEF] = {
11ba6111
TI
11651 .type = HDA_FIXUP_VERBS,
11652 .v.verbs = (const struct hda_verb[]) {
11653 { 0x20, AC_VERB_SET_COEF_INDEX, 0xc3 },
11654 { 0x20, AC_VERB_SET_PROC_COEF, 0x4000 },
11655 {}
11656 },
11657 },
5b7c5e1f
TI
11658 [ALC668_FIXUP_ASUS_G751] = {
11659 .type = HDA_FIXUP_PINS,
11660 .v.pins = (const struct hda_pintbl[]) {
11661 { 0x16, 0x0421101f }, /* HP */
11662 {}
11663 },
11664 .chained = true,
11665 .chain_id = ALC668_FIXUP_MIC_COEF
11666 },
78f4f7c2
KY
11667 [ALC891_FIXUP_HEADSET_MODE] = {
11668 .type = HDA_FIXUP_FUNC,
11669 .v.func = alc_fixup_headset_mode,
11670 },
11671 [ALC891_FIXUP_DELL_MIC_NO_PRESENCE] = {
11672 .type = HDA_FIXUP_PINS,
11673 .v.pins = (const struct hda_pintbl[]) {
11674 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
11675 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
11676 { }
11677 },
11678 .chained = true,
11679 .chain_id = ALC891_FIXUP_HEADSET_MODE
11680 },
9b51fe3e
SB
11681 [ALC662_FIXUP_ACER_VERITON] = {
11682 .type = HDA_FIXUP_PINS,
11683 .v.pins = (const struct hda_pintbl[]) {
11684 { 0x15, 0x50170120 }, /* no internal speaker */
11685 { }
11686 }
11687 },
1a3f0991
TI
11688 [ALC892_FIXUP_ASROCK_MOBO] = {
11689 .type = HDA_FIXUP_PINS,
11690 .v.pins = (const struct hda_pintbl[]) {
11691 { 0x15, 0x40f000f0 }, /* disabled */
11692 { 0x16, 0x40f000f0 }, /* disabled */
1a3f0991
TI
11693 { }
11694 }
11695 },
c6790c8e
KY
11696 [ALC662_FIXUP_USI_FUNC] = {
11697 .type = HDA_FIXUP_FUNC,
11698 .v.func = alc662_fixup_usi_headset_mic,
11699 },
11700 [ALC662_FIXUP_USI_HEADSET_MODE] = {
11701 .type = HDA_FIXUP_PINS,
11702 .v.pins = (const struct hda_pintbl[]) {
11703 { 0x19, 0x02a1913c }, /* use as headset mic, without its own jack detect */
11704 { 0x18, 0x01a1903d },
11705 { }
11706 },
11707 .chained = true,
11708 .chain_id = ALC662_FIXUP_USI_FUNC
11709 },
ca169cc2
KY
11710 [ALC662_FIXUP_LENOVO_MULTI_CODECS] = {
11711 .type = HDA_FIXUP_FUNC,
11712 .v.func = alc233_alc662_fixup_lenovo_dual_codecs,
11713 },
00066e97
SB
11714 [ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET] = {
11715 .type = HDA_FIXUP_FUNC,
11716 .v.func = alc662_fixup_aspire_ethos_hp,
11717 },
00066e97
SB
11718 [ALC669_FIXUP_ACER_ASPIRE_ETHOS] = {
11719 .type = HDA_FIXUP_PINS,
11720 .v.pins = (const struct hda_pintbl[]) {
11721 { 0x15, 0x92130110 }, /* front speakers */
11722 { 0x18, 0x99130111 }, /* center/subwoofer */
11723 { 0x1b, 0x11130012 }, /* surround plus jack for HP */
11724 { }
11725 },
11726 .chained = true,
336820c4 11727 .chain_id = ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET
00066e97 11728 },
5af29028
KY
11729 [ALC671_FIXUP_HP_HEADSET_MIC2] = {
11730 .type = HDA_FIXUP_FUNC,
11731 .v.func = alc671_fixup_hp_headset_mic2,
11732 },
d858c706
JHP
11733 [ALC662_FIXUP_ACER_X2660G_HEADSET_MODE] = {
11734 .type = HDA_FIXUP_PINS,
11735 .v.pins = (const struct hda_pintbl[]) {
11736 { 0x1a, 0x02a1113c }, /* use as headset mic, without its own jack detect */
11737 { }
11738 },
11739 .chained = true,
11740 .chain_id = ALC662_FIXUP_USI_FUNC
11741 },
a124458a
JHP
11742 [ALC662_FIXUP_ACER_NITRO_HEADSET_MODE] = {
11743 .type = HDA_FIXUP_PINS,
11744 .v.pins = (const struct hda_pintbl[]) {
11745 { 0x1a, 0x01a11140 }, /* use as headset mic, without its own jack detect */
11746 { 0x1b, 0x0221144f },
11747 { }
11748 },
11749 .chained = true,
11750 .chain_id = ALC662_FIXUP_USI_FUNC
11751 },
a3fd1a98
HW
11752 [ALC668_FIXUP_ASUS_NO_HEADSET_MIC] = {
11753 .type = HDA_FIXUP_PINS,
11754 .v.pins = (const struct hda_pintbl[]) {
11755 { 0x1b, 0x04a1112c },
11756 { }
11757 },
11758 .chained = true,
11759 .chain_id = ALC668_FIXUP_HEADSET_MIC
11760 },
11761 [ALC668_FIXUP_HEADSET_MIC] = {
11762 .type = HDA_FIXUP_FUNC,
11763 .v.func = alc269_fixup_headset_mic,
11764 .chained = true,
11765 .chain_id = ALC668_FIXUP_MIC_DET_COEF
11766 },
11767 [ALC668_FIXUP_MIC_DET_COEF] = {
11768 .type = HDA_FIXUP_VERBS,
11769 .v.verbs = (const struct hda_verb[]) {
11770 { 0x20, AC_VERB_SET_COEF_INDEX, 0x15 },
11771 { 0x20, AC_VERB_SET_PROC_COEF, 0x0d60 },
11772 {}
11773 },
11774 },
d7f32791
KY
11775 [ALC897_FIXUP_LENOVO_HEADSET_MIC] = {
11776 .type = HDA_FIXUP_FUNC,
11777 .v.func = alc897_fixup_lenovo_headset_mic,
11778 },
11779 [ALC897_FIXUP_HEADSET_MIC_PIN] = {
11780 .type = HDA_FIXUP_PINS,
11781 .v.pins = (const struct hda_pintbl[]) {
11782 { 0x1a, 0x03a11050 },
11783 { }
11784 },
11785 .chained = true,
11786 .chain_id = ALC897_FIXUP_LENOVO_HEADSET_MIC
11787 },
fe6900bd
KY
11788 [ALC897_FIXUP_HP_HSMIC_VERB] = {
11789 .type = HDA_FIXUP_PINS,
11790 .v.pins = (const struct hda_pintbl[]) {
11791 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
11792 { }
11793 },
11794 },
4bf5bf54
EP
11795 [ALC897_FIXUP_LENOVO_HEADSET_MODE] = {
11796 .type = HDA_FIXUP_FUNC,
11797 .v.func = alc897_fixup_lenovo_headset_mode,
11798 },
11799 [ALC897_FIXUP_HEADSET_MIC_PIN2] = {
11800 .type = HDA_FIXUP_PINS,
11801 .v.pins = (const struct hda_pintbl[]) {
11802 { 0x1a, 0x01a11140 }, /* use as headset mic, without its own jack detect */
11803 { }
11804 },
11805 .chained = true,
11806 .chain_id = ALC897_FIXUP_LENOVO_HEADSET_MODE
11807 },
73f1c75d 11808 [ALC897_FIXUP_UNIS_H3C_X500S] = {
11809 .type = HDA_FIXUP_VERBS,
11810 .v.verbs = (const struct hda_verb[]) {
11811 { 0x14, AC_VERB_SET_EAPD_BTLENABLE, 0 },
11812 {}
11813 },
11814 },
6cb3b707
DH
11815};
11816
a9111321 11817static const struct snd_pci_quirk alc662_fixup_tbl[] = {
53c334ad 11818 SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_FIXUP_ASUS_MODE2),
d3d3835c 11819 SND_PCI_QUIRK(0x1025, 0x022f, "Acer Aspire One", ALC662_FIXUP_INV_DMIC),
02f6ff90 11820 SND_PCI_QUIRK(0x1025, 0x0241, "Packard Bell DOTS", ALC662_FIXUP_INV_DMIC),
a6c47a85 11821 SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE),
94024cd1 11822 SND_PCI_QUIRK(0x1025, 0x031c, "Gateway NV79", ALC662_FIXUP_SKU_IGNORE),
125821ae 11823 SND_PCI_QUIRK(0x1025, 0x0349, "eMachines eM250", ALC662_FIXUP_INV_DMIC),
1801928e 11824 SND_PCI_QUIRK(0x1025, 0x034a, "Gateway LT27", ALC662_FIXUP_INV_DMIC),
2df03514 11825 SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
9edeb110 11826 SND_PCI_QUIRK(0x1025, 0x0566, "Acer Aspire Ethos 8951G", ALC669_FIXUP_ACER_ASPIRE_ETHOS),
a124458a 11827 SND_PCI_QUIRK(0x1025, 0x123c, "Acer Nitro N50-600", ALC662_FIXUP_ACER_NITRO_HEADSET_MODE),
d858c706 11828 SND_PCI_QUIRK(0x1025, 0x124e, "Acer 2660G", ALC662_FIXUP_ACER_X2660G_HEADSET_MODE),
73bdd597
DH
11829 SND_PCI_QUIRK(0x1028, 0x05d8, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
11830 SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
c5d019c3 11831 SND_PCI_QUIRK(0x1028, 0x05fe, "Dell XPS 15", ALC668_FIXUP_DELL_XPS13),
033b0a7c 11832 SND_PCI_QUIRK(0x1028, 0x060a, "Dell XPS 13", ALC668_FIXUP_DELL_XPS13),
467e1436 11833 SND_PCI_QUIRK(0x1028, 0x060d, "Dell M3800", ALC668_FIXUP_DELL_XPS13),
09d2014f 11834 SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
ad8ff99e 11835 SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
8dc9abb9
KY
11836 SND_PCI_QUIRK(0x1028, 0x0696, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
11837 SND_PCI_QUIRK(0x1028, 0x0698, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
6a98e34b 11838 SND_PCI_QUIRK(0x1028, 0x069f, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
e59ea3ed 11839 SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800),
ea24b995 11840 SND_PCI_QUIRK(0x103c, 0x870c, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
fe6900bd 11841 SND_PCI_QUIRK(0x103c, 0x8719, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
90670ef7 11842 SND_PCI_QUIRK(0x103c, 0x872b, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
148ebf54 11843 SND_PCI_QUIRK(0x103c, 0x873e, "HP", ALC671_FIXUP_HP_HEADSET_MIC2),
527c356b 11844 SND_PCI_QUIRK(0x103c, 0x8768, "HP Slim Desktop S01", ALC671_FIXUP_HP_HEADSET_MIC2),
dbe75d31 11845 SND_PCI_QUIRK(0x103c, 0x877e, "HP 288 Pro G6", ALC671_FIXUP_HP_HEADSET_MIC2),
882bd07f 11846 SND_PCI_QUIRK(0x103c, 0x885f, "HP 288 Pro G8", ALC671_FIXUP_HP_HEADSET_MIC2),
2da2dc9e 11847 SND_PCI_QUIRK(0x1043, 0x1080, "Asus UX501VW", ALC668_FIXUP_HEADSET_MODE),
83a9efb5 11848 SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_ASUS_Nx50),
9d4dc584 11849 SND_PCI_QUIRK(0x1043, 0x129d, "Asus N750", ALC662_FIXUP_ASUS_Nx50),
11ba6111 11850 SND_PCI_QUIRK(0x1043, 0x12ff, "ASUS G751", ALC668_FIXUP_ASUS_G751),
9edeb110 11851 SND_PCI_QUIRK(0x1043, 0x13df, "Asus N550JX", ALC662_FIXUP_BASS_1A),
8e54b4ac 11852 SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
61a75f13 11853 SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),
3231e205
YP
11854 SND_PCI_QUIRK(0x1043, 0x177d, "ASUS N551", ALC668_FIXUP_ASUS_Nx51),
11855 SND_PCI_QUIRK(0x1043, 0x17bd, "ASUS N751", ALC668_FIXUP_ASUS_Nx51),
a3fd1a98 11856 SND_PCI_QUIRK(0x1043, 0x185d, "ASUS G551JW", ALC668_FIXUP_ASUS_NO_HEADSET_MIC),
c7efff92 11857 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71SL", ALC662_FIXUP_ASUS_MODE8),
61a75f13 11858 SND_PCI_QUIRK(0x1043, 0x1b73, "ASUS N55SF", ALC662_FIXUP_BASS_16),
8e54b4ac 11859 SND_PCI_QUIRK(0x1043, 0x1bf3, "ASUS N76VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
1565cc35 11860 SND_PCI_QUIRK(0x1043, 0x8469, "ASUS mobo", ALC662_FIXUP_NO_JACK_DETECT),
53c334ad 11861 SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_FIXUP_ASUS_MODE2),
a0e90acc 11862 SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD),
c6790c8e 11863 SND_PCI_QUIRK(0x14cd, 0x5003, "USI", ALC662_FIXUP_USI_HEADSET_MODE),
ca169cc2 11864 SND_PCI_QUIRK(0x17aa, 0x1036, "Lenovo P520", ALC662_FIXUP_LENOVO_MULTI_CODECS),
5a873857 11865 SND_PCI_QUIRK(0x17aa, 0x1057, "Lenovo P360", ALC897_FIXUP_HEADSET_MIC_PIN),
7ca4c8d4 11866 SND_PCI_QUIRK(0x17aa, 0x1064, "Lenovo P3 Tower", ALC897_FIXUP_HEADSET_MIC_PIN),
d7f32791
KY
11867 SND_PCI_QUIRK(0x17aa, 0x32ca, "Lenovo ThinkCentre M80", ALC897_FIXUP_HEADSET_MIC_PIN),
11868 SND_PCI_QUIRK(0x17aa, 0x32cb, "Lenovo ThinkCentre M70", ALC897_FIXUP_HEADSET_MIC_PIN),
11869 SND_PCI_QUIRK(0x17aa, 0x32cf, "Lenovo ThinkCentre M950", ALC897_FIXUP_HEADSET_MIC_PIN),
11870 SND_PCI_QUIRK(0x17aa, 0x32f7, "Lenovo ThinkCentre M90", ALC897_FIXUP_HEADSET_MIC_PIN),
4ca110ca
BL
11871 SND_PCI_QUIRK(0x17aa, 0x3321, "Lenovo ThinkCentre M70 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
11872 SND_PCI_QUIRK(0x17aa, 0x331b, "Lenovo ThinkCentre M90 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
4bf5bf54 11873 SND_PCI_QUIRK(0x17aa, 0x3742, "Lenovo TianYi510Pro-14IOB", ALC897_FIXUP_HEADSET_MIC_PIN2),
d4118588 11874 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
6cb3b707 11875 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
1a3f0991 11876 SND_PCI_QUIRK(0x1849, 0x5892, "ASRock B150M", ALC892_FIXUP_ASROCK_MOBO),
edfe3bfc 11877 SND_PCI_QUIRK(0x19da, 0xa130, "Zotac Z68", ALC662_FIXUP_ZOTAC_Z68),
9b51fe3e 11878 SND_PCI_QUIRK(0x1b0a, 0x01b8, "ACER Veriton", ALC662_FIXUP_ACER_VERITON),
f1ec5be1 11879 SND_PCI_QUIRK(0x1b35, 0x1234, "CZC ET26", ALC662_FIXUP_CZC_ET26),
d2ebd479 11880 SND_PCI_QUIRK(0x1b35, 0x2206, "CZC P10T", ALC662_FIXUP_CZC_P10T),
a2a87148 11881 SND_PCI_QUIRK(0x1c6c, 0x1239, "Compaq N14JP6-V2", ALC897_FIXUP_HP_HSMIC_VERB),
53c334ad
TI
11882
11883#if 0
11884 /* Below is a quirk table taken from the old code.
11885 * Basically the device should work as is without the fixup table.
11886 * If BIOS doesn't give a proper info, enable the corresponding
11887 * fixup entry.
7d7eb9ea 11888 */
53c334ad
TI
11889 SND_PCI_QUIRK(0x1043, 0x1000, "ASUS N50Vm", ALC662_FIXUP_ASUS_MODE1),
11890 SND_PCI_QUIRK(0x1043, 0x1092, "ASUS NB", ALC662_FIXUP_ASUS_MODE3),
11891 SND_PCI_QUIRK(0x1043, 0x1173, "ASUS K73Jn", ALC662_FIXUP_ASUS_MODE1),
11892 SND_PCI_QUIRK(0x1043, 0x11c3, "ASUS M70V", ALC662_FIXUP_ASUS_MODE3),
11893 SND_PCI_QUIRK(0x1043, 0x11d3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
11894 SND_PCI_QUIRK(0x1043, 0x11f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11895 SND_PCI_QUIRK(0x1043, 0x1203, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
11896 SND_PCI_QUIRK(0x1043, 0x1303, "ASUS G60J", ALC662_FIXUP_ASUS_MODE1),
11897 SND_PCI_QUIRK(0x1043, 0x1333, "ASUS G60Jx", ALC662_FIXUP_ASUS_MODE1),
11898 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11899 SND_PCI_QUIRK(0x1043, 0x13e3, "ASUS N71JA", ALC662_FIXUP_ASUS_MODE7),
11900 SND_PCI_QUIRK(0x1043, 0x1463, "ASUS N71", ALC662_FIXUP_ASUS_MODE7),
11901 SND_PCI_QUIRK(0x1043, 0x14d3, "ASUS G72", ALC662_FIXUP_ASUS_MODE8),
11902 SND_PCI_QUIRK(0x1043, 0x1563, "ASUS N90", ALC662_FIXUP_ASUS_MODE3),
11903 SND_PCI_QUIRK(0x1043, 0x15d3, "ASUS N50SF F50SF", ALC662_FIXUP_ASUS_MODE1),
11904 SND_PCI_QUIRK(0x1043, 0x16c3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11905 SND_PCI_QUIRK(0x1043, 0x16f3, "ASUS K40C K50C", ALC662_FIXUP_ASUS_MODE2),
11906 SND_PCI_QUIRK(0x1043, 0x1733, "ASUS N81De", ALC662_FIXUP_ASUS_MODE1),
11907 SND_PCI_QUIRK(0x1043, 0x1753, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11908 SND_PCI_QUIRK(0x1043, 0x1763, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
11909 SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
11910 SND_PCI_QUIRK(0x1043, 0x1783, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11911 SND_PCI_QUIRK(0x1043, 0x1793, "ASUS F50GX", ALC662_FIXUP_ASUS_MODE1),
11912 SND_PCI_QUIRK(0x1043, 0x17b3, "ASUS F70SL", ALC662_FIXUP_ASUS_MODE3),
11913 SND_PCI_QUIRK(0x1043, 0x17f3, "ASUS X58LE", ALC662_FIXUP_ASUS_MODE2),
11914 SND_PCI_QUIRK(0x1043, 0x1813, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11915 SND_PCI_QUIRK(0x1043, 0x1823, "ASUS NB", ALC662_FIXUP_ASUS_MODE5),
11916 SND_PCI_QUIRK(0x1043, 0x1833, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
11917 SND_PCI_QUIRK(0x1043, 0x1843, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11918 SND_PCI_QUIRK(0x1043, 0x1853, "ASUS F50Z", ALC662_FIXUP_ASUS_MODE1),
11919 SND_PCI_QUIRK(0x1043, 0x1864, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11920 SND_PCI_QUIRK(0x1043, 0x1876, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11921 SND_PCI_QUIRK(0x1043, 0x1893, "ASUS M50Vm", ALC662_FIXUP_ASUS_MODE3),
11922 SND_PCI_QUIRK(0x1043, 0x1894, "ASUS X55", ALC662_FIXUP_ASUS_MODE3),
11923 SND_PCI_QUIRK(0x1043, 0x18b3, "ASUS N80Vc", ALC662_FIXUP_ASUS_MODE1),
11924 SND_PCI_QUIRK(0x1043, 0x18c3, "ASUS VX5", ALC662_FIXUP_ASUS_MODE1),
11925 SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS N81Te", ALC662_FIXUP_ASUS_MODE1),
11926 SND_PCI_QUIRK(0x1043, 0x18f3, "ASUS N505Tp", ALC662_FIXUP_ASUS_MODE1),
11927 SND_PCI_QUIRK(0x1043, 0x1903, "ASUS F5GL", ALC662_FIXUP_ASUS_MODE1),
11928 SND_PCI_QUIRK(0x1043, 0x1913, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
11929 SND_PCI_QUIRK(0x1043, 0x1933, "ASUS F80Q", ALC662_FIXUP_ASUS_MODE2),
11930 SND_PCI_QUIRK(0x1043, 0x1943, "ASUS Vx3V", ALC662_FIXUP_ASUS_MODE1),
11931 SND_PCI_QUIRK(0x1043, 0x1953, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
11932 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71C", ALC662_FIXUP_ASUS_MODE3),
11933 SND_PCI_QUIRK(0x1043, 0x1983, "ASUS N5051A", ALC662_FIXUP_ASUS_MODE1),
11934 SND_PCI_QUIRK(0x1043, 0x1993, "ASUS N20", ALC662_FIXUP_ASUS_MODE1),
11935 SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS F7Z", ALC662_FIXUP_ASUS_MODE1),
11936 SND_PCI_QUIRK(0x1043, 0x19c3, "ASUS F5Z/F6x", ALC662_FIXUP_ASUS_MODE2),
11937 SND_PCI_QUIRK(0x1043, 0x19e3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
11938 SND_PCI_QUIRK(0x1043, 0x19f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE4),
11939#endif
6cb3b707
DH
11940 {}
11941};
11942
1727a771 11943static const struct hda_model_fixup alc662_fixup_models[] = {
aa3841b5
TI
11944 {.id = ALC662_FIXUP_ASPIRE, .name = "aspire"},
11945 {.id = ALC662_FIXUP_IDEAPAD, .name = "ideapad"},
6be7948f 11946 {.id = ALC272_FIXUP_MARIO, .name = "mario"},
aa3841b5 11947 {.id = ALC662_FIXUP_HP_RP5800, .name = "hp-rp5800"},
53c334ad
TI
11948 {.id = ALC662_FIXUP_ASUS_MODE1, .name = "asus-mode1"},
11949 {.id = ALC662_FIXUP_ASUS_MODE2, .name = "asus-mode2"},
11950 {.id = ALC662_FIXUP_ASUS_MODE3, .name = "asus-mode3"},
11951 {.id = ALC662_FIXUP_ASUS_MODE4, .name = "asus-mode4"},
11952 {.id = ALC662_FIXUP_ASUS_MODE5, .name = "asus-mode5"},
11953 {.id = ALC662_FIXUP_ASUS_MODE6, .name = "asus-mode6"},
11954 {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"},
11955 {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"},
aa3841b5 11956 {.id = ALC662_FIXUP_ZOTAC_Z68, .name = "zotac-z68"},
6e72aa5f 11957 {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"},
aa3841b5 11958 {.id = ALC662_FIXUP_DELL_MIC_NO_PRESENCE, .name = "alc662-headset-multi"},
e32aa85a 11959 {.id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
aa3841b5
TI
11960 {.id = ALC662_FIXUP_HEADSET_MODE, .name = "alc662-headset"},
11961 {.id = ALC668_FIXUP_HEADSET_MODE, .name = "alc668-headset"},
11962 {.id = ALC662_FIXUP_BASS_16, .name = "bass16"},
11963 {.id = ALC662_FIXUP_BASS_1A, .name = "bass1a"},
11964 {.id = ALC668_FIXUP_AUTO_MUTE, .name = "automute"},
11965 {.id = ALC668_FIXUP_DELL_XPS13, .name = "dell-xps13"},
11966 {.id = ALC662_FIXUP_ASUS_Nx50, .name = "asus-nx50"},
11967 {.id = ALC668_FIXUP_ASUS_Nx51, .name = "asus-nx51"},
40c51675 11968 {.id = ALC668_FIXUP_ASUS_G751, .name = "asus-g751"},
aa3841b5
TI
11969 {.id = ALC891_FIXUP_HEADSET_MODE, .name = "alc891-headset"},
11970 {.id = ALC891_FIXUP_DELL_MIC_NO_PRESENCE, .name = "alc891-headset-multi"},
11971 {.id = ALC662_FIXUP_ACER_VERITON, .name = "acer-veriton"},
11972 {.id = ALC892_FIXUP_ASROCK_MOBO, .name = "asrock-mobo"},
11973 {.id = ALC662_FIXUP_USI_HEADSET_MODE, .name = "usi-headset"},
ba90d6a6 11974 {.id = ALC662_FIXUP_LENOVO_MULTI_CODECS, .name = "dual-codecs"},
00066e97 11975 {.id = ALC669_FIXUP_ACER_ASPIRE_ETHOS, .name = "aspire-ethos"},
73f1c75d 11976 {.id = ALC897_FIXUP_UNIS_H3C_X500S, .name = "unis-h3c-x500s"},
6be7948f
TB
11977 {}
11978};
6cb3b707 11979
532895c5 11980static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = {
78f4f7c2
KY
11981 SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
11982 {0x17, 0x02211010},
11983 {0x18, 0x01a19030},
11984 {0x1a, 0x01813040},
11985 {0x21, 0x01014020}),
4b4e0e32
HW
11986 SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
11987 {0x16, 0x01813030},
11988 {0x17, 0x02211010},
11989 {0x18, 0x01a19040},
11990 {0x21, 0x01014020}),
1f8b46cd 11991 SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
1f8b46cd 11992 {0x14, 0x01014010},
1f8b46cd 11993 {0x18, 0x01a19020},
1f8b46cd 11994 {0x1a, 0x0181302f},
11580297 11995 {0x1b, 0x0221401f}),
76c2132e
DH
11996 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
11997 {0x12, 0x99a30130},
11998 {0x14, 0x90170110},
11999 {0x15, 0x0321101f},
11580297 12000 {0x16, 0x03011020}),
76c2132e
DH
12001 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
12002 {0x12, 0x99a30140},
12003 {0x14, 0x90170110},
12004 {0x15, 0x0321101f},
11580297 12005 {0x16, 0x03011020}),
76c2132e
DH
12006 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
12007 {0x12, 0x99a30150},
12008 {0x14, 0x90170110},
12009 {0x15, 0x0321101f},
11580297 12010 {0x16, 0x03011020}),
76c2132e 12011 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
76c2132e
DH
12012 {0x14, 0x90170110},
12013 {0x15, 0x0321101f},
11580297 12014 {0x16, 0x03011020}),
76c2132e
DH
12015 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell XPS 15", ALC668_FIXUP_AUTO_MUTE,
12016 {0x12, 0x90a60130},
12017 {0x14, 0x90170110},
11580297 12018 {0x15, 0x0321101f}),
5af29028
KY
12019 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12020 {0x14, 0x01014010},
12021 {0x17, 0x90170150},
f2adbae0 12022 {0x19, 0x02a11060},
5af29028
KY
12023 {0x1b, 0x01813030},
12024 {0x21, 0x02211020}),
12025 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12026 {0x14, 0x01014010},
12027 {0x18, 0x01a19040},
12028 {0x1b, 0x01813030},
12029 {0x21, 0x02211020}),
12030 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12031 {0x14, 0x01014020},
12032 {0x17, 0x90170110},
12033 {0x18, 0x01a19050},
12034 {0x1b, 0x01813040},
12035 {0x21, 0x02211030}),
532895c5
HW
12036 {}
12037};
12038
1d045db9
TI
12039/*
12040 */
bc9f98a9
KY
12041static int patch_alc662(struct hda_codec *codec)
12042{
12043 struct alc_spec *spec;
3de95173 12044 int err;
bc9f98a9 12045
3de95173
TI
12046 err = alc_alloc_spec(codec, 0x0b);
12047 if (err < 0)
12048 return err;
bc9f98a9 12049
3de95173 12050 spec = codec->spec;
1f0f4b80 12051
225068ab
TI
12052 spec->shutup = alc_eapd_shutup;
12053
53c334ad
TI
12054 /* handle multiple HPs as is */
12055 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
12056
2c3bf9ab
TI
12057 alc_fix_pll_init(codec, 0x20, 0x04, 15);
12058
7639a06c 12059 switch (codec->core.vendor_id) {
f3f9185f
KY
12060 case 0x10ec0668:
12061 spec->init_hook = alc668_restore_default_value;
12062 break;
f3f9185f 12063 }
8663ff75 12064
c9af753f
TI
12065 alc_pre_init(codec);
12066
1727a771 12067 snd_hda_pick_fixup(codec, alc662_fixup_models,
8e5a0509 12068 alc662_fixup_tbl, alc662_fixups);
0fc1e447 12069 snd_hda_pick_pin_fixup(codec, alc662_pin_fixup_tbl, alc662_fixups, true);
1727a771 12070 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
8e5a0509
TI
12071
12072 alc_auto_parse_customize_define(codec);
12073
7504b6cd
TI
12074 if (has_cdefine_beep(codec))
12075 spec->gen.beep_nid = 0x01;
12076
1bb7e43e 12077 if ((alc_get_coef0(codec) & (1 << 14)) &&
5100cd07 12078 codec->bus->pci && codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 12079 spec->cdefine.platform_type == 1) {
6134b1a2
WY
12080 err = alc_codec_rename(codec, "ALC272X");
12081 if (err < 0)
e16fb6d1 12082 goto error;
20ca0c35 12083 }
274693f3 12084
b9c5106c
TI
12085 /* automatic parse from the BIOS config */
12086 err = alc662_parse_auto_config(codec);
e16fb6d1
TI
12087 if (err < 0)
12088 goto error;
bc9f98a9 12089
7504b6cd 12090 if (!spec->gen.no_analog && spec->gen.beep_nid) {
7639a06c 12091 switch (codec->core.vendor_id) {
da00c244 12092 case 0x10ec0662:
fea80fae 12093 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
da00c244
KY
12094 break;
12095 case 0x10ec0272:
12096 case 0x10ec0663:
12097 case 0x10ec0665:
9ad54547 12098 case 0x10ec0668:
fea80fae 12099 err = set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
da00c244
KY
12100 break;
12101 case 0x10ec0273:
fea80fae 12102 err = set_beep_amp(spec, 0x0b, 0x03, HDA_INPUT);
da00c244
KY
12103 break;
12104 }
fea80fae
TI
12105 if (err < 0)
12106 goto error;
cec27c89 12107 }
2134ea4f 12108
1727a771 12109 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 12110
bc9f98a9 12111 return 0;
801f49d3 12112
e16fb6d1
TI
12113 error:
12114 alc_free(codec);
12115 return err;
b478b998
KY
12116}
12117
d1eb57f4
KY
12118/*
12119 * ALC680 support
12120 */
d1eb57f4 12121
d1eb57f4
KY
12122static int alc680_parse_auto_config(struct hda_codec *codec)
12123{
3e6179b8 12124 return alc_parse_auto_config(codec, NULL, NULL);
d1eb57f4
KY
12125}
12126
d1eb57f4 12127/*
d1eb57f4 12128 */
d1eb57f4
KY
12129static int patch_alc680(struct hda_codec *codec)
12130{
d1eb57f4
KY
12131 int err;
12132
1f0f4b80 12133 /* ALC680 has no aa-loopback mixer */
3de95173
TI
12134 err = alc_alloc_spec(codec, 0);
12135 if (err < 0)
12136 return err;
1f0f4b80 12137
1ebec5f2
TI
12138 /* automatic parse from the BIOS config */
12139 err = alc680_parse_auto_config(codec);
12140 if (err < 0) {
12141 alc_free(codec);
12142 return err;
d1eb57f4
KY
12143 }
12144
d1eb57f4
KY
12145 return 0;
12146}
12147
1da177e4
LT
12148/*
12149 * patch entries
12150 */
b9a94a9c 12151static const struct hda_device_id snd_hda_id_realtek[] = {
0a6f0600 12152 HDA_CODEC_ENTRY(0x10ec0215, "ALC215", patch_alc269),
b9a94a9c 12153 HDA_CODEC_ENTRY(0x10ec0221, "ALC221", patch_alc269),
2a36c16e 12154 HDA_CODEC_ENTRY(0x10ec0222, "ALC222", patch_alc269),
4231430d 12155 HDA_CODEC_ENTRY(0x10ec0225, "ALC225", patch_alc269),
1948fc06 12156 HDA_CODEC_ENTRY(0x10ec0230, "ALC236", patch_alc269),
b9a94a9c
TI
12157 HDA_CODEC_ENTRY(0x10ec0231, "ALC231", patch_alc269),
12158 HDA_CODEC_ENTRY(0x10ec0233, "ALC233", patch_alc269),
dcd4f0db 12159 HDA_CODEC_ENTRY(0x10ec0234, "ALC234", patch_alc269),
b9a94a9c 12160 HDA_CODEC_ENTRY(0x10ec0235, "ALC233", patch_alc269),
736f20a7 12161 HDA_CODEC_ENTRY(0x10ec0236, "ALC236", patch_alc269),
7fbdcd83 12162 HDA_CODEC_ENTRY(0x10ec0245, "ALC245", patch_alc269),
b9a94a9c
TI
12163 HDA_CODEC_ENTRY(0x10ec0255, "ALC255", patch_alc269),
12164 HDA_CODEC_ENTRY(0x10ec0256, "ALC256", patch_alc269),
f429e7e4 12165 HDA_CODEC_ENTRY(0x10ec0257, "ALC257", patch_alc269),
b9a94a9c
TI
12166 HDA_CODEC_ENTRY(0x10ec0260, "ALC260", patch_alc260),
12167 HDA_CODEC_ENTRY(0x10ec0262, "ALC262", patch_alc262),
12168 HDA_CODEC_ENTRY(0x10ec0267, "ALC267", patch_alc268),
12169 HDA_CODEC_ENTRY(0x10ec0268, "ALC268", patch_alc268),
12170 HDA_CODEC_ENTRY(0x10ec0269, "ALC269", patch_alc269),
12171 HDA_CODEC_ENTRY(0x10ec0270, "ALC270", patch_alc269),
12172 HDA_CODEC_ENTRY(0x10ec0272, "ALC272", patch_alc662),
dcd4f0db 12173 HDA_CODEC_ENTRY(0x10ec0274, "ALC274", patch_alc269),
b9a94a9c
TI
12174 HDA_CODEC_ENTRY(0x10ec0275, "ALC275", patch_alc269),
12175 HDA_CODEC_ENTRY(0x10ec0276, "ALC276", patch_alc269),
12176 HDA_CODEC_ENTRY(0x10ec0280, "ALC280", patch_alc269),
12177 HDA_CODEC_ENTRY(0x10ec0282, "ALC282", patch_alc269),
12178 HDA_CODEC_ENTRY(0x10ec0283, "ALC283", patch_alc269),
12179 HDA_CODEC_ENTRY(0x10ec0284, "ALC284", patch_alc269),
0a6f0600 12180 HDA_CODEC_ENTRY(0x10ec0285, "ALC285", patch_alc269),
b9a94a9c 12181 HDA_CODEC_ENTRY(0x10ec0286, "ALC286", patch_alc269),
630e3612 12182 HDA_CODEC_ENTRY(0x10ec0287, "ALC287", patch_alc269),
b9a94a9c 12183 HDA_CODEC_ENTRY(0x10ec0288, "ALC288", patch_alc269),
0a6f0600 12184 HDA_CODEC_ENTRY(0x10ec0289, "ALC289", patch_alc269),
b9a94a9c
TI
12185 HDA_CODEC_ENTRY(0x10ec0290, "ALC290", patch_alc269),
12186 HDA_CODEC_ENTRY(0x10ec0292, "ALC292", patch_alc269),
12187 HDA_CODEC_ENTRY(0x10ec0293, "ALC293", patch_alc269),
dcd4f0db 12188 HDA_CODEC_ENTRY(0x10ec0294, "ALC294", patch_alc269),
7d727869 12189 HDA_CODEC_ENTRY(0x10ec0295, "ALC295", patch_alc269),
b9a94a9c 12190 HDA_CODEC_ENTRY(0x10ec0298, "ALC298", patch_alc269),
28f1f9b2 12191 HDA_CODEC_ENTRY(0x10ec0299, "ALC299", patch_alc269),
1078bef0 12192 HDA_CODEC_ENTRY(0x10ec0300, "ALC300", patch_alc269),
f0778871 12193 HDA_CODEC_ENTRY(0x10ec0623, "ALC623", patch_alc269),
b9a94a9c
TI
12194 HDA_CODEC_REV_ENTRY(0x10ec0861, 0x100340, "ALC660", patch_alc861),
12195 HDA_CODEC_ENTRY(0x10ec0660, "ALC660-VD", patch_alc861vd),
12196 HDA_CODEC_ENTRY(0x10ec0861, "ALC861", patch_alc861),
12197 HDA_CODEC_ENTRY(0x10ec0862, "ALC861-VD", patch_alc861vd),
12198 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100002, "ALC662 rev2", patch_alc882),
12199 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100101, "ALC662 rev1", patch_alc662),
12200 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100300, "ALC662 rev3", patch_alc662),
12201 HDA_CODEC_ENTRY(0x10ec0663, "ALC663", patch_alc662),
12202 HDA_CODEC_ENTRY(0x10ec0665, "ALC665", patch_alc662),
12203 HDA_CODEC_ENTRY(0x10ec0667, "ALC667", patch_alc662),
12204 HDA_CODEC_ENTRY(0x10ec0668, "ALC668", patch_alc662),
12205 HDA_CODEC_ENTRY(0x10ec0670, "ALC670", patch_alc662),
12206 HDA_CODEC_ENTRY(0x10ec0671, "ALC671", patch_alc662),
12207 HDA_CODEC_ENTRY(0x10ec0680, "ALC680", patch_alc680),
6fbae35a
KY
12208 HDA_CODEC_ENTRY(0x10ec0700, "ALC700", patch_alc269),
12209 HDA_CODEC_ENTRY(0x10ec0701, "ALC701", patch_alc269),
12210 HDA_CODEC_ENTRY(0x10ec0703, "ALC703", patch_alc269),
83629532 12211 HDA_CODEC_ENTRY(0x10ec0711, "ALC711", patch_alc269),
78f4f7c2 12212 HDA_CODEC_ENTRY(0x10ec0867, "ALC891", patch_alc662),
b9a94a9c
TI
12213 HDA_CODEC_ENTRY(0x10ec0880, "ALC880", patch_alc880),
12214 HDA_CODEC_ENTRY(0x10ec0882, "ALC882", patch_alc882),
12215 HDA_CODEC_ENTRY(0x10ec0883, "ALC883", patch_alc882),
12216 HDA_CODEC_REV_ENTRY(0x10ec0885, 0x100101, "ALC889A", patch_alc882),
12217 HDA_CODEC_REV_ENTRY(0x10ec0885, 0x100103, "ALC889A", patch_alc882),
12218 HDA_CODEC_ENTRY(0x10ec0885, "ALC885", patch_alc882),
12219 HDA_CODEC_ENTRY(0x10ec0887, "ALC887", patch_alc882),
12220 HDA_CODEC_REV_ENTRY(0x10ec0888, 0x100101, "ALC1200", patch_alc882),
12221 HDA_CODEC_ENTRY(0x10ec0888, "ALC888", patch_alc882),
12222 HDA_CODEC_ENTRY(0x10ec0889, "ALC889", patch_alc882),
12223 HDA_CODEC_ENTRY(0x10ec0892, "ALC892", patch_alc662),
e5782a5d 12224 HDA_CODEC_ENTRY(0x10ec0897, "ALC897", patch_alc662),
b9a94a9c
TI
12225 HDA_CODEC_ENTRY(0x10ec0899, "ALC898", patch_alc882),
12226 HDA_CODEC_ENTRY(0x10ec0900, "ALC1150", patch_alc882),
6d9ffcff 12227 HDA_CODEC_ENTRY(0x10ec0b00, "ALCS1200A", patch_alc882),
65553b12 12228 HDA_CODEC_ENTRY(0x10ec1168, "ALC1220", patch_alc882),
a535ad57 12229 HDA_CODEC_ENTRY(0x10ec1220, "ALC1220", patch_alc882),
527f4643 12230 HDA_CODEC_ENTRY(0x19e58326, "HW8326", patch_alc269),
1da177e4
LT
12231 {} /* terminator */
12232};
b9a94a9c 12233MODULE_DEVICE_TABLE(hdaudio, snd_hda_id_realtek);
1289e9e8
TI
12234
12235MODULE_LICENSE("GPL");
12236MODULE_DESCRIPTION("Realtek HD-audio codec");
12237
d8a766a1 12238static struct hda_codec_driver realtek_driver = {
b9a94a9c 12239 .id = snd_hda_id_realtek,
1289e9e8
TI
12240};
12241
d8a766a1 12242module_hda_codec_driver(realtek_driver);