]> git.ipfire.org Git - thirdparty/linux.git/blame - sound/pci/hda/patch_realtek.c
Merge tag 'asoc-fix-v6.9-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[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
7ce66933 13#include <linux/acpi.h>
1da177e4
LT
14#include <linux/init.h>
15#include <linux/delay.h>
16#include <linux/slab.h>
17#include <linux/pci.h>
08fb0d0e 18#include <linux/dmi.h>
da155d5b 19#include <linux/module.h>
33f4acd3 20#include <linux/input.h>
87dc3648 21#include <linux/leds.h>
35a17444 22#include <linux/ctype.h>
1da177e4 23#include <sound/core.h>
9ad0e496 24#include <sound/jack.h>
be57bfff 25#include <sound/hda_codec.h>
1da177e4 26#include "hda_local.h"
23d30f28 27#include "hda_auto_parser.h"
1835a0f9 28#include "hda_jack.h"
08c189f2 29#include "hda_generic.h"
d3dca026 30#include "hda_component.h"
1da177e4 31
cd63a5ff
TI
32/* keep halting ALC5505 DSP, for power saving */
33#define HALT_REALTEK_ALC5505
34
4a79ba34
TI
35/* extra amp-initialization sequence types */
36enum {
1c76aa5f 37 ALC_INIT_UNDEFINED,
4a79ba34
TI
38 ALC_INIT_NONE,
39 ALC_INIT_DEFAULT,
4a79ba34
TI
40};
41
73bdd597
DH
42enum {
43 ALC_HEADSET_MODE_UNKNOWN,
44 ALC_HEADSET_MODE_UNPLUGGED,
45 ALC_HEADSET_MODE_HEADSET,
46 ALC_HEADSET_MODE_MIC,
47 ALC_HEADSET_MODE_HEADPHONE,
48};
49
50enum {
51 ALC_HEADSET_TYPE_UNKNOWN,
52 ALC_HEADSET_TYPE_CTIA,
53 ALC_HEADSET_TYPE_OMTP,
54};
55
c7b60a89
HW
56enum {
57 ALC_KEY_MICMUTE_INDEX,
58};
59
da00c244
KY
60struct alc_customize_define {
61 unsigned int sku_cfg;
62 unsigned char port_connectivity;
63 unsigned char check_sum;
64 unsigned char customization;
65 unsigned char external_amp;
66 unsigned int enable_pcbeep:1;
67 unsigned int platform_type:1;
68 unsigned int swap:1;
69 unsigned int override:1;
90622917 70 unsigned int fixup:1; /* Means that this sku is set by driver, not read from hw */
da00c244
KY
71};
72
766538ac
TI
73struct alc_coef_led {
74 unsigned int idx;
75 unsigned int mask;
76 unsigned int on;
77 unsigned int off;
78};
79
1da177e4 80struct alc_spec {
08c189f2 81 struct hda_gen_spec gen; /* must be at head */
23d30f28 82
1da177e4 83 /* codec parameterization */
da00c244 84 struct alc_customize_define cdefine;
08c189f2 85 unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */
834be88d 86
5579cd6f
TI
87 /* GPIO bits */
88 unsigned int gpio_mask;
89 unsigned int gpio_dir;
90 unsigned int gpio_data;
215c850c 91 bool gpio_write_delay; /* add a delay before writing gpio_data */
5579cd6f 92
8d3d1ece 93 /* mute LED for HP laptops, see vref_mute_led_set() */
08fb0d0e 94 int mute_led_polarity;
dbd13179 95 int micmute_led_polarity;
08fb0d0e 96 hda_nid_t mute_led_nid;
9c5dc3bf 97 hda_nid_t cap_mute_led_nid;
08fb0d0e 98
0f32fd19
TI
99 unsigned int gpio_mute_led_mask;
100 unsigned int gpio_mic_led_mask;
766538ac
TI
101 struct alc_coef_led mute_led_coef;
102 struct alc_coef_led mic_led_coef;
b837a9f5 103 struct mutex coef_mutex;
9f5c6faf 104
73bdd597
DH
105 hda_nid_t headset_mic_pin;
106 hda_nid_t headphone_mic_pin;
107 int current_headset_mode;
108 int current_headset_type;
109
ae6b813a
TI
110 /* hooks */
111 void (*init_hook)(struct hda_codec *codec);
83012a7c 112#ifdef CONFIG_PM
c97259df 113 void (*power_hook)(struct hda_codec *codec);
f5de24b0 114#endif
1c716153 115 void (*shutup)(struct hda_codec *codec);
d922b51d 116
4a79ba34 117 int init_amp;
d433a678 118 int codec_variant; /* flag for other variants */
97a26570
KY
119 unsigned int has_alc5505_dsp:1;
120 unsigned int no_depop_delay:1;
693abe11 121 unsigned int done_hp_init:1;
c0ca5ece 122 unsigned int no_shutup_pins:1;
d3ba58bb 123 unsigned int ultra_low_power:1;
476c02e0 124 unsigned int has_hs_key:1;
92666d45 125 unsigned int no_internal_mic_pin:1;
69ea4c9d 126 unsigned int en_3kpull_low:1;
e64f14f4 127
2c3bf9ab
TI
128 /* for PLL fix */
129 hda_nid_t pll_nid;
130 unsigned int pll_coef_idx, pll_coef_bit;
1bb7e43e 131 unsigned int coef0;
33f4acd3 132 struct input_dev *kb_dev;
c7b60a89 133 u8 alc_mute_keycode_map[1];
d3dca026
LT
134
135 /* component binding */
d3dca026 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:
fcfc9f71
KY
441 case 0x10ec0285:
442 case 0x10ec0289:
443 alc_update_coef_idx(codec, 0x36, 1<<13, 0);
444 fallthrough;
1948fc06 445 case 0x10ec0230:
394c97f8 446 case 0x10ec0233:
ea04a1db 447 case 0x10ec0235:
c4473744 448 case 0x10ec0236:
7fbdcd83 449 case 0x10ec0245:
394c97f8 450 case 0x10ec0255:
c4473744 451 case 0x10ec0256:
527f4643 452 case 0x19e58326:
f429e7e4 453 case 0x10ec0257:
394c97f8
KY
454 case 0x10ec0282:
455 case 0x10ec0283:
456 case 0x10ec0286:
457 case 0x10ec0288:
506b62c3 458 case 0x10ec0298:
1078bef0 459 case 0x10ec0300:
394c97f8
KY
460 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
461 break;
3aabf94c
KY
462 case 0x10ec0275:
463 alc_update_coef_idx(codec, 0xe, 0, 1<<0);
464 break;
8822702f
HW
465 case 0x10ec0287:
466 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
467 alc_write_coef_idx(codec, 0x8, 0x4ab7);
468 break;
394c97f8
KY
469 case 0x10ec0293:
470 alc_update_coef_idx(codec, 0xa, 1<<13, 0);
471 break;
dcd4f0db
KY
472 case 0x10ec0234:
473 case 0x10ec0274:
474 case 0x10ec0294:
6fbae35a
KY
475 case 0x10ec0700:
476 case 0x10ec0701:
477 case 0x10ec0703:
83629532 478 case 0x10ec0711:
dcd4f0db
KY
479 alc_update_coef_idx(codec, 0x10, 1<<15, 0);
480 break;
394c97f8
KY
481 case 0x10ec0662:
482 if ((coef & 0x00f0) == 0x0030)
483 alc_update_coef_idx(codec, 0x4, 1<<10, 0); /* EAPD Ctrl */
484 break;
485 case 0x10ec0272:
486 case 0x10ec0273:
487 case 0x10ec0663:
488 case 0x10ec0665:
489 case 0x10ec0670:
490 case 0x10ec0671:
491 case 0x10ec0672:
492 alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
493 break;
9194a1eb 494 case 0x10ec0222:
f0778871
KY
495 case 0x10ec0623:
496 alc_update_coef_idx(codec, 0x19, 1<<13, 0);
497 break;
394c97f8
KY
498 case 0x10ec0668:
499 alc_update_coef_idx(codec, 0x7, 3<<13, 0);
500 break;
501 case 0x10ec0867:
502 alc_update_coef_idx(codec, 0x4, 1<<10, 0);
503 break;
504 case 0x10ec0888:
505 if ((coef & 0x00f0) == 0x0020 || (coef & 0x00f0) == 0x0030)
506 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
507 break;
508 case 0x10ec0892:
e5782a5d 509 case 0x10ec0897:
394c97f8
KY
510 alc_update_coef_idx(codec, 0x7, 1<<5, 0);
511 break;
512 case 0x10ec0899:
513 case 0x10ec0900:
6d9ffcff 514 case 0x10ec0b00:
65553b12 515 case 0x10ec1168:
a535ad57 516 case 0x10ec1220:
394c97f8
KY
517 alc_update_coef_idx(codec, 0x7, 1<<1, 0);
518 break;
519 }
520}
521
f9423e7a
KY
522/* additional initialization for ALC888 variants */
523static void alc888_coef_init(struct hda_codec *codec)
524{
1df8874b
KY
525 switch (alc_get_coef0(codec) & 0x00f0) {
526 /* alc888-VA */
527 case 0x00:
528 /* alc888-VB */
529 case 0x10:
530 alc_update_coef_idx(codec, 7, 0, 0x2030); /* Turn EAPD to High */
531 break;
532 }
87a8c370
JK
533}
534
3fb4a508
TI
535/* turn on/off EAPD control (only if available) */
536static void set_eapd(struct hda_codec *codec, hda_nid_t nid, int on)
537{
538 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
539 return;
540 if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)
541 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
542 on ? 2 : 0);
543}
544
691f1fcc
TI
545/* turn on/off EAPD controls of the codec */
546static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
547{
548 /* We currently only handle front, HP */
caf3c043 549 static const hda_nid_t pins[] = {
af95b414 550 0x0f, 0x10, 0x14, 0x15, 0x17, 0
39fa84e9 551 };
caf3c043 552 const hda_nid_t *p;
39fa84e9
TI
553 for (p = pins; *p; p++)
554 set_eapd(codec, *p, on);
691f1fcc
TI
555}
556
dad3197d
KY
557static int find_ext_mic_pin(struct hda_codec *codec);
558
559static void alc_headset_mic_no_shutup(struct hda_codec *codec)
560{
561 const struct hda_pincfg *pin;
562 int mic_pin = find_ext_mic_pin(codec);
563 int i;
564
565 /* don't shut up pins when unloading the driver; otherwise it breaks
566 * the default pin setup at the next load of the driver
567 */
568 if (codec->bus->shutdown)
569 return;
570
571 snd_array_for_each(&codec->init_pins, i, pin) {
572 /* use read here for syncing after issuing each verb */
573 if (pin->nid != mic_pin)
574 snd_hda_codec_read(codec, pin->nid, 0,
575 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
576 }
577
578 codec->pins_shutup = 1;
579}
580
c0ca5ece
TI
581static void alc_shutup_pins(struct hda_codec *codec)
582{
583 struct alc_spec *spec = codec->spec;
584
dad3197d 585 switch (codec->core.vendor_id) {
5aec9891
KY
586 case 0x10ec0236:
587 case 0x10ec0256:
527f4643 588 case 0x19e58326:
66c5d718 589 case 0x10ec0283:
dad3197d
KY
590 case 0x10ec0286:
591 case 0x10ec0288:
592 case 0x10ec0298:
593 alc_headset_mic_no_shutup(codec);
594 break;
595 default:
596 if (!spec->no_shutup_pins)
597 snd_hda_shutup_pins(codec);
598 break;
599 }
c0ca5ece
TI
600}
601
1c716153 602/* generic shutup callback;
4ce8e6a5 603 * just turning off EAPD and a little pause for avoiding pop-noise
1c716153
TI
604 */
605static void alc_eapd_shutup(struct hda_codec *codec)
606{
97a26570
KY
607 struct alc_spec *spec = codec->spec;
608
1c716153 609 alc_auto_setup_eapd(codec, false);
97a26570
KY
610 if (!spec->no_depop_delay)
611 msleep(200);
c0ca5ece 612 alc_shutup_pins(codec);
1c716153
TI
613}
614
1d045db9 615/* generic EAPD initialization */
4a79ba34 616static void alc_auto_init_amp(struct hda_codec *codec, int type)
bc9f98a9 617{
39fa84e9 618 alc_auto_setup_eapd(codec, true);
5579cd6f 619 alc_write_gpio(codec);
4a79ba34 620 switch (type) {
4a79ba34 621 case ALC_INIT_DEFAULT:
7639a06c 622 switch (codec->core.vendor_id) {
c9b58006 623 case 0x10ec0260:
98b24883 624 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x2010);
c9b58006 625 break;
c9b58006
KY
626 case 0x10ec0880:
627 case 0x10ec0882:
628 case 0x10ec0883:
629 case 0x10ec0885:
1df8874b 630 alc_update_coef_idx(codec, 7, 0, 0x2030);
c9b58006 631 break;
f9423e7a 632 case 0x10ec0888:
4a79ba34 633 alc888_coef_init(codec);
f9423e7a 634 break;
bc9f98a9 635 }
4a79ba34
TI
636 break;
637 }
638}
639
35a39f98
TI
640/* get a primary headphone pin if available */
641static hda_nid_t alc_get_hp_pin(struct alc_spec *spec)
642{
643 if (spec->gen.autocfg.hp_pins[0])
644 return spec->gen.autocfg.hp_pins[0];
645 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
646 return spec->gen.autocfg.line_out_pins[0];
647 return 0;
648}
08c189f2 649
1d045db9 650/*
08c189f2 651 * Realtek SSID verification
1d045db9 652 */
42cf0d01 653
08c189f2
TI
654/* Could be any non-zero and even value. When used as fixup, tells
655 * the driver to ignore any present sku defines.
656 */
657#define ALC_FIXUP_SKU_IGNORE (2)
1a1455de 658
08c189f2
TI
659static void alc_fixup_sku_ignore(struct hda_codec *codec,
660 const struct hda_fixup *fix, int action)
1a1455de 661{
1a1455de 662 struct alc_spec *spec = codec->spec;
08c189f2
TI
663 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
664 spec->cdefine.fixup = 1;
665 spec->cdefine.sku_cfg = ALC_FIXUP_SKU_IGNORE;
1a1455de 666 }
1a1455de
TI
667}
668
b5c6611f
ML
669static void alc_fixup_no_depop_delay(struct hda_codec *codec,
670 const struct hda_fixup *fix, int action)
671{
672 struct alc_spec *spec = codec->spec;
673
84d2dc3e 674 if (action == HDA_FIXUP_ACT_PROBE) {
b5c6611f 675 spec->no_depop_delay = 1;
84d2dc3e
ML
676 codec->depop_delay = 0;
677 }
b5c6611f
ML
678}
679
08c189f2 680static int alc_auto_parse_customize_define(struct hda_codec *codec)
4a79ba34 681{
08c189f2
TI
682 unsigned int ass, tmp, i;
683 unsigned nid = 0;
4a79ba34
TI
684 struct alc_spec *spec = codec->spec;
685
08c189f2 686 spec->cdefine.enable_pcbeep = 1; /* assume always enabled */
4a79ba34 687
08c189f2
TI
688 if (spec->cdefine.fixup) {
689 ass = spec->cdefine.sku_cfg;
690 if (ass == ALC_FIXUP_SKU_IGNORE)
691 return -1;
692 goto do_sku;
bb35febd
TI
693 }
694
5100cd07
TI
695 if (!codec->bus->pci)
696 return -1;
7639a06c 697 ass = codec->core.subsystem_id & 0xffff;
08c189f2
TI
698 if (ass != codec->bus->pci->subsystem_device && (ass & 1))
699 goto do_sku;
4a79ba34 700
08c189f2 701 nid = 0x1d;
7639a06c 702 if (codec->core.vendor_id == 0x10ec0260)
08c189f2
TI
703 nid = 0x17;
704 ass = snd_hda_codec_get_pincfg(codec, nid);
42cf0d01 705
08c189f2 706 if (!(ass & 1)) {
4e76a883 707 codec_info(codec, "%s: SKU not ready 0x%08x\n",
7639a06c 708 codec->core.chip_name, ass);
08c189f2 709 return -1;
42cf0d01
DH
710 }
711
08c189f2
TI
712 /* check sum */
713 tmp = 0;
714 for (i = 1; i < 16; i++) {
715 if ((ass >> i) & 1)
716 tmp++;
ae8a60a5 717 }
08c189f2
TI
718 if (((ass >> 16) & 0xf) != tmp)
719 return -1;
ae8a60a5 720
da00c244
KY
721 spec->cdefine.port_connectivity = ass >> 30;
722 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20;
723 spec->cdefine.check_sum = (ass >> 16) & 0xf;
724 spec->cdefine.customization = ass >> 8;
725do_sku:
726 spec->cdefine.sku_cfg = ass;
727 spec->cdefine.external_amp = (ass & 0x38) >> 3;
728 spec->cdefine.platform_type = (ass & 0x4) >> 2;
729 spec->cdefine.swap = (ass & 0x2) >> 1;
730 spec->cdefine.override = ass & 0x1;
731
4e76a883 732 codec_dbg(codec, "SKU: Nid=0x%x sku_cfg=0x%08x\n",
da00c244 733 nid, spec->cdefine.sku_cfg);
4e76a883 734 codec_dbg(codec, "SKU: port_connectivity=0x%x\n",
da00c244 735 spec->cdefine.port_connectivity);
4e76a883
TI
736 codec_dbg(codec, "SKU: enable_pcbeep=0x%x\n", spec->cdefine.enable_pcbeep);
737 codec_dbg(codec, "SKU: check_sum=0x%08x\n", spec->cdefine.check_sum);
738 codec_dbg(codec, "SKU: customization=0x%08x\n", spec->cdefine.customization);
739 codec_dbg(codec, "SKU: external_amp=0x%x\n", spec->cdefine.external_amp);
740 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type);
741 codec_dbg(codec, "SKU: swap=0x%x\n", spec->cdefine.swap);
742 codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override);
da00c244
KY
743
744 return 0;
745}
746
08c189f2
TI
747/* return the position of NID in the list, or -1 if not found */
748static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
749{
750 int i;
751 for (i = 0; i < nums; i++)
752 if (list[i] == nid)
753 return i;
754 return -1;
755}
1d045db9 756/* return true if the given NID is found in the list */
3af9ee6b
TI
757static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
758{
21268961 759 return find_idx_in_nid_list(nid, list, nums) >= 0;
3af9ee6b
TI
760}
761
4a79ba34
TI
762/* check subsystem ID and set up device-specific initialization;
763 * return 1 if initialized, 0 if invalid SSID
764 */
765/* 32-bit subsystem ID for BIOS loading in HD Audio codec.
766 * 31 ~ 16 : Manufacture ID
767 * 15 ~ 8 : SKU ID
768 * 7 ~ 0 : Assembly ID
769 * port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
770 */
58c57cfa 771static int alc_subsystem_id(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34
TI
772{
773 unsigned int ass, tmp, i;
774 unsigned nid;
775 struct alc_spec *spec = codec->spec;
776
90622917
DH
777 if (spec->cdefine.fixup) {
778 ass = spec->cdefine.sku_cfg;
779 if (ass == ALC_FIXUP_SKU_IGNORE)
780 return 0;
781 goto do_sku;
782 }
783
7639a06c 784 ass = codec->core.subsystem_id & 0xffff;
5100cd07
TI
785 if (codec->bus->pci &&
786 ass != codec->bus->pci->subsystem_device && (ass & 1))
4a79ba34
TI
787 goto do_sku;
788
789 /* invalid SSID, check the special NID pin defcfg instead */
790 /*
def319f9 791 * 31~30 : port connectivity
4a79ba34
TI
792 * 29~21 : reserve
793 * 20 : PCBEEP input
794 * 19~16 : Check sum (15:1)
795 * 15~1 : Custom
796 * 0 : override
797 */
798 nid = 0x1d;
7639a06c 799 if (codec->core.vendor_id == 0x10ec0260)
4a79ba34
TI
800 nid = 0x17;
801 ass = snd_hda_codec_get_pincfg(codec, nid);
4e76a883
TI
802 codec_dbg(codec,
803 "realtek: No valid SSID, checking pincfg 0x%08x for NID 0x%x\n",
cb6605c1 804 ass, nid);
6227cdce 805 if (!(ass & 1))
4a79ba34
TI
806 return 0;
807 if ((ass >> 30) != 1) /* no physical connection */
808 return 0;
809
810 /* check sum */
811 tmp = 0;
812 for (i = 1; i < 16; i++) {
813 if ((ass >> i) & 1)
814 tmp++;
815 }
816 if (((ass >> 16) & 0xf) != tmp)
817 return 0;
818do_sku:
4e76a883 819 codec_dbg(codec, "realtek: Enabling init ASM_ID=0x%04x CODEC_ID=%08x\n",
7639a06c 820 ass & 0xffff, codec->core.vendor_id);
4a79ba34
TI
821 /*
822 * 0 : override
823 * 1 : Swap Jack
824 * 2 : 0 --> Desktop, 1 --> Laptop
825 * 3~5 : External Amplifier control
826 * 7~6 : Reserved
827 */
828 tmp = (ass & 0x38) >> 3; /* external Amp control */
1c76aa5f
TI
829 if (spec->init_amp == ALC_INIT_UNDEFINED) {
830 switch (tmp) {
831 case 1:
5579cd6f 832 alc_setup_gpio(codec, 0x01);
1c76aa5f
TI
833 break;
834 case 3:
5579cd6f 835 alc_setup_gpio(codec, 0x02);
1c76aa5f
TI
836 break;
837 case 7:
2bdccfd2 838 alc_setup_gpio(codec, 0x04);
1c76aa5f
TI
839 break;
840 case 5:
841 default:
842 spec->init_amp = ALC_INIT_DEFAULT;
843 break;
844 }
bc9f98a9 845 }
ea1fb29a 846
8c427226 847 /* is laptop or Desktop and enable the function "Mute internal speaker
c9b58006
KY
848 * when the external headphone out jack is plugged"
849 */
8c427226 850 if (!(ass & 0x8000))
4a79ba34 851 return 1;
c9b58006
KY
852 /*
853 * 10~8 : Jack location
854 * 12~11: Headphone out -> 00: PortA, 01: PortE, 02: PortD, 03: Resvered
855 * 14~13: Resvered
856 * 15 : 1 --> enable the function "Mute internal speaker
857 * when the external headphone out jack is plugged"
858 */
35a39f98 859 if (!alc_get_hp_pin(spec)) {
01d4825d 860 hda_nid_t nid;
c9b58006 861 tmp = (ass >> 11) & 0x3; /* HP to chassis */
58c57cfa 862 nid = ports[tmp];
08c189f2
TI
863 if (found_in_nid_list(nid, spec->gen.autocfg.line_out_pins,
864 spec->gen.autocfg.line_outs))
3af9ee6b 865 return 1;
08c189f2 866 spec->gen.autocfg.hp_pins[0] = nid;
c9b58006 867 }
4a79ba34
TI
868 return 1;
869}
ea1fb29a 870
3e6179b8
TI
871/* Check the validity of ALC subsystem-id
872 * ports contains an array of 4 pin NIDs for port-A, E, D and I */
873static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
4a79ba34 874{
58c57cfa 875 if (!alc_subsystem_id(codec, ports)) {
4a79ba34 876 struct alc_spec *spec = codec->spec;
67791202
TI
877 if (spec->init_amp == ALC_INIT_UNDEFINED) {
878 codec_dbg(codec,
879 "realtek: Enable default setup for auto mode as fallback\n");
880 spec->init_amp = ALC_INIT_DEFAULT;
881 }
4a79ba34 882 }
21268961 883}
1a1455de 884
1d045db9 885/*
ef8ef5fb 886 */
f9e336f6 887
9d36a7dc
DH
888static void alc_fixup_inv_dmic(struct hda_codec *codec,
889 const struct hda_fixup *fix, int action)
125821ae
TI
890{
891 struct alc_spec *spec = codec->spec;
668d1e96 892
9d36a7dc 893 spec->gen.inv_dmic_split = 1;
6e72aa5f
TI
894}
895
e9edcee0 896
08c189f2 897static int alc_build_controls(struct hda_codec *codec)
1d045db9 898{
a5cb463a 899 int err;
e9427969 900
08c189f2
TI
901 err = snd_hda_gen_build_controls(codec);
902 if (err < 0)
903 return err;
1da177e4 904
1727a771 905 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_BUILD);
1c4a54b4 906 return 0;
a361d84b
KY
907}
908
a361d84b 909
df694daa 910/*
08c189f2 911 * Common callbacks
df694daa 912 */
a361d84b 913
c9af753f
TI
914static void alc_pre_init(struct hda_codec *codec)
915{
916 alc_fill_eapd_coef(codec);
917}
918
aeac1a0d
KY
919#define is_s3_resume(codec) \
920 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESUME)
c9af753f
TI
921#define is_s4_resume(codec) \
922 ((codec)->core.dev.power.power_state.event == PM_EVENT_RESTORE)
923
08c189f2 924static int alc_init(struct hda_codec *codec)
1d045db9
TI
925{
926 struct alc_spec *spec = codec->spec;
a361d84b 927
c9af753f
TI
928 /* hibernation resume needs the full chip initialization */
929 if (is_s4_resume(codec))
930 alc_pre_init(codec);
931
08c189f2
TI
932 if (spec->init_hook)
933 spec->init_hook(codec);
a361d84b 934
89781d08 935 spec->gen.skip_verbs = 1; /* applied in below */
607ca3bd 936 snd_hda_gen_init(codec);
08c189f2
TI
937 alc_fix_pll(codec);
938 alc_auto_init_amp(codec, spec->init_amp);
89781d08 939 snd_hda_apply_verbs(codec); /* apply verbs here after own init */
3abf2f36 940
1727a771 941 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT);
a361d84b 942
1d045db9
TI
943 return 0;
944}
a361d84b 945
c3d9ca93
RD
946#define alc_free snd_hda_gen_free
947
948#ifdef CONFIG_PM
08c189f2 949static inline void alc_shutup(struct hda_codec *codec)
1d045db9
TI
950{
951 struct alc_spec *spec = codec->spec;
a361d84b 952
c7273bd6
TI
953 if (!snd_hda_get_bool_hint(codec, "shutup"))
954 return; /* disabled explicitly by hints */
955
08c189f2
TI
956 if (spec && spec->shutup)
957 spec->shutup(codec);
9bfb2844 958 else
c0ca5ece 959 alc_shutup_pins(codec);
1d045db9
TI
960}
961
08c189f2 962static void alc_power_eapd(struct hda_codec *codec)
1d045db9 963{
08c189f2 964 alc_auto_setup_eapd(codec, false);
1d045db9 965}
2134ea4f 966
08c189f2 967static int alc_suspend(struct hda_codec *codec)
1d045db9
TI
968{
969 struct alc_spec *spec = codec->spec;
08c189f2
TI
970 alc_shutup(codec);
971 if (spec && spec->power_hook)
972 spec->power_hook(codec);
a361d84b
KY
973 return 0;
974}
975
08c189f2 976static int alc_resume(struct hda_codec *codec)
1d045db9 977{
97a26570
KY
978 struct alc_spec *spec = codec->spec;
979
980 if (!spec->no_depop_delay)
981 msleep(150); /* to avoid pop noise */
08c189f2 982 codec->patch_ops.init(codec);
1a462be5 983 snd_hda_regmap_sync(codec);
08c189f2
TI
984 hda_call_check_power_status(codec, 0x01);
985 return 0;
1d045db9 986}
08c189f2 987#endif
f6a92248 988
1d045db9 989/*
1d045db9 990 */
08c189f2
TI
991static const struct hda_codec_ops alc_patch_ops = {
992 .build_controls = alc_build_controls,
993 .build_pcms = snd_hda_gen_build_pcms,
994 .init = alc_init,
995 .free = alc_free,
996 .unsol_event = snd_hda_jack_unsol_event,
997#ifdef CONFIG_PM
998 .resume = alc_resume,
08c189f2 999 .suspend = alc_suspend,
fce52a3b 1000 .check_power_status = snd_hda_gen_check_power_status,
08c189f2 1001#endif
08c189f2 1002};
f6a92248 1003
f53281e6 1004
ded255be 1005#define alc_codec_rename(codec, name) snd_hda_codec_set_name(codec, name)
e01bf509 1006
e4770629 1007/*
4b016931 1008 * Rename codecs appropriately from COEF value or subvendor id
e4770629 1009 */
08c189f2
TI
1010struct alc_codec_rename_table {
1011 unsigned int vendor_id;
1012 unsigned short coef_mask;
1013 unsigned short coef_bits;
1014 const char *name;
1015};
84898e87 1016
4b016931
KY
1017struct alc_codec_rename_pci_table {
1018 unsigned int codec_vendor_id;
1019 unsigned short pci_subvendor;
1020 unsigned short pci_subdevice;
1021 const char *name;
1022};
1023
6b0f95c4 1024static const struct alc_codec_rename_table rename_tbl[] = {
e6e5f7ad 1025 { 0x10ec0221, 0xf00f, 0x1003, "ALC231" },
08c189f2
TI
1026 { 0x10ec0269, 0xfff0, 0x3010, "ALC277" },
1027 { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" },
1028 { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" },
1029 { 0x10ec0269, 0x00f0, 0x0010, "ALC269VB" },
1030 { 0x10ec0269, 0xffff, 0xa023, "ALC259" },
1031 { 0x10ec0269, 0xffff, 0x6023, "ALC281X" },
1032 { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" },
1033 { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" },
e6e5f7ad 1034 { 0x10ec0662, 0xffff, 0x4020, "ALC656" },
08c189f2
TI
1035 { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" },
1036 { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" },
1037 { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" },
1038 { 0x10ec0899, 0x2000, 0x2000, "ALC899" },
1039 { 0x10ec0892, 0xffff, 0x8020, "ALC661" },
1040 { 0x10ec0892, 0xffff, 0x8011, "ALC661" },
1041 { 0x10ec0892, 0xffff, 0x4011, "ALC656" },
1042 { } /* terminator */
1043};
84898e87 1044
6b0f95c4 1045static const struct alc_codec_rename_pci_table rename_pci_tbl[] = {
4b016931
KY
1046 { 0x10ec0280, 0x1028, 0, "ALC3220" },
1047 { 0x10ec0282, 0x1028, 0, "ALC3221" },
1048 { 0x10ec0283, 0x1028, 0, "ALC3223" },
193177de 1049 { 0x10ec0288, 0x1028, 0, "ALC3263" },
4b016931 1050 { 0x10ec0292, 0x1028, 0, "ALC3226" },
193177de 1051 { 0x10ec0293, 0x1028, 0, "ALC3235" },
4b016931
KY
1052 { 0x10ec0255, 0x1028, 0, "ALC3234" },
1053 { 0x10ec0668, 0x1028, 0, "ALC3661" },
e6e5f7ad
KY
1054 { 0x10ec0275, 0x1028, 0, "ALC3260" },
1055 { 0x10ec0899, 0x1028, 0, "ALC3861" },
2c674fac 1056 { 0x10ec0298, 0x1028, 0, "ALC3266" },
736f20a7 1057 { 0x10ec0236, 0x1028, 0, "ALC3204" },
82324502 1058 { 0x10ec0256, 0x1028, 0, "ALC3246" },
4231430d 1059 { 0x10ec0225, 0x1028, 0, "ALC3253" },
7d727869 1060 { 0x10ec0295, 0x1028, 0, "ALC3254" },
28f1f9b2 1061 { 0x10ec0299, 0x1028, 0, "ALC3271" },
e6e5f7ad
KY
1062 { 0x10ec0670, 0x1025, 0, "ALC669X" },
1063 { 0x10ec0676, 0x1025, 0, "ALC679X" },
1064 { 0x10ec0282, 0x1043, 0, "ALC3229" },
1065 { 0x10ec0233, 0x1043, 0, "ALC3236" },
1066 { 0x10ec0280, 0x103c, 0, "ALC3228" },
1067 { 0x10ec0282, 0x103c, 0, "ALC3227" },
1068 { 0x10ec0286, 0x103c, 0, "ALC3242" },
1069 { 0x10ec0290, 0x103c, 0, "ALC3241" },
1070 { 0x10ec0668, 0x103c, 0, "ALC3662" },
1071 { 0x10ec0283, 0x17aa, 0, "ALC3239" },
1072 { 0x10ec0292, 0x17aa, 0, "ALC3232" },
4b016931
KY
1073 { } /* terminator */
1074};
1075
08c189f2 1076static int alc_codec_rename_from_preset(struct hda_codec *codec)
1d045db9 1077{
08c189f2 1078 const struct alc_codec_rename_table *p;
4b016931 1079 const struct alc_codec_rename_pci_table *q;
60db6b53 1080
08c189f2 1081 for (p = rename_tbl; p->vendor_id; p++) {
7639a06c 1082 if (p->vendor_id != codec->core.vendor_id)
08c189f2
TI
1083 continue;
1084 if ((alc_get_coef0(codec) & p->coef_mask) == p->coef_bits)
1085 return alc_codec_rename(codec, p->name);
1d045db9 1086 }
4b016931 1087
5100cd07
TI
1088 if (!codec->bus->pci)
1089 return 0;
4b016931 1090 for (q = rename_pci_tbl; q->codec_vendor_id; q++) {
7639a06c 1091 if (q->codec_vendor_id != codec->core.vendor_id)
4b016931
KY
1092 continue;
1093 if (q->pci_subvendor != codec->bus->pci->subsystem_vendor)
1094 continue;
1095 if (!q->pci_subdevice ||
1096 q->pci_subdevice == codec->bus->pci->subsystem_device)
1097 return alc_codec_rename(codec, q->name);
1098 }
1099
08c189f2 1100 return 0;
1d045db9 1101}
f53281e6 1102
e4770629 1103
1d045db9
TI
1104/*
1105 * Digital-beep handlers
1106 */
1107#ifdef CONFIG_SND_HDA_INPUT_BEEP
fea80fae
TI
1108
1109/* additional beep mixers; private_value will be overwritten */
1110static const struct snd_kcontrol_new alc_beep_mixer[] = {
1111 HDA_CODEC_VOLUME("Beep Playback Volume", 0, 0, HDA_INPUT),
1112 HDA_CODEC_MUTE_BEEP("Beep Playback Switch", 0, 0, HDA_INPUT),
1113};
1114
1115/* set up and create beep controls */
1116static int set_beep_amp(struct alc_spec *spec, hda_nid_t nid,
1117 int idx, int dir)
1118{
1119 struct snd_kcontrol_new *knew;
1120 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir);
1121 int i;
1122
1123 for (i = 0; i < ARRAY_SIZE(alc_beep_mixer); i++) {
1124 knew = snd_hda_gen_add_kctl(&spec->gen, NULL,
1125 &alc_beep_mixer[i]);
1126 if (!knew)
1127 return -ENOMEM;
1128 knew->private_value = beep_amp;
1129 }
1130 return 0;
1131}
84898e87 1132
6317e5eb 1133static const struct snd_pci_quirk beep_allow_list[] = {
7110005e 1134 SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
a4b7f21d 1135 SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1),
1d045db9 1136 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
8554ee40 1137 SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1),
1d045db9
TI
1138 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
1139 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
1140 SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
78f8baf1 1141 SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
1d045db9 1142 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
6317e5eb 1143 /* denylist -- no beep available */
051c78af
TI
1144 SND_PCI_QUIRK(0x17aa, 0x309e, "Lenovo ThinkCentre M73", 0),
1145 SND_PCI_QUIRK(0x17aa, 0x30a3, "Lenovo ThinkCentre M93", 0),
1d045db9 1146 {}
fe3eb0a7
KY
1147};
1148
1d045db9
TI
1149static inline int has_cdefine_beep(struct hda_codec *codec)
1150{
1151 struct alc_spec *spec = codec->spec;
1152 const struct snd_pci_quirk *q;
6317e5eb 1153 q = snd_pci_quirk_lookup(codec->bus->pci, beep_allow_list);
1d045db9
TI
1154 if (q)
1155 return q->value;
1156 return spec->cdefine.enable_pcbeep;
1157}
1158#else
fea80fae 1159#define set_beep_amp(spec, nid, idx, dir) 0
1d045db9
TI
1160#define has_cdefine_beep(codec) 0
1161#endif
84898e87 1162
1d045db9
TI
1163/* parse the BIOS configuration and set up the alc_spec */
1164/* return 1 if successful, 0 if the proper config is not found,
1165 * or a negative error code
1166 */
3e6179b8
TI
1167static int alc_parse_auto_config(struct hda_codec *codec,
1168 const hda_nid_t *ignore_nids,
1169 const hda_nid_t *ssid_nids)
1d045db9
TI
1170{
1171 struct alc_spec *spec = codec->spec;
08c189f2 1172 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1d045db9 1173 int err;
26f5df26 1174
53c334ad
TI
1175 err = snd_hda_parse_pin_defcfg(codec, cfg, ignore_nids,
1176 spec->parse_flags);
1d045db9
TI
1177 if (err < 0)
1178 return err;
3e6179b8
TI
1179
1180 if (ssid_nids)
1181 alc_ssid_check(codec, ssid_nids);
64154835 1182
08c189f2
TI
1183 err = snd_hda_gen_parse_auto_config(codec, cfg);
1184 if (err < 0)
1185 return err;
070cff4c 1186
1d045db9 1187 return 1;
60db6b53 1188}
f6a92248 1189
3de95173
TI
1190/* common preparation job for alc_spec */
1191static int alc_alloc_spec(struct hda_codec *codec, hda_nid_t mixer_nid)
1192{
1193 struct alc_spec *spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1194 int err;
1195
1196 if (!spec)
1197 return -ENOMEM;
1198 codec->spec = spec;
08c189f2
TI
1199 snd_hda_gen_spec_init(&spec->gen);
1200 spec->gen.mixer_nid = mixer_nid;
1201 spec->gen.own_eapd_ctl = 1;
1098b7c2 1202 codec->single_adc_amp = 1;
08c189f2
TI
1203 /* FIXME: do we need this for all Realtek codec models? */
1204 codec->spdif_status_reset = 1;
a6e7d0a4 1205 codec->forced_resume = 1;
225068ab 1206 codec->patch_ops = alc_patch_ops;
b837a9f5 1207 mutex_init(&spec->coef_mutex);
3de95173
TI
1208
1209 err = alc_codec_rename_from_preset(codec);
1210 if (err < 0) {
1211 kfree(spec);
1212 return err;
1213 }
1214 return 0;
1215}
1216
3e6179b8
TI
1217static int alc880_parse_auto_config(struct hda_codec *codec)
1218{
1219 static const hda_nid_t alc880_ignore[] = { 0x1d, 0 };
7d7eb9ea 1220 static const hda_nid_t alc880_ssids[] = { 0x15, 0x1b, 0x14, 0 };
3e6179b8
TI
1221 return alc_parse_auto_config(codec, alc880_ignore, alc880_ssids);
1222}
1223
ee3b2969
TI
1224/*
1225 * ALC880 fix-ups
1226 */
1227enum {
411225a0 1228 ALC880_FIXUP_GPIO1,
ee3b2969
TI
1229 ALC880_FIXUP_GPIO2,
1230 ALC880_FIXUP_MEDION_RIM,
dc6af52d 1231 ALC880_FIXUP_LG,
db8a38e5 1232 ALC880_FIXUP_LG_LW25,
f02aab5d 1233 ALC880_FIXUP_W810,
27e917f8 1234 ALC880_FIXUP_EAPD_COEF,
b9368f5c 1235 ALC880_FIXUP_TCL_S700,
cf5a2279
TI
1236 ALC880_FIXUP_VOL_KNOB,
1237 ALC880_FIXUP_FUJITSU,
ba533818 1238 ALC880_FIXUP_F1734,
817de92f 1239 ALC880_FIXUP_UNIWILL,
967b88c4 1240 ALC880_FIXUP_UNIWILL_DIG,
96e225f6 1241 ALC880_FIXUP_Z71V,
487a588d 1242 ALC880_FIXUP_ASUS_W5A,
67b6ec31
TI
1243 ALC880_FIXUP_3ST_BASE,
1244 ALC880_FIXUP_3ST,
1245 ALC880_FIXUP_3ST_DIG,
1246 ALC880_FIXUP_5ST_BASE,
1247 ALC880_FIXUP_5ST,
1248 ALC880_FIXUP_5ST_DIG,
1249 ALC880_FIXUP_6ST_BASE,
1250 ALC880_FIXUP_6ST,
1251 ALC880_FIXUP_6ST_DIG,
5397145f 1252 ALC880_FIXUP_6ST_AUTOMUTE,
ee3b2969
TI
1253};
1254
cf5a2279
TI
1255/* enable the volume-knob widget support on NID 0x21 */
1256static void alc880_fixup_vol_knob(struct hda_codec *codec,
1727a771 1257 const struct hda_fixup *fix, int action)
cf5a2279 1258{
1727a771 1259 if (action == HDA_FIXUP_ACT_PROBE)
62f949bf
TI
1260 snd_hda_jack_detect_enable_callback(codec, 0x21,
1261 alc_update_knob_master);
cf5a2279
TI
1262}
1263
1727a771 1264static const struct hda_fixup alc880_fixups[] = {
411225a0 1265 [ALC880_FIXUP_GPIO1] = {
5579cd6f
TI
1266 .type = HDA_FIXUP_FUNC,
1267 .v.func = alc_fixup_gpio1,
411225a0 1268 },
ee3b2969 1269 [ALC880_FIXUP_GPIO2] = {
5579cd6f
TI
1270 .type = HDA_FIXUP_FUNC,
1271 .v.func = alc_fixup_gpio2,
ee3b2969
TI
1272 },
1273 [ALC880_FIXUP_MEDION_RIM] = {
1727a771 1274 .type = HDA_FIXUP_VERBS,
ee3b2969
TI
1275 .v.verbs = (const struct hda_verb[]) {
1276 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1277 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1278 { }
1279 },
1280 .chained = true,
1281 .chain_id = ALC880_FIXUP_GPIO2,
1282 },
dc6af52d 1283 [ALC880_FIXUP_LG] = {
1727a771
TI
1284 .type = HDA_FIXUP_PINS,
1285 .v.pins = (const struct hda_pintbl[]) {
dc6af52d
TI
1286 /* disable bogus unused pins */
1287 { 0x16, 0x411111f0 },
1288 { 0x18, 0x411111f0 },
1289 { 0x1a, 0x411111f0 },
1290 { }
1291 }
1292 },
db8a38e5
TI
1293 [ALC880_FIXUP_LG_LW25] = {
1294 .type = HDA_FIXUP_PINS,
1295 .v.pins = (const struct hda_pintbl[]) {
1296 { 0x1a, 0x0181344f }, /* line-in */
1297 { 0x1b, 0x0321403f }, /* headphone */
1298 { }
1299 }
1300 },
f02aab5d 1301 [ALC880_FIXUP_W810] = {
1727a771
TI
1302 .type = HDA_FIXUP_PINS,
1303 .v.pins = (const struct hda_pintbl[]) {
f02aab5d
TI
1304 /* disable bogus unused pins */
1305 { 0x17, 0x411111f0 },
1306 { }
1307 },
1308 .chained = true,
1309 .chain_id = ALC880_FIXUP_GPIO2,
1310 },
27e917f8 1311 [ALC880_FIXUP_EAPD_COEF] = {
1727a771 1312 .type = HDA_FIXUP_VERBS,
27e917f8
TI
1313 .v.verbs = (const struct hda_verb[]) {
1314 /* change to EAPD mode */
1315 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1316 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1317 {}
1318 },
1319 },
b9368f5c 1320 [ALC880_FIXUP_TCL_S700] = {
1727a771 1321 .type = HDA_FIXUP_VERBS,
b9368f5c
TI
1322 .v.verbs = (const struct hda_verb[]) {
1323 /* change to EAPD mode */
1324 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1325 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
1326 {}
1327 },
1328 .chained = true,
1329 .chain_id = ALC880_FIXUP_GPIO2,
1330 },
cf5a2279 1331 [ALC880_FIXUP_VOL_KNOB] = {
1727a771 1332 .type = HDA_FIXUP_FUNC,
cf5a2279
TI
1333 .v.func = alc880_fixup_vol_knob,
1334 },
1335 [ALC880_FIXUP_FUJITSU] = {
1336 /* override all pins as BIOS on old Amilo is broken */
1727a771
TI
1337 .type = HDA_FIXUP_PINS,
1338 .v.pins = (const struct hda_pintbl[]) {
bb148bde 1339 { 0x14, 0x0121401f }, /* HP */
cf5a2279
TI
1340 { 0x15, 0x99030120 }, /* speaker */
1341 { 0x16, 0x99030130 }, /* bass speaker */
1342 { 0x17, 0x411111f0 }, /* N/A */
1343 { 0x18, 0x411111f0 }, /* N/A */
1344 { 0x19, 0x01a19950 }, /* mic-in */
1345 { 0x1a, 0x411111f0 }, /* N/A */
1346 { 0x1b, 0x411111f0 }, /* N/A */
1347 { 0x1c, 0x411111f0 }, /* N/A */
1348 { 0x1d, 0x411111f0 }, /* N/A */
1349 { 0x1e, 0x01454140 }, /* SPDIF out */
1350 { }
1351 },
1352 .chained = true,
1353 .chain_id = ALC880_FIXUP_VOL_KNOB,
1354 },
ba533818
TI
1355 [ALC880_FIXUP_F1734] = {
1356 /* almost compatible with FUJITSU, but no bass and SPDIF */
1727a771
TI
1357 .type = HDA_FIXUP_PINS,
1358 .v.pins = (const struct hda_pintbl[]) {
bb148bde 1359 { 0x14, 0x0121401f }, /* HP */
ba533818
TI
1360 { 0x15, 0x99030120 }, /* speaker */
1361 { 0x16, 0x411111f0 }, /* N/A */
1362 { 0x17, 0x411111f0 }, /* N/A */
1363 { 0x18, 0x411111f0 }, /* N/A */
1364 { 0x19, 0x01a19950 }, /* mic-in */
1365 { 0x1a, 0x411111f0 }, /* N/A */
1366 { 0x1b, 0x411111f0 }, /* N/A */
1367 { 0x1c, 0x411111f0 }, /* N/A */
1368 { 0x1d, 0x411111f0 }, /* N/A */
1369 { 0x1e, 0x411111f0 }, /* N/A */
1370 { }
1371 },
1372 .chained = true,
1373 .chain_id = ALC880_FIXUP_VOL_KNOB,
1374 },
817de92f
TI
1375 [ALC880_FIXUP_UNIWILL] = {
1376 /* need to fix HP and speaker pins to be parsed correctly */
1727a771
TI
1377 .type = HDA_FIXUP_PINS,
1378 .v.pins = (const struct hda_pintbl[]) {
817de92f
TI
1379 { 0x14, 0x0121411f }, /* HP */
1380 { 0x15, 0x99030120 }, /* speaker */
1381 { 0x16, 0x99030130 }, /* bass speaker */
1382 { }
1383 },
1384 },
967b88c4 1385 [ALC880_FIXUP_UNIWILL_DIG] = {
1727a771
TI
1386 .type = HDA_FIXUP_PINS,
1387 .v.pins = (const struct hda_pintbl[]) {
967b88c4
TI
1388 /* disable bogus unused pins */
1389 { 0x17, 0x411111f0 },
1390 { 0x19, 0x411111f0 },
1391 { 0x1b, 0x411111f0 },
1392 { 0x1f, 0x411111f0 },
1393 { }
1394 }
1395 },
96e225f6 1396 [ALC880_FIXUP_Z71V] = {
1727a771
TI
1397 .type = HDA_FIXUP_PINS,
1398 .v.pins = (const struct hda_pintbl[]) {
96e225f6
TI
1399 /* set up the whole pins as BIOS is utterly broken */
1400 { 0x14, 0x99030120 }, /* speaker */
1401 { 0x15, 0x0121411f }, /* HP */
1402 { 0x16, 0x411111f0 }, /* N/A */
1403 { 0x17, 0x411111f0 }, /* N/A */
1404 { 0x18, 0x01a19950 }, /* mic-in */
1405 { 0x19, 0x411111f0 }, /* N/A */
1406 { 0x1a, 0x01813031 }, /* line-in */
1407 { 0x1b, 0x411111f0 }, /* N/A */
1408 { 0x1c, 0x411111f0 }, /* N/A */
1409 { 0x1d, 0x411111f0 }, /* N/A */
1410 { 0x1e, 0x0144111e }, /* SPDIF */
1411 { }
1412 }
1413 },
487a588d
TI
1414 [ALC880_FIXUP_ASUS_W5A] = {
1415 .type = HDA_FIXUP_PINS,
1416 .v.pins = (const struct hda_pintbl[]) {
1417 /* set up the whole pins as BIOS is utterly broken */
1418 { 0x14, 0x0121411f }, /* HP */
1419 { 0x15, 0x411111f0 }, /* N/A */
1420 { 0x16, 0x411111f0 }, /* N/A */
1421 { 0x17, 0x411111f0 }, /* N/A */
1422 { 0x18, 0x90a60160 }, /* mic */
1423 { 0x19, 0x411111f0 }, /* N/A */
1424 { 0x1a, 0x411111f0 }, /* N/A */
1425 { 0x1b, 0x411111f0 }, /* N/A */
1426 { 0x1c, 0x411111f0 }, /* N/A */
1427 { 0x1d, 0x411111f0 }, /* N/A */
1428 { 0x1e, 0xb743111e }, /* SPDIF out */
1429 { }
1430 },
1431 .chained = true,
1432 .chain_id = ALC880_FIXUP_GPIO1,
1433 },
67b6ec31 1434 [ALC880_FIXUP_3ST_BASE] = {
1727a771
TI
1435 .type = HDA_FIXUP_PINS,
1436 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1437 { 0x14, 0x01014010 }, /* line-out */
1438 { 0x15, 0x411111f0 }, /* N/A */
1439 { 0x16, 0x411111f0 }, /* N/A */
1440 { 0x17, 0x411111f0 }, /* N/A */
1441 { 0x18, 0x01a19c30 }, /* mic-in */
1442 { 0x19, 0x0121411f }, /* HP */
1443 { 0x1a, 0x01813031 }, /* line-in */
1444 { 0x1b, 0x02a19c40 }, /* front-mic */
1445 { 0x1c, 0x411111f0 }, /* N/A */
1446 { 0x1d, 0x411111f0 }, /* N/A */
1447 /* 0x1e is filled in below */
1448 { 0x1f, 0x411111f0 }, /* N/A */
1449 { }
1450 }
1451 },
1452 [ALC880_FIXUP_3ST] = {
1727a771
TI
1453 .type = HDA_FIXUP_PINS,
1454 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1455 { 0x1e, 0x411111f0 }, /* N/A */
1456 { }
1457 },
1458 .chained = true,
1459 .chain_id = ALC880_FIXUP_3ST_BASE,
1460 },
1461 [ALC880_FIXUP_3ST_DIG] = {
1727a771
TI
1462 .type = HDA_FIXUP_PINS,
1463 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1464 { 0x1e, 0x0144111e }, /* SPDIF */
1465 { }
1466 },
1467 .chained = true,
1468 .chain_id = ALC880_FIXUP_3ST_BASE,
1469 },
1470 [ALC880_FIXUP_5ST_BASE] = {
1727a771
TI
1471 .type = HDA_FIXUP_PINS,
1472 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1473 { 0x14, 0x01014010 }, /* front */
1474 { 0x15, 0x411111f0 }, /* N/A */
1475 { 0x16, 0x01011411 }, /* CLFE */
1476 { 0x17, 0x01016412 }, /* surr */
1477 { 0x18, 0x01a19c30 }, /* mic-in */
1478 { 0x19, 0x0121411f }, /* HP */
1479 { 0x1a, 0x01813031 }, /* line-in */
1480 { 0x1b, 0x02a19c40 }, /* front-mic */
1481 { 0x1c, 0x411111f0 }, /* N/A */
1482 { 0x1d, 0x411111f0 }, /* N/A */
1483 /* 0x1e is filled in below */
1484 { 0x1f, 0x411111f0 }, /* N/A */
1485 { }
1486 }
1487 },
1488 [ALC880_FIXUP_5ST] = {
1727a771
TI
1489 .type = HDA_FIXUP_PINS,
1490 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1491 { 0x1e, 0x411111f0 }, /* N/A */
1492 { }
1493 },
1494 .chained = true,
1495 .chain_id = ALC880_FIXUP_5ST_BASE,
1496 },
1497 [ALC880_FIXUP_5ST_DIG] = {
1727a771
TI
1498 .type = HDA_FIXUP_PINS,
1499 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1500 { 0x1e, 0x0144111e }, /* SPDIF */
1501 { }
1502 },
1503 .chained = true,
1504 .chain_id = ALC880_FIXUP_5ST_BASE,
1505 },
1506 [ALC880_FIXUP_6ST_BASE] = {
1727a771
TI
1507 .type = HDA_FIXUP_PINS,
1508 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1509 { 0x14, 0x01014010 }, /* front */
1510 { 0x15, 0x01016412 }, /* surr */
1511 { 0x16, 0x01011411 }, /* CLFE */
1512 { 0x17, 0x01012414 }, /* side */
1513 { 0x18, 0x01a19c30 }, /* mic-in */
1514 { 0x19, 0x02a19c40 }, /* front-mic */
1515 { 0x1a, 0x01813031 }, /* line-in */
1516 { 0x1b, 0x0121411f }, /* HP */
1517 { 0x1c, 0x411111f0 }, /* N/A */
1518 { 0x1d, 0x411111f0 }, /* N/A */
1519 /* 0x1e is filled in below */
1520 { 0x1f, 0x411111f0 }, /* N/A */
1521 { }
1522 }
1523 },
1524 [ALC880_FIXUP_6ST] = {
1727a771
TI
1525 .type = HDA_FIXUP_PINS,
1526 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1527 { 0x1e, 0x411111f0 }, /* N/A */
1528 { }
1529 },
1530 .chained = true,
1531 .chain_id = ALC880_FIXUP_6ST_BASE,
1532 },
1533 [ALC880_FIXUP_6ST_DIG] = {
1727a771
TI
1534 .type = HDA_FIXUP_PINS,
1535 .v.pins = (const struct hda_pintbl[]) {
67b6ec31
TI
1536 { 0x1e, 0x0144111e }, /* SPDIF */
1537 { }
1538 },
1539 .chained = true,
1540 .chain_id = ALC880_FIXUP_6ST_BASE,
1541 },
5397145f
TI
1542 [ALC880_FIXUP_6ST_AUTOMUTE] = {
1543 .type = HDA_FIXUP_PINS,
1544 .v.pins = (const struct hda_pintbl[]) {
1545 { 0x1b, 0x0121401f }, /* HP with jack detect */
1546 { }
1547 },
1548 .chained_before = true,
1549 .chain_id = ALC880_FIXUP_6ST_BASE,
1550 },
ee3b2969
TI
1551};
1552
1553static const struct snd_pci_quirk alc880_fixup_tbl[] = {
f02aab5d 1554 SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_FIXUP_W810),
487a588d 1555 SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS W5A", ALC880_FIXUP_ASUS_W5A),
96e225f6 1556 SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_FIXUP_Z71V),
29e3fdcc 1557 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS", ALC880_FIXUP_GPIO1),
6538de03 1558 SND_PCI_QUIRK(0x147b, 0x1045, "ABit AA8XE", ALC880_FIXUP_6ST_AUTOMUTE),
29e3fdcc 1559 SND_PCI_QUIRK(0x1558, 0x5401, "Clevo GPIO2", ALC880_FIXUP_GPIO2),
27e917f8 1560 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo", ALC880_FIXUP_EAPD_COEF),
967b88c4 1561 SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_FIXUP_UNIWILL_DIG),
ba533818 1562 SND_PCI_QUIRK(0x1584, 0x9054, "Uniwill", ALC880_FIXUP_F1734),
817de92f 1563 SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_FIXUP_UNIWILL),
7833c7e8 1564 SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_FIXUP_VOL_KNOB),
f02aab5d 1565 SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_FIXUP_W810),
ee3b2969 1566 SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_FIXUP_MEDION_RIM),
5397145f 1567 SND_PCI_QUIRK(0x1631, 0xe011, "PB 13201056", ALC880_FIXUP_6ST_AUTOMUTE),
a161574e 1568 SND_PCI_QUIRK(0x1734, 0x107c, "FSC Amilo M1437", ALC880_FIXUP_FUJITSU),
cf5a2279 1569 SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FIXUP_FUJITSU),
ba533818 1570 SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_FIXUP_F1734),
cf5a2279 1571 SND_PCI_QUIRK(0x1734, 0x10b0, "FSC Amilo Pi1556", ALC880_FIXUP_FUJITSU),
dc6af52d
TI
1572 SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_FIXUP_LG),
1573 SND_PCI_QUIRK(0x1854, 0x005f, "LG P1 Express", ALC880_FIXUP_LG),
1574 SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_FIXUP_LG),
db8a38e5 1575 SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_FIXUP_LG_LW25),
b9368f5c 1576 SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_FIXUP_TCL_S700),
67b6ec31
TI
1577
1578 /* Below is the copied entries from alc880_quirks.c.
1579 * It's not quite sure whether BIOS sets the correct pin-config table
1580 * on these machines, thus they are kept to be compatible with
1581 * the old static quirks. Once when it's confirmed to work without
1582 * these overrides, it'd be better to remove.
1583 */
1584 SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_FIXUP_5ST_DIG),
1585 SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_FIXUP_6ST),
1586 SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_FIXUP_3ST_DIG),
1587 SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_FIXUP_6ST_DIG),
1588 SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_FIXUP_6ST_DIG),
1589 SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_FIXUP_6ST_DIG),
1590 SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_FIXUP_3ST_DIG),
1591 SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_FIXUP_3ST),
1592 SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_FIXUP_6ST_DIG),
1593 SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_FIXUP_3ST),
1594 SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_FIXUP_3ST),
1595 SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_FIXUP_5ST),
1596 SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_FIXUP_5ST),
1597 SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_FIXUP_5ST),
1598 SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_FIXUP_6ST_DIG),
1599 SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_FIXUP_6ST_DIG),
1600 SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_FIXUP_6ST_DIG),
1601 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),
1602 SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_FIXUP_5ST_DIG),
1603 SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_FIXUP_5ST_DIG),
1604 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_FIXUP_5ST_DIG),
1605 SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_FIXUP_6ST_DIG), /* broken BIOS */
1606 SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_FIXUP_6ST_DIG),
1607 SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1608 SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1609 SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1610 SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1611 SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1612 SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1613 SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1614 SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1615 SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1616 SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1617 /* default Intel */
1618 SND_PCI_QUIRK_VENDOR(0x8086, "Intel mobo", ALC880_FIXUP_3ST),
1619 SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_FIXUP_5ST_DIG),
1620 SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_FIXUP_6ST_DIG),
1621 {}
1622};
1623
1727a771 1624static const struct hda_model_fixup alc880_fixup_models[] = {
67b6ec31
TI
1625 {.id = ALC880_FIXUP_3ST, .name = "3stack"},
1626 {.id = ALC880_FIXUP_3ST_DIG, .name = "3stack-digout"},
1627 {.id = ALC880_FIXUP_5ST, .name = "5stack"},
1628 {.id = ALC880_FIXUP_5ST_DIG, .name = "5stack-digout"},
1629 {.id = ALC880_FIXUP_6ST, .name = "6stack"},
1630 {.id = ALC880_FIXUP_6ST_DIG, .name = "6stack-digout"},
5397145f 1631 {.id = ALC880_FIXUP_6ST_AUTOMUTE, .name = "6stack-automute"},
ee3b2969
TI
1632 {}
1633};
1634
1635
1d045db9
TI
1636/*
1637 * OK, here we have finally the patch for ALC880
1638 */
1d045db9 1639static int patch_alc880(struct hda_codec *codec)
60db6b53 1640{
1d045db9 1641 struct alc_spec *spec;
1d045db9 1642 int err;
f6a92248 1643
3de95173
TI
1644 err = alc_alloc_spec(codec, 0x0b);
1645 if (err < 0)
1646 return err;
64154835 1647
3de95173 1648 spec = codec->spec;
08c189f2 1649 spec->gen.need_dac_fix = 1;
7504b6cd 1650 spec->gen.beep_nid = 0x01;
f53281e6 1651
225068ab
TI
1652 codec->patch_ops.unsol_event = alc880_unsol_event;
1653
c9af753f
TI
1654 alc_pre_init(codec);
1655
1727a771 1656 snd_hda_pick_fixup(codec, alc880_fixup_models, alc880_fixup_tbl,
67b6ec31 1657 alc880_fixups);
1727a771 1658 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ee3b2969 1659
67b6ec31
TI
1660 /* automatic parse from the BIOS config */
1661 err = alc880_parse_auto_config(codec);
1662 if (err < 0)
1663 goto error;
fe3eb0a7 1664
fea80fae
TI
1665 if (!spec->gen.no_analog) {
1666 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
1667 if (err < 0)
1668 goto error;
1669 }
f53281e6 1670
1727a771 1671 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1672
1d045db9 1673 return 0;
e16fb6d1
TI
1674
1675 error:
1676 alc_free(codec);
1677 return err;
226b1ec8
KY
1678}
1679
1d045db9 1680
60db6b53 1681/*
1d045db9 1682 * ALC260 support
60db6b53 1683 */
1d045db9 1684static int alc260_parse_auto_config(struct hda_codec *codec)
f6a92248 1685{
1d045db9 1686 static const hda_nid_t alc260_ignore[] = { 0x17, 0 };
3e6179b8
TI
1687 static const hda_nid_t alc260_ssids[] = { 0x10, 0x15, 0x0f, 0 };
1688 return alc_parse_auto_config(codec, alc260_ignore, alc260_ssids);
f6a92248
KY
1689}
1690
1d045db9
TI
1691/*
1692 * Pin config fixes
1693 */
1694enum {
ca8f0424
TI
1695 ALC260_FIXUP_HP_DC5750,
1696 ALC260_FIXUP_HP_PIN_0F,
1697 ALC260_FIXUP_COEF,
15317ab2 1698 ALC260_FIXUP_GPIO1,
20f7d928
TI
1699 ALC260_FIXUP_GPIO1_TOGGLE,
1700 ALC260_FIXUP_REPLACER,
0a1c4fa2 1701 ALC260_FIXUP_HP_B1900,
118cb4a4 1702 ALC260_FIXUP_KN1,
39aedee7 1703 ALC260_FIXUP_FSC_S7020,
5ebd3bbd 1704 ALC260_FIXUP_FSC_S7020_JWSE,
d08c5ef2 1705 ALC260_FIXUP_VAIO_PINS,
1d045db9
TI
1706};
1707
20f7d928
TI
1708static void alc260_gpio1_automute(struct hda_codec *codec)
1709{
1710 struct alc_spec *spec = codec->spec;
aaf312de
TI
1711
1712 alc_update_gpio_data(codec, 0x01, spec->gen.hp_jack_present);
20f7d928
TI
1713}
1714
1715static void alc260_fixup_gpio1_toggle(struct hda_codec *codec,
1727a771 1716 const struct hda_fixup *fix, int action)
20f7d928
TI
1717{
1718 struct alc_spec *spec = codec->spec;
1727a771 1719 if (action == HDA_FIXUP_ACT_PROBE) {
20f7d928
TI
1720 /* although the machine has only one output pin, we need to
1721 * toggle GPIO1 according to the jack state
1722 */
08c189f2
TI
1723 spec->gen.automute_hook = alc260_gpio1_automute;
1724 spec->gen.detect_hp = 1;
1725 spec->gen.automute_speaker = 1;
1726 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */
62f949bf 1727 snd_hda_jack_detect_enable_callback(codec, 0x0f,
08c189f2 1728 snd_hda_gen_hp_automute);
5579cd6f 1729 alc_setup_gpio(codec, 0x01);
20f7d928
TI
1730 }
1731}
1732
118cb4a4 1733static void alc260_fixup_kn1(struct hda_codec *codec,
1727a771 1734 const struct hda_fixup *fix, int action)
118cb4a4
TI
1735{
1736 struct alc_spec *spec = codec->spec;
1727a771 1737 static const struct hda_pintbl pincfgs[] = {
118cb4a4
TI
1738 { 0x0f, 0x02214000 }, /* HP/speaker */
1739 { 0x12, 0x90a60160 }, /* int mic */
1740 { 0x13, 0x02a19000 }, /* ext mic */
1741 { 0x18, 0x01446000 }, /* SPDIF out */
1742 /* disable bogus I/O pins */
1743 { 0x10, 0x411111f0 },
1744 { 0x11, 0x411111f0 },
1745 { 0x14, 0x411111f0 },
1746 { 0x15, 0x411111f0 },
1747 { 0x16, 0x411111f0 },
1748 { 0x17, 0x411111f0 },
1749 { 0x19, 0x411111f0 },
1750 { }
1751 };
1752
1753 switch (action) {
1727a771
TI
1754 case HDA_FIXUP_ACT_PRE_PROBE:
1755 snd_hda_apply_pincfgs(codec, pincfgs);
118cb4a4
TI
1756 spec->init_amp = ALC_INIT_NONE;
1757 break;
1758 }
1759}
1760
39aedee7
TI
1761static void alc260_fixup_fsc_s7020(struct hda_codec *codec,
1762 const struct hda_fixup *fix, int action)
1763{
1764 struct alc_spec *spec = codec->spec;
1c76aa5f 1765 if (action == HDA_FIXUP_ACT_PRE_PROBE)
5ebd3bbd
TI
1766 spec->init_amp = ALC_INIT_NONE;
1767}
39aedee7 1768
5ebd3bbd
TI
1769static void alc260_fixup_fsc_s7020_jwse(struct hda_codec *codec,
1770 const struct hda_fixup *fix, int action)
1771{
1772 struct alc_spec *spec = codec->spec;
1773 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
f811c3cf 1774 spec->gen.add_jack_modes = 1;
5ebd3bbd 1775 spec->gen.hp_mic = 1;
e6e0ee50 1776 }
39aedee7
TI
1777}
1778
1727a771 1779static const struct hda_fixup alc260_fixups[] = {
ca8f0424 1780 [ALC260_FIXUP_HP_DC5750] = {
1727a771
TI
1781 .type = HDA_FIXUP_PINS,
1782 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
1783 { 0x11, 0x90130110 }, /* speaker */
1784 { }
1785 }
1786 },
ca8f0424 1787 [ALC260_FIXUP_HP_PIN_0F] = {
1727a771
TI
1788 .type = HDA_FIXUP_PINS,
1789 .v.pins = (const struct hda_pintbl[]) {
ca8f0424
TI
1790 { 0x0f, 0x01214000 }, /* HP */
1791 { }
1792 }
1793 },
1794 [ALC260_FIXUP_COEF] = {
1727a771 1795 .type = HDA_FIXUP_VERBS,
ca8f0424 1796 .v.verbs = (const struct hda_verb[]) {
e30cf2d2
RM
1797 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1798 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
ca8f0424
TI
1799 { }
1800 },
ca8f0424 1801 },
15317ab2 1802 [ALC260_FIXUP_GPIO1] = {
5579cd6f
TI
1803 .type = HDA_FIXUP_FUNC,
1804 .v.func = alc_fixup_gpio1,
15317ab2 1805 },
20f7d928 1806 [ALC260_FIXUP_GPIO1_TOGGLE] = {
1727a771 1807 .type = HDA_FIXUP_FUNC,
20f7d928
TI
1808 .v.func = alc260_fixup_gpio1_toggle,
1809 .chained = true,
1810 .chain_id = ALC260_FIXUP_HP_PIN_0F,
1811 },
1812 [ALC260_FIXUP_REPLACER] = {
1727a771 1813 .type = HDA_FIXUP_VERBS,
20f7d928 1814 .v.verbs = (const struct hda_verb[]) {
192a98e2
TI
1815 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1816 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 },
20f7d928
TI
1817 { }
1818 },
1819 .chained = true,
1820 .chain_id = ALC260_FIXUP_GPIO1_TOGGLE,
1821 },
0a1c4fa2 1822 [ALC260_FIXUP_HP_B1900] = {
1727a771 1823 .type = HDA_FIXUP_FUNC,
0a1c4fa2
TI
1824 .v.func = alc260_fixup_gpio1_toggle,
1825 .chained = true,
1826 .chain_id = ALC260_FIXUP_COEF,
118cb4a4
TI
1827 },
1828 [ALC260_FIXUP_KN1] = {
1727a771 1829 .type = HDA_FIXUP_FUNC,
118cb4a4
TI
1830 .v.func = alc260_fixup_kn1,
1831 },
39aedee7
TI
1832 [ALC260_FIXUP_FSC_S7020] = {
1833 .type = HDA_FIXUP_FUNC,
1834 .v.func = alc260_fixup_fsc_s7020,
1835 },
5ebd3bbd
TI
1836 [ALC260_FIXUP_FSC_S7020_JWSE] = {
1837 .type = HDA_FIXUP_FUNC,
1838 .v.func = alc260_fixup_fsc_s7020_jwse,
1839 .chained = true,
1840 .chain_id = ALC260_FIXUP_FSC_S7020,
1841 },
d08c5ef2
TI
1842 [ALC260_FIXUP_VAIO_PINS] = {
1843 .type = HDA_FIXUP_PINS,
1844 .v.pins = (const struct hda_pintbl[]) {
1845 /* Pin configs are missing completely on some VAIOs */
1846 { 0x0f, 0x01211020 },
1847 { 0x10, 0x0001003f },
1848 { 0x11, 0x411111f0 },
1849 { 0x12, 0x01a15930 },
1850 { 0x13, 0x411111f0 },
1851 { 0x14, 0x411111f0 },
1852 { 0x15, 0x411111f0 },
1853 { 0x16, 0x411111f0 },
1854 { 0x17, 0x411111f0 },
1855 { 0x18, 0x411111f0 },
1856 { 0x19, 0x411111f0 },
1857 { }
1858 }
1859 },
1d045db9
TI
1860};
1861
1862static const struct snd_pci_quirk alc260_fixup_tbl[] = {
15317ab2 1863 SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_FIXUP_GPIO1),
ca8f0424 1864 SND_PCI_QUIRK(0x1025, 0x007f, "Acer Aspire 9500", ALC260_FIXUP_COEF),
15317ab2 1865 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1),
ca8f0424 1866 SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750),
0a1c4fa2 1867 SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900),
d08c5ef2 1868 SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_FIXUP_VAIO_PINS),
0f5a5b85 1869 SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F),
39aedee7 1870 SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020),
b1f58085 1871 SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1),
118cb4a4 1872 SND_PCI_QUIRK(0x152d, 0x0729, "Quanta KN1", ALC260_FIXUP_KN1),
20f7d928 1873 SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_FIXUP_REPLACER),
ca8f0424 1874 SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_FIXUP_COEF),
1d045db9
TI
1875 {}
1876};
1877
5ebd3bbd
TI
1878static const struct hda_model_fixup alc260_fixup_models[] = {
1879 {.id = ALC260_FIXUP_GPIO1, .name = "gpio1"},
1880 {.id = ALC260_FIXUP_COEF, .name = "coef"},
1881 {.id = ALC260_FIXUP_FSC_S7020, .name = "fujitsu"},
1882 {.id = ALC260_FIXUP_FSC_S7020_JWSE, .name = "fujitsu-jwse"},
1883 {}
1884};
1885
1d045db9
TI
1886/*
1887 */
1d045db9 1888static int patch_alc260(struct hda_codec *codec)
977ddd6b 1889{
1d045db9 1890 struct alc_spec *spec;
c3c2c9e7 1891 int err;
1d045db9 1892
3de95173
TI
1893 err = alc_alloc_spec(codec, 0x07);
1894 if (err < 0)
1895 return err;
1d045db9 1896
3de95173 1897 spec = codec->spec;
ea46c3c8
TI
1898 /* as quite a few machines require HP amp for speaker outputs,
1899 * it's easier to enable it unconditionally; even if it's unneeded,
1900 * it's almost harmless.
1901 */
1902 spec->gen.prefer_hp_amp = 1;
7504b6cd 1903 spec->gen.beep_nid = 0x01;
1d045db9 1904
225068ab
TI
1905 spec->shutup = alc_eapd_shutup;
1906
c9af753f
TI
1907 alc_pre_init(codec);
1908
5ebd3bbd
TI
1909 snd_hda_pick_fixup(codec, alc260_fixup_models, alc260_fixup_tbl,
1910 alc260_fixups);
1727a771 1911 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
977ddd6b 1912
c3c2c9e7
TI
1913 /* automatic parse from the BIOS config */
1914 err = alc260_parse_auto_config(codec);
1915 if (err < 0)
1916 goto error;
977ddd6b 1917
fea80fae
TI
1918 if (!spec->gen.no_analog) {
1919 err = set_beep_amp(spec, 0x07, 0x05, HDA_INPUT);
1920 if (err < 0)
1921 goto error;
1922 }
977ddd6b 1923
1727a771 1924 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 1925
1d045db9 1926 return 0;
e16fb6d1
TI
1927
1928 error:
1929 alc_free(codec);
1930 return err;
6981d184
TI
1931}
1932
1d045db9
TI
1933
1934/*
1935 * ALC882/883/885/888/889 support
1936 *
1937 * ALC882 is almost identical with ALC880 but has cleaner and more flexible
1938 * configuration. Each pin widget can choose any input DACs and a mixer.
1939 * Each ADC is connected from a mixer of all inputs. This makes possible
1940 * 6-channel independent captures.
1941 *
1942 * In addition, an independent DAC for the multi-playback (not used in this
1943 * driver yet).
1944 */
1d045db9
TI
1945
1946/*
1947 * Pin config fixes
1948 */
ff818c24 1949enum {
5c0ebfbe
TI
1950 ALC882_FIXUP_ABIT_AW9D_MAX,
1951 ALC882_FIXUP_LENOVO_Y530,
1952 ALC882_FIXUP_PB_M5210,
1953 ALC882_FIXUP_ACER_ASPIRE_7736,
1954 ALC882_FIXUP_ASUS_W90V,
8f239214 1955 ALC889_FIXUP_CD,
b2c53e20 1956 ALC889_FIXUP_FRONT_HP_NO_PRESENCE,
5c0ebfbe 1957 ALC889_FIXUP_VAIO_TT,
0e7cc2e7 1958 ALC888_FIXUP_EEE1601,
4841b8e6 1959 ALC886_FIXUP_EAPD,
177943a3 1960 ALC882_FIXUP_EAPD,
7a6069bf 1961 ALC883_FIXUP_EAPD,
8812c4f9 1962 ALC883_FIXUP_ACER_EAPD,
1a97b7f2
TI
1963 ALC882_FIXUP_GPIO1,
1964 ALC882_FIXUP_GPIO2,
eb844d51 1965 ALC882_FIXUP_GPIO3,
68ef0561
TI
1966 ALC889_FIXUP_COEF,
1967 ALC882_FIXUP_ASUS_W2JC,
c3e837bb
TI
1968 ALC882_FIXUP_ACER_ASPIRE_4930G,
1969 ALC882_FIXUP_ACER_ASPIRE_8930G,
1970 ALC882_FIXUP_ASPIRE_8930G_VERBS,
5671087f 1971 ALC885_FIXUP_MACPRO_GPIO,
02a237b2 1972 ALC889_FIXUP_DAC_ROUTE,
1a97b7f2
TI
1973 ALC889_FIXUP_MBP_VREF,
1974 ALC889_FIXUP_IMAC91_VREF,
e7729a41 1975 ALC889_FIXUP_MBA11_VREF,
0756f09c 1976 ALC889_FIXUP_MBA21_VREF,
c20f31ec 1977 ALC889_FIXUP_MP11_VREF,
9f660a1c 1978 ALC889_FIXUP_MP41_VREF,
6e72aa5f 1979 ALC882_FIXUP_INV_DMIC,
e427c237 1980 ALC882_FIXUP_NO_PRIMARY_HP,
1f0bbf03 1981 ALC887_FIXUP_ASUS_BASS,
eb9ca3ab 1982 ALC887_FIXUP_BASS_CHMAP,
7beb3a6e 1983 ALC1220_FIXUP_GB_DUAL_CODECS,
c1933008 1984 ALC1220_FIXUP_GB_X570,
0202f5cd 1985 ALC1220_FIXUP_CLEVO_P950,
80690a27
RS
1986 ALC1220_FIXUP_CLEVO_PB51ED,
1987 ALC1220_FIXUP_CLEVO_PB51ED_PINS,
ca184355
JHP
1988 ALC887_FIXUP_ASUS_AUDIO,
1989 ALC887_FIXUP_ASUS_HMIC,
9bfa7b36 1990 ALCS1200A_FIXUP_MIC_VREF,
baaacbff 1991 ALC888VD_FIXUP_MIC_100VREF,
ff818c24
TI
1992};
1993
68ef0561 1994static void alc889_fixup_coef(struct hda_codec *codec,
1727a771 1995 const struct hda_fixup *fix, int action)
68ef0561 1996{
1727a771 1997 if (action != HDA_FIXUP_ACT_INIT)
68ef0561 1998 return;
1df8874b 1999 alc_update_coef_idx(codec, 7, 0, 0x2030);
68ef0561
TI
2000}
2001
5671087f
TI
2002/* set up GPIO at initialization */
2003static void alc885_fixup_macpro_gpio(struct hda_codec *codec,
1727a771 2004 const struct hda_fixup *fix, int action)
5671087f 2005{
215c850c
TI
2006 struct alc_spec *spec = codec->spec;
2007
2008 spec->gpio_write_delay = true;
2009 alc_fixup_gpio3(codec, fix, action);
5671087f
TI
2010}
2011
02a237b2
TI
2012/* Fix the connection of some pins for ALC889:
2013 * At least, Acer Aspire 5935 shows the connections to DAC3/4 don't
2014 * work correctly (bko#42740)
2015 */
2016static void alc889_fixup_dac_route(struct hda_codec *codec,
1727a771 2017 const struct hda_fixup *fix, int action)
02a237b2 2018{
1727a771 2019 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
ef8d60fb 2020 /* fake the connections during parsing the tree */
caf3c043
MM
2021 static const hda_nid_t conn1[] = { 0x0c, 0x0d };
2022 static const hda_nid_t conn2[] = { 0x0e, 0x0f };
2023 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2024 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn1), conn1);
2025 snd_hda_override_conn_list(codec, 0x18, ARRAY_SIZE(conn2), conn2);
2026 snd_hda_override_conn_list(codec, 0x1a, ARRAY_SIZE(conn2), conn2);
1727a771 2027 } else if (action == HDA_FIXUP_ACT_PROBE) {
ef8d60fb 2028 /* restore the connections */
caf3c043
MM
2029 static const hda_nid_t conn[] = { 0x0c, 0x0d, 0x0e, 0x0f, 0x26 };
2030 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn), conn);
2031 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn), conn);
2032 snd_hda_override_conn_list(codec, 0x18, ARRAY_SIZE(conn), conn);
2033 snd_hda_override_conn_list(codec, 0x1a, ARRAY_SIZE(conn), conn);
02a237b2
TI
2034 }
2035}
2036
1a97b7f2
TI
2037/* Set VREF on HP pin */
2038static void alc889_fixup_mbp_vref(struct hda_codec *codec,
1727a771 2039 const struct hda_fixup *fix, int action)
1a97b7f2 2040{
caf3c043 2041 static const hda_nid_t nids[] = { 0x14, 0x15, 0x19 };
1a97b7f2 2042 struct alc_spec *spec = codec->spec;
1a97b7f2
TI
2043 int i;
2044
1727a771 2045 if (action != HDA_FIXUP_ACT_INIT)
1a97b7f2
TI
2046 return;
2047 for (i = 0; i < ARRAY_SIZE(nids); i++) {
2048 unsigned int val = snd_hda_codec_get_pincfg(codec, nids[i]);
2049 if (get_defcfg_device(val) != AC_JACK_HP_OUT)
2050 continue;
d3f02d60 2051 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 2052 val |= AC_PINCTL_VREF_80;
cdd03ced 2053 snd_hda_set_pin_ctl(codec, nids[i], val);
08c189f2 2054 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
2055 break;
2056 }
2057}
2058
0756f09c
TI
2059static void alc889_fixup_mac_pins(struct hda_codec *codec,
2060 const hda_nid_t *nids, int num_nids)
1a97b7f2
TI
2061{
2062 struct alc_spec *spec = codec->spec;
1a97b7f2
TI
2063 int i;
2064
0756f09c 2065 for (i = 0; i < num_nids; i++) {
1a97b7f2 2066 unsigned int val;
d3f02d60 2067 val = snd_hda_codec_get_pin_target(codec, nids[i]);
1a97b7f2 2068 val |= AC_PINCTL_VREF_50;
cdd03ced 2069 snd_hda_set_pin_ctl(codec, nids[i], val);
1a97b7f2 2070 }
08c189f2 2071 spec->gen.keep_vref_in_automute = 1;
1a97b7f2
TI
2072}
2073
0756f09c
TI
2074/* Set VREF on speaker pins on imac91 */
2075static void alc889_fixup_imac91_vref(struct hda_codec *codec,
2076 const struct hda_fixup *fix, int action)
2077{
caf3c043 2078 static const hda_nid_t nids[] = { 0x18, 0x1a };
0756f09c
TI
2079
2080 if (action == HDA_FIXUP_ACT_INIT)
2081 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2082}
2083
e7729a41
AV
2084/* Set VREF on speaker pins on mba11 */
2085static void alc889_fixup_mba11_vref(struct hda_codec *codec,
2086 const struct hda_fixup *fix, int action)
2087{
caf3c043 2088 static const hda_nid_t nids[] = { 0x18 };
e7729a41
AV
2089
2090 if (action == HDA_FIXUP_ACT_INIT)
2091 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2092}
2093
0756f09c
TI
2094/* Set VREF on speaker pins on mba21 */
2095static void alc889_fixup_mba21_vref(struct hda_codec *codec,
2096 const struct hda_fixup *fix, int action)
2097{
caf3c043 2098 static const hda_nid_t nids[] = { 0x18, 0x19 };
0756f09c
TI
2099
2100 if (action == HDA_FIXUP_ACT_INIT)
2101 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
2102}
2103
e427c237 2104/* Don't take HP output as primary
d9111496
FLVC
2105 * Strangely, the speaker output doesn't work on Vaio Z and some Vaio
2106 * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05
e427c237
TI
2107 */
2108static void alc882_fixup_no_primary_hp(struct hda_codec *codec,
1727a771 2109 const struct hda_fixup *fix, int action)
e427c237
TI
2110{
2111 struct alc_spec *spec = codec->spec;
da96fb5b 2112 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
08c189f2 2113 spec->gen.no_primary_hp = 1;
da96fb5b
TI
2114 spec->gen.no_multi_io = 1;
2115 }
e427c237
TI
2116}
2117
eb9ca3ab
TI
2118static void alc_fixup_bass_chmap(struct hda_codec *codec,
2119 const struct hda_fixup *fix, int action);
2120
7beb3a6e
TI
2121/* For dual-codec configuration, we need to disable some features to avoid
2122 * conflicts of kctls and PCM streams
2123 */
2124static void alc_fixup_dual_codecs(struct hda_codec *codec,
2125 const struct hda_fixup *fix, int action)
2126{
2127 struct alc_spec *spec = codec->spec;
2128
2129 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2130 return;
2131 /* disable vmaster */
2132 spec->gen.suppress_vmaster = 1;
2133 /* auto-mute and auto-mic switch don't work with multiple codecs */
2134 spec->gen.suppress_auto_mute = 1;
2135 spec->gen.suppress_auto_mic = 1;
2136 /* disable aamix as well */
2137 spec->gen.mixer_nid = 0;
2138 /* add location prefix to avoid conflicts */
2139 codec->force_pin_prefix = 1;
2140}
2141
2142static void rename_ctl(struct hda_codec *codec, const char *oldname,
2143 const char *newname)
2144{
2145 struct snd_kcontrol *kctl;
2146
2147 kctl = snd_hda_find_mixer_ctl(codec, oldname);
2148 if (kctl)
b51c2253 2149 snd_ctl_rename(codec->card, kctl, newname);
7beb3a6e
TI
2150}
2151
2152static void alc1220_fixup_gb_dual_codecs(struct hda_codec *codec,
2153 const struct hda_fixup *fix,
2154 int action)
2155{
2156 alc_fixup_dual_codecs(codec, fix, action);
2157 switch (action) {
2158 case HDA_FIXUP_ACT_PRE_PROBE:
2159 /* override card longname to provide a unique UCM profile */
2160 strcpy(codec->card->longname, "HDAudio-Gigabyte-ALC1220DualCodecs");
2161 break;
2162 case HDA_FIXUP_ACT_BUILD:
2163 /* rename Capture controls depending on the codec */
2164 rename_ctl(codec, "Capture Volume",
2165 codec->addr == 0 ?
2166 "Rear-Panel Capture Volume" :
2167 "Front-Panel Capture Volume");
2168 rename_ctl(codec, "Capture Switch",
2169 codec->addr == 0 ?
2170 "Rear-Panel Capture Switch" :
2171 "Front-Panel Capture Switch");
2172 break;
2173 }
2174}
2175
c1933008
CL
2176static void alc1220_fixup_gb_x570(struct hda_codec *codec,
2177 const struct hda_fixup *fix,
2178 int action)
2179{
2180 static const hda_nid_t conn1[] = { 0x0c };
2181 static const struct coef_fw gb_x570_coefs[] = {
41a86013 2182 WRITE_COEF(0x07, 0x03c0),
c1933008
CL
2183 WRITE_COEF(0x1a, 0x01c1),
2184 WRITE_COEF(0x1b, 0x0202),
2185 WRITE_COEF(0x43, 0x3005),
2186 {}
2187 };
2188
2189 switch (action) {
2190 case HDA_FIXUP_ACT_PRE_PROBE:
2191 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2192 snd_hda_override_conn_list(codec, 0x1b, ARRAY_SIZE(conn1), conn1);
2193 break;
2194 case HDA_FIXUP_ACT_INIT:
2195 alc_process_coef_fw(codec, gb_x570_coefs);
2196 break;
2197 }
2198}
2199
0202f5cd
P
2200static void alc1220_fixup_clevo_p950(struct hda_codec *codec,
2201 const struct hda_fixup *fix,
2202 int action)
2203{
caf3c043 2204 static const hda_nid_t conn1[] = { 0x0c };
0202f5cd
P
2205
2206 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2207 return;
2208
2209 alc_update_coef_idx(codec, 0x7, 0, 0x3c3);
2210 /* We therefore want to make sure 0x14 (front headphone) and
2211 * 0x1b (speakers) use the stereo DAC 0x02
2212 */
caf3c043
MM
2213 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
2214 snd_hda_override_conn_list(codec, 0x1b, ARRAY_SIZE(conn1), conn1);
0202f5cd
P
2215}
2216
7f665b1c
JS
2217static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
2218 const struct hda_fixup *fix, int action);
2219
80690a27 2220static void alc1220_fixup_clevo_pb51ed(struct hda_codec *codec,
7f665b1c
JS
2221 const struct hda_fixup *fix,
2222 int action)
2223{
2224 alc1220_fixup_clevo_p950(codec, fix, action);
2225 alc_fixup_headset_mode_no_hp_mic(codec, fix, action);
2226}
2227
ca184355
JHP
2228static void alc887_asus_hp_automute_hook(struct hda_codec *codec,
2229 struct hda_jack_callback *jack)
2230{
2231 struct alc_spec *spec = codec->spec;
2232 unsigned int vref;
2233
2234 snd_hda_gen_hp_automute(codec, jack);
2235
2236 if (spec->gen.hp_jack_present)
2237 vref = AC_PINCTL_VREF_80;
2238 else
2239 vref = AC_PINCTL_VREF_HIZ;
2240 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref);
2241}
2242
2243static void alc887_fixup_asus_jack(struct hda_codec *codec,
2244 const struct hda_fixup *fix, int action)
2245{
2246 struct alc_spec *spec = codec->spec;
2247 if (action != HDA_FIXUP_ACT_PROBE)
2248 return;
2249 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP);
2250 spec->gen.hp_automute_hook = alc887_asus_hp_automute_hook;
2251}
2252
1727a771 2253static const struct hda_fixup alc882_fixups[] = {
5c0ebfbe 2254 [ALC882_FIXUP_ABIT_AW9D_MAX] = {
1727a771
TI
2255 .type = HDA_FIXUP_PINS,
2256 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2257 { 0x15, 0x01080104 }, /* side */
2258 { 0x16, 0x01011012 }, /* rear */
2259 { 0x17, 0x01016011 }, /* clfe */
2785591a 2260 { }
145a902b
DH
2261 }
2262 },
5c0ebfbe 2263 [ALC882_FIXUP_LENOVO_Y530] = {
1727a771
TI
2264 .type = HDA_FIXUP_PINS,
2265 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2266 { 0x15, 0x99130112 }, /* rear int speakers */
2267 { 0x16, 0x99130111 }, /* subwoofer */
ac612407
DH
2268 { }
2269 }
2270 },
5c0ebfbe 2271 [ALC882_FIXUP_PB_M5210] = {
fd108215
TI
2272 .type = HDA_FIXUP_PINCTLS,
2273 .v.pins = (const struct hda_pintbl[]) {
2274 { 0x19, PIN_VREF50 },
357f915e
KY
2275 {}
2276 }
2277 },
5c0ebfbe 2278 [ALC882_FIXUP_ACER_ASPIRE_7736] = {
1727a771 2279 .type = HDA_FIXUP_FUNC,
23d30f28 2280 .v.func = alc_fixup_sku_ignore,
6981d184 2281 },
5c0ebfbe 2282 [ALC882_FIXUP_ASUS_W90V] = {
1727a771
TI
2283 .type = HDA_FIXUP_PINS,
2284 .v.pins = (const struct hda_pintbl[]) {
5cdf745e
TI
2285 { 0x16, 0x99130110 }, /* fix sequence for CLFE */
2286 { }
2287 }
2288 },
8f239214 2289 [ALC889_FIXUP_CD] = {
1727a771
TI
2290 .type = HDA_FIXUP_PINS,
2291 .v.pins = (const struct hda_pintbl[]) {
8f239214
MB
2292 { 0x1c, 0x993301f0 }, /* CD */
2293 { }
2294 }
2295 },
b2c53e20
DH
2296 [ALC889_FIXUP_FRONT_HP_NO_PRESENCE] = {
2297 .type = HDA_FIXUP_PINS,
2298 .v.pins = (const struct hda_pintbl[]) {
2299 { 0x1b, 0x02214120 }, /* Front HP jack is flaky, disable jack detect */
2300 { }
2301 },
2302 .chained = true,
2303 .chain_id = ALC889_FIXUP_CD,
2304 },
5c0ebfbe 2305 [ALC889_FIXUP_VAIO_TT] = {
1727a771
TI
2306 .type = HDA_FIXUP_PINS,
2307 .v.pins = (const struct hda_pintbl[]) {
5c0ebfbe
TI
2308 { 0x17, 0x90170111 }, /* hidden surround speaker */
2309 { }
2310 }
2311 },
0e7cc2e7 2312 [ALC888_FIXUP_EEE1601] = {
1727a771 2313 .type = HDA_FIXUP_VERBS,
0e7cc2e7
TI
2314 .v.verbs = (const struct hda_verb[]) {
2315 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2316 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 },
2317 { }
2318 }
177943a3 2319 },
4841b8e6
PH
2320 [ALC886_FIXUP_EAPD] = {
2321 .type = HDA_FIXUP_VERBS,
2322 .v.verbs = (const struct hda_verb[]) {
2323 /* change to EAPD mode */
2324 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2325 { 0x20, AC_VERB_SET_PROC_COEF, 0x0068 },
2326 { }
2327 }
2328 },
177943a3 2329 [ALC882_FIXUP_EAPD] = {
1727a771 2330 .type = HDA_FIXUP_VERBS,
177943a3
TI
2331 .v.verbs = (const struct hda_verb[]) {
2332 /* change to EAPD mode */
2333 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2334 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
2335 { }
2336 }
2337 },
7a6069bf 2338 [ALC883_FIXUP_EAPD] = {
1727a771 2339 .type = HDA_FIXUP_VERBS,
7a6069bf
TI
2340 .v.verbs = (const struct hda_verb[]) {
2341 /* change to EAPD mode */
2342 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2343 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2344 { }
2345 }
2346 },
8812c4f9 2347 [ALC883_FIXUP_ACER_EAPD] = {
1727a771 2348 .type = HDA_FIXUP_VERBS,
8812c4f9
TI
2349 .v.verbs = (const struct hda_verb[]) {
2350 /* eanable EAPD on Acer laptops */
2351 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2352 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2353 { }
2354 }
2355 },
1a97b7f2 2356 [ALC882_FIXUP_GPIO1] = {
5579cd6f
TI
2357 .type = HDA_FIXUP_FUNC,
2358 .v.func = alc_fixup_gpio1,
1a97b7f2
TI
2359 },
2360 [ALC882_FIXUP_GPIO2] = {
5579cd6f
TI
2361 .type = HDA_FIXUP_FUNC,
2362 .v.func = alc_fixup_gpio2,
1a97b7f2 2363 },
eb844d51 2364 [ALC882_FIXUP_GPIO3] = {
5579cd6f
TI
2365 .type = HDA_FIXUP_FUNC,
2366 .v.func = alc_fixup_gpio3,
eb844d51 2367 },
68ef0561 2368 [ALC882_FIXUP_ASUS_W2JC] = {
5579cd6f
TI
2369 .type = HDA_FIXUP_FUNC,
2370 .v.func = alc_fixup_gpio1,
68ef0561
TI
2371 .chained = true,
2372 .chain_id = ALC882_FIXUP_EAPD,
2373 },
2374 [ALC889_FIXUP_COEF] = {
1727a771 2375 .type = HDA_FIXUP_FUNC,
68ef0561
TI
2376 .v.func = alc889_fixup_coef,
2377 },
c3e837bb 2378 [ALC882_FIXUP_ACER_ASPIRE_4930G] = {
1727a771
TI
2379 .type = HDA_FIXUP_PINS,
2380 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2381 { 0x16, 0x99130111 }, /* CLFE speaker */
2382 { 0x17, 0x99130112 }, /* surround speaker */
2383 { }
038d4fef
TI
2384 },
2385 .chained = true,
2386 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb
TI
2387 },
2388 [ALC882_FIXUP_ACER_ASPIRE_8930G] = {
1727a771
TI
2389 .type = HDA_FIXUP_PINS,
2390 .v.pins = (const struct hda_pintbl[]) {
c3e837bb
TI
2391 { 0x16, 0x99130111 }, /* CLFE speaker */
2392 { 0x1b, 0x99130112 }, /* surround speaker */
2393 { }
2394 },
2395 .chained = true,
2396 .chain_id = ALC882_FIXUP_ASPIRE_8930G_VERBS,
2397 },
2398 [ALC882_FIXUP_ASPIRE_8930G_VERBS] = {
2399 /* additional init verbs for Acer Aspire 8930G */
1727a771 2400 .type = HDA_FIXUP_VERBS,
c3e837bb
TI
2401 .v.verbs = (const struct hda_verb[]) {
2402 /* Enable all DACs */
2403 /* DAC DISABLE/MUTE 1? */
2404 /* setting bits 1-5 disables DAC nids 0x02-0x06
2405 * apparently. Init=0x38 */
2406 { 0x20, AC_VERB_SET_COEF_INDEX, 0x03 },
2407 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2408 /* DAC DISABLE/MUTE 2? */
2409 /* some bit here disables the other DACs.
2410 * Init=0x4900 */
2411 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08 },
2412 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2413 /* DMIC fix
2414 * This laptop has a stereo digital microphone.
2415 * The mics are only 1cm apart which makes the stereo
2416 * useless. However, either the mic or the ALC889
2417 * makes the signal become a difference/sum signal
2418 * instead of standard stereo, which is annoying.
2419 * So instead we flip this bit which makes the
2420 * codec replicate the sum signal to both channels,
2421 * turning it into a normal mono mic.
2422 */
2423 /* DMIC_CONTROL? Init value = 0x0001 */
2424 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2425 { 0x20, AC_VERB_SET_PROC_COEF, 0x0003 },
2426 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2427 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2428 { }
038d4fef
TI
2429 },
2430 .chained = true,
2431 .chain_id = ALC882_FIXUP_GPIO1,
c3e837bb 2432 },
5671087f 2433 [ALC885_FIXUP_MACPRO_GPIO] = {
1727a771 2434 .type = HDA_FIXUP_FUNC,
5671087f
TI
2435 .v.func = alc885_fixup_macpro_gpio,
2436 },
02a237b2 2437 [ALC889_FIXUP_DAC_ROUTE] = {
1727a771 2438 .type = HDA_FIXUP_FUNC,
02a237b2
TI
2439 .v.func = alc889_fixup_dac_route,
2440 },
1a97b7f2 2441 [ALC889_FIXUP_MBP_VREF] = {
1727a771 2442 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2443 .v.func = alc889_fixup_mbp_vref,
2444 .chained = true,
2445 .chain_id = ALC882_FIXUP_GPIO1,
2446 },
2447 [ALC889_FIXUP_IMAC91_VREF] = {
1727a771 2448 .type = HDA_FIXUP_FUNC,
1a97b7f2
TI
2449 .v.func = alc889_fixup_imac91_vref,
2450 .chained = true,
2451 .chain_id = ALC882_FIXUP_GPIO1,
2452 },
e7729a41
AV
2453 [ALC889_FIXUP_MBA11_VREF] = {
2454 .type = HDA_FIXUP_FUNC,
2455 .v.func = alc889_fixup_mba11_vref,
2456 .chained = true,
2457 .chain_id = ALC889_FIXUP_MBP_VREF,
2458 },
0756f09c
TI
2459 [ALC889_FIXUP_MBA21_VREF] = {
2460 .type = HDA_FIXUP_FUNC,
2461 .v.func = alc889_fixup_mba21_vref,
2462 .chained = true,
2463 .chain_id = ALC889_FIXUP_MBP_VREF,
2464 },
c20f31ec
TI
2465 [ALC889_FIXUP_MP11_VREF] = {
2466 .type = HDA_FIXUP_FUNC,
2467 .v.func = alc889_fixup_mba11_vref,
2468 .chained = true,
2469 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2470 },
9f660a1c
MK
2471 [ALC889_FIXUP_MP41_VREF] = {
2472 .type = HDA_FIXUP_FUNC,
2473 .v.func = alc889_fixup_mbp_vref,
2474 .chained = true,
2475 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2476 },
6e72aa5f 2477 [ALC882_FIXUP_INV_DMIC] = {
1727a771 2478 .type = HDA_FIXUP_FUNC,
9d36a7dc 2479 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2480 },
e427c237 2481 [ALC882_FIXUP_NO_PRIMARY_HP] = {
1727a771 2482 .type = HDA_FIXUP_FUNC,
e427c237
TI
2483 .v.func = alc882_fixup_no_primary_hp,
2484 },
1f0bbf03
TI
2485 [ALC887_FIXUP_ASUS_BASS] = {
2486 .type = HDA_FIXUP_PINS,
2487 .v.pins = (const struct hda_pintbl[]) {
2488 {0x16, 0x99130130}, /* bass speaker */
2489 {}
2490 },
eb9ca3ab
TI
2491 .chained = true,
2492 .chain_id = ALC887_FIXUP_BASS_CHMAP,
2493 },
2494 [ALC887_FIXUP_BASS_CHMAP] = {
2495 .type = HDA_FIXUP_FUNC,
2496 .v.func = alc_fixup_bass_chmap,
1f0bbf03 2497 },
7beb3a6e
TI
2498 [ALC1220_FIXUP_GB_DUAL_CODECS] = {
2499 .type = HDA_FIXUP_FUNC,
2500 .v.func = alc1220_fixup_gb_dual_codecs,
2501 },
c1933008
CL
2502 [ALC1220_FIXUP_GB_X570] = {
2503 .type = HDA_FIXUP_FUNC,
2504 .v.func = alc1220_fixup_gb_x570,
2505 },
0202f5cd
P
2506 [ALC1220_FIXUP_CLEVO_P950] = {
2507 .type = HDA_FIXUP_FUNC,
2508 .v.func = alc1220_fixup_clevo_p950,
2509 },
80690a27 2510 [ALC1220_FIXUP_CLEVO_PB51ED] = {
7f665b1c 2511 .type = HDA_FIXUP_FUNC,
80690a27 2512 .v.func = alc1220_fixup_clevo_pb51ed,
7f665b1c 2513 },
80690a27 2514 [ALC1220_FIXUP_CLEVO_PB51ED_PINS] = {
7f665b1c
JS
2515 .type = HDA_FIXUP_PINS,
2516 .v.pins = (const struct hda_pintbl[]) {
2517 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
2518 {}
2519 },
2520 .chained = true,
80690a27 2521 .chain_id = ALC1220_FIXUP_CLEVO_PB51ED,
7f665b1c 2522 },
ca184355
JHP
2523 [ALC887_FIXUP_ASUS_AUDIO] = {
2524 .type = HDA_FIXUP_PINS,
2525 .v.pins = (const struct hda_pintbl[]) {
2526 { 0x15, 0x02a14150 }, /* use as headset mic, without its own jack detect */
2527 { 0x19, 0x22219420 },
2528 {}
2529 },
2530 },
2531 [ALC887_FIXUP_ASUS_HMIC] = {
2532 .type = HDA_FIXUP_FUNC,
2533 .v.func = alc887_fixup_asus_jack,
2534 .chained = true,
2535 .chain_id = ALC887_FIXUP_ASUS_AUDIO,
2536 },
9bfa7b36
ML
2537 [ALCS1200A_FIXUP_MIC_VREF] = {
2538 .type = HDA_FIXUP_PINCTLS,
2539 .v.pins = (const struct hda_pintbl[]) {
2540 { 0x18, PIN_VREF50 }, /* rear mic */
2541 { 0x19, PIN_VREF50 }, /* front mic */
2542 {}
2543 }
2544 },
baaacbff
KY
2545 [ALC888VD_FIXUP_MIC_100VREF] = {
2546 .type = HDA_FIXUP_PINCTLS,
2547 .v.pins = (const struct hda_pintbl[]) {
2548 { 0x18, PIN_VREF100 }, /* headset mic */
2549 {}
2550 }
2551 },
ff818c24
TI
2552};
2553
1d045db9 2554static const struct snd_pci_quirk alc882_fixup_tbl[] = {
8812c4f9
TI
2555 SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD),
2556 SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
b5d724b1 2557 SND_PCI_QUIRK(0x1025, 0x0107, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
8812c4f9
TI
2558 SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD),
2559 SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
2560 SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD),
2561 SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_FIXUP_ACER_EAPD),
c3e837bb
TI
2562 SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G",
2563 ALC882_FIXUP_ACER_ASPIRE_4930G),
2564 SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
2565 ALC882_FIXUP_ACER_ASPIRE_4930G),
2566 SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G",
2567 ALC882_FIXUP_ACER_ASPIRE_8930G),
2568 SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G",
2569 ALC882_FIXUP_ACER_ASPIRE_8930G),
b265047a
TI
2570 SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2571 ALC882_FIXUP_ACER_ASPIRE_4930G),
2572 SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
c3e837bb
TI
2573 SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
2574 ALC882_FIXUP_ACER_ASPIRE_4930G),
2575 SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
2576 ALC882_FIXUP_ACER_ASPIRE_4930G),
f5c53d89
TI
2577 SND_PCI_QUIRK(0x1025, 0x021e, "Acer Aspire 5739G",
2578 ALC882_FIXUP_ACER_ASPIRE_4930G),
02a237b2 2579 SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),
fe97da1f 2580 SND_PCI_QUIRK(0x1025, 0x026b, "Acer Aspire 8940G", ALC882_FIXUP_ACER_ASPIRE_8930G),
ac9b1cdd 2581 SND_PCI_QUIRK(0x1025, 0x0296, "Acer Aspire 7736z", ALC882_FIXUP_ACER_ASPIRE_7736),
177943a3 2582 SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_FIXUP_EAPD),
5c0ebfbe 2583 SND_PCI_QUIRK(0x1043, 0x1873, "ASUS W90V", ALC882_FIXUP_ASUS_W90V),
68ef0561 2584 SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_FIXUP_ASUS_W2JC),
ca184355 2585 SND_PCI_QUIRK(0x1043, 0x2390, "Asus D700SA", ALC887_FIXUP_ASUS_HMIC),
0e7cc2e7 2586 SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_FIXUP_EEE1601),
1f0bbf03 2587 SND_PCI_QUIRK(0x1043, 0x84bc, "ASUS ET2700", ALC887_FIXUP_ASUS_BASS),
85bcf96c 2588 SND_PCI_QUIRK(0x1043, 0x8691, "ASUS ROG Ranger VIII", ALC882_FIXUP_GPIO3),
9bfa7b36 2589 SND_PCI_QUIRK(0x1043, 0x8797, "ASUS TUF B550M-PLUS", ALCS1200A_FIXUP_MIC_VREF),
b7529c18
TI
2590 SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP),
2591 SND_PCI_QUIRK(0x104d, 0x9044, "Sony VAIO AiO", ALC882_FIXUP_NO_PRIMARY_HP),
ac9b1cdd 2592 SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT),
e427c237 2593 SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP),
3f3c3714 2594 SND_PCI_QUIRK(0x104d, 0x9060, "Sony Vaio VPCL14M1R", ALC882_FIXUP_NO_PRIMARY_HP),
5671087f
TI
2595
2596 /* All Apple entries are in codec SSIDs */
1a97b7f2
TI
2597 SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF),
2598 SND_PCI_QUIRK(0x106b, 0x00a1, "Macbook", ALC889_FIXUP_MBP_VREF),
2599 SND_PCI_QUIRK(0x106b, 0x00a4, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
c20f31ec 2600 SND_PCI_QUIRK(0x106b, 0x0c00, "Mac Pro", ALC889_FIXUP_MP11_VREF),
5671087f
TI
2601 SND_PCI_QUIRK(0x106b, 0x1000, "iMac 24", ALC885_FIXUP_MACPRO_GPIO),
2602 SND_PCI_QUIRK(0x106b, 0x2800, "AppleTV", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2603 SND_PCI_QUIRK(0x106b, 0x2c00, "MacbookPro rev3", ALC889_FIXUP_MBP_VREF),
2604 SND_PCI_QUIRK(0x106b, 0x3000, "iMac", ALC889_FIXUP_MBP_VREF),
5671087f 2605 SND_PCI_QUIRK(0x106b, 0x3200, "iMac 7,1 Aluminum", ALC882_FIXUP_EAPD),
e7729a41 2606 SND_PCI_QUIRK(0x106b, 0x3400, "MacBookAir 1,1", ALC889_FIXUP_MBA11_VREF),
0756f09c 2607 SND_PCI_QUIRK(0x106b, 0x3500, "MacBookAir 2,1", ALC889_FIXUP_MBA21_VREF),
1a97b7f2
TI
2608 SND_PCI_QUIRK(0x106b, 0x3600, "Macbook 3,1", ALC889_FIXUP_MBP_VREF),
2609 SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
5671087f 2610 SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_FIXUP_MACPRO_GPIO),
1a97b7f2
TI
2611 SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC889_FIXUP_IMAC91_VREF),
2612 SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF),
2613 SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF),
9f660a1c 2614 SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 4,1/5,1", ALC889_FIXUP_MP41_VREF),
05193639 2615 SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF),
1a97b7f2
TI
2616 SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF),
2617 SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF),
649ccd08 2618 SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_MBA11_VREF),
5671087f 2619
7a6069bf 2620 SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD),
baaacbff 2621 SND_PCI_QUIRK(0x10ec, 0x12d8, "iBase Elo Touch", ALC888VD_FIXUP_MIC_100VREF),
4841b8e6 2622 SND_PCI_QUIRK(0x13fe, 0x1009, "Advantech MIT-W101", ALC886_FIXUP_EAPD),
b2c53e20 2623 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE),
7beb3a6e 2624 SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS),
c1933008 2625 SND_PCI_QUIRK(0x1458, 0xa0cd, "Gigabyte X570 Aorus Master", ALC1220_FIXUP_GB_X570),
ea354196 2626 SND_PCI_QUIRK(0x1458, 0xa0ce, "Gigabyte X570 Aorus Xtreme", ALC1220_FIXUP_GB_X570),
41a86013 2627 SND_PCI_QUIRK(0x1458, 0xa0d5, "Gigabyte X570S Aorus Master", ALC1220_FIXUP_GB_X570),
a0b03952 2628 SND_PCI_QUIRK(0x1462, 0x11f7, "MSI-GE63", ALC1220_FIXUP_CLEVO_P950),
a655e2b1 2629 SND_PCI_QUIRK(0x1462, 0x1228, "MSI-GP63", ALC1220_FIXUP_CLEVO_P950),
09926202 2630 SND_PCI_QUIRK(0x1462, 0x1229, "MSI-GP73", ALC1220_FIXUP_CLEVO_P950),
1d3aa4a5 2631 SND_PCI_QUIRK(0x1462, 0x1275, "MSI-GL63", ALC1220_FIXUP_CLEVO_P950),
7dafba37 2632 SND_PCI_QUIRK(0x1462, 0x1276, "MSI-GL73", ALC1220_FIXUP_CLEVO_P950),
cc5049ae 2633 SND_PCI_QUIRK(0x1462, 0x1293, "MSI-GP65", ALC1220_FIXUP_CLEVO_P950),
d2c3b14e 2634 SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD),
26af1772 2635 SND_PCI_QUIRK(0x1462, 0xcc34, "MSI Godlike X570", ALC1220_FIXUP_GB_DUAL_CODECS),
63691587 2636 SND_PCI_QUIRK(0x1462, 0xda57, "MSI Z270-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS),
d2c3b14e 2637 SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
5c0ebfbe 2638 SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
36d4d213 2639 SND_PCI_QUIRK(0x1558, 0x3702, "Clevo X370SN[VW]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd
TI
2640 SND_PCI_QUIRK(0x1558, 0x50d3, "Clevo PC50[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2641 SND_PCI_QUIRK(0x1558, 0x65d1, "Clevo PB51[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2642 SND_PCI_QUIRK(0x1558, 0x65d2, "Clevo PB51R[CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2643 SND_PCI_QUIRK(0x1558, 0x65e1, "Clevo PB51[ED][DF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2644 SND_PCI_QUIRK(0x1558, 0x65e5, "Clevo PC50D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
aef454b4 2645 SND_PCI_QUIRK(0x1558, 0x65f1, "Clevo PC50HS", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
9eb6f5c3 2646 SND_PCI_QUIRK(0x1558, 0x65f5, "Clevo PD50PN[NRT]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
b7a58228 2647 SND_PCI_QUIRK(0x1558, 0x66a2, "Clevo PE60RNE", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
33affa7f 2648 SND_PCI_QUIRK(0x1558, 0x66a6, "Clevo PE60SN[CDE]-[GS]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd
TI
2649 SND_PCI_QUIRK(0x1558, 0x67d1, "Clevo PB71[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2650 SND_PCI_QUIRK(0x1558, 0x67e1, "Clevo PB71[DE][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2651 SND_PCI_QUIRK(0x1558, 0x67e5, "Clevo PC70D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
dbfe8350 2652 SND_PCI_QUIRK(0x1558, 0x67f1, "Clevo PC70H[PRS]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
d4995121 2653 SND_PCI_QUIRK(0x1558, 0x67f5, "Clevo PD70PN[NRT]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
13e1a4cd 2654 SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
1f8d398e 2655 SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170SM", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
cc03069a 2656 SND_PCI_QUIRK(0x1558, 0x7715, "Clevo X170KM-G", ALC1220_FIXUP_CLEVO_PB51ED),
0202f5cd 2657 SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950),
b5acfe15 2658 SND_PCI_QUIRK(0x1558, 0x9506, "Clevo P955HQ", ALC1220_FIXUP_CLEVO_P950),
13e1a4cd 2659 SND_PCI_QUIRK(0x1558, 0x950a, "Clevo P955H[PR]", ALC1220_FIXUP_CLEVO_P950),
f3d737b6 2660 SND_PCI_QUIRK(0x1558, 0x95e1, "Clevo P95xER", ALC1220_FIXUP_CLEVO_P950),
2f0d520a 2661 SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),
b5acfe15
PH
2662 SND_PCI_QUIRK(0x1558, 0x95e3, "Clevo P955[ER]T", ALC1220_FIXUP_CLEVO_P950),
2663 SND_PCI_QUIRK(0x1558, 0x95e4, "Clevo P955ER", ALC1220_FIXUP_CLEVO_P950),
2664 SND_PCI_QUIRK(0x1558, 0x95e5, "Clevo P955EE6", ALC1220_FIXUP_CLEVO_P950),
2665 SND_PCI_QUIRK(0x1558, 0x95e6, "Clevo P950R[CDF]", ALC1220_FIXUP_CLEVO_P950),
503d90b3
RS
2666 SND_PCI_QUIRK(0x1558, 0x96e1, "Clevo P960[ER][CDFN]-K", ALC1220_FIXUP_CLEVO_P950),
2667 SND_PCI_QUIRK(0x1558, 0x97e1, "Clevo P970[ER][CDFN]", ALC1220_FIXUP_CLEVO_P950),
b5acfe15 2668 SND_PCI_QUIRK(0x1558, 0x97e2, "Clevo P970RC-M", ALC1220_FIXUP_CLEVO_P950),
b7a58228 2669 SND_PCI_QUIRK(0x1558, 0xd502, "Clevo PD50SNE", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
7a6069bf
TI
2670 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
2671 SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
ac9b1cdd 2672 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
68ef0561 2673 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_FIXUP_COEF),
ff818c24
TI
2674 {}
2675};
2676
1727a771 2677static const struct hda_model_fixup alc882_fixup_models[] = {
772c2917
TI
2678 {.id = ALC882_FIXUP_ABIT_AW9D_MAX, .name = "abit-aw9d"},
2679 {.id = ALC882_FIXUP_LENOVO_Y530, .name = "lenovo-y530"},
2680 {.id = ALC882_FIXUP_ACER_ASPIRE_7736, .name = "acer-aspire-7736"},
2681 {.id = ALC882_FIXUP_ASUS_W90V, .name = "asus-w90v"},
2682 {.id = ALC889_FIXUP_CD, .name = "cd"},
2683 {.id = ALC889_FIXUP_FRONT_HP_NO_PRESENCE, .name = "no-front-hp"},
2684 {.id = ALC889_FIXUP_VAIO_TT, .name = "vaio-tt"},
2685 {.id = ALC888_FIXUP_EEE1601, .name = "eee1601"},
2686 {.id = ALC882_FIXUP_EAPD, .name = "alc882-eapd"},
2687 {.id = ALC883_FIXUP_EAPD, .name = "alc883-eapd"},
2688 {.id = ALC882_FIXUP_GPIO1, .name = "gpio1"},
2689 {.id = ALC882_FIXUP_GPIO2, .name = "gpio2"},
2690 {.id = ALC882_FIXUP_GPIO3, .name = "gpio3"},
2691 {.id = ALC889_FIXUP_COEF, .name = "alc889-coef"},
2692 {.id = ALC882_FIXUP_ASUS_W2JC, .name = "asus-w2jc"},
912093bc
TI
2693 {.id = ALC882_FIXUP_ACER_ASPIRE_4930G, .name = "acer-aspire-4930g"},
2694 {.id = ALC882_FIXUP_ACER_ASPIRE_8930G, .name = "acer-aspire-8930g"},
2695 {.id = ALC883_FIXUP_ACER_EAPD, .name = "acer-aspire"},
772c2917
TI
2696 {.id = ALC885_FIXUP_MACPRO_GPIO, .name = "macpro-gpio"},
2697 {.id = ALC889_FIXUP_DAC_ROUTE, .name = "dac-route"},
2698 {.id = ALC889_FIXUP_MBP_VREF, .name = "mbp-vref"},
2699 {.id = ALC889_FIXUP_IMAC91_VREF, .name = "imac91-vref"},
2700 {.id = ALC889_FIXUP_MBA11_VREF, .name = "mba11-vref"},
2701 {.id = ALC889_FIXUP_MBA21_VREF, .name = "mba21-vref"},
2702 {.id = ALC889_FIXUP_MP11_VREF, .name = "mp11-vref"},
2703 {.id = ALC889_FIXUP_MP41_VREF, .name = "mp41-vref"},
6e72aa5f 2704 {.id = ALC882_FIXUP_INV_DMIC, .name = "inv-dmic"},
e427c237 2705 {.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
772c2917 2706 {.id = ALC887_FIXUP_ASUS_BASS, .name = "asus-bass"},
ba90d6a6 2707 {.id = ALC1220_FIXUP_GB_DUAL_CODECS, .name = "dual-codecs"},
63394a16 2708 {.id = ALC1220_FIXUP_GB_X570, .name = "gb-x570"},
772c2917 2709 {.id = ALC1220_FIXUP_CLEVO_P950, .name = "clevo-p950"},
912093bc
TI
2710 {}
2711};
2712
119b75c1
HW
2713static const struct snd_hda_pin_quirk alc882_pin_fixup_tbl[] = {
2714 SND_HDA_PIN_QUIRK(0x10ec1220, 0x1043, "ASUS", ALC1220_FIXUP_CLEVO_P950,
2715 {0x14, 0x01014010},
2716 {0x15, 0x01011012},
2717 {0x16, 0x01016011},
2718 {0x18, 0x01a19040},
2719 {0x19, 0x02a19050},
2720 {0x1a, 0x0181304f},
2721 {0x1b, 0x0221401f},
2722 {0x1e, 0x01456130}),
2723 SND_HDA_PIN_QUIRK(0x10ec1220, 0x1462, "MS-7C35", ALC1220_FIXUP_CLEVO_P950,
2724 {0x14, 0x01015010},
2725 {0x15, 0x01011012},
2726 {0x16, 0x01011011},
2727 {0x18, 0x01a11040},
2728 {0x19, 0x02a19050},
2729 {0x1a, 0x0181104f},
2730 {0x1b, 0x0221401f},
2731 {0x1e, 0x01451130}),
2732 {}
2733};
2734
f6a92248 2735/*
1d045db9 2736 * BIOS auto configuration
f6a92248 2737 */
1d045db9
TI
2738/* almost identical with ALC880 parser... */
2739static int alc882_parse_auto_config(struct hda_codec *codec)
2740{
1d045db9 2741 static const hda_nid_t alc882_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2742 static const hda_nid_t alc882_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2743 return alc_parse_auto_config(codec, alc882_ignore, alc882_ssids);
1d045db9 2744}
b896b4eb 2745
1d045db9
TI
2746/*
2747 */
1d045db9 2748static int patch_alc882(struct hda_codec *codec)
f6a92248
KY
2749{
2750 struct alc_spec *spec;
1a97b7f2 2751 int err;
f6a92248 2752
3de95173
TI
2753 err = alc_alloc_spec(codec, 0x0b);
2754 if (err < 0)
2755 return err;
f6a92248 2756
3de95173 2757 spec = codec->spec;
1f0f4b80 2758
7639a06c 2759 switch (codec->core.vendor_id) {
1d045db9
TI
2760 case 0x10ec0882:
2761 case 0x10ec0885:
acf08081 2762 case 0x10ec0900:
6d9ffcff 2763 case 0x10ec0b00:
a535ad57 2764 case 0x10ec1220:
1d045db9
TI
2765 break;
2766 default:
2767 /* ALC883 and variants */
2768 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2769 break;
c793bec5 2770 }
977ddd6b 2771
c9af753f
TI
2772 alc_pre_init(codec);
2773
1727a771 2774 snd_hda_pick_fixup(codec, alc882_fixup_models, alc882_fixup_tbl,
912093bc 2775 alc882_fixups);
119b75c1 2776 snd_hda_pick_pin_fixup(codec, alc882_pin_fixup_tbl, alc882_fixups, true);
1727a771 2777 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
ff818c24 2778
1d045db9
TI
2779 alc_auto_parse_customize_define(codec);
2780
7504b6cd
TI
2781 if (has_cdefine_beep(codec))
2782 spec->gen.beep_nid = 0x01;
2783
1a97b7f2
TI
2784 /* automatic parse from the BIOS config */
2785 err = alc882_parse_auto_config(codec);
2786 if (err < 0)
2787 goto error;
f6a92248 2788
fea80fae
TI
2789 if (!spec->gen.no_analog && spec->gen.beep_nid) {
2790 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2791 if (err < 0)
2792 goto error;
2793 }
f6a92248 2794
1727a771 2795 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2796
f6a92248 2797 return 0;
e16fb6d1
TI
2798
2799 error:
2800 alc_free(codec);
2801 return err;
f6a92248
KY
2802}
2803
df694daa 2804
df694daa 2805/*
1d045db9 2806 * ALC262 support
df694daa 2807 */
1d045db9 2808static int alc262_parse_auto_config(struct hda_codec *codec)
df694daa 2809{
1d045db9 2810 static const hda_nid_t alc262_ignore[] = { 0x1d, 0 };
3e6179b8
TI
2811 static const hda_nid_t alc262_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2812 return alc_parse_auto_config(codec, alc262_ignore, alc262_ssids);
df694daa
KY
2813}
2814
df694daa 2815/*
1d045db9 2816 * Pin config fixes
df694daa 2817 */
cfc9b06f 2818enum {
ea4e7af1 2819 ALC262_FIXUP_FSC_H270,
7513e6da 2820 ALC262_FIXUP_FSC_S7110,
ea4e7af1
TI
2821 ALC262_FIXUP_HP_Z200,
2822 ALC262_FIXUP_TYAN,
c470150c 2823 ALC262_FIXUP_LENOVO_3000,
b42590b8
TI
2824 ALC262_FIXUP_BENQ,
2825 ALC262_FIXUP_BENQ_T31,
6e72aa5f 2826 ALC262_FIXUP_INV_DMIC,
b5c6611f 2827 ALC262_FIXUP_INTEL_BAYLEYBAY,
cfc9b06f
TI
2828};
2829
1727a771 2830static const struct hda_fixup alc262_fixups[] = {
ea4e7af1 2831 [ALC262_FIXUP_FSC_H270] = {
1727a771
TI
2832 .type = HDA_FIXUP_PINS,
2833 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
2834 { 0x14, 0x99130110 }, /* speaker */
2835 { 0x15, 0x0221142f }, /* front HP */
2836 { 0x1b, 0x0121141f }, /* rear HP */
2837 { }
2838 }
2839 },
7513e6da
TI
2840 [ALC262_FIXUP_FSC_S7110] = {
2841 .type = HDA_FIXUP_PINS,
2842 .v.pins = (const struct hda_pintbl[]) {
2843 { 0x15, 0x90170110 }, /* speaker */
2844 { }
2845 },
2846 .chained = true,
2847 .chain_id = ALC262_FIXUP_BENQ,
2848 },
ea4e7af1 2849 [ALC262_FIXUP_HP_Z200] = {
1727a771
TI
2850 .type = HDA_FIXUP_PINS,
2851 .v.pins = (const struct hda_pintbl[]) {
1d045db9 2852 { 0x16, 0x99130120 }, /* internal speaker */
73413b12
TI
2853 { }
2854 }
cfc9b06f 2855 },
ea4e7af1 2856 [ALC262_FIXUP_TYAN] = {
1727a771
TI
2857 .type = HDA_FIXUP_PINS,
2858 .v.pins = (const struct hda_pintbl[]) {
ea4e7af1
TI
2859 { 0x14, 0x1993e1f0 }, /* int AUX */
2860 { }
2861 }
2862 },
c470150c 2863 [ALC262_FIXUP_LENOVO_3000] = {
fd108215
TI
2864 .type = HDA_FIXUP_PINCTLS,
2865 .v.pins = (const struct hda_pintbl[]) {
2866 { 0x19, PIN_VREF50 },
b42590b8
TI
2867 {}
2868 },
2869 .chained = true,
2870 .chain_id = ALC262_FIXUP_BENQ,
2871 },
2872 [ALC262_FIXUP_BENQ] = {
1727a771 2873 .type = HDA_FIXUP_VERBS,
b42590b8 2874 .v.verbs = (const struct hda_verb[]) {
c470150c
TI
2875 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2876 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2877 {}
2878 }
2879 },
b42590b8 2880 [ALC262_FIXUP_BENQ_T31] = {
1727a771 2881 .type = HDA_FIXUP_VERBS,
b42590b8
TI
2882 .v.verbs = (const struct hda_verb[]) {
2883 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2884 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2885 {}
2886 }
2887 },
6e72aa5f 2888 [ALC262_FIXUP_INV_DMIC] = {
1727a771 2889 .type = HDA_FIXUP_FUNC,
9d36a7dc 2890 .v.func = alc_fixup_inv_dmic,
6e72aa5f 2891 },
b5c6611f
ML
2892 [ALC262_FIXUP_INTEL_BAYLEYBAY] = {
2893 .type = HDA_FIXUP_FUNC,
2894 .v.func = alc_fixup_no_depop_delay,
2895 },
cfc9b06f
TI
2896};
2897
1d045db9 2898static const struct snd_pci_quirk alc262_fixup_tbl[] = {
ea4e7af1 2899 SND_PCI_QUIRK(0x103c, 0x170b, "HP Z200", ALC262_FIXUP_HP_Z200),
7513e6da 2900 SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu Lifebook S7110", ALC262_FIXUP_FSC_S7110),
3dcd3be3 2901 SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ),
ea4e7af1 2902 SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN),
275ec0cb 2903 SND_PCI_QUIRK(0x1734, 0x1141, "FSC ESPRIMO U9210", ALC262_FIXUP_FSC_H270),
ea4e7af1 2904 SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270),
c470150c 2905 SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000),
b42590b8
TI
2906 SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ),
2907 SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_FIXUP_BENQ_T31),
b5c6611f 2908 SND_PCI_QUIRK(0x8086, 0x7270, "BayleyBay", ALC262_FIXUP_INTEL_BAYLEYBAY),
cfc9b06f
TI
2909 {}
2910};
df694daa 2911
1727a771 2912static const struct hda_model_fixup alc262_fixup_models[] = {
6e72aa5f 2913 {.id = ALC262_FIXUP_INV_DMIC, .name = "inv-dmic"},
e43c44d6
TI
2914 {.id = ALC262_FIXUP_FSC_H270, .name = "fsc-h270"},
2915 {.id = ALC262_FIXUP_FSC_S7110, .name = "fsc-s7110"},
2916 {.id = ALC262_FIXUP_HP_Z200, .name = "hp-z200"},
2917 {.id = ALC262_FIXUP_TYAN, .name = "tyan"},
2918 {.id = ALC262_FIXUP_LENOVO_3000, .name = "lenovo-3000"},
2919 {.id = ALC262_FIXUP_BENQ, .name = "benq"},
2920 {.id = ALC262_FIXUP_BENQ_T31, .name = "benq-t31"},
2921 {.id = ALC262_FIXUP_INTEL_BAYLEYBAY, .name = "bayleybay"},
6e72aa5f
TI
2922 {}
2923};
1d045db9 2924
1d045db9
TI
2925/*
2926 */
1d045db9 2927static int patch_alc262(struct hda_codec *codec)
df694daa
KY
2928{
2929 struct alc_spec *spec;
df694daa
KY
2930 int err;
2931
3de95173
TI
2932 err = alc_alloc_spec(codec, 0x0b);
2933 if (err < 0)
2934 return err;
df694daa 2935
3de95173 2936 spec = codec->spec;
08c189f2 2937 spec->gen.shared_mic_vref_pin = 0x18;
1d045db9 2938
225068ab
TI
2939 spec->shutup = alc_eapd_shutup;
2940
1d045db9
TI
2941#if 0
2942 /* pshou 07/11/05 set a zero PCM sample to DAC when FIFO is
2943 * under-run
2944 */
98b24883 2945 alc_update_coefex_idx(codec, 0x1a, 7, 0, 0x80);
1d045db9 2946#endif
1d045db9
TI
2947 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2948
c9af753f
TI
2949 alc_pre_init(codec);
2950
1727a771 2951 snd_hda_pick_fixup(codec, alc262_fixup_models, alc262_fixup_tbl,
6e72aa5f 2952 alc262_fixups);
1727a771 2953 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
9c7f852e 2954
af741c15
TI
2955 alc_auto_parse_customize_define(codec);
2956
7504b6cd
TI
2957 if (has_cdefine_beep(codec))
2958 spec->gen.beep_nid = 0x01;
2959
42399f7a
TI
2960 /* automatic parse from the BIOS config */
2961 err = alc262_parse_auto_config(codec);
2962 if (err < 0)
2963 goto error;
df694daa 2964
fea80fae
TI
2965 if (!spec->gen.no_analog && spec->gen.beep_nid) {
2966 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2967 if (err < 0)
2968 goto error;
2969 }
2134ea4f 2970
1727a771 2971 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 2972
1da177e4 2973 return 0;
e16fb6d1
TI
2974
2975 error:
2976 alc_free(codec);
2977 return err;
1da177e4
LT
2978}
2979
f32610ed 2980/*
1d045db9 2981 * ALC268
f32610ed 2982 */
1d045db9 2983/* bind Beep switches of both NID 0x0f and 0x10 */
a717777d
TI
2984static int alc268_beep_switch_put(struct snd_kcontrol *kcontrol,
2985 struct snd_ctl_elem_value *ucontrol)
2986{
2987 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2988 unsigned long pval;
2989 int err;
2990
2991 mutex_lock(&codec->control_mutex);
2992 pval = kcontrol->private_value;
2993 kcontrol->private_value = (pval & ~0xff) | 0x0f;
2994 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
2995 if (err >= 0) {
2996 kcontrol->private_value = (pval & ~0xff) | 0x10;
2997 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
2998 }
2999 kcontrol->private_value = pval;
3000 mutex_unlock(&codec->control_mutex);
3001 return err;
3002}
f32610ed 3003
1d045db9
TI
3004static const struct snd_kcontrol_new alc268_beep_mixer[] = {
3005 HDA_CODEC_VOLUME("Beep Playback Volume", 0x1d, 0x0, HDA_INPUT),
a717777d
TI
3006 {
3007 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3008 .name = "Beep Playback Switch",
3009 .subdevice = HDA_SUBDEV_AMP_FLAG,
3010 .info = snd_hda_mixer_amp_switch_info,
3011 .get = snd_hda_mixer_amp_switch_get,
3012 .put = alc268_beep_switch_put,
3013 .private_value = HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT)
3014 },
f32610ed
JS
3015};
3016
1d045db9
TI
3017/* set PCBEEP vol = 0, mute connections */
3018static const struct hda_verb alc268_beep_init_verbs[] = {
3019 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
3020 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3021 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
3022 { }
f32610ed
JS
3023};
3024
6e72aa5f
TI
3025enum {
3026 ALC268_FIXUP_INV_DMIC,
cb766404 3027 ALC268_FIXUP_HP_EAPD,
24eff328 3028 ALC268_FIXUP_SPDIF,
6e72aa5f
TI
3029};
3030
1727a771 3031static const struct hda_fixup alc268_fixups[] = {
6e72aa5f 3032 [ALC268_FIXUP_INV_DMIC] = {
1727a771 3033 .type = HDA_FIXUP_FUNC,
9d36a7dc 3034 .v.func = alc_fixup_inv_dmic,
6e72aa5f 3035 },
cb766404 3036 [ALC268_FIXUP_HP_EAPD] = {
1727a771 3037 .type = HDA_FIXUP_VERBS,
cb766404
TI
3038 .v.verbs = (const struct hda_verb[]) {
3039 {0x15, AC_VERB_SET_EAPD_BTLENABLE, 0},
3040 {}
3041 }
3042 },
24eff328
TI
3043 [ALC268_FIXUP_SPDIF] = {
3044 .type = HDA_FIXUP_PINS,
3045 .v.pins = (const struct hda_pintbl[]) {
3046 { 0x1e, 0x014b1180 }, /* enable SPDIF out */
3047 {}
3048 }
3049 },
6e72aa5f
TI
3050};
3051
1727a771 3052static const struct hda_model_fixup alc268_fixup_models[] = {
6e72aa5f 3053 {.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
cb766404 3054 {.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
03bf11c9 3055 {.id = ALC268_FIXUP_SPDIF, .name = "spdif"},
cb766404
TI
3056 {}
3057};
3058
3059static const struct snd_pci_quirk alc268_fixup_tbl[] = {
24eff328 3060 SND_PCI_QUIRK(0x1025, 0x0139, "Acer TravelMate 6293", ALC268_FIXUP_SPDIF),
fcd8f3b1 3061 SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC),
cb766404
TI
3062 /* below is codec SSID since multiple Toshiba laptops have the
3063 * same PCI SSID 1179:ff00
3064 */
3065 SND_PCI_QUIRK(0x1179, 0xff06, "Toshiba P200", ALC268_FIXUP_HP_EAPD),
6e72aa5f
TI
3066 {}
3067};
3068
f32610ed
JS
3069/*
3070 * BIOS auto configuration
3071 */
1d045db9 3072static int alc268_parse_auto_config(struct hda_codec *codec)
f32610ed 3073{
3e6179b8 3074 static const hda_nid_t alc268_ssids[] = { 0x15, 0x1b, 0x14, 0 };
7504b6cd 3075 return alc_parse_auto_config(codec, NULL, alc268_ssids);
f32610ed
JS
3076}
3077
1d045db9
TI
3078/*
3079 */
1d045db9 3080static int patch_alc268(struct hda_codec *codec)
f32610ed
JS
3081{
3082 struct alc_spec *spec;
a5cb463a 3083 int i, err;
f32610ed 3084
1d045db9 3085 /* ALC268 has no aa-loopback mixer */
3de95173
TI
3086 err = alc_alloc_spec(codec, 0);
3087 if (err < 0)
3088 return err;
3089
3090 spec = codec->spec;
2722b535
TI
3091 if (has_cdefine_beep(codec))
3092 spec->gen.beep_nid = 0x01;
1f0f4b80 3093
225068ab
TI
3094 spec->shutup = alc_eapd_shutup;
3095
c9af753f
TI
3096 alc_pre_init(codec);
3097
1727a771
TI
3098 snd_hda_pick_fixup(codec, alc268_fixup_models, alc268_fixup_tbl, alc268_fixups);
3099 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
6e72aa5f 3100
6ebb8053
TI
3101 /* automatic parse from the BIOS config */
3102 err = alc268_parse_auto_config(codec);
e16fb6d1
TI
3103 if (err < 0)
3104 goto error;
f32610ed 3105
7504b6cd
TI
3106 if (err > 0 && !spec->gen.no_analog &&
3107 spec->gen.autocfg.speaker_pins[0] != 0x1d) {
a5cb463a
TI
3108 for (i = 0; i < ARRAY_SIZE(alc268_beep_mixer); i++) {
3109 if (!snd_hda_gen_add_kctl(&spec->gen, NULL,
3110 &alc268_beep_mixer[i])) {
3111 err = -ENOMEM;
3112 goto error;
3113 }
3114 }
7504b6cd 3115 snd_hda_add_verbs(codec, alc268_beep_init_verbs);
1d045db9
TI
3116 if (!query_amp_caps(codec, 0x1d, HDA_INPUT))
3117 /* override the amp caps for beep generator */
3118 snd_hda_override_amp_caps(codec, 0x1d, HDA_INPUT,
3119 (0x0c << AC_AMPCAP_OFFSET_SHIFT) |
3120 (0x0c << AC_AMPCAP_NUM_STEPS_SHIFT) |
3121 (0x07 << AC_AMPCAP_STEP_SIZE_SHIFT) |
3122 (0 << AC_AMPCAP_MUTE_SHIFT));
2f893286
KY
3123 }
3124
1727a771 3125 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
6e72aa5f 3126
f32610ed 3127 return 0;
e16fb6d1
TI
3128
3129 error:
3130 alc_free(codec);
3131 return err;
f32610ed
JS
3132}
3133
bc9f98a9 3134/*
1d045db9 3135 * ALC269
bc9f98a9 3136 */
08c189f2 3137
1d045db9 3138static const struct hda_pcm_stream alc269_44k_pcm_analog_playback = {
1d045db9 3139 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9
KY
3140};
3141
1d045db9 3142static const struct hda_pcm_stream alc269_44k_pcm_analog_capture = {
1d045db9 3143 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
bc9f98a9 3144};
291702f0 3145
1d045db9
TI
3146/* different alc269-variants */
3147enum {
3148 ALC269_TYPE_ALC269VA,
3149 ALC269_TYPE_ALC269VB,
3150 ALC269_TYPE_ALC269VC,
adcc70b2 3151 ALC269_TYPE_ALC269VD,
065380f0
KY
3152 ALC269_TYPE_ALC280,
3153 ALC269_TYPE_ALC282,
2af02be7 3154 ALC269_TYPE_ALC283,
065380f0 3155 ALC269_TYPE_ALC284,
4731d5de 3156 ALC269_TYPE_ALC293,
7fc7d047 3157 ALC269_TYPE_ALC286,
506b62c3 3158 ALC269_TYPE_ALC298,
1d04c9de 3159 ALC269_TYPE_ALC255,
4344aec8 3160 ALC269_TYPE_ALC256,
f429e7e4 3161 ALC269_TYPE_ALC257,
0a6f0600 3162 ALC269_TYPE_ALC215,
4231430d 3163 ALC269_TYPE_ALC225,
60571929 3164 ALC269_TYPE_ALC245,
99cee034 3165 ALC269_TYPE_ALC287,
dcd4f0db 3166 ALC269_TYPE_ALC294,
1078bef0 3167 ALC269_TYPE_ALC300,
f0778871 3168 ALC269_TYPE_ALC623,
6fbae35a 3169 ALC269_TYPE_ALC700,
bc9f98a9
KY
3170};
3171
3172/*
1d045db9 3173 * BIOS auto configuration
bc9f98a9 3174 */
1d045db9
TI
3175static int alc269_parse_auto_config(struct hda_codec *codec)
3176{
1d045db9 3177 static const hda_nid_t alc269_ignore[] = { 0x1d, 0 };
3e6179b8
TI
3178 static const hda_nid_t alc269_ssids[] = { 0, 0x1b, 0x14, 0x21 };
3179 static const hda_nid_t alc269va_ssids[] = { 0x15, 0x1b, 0x14, 0 };
3180 struct alc_spec *spec = codec->spec;
adcc70b2
KY
3181 const hda_nid_t *ssids;
3182
3183 switch (spec->codec_variant) {
3184 case ALC269_TYPE_ALC269VA:
3185 case ALC269_TYPE_ALC269VC:
065380f0
KY
3186 case ALC269_TYPE_ALC280:
3187 case ALC269_TYPE_ALC284:
4731d5de 3188 case ALC269_TYPE_ALC293:
adcc70b2
KY
3189 ssids = alc269va_ssids;
3190 break;
3191 case ALC269_TYPE_ALC269VB:
3192 case ALC269_TYPE_ALC269VD:
065380f0 3193 case ALC269_TYPE_ALC282:
2af02be7 3194 case ALC269_TYPE_ALC283:
7fc7d047 3195 case ALC269_TYPE_ALC286:
506b62c3 3196 case ALC269_TYPE_ALC298:
1d04c9de 3197 case ALC269_TYPE_ALC255:
4344aec8 3198 case ALC269_TYPE_ALC256:
f429e7e4 3199 case ALC269_TYPE_ALC257:
0a6f0600 3200 case ALC269_TYPE_ALC215:
4231430d 3201 case ALC269_TYPE_ALC225:
60571929 3202 case ALC269_TYPE_ALC245:
99cee034 3203 case ALC269_TYPE_ALC287:
dcd4f0db 3204 case ALC269_TYPE_ALC294:
1078bef0 3205 case ALC269_TYPE_ALC300:
f0778871 3206 case ALC269_TYPE_ALC623:
6fbae35a 3207 case ALC269_TYPE_ALC700:
adcc70b2
KY
3208 ssids = alc269_ssids;
3209 break;
3210 default:
3211 ssids = alc269_ssids;
3212 break;
3213 }
bc9f98a9 3214
3e6179b8 3215 return alc_parse_auto_config(codec, alc269_ignore, ssids);
1d045db9 3216}
bc9f98a9 3217
476c02e0
HW
3218static const struct hda_jack_keymap alc_headset_btn_keymap[] = {
3219 { SND_JACK_BTN_0, KEY_PLAYPAUSE },
3220 { SND_JACK_BTN_1, KEY_VOICECOMMAND },
3221 { SND_JACK_BTN_2, KEY_VOLUMEUP },
3222 { SND_JACK_BTN_3, KEY_VOLUMEDOWN },
3223 {}
3224};
3225
3226static void alc_headset_btn_callback(struct hda_codec *codec,
3227 struct hda_jack_callback *jack)
3228{
3229 int report = 0;
3230
3231 if (jack->unsol_res & (7 << 13))
3232 report |= SND_JACK_BTN_0;
3233
3234 if (jack->unsol_res & (1 << 16 | 3 << 8))
3235 report |= SND_JACK_BTN_1;
3236
3237 /* Volume up key */
3238 if (jack->unsol_res & (7 << 23))
3239 report |= SND_JACK_BTN_2;
3240
3241 /* Volume down key */
3242 if (jack->unsol_res & (7 << 10))
3243 report |= SND_JACK_BTN_3;
3244
04f7791b 3245 snd_hda_jack_set_button_state(codec, jack->nid, report);
476c02e0
HW
3246}
3247
3248static void alc_disable_headset_jack_key(struct hda_codec *codec)
3249{
3250 struct alc_spec *spec = codec->spec;
3251
3252 if (!spec->has_hs_key)
3253 return;
3254
3255 switch (codec->core.vendor_id) {
3256 case 0x10ec0215:
3257 case 0x10ec0225:
3258 case 0x10ec0285:
c72b9bfe 3259 case 0x10ec0287:
476c02e0
HW
3260 case 0x10ec0295:
3261 case 0x10ec0289:
3262 case 0x10ec0299:
3263 alc_write_coef_idx(codec, 0x48, 0x0);
3264 alc_update_coef_idx(codec, 0x49, 0x0045, 0x0);
3265 alc_update_coef_idx(codec, 0x44, 0x0045 << 8, 0x0);
3266 break;
1948fc06 3267 case 0x10ec0230:
476c02e0
HW
3268 case 0x10ec0236:
3269 case 0x10ec0256:
cae2bdb5 3270 case 0x10ec0257:
527f4643 3271 case 0x19e58326:
476c02e0
HW
3272 alc_write_coef_idx(codec, 0x48, 0x0);
3273 alc_update_coef_idx(codec, 0x49, 0x0045, 0x0);
3274 break;
3275 }
3276}
3277
3278static void alc_enable_headset_jack_key(struct hda_codec *codec)
3279{
3280 struct alc_spec *spec = codec->spec;
3281
3282 if (!spec->has_hs_key)
3283 return;
3284
3285 switch (codec->core.vendor_id) {
3286 case 0x10ec0215:
3287 case 0x10ec0225:
3288 case 0x10ec0285:
c72b9bfe 3289 case 0x10ec0287:
476c02e0
HW
3290 case 0x10ec0295:
3291 case 0x10ec0289:
3292 case 0x10ec0299:
3293 alc_write_coef_idx(codec, 0x48, 0xd011);
3294 alc_update_coef_idx(codec, 0x49, 0x007f, 0x0045);
3295 alc_update_coef_idx(codec, 0x44, 0x007f << 8, 0x0045 << 8);
3296 break;
1948fc06 3297 case 0x10ec0230:
476c02e0
HW
3298 case 0x10ec0236:
3299 case 0x10ec0256:
cae2bdb5 3300 case 0x10ec0257:
527f4643 3301 case 0x19e58326:
476c02e0
HW
3302 alc_write_coef_idx(codec, 0x48, 0xd011);
3303 alc_update_coef_idx(codec, 0x49, 0x007f, 0x0045);
3304 break;
3305 }
3306}
3307
3308static void alc_fixup_headset_jack(struct hda_codec *codec,
3309 const struct hda_fixup *fix, int action)
3310{
3311 struct alc_spec *spec = codec->spec;
04f7791b 3312 hda_nid_t hp_pin;
476c02e0
HW
3313
3314 switch (action) {
3315 case HDA_FIXUP_ACT_PRE_PROBE:
3316 spec->has_hs_key = 1;
3317 snd_hda_jack_detect_enable_callback(codec, 0x55,
3318 alc_headset_btn_callback);
476c02e0 3319 break;
04f7791b
HW
3320 case HDA_FIXUP_ACT_BUILD:
3321 hp_pin = alc_get_hp_pin(spec);
3322 if (!hp_pin || snd_hda_jack_bind_keymap(codec, 0x55,
3323 alc_headset_btn_keymap,
3324 hp_pin))
3325 snd_hda_jack_add_kctl(codec, 0x55, "Headset Jack",
3326 false, SND_JACK_HEADSET,
3327 alc_headset_btn_keymap);
3328
476c02e0
HW
3329 alc_enable_headset_jack_key(codec);
3330 break;
3331 }
3332}
3333
1387e2d1 3334static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up)
1d045db9 3335{
98b24883 3336 alc_update_coef_idx(codec, 0x04, 1 << 11, power_up ? (1 << 11) : 0);
1d045db9 3337}
291702f0 3338
1d045db9
TI
3339static void alc269_shutup(struct hda_codec *codec)
3340{
adcc70b2
KY
3341 struct alc_spec *spec = codec->spec;
3342
1387e2d1
KY
3343 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3344 alc269vb_toggle_power_output(codec, 0);
3345 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
3346 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
3347 msleep(150);
3348 }
c0ca5ece 3349 alc_shutup_pins(codec);
1d045db9 3350}
291702f0 3351
6b0f95c4 3352static const struct coef_fw alc282_coefs[] = {
54db6c39 3353 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
32fa7e49 3354 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
3355 WRITE_COEF(0x07, 0x0200), /* DMIC control */
3356 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
3357 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
3358 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
3359 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
3360 WRITE_COEF(0x0e, 0x6e00), /* LDO1/2/3, DAC/ADC */
3361 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
3362 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
3363 WRITE_COEF(0x6f, 0x0), /* Class D test 4 */
3364 UPDATE_COEF(0x0c, 0xfe00, 0), /* IO power down directly */
3365 WRITE_COEF(0x34, 0xa0c0), /* ANC */
3366 UPDATE_COEF(0x16, 0x0008, 0), /* AGC MUX */
3367 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
3368 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
3369 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
3370 WRITE_COEF(0x63, 0x2902), /* PLL */
3371 WRITE_COEF(0x68, 0xa080), /* capless control 2 */
3372 WRITE_COEF(0x69, 0x3400), /* capless control 3 */
3373 WRITE_COEF(0x6a, 0x2f3e), /* capless control 4 */
3374 WRITE_COEF(0x6b, 0x0), /* capless control 5 */
3375 UPDATE_COEF(0x6d, 0x0fff, 0x0900), /* class D test 2 */
3376 WRITE_COEF(0x6e, 0x110a), /* class D test 3 */
3377 UPDATE_COEF(0x70, 0x00f8, 0x00d8), /* class D test 5 */
3378 WRITE_COEF(0x71, 0x0014), /* class D test 6 */
3379 WRITE_COEF(0x72, 0xc2ba), /* classD OCP */
3380 UPDATE_COEF(0x77, 0x0f80, 0), /* classD pure DC test */
3381 WRITE_COEF(0x6c, 0xfc06), /* Class D amp control */
3382 {}
3383};
3384
cb149cb3
KY
3385static void alc282_restore_default_value(struct hda_codec *codec)
3386{
54db6c39 3387 alc_process_coef_fw(codec, alc282_coefs);
cb149cb3
KY
3388}
3389
7b5c7a02
KY
3390static void alc282_init(struct hda_codec *codec)
3391{
3392 struct alc_spec *spec = codec->spec;
35a39f98 3393 hda_nid_t hp_pin = alc_get_hp_pin(spec);
7b5c7a02
KY
3394 bool hp_pin_sense;
3395 int coef78;
3396
cb149cb3
KY
3397 alc282_restore_default_value(codec);
3398
7b5c7a02
KY
3399 if (!hp_pin)
3400 return;
3401 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3402 coef78 = alc_read_coef_idx(codec, 0x78);
3403
3404 /* Index 0x78 Direct Drive HP AMP LPM Control 1 */
3405 /* Headphone capless set to high power mode */
3406 alc_write_coef_idx(codec, 0x78, 0x9004);
3407
3408 if (hp_pin_sense)
3409 msleep(2);
3410
3411 snd_hda_codec_write(codec, hp_pin, 0,
3412 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3413
3414 if (hp_pin_sense)
3415 msleep(85);
3416
3417 snd_hda_codec_write(codec, hp_pin, 0,
3418 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3419
3420 if (hp_pin_sense)
3421 msleep(100);
3422
3423 /* Headphone capless set to normal mode */
3424 alc_write_coef_idx(codec, 0x78, coef78);
3425}
3426
3427static void alc282_shutup(struct hda_codec *codec)
3428{
3429 struct alc_spec *spec = codec->spec;
35a39f98 3430 hda_nid_t hp_pin = alc_get_hp_pin(spec);
7b5c7a02
KY
3431 bool hp_pin_sense;
3432 int coef78;
3433
3434 if (!hp_pin) {
3435 alc269_shutup(codec);
3436 return;
3437 }
3438
3439 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3440 coef78 = alc_read_coef_idx(codec, 0x78);
3441 alc_write_coef_idx(codec, 0x78, 0x9004);
3442
3443 if (hp_pin_sense)
3444 msleep(2);
3445
3446 snd_hda_codec_write(codec, hp_pin, 0,
3447 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3448
3449 if (hp_pin_sense)
3450 msleep(85);
3451
c0ca5ece
TI
3452 if (!spec->no_shutup_pins)
3453 snd_hda_codec_write(codec, hp_pin, 0,
3454 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
7b5c7a02
KY
3455
3456 if (hp_pin_sense)
3457 msleep(100);
3458
3459 alc_auto_setup_eapd(codec, false);
c0ca5ece 3460 alc_shutup_pins(codec);
7b5c7a02
KY
3461 alc_write_coef_idx(codec, 0x78, coef78);
3462}
3463
6b0f95c4 3464static const struct coef_fw alc283_coefs[] = {
54db6c39 3465 WRITE_COEF(0x03, 0x0002), /* Power Down Control */
56779864 3466 UPDATE_COEF(0x05, 0xff3f, 0x0700), /* FIFO and filter clock */
54db6c39
TI
3467 WRITE_COEF(0x07, 0x0200), /* DMIC control */
3468 UPDATE_COEF(0x06, 0x00f0, 0), /* Analog clock */
3469 UPDATE_COEF(0x08, 0xfffc, 0x0c2c), /* JD */
3470 WRITE_COEF(0x0a, 0xcccc), /* JD offset1 */
3471 WRITE_COEF(0x0b, 0xcccc), /* JD offset2 */
3472 WRITE_COEF(0x0e, 0x6fc0), /* LDO1/2/3, DAC/ADC */
3473 UPDATE_COEF(0x0f, 0xf800, 0x1000), /* JD */
3474 UPDATE_COEF(0x10, 0xfc00, 0x0c00), /* Capless */
3475 WRITE_COEF(0x3a, 0x0), /* Class D test 4 */
3476 UPDATE_COEF(0x0c, 0xfe00, 0x0), /* IO power down directly */
3477 WRITE_COEF(0x22, 0xa0c0), /* ANC */
3478 UPDATE_COEFEX(0x53, 0x01, 0x000f, 0x0008), /* AGC MUX */
3479 UPDATE_COEF(0x1d, 0x00e0, 0), /* DAC simple content protection */
3480 UPDATE_COEF(0x1f, 0x00e0, 0), /* ADC simple content protection */
3481 WRITE_COEF(0x21, 0x8804), /* DAC ADC Zero Detection */
3482 WRITE_COEF(0x2e, 0x2902), /* PLL */
3483 WRITE_COEF(0x33, 0xa080), /* capless control 2 */
3484 WRITE_COEF(0x34, 0x3400), /* capless control 3 */
3485 WRITE_COEF(0x35, 0x2f3e), /* capless control 4 */
3486 WRITE_COEF(0x36, 0x0), /* capless control 5 */
3487 UPDATE_COEF(0x38, 0x0fff, 0x0900), /* class D test 2 */
3488 WRITE_COEF(0x39, 0x110a), /* class D test 3 */
3489 UPDATE_COEF(0x3b, 0x00f8, 0x00d8), /* class D test 5 */
3490 WRITE_COEF(0x3c, 0x0014), /* class D test 6 */
3491 WRITE_COEF(0x3d, 0xc2ba), /* classD OCP */
3492 UPDATE_COEF(0x42, 0x0f80, 0x0), /* classD pure DC test */
3493 WRITE_COEF(0x49, 0x0), /* test mode */
3494 UPDATE_COEF(0x40, 0xf800, 0x9800), /* Class D DC enable */
3495 UPDATE_COEF(0x42, 0xf000, 0x2000), /* DC offset */
3496 WRITE_COEF(0x37, 0xfc06), /* Class D amp control */
56779864 3497 UPDATE_COEF(0x1b, 0x8000, 0), /* HP JD control */
54db6c39
TI
3498 {}
3499};
3500
6bd55b04
KY
3501static void alc283_restore_default_value(struct hda_codec *codec)
3502{
54db6c39 3503 alc_process_coef_fw(codec, alc283_coefs);
6bd55b04
KY
3504}
3505
2af02be7
KY
3506static void alc283_init(struct hda_codec *codec)
3507{
3508 struct alc_spec *spec = codec->spec;
35a39f98 3509 hda_nid_t hp_pin = alc_get_hp_pin(spec);
2af02be7 3510 bool hp_pin_sense;
2af02be7 3511
6bd55b04
KY
3512 alc283_restore_default_value(codec);
3513
2af02be7
KY
3514 if (!hp_pin)
3515 return;
a59d7199
KY
3516
3517 msleep(30);
2af02be7
KY
3518 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3519
3520 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */
3521 /* Headphone capless set to high power mode */
3522 alc_write_coef_idx(codec, 0x43, 0x9004);
3523
3524 snd_hda_codec_write(codec, hp_pin, 0,
3525 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3526
3527 if (hp_pin_sense)
3528 msleep(85);
3529
3530 snd_hda_codec_write(codec, hp_pin, 0,
3531 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3532
3533 if (hp_pin_sense)
3534 msleep(85);
3535 /* Index 0x46 Combo jack auto switch control 2 */
3536 /* 3k pull low control for Headset jack. */
98b24883 3537 alc_update_coef_idx(codec, 0x46, 3 << 12, 0);
2af02be7
KY
3538 /* Headphone capless set to normal mode */
3539 alc_write_coef_idx(codec, 0x43, 0x9614);
3540}
3541
3542static void alc283_shutup(struct hda_codec *codec)
3543{
3544 struct alc_spec *spec = codec->spec;
35a39f98 3545 hda_nid_t hp_pin = alc_get_hp_pin(spec);
2af02be7 3546 bool hp_pin_sense;
2af02be7
KY
3547
3548 if (!hp_pin) {
3549 alc269_shutup(codec);
3550 return;
3551 }
3552
3553 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3554
3555 alc_write_coef_idx(codec, 0x43, 0x9004);
3556
b450b17c
HP
3557 /*depop hp during suspend*/
3558 alc_write_coef_idx(codec, 0x06, 0x2100);
3559
2af02be7
KY
3560 snd_hda_codec_write(codec, hp_pin, 0,
3561 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3562
3563 if (hp_pin_sense)
88011c09 3564 msleep(100);
2af02be7 3565
c0ca5ece
TI
3566 if (!spec->no_shutup_pins)
3567 snd_hda_codec_write(codec, hp_pin, 0,
3568 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
2af02be7 3569
98b24883 3570 alc_update_coef_idx(codec, 0x46, 0, 3 << 12);
2af02be7
KY
3571
3572 if (hp_pin_sense)
88011c09 3573 msleep(100);
0435b3ff 3574 alc_auto_setup_eapd(codec, false);
c0ca5ece 3575 alc_shutup_pins(codec);
2af02be7
KY
3576 alc_write_coef_idx(codec, 0x43, 0x9614);
3577}
3578
4a219ef8
KY
3579static void alc256_init(struct hda_codec *codec)
3580{
3581 struct alc_spec *spec = codec->spec;
35a39f98 3582 hda_nid_t hp_pin = alc_get_hp_pin(spec);
4a219ef8
KY
3583 bool hp_pin_sense;
3584
1f680609
YY
3585 if (spec->ultra_low_power) {
3586 alc_update_coef_idx(codec, 0x03, 1<<1, 1<<1);
3587 alc_update_coef_idx(codec, 0x08, 3<<2, 3<<2);
3588 alc_update_coef_idx(codec, 0x08, 7<<4, 0);
3589 alc_update_coef_idx(codec, 0x3b, 1<<15, 0);
3590 alc_update_coef_idx(codec, 0x0e, 7<<6, 7<<6);
3591 msleep(30);
3592 }
3593
4a219ef8 3594 if (!hp_pin)
6447c962 3595 hp_pin = 0x21;
4a219ef8
KY
3596
3597 msleep(30);
3598
3599 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3600
3601 if (hp_pin_sense)
3602 msleep(2);
3603
3604 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
3605
3606 snd_hda_codec_write(codec, hp_pin, 0,
3607 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3608
6447c962 3609 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3610 msleep(85);
3611
3612 snd_hda_codec_write(codec, hp_pin, 0,
3613 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3614
6447c962 3615 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3616 msleep(100);
3617
3618 alc_update_coef_idx(codec, 0x46, 3 << 12, 0);
3619 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
88d42b2b
KY
3620 alc_update_coefex_idx(codec, 0x53, 0x02, 0x8000, 1 << 15); /* Clear bit */
3621 alc_update_coefex_idx(codec, 0x53, 0x02, 0x8000, 0 << 15);
c4473744
TH
3622 /*
3623 * Expose headphone mic (or possibly Line In on some machines) instead
3624 * of PC Beep on 1Ah, and disable 1Ah loopback for all outputs. See
3625 * Documentation/sound/hd-audio/realtek-pc-beep.rst for details of
3626 * this register.
3627 */
3628 alc_write_coef_idx(codec, 0x36, 0x5757);
4a219ef8
KY
3629}
3630
3631static void alc256_shutup(struct hda_codec *codec)
3632{
3633 struct alc_spec *spec = codec->spec;
35a39f98 3634 hda_nid_t hp_pin = alc_get_hp_pin(spec);
4a219ef8
KY
3635 bool hp_pin_sense;
3636
6447c962
KY
3637 if (!hp_pin)
3638 hp_pin = 0x21;
4a219ef8 3639
69ea4c9d 3640 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
4a219ef8
KY
3641 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3642
3643 if (hp_pin_sense)
3644 msleep(2);
3645
3646 snd_hda_codec_write(codec, hp_pin, 0,
3647 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3648
6447c962 3649 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3650 msleep(85);
3651
1c9609e3
TI
3652 /* 3k pull low control for Headset jack. */
3653 /* NOTE: call this before clearing the pin, otherwise codec stalls */
3f742490
HW
3654 /* If disable 3k pulldown control for alc257, the Mic detection will not work correctly
3655 * when booting with headset plugged. So skip setting it for the codec alc257
3656 */
69ea4c9d 3657 if (spec->en_3kpull_low)
3f742490 3658 alc_update_coef_idx(codec, 0x46, 0, 3 << 12);
1c9609e3 3659
c0ca5ece
TI
3660 if (!spec->no_shutup_pins)
3661 snd_hda_codec_write(codec, hp_pin, 0,
3662 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
4a219ef8 3663
6447c962 3664 if (hp_pin_sense || spec->ultra_low_power)
4a219ef8
KY
3665 msleep(100);
3666
3667 alc_auto_setup_eapd(codec, false);
c0ca5ece 3668 alc_shutup_pins(codec);
6447c962
KY
3669 if (spec->ultra_low_power) {
3670 msleep(50);
3671 alc_update_coef_idx(codec, 0x03, 1<<1, 0);
3672 alc_update_coef_idx(codec, 0x08, 7<<4, 7<<4);
3673 alc_update_coef_idx(codec, 0x08, 3<<2, 0);
3674 alc_update_coef_idx(codec, 0x3b, 1<<15, 1<<15);
3675 alc_update_coef_idx(codec, 0x0e, 7<<6, 0);
3676 msleep(30);
3677 }
4a219ef8
KY
3678}
3679
3c24e483
KY
3680static void alc285_hp_init(struct hda_codec *codec)
3681{
3682 struct alc_spec *spec = codec->spec;
3683 hda_nid_t hp_pin = alc_get_hp_pin(spec);
3684 int i, val;
3685 int coef38, coef0d, coef36;
3686
b34bf658 3687 alc_write_coefex_idx(codec, 0x58, 0x00, 0x1888); /* write default value */
3c24e483
KY
3688 alc_update_coef_idx(codec, 0x4a, 1<<15, 1<<15); /* Reset HP JD */
3689 coef38 = alc_read_coef_idx(codec, 0x38); /* Amp control */
3690 coef0d = alc_read_coef_idx(codec, 0x0d); /* Digital Misc control */
3691 coef36 = alc_read_coef_idx(codec, 0x36); /* Passthrough Control */
3692 alc_update_coef_idx(codec, 0x38, 1<<4, 0x0);
3693 alc_update_coef_idx(codec, 0x0d, 0x110, 0x0);
3694
3695 alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
3696
3697 if (hp_pin)
3698 snd_hda_codec_write(codec, hp_pin, 0,
3699 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3700
3701 msleep(130);
3702 alc_update_coef_idx(codec, 0x36, 1<<14, 1<<14);
3703 alc_update_coef_idx(codec, 0x36, 1<<13, 0x0);
3704
3705 if (hp_pin)
3706 snd_hda_codec_write(codec, hp_pin, 0,
3707 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3708 msleep(10);
3709 alc_write_coef_idx(codec, 0x67, 0x0); /* Set HP depop to manual mode */
3710 alc_write_coefex_idx(codec, 0x58, 0x00, 0x7880);
3711 alc_write_coefex_idx(codec, 0x58, 0x0f, 0xf049);
3712 alc_update_coefex_idx(codec, 0x58, 0x03, 0x00f0, 0x00c0);
3713
3714 alc_write_coefex_idx(codec, 0x58, 0x00, 0xf888); /* HP depop procedure start */
3715 val = alc_read_coefex_idx(codec, 0x58, 0x00);
3716 for (i = 0; i < 20 && val & 0x8000; i++) {
3717 msleep(50);
3718 val = alc_read_coefex_idx(codec, 0x58, 0x00);
3719 } /* Wait for depop procedure finish */
3720
3721 alc_write_coefex_idx(codec, 0x58, 0x00, val); /* write back the result */
3722 alc_update_coef_idx(codec, 0x38, 1<<4, coef38);
3723 alc_update_coef_idx(codec, 0x0d, 0x110, coef0d);
3724 alc_update_coef_idx(codec, 0x36, 3<<13, coef36);
3725
3726 msleep(50);
3727 alc_update_coef_idx(codec, 0x4a, 1<<15, 0);
3728}
3729
da911b1f
KY
3730static void alc225_init(struct hda_codec *codec)
3731{
3732 struct alc_spec *spec = codec->spec;
35a39f98 3733 hda_nid_t hp_pin = alc_get_hp_pin(spec);
da911b1f
KY
3734 bool hp1_pin_sense, hp2_pin_sense;
3735
1f680609
YY
3736 if (spec->ultra_low_power) {
3737 alc_update_coef_idx(codec, 0x08, 0x0f << 2, 3<<2);
3738 alc_update_coef_idx(codec, 0x0e, 7<<6, 7<<6);
3739 alc_update_coef_idx(codec, 0x33, 1<<11, 0);
3740 msleep(30);
3741 }
3742
60571929
KY
3743 if (spec->codec_variant != ALC269_TYPE_ALC287 &&
3744 spec->codec_variant != ALC269_TYPE_ALC245)
3c24e483
KY
3745 /* required only at boot or S3 and S4 resume time */
3746 if (!spec->done_hp_init ||
3747 is_s3_resume(codec) ||
3748 is_s4_resume(codec)) {
3749 alc285_hp_init(codec);
3750 spec->done_hp_init = true;
3751 }
3752
da911b1f 3753 if (!hp_pin)
d3ba58bb 3754 hp_pin = 0x21;
da911b1f
KY
3755 msleep(30);
3756
3757 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3758 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16);
3759
3760 if (hp1_pin_sense || hp2_pin_sense)
3761 msleep(2);
3762
3763 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x1); /* Low power */
3764
d3ba58bb 3765 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3766 snd_hda_codec_write(codec, hp_pin, 0,
3767 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3768 if (hp2_pin_sense)
3769 snd_hda_codec_write(codec, 0x16, 0,
3770 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3771
d3ba58bb 3772 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3773 msleep(85);
3774
d3ba58bb 3775 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3776 snd_hda_codec_write(codec, hp_pin, 0,
3777 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3778 if (hp2_pin_sense)
3779 snd_hda_codec_write(codec, 0x16, 0,
3780 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3781
d3ba58bb 3782 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3783 msleep(100);
3784
3785 alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
3786 alc_update_coefex_idx(codec, 0x57, 0x04, 0x0007, 0x4); /* Hight power */
3787}
3788
3789static void alc225_shutup(struct hda_codec *codec)
3790{
3791 struct alc_spec *spec = codec->spec;
35a39f98 3792 hda_nid_t hp_pin = alc_get_hp_pin(spec);
da911b1f
KY
3793 bool hp1_pin_sense, hp2_pin_sense;
3794
d3ba58bb
KY
3795 if (!hp_pin)
3796 hp_pin = 0x21;
476c02e0
HW
3797
3798 alc_disable_headset_jack_key(codec);
da911b1f
KY
3799 /* 3k pull low control for Headset jack. */
3800 alc_update_coef_idx(codec, 0x4a, 0, 3 << 10);
3801
3802 hp1_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3803 hp2_pin_sense = snd_hda_jack_detect(codec, 0x16);
3804
3805 if (hp1_pin_sense || hp2_pin_sense)
3806 msleep(2);
3807
d3ba58bb 3808 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3809 snd_hda_codec_write(codec, hp_pin, 0,
3810 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3811 if (hp2_pin_sense)
3812 snd_hda_codec_write(codec, 0x16, 0,
3813 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3814
d3ba58bb 3815 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3816 msleep(85);
3817
d3ba58bb 3818 if (hp1_pin_sense || spec->ultra_low_power)
da911b1f
KY
3819 snd_hda_codec_write(codec, hp_pin, 0,
3820 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3821 if (hp2_pin_sense)
3822 snd_hda_codec_write(codec, 0x16, 0,
3823 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3824
d3ba58bb 3825 if (hp1_pin_sense || hp2_pin_sense || spec->ultra_low_power)
da911b1f
KY
3826 msleep(100);
3827
3828 alc_auto_setup_eapd(codec, false);
c0ca5ece 3829 alc_shutup_pins(codec);
d3ba58bb
KY
3830 if (spec->ultra_low_power) {
3831 msleep(50);
3832 alc_update_coef_idx(codec, 0x08, 0x0f << 2, 0x0c << 2);
3833 alc_update_coef_idx(codec, 0x0e, 7<<6, 0);
3834 alc_update_coef_idx(codec, 0x33, 1<<11, 1<<11);
3835 alc_update_coef_idx(codec, 0x4a, 3<<4, 2<<4);
3836 msleep(30);
3837 }
476c02e0
HW
3838
3839 alc_update_coef_idx(codec, 0x4a, 3 << 10, 0);
3840 alc_enable_headset_jack_key(codec);
da911b1f
KY
3841}
3842
c2d6af53
KY
3843static void alc_default_init(struct hda_codec *codec)
3844{
3845 struct alc_spec *spec = codec->spec;
35a39f98 3846 hda_nid_t hp_pin = alc_get_hp_pin(spec);
c2d6af53
KY
3847 bool hp_pin_sense;
3848
3849 if (!hp_pin)
3850 return;
3851
3852 msleep(30);
3853
3854 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3855
3856 if (hp_pin_sense)
3857 msleep(2);
3858
3859 snd_hda_codec_write(codec, hp_pin, 0,
3860 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3861
3862 if (hp_pin_sense)
3863 msleep(85);
3864
3865 snd_hda_codec_write(codec, hp_pin, 0,
3866 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3867
3868 if (hp_pin_sense)
3869 msleep(100);
3870}
3871
3872static void alc_default_shutup(struct hda_codec *codec)
3873{
3874 struct alc_spec *spec = codec->spec;
35a39f98 3875 hda_nid_t hp_pin = alc_get_hp_pin(spec);
c2d6af53
KY
3876 bool hp_pin_sense;
3877
3878 if (!hp_pin) {
3879 alc269_shutup(codec);
3880 return;
3881 }
3882
3883 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3884
3885 if (hp_pin_sense)
3886 msleep(2);
3887
3888 snd_hda_codec_write(codec, hp_pin, 0,
3889 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3890
3891 if (hp_pin_sense)
3892 msleep(85);
3893
c0ca5ece
TI
3894 if (!spec->no_shutup_pins)
3895 snd_hda_codec_write(codec, hp_pin, 0,
3896 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
c2d6af53
KY
3897
3898 if (hp_pin_sense)
3899 msleep(100);
3900
3901 alc_auto_setup_eapd(codec, false);
c0ca5ece 3902 alc_shutup_pins(codec);
c2d6af53
KY
3903}
3904
693abe11
KY
3905static void alc294_hp_init(struct hda_codec *codec)
3906{
3907 struct alc_spec *spec = codec->spec;
35a39f98 3908 hda_nid_t hp_pin = alc_get_hp_pin(spec);
693abe11
KY
3909 int i, val;
3910
3911 if (!hp_pin)
3912 return;
3913
3914 snd_hda_codec_write(codec, hp_pin, 0,
3915 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3916
3917 msleep(100);
3918
c0ca5ece
TI
3919 if (!spec->no_shutup_pins)
3920 snd_hda_codec_write(codec, hp_pin, 0,
3921 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
693abe11
KY
3922
3923 alc_update_coef_idx(codec, 0x6f, 0x000f, 0);/* Set HP depop to manual mode */
3924 alc_update_coefex_idx(codec, 0x58, 0x00, 0x8000, 0x8000); /* HP depop procedure start */
3925
3926 /* Wait for depop procedure finish */
3927 val = alc_read_coefex_idx(codec, 0x58, 0x01);
3928 for (i = 0; i < 20 && val & 0x0080; i++) {
3929 msleep(50);
3930 val = alc_read_coefex_idx(codec, 0x58, 0x01);
3931 }
3932 /* Set HP depop to auto mode */
3933 alc_update_coef_idx(codec, 0x6f, 0x000f, 0x000b);
3934 msleep(50);
3935}
3936
3937static void alc294_init(struct hda_codec *codec)
3938{
3939 struct alc_spec *spec = codec->spec;
3940
f6ef4e0e
TI
3941 /* required only at boot or S4 resume time */
3942 if (!spec->done_hp_init ||
3943 codec->core.dev.power.power_state.event == PM_EVENT_RESTORE) {
693abe11
KY
3944 alc294_hp_init(codec);
3945 spec->done_hp_init = true;
3946 }
3947 alc_default_init(codec);
3948}
3949
ad60d502
KY
3950static void alc5505_coef_set(struct hda_codec *codec, unsigned int index_reg,
3951 unsigned int val)
3952{
3953 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3954 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val & 0xffff); /* LSB */
3955 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val >> 16); /* MSB */
3956}
3957
3958static int alc5505_coef_get(struct hda_codec *codec, unsigned int index_reg)
3959{
3960 unsigned int val;
3961
3962 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3963 val = snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3964 & 0xffff;
3965 val |= snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3966 << 16;
3967 return val;
3968}
3969
3970static void alc5505_dsp_halt(struct hda_codec *codec)
3971{
3972 unsigned int val;
3973
3974 alc5505_coef_set(codec, 0x3000, 0x000c); /* DSP CPU stop */
3975 alc5505_coef_set(codec, 0x880c, 0x0008); /* DDR enter self refresh */
3976 alc5505_coef_set(codec, 0x61c0, 0x11110080); /* Clock control for PLL and CPU */
3977 alc5505_coef_set(codec, 0x6230, 0xfc0d4011); /* Disable Input OP */
3978 alc5505_coef_set(codec, 0x61b4, 0x040a2b03); /* Stop PLL2 */
3979 alc5505_coef_set(codec, 0x61b0, 0x00005b17); /* Stop PLL1 */
3980 alc5505_coef_set(codec, 0x61b8, 0x04133303); /* Stop PLL3 */
3981 val = alc5505_coef_get(codec, 0x6220);
3982 alc5505_coef_set(codec, 0x6220, (val | 0x3000)); /* switch Ringbuffer clock to DBUS clock */
3983}
3984
3985static void alc5505_dsp_back_from_halt(struct hda_codec *codec)
3986{
3987 alc5505_coef_set(codec, 0x61b8, 0x04133302);
3988 alc5505_coef_set(codec, 0x61b0, 0x00005b16);
3989 alc5505_coef_set(codec, 0x61b4, 0x040a2b02);
3990 alc5505_coef_set(codec, 0x6230, 0xf80d4011);
3991 alc5505_coef_set(codec, 0x6220, 0x2002010f);
3992 alc5505_coef_set(codec, 0x880c, 0x00000004);
3993}
3994
3995static void alc5505_dsp_init(struct hda_codec *codec)
3996{
3997 unsigned int val;
3998
3999 alc5505_dsp_halt(codec);
4000 alc5505_dsp_back_from_halt(codec);
4001 alc5505_coef_set(codec, 0x61b0, 0x5b14); /* PLL1 control */
4002 alc5505_coef_set(codec, 0x61b0, 0x5b16);
4003 alc5505_coef_set(codec, 0x61b4, 0x04132b00); /* PLL2 control */
4004 alc5505_coef_set(codec, 0x61b4, 0x04132b02);
4005 alc5505_coef_set(codec, 0x61b8, 0x041f3300); /* PLL3 control*/
4006 alc5505_coef_set(codec, 0x61b8, 0x041f3302);
4007 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_CODEC_RESET, 0); /* Function reset */
4008 alc5505_coef_set(codec, 0x61b8, 0x041b3302);
4009 alc5505_coef_set(codec, 0x61b8, 0x04173302);
4010 alc5505_coef_set(codec, 0x61b8, 0x04163302);
4011 alc5505_coef_set(codec, 0x8800, 0x348b328b); /* DRAM control */
4012 alc5505_coef_set(codec, 0x8808, 0x00020022); /* DRAM control */
4013 alc5505_coef_set(codec, 0x8818, 0x00000400); /* DRAM control */
4014
4015 val = alc5505_coef_get(codec, 0x6200) >> 16; /* Read revision ID */
4016 if (val <= 3)
4017 alc5505_coef_set(codec, 0x6220, 0x2002010f); /* I/O PAD Configuration */
4018 else
4019 alc5505_coef_set(codec, 0x6220, 0x6002018f);
4020
4021 alc5505_coef_set(codec, 0x61ac, 0x055525f0); /**/
4022 alc5505_coef_set(codec, 0x61c0, 0x12230080); /* Clock control */
4023 alc5505_coef_set(codec, 0x61b4, 0x040e2b02); /* PLL2 control */
4024 alc5505_coef_set(codec, 0x61bc, 0x010234f8); /* OSC Control */
4025 alc5505_coef_set(codec, 0x880c, 0x00000004); /* DRAM Function control */
4026 alc5505_coef_set(codec, 0x880c, 0x00000003);
4027 alc5505_coef_set(codec, 0x880c, 0x00000010);
cd63a5ff
TI
4028
4029#ifdef HALT_REALTEK_ALC5505
4030 alc5505_dsp_halt(codec);
4031#endif
ad60d502
KY
4032}
4033
cd63a5ff 4034#ifdef HALT_REALTEK_ALC5505
8a71821f
PLB
4035#define alc5505_dsp_suspend(codec) do { } while (0) /* NOP */
4036#define alc5505_dsp_resume(codec) do { } while (0) /* NOP */
cd63a5ff
TI
4037#else
4038#define alc5505_dsp_suspend(codec) alc5505_dsp_halt(codec)
4039#define alc5505_dsp_resume(codec) alc5505_dsp_back_from_halt(codec)
4040#endif
4041
2a43952a 4042#ifdef CONFIG_PM
ad60d502
KY
4043static int alc269_suspend(struct hda_codec *codec)
4044{
4045 struct alc_spec *spec = codec->spec;
4046
4047 if (spec->has_alc5505_dsp)
cd63a5ff 4048 alc5505_dsp_suspend(codec);
1873ebd3 4049
ad60d502
KY
4050 return alc_suspend(codec);
4051}
4052
1d045db9
TI
4053static int alc269_resume(struct hda_codec *codec)
4054{
adcc70b2
KY
4055 struct alc_spec *spec = codec->spec;
4056
1387e2d1
KY
4057 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
4058 alc269vb_toggle_power_output(codec, 0);
4059 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 4060 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9
TI
4061 msleep(150);
4062 }
8c427226 4063
1d045db9 4064 codec->patch_ops.init(codec);
f1d4e28b 4065
1387e2d1
KY
4066 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
4067 alc269vb_toggle_power_output(codec, 1);
4068 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
adcc70b2 4069 (alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9
TI
4070 msleep(200);
4071 }
f1d4e28b 4072
1a462be5 4073 snd_hda_regmap_sync(codec);
1d045db9 4074 hda_call_check_power_status(codec, 0x01);
f475371a
HW
4075
4076 /* on some machine, the BIOS will clear the codec gpio data when enter
4077 * suspend, and won't restore the data after resume, so we restore it
4078 * in the driver.
4079 */
d261eec8
TI
4080 if (spec->gpio_data)
4081 alc_write_gpio_data(codec);
f475371a 4082
ad60d502 4083 if (spec->has_alc5505_dsp)
cd63a5ff 4084 alc5505_dsp_resume(codec);
c5177c86 4085
1d045db9
TI
4086 return 0;
4087}
2a43952a 4088#endif /* CONFIG_PM */
f1d4e28b 4089
108cc108 4090static void alc269_fixup_pincfg_no_hp_to_lineout(struct hda_codec *codec,
1727a771 4091 const struct hda_fixup *fix, int action)
108cc108
DH
4092{
4093 struct alc_spec *spec = codec->spec;
4094
1727a771 4095 if (action == HDA_FIXUP_ACT_PRE_PROBE)
108cc108
DH
4096 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
4097}
4098
fdcc968a
JMG
4099static void alc269_fixup_pincfg_U7x7_headset_mic(struct hda_codec *codec,
4100 const struct hda_fixup *fix,
4101 int action)
4102{
4103 unsigned int cfg_headphone = snd_hda_codec_get_pincfg(codec, 0x21);
4104 unsigned int cfg_headset_mic = snd_hda_codec_get_pincfg(codec, 0x19);
4105
4106 if (cfg_headphone && cfg_headset_mic == 0x411111f0)
4107 snd_hda_codec_set_pincfg(codec, 0x19,
4108 (cfg_headphone & ~AC_DEFCFG_DEVICE) |
4109 (AC_JACK_MIC_IN << AC_DEFCFG_DEVICE_SHIFT));
4110}
4111
1d045db9 4112static void alc269_fixup_hweq(struct hda_codec *codec,
1727a771 4113 const struct hda_fixup *fix, int action)
1d045db9 4114{
98b24883
TI
4115 if (action == HDA_FIXUP_ACT_INIT)
4116 alc_update_coef_idx(codec, 0x1e, 0, 0x80);
1d045db9 4117}
f1d4e28b 4118
7c478f03
DH
4119static void alc269_fixup_headset_mic(struct hda_codec *codec,
4120 const struct hda_fixup *fix, int action)
4121{
4122 struct alc_spec *spec = codec->spec;
4123
4124 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4125 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4126}
4127
1d045db9 4128static void alc271_fixup_dmic(struct hda_codec *codec,
1727a771 4129 const struct hda_fixup *fix, int action)
1d045db9
TI
4130{
4131 static const struct hda_verb verbs[] = {
4132 {0x20, AC_VERB_SET_COEF_INDEX, 0x0d},
4133 {0x20, AC_VERB_SET_PROC_COEF, 0x4000},
4134 {}
4135 };
4136 unsigned int cfg;
f1d4e28b 4137
7639a06c
TI
4138 if (strcmp(codec->core.chip_name, "ALC271X") &&
4139 strcmp(codec->core.chip_name, "ALC269VB"))
1d045db9
TI
4140 return;
4141 cfg = snd_hda_codec_get_pincfg(codec, 0x12);
4142 if (get_defcfg_connect(cfg) == AC_JACK_PORT_FIXED)
4143 snd_hda_sequence_write(codec, verbs);
4144}
f1d4e28b 4145
c8426b27
TI
4146/* Fix the speaker amp after resume, etc */
4147static void alc269vb_fixup_aspire_e1_coef(struct hda_codec *codec,
4148 const struct hda_fixup *fix,
4149 int action)
4150{
4151 if (action == HDA_FIXUP_ACT_INIT)
4152 alc_update_coef_idx(codec, 0x0d, 0x6000, 0x6000);
4153}
4154
017f2a10 4155static void alc269_fixup_pcm_44k(struct hda_codec *codec,
1727a771 4156 const struct hda_fixup *fix, int action)
017f2a10
TI
4157{
4158 struct alc_spec *spec = codec->spec;
4159
1727a771 4160 if (action != HDA_FIXUP_ACT_PROBE)
017f2a10
TI
4161 return;
4162
4163 /* Due to a hardware problem on Lenovo Ideadpad, we need to
4164 * fix the sample rate of analog I/O to 44.1kHz
4165 */
08c189f2
TI
4166 spec->gen.stream_analog_playback = &alc269_44k_pcm_analog_playback;
4167 spec->gen.stream_analog_capture = &alc269_44k_pcm_analog_capture;
017f2a10
TI
4168}
4169
adabb3ec 4170static void alc269_fixup_stereo_dmic(struct hda_codec *codec,
1727a771 4171 const struct hda_fixup *fix, int action)
adabb3ec 4172{
adabb3ec
TI
4173 /* The digital-mic unit sends PDM (differential signal) instead of
4174 * the standard PCM, thus you can't record a valid mono stream as is.
4175 * Below is a workaround specific to ALC269 to control the dmic
4176 * signal source as mono.
4177 */
98b24883
TI
4178 if (action == HDA_FIXUP_ACT_INIT)
4179 alc_update_coef_idx(codec, 0x07, 0, 0x80);
adabb3ec
TI
4180}
4181
24519911
TI
4182static void alc269_quanta_automute(struct hda_codec *codec)
4183{
08c189f2 4184 snd_hda_gen_update_outputs(codec);
24519911 4185
1687ccc8
TI
4186 alc_write_coef_idx(codec, 0x0c, 0x680);
4187 alc_write_coef_idx(codec, 0x0c, 0x480);
24519911
TI
4188}
4189
4190static void alc269_fixup_quanta_mute(struct hda_codec *codec,
1727a771 4191 const struct hda_fixup *fix, int action)
24519911
TI
4192{
4193 struct alc_spec *spec = codec->spec;
1727a771 4194 if (action != HDA_FIXUP_ACT_PROBE)
24519911 4195 return;
08c189f2 4196 spec->gen.automute_hook = alc269_quanta_automute;
24519911
TI
4197}
4198
d240d1dc 4199static void alc269_x101_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 4200 struct hda_jack_callback *jack)
d240d1dc
DH
4201{
4202 struct alc_spec *spec = codec->spec;
4203 int vref;
4204 msleep(200);
4205 snd_hda_gen_hp_automute(codec, jack);
4206
4207 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4208 msleep(100);
4209 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4210 vref);
4211 msleep(500);
4212 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4213 vref);
4214}
4215
a2ef03fe
TE
4216/*
4217 * Magic sequence to make Huawei Matebook X right speaker working (bko#197801)
4218 */
4219struct hda_alc298_mbxinit {
4220 unsigned char value_0x23;
4221 unsigned char value_0x25;
4222};
4223
4224static void alc298_huawei_mbx_stereo_seq(struct hda_codec *codec,
4225 const struct hda_alc298_mbxinit *initval,
4226 bool first)
4227{
4228 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x0);
4229 alc_write_coef_idx(codec, 0x26, 0xb000);
4230
4231 if (first)
4232 snd_hda_codec_write(codec, 0x21, 0, AC_VERB_GET_PIN_SENSE, 0x0);
4233
4234 snd_hda_codec_write(codec, 0x6, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x80);
4235 alc_write_coef_idx(codec, 0x26, 0xf000);
4236 alc_write_coef_idx(codec, 0x23, initval->value_0x23);
4237
4238 if (initval->value_0x23 != 0x1e)
4239 alc_write_coef_idx(codec, 0x25, initval->value_0x25);
4240
4241 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0x26);
4242 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_PROC_COEF, 0xb010);
4243}
4244
4245static void alc298_fixup_huawei_mbx_stereo(struct hda_codec *codec,
4246 const struct hda_fixup *fix,
4247 int action)
4248{
4249 /* Initialization magic */
4250 static const struct hda_alc298_mbxinit dac_init[] = {
4251 {0x0c, 0x00}, {0x0d, 0x00}, {0x0e, 0x00}, {0x0f, 0x00},
4252 {0x10, 0x00}, {0x1a, 0x40}, {0x1b, 0x82}, {0x1c, 0x00},
4253 {0x1d, 0x00}, {0x1e, 0x00}, {0x1f, 0x00},
4254 {0x20, 0xc2}, {0x21, 0xc8}, {0x22, 0x26}, {0x23, 0x24},
4255 {0x27, 0xff}, {0x28, 0xff}, {0x29, 0xff}, {0x2a, 0x8f},
4256 {0x2b, 0x02}, {0x2c, 0x48}, {0x2d, 0x34}, {0x2e, 0x00},
4257 {0x2f, 0x00},
4258 {0x30, 0x00}, {0x31, 0x00}, {0x32, 0x00}, {0x33, 0x00},
4259 {0x34, 0x00}, {0x35, 0x01}, {0x36, 0x93}, {0x37, 0x0c},
4260 {0x38, 0x00}, {0x39, 0x00}, {0x3a, 0xf8}, {0x38, 0x80},
4261 {}
4262 };
4263 const struct hda_alc298_mbxinit *seq;
4264
4265 if (action != HDA_FIXUP_ACT_INIT)
4266 return;
4267
4268 /* Start */
4269 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x00);
4270 snd_hda_codec_write(codec, 0x06, 0, AC_VERB_SET_DIGI_CONVERT_3, 0x80);
4271 alc_write_coef_idx(codec, 0x26, 0xf000);
4272 alc_write_coef_idx(codec, 0x22, 0x31);
4273 alc_write_coef_idx(codec, 0x23, 0x0b);
4274 alc_write_coef_idx(codec, 0x25, 0x00);
4275 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0x26);
4276 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_PROC_COEF, 0xb010);
4277
4278 for (seq = dac_init; seq->value_0x23; seq++)
4279 alc298_huawei_mbx_stereo_seq(codec, seq, seq == dac_init);
4280}
4281
d240d1dc
DH
4282static void alc269_fixup_x101_headset_mic(struct hda_codec *codec,
4283 const struct hda_fixup *fix, int action)
4284{
4285 struct alc_spec *spec = codec->spec;
4286 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4287 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
4288 spec->gen.hp_automute_hook = alc269_x101_hp_automute_hook;
4289 }
4290}
4291
766538ac
TI
4292static void alc_update_vref_led(struct hda_codec *codec, hda_nid_t pin,
4293 bool polarity, bool on)
4294{
4295 unsigned int pinval;
4296
4297 if (!pin)
4298 return;
4299 if (polarity)
4300 on = !on;
4301 pinval = snd_hda_codec_get_pin_target(codec, pin);
4302 pinval &= ~AC_PINCTL_VREFEN;
4303 pinval |= on ? AC_PINCTL_VREF_80 : AC_PINCTL_VREF_HIZ;
4304 /* temporarily power up/down for setting VREF */
4305 snd_hda_power_up_pm(codec);
4306 snd_hda_set_pin_ctl_cache(codec, pin, pinval);
4307 snd_hda_power_down_pm(codec);
4308}
d240d1dc 4309
08fb0d0e 4310/* update mute-LED according to the speaker mute state via mic VREF pin */
8d3d1ece
TI
4311static int vref_mute_led_set(struct led_classdev *led_cdev,
4312 enum led_brightness brightness)
6d3cd5d4 4313{
8d3d1ece 4314 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
08fb0d0e 4315 struct alc_spec *spec = codec->spec;
08fb0d0e 4316
766538ac
TI
4317 alc_update_vref_led(codec, spec->mute_led_nid,
4318 spec->mute_led_polarity, brightness);
8d3d1ece 4319 return 0;
6d3cd5d4
DH
4320}
4321
d5b6b65e
DH
4322/* Make sure the led works even in runtime suspend */
4323static unsigned int led_power_filter(struct hda_codec *codec,
4324 hda_nid_t nid,
4325 unsigned int power_state)
4326{
4327 struct alc_spec *spec = codec->spec;
4328
50dd9050
HW
4329 if (power_state != AC_PWRST_D3 || nid == 0 ||
4330 (nid != spec->mute_led_nid && nid != spec->cap_mute_led_nid))
d5b6b65e
DH
4331 return power_state;
4332
4333 /* Set pin ctl again, it might have just been set to 0 */
4334 snd_hda_set_pin_ctl(codec, nid,
4335 snd_hda_codec_get_pin_target(codec, nid));
4336
cffd3966 4337 return snd_hda_gen_path_power_filter(codec, nid, power_state);
d5b6b65e
DH
4338}
4339
08fb0d0e
TI
4340static void alc269_fixup_hp_mute_led(struct hda_codec *codec,
4341 const struct hda_fixup *fix, int action)
6d3cd5d4
DH
4342{
4343 struct alc_spec *spec = codec->spec;
08fb0d0e
TI
4344 const struct dmi_device *dev = NULL;
4345
4346 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4347 return;
4348
4349 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
4350 int pol, pin;
4351 if (sscanf(dev->name, "HP_Mute_LED_%d_%x", &pol, &pin) != 2)
4352 continue;
4353 if (pin < 0x0a || pin >= 0x10)
4354 break;
4355 spec->mute_led_polarity = pol;
4356 spec->mute_led_nid = pin - 0x0a + 0x18;
8d3d1ece 4357 snd_hda_gen_add_mute_led_cdev(codec, vref_mute_led_set);
d5b6b65e 4358 codec->power_filter = led_power_filter;
4e76a883
TI
4359 codec_dbg(codec,
4360 "Detected mute LED for %x:%d\n", spec->mute_led_nid,
08fb0d0e 4361 spec->mute_led_polarity);
6d3cd5d4
DH
4362 break;
4363 }
4364}
4365
85c467dc
TI
4366static void alc269_fixup_hp_mute_led_micx(struct hda_codec *codec,
4367 const struct hda_fixup *fix,
4368 int action, hda_nid_t pin)
d06ac143
DH
4369{
4370 struct alc_spec *spec = codec->spec;
85c467dc 4371
d06ac143
DH
4372 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4373 spec->mute_led_polarity = 0;
85c467dc 4374 spec->mute_led_nid = pin;
8d3d1ece 4375 snd_hda_gen_add_mute_led_cdev(codec, vref_mute_led_set);
d5b6b65e 4376 codec->power_filter = led_power_filter;
d06ac143
DH
4377 }
4378}
4379
85c467dc
TI
4380static void alc269_fixup_hp_mute_led_mic1(struct hda_codec *codec,
4381 const struct hda_fixup *fix, int action)
4382{
4383 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x18);
4384}
4385
08fb0d0e
TI
4386static void alc269_fixup_hp_mute_led_mic2(struct hda_codec *codec,
4387 const struct hda_fixup *fix, int action)
420b0feb 4388{
85c467dc 4389 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x19);
420b0feb
TI
4390}
4391
7f783bd5
TB
4392static void alc269_fixup_hp_mute_led_mic3(struct hda_codec *codec,
4393 const struct hda_fixup *fix, int action)
4394{
85c467dc 4395 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1b);
7f783bd5
TB
4396}
4397
0f32fd19
TI
4398/* update LED status via GPIO */
4399static void alc_update_gpio_led(struct hda_codec *codec, unsigned int mask,
dbd13179 4400 int polarity, bool enabled)
9f5c6faf 4401{
dbd13179 4402 if (polarity)
0f32fd19 4403 enabled = !enabled;
d261eec8 4404 alc_update_gpio_data(codec, mask, !enabled); /* muted -> LED on */
9f5c6faf
TI
4405}
4406
0f32fd19 4407/* turn on/off mute LED via GPIO per vmaster hook */
8d3d1ece
TI
4408static int gpio_mute_led_set(struct led_classdev *led_cdev,
4409 enum led_brightness brightness)
9f5c6faf 4410{
8d3d1ece 4411 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
9f5c6faf 4412 struct alc_spec *spec = codec->spec;
9f5c6faf 4413
dbd13179 4414 alc_update_gpio_led(codec, spec->gpio_mute_led_mask,
8d3d1ece
TI
4415 spec->mute_led_polarity, !brightness);
4416 return 0;
0f32fd19 4417}
9f5c6faf 4418
0f32fd19 4419/* turn on/off mic-mute LED via GPIO per capture hook */
87dc3648
KHF
4420static int micmute_led_set(struct led_classdev *led_cdev,
4421 enum led_brightness brightness)
4422{
4423 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
4424 struct alc_spec *spec = codec->spec;
4425
4426 alc_update_gpio_led(codec, spec->gpio_mic_led_mask,
40469064 4427 spec->micmute_led_polarity, !brightness);
87dc3648
KHF
4428 return 0;
4429}
4430
01e4a275
TI
4431/* setup mute and mic-mute GPIO bits, add hooks appropriately */
4432static void alc_fixup_hp_gpio_led(struct hda_codec *codec,
4433 int action,
4434 unsigned int mute_mask,
4435 unsigned int micmute_mask)
9f5c6faf
TI
4436{
4437 struct alc_spec *spec = codec->spec;
9f5c6faf 4438
01e4a275
TI
4439 alc_fixup_gpio(codec, action, mute_mask | micmute_mask);
4440
4441 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4442 return;
4443 if (mute_mask) {
4444 spec->gpio_mute_led_mask = mute_mask;
8d3d1ece 4445 snd_hda_gen_add_mute_led_cdev(codec, gpio_mute_led_set);
01e4a275
TI
4446 }
4447 if (micmute_mask) {
4448 spec->gpio_mic_led_mask = micmute_mask;
7cdf8c49 4449 snd_hda_gen_add_micmute_led_cdev(codec, micmute_led_set);
9f5c6faf
TI
4450 }
4451}
4452
e7d66cf7
JS
4453static void alc236_fixup_hp_gpio_led(struct hda_codec *codec,
4454 const struct hda_fixup *fix, int action)
4455{
4456 alc_fixup_hp_gpio_led(codec, action, 0x02, 0x01);
4457}
4458
01e4a275 4459static void alc269_fixup_hp_gpio_led(struct hda_codec *codec,
eaa8e5ef
KY
4460 const struct hda_fixup *fix, int action)
4461{
01e4a275
TI
4462 alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
4463}
eaa8e5ef 4464
f5a88b0a
KHF
4465static void alc285_fixup_hp_gpio_led(struct hda_codec *codec,
4466 const struct hda_fixup *fix, int action)
4467{
3e0650ab 4468 alc_fixup_hp_gpio_led(codec, action, 0x04, 0x01);
f5a88b0a
KHF
4469}
4470
01e4a275
TI
4471static void alc286_fixup_hp_gpio_led(struct hda_codec *codec,
4472 const struct hda_fixup *fix, int action)
4473{
4474 alc_fixup_hp_gpio_led(codec, action, 0x02, 0x20);
9f5c6faf
TI
4475}
4476
a0ccbc53
KY
4477static void alc287_fixup_hp_gpio_led(struct hda_codec *codec,
4478 const struct hda_fixup *fix, int action)
4479{
4480 alc_fixup_hp_gpio_led(codec, action, 0x10, 0);
4481}
4482
5fc462c3
JC
4483static void alc245_fixup_hp_gpio_led(struct hda_codec *codec,
4484 const struct hda_fixup *fix, int action)
4485{
4486 struct alc_spec *spec = codec->spec;
4487
4488 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4489 spec->micmute_led_polarity = 1;
4490 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
4491}
4492
8a503555
TI
4493/* turn on/off mic-mute LED per capture hook via VREF change */
4494static int vref_micmute_led_set(struct led_classdev *led_cdev,
4495 enum led_brightness brightness)
9c5dc3bf 4496{
8a503555 4497 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
9c5dc3bf 4498 struct alc_spec *spec = codec->spec;
9c5dc3bf 4499
766538ac
TI
4500 alc_update_vref_led(codec, spec->cap_mute_led_nid,
4501 spec->micmute_led_polarity, brightness);
8a503555 4502 return 0;
9c5dc3bf
KY
4503}
4504
4505static void alc269_fixup_hp_gpio_mic1_led(struct hda_codec *codec,
4506 const struct hda_fixup *fix, int action)
4507{
4508 struct alc_spec *spec = codec->spec;
9c5dc3bf 4509
01e4a275 4510 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
9c5dc3bf 4511 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
01e4a275
TI
4512 /* Like hp_gpio_mic1_led, but also needs GPIO4 low to
4513 * enable headphone amp
4514 */
4515 spec->gpio_mask |= 0x10;
4516 spec->gpio_dir |= 0x10;
9c5dc3bf 4517 spec->cap_mute_led_nid = 0x18;
8a503555 4518 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
50dd9050 4519 codec->power_filter = led_power_filter;
9c5dc3bf
KY
4520 }
4521}
4522
7a5255f1
DH
4523static void alc280_fixup_hp_gpio4(struct hda_codec *codec,
4524 const struct hda_fixup *fix, int action)
4525{
7a5255f1 4526 struct alc_spec *spec = codec->spec;
7a5255f1 4527
01e4a275 4528 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
7a5255f1 4529 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
7a5255f1 4530 spec->cap_mute_led_nid = 0x18;
8a503555 4531 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
7a5255f1
DH
4532 codec->power_filter = led_power_filter;
4533 }
4534}
4535
c3bb2b52
TI
4536/* HP Spectre x360 14 model needs a unique workaround for enabling the amp;
4537 * it needs to toggle the GPIO0 once on and off at each time (bko#210633)
4538 */
4539static void alc245_fixup_hp_x360_amp(struct hda_codec *codec,
4540 const struct hda_fixup *fix, int action)
4541{
4542 struct alc_spec *spec = codec->spec;
4543
4544 switch (action) {
4545 case HDA_FIXUP_ACT_PRE_PROBE:
4546 spec->gpio_mask |= 0x01;
4547 spec->gpio_dir |= 0x01;
4548 break;
4549 case HDA_FIXUP_ACT_INIT:
4550 /* need to toggle GPIO to enable the amp */
4551 alc_update_gpio_data(codec, 0x01, true);
4552 msleep(100);
4553 alc_update_gpio_data(codec, 0x01, false);
4554 break;
4555 }
4556}
4557
622464c8
TI
4558/* toggle GPIO2 at each time stream is started; we use PREPARE state instead */
4559static void alc274_hp_envy_pcm_hook(struct hda_pcm_stream *hinfo,
4560 struct hda_codec *codec,
4561 struct snd_pcm_substream *substream,
4562 int action)
4563{
4564 switch (action) {
4565 case HDA_GEN_PCM_ACT_PREPARE:
4566 alc_update_gpio_data(codec, 0x04, true);
4567 break;
4568 case HDA_GEN_PCM_ACT_CLEANUP:
4569 alc_update_gpio_data(codec, 0x04, false);
4570 break;
4571 }
4572}
4573
4574static void alc274_fixup_hp_envy_gpio(struct hda_codec *codec,
4575 const struct hda_fixup *fix,
4576 int action)
4577{
4578 struct alc_spec *spec = codec->spec;
4579
4580 if (action == HDA_FIXUP_ACT_PROBE) {
4581 spec->gpio_mask |= 0x04;
4582 spec->gpio_dir |= 0x04;
4583 spec->gen.pcm_playback_hook = alc274_hp_envy_pcm_hook;
4584 }
4585}
4586
766538ac
TI
4587static void alc_update_coef_led(struct hda_codec *codec,
4588 struct alc_coef_led *led,
4589 bool polarity, bool on)
4590{
4591 if (polarity)
4592 on = !on;
4593 /* temporarily power up/down for setting COEF bit */
4594 alc_update_coef_idx(codec, led->idx, led->mask,
4595 on ? led->on : led->off);
4596}
4597
431e76c3 4598/* update mute-LED according to the speaker mute state via COEF bit */
8d3d1ece
TI
4599static int coef_mute_led_set(struct led_classdev *led_cdev,
4600 enum led_brightness brightness)
431e76c3 4601{
8d3d1ece 4602 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
431e76c3
KY
4603 struct alc_spec *spec = codec->spec;
4604
766538ac
TI
4605 alc_update_coef_led(codec, &spec->mute_led_coef,
4606 spec->mute_led_polarity, brightness);
8d3d1ece 4607 return 0;
431e76c3
KY
4608}
4609
4610static void alc285_fixup_hp_mute_led_coefbit(struct hda_codec *codec,
4611 const struct hda_fixup *fix,
4612 int action)
4613{
4614 struct alc_spec *spec = codec->spec;
4615
4616 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4617 spec->mute_led_polarity = 0;
766538ac
TI
4618 spec->mute_led_coef.idx = 0x0b;
4619 spec->mute_led_coef.mask = 1 << 3;
4620 spec->mute_led_coef.on = 1 << 3;
4621 spec->mute_led_coef.off = 0;
8d3d1ece 4622 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
431e76c3
KY
4623 }
4624}
4625
24164f43
KY
4626static void alc236_fixup_hp_mute_led_coefbit(struct hda_codec *codec,
4627 const struct hda_fixup *fix,
4628 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;
766538ac
TI
4634 spec->mute_led_coef.idx = 0x34;
4635 spec->mute_led_coef.mask = 1 << 5;
4636 spec->mute_led_coef.on = 0;
4637 spec->mute_led_coef.off = 1 << 5;
8d3d1ece 4638 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
24164f43
KY
4639 }
4640}
4641
0659400f
LG
4642static void alc236_fixup_hp_mute_led_coefbit2(struct hda_codec *codec,
4643 const struct hda_fixup *fix, int action)
4644{
4645 struct alc_spec *spec = codec->spec;
4646
4647 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4648 spec->mute_led_polarity = 0;
4649 spec->mute_led_coef.idx = 0x07;
4650 spec->mute_led_coef.mask = 1;
4651 spec->mute_led_coef.on = 1;
4652 spec->mute_led_coef.off = 0;
4653 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
4654 }
4655}
4656
93dc18e1
SJ
4657static void alc245_fixup_hp_mute_led_coefbit(struct hda_codec *codec,
4658 const struct hda_fixup *fix,
4659 int action)
4660{
4661 struct alc_spec *spec = codec->spec;
4662
4663 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4664 spec->mute_led_polarity = 0;
4665 spec->mute_led_coef.idx = 0x0b;
4666 spec->mute_led_coef.mask = 3 << 2;
4667 spec->mute_led_coef.on = 2 << 2;
4668 spec->mute_led_coef.off = 1 << 2;
4669 snd_hda_gen_add_mute_led_cdev(codec, coef_mute_led_set);
4670 }
4671}
4672
431e76c3 4673/* turn on/off mic-mute LED per capture hook by coef bit */
8a503555
TI
4674static int coef_micmute_led_set(struct led_classdev *led_cdev,
4675 enum led_brightness brightness)
431e76c3 4676{
8a503555 4677 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent);
431e76c3
KY
4678 struct alc_spec *spec = codec->spec;
4679
766538ac
TI
4680 alc_update_coef_led(codec, &spec->mic_led_coef,
4681 spec->micmute_led_polarity, brightness);
8a503555 4682 return 0;
431e76c3
KY
4683}
4684
4685static void alc285_fixup_hp_coef_micmute_led(struct hda_codec *codec,
4686 const struct hda_fixup *fix, int action)
4687{
4688 struct alc_spec *spec = codec->spec;
4689
4690 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
766538ac
TI
4691 spec->mic_led_coef.idx = 0x19;
4692 spec->mic_led_coef.mask = 1 << 13;
4693 spec->mic_led_coef.on = 1 << 13;
4694 spec->mic_led_coef.off = 0;
8a503555 4695 snd_hda_gen_add_micmute_led_cdev(codec, coef_micmute_led_set);
431e76c3
KY
4696 }
4697}
4698
ca88eeb3
LG
4699static void alc285_fixup_hp_gpio_micmute_led(struct hda_codec *codec,
4700 const struct hda_fixup *fix, int action)
4701{
4702 struct alc_spec *spec = codec->spec;
4703
4704 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4705 spec->micmute_led_polarity = 1;
4706 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
4707}
4708
24164f43
KY
4709static void alc236_fixup_hp_coef_micmute_led(struct hda_codec *codec,
4710 const struct hda_fixup *fix, int action)
4711{
4712 struct alc_spec *spec = codec->spec;
4713
4714 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
766538ac
TI
4715 spec->mic_led_coef.idx = 0x35;
4716 spec->mic_led_coef.mask = 3 << 2;
4717 spec->mic_led_coef.on = 2 << 2;
4718 spec->mic_led_coef.off = 1 << 2;
8a503555 4719 snd_hda_gen_add_micmute_led_cdev(codec, coef_micmute_led_set);
24164f43
KY
4720 }
4721}
4722
431e76c3
KY
4723static void alc285_fixup_hp_mute_led(struct hda_codec *codec,
4724 const struct hda_fixup *fix, int action)
4725{
4726 alc285_fixup_hp_mute_led_coefbit(codec, fix, action);
4727 alc285_fixup_hp_coef_micmute_led(codec, fix, action);
4728}
4729
ca88eeb3
LG
4730static void alc285_fixup_hp_spectre_x360_mute_led(struct hda_codec *codec,
4731 const struct hda_fixup *fix, int action)
4732{
4733 alc285_fixup_hp_mute_led_coefbit(codec, fix, action);
4734 alc285_fixup_hp_gpio_micmute_led(codec, fix, action);
4735}
4736
24164f43
KY
4737static void alc236_fixup_hp_mute_led(struct hda_codec *codec,
4738 const struct hda_fixup *fix, int action)
4739{
4740 alc236_fixup_hp_mute_led_coefbit(codec, fix, action);
4741 alc236_fixup_hp_coef_micmute_led(codec, fix, action);
4742}
4743
75b62ab6
JW
4744static void alc236_fixup_hp_micmute_led_vref(struct hda_codec *codec,
4745 const struct hda_fixup *fix, int action)
4746{
4747 struct alc_spec *spec = codec->spec;
4748
4749 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4750 spec->cap_mute_led_nid = 0x1a;
4751 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
4752 codec->power_filter = led_power_filter;
4753 }
4754}
4755
4756static void alc236_fixup_hp_mute_led_micmute_vref(struct hda_codec *codec,
4757 const struct hda_fixup *fix, int action)
4758{
4759 alc236_fixup_hp_mute_led_coefbit(codec, fix, action);
4760 alc236_fixup_hp_micmute_led_vref(codec, fix, action);
4761}
4762
a2d57ebe
KM
4763static inline void alc298_samsung_write_coef_pack(struct hda_codec *codec,
4764 const unsigned short coefs[2])
4765{
4766 alc_write_coef_idx(codec, 0x23, coefs[0]);
4767 alc_write_coef_idx(codec, 0x25, coefs[1]);
4768 alc_write_coef_idx(codec, 0x26, 0xb011);
4769}
4770
4771struct alc298_samsung_amp_desc {
4772 unsigned char nid;
4773 unsigned short init_seq[2][2];
4774};
4775
4776static void alc298_fixup_samsung_amp(struct hda_codec *codec,
4777 const struct hda_fixup *fix, int action)
4778{
4779 int i, j;
4780 static const unsigned short init_seq[][2] = {
4781 { 0x19, 0x00 }, { 0x20, 0xc0 }, { 0x22, 0x44 }, { 0x23, 0x08 },
4782 { 0x24, 0x85 }, { 0x25, 0x41 }, { 0x35, 0x40 }, { 0x36, 0x01 },
4783 { 0x38, 0x81 }, { 0x3a, 0x03 }, { 0x3b, 0x81 }, { 0x40, 0x3e },
4784 { 0x41, 0x07 }, { 0x400, 0x1 }
4785 };
4786 static const struct alc298_samsung_amp_desc amps[] = {
4787 { 0x3a, { { 0x18, 0x1 }, { 0x26, 0x0 } } },
4788 { 0x39, { { 0x18, 0x2 }, { 0x26, 0x1 } } }
4789 };
4790
4791 if (action != HDA_FIXUP_ACT_INIT)
4792 return;
4793
4794 for (i = 0; i < ARRAY_SIZE(amps); i++) {
4795 alc_write_coef_idx(codec, 0x22, amps[i].nid);
4796
4797 for (j = 0; j < ARRAY_SIZE(amps[i].init_seq); j++)
4798 alc298_samsung_write_coef_pack(codec, amps[i].init_seq[j]);
4799
4800 for (j = 0; j < ARRAY_SIZE(init_seq); j++)
4801 alc298_samsung_write_coef_pack(codec, init_seq[j]);
4802 }
4803}
4804
6a30abaa 4805#if IS_REACHABLE(CONFIG_INPUT)
33f4acd3
DH
4806static void gpio2_mic_hotkey_event(struct hda_codec *codec,
4807 struct hda_jack_callback *event)
4808{
4809 struct alc_spec *spec = codec->spec;
4810
4811 /* GPIO2 just toggles on a keypress/keyrelease cycle. Therefore
4812 send both key on and key off event for every interrupt. */
c7b60a89 4813 input_report_key(spec->kb_dev, spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX], 1);
33f4acd3 4814 input_sync(spec->kb_dev);
c7b60a89 4815 input_report_key(spec->kb_dev, spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX], 0);
33f4acd3
DH
4816 input_sync(spec->kb_dev);
4817}
33f4acd3 4818
3694cb29
K
4819static int alc_register_micmute_input_device(struct hda_codec *codec)
4820{
4821 struct alc_spec *spec = codec->spec;
c7b60a89 4822 int i;
3694cb29
K
4823
4824 spec->kb_dev = input_allocate_device();
4825 if (!spec->kb_dev) {
4826 codec_err(codec, "Out of memory (input_allocate_device)\n");
4827 return -ENOMEM;
4828 }
c7b60a89
HW
4829
4830 spec->alc_mute_keycode_map[ALC_KEY_MICMUTE_INDEX] = KEY_MICMUTE;
4831
3694cb29
K
4832 spec->kb_dev->name = "Microphone Mute Button";
4833 spec->kb_dev->evbit[0] = BIT_MASK(EV_KEY);
c7b60a89
HW
4834 spec->kb_dev->keycodesize = sizeof(spec->alc_mute_keycode_map[0]);
4835 spec->kb_dev->keycodemax = ARRAY_SIZE(spec->alc_mute_keycode_map);
4836 spec->kb_dev->keycode = spec->alc_mute_keycode_map;
4837 for (i = 0; i < ARRAY_SIZE(spec->alc_mute_keycode_map); i++)
4838 set_bit(spec->alc_mute_keycode_map[i], spec->kb_dev->keybit);
3694cb29
K
4839
4840 if (input_register_device(spec->kb_dev)) {
4841 codec_err(codec, "input_register_device failed\n");
4842 input_free_device(spec->kb_dev);
4843 spec->kb_dev = NULL;
4844 return -ENOMEM;
4845 }
4846
4847 return 0;
4848}
4849
01e4a275
TI
4850/* GPIO1 = set according to SKU external amp
4851 * GPIO2 = mic mute hotkey
4852 * GPIO3 = mute LED
4853 * GPIO4 = mic mute LED
4854 */
33f4acd3
DH
4855static void alc280_fixup_hp_gpio2_mic_hotkey(struct hda_codec *codec,
4856 const struct hda_fixup *fix, int action)
4857{
33f4acd3
DH
4858 struct alc_spec *spec = codec->spec;
4859
01e4a275 4860 alc_fixup_hp_gpio_led(codec, action, 0x08, 0x10);
33f4acd3 4861 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
1c76aa5f 4862 spec->init_amp = ALC_INIT_DEFAULT;
3694cb29 4863 if (alc_register_micmute_input_device(codec) != 0)
33f4acd3 4864 return;
33f4acd3 4865
01e4a275
TI
4866 spec->gpio_mask |= 0x06;
4867 spec->gpio_dir |= 0x02;
4868 spec->gpio_data |= 0x02;
7639a06c 4869 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
33f4acd3 4870 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x04);
7639a06c 4871 snd_hda_jack_detect_enable_callback(codec, codec->core.afg,
33f4acd3 4872 gpio2_mic_hotkey_event);
33f4acd3
DH
4873 return;
4874 }
4875
4876 if (!spec->kb_dev)
4877 return;
4878
4879 switch (action) {
33f4acd3
DH
4880 case HDA_FIXUP_ACT_FREE:
4881 input_unregister_device(spec->kb_dev);
33f4acd3
DH
4882 spec->kb_dev = NULL;
4883 }
33f4acd3
DH
4884}
4885
01e4a275
TI
4886/* Line2 = mic mute hotkey
4887 * GPIO2 = mic mute LED
4888 */
3694cb29
K
4889static void alc233_fixup_lenovo_line2_mic_hotkey(struct hda_codec *codec,
4890 const struct hda_fixup *fix, int action)
4891{
3694cb29
K
4892 struct alc_spec *spec = codec->spec;
4893
01e4a275 4894 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
3694cb29 4895 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
1c76aa5f 4896 spec->init_amp = ALC_INIT_DEFAULT;
3694cb29
K
4897 if (alc_register_micmute_input_device(codec) != 0)
4898 return;
4899
3694cb29
K
4900 snd_hda_jack_detect_enable_callback(codec, 0x1b,
4901 gpio2_mic_hotkey_event);
3694cb29
K
4902 return;
4903 }
4904
4905 if (!spec->kb_dev)
4906 return;
4907
4908 switch (action) {
3694cb29
K
4909 case HDA_FIXUP_ACT_FREE:
4910 input_unregister_device(spec->kb_dev);
4911 spec->kb_dev = NULL;
4912 }
4913}
c469652b
TI
4914#else /* INPUT */
4915#define alc280_fixup_hp_gpio2_mic_hotkey NULL
4916#define alc233_fixup_lenovo_line2_mic_hotkey NULL
4917#endif /* INPUT */
3694cb29 4918
9c5dc3bf
KY
4919static void alc269_fixup_hp_line1_mic1_led(struct hda_codec *codec,
4920 const struct hda_fixup *fix, int action)
4921{
4922 struct alc_spec *spec = codec->spec;
4923
1bce62a6 4924 alc269_fixup_hp_mute_led_micx(codec, fix, action, 0x1a);
9c5dc3bf 4925 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
9c5dc3bf 4926 spec->cap_mute_led_nid = 0x18;
8a503555 4927 snd_hda_gen_add_micmute_led_cdev(codec, vref_micmute_led_set);
9c5dc3bf
KY
4928 }
4929}
4930
6b0f95c4 4931static const struct coef_fw alc225_pre_hsmode[] = {
5a36767a
KY
4932 UPDATE_COEF(0x4a, 1<<8, 0),
4933 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0),
4934 UPDATE_COEF(0x63, 3<<14, 3<<14),
4935 UPDATE_COEF(0x4a, 3<<4, 2<<4),
4936 UPDATE_COEF(0x4a, 3<<10, 3<<10),
4937 UPDATE_COEF(0x45, 0x3f<<10, 0x34<<10),
4938 UPDATE_COEF(0x4a, 3<<10, 0),
4939 {}
4940};
4941
73bdd597
DH
4942static void alc_headset_mode_unplugged(struct hda_codec *codec)
4943{
92666d45 4944 struct alc_spec *spec = codec->spec;
6b0f95c4 4945 static const struct coef_fw coef0255[] = {
717f43d8 4946 WRITE_COEF(0x1b, 0x0c0b), /* LDO and MISC control */
54db6c39
TI
4947 WRITE_COEF(0x45, 0xd089), /* UAJ function set to menual mode */
4948 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
4949 WRITE_COEF(0x06, 0x6104), /* Set MIC2 Vref gate with HP */
4950 WRITE_COEFEX(0x57, 0x03, 0x8aa6), /* Direct Drive HP Amp control */
4951 {}
4952 };
6b0f95c4 4953 static const struct coef_fw coef0256[] = {
e69e7e03 4954 WRITE_COEF(0x1b, 0x0c4b), /* LDO and MISC control */
717f43d8
KY
4955 WRITE_COEF(0x45, 0xd089), /* UAJ function set to menual mode */
4956 WRITE_COEF(0x06, 0x6104), /* Set MIC2 Vref gate with HP */
4957 WRITE_COEFEX(0x57, 0x03, 0x09a3), /* Direct Drive HP Amp control */
4958 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
e69e7e03
KY
4959 {}
4960 };
6b0f95c4 4961 static const struct coef_fw coef0233[] = {
54db6c39
TI
4962 WRITE_COEF(0x1b, 0x0c0b),
4963 WRITE_COEF(0x45, 0xc429),
4964 UPDATE_COEF(0x35, 0x4000, 0),
4965 WRITE_COEF(0x06, 0x2104),
4966 WRITE_COEF(0x1a, 0x0001),
4967 WRITE_COEF(0x26, 0x0004),
4968 WRITE_COEF(0x32, 0x42a3),
4969 {}
4970 };
6b0f95c4 4971 static const struct coef_fw coef0288[] = {
f3b70332
KY
4972 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
4973 UPDATE_COEF(0x50, 0x2000, 0x2000),
4974 UPDATE_COEF(0x56, 0x0006, 0x0006),
4975 UPDATE_COEF(0x66, 0x0008, 0),
4976 UPDATE_COEF(0x67, 0x2000, 0),
4977 {}
4978 };
6b0f95c4 4979 static const struct coef_fw coef0298[] = {
89542936
KY
4980 UPDATE_COEF(0x19, 0x1300, 0x0300),
4981 {}
4982 };
6b0f95c4 4983 static const struct coef_fw coef0292[] = {
54db6c39
TI
4984 WRITE_COEF(0x76, 0x000e),
4985 WRITE_COEF(0x6c, 0x2400),
4986 WRITE_COEF(0x18, 0x7308),
4987 WRITE_COEF(0x6b, 0xc429),
4988 {}
4989 };
6b0f95c4 4990 static const struct coef_fw coef0293[] = {
54db6c39
TI
4991 UPDATE_COEF(0x10, 7<<8, 6<<8), /* SET Line1 JD to 0 */
4992 UPDATE_COEFEX(0x57, 0x05, 1<<15|1<<13, 0x0), /* SET charge pump by verb */
4993 UPDATE_COEFEX(0x57, 0x03, 1<<10, 1<<10), /* SET EN_OSW to 1 */
4994 UPDATE_COEF(0x1a, 1<<3, 1<<3), /* Combo JD gating with LINE1-VREFO */
4995 WRITE_COEF(0x45, 0xc429), /* Set to TRS type */
4996 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
4997 {}
4998 };
6b0f95c4 4999 static const struct coef_fw coef0668[] = {
54db6c39
TI
5000 WRITE_COEF(0x15, 0x0d40),
5001 WRITE_COEF(0xb7, 0x802b),
5002 {}
5003 };
6b0f95c4 5004 static const struct coef_fw coef0225[] = {
5a36767a 5005 UPDATE_COEF(0x63, 3<<14, 0),
4cc9b9d6
KY
5006 {}
5007 };
6b0f95c4 5008 static const struct coef_fw coef0274[] = {
71683c32
KY
5009 UPDATE_COEF(0x4a, 0x0100, 0),
5010 UPDATE_COEFEX(0x57, 0x05, 0x4000, 0),
5011 UPDATE_COEF(0x6b, 0xf000, 0x5000),
5012 UPDATE_COEF(0x4a, 0x0010, 0),
5013 UPDATE_COEF(0x4a, 0x0c00, 0x0c00),
5014 WRITE_COEF(0x45, 0x5289),
5015 UPDATE_COEF(0x4a, 0x0c00, 0),
5016 {}
5017 };
54db6c39 5018
92666d45
KY
5019 if (spec->no_internal_mic_pin) {
5020 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
5021 return;
5022 }
5023
7639a06c 5024 switch (codec->core.vendor_id) {
9a22a8f5 5025 case 0x10ec0255:
e69e7e03
KY
5026 alc_process_coef_fw(codec, coef0255);
5027 break;
1948fc06 5028 case 0x10ec0230:
736f20a7 5029 case 0x10ec0236:
7081adf3 5030 case 0x10ec0256:
527f4643 5031 case 0x19e58326:
e69e7e03 5032 alc_process_coef_fw(codec, coef0256);
9a22a8f5 5033 break;
71683c32
KY
5034 case 0x10ec0234:
5035 case 0x10ec0274:
5036 case 0x10ec0294:
5037 alc_process_coef_fw(codec, coef0274);
5038 break;
13fd08a3 5039 case 0x10ec0233:
73bdd597 5040 case 0x10ec0283:
54db6c39 5041 alc_process_coef_fw(codec, coef0233);
73bdd597 5042 break;
f3b70332
KY
5043 case 0x10ec0286:
5044 case 0x10ec0288:
89542936
KY
5045 alc_process_coef_fw(codec, coef0288);
5046 break;
1a5bc8d9 5047 case 0x10ec0298:
89542936 5048 alc_process_coef_fw(codec, coef0298);
f3b70332
KY
5049 alc_process_coef_fw(codec, coef0288);
5050 break;
73bdd597 5051 case 0x10ec0292:
54db6c39 5052 alc_process_coef_fw(codec, coef0292);
73bdd597 5053 break;
a22aa26f 5054 case 0x10ec0293:
54db6c39 5055 alc_process_coef_fw(codec, coef0293);
a22aa26f 5056 break;
73bdd597 5057 case 0x10ec0668:
54db6c39 5058 alc_process_coef_fw(codec, coef0668);
73bdd597 5059 break;
c2b691ee 5060 case 0x10ec0215:
4cc9b9d6 5061 case 0x10ec0225:
c2b691ee 5062 case 0x10ec0285:
7d727869 5063 case 0x10ec0295:
c2b691ee 5064 case 0x10ec0289:
28f1f9b2 5065 case 0x10ec0299:
4d4b0c52 5066 alc_process_coef_fw(codec, alc225_pre_hsmode);
4cc9b9d6
KY
5067 alc_process_coef_fw(codec, coef0225);
5068 break;
78f4f7c2
KY
5069 case 0x10ec0867:
5070 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5071 break;
73bdd597 5072 }
4e76a883 5073 codec_dbg(codec, "Headset jack set to unplugged mode.\n");
73bdd597
DH
5074}
5075
5076
5077static void alc_headset_mode_mic_in(struct hda_codec *codec, hda_nid_t hp_pin,
5078 hda_nid_t mic_pin)
5079{
6b0f95c4 5080 static const struct coef_fw coef0255[] = {
54db6c39
TI
5081 WRITE_COEFEX(0x57, 0x03, 0x8aa6),
5082 WRITE_COEF(0x06, 0x6100), /* Set MIC2 Vref gate to normal */
5083 {}
5084 };
6b0f95c4 5085 static const struct coef_fw coef0256[] = {
717f43d8
KY
5086 UPDATE_COEFEX(0x57, 0x05, 1<<14, 1<<14), /* Direct Drive HP Amp control(Set to verb control)*/
5087 WRITE_COEFEX(0x57, 0x03, 0x09a3),
5088 WRITE_COEF(0x06, 0x6100), /* Set MIC2 Vref gate to normal */
5089 {}
5090 };
6b0f95c4 5091 static const struct coef_fw coef0233[] = {
54db6c39
TI
5092 UPDATE_COEF(0x35, 0, 1<<14),
5093 WRITE_COEF(0x06, 0x2100),
5094 WRITE_COEF(0x1a, 0x0021),
5095 WRITE_COEF(0x26, 0x008c),
5096 {}
5097 };
6b0f95c4 5098 static const struct coef_fw coef0288[] = {
89542936 5099 UPDATE_COEF(0x4f, 0x00c0, 0),
f3b70332
KY
5100 UPDATE_COEF(0x50, 0x2000, 0),
5101 UPDATE_COEF(0x56, 0x0006, 0),
5102 UPDATE_COEF(0x4f, 0xfcc0, 0xc400),
5103 UPDATE_COEF(0x66, 0x0008, 0x0008),
5104 UPDATE_COEF(0x67, 0x2000, 0x2000),
5105 {}
5106 };
6b0f95c4 5107 static const struct coef_fw coef0292[] = {
54db6c39
TI
5108 WRITE_COEF(0x19, 0xa208),
5109 WRITE_COEF(0x2e, 0xacf0),
5110 {}
5111 };
6b0f95c4 5112 static const struct coef_fw coef0293[] = {
54db6c39
TI
5113 UPDATE_COEFEX(0x57, 0x05, 0, 1<<15|1<<13), /* SET charge pump by verb */
5114 UPDATE_COEFEX(0x57, 0x03, 1<<10, 0), /* SET EN_OSW to 0 */
5115 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
5116 {}
5117 };
6b0f95c4 5118 static const struct coef_fw coef0688[] = {
54db6c39
TI
5119 WRITE_COEF(0xb7, 0x802b),
5120 WRITE_COEF(0xb5, 0x1040),
5121 UPDATE_COEF(0xc3, 0, 1<<12),
5122 {}
5123 };
6b0f95c4 5124 static const struct coef_fw coef0225[] = {
4cc9b9d6
KY
5125 UPDATE_COEFEX(0x57, 0x05, 1<<14, 1<<14),
5126 UPDATE_COEF(0x4a, 3<<4, 2<<4),
5127 UPDATE_COEF(0x63, 3<<14, 0),
5128 {}
5129 };
6b0f95c4 5130 static const struct coef_fw coef0274[] = {
71683c32
KY
5131 UPDATE_COEFEX(0x57, 0x05, 0x4000, 0x4000),
5132 UPDATE_COEF(0x4a, 0x0010, 0),
5133 UPDATE_COEF(0x6b, 0xf000, 0),
5134 {}
5135 };
54db6c39 5136
7639a06c 5137 switch (codec->core.vendor_id) {
9a22a8f5
KY
5138 case 0x10ec0255:
5139 alc_write_coef_idx(codec, 0x45, 0xc489);
5140 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5141 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
5142 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5143 break;
1948fc06 5144 case 0x10ec0230:
717f43d8
KY
5145 case 0x10ec0236:
5146 case 0x10ec0256:
527f4643 5147 case 0x19e58326:
717f43d8
KY
5148 alc_write_coef_idx(codec, 0x45, 0xc489);
5149 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5150 alc_process_coef_fw(codec, coef0256);
5151 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5152 break;
71683c32
KY
5153 case 0x10ec0234:
5154 case 0x10ec0274:
5155 case 0x10ec0294:
5156 alc_write_coef_idx(codec, 0x45, 0x4689);
5157 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5158 alc_process_coef_fw(codec, coef0274);
5159 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5160 break;
13fd08a3 5161 case 0x10ec0233:
73bdd597
DH
5162 case 0x10ec0283:
5163 alc_write_coef_idx(codec, 0x45, 0xc429);
5164 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5165 alc_process_coef_fw(codec, coef0233);
73bdd597
DH
5166 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5167 break;
f3b70332
KY
5168 case 0x10ec0286:
5169 case 0x10ec0288:
1a5bc8d9 5170 case 0x10ec0298:
f3b70332
KY
5171 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5172 alc_process_coef_fw(codec, coef0288);
5173 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5174 break;
73bdd597
DH
5175 case 0x10ec0292:
5176 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5177 alc_process_coef_fw(codec, coef0292);
73bdd597 5178 break;
a22aa26f
KY
5179 case 0x10ec0293:
5180 /* Set to TRS mode */
5181 alc_write_coef_idx(codec, 0x45, 0xc429);
5182 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5183 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
5184 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5185 break;
78f4f7c2
KY
5186 case 0x10ec0867:
5187 alc_update_coefex_idx(codec, 0x57, 0x5, 0, 1<<14);
c0dbbdad 5188 fallthrough;
9eb5d0e6 5189 case 0x10ec0221:
1f8b46cd
DH
5190 case 0x10ec0662:
5191 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5192 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5193 break;
73bdd597
DH
5194 case 0x10ec0668:
5195 alc_write_coef_idx(codec, 0x11, 0x0001);
5196 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
54db6c39 5197 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
5198 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5199 break;
c2b691ee 5200 case 0x10ec0215:
4cc9b9d6 5201 case 0x10ec0225:
c2b691ee 5202 case 0x10ec0285:
7d727869 5203 case 0x10ec0295:
c2b691ee 5204 case 0x10ec0289:
28f1f9b2 5205 case 0x10ec0299:
5a36767a 5206 alc_process_coef_fw(codec, alc225_pre_hsmode);
4cc9b9d6
KY
5207 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x31<<10);
5208 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
5209 alc_process_coef_fw(codec, coef0225);
5210 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
5211 break;
73bdd597 5212 }
4e76a883 5213 codec_dbg(codec, "Headset jack set to mic-in mode.\n");
73bdd597
DH
5214}
5215
5216static void alc_headset_mode_default(struct hda_codec *codec)
5217{
6b0f95c4 5218 static const struct coef_fw coef0225[] = {
5a36767a
KY
5219 UPDATE_COEF(0x45, 0x3f<<10, 0x30<<10),
5220 UPDATE_COEF(0x45, 0x3f<<10, 0x31<<10),
5221 UPDATE_COEF(0x49, 3<<8, 0<<8),
5222 UPDATE_COEF(0x4a, 3<<4, 3<<4),
5223 UPDATE_COEF(0x63, 3<<14, 0),
5224 UPDATE_COEF(0x67, 0xf000, 0x3000),
2ae95577
DH
5225 {}
5226 };
6b0f95c4 5227 static const struct coef_fw coef0255[] = {
54db6c39
TI
5228 WRITE_COEF(0x45, 0xc089),
5229 WRITE_COEF(0x45, 0xc489),
5230 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5231 WRITE_COEF(0x49, 0x0049),
5232 {}
5233 };
6b0f95c4 5234 static const struct coef_fw coef0256[] = {
717f43d8
KY
5235 WRITE_COEF(0x45, 0xc489),
5236 WRITE_COEFEX(0x57, 0x03, 0x0da3),
5237 WRITE_COEF(0x49, 0x0049),
5238 UPDATE_COEFEX(0x57, 0x05, 1<<14, 0), /* Direct Drive HP Amp control(Set to verb control)*/
5239 WRITE_COEF(0x06, 0x6100),
5240 {}
5241 };
6b0f95c4 5242 static const struct coef_fw coef0233[] = {
54db6c39
TI
5243 WRITE_COEF(0x06, 0x2100),
5244 WRITE_COEF(0x32, 0x4ea3),
5245 {}
5246 };
6b0f95c4 5247 static const struct coef_fw coef0288[] = {
f3b70332
KY
5248 UPDATE_COEF(0x4f, 0xfcc0, 0xc400), /* Set to TRS type */
5249 UPDATE_COEF(0x50, 0x2000, 0x2000),
5250 UPDATE_COEF(0x56, 0x0006, 0x0006),
5251 UPDATE_COEF(0x66, 0x0008, 0),
5252 UPDATE_COEF(0x67, 0x2000, 0),
5253 {}
5254 };
6b0f95c4 5255 static const struct coef_fw coef0292[] = {
54db6c39
TI
5256 WRITE_COEF(0x76, 0x000e),
5257 WRITE_COEF(0x6c, 0x2400),
5258 WRITE_COEF(0x6b, 0xc429),
5259 WRITE_COEF(0x18, 0x7308),
5260 {}
5261 };
6b0f95c4 5262 static const struct coef_fw coef0293[] = {
54db6c39
TI
5263 UPDATE_COEF(0x4a, 0x000f, 0x000e), /* Combo Jack auto detect */
5264 WRITE_COEF(0x45, 0xC429), /* Set to TRS type */
5265 UPDATE_COEF(0x1a, 1<<3, 0), /* Combo JD gating without LINE1-VREFO */
5266 {}
5267 };
6b0f95c4 5268 static const struct coef_fw coef0688[] = {
54db6c39
TI
5269 WRITE_COEF(0x11, 0x0041),
5270 WRITE_COEF(0x15, 0x0d40),
5271 WRITE_COEF(0xb7, 0x802b),
5272 {}
5273 };
6b0f95c4 5274 static const struct coef_fw coef0274[] = {
71683c32
KY
5275 WRITE_COEF(0x45, 0x4289),
5276 UPDATE_COEF(0x4a, 0x0010, 0x0010),
5277 UPDATE_COEF(0x6b, 0x0f00, 0),
5278 UPDATE_COEF(0x49, 0x0300, 0x0300),
5279 {}
5280 };
54db6c39 5281
7639a06c 5282 switch (codec->core.vendor_id) {
c2b691ee 5283 case 0x10ec0215:
2ae95577 5284 case 0x10ec0225:
c2b691ee 5285 case 0x10ec0285:
7d727869 5286 case 0x10ec0295:
c2b691ee 5287 case 0x10ec0289:
28f1f9b2 5288 case 0x10ec0299:
5a36767a 5289 alc_process_coef_fw(codec, alc225_pre_hsmode);
2ae95577
DH
5290 alc_process_coef_fw(codec, coef0225);
5291 break;
9a22a8f5 5292 case 0x10ec0255:
54db6c39 5293 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5294 break;
1948fc06 5295 case 0x10ec0230:
717f43d8
KY
5296 case 0x10ec0236:
5297 case 0x10ec0256:
527f4643 5298 case 0x19e58326:
717f43d8
KY
5299 alc_write_coef_idx(codec, 0x1b, 0x0e4b);
5300 alc_write_coef_idx(codec, 0x45, 0xc089);
5301 msleep(50);
5302 alc_process_coef_fw(codec, coef0256);
5303 break;
71683c32
KY
5304 case 0x10ec0234:
5305 case 0x10ec0274:
5306 case 0x10ec0294:
5307 alc_process_coef_fw(codec, coef0274);
5308 break;
13fd08a3 5309 case 0x10ec0233:
73bdd597 5310 case 0x10ec0283:
54db6c39 5311 alc_process_coef_fw(codec, coef0233);
73bdd597 5312 break;
f3b70332
KY
5313 case 0x10ec0286:
5314 case 0x10ec0288:
1a5bc8d9 5315 case 0x10ec0298:
f3b70332
KY
5316 alc_process_coef_fw(codec, coef0288);
5317 break;
73bdd597 5318 case 0x10ec0292:
54db6c39 5319 alc_process_coef_fw(codec, coef0292);
73bdd597 5320 break;
a22aa26f 5321 case 0x10ec0293:
54db6c39 5322 alc_process_coef_fw(codec, coef0293);
a22aa26f 5323 break;
73bdd597 5324 case 0x10ec0668:
54db6c39 5325 alc_process_coef_fw(codec, coef0688);
73bdd597 5326 break;
78f4f7c2
KY
5327 case 0x10ec0867:
5328 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5329 break;
73bdd597 5330 }
4e76a883 5331 codec_dbg(codec, "Headset jack set to headphone (default) mode.\n");
73bdd597
DH
5332}
5333
5334/* Iphone type */
5335static void alc_headset_mode_ctia(struct hda_codec *codec)
5336{
89542936
KY
5337 int val;
5338
6b0f95c4 5339 static const struct coef_fw coef0255[] = {
54db6c39
TI
5340 WRITE_COEF(0x45, 0xd489), /* Set to CTIA type */
5341 WRITE_COEF(0x1b, 0x0c2b),
5342 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5343 {}
5344 };
6b0f95c4 5345 static const struct coef_fw coef0256[] = {
e69e7e03 5346 WRITE_COEF(0x45, 0xd489), /* Set to CTIA type */
717f43d8 5347 WRITE_COEF(0x1b, 0x0e6b),
e69e7e03
KY
5348 {}
5349 };
6b0f95c4 5350 static const struct coef_fw coef0233[] = {
54db6c39
TI
5351 WRITE_COEF(0x45, 0xd429),
5352 WRITE_COEF(0x1b, 0x0c2b),
5353 WRITE_COEF(0x32, 0x4ea3),
5354 {}
5355 };
6b0f95c4 5356 static const struct coef_fw coef0288[] = {
f3b70332
KY
5357 UPDATE_COEF(0x50, 0x2000, 0x2000),
5358 UPDATE_COEF(0x56, 0x0006, 0x0006),
5359 UPDATE_COEF(0x66, 0x0008, 0),
5360 UPDATE_COEF(0x67, 0x2000, 0),
5361 {}
5362 };
6b0f95c4 5363 static const struct coef_fw coef0292[] = {
54db6c39
TI
5364 WRITE_COEF(0x6b, 0xd429),
5365 WRITE_COEF(0x76, 0x0008),
5366 WRITE_COEF(0x18, 0x7388),
5367 {}
5368 };
6b0f95c4 5369 static const struct coef_fw coef0293[] = {
54db6c39
TI
5370 WRITE_COEF(0x45, 0xd429), /* Set to ctia type */
5371 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
5372 {}
5373 };
6b0f95c4 5374 static const struct coef_fw coef0688[] = {
54db6c39
TI
5375 WRITE_COEF(0x11, 0x0001),
5376 WRITE_COEF(0x15, 0x0d60),
5377 WRITE_COEF(0xc3, 0x0000),
5378 {}
5379 };
6b0f95c4 5380 static const struct coef_fw coef0225_1[] = {
4cc9b9d6 5381 UPDATE_COEF(0x45, 0x3f<<10, 0x35<<10),
5a36767a
KY
5382 UPDATE_COEF(0x63, 3<<14, 2<<14),
5383 {}
5384 };
6b0f95c4 5385 static const struct coef_fw coef0225_2[] = {
5a36767a
KY
5386 UPDATE_COEF(0x45, 0x3f<<10, 0x35<<10),
5387 UPDATE_COEF(0x63, 3<<14, 1<<14),
4cc9b9d6
KY
5388 {}
5389 };
54db6c39 5390
7639a06c 5391 switch (codec->core.vendor_id) {
9a22a8f5 5392 case 0x10ec0255:
54db6c39 5393 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5394 break;
1948fc06 5395 case 0x10ec0230:
736f20a7 5396 case 0x10ec0236:
e69e7e03 5397 case 0x10ec0256:
527f4643 5398 case 0x19e58326:
e69e7e03
KY
5399 alc_process_coef_fw(codec, coef0256);
5400 break;
71683c32
KY
5401 case 0x10ec0234:
5402 case 0x10ec0274:
5403 case 0x10ec0294:
5404 alc_write_coef_idx(codec, 0x45, 0xd689);
5405 break;
13fd08a3 5406 case 0x10ec0233:
73bdd597 5407 case 0x10ec0283:
54db6c39 5408 alc_process_coef_fw(codec, coef0233);
73bdd597 5409 break;
1a5bc8d9 5410 case 0x10ec0298:
89542936
KY
5411 val = alc_read_coef_idx(codec, 0x50);
5412 if (val & (1 << 12)) {
5413 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020);
5414 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5415 msleep(300);
5416 } else {
5417 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);
5418 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5419 msleep(300);
5420 }
5421 break;
f3b70332
KY
5422 case 0x10ec0286:
5423 case 0x10ec0288:
5424 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xd400);
5425 msleep(300);
5426 alc_process_coef_fw(codec, coef0288);
5427 break;
73bdd597 5428 case 0x10ec0292:
54db6c39 5429 alc_process_coef_fw(codec, coef0292);
73bdd597 5430 break;
a22aa26f 5431 case 0x10ec0293:
54db6c39 5432 alc_process_coef_fw(codec, coef0293);
a22aa26f 5433 break;
73bdd597 5434 case 0x10ec0668:
54db6c39 5435 alc_process_coef_fw(codec, coef0688);
73bdd597 5436 break;
c2b691ee 5437 case 0x10ec0215:
4cc9b9d6 5438 case 0x10ec0225:
c2b691ee 5439 case 0x10ec0285:
7d727869 5440 case 0x10ec0295:
c2b691ee 5441 case 0x10ec0289:
28f1f9b2 5442 case 0x10ec0299:
5a36767a
KY
5443 val = alc_read_coef_idx(codec, 0x45);
5444 if (val & (1 << 9))
5445 alc_process_coef_fw(codec, coef0225_2);
5446 else
5447 alc_process_coef_fw(codec, coef0225_1);
4cc9b9d6 5448 break;
78f4f7c2
KY
5449 case 0x10ec0867:
5450 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5451 break;
73bdd597 5452 }
4e76a883 5453 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n");
73bdd597
DH
5454}
5455
5456/* Nokia type */
5457static void alc_headset_mode_omtp(struct hda_codec *codec)
5458{
6b0f95c4 5459 static const struct coef_fw coef0255[] = {
54db6c39
TI
5460 WRITE_COEF(0x45, 0xe489), /* Set to OMTP Type */
5461 WRITE_COEF(0x1b, 0x0c2b),
5462 WRITE_COEFEX(0x57, 0x03, 0x8ea6),
5463 {}
5464 };
6b0f95c4 5465 static const struct coef_fw coef0256[] = {
e69e7e03 5466 WRITE_COEF(0x45, 0xe489), /* Set to OMTP Type */
717f43d8 5467 WRITE_COEF(0x1b, 0x0e6b),
e69e7e03
KY
5468 {}
5469 };
6b0f95c4 5470 static const struct coef_fw coef0233[] = {
54db6c39
TI
5471 WRITE_COEF(0x45, 0xe429),
5472 WRITE_COEF(0x1b, 0x0c2b),
5473 WRITE_COEF(0x32, 0x4ea3),
5474 {}
5475 };
6b0f95c4 5476 static const struct coef_fw coef0288[] = {
f3b70332
KY
5477 UPDATE_COEF(0x50, 0x2000, 0x2000),
5478 UPDATE_COEF(0x56, 0x0006, 0x0006),
5479 UPDATE_COEF(0x66, 0x0008, 0),
5480 UPDATE_COEF(0x67, 0x2000, 0),
5481 {}
5482 };
6b0f95c4 5483 static const struct coef_fw coef0292[] = {
54db6c39
TI
5484 WRITE_COEF(0x6b, 0xe429),
5485 WRITE_COEF(0x76, 0x0008),
5486 WRITE_COEF(0x18, 0x7388),
5487 {}
5488 };
6b0f95c4 5489 static const struct coef_fw coef0293[] = {
54db6c39
TI
5490 WRITE_COEF(0x45, 0xe429), /* Set to omtp type */
5491 UPDATE_COEF(0x10, 7<<8, 7<<8), /* SET Line1 JD to 1 */
5492 {}
5493 };
6b0f95c4 5494 static const struct coef_fw coef0688[] = {
54db6c39
TI
5495 WRITE_COEF(0x11, 0x0001),
5496 WRITE_COEF(0x15, 0x0d50),
5497 WRITE_COEF(0xc3, 0x0000),
5498 {}
5499 };
6b0f95c4 5500 static const struct coef_fw coef0225[] = {
4cc9b9d6 5501 UPDATE_COEF(0x45, 0x3f<<10, 0x39<<10),
5a36767a 5502 UPDATE_COEF(0x63, 3<<14, 2<<14),
4cc9b9d6
KY
5503 {}
5504 };
54db6c39 5505
7639a06c 5506 switch (codec->core.vendor_id) {
9a22a8f5 5507 case 0x10ec0255:
54db6c39 5508 alc_process_coef_fw(codec, coef0255);
9a22a8f5 5509 break;
1948fc06 5510 case 0x10ec0230:
736f20a7 5511 case 0x10ec0236:
e69e7e03 5512 case 0x10ec0256:
527f4643 5513 case 0x19e58326:
e69e7e03
KY
5514 alc_process_coef_fw(codec, coef0256);
5515 break;
71683c32
KY
5516 case 0x10ec0234:
5517 case 0x10ec0274:
5518 case 0x10ec0294:
5519 alc_write_coef_idx(codec, 0x45, 0xe689);
5520 break;
13fd08a3 5521 case 0x10ec0233:
73bdd597 5522 case 0x10ec0283:
54db6c39 5523 alc_process_coef_fw(codec, coef0233);
73bdd597 5524 break;
1a5bc8d9
KY
5525 case 0x10ec0298:
5526 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);/* Headset output enable */
89542936
KY
5527 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xe400);
5528 msleep(300);
5529 break;
f3b70332
KY
5530 case 0x10ec0286:
5531 case 0x10ec0288:
5532 alc_update_coef_idx(codec, 0x4f, 0xfcc0, 0xe400);
5533 msleep(300);
5534 alc_process_coef_fw(codec, coef0288);
5535 break;
73bdd597 5536 case 0x10ec0292:
54db6c39 5537 alc_process_coef_fw(codec, coef0292);
73bdd597 5538 break;
a22aa26f 5539 case 0x10ec0293:
54db6c39 5540 alc_process_coef_fw(codec, coef0293);
a22aa26f 5541 break;
73bdd597 5542 case 0x10ec0668:
54db6c39 5543 alc_process_coef_fw(codec, coef0688);
73bdd597 5544 break;
c2b691ee 5545 case 0x10ec0215:
4cc9b9d6 5546 case 0x10ec0225:
c2b691ee 5547 case 0x10ec0285:
7d727869 5548 case 0x10ec0295:
c2b691ee 5549 case 0x10ec0289:
28f1f9b2 5550 case 0x10ec0299:
4cc9b9d6
KY
5551 alc_process_coef_fw(codec, coef0225);
5552 break;
73bdd597 5553 }
4e76a883 5554 codec_dbg(codec, "Headset jack set to Nokia-style headset mode.\n");
73bdd597
DH
5555}
5556
5557static void alc_determine_headset_type(struct hda_codec *codec)
5558{
5559 int val;
5560 bool is_ctia = false;
5561 struct alc_spec *spec = codec->spec;
6b0f95c4 5562 static const struct coef_fw coef0255[] = {
54db6c39
TI
5563 WRITE_COEF(0x45, 0xd089), /* combo jack auto switch control(Check type)*/
5564 WRITE_COEF(0x49, 0x0149), /* combo jack auto switch control(Vref
5565 conteol) */
5566 {}
5567 };
6b0f95c4 5568 static const struct coef_fw coef0288[] = {
f3b70332
KY
5569 UPDATE_COEF(0x4f, 0xfcc0, 0xd400), /* Check Type */
5570 {}
5571 };
6b0f95c4 5572 static const struct coef_fw coef0298[] = {
89542936
KY
5573 UPDATE_COEF(0x50, 0x2000, 0x2000),
5574 UPDATE_COEF(0x56, 0x0006, 0x0006),
5575 UPDATE_COEF(0x66, 0x0008, 0),
5576 UPDATE_COEF(0x67, 0x2000, 0),
5577 UPDATE_COEF(0x19, 0x1300, 0x1300),
5578 {}
5579 };
6b0f95c4 5580 static const struct coef_fw coef0293[] = {
54db6c39
TI
5581 UPDATE_COEF(0x4a, 0x000f, 0x0008), /* Combo Jack auto detect */
5582 WRITE_COEF(0x45, 0xD429), /* Set to ctia type */
5583 {}
5584 };
6b0f95c4 5585 static const struct coef_fw coef0688[] = {
54db6c39
TI
5586 WRITE_COEF(0x11, 0x0001),
5587 WRITE_COEF(0xb7, 0x802b),
5588 WRITE_COEF(0x15, 0x0d60),
5589 WRITE_COEF(0xc3, 0x0c00),
5590 {}
5591 };
6b0f95c4 5592 static const struct coef_fw coef0274[] = {
71683c32
KY
5593 UPDATE_COEF(0x4a, 0x0010, 0),
5594 UPDATE_COEF(0x4a, 0x8000, 0),
5595 WRITE_COEF(0x45, 0xd289),
5596 UPDATE_COEF(0x49, 0x0300, 0x0300),
5597 {}
5598 };
73bdd597 5599
92666d45
KY
5600 if (spec->no_internal_mic_pin) {
5601 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
5602 return;
5603 }
5604
7639a06c 5605 switch (codec->core.vendor_id) {
9a22a8f5 5606 case 0x10ec0255:
717f43d8
KY
5607 alc_process_coef_fw(codec, coef0255);
5608 msleep(300);
5609 val = alc_read_coef_idx(codec, 0x46);
5610 is_ctia = (val & 0x0070) == 0x0070;
5611 break;
1948fc06 5612 case 0x10ec0230:
717f43d8 5613 case 0x10ec0236:
7081adf3 5614 case 0x10ec0256:
527f4643 5615 case 0x19e58326:
717f43d8
KY
5616 alc_write_coef_idx(codec, 0x1b, 0x0e4b);
5617 alc_write_coef_idx(codec, 0x06, 0x6104);
5618 alc_write_coefex_idx(codec, 0x57, 0x3, 0x09a3);
5619
5620 snd_hda_codec_write(codec, 0x21, 0,
5621 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5622 msleep(80);
5623 snd_hda_codec_write(codec, 0x21, 0,
5624 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5625
54db6c39 5626 alc_process_coef_fw(codec, coef0255);
9a22a8f5
KY
5627 msleep(300);
5628 val = alc_read_coef_idx(codec, 0x46);
5629 is_ctia = (val & 0x0070) == 0x0070;
717f43d8
KY
5630
5631 alc_write_coefex_idx(codec, 0x57, 0x3, 0x0da3);
5632 alc_update_coefex_idx(codec, 0x57, 0x5, 1<<14, 0);
5633
5634 snd_hda_codec_write(codec, 0x21, 0,
5635 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
5636 msleep(80);
5637 snd_hda_codec_write(codec, 0x21, 0,
5638 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
9a22a8f5 5639 break;
71683c32
KY
5640 case 0x10ec0234:
5641 case 0x10ec0274:
5642 case 0x10ec0294:
5643 alc_process_coef_fw(codec, coef0274);
febf2256 5644 msleep(850);
71683c32
KY
5645 val = alc_read_coef_idx(codec, 0x46);
5646 is_ctia = (val & 0x00f0) == 0x00f0;
5647 break;
13fd08a3 5648 case 0x10ec0233:
73bdd597
DH
5649 case 0x10ec0283:
5650 alc_write_coef_idx(codec, 0x45, 0xd029);
5651 msleep(300);
5652 val = alc_read_coef_idx(codec, 0x46);
5653 is_ctia = (val & 0x0070) == 0x0070;
5654 break;
1a5bc8d9 5655 case 0x10ec0298:
89542936
KY
5656 snd_hda_codec_write(codec, 0x21, 0,
5657 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5658 msleep(100);
5659 snd_hda_codec_write(codec, 0x21, 0,
5660 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5661 msleep(200);
5662
5663 val = alc_read_coef_idx(codec, 0x50);
5664 if (val & (1 << 12)) {
5665 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0020);
5666 alc_process_coef_fw(codec, coef0288);
5667 msleep(350);
5668 val = alc_read_coef_idx(codec, 0x50);
5669 is_ctia = (val & 0x0070) == 0x0070;
5670 } else {
5671 alc_update_coef_idx(codec, 0x8e, 0x0070, 0x0010);
5672 alc_process_coef_fw(codec, coef0288);
5673 msleep(350);
5674 val = alc_read_coef_idx(codec, 0x50);
5675 is_ctia = (val & 0x0070) == 0x0070;
5676 }
5677 alc_process_coef_fw(codec, coef0298);
5678 snd_hda_codec_write(codec, 0x21, 0,
5679 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP);
5680 msleep(75);
5681 snd_hda_codec_write(codec, 0x21, 0,
5682 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
5683 break;
f3b70332
KY
5684 case 0x10ec0286:
5685 case 0x10ec0288:
5686 alc_process_coef_fw(codec, coef0288);
5687 msleep(350);
5688 val = alc_read_coef_idx(codec, 0x50);
5689 is_ctia = (val & 0x0070) == 0x0070;
5690 break;
73bdd597
DH
5691 case 0x10ec0292:
5692 alc_write_coef_idx(codec, 0x6b, 0xd429);
5693 msleep(300);
5694 val = alc_read_coef_idx(codec, 0x6c);
5695 is_ctia = (val & 0x001c) == 0x001c;
5696 break;
a22aa26f 5697 case 0x10ec0293:
54db6c39 5698 alc_process_coef_fw(codec, coef0293);
a22aa26f
KY
5699 msleep(300);
5700 val = alc_read_coef_idx(codec, 0x46);
5701 is_ctia = (val & 0x0070) == 0x0070;
5702 break;
73bdd597 5703 case 0x10ec0668:
54db6c39 5704 alc_process_coef_fw(codec, coef0688);
73bdd597
DH
5705 msleep(300);
5706 val = alc_read_coef_idx(codec, 0xbe);
5707 is_ctia = (val & 0x1c02) == 0x1c02;
5708 break;
c2b691ee 5709 case 0x10ec0215:
4cc9b9d6 5710 case 0x10ec0225:
c2b691ee 5711 case 0x10ec0285:
7d727869 5712 case 0x10ec0295:
c2b691ee 5713 case 0x10ec0289:
28f1f9b2 5714 case 0x10ec0299:
da911b1f
KY
5715 snd_hda_codec_write(codec, 0x21, 0,
5716 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
5717 msleep(80);
5718 snd_hda_codec_write(codec, 0x21, 0,
5719 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
5720
5a36767a
KY
5721 alc_process_coef_fw(codec, alc225_pre_hsmode);
5722 alc_update_coef_idx(codec, 0x67, 0xf000, 0x1000);
5723 val = alc_read_coef_idx(codec, 0x45);
5724 if (val & (1 << 9)) {
5725 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x34<<10);
5726 alc_update_coef_idx(codec, 0x49, 3<<8, 2<<8);
5727 msleep(800);
5728 val = alc_read_coef_idx(codec, 0x46);
5729 is_ctia = (val & 0x00f0) == 0x00f0;
5730 } else {
5731 alc_update_coef_idx(codec, 0x45, 0x3f<<10, 0x34<<10);
5732 alc_update_coef_idx(codec, 0x49, 3<<8, 1<<8);
5733 msleep(800);
5734 val = alc_read_coef_idx(codec, 0x46);
5735 is_ctia = (val & 0x00f0) == 0x00f0;
5736 }
5737 alc_update_coef_idx(codec, 0x4a, 7<<6, 7<<6);
5738 alc_update_coef_idx(codec, 0x4a, 3<<4, 3<<4);
5739 alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
da911b1f
KY
5740
5741 snd_hda_codec_write(codec, 0x21, 0,
5742 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
5743 msleep(80);
5744 snd_hda_codec_write(codec, 0x21, 0,
5745 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE);
4cc9b9d6 5746 break;
78f4f7c2
KY
5747 case 0x10ec0867:
5748 is_ctia = true;
5749 break;
73bdd597
DH
5750 }
5751
4e76a883 5752 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n",
73bdd597
DH
5753 is_ctia ? "yes" : "no");
5754 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP;
5755}
5756
5757static void alc_update_headset_mode(struct hda_codec *codec)
5758{
5759 struct alc_spec *spec = codec->spec;
5760
5761 hda_nid_t mux_pin = spec->gen.imux_pins[spec->gen.cur_mux[0]];
35a39f98 5762 hda_nid_t hp_pin = alc_get_hp_pin(spec);
73bdd597
DH
5763
5764 int new_headset_mode;
5765
5766 if (!snd_hda_jack_detect(codec, hp_pin))
5767 new_headset_mode = ALC_HEADSET_MODE_UNPLUGGED;
5768 else if (mux_pin == spec->headset_mic_pin)
5769 new_headset_mode = ALC_HEADSET_MODE_HEADSET;
5770 else if (mux_pin == spec->headphone_mic_pin)
5771 new_headset_mode = ALC_HEADSET_MODE_MIC;
5772 else
5773 new_headset_mode = ALC_HEADSET_MODE_HEADPHONE;
5774
5959a6bc
DH
5775 if (new_headset_mode == spec->current_headset_mode) {
5776 snd_hda_gen_update_outputs(codec);
73bdd597 5777 return;
5959a6bc 5778 }
73bdd597
DH
5779
5780 switch (new_headset_mode) {
5781 case ALC_HEADSET_MODE_UNPLUGGED:
5782 alc_headset_mode_unplugged(codec);
aeac1a0d
KY
5783 spec->current_headset_mode = ALC_HEADSET_MODE_UNKNOWN;
5784 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
73bdd597
DH
5785 spec->gen.hp_jack_present = false;
5786 break;
5787 case ALC_HEADSET_MODE_HEADSET:
5788 if (spec->current_headset_type == ALC_HEADSET_TYPE_UNKNOWN)
5789 alc_determine_headset_type(codec);
5790 if (spec->current_headset_type == ALC_HEADSET_TYPE_CTIA)
5791 alc_headset_mode_ctia(codec);
5792 else if (spec->current_headset_type == ALC_HEADSET_TYPE_OMTP)
5793 alc_headset_mode_omtp(codec);
5794 spec->gen.hp_jack_present = true;
5795 break;
5796 case ALC_HEADSET_MODE_MIC:
5797 alc_headset_mode_mic_in(codec, hp_pin, spec->headphone_mic_pin);
5798 spec->gen.hp_jack_present = false;
5799 break;
5800 case ALC_HEADSET_MODE_HEADPHONE:
5801 alc_headset_mode_default(codec);
5802 spec->gen.hp_jack_present = true;
5803 break;
5804 }
5805 if (new_headset_mode != ALC_HEADSET_MODE_MIC) {
5806 snd_hda_set_pin_ctl_cache(codec, hp_pin,
5807 AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
1f8b46cd 5808 if (spec->headphone_mic_pin && spec->headphone_mic_pin != hp_pin)
73bdd597
DH
5809 snd_hda_set_pin_ctl_cache(codec, spec->headphone_mic_pin,
5810 PIN_VREFHIZ);
5811 }
5812 spec->current_headset_mode = new_headset_mode;
5813
5814 snd_hda_gen_update_outputs(codec);
5815}
5816
5817static void alc_update_headset_mode_hook(struct hda_codec *codec,
7fe30711
TI
5818 struct snd_kcontrol *kcontrol,
5819 struct snd_ctl_elem_value *ucontrol)
73bdd597
DH
5820{
5821 alc_update_headset_mode(codec);
5822}
5823
1a4f69d5
TI
5824static void alc_update_headset_jack_cb(struct hda_codec *codec,
5825 struct hda_jack_callback *jack)
73bdd597 5826{
73bdd597 5827 snd_hda_gen_hp_automute(codec, jack);
e54f30be 5828 alc_update_headset_mode(codec);
73bdd597
DH
5829}
5830
5831static void alc_probe_headset_mode(struct hda_codec *codec)
5832{
5833 int i;
5834 struct alc_spec *spec = codec->spec;
5835 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
5836
5837 /* Find mic pins */
5838 for (i = 0; i < cfg->num_inputs; i++) {
5839 if (cfg->inputs[i].is_headset_mic && !spec->headset_mic_pin)
5840 spec->headset_mic_pin = cfg->inputs[i].pin;
5841 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin)
5842 spec->headphone_mic_pin = cfg->inputs[i].pin;
5843 }
5844
0bed2aa3 5845 WARN_ON(spec->gen.cap_sync_hook);
73bdd597
DH
5846 spec->gen.cap_sync_hook = alc_update_headset_mode_hook;
5847 spec->gen.automute_hook = alc_update_headset_mode;
5848 spec->gen.hp_automute_hook = alc_update_headset_jack_cb;
5849}
5850
5851static void alc_fixup_headset_mode(struct hda_codec *codec,
5852 const struct hda_fixup *fix, int action)
5853{
5854 struct alc_spec *spec = codec->spec;
5855
5856 switch (action) {
5857 case HDA_FIXUP_ACT_PRE_PROBE:
5858 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC | HDA_PINCFG_HEADPHONE_MIC;
5859 break;
5860 case HDA_FIXUP_ACT_PROBE:
5861 alc_probe_headset_mode(codec);
5862 break;
5863 case HDA_FIXUP_ACT_INIT:
aeac1a0d
KY
5864 if (is_s3_resume(codec) || is_s4_resume(codec)) {
5865 spec->current_headset_mode = ALC_HEADSET_MODE_UNKNOWN;
5866 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
5867 }
73bdd597
DH
5868 alc_update_headset_mode(codec);
5869 break;
5870 }
5871}
5872
5873static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
5874 const struct hda_fixup *fix, int action)
5875{
5876 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5877 struct alc_spec *spec = codec->spec;
5878 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
5879 }
5880 else
5881 alc_fixup_headset_mode(codec, fix, action);
5882}
5883
31278997
KY
5884static void alc255_set_default_jack_type(struct hda_codec *codec)
5885{
5886 /* Set to iphone type */
6b0f95c4 5887 static const struct coef_fw alc255fw[] = {
54db6c39
TI
5888 WRITE_COEF(0x1b, 0x880b),
5889 WRITE_COEF(0x45, 0xd089),
5890 WRITE_COEF(0x1b, 0x080b),
5891 WRITE_COEF(0x46, 0x0004),
5892 WRITE_COEF(0x1b, 0x0c0b),
5893 {}
5894 };
6b0f95c4 5895 static const struct coef_fw alc256fw[] = {
e69e7e03
KY
5896 WRITE_COEF(0x1b, 0x884b),
5897 WRITE_COEF(0x45, 0xd089),
5898 WRITE_COEF(0x1b, 0x084b),
5899 WRITE_COEF(0x46, 0x0004),
5900 WRITE_COEF(0x1b, 0x0c4b),
5901 {}
5902 };
5903 switch (codec->core.vendor_id) {
5904 case 0x10ec0255:
5905 alc_process_coef_fw(codec, alc255fw);
5906 break;
1948fc06 5907 case 0x10ec0230:
736f20a7 5908 case 0x10ec0236:
e69e7e03 5909 case 0x10ec0256:
527f4643 5910 case 0x19e58326:
e69e7e03
KY
5911 alc_process_coef_fw(codec, alc256fw);
5912 break;
5913 }
31278997
KY
5914 msleep(30);
5915}
5916
9a22a8f5
KY
5917static void alc_fixup_headset_mode_alc255(struct hda_codec *codec,
5918 const struct hda_fixup *fix, int action)
5919{
5920 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
31278997 5921 alc255_set_default_jack_type(codec);
9a22a8f5
KY
5922 }
5923 alc_fixup_headset_mode(codec, fix, action);
5924}
5925
31278997
KY
5926static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
5927 const struct hda_fixup *fix, int action)
5928{
5929 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5930 struct alc_spec *spec = codec->spec;
5931 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
5932 alc255_set_default_jack_type(codec);
72cea3a3 5933 }
31278997
KY
5934 else
5935 alc_fixup_headset_mode(codec, fix, action);
5936}
5937
e1e62b98
KY
5938static void alc288_update_headset_jack_cb(struct hda_codec *codec,
5939 struct hda_jack_callback *jack)
5940{
5941 struct alc_spec *spec = codec->spec;
e1e62b98
KY
5942
5943 alc_update_headset_jack_cb(codec, jack);
5944 /* Headset Mic enable or disable, only for Dell Dino */
d44a6864 5945 alc_update_gpio_data(codec, 0x40, spec->gen.hp_jack_present);
e1e62b98
KY
5946}
5947
5948static void alc_fixup_headset_mode_dell_alc288(struct hda_codec *codec,
5949 const struct hda_fixup *fix, int action)
5950{
5951 alc_fixup_headset_mode(codec, fix, action);
5952 if (action == HDA_FIXUP_ACT_PROBE) {
5953 struct alc_spec *spec = codec->spec;
d44a6864
TI
5954 /* toggled via hp_automute_hook */
5955 spec->gpio_mask |= 0x40;
5956 spec->gpio_dir |= 0x40;
e1e62b98
KY
5957 spec->gen.hp_automute_hook = alc288_update_headset_jack_cb;
5958 }
5959}
5960
493a52a9
HW
5961static void alc_fixup_auto_mute_via_amp(struct hda_codec *codec,
5962 const struct hda_fixup *fix, int action)
5963{
5964 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5965 struct alc_spec *spec = codec->spec;
5966 spec->gen.auto_mute_via_amp = 1;
5967 }
5968}
5969
9b745ab8
TI
5970static void alc_fixup_no_shutup(struct hda_codec *codec,
5971 const struct hda_fixup *fix, int action)
5972{
efe55732 5973 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
9b745ab8 5974 struct alc_spec *spec = codec->spec;
c0ca5ece 5975 spec->no_shutup_pins = 1;
9b745ab8
TI
5976 }
5977}
5978
5e6db669
GM
5979static void alc_fixup_disable_aamix(struct hda_codec *codec,
5980 const struct hda_fixup *fix, int action)
5981{
5982 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5983 struct alc_spec *spec = codec->spec;
5984 /* Disable AA-loopback as it causes white noise */
5985 spec->gen.mixer_nid = 0;
5986 }
5987}
5988
7f57d803
TI
5989/* fixup for Thinkpad docks: add dock pins, avoid HP parser fixup */
5990static void alc_fixup_tpt440_dock(struct hda_codec *codec,
5991 const struct hda_fixup *fix, int action)
5992{
5993 static const struct hda_pintbl pincfgs[] = {
5994 { 0x16, 0x21211010 }, /* dock headphone */
5995 { 0x19, 0x21a11010 }, /* dock mic */
5996 { }
5997 };
5998 struct alc_spec *spec = codec->spec;
5999
6000 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6001 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
6002 codec->power_save_node = 0; /* avoid click noises */
6003 snd_hda_apply_pincfgs(codec, pincfgs);
6004 }
6005}
6006
61fcf8ec
KY
6007static void alc_fixup_tpt470_dock(struct hda_codec *codec,
6008 const struct hda_fixup *fix, int action)
6009{
6010 static const struct hda_pintbl pincfgs[] = {
6011 { 0x17, 0x21211010 }, /* dock headphone */
6012 { 0x19, 0x21a11010 }, /* dock mic */
6013 { }
6014 };
6015 struct alc_spec *spec = codec->spec;
6016
6017 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6018 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
71db96dd
TI
6019 snd_hda_apply_pincfgs(codec, pincfgs);
6020 } else if (action == HDA_FIXUP_ACT_INIT) {
61fcf8ec
KY
6021 /* Enable DOCK device */
6022 snd_hda_codec_write(codec, 0x17, 0,
6023 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, 0);
6024 /* Enable DOCK device */
6025 snd_hda_codec_write(codec, 0x19, 0,
6026 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3, 0);
61fcf8ec
KY
6027 }
6028}
6029
399c01aa
TI
6030static void alc_fixup_tpt470_dacs(struct hda_codec *codec,
6031 const struct hda_fixup *fix, int action)
6032{
6033 /* Assure the speaker pin to be coupled with DAC NID 0x03; otherwise
6034 * the speaker output becomes too low by some reason on Thinkpads with
6035 * ALC298 codec
6036 */
6037 static const hda_nid_t preferred_pairs[] = {
6038 0x14, 0x03, 0x17, 0x02, 0x21, 0x02,
6039 0
6040 };
6041 struct alc_spec *spec = codec->spec;
6042
6043 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6044 spec->gen.preferred_dacs = preferred_pairs;
6045}
6046
8eedd3a7
TI
6047static void alc295_fixup_asus_dacs(struct hda_codec *codec,
6048 const struct hda_fixup *fix, int action)
6049{
6050 static const hda_nid_t preferred_pairs[] = {
6051 0x17, 0x02, 0x21, 0x03, 0
6052 };
6053 struct alc_spec *spec = codec->spec;
6054
6055 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6056 spec->gen.preferred_dacs = preferred_pairs;
6057}
6058
9476d369 6059static void alc_shutup_dell_xps13(struct hda_codec *codec)
033b0a7c
GM
6060{
6061 struct alc_spec *spec = codec->spec;
35a39f98 6062 int hp_pin = alc_get_hp_pin(spec);
033b0a7c 6063
9476d369
GM
6064 /* Prevent pop noises when headphones are plugged in */
6065 snd_hda_codec_write(codec, hp_pin, 0,
6066 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
6067 msleep(20);
033b0a7c
GM
6068}
6069
6070static void alc_fixup_dell_xps13(struct hda_codec *codec,
6071 const struct hda_fixup *fix, int action)
6072{
3e1b0c4a
TI
6073 struct alc_spec *spec = codec->spec;
6074 struct hda_input_mux *imux = &spec->gen.input_mux;
6075 int i;
f38663ab 6076
3e1b0c4a
TI
6077 switch (action) {
6078 case HDA_FIXUP_ACT_PRE_PROBE:
6079 /* mic pin 0x19 must be initialized with Vref Hi-Z, otherwise
6080 * it causes a click noise at start up
6081 */
6082 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
efe55732 6083 spec->shutup = alc_shutup_dell_xps13;
3e1b0c4a
TI
6084 break;
6085 case HDA_FIXUP_ACT_PROBE:
f38663ab
GM
6086 /* Make the internal mic the default input source. */
6087 for (i = 0; i < imux->num_items; i++) {
6088 if (spec->gen.imux_pins[i] == 0x12) {
6089 spec->gen.cur_mux[0] = i;
6090 break;
6091 }
6092 }
3e1b0c4a 6093 break;
033b0a7c
GM
6094 }
6095}
6096
1f8b46cd
DH
6097static void alc_fixup_headset_mode_alc662(struct hda_codec *codec,
6098 const struct hda_fixup *fix, int action)
6099{
6100 struct alc_spec *spec = codec->spec;
6101
6102 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6103 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
6104 spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */
b40eda64
DH
6105
6106 /* Disable boost for mic-in permanently. (This code is only called
6107 from quirks that guarantee that the headphone is at NID 0x1b.) */
6108 snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000);
6109 snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP);
1f8b46cd
DH
6110 } else
6111 alc_fixup_headset_mode(codec, fix, action);
6112}
6113
73bdd597
DH
6114static void alc_fixup_headset_mode_alc668(struct hda_codec *codec,
6115 const struct hda_fixup *fix, int action)
6116{
6117 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
73bdd597 6118 alc_write_coef_idx(codec, 0xc4, 0x8000);
98b24883 6119 alc_update_coef_idx(codec, 0xc2, ~0xfe, 0);
73bdd597
DH
6120 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
6121 }
6122 alc_fixup_headset_mode(codec, fix, action);
6123}
6124
bde7bc60
CCC
6125/* Returns the nid of the external mic input pin, or 0 if it cannot be found. */
6126static int find_ext_mic_pin(struct hda_codec *codec)
6127{
6128 struct alc_spec *spec = codec->spec;
6129 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
6130 hda_nid_t nid;
6131 unsigned int defcfg;
6132 int i;
6133
6134 for (i = 0; i < cfg->num_inputs; i++) {
6135 if (cfg->inputs[i].type != AUTO_PIN_MIC)
6136 continue;
6137 nid = cfg->inputs[i].pin;
6138 defcfg = snd_hda_codec_get_pincfg(codec, nid);
6139 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT)
6140 continue;
6141 return nid;
6142 }
6143
6144 return 0;
6145}
6146
08a978db 6147static void alc271_hp_gate_mic_jack(struct hda_codec *codec,
1727a771 6148 const struct hda_fixup *fix,
08a978db
DR
6149 int action)
6150{
6151 struct alc_spec *spec = codec->spec;
6152
0db75790 6153 if (action == HDA_FIXUP_ACT_PROBE) {
bde7bc60 6154 int mic_pin = find_ext_mic_pin(codec);
35a39f98 6155 int hp_pin = alc_get_hp_pin(spec);
bde7bc60
CCC
6156
6157 if (snd_BUG_ON(!mic_pin || !hp_pin))
0db75790 6158 return;
bde7bc60 6159 snd_hda_jack_set_gating_jack(codec, mic_pin, hp_pin);
0db75790 6160 }
08a978db 6161}
693b613d 6162
3e0d611b
DH
6163static void alc269_fixup_limit_int_mic_boost(struct hda_codec *codec,
6164 const struct hda_fixup *fix,
6165 int action)
6166{
6167 struct alc_spec *spec = codec->spec;
6168 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
6169 int i;
6170
6171 /* The mic boosts on level 2 and 3 are too noisy
6172 on the internal mic input.
6173 Therefore limit the boost to 0 or 1. */
6174
6175 if (action != HDA_FIXUP_ACT_PROBE)
6176 return;
6177
6178 for (i = 0; i < cfg->num_inputs; i++) {
6179 hda_nid_t nid = cfg->inputs[i].pin;
6180 unsigned int defcfg;
6181 if (cfg->inputs[i].type != AUTO_PIN_MIC)
6182 continue;
6183 defcfg = snd_hda_codec_get_pincfg(codec, nid);
6184 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT)
6185 continue;
6186
6187 snd_hda_override_amp_caps(codec, nid, HDA_INPUT,
6188 (0x00 << AC_AMPCAP_OFFSET_SHIFT) |
6189 (0x01 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6190 (0x2f << AC_AMPCAP_STEP_SIZE_SHIFT) |
6191 (0 << AC_AMPCAP_MUTE_SHIFT));
6192 }
6193}
6194
cd217a63 6195static void alc283_hp_automute_hook(struct hda_codec *codec,
1a4f69d5 6196 struct hda_jack_callback *jack)
cd217a63
KY
6197{
6198 struct alc_spec *spec = codec->spec;
6199 int vref;
6200
6201 msleep(200);
6202 snd_hda_gen_hp_automute(codec, jack);
6203
6204 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
6205
6206 msleep(600);
6207 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
6208 vref);
6209}
6210
cd217a63
KY
6211static void alc283_fixup_chromebook(struct hda_codec *codec,
6212 const struct hda_fixup *fix, int action)
6213{
6214 struct alc_spec *spec = codec->spec;
cd217a63
KY
6215
6216 switch (action) {
6217 case HDA_FIXUP_ACT_PRE_PROBE:
0202e99c 6218 snd_hda_override_wcaps(codec, 0x03, 0);
d2e92709
TI
6219 /* Disable AA-loopback as it causes white noise */
6220 spec->gen.mixer_nid = 0;
38070219 6221 break;
0202e99c 6222 case HDA_FIXUP_ACT_INIT:
de9481cb
KY
6223 /* MIC2-VREF control */
6224 /* Set to manual mode */
98b24883 6225 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
0202e99c 6226 /* Enable Line1 input control by verb */
98b24883 6227 alc_update_coef_idx(codec, 0x1a, 0, 1 << 4);
0202e99c
KY
6228 break;
6229 }
6230}
6231
6232static void alc283_fixup_sense_combo_jack(struct hda_codec *codec,
6233 const struct hda_fixup *fix, int action)
6234{
6235 struct alc_spec *spec = codec->spec;
0202e99c
KY
6236
6237 switch (action) {
6238 case HDA_FIXUP_ACT_PRE_PROBE:
cd217a63 6239 spec->gen.hp_automute_hook = alc283_hp_automute_hook;
38070219
KY
6240 break;
6241 case HDA_FIXUP_ACT_INIT:
cd217a63
KY
6242 /* MIC2-VREF control */
6243 /* Set to manual mode */
98b24883 6244 alc_update_coef_idx(codec, 0x06, 0x000c, 0);
cd217a63
KY
6245 break;
6246 }
6247}
6248
7bba2157
TI
6249/* mute tablet speaker pin (0x14) via dock plugging in addition */
6250static void asus_tx300_automute(struct hda_codec *codec)
6251{
6252 struct alc_spec *spec = codec->spec;
6253 snd_hda_gen_update_outputs(codec);
6254 if (snd_hda_jack_detect(codec, 0x1b))
6255 spec->gen.mute_bits |= (1ULL << 0x14);
6256}
6257
6258static void alc282_fixup_asus_tx300(struct hda_codec *codec,
6259 const struct hda_fixup *fix, int action)
6260{
6261 struct alc_spec *spec = codec->spec;
7bba2157
TI
6262 static const struct hda_pintbl dock_pins[] = {
6263 { 0x1b, 0x21114000 }, /* dock speaker pin */
6264 {}
6265 };
7bba2157
TI
6266
6267 switch (action) {
6268 case HDA_FIXUP_ACT_PRE_PROBE:
1c76aa5f 6269 spec->init_amp = ALC_INIT_DEFAULT;
ae065f1c
TI
6270 /* TX300 needs to set up GPIO2 for the speaker amp */
6271 alc_setup_gpio(codec, 0x04);
7bba2157
TI
6272 snd_hda_apply_pincfgs(codec, dock_pins);
6273 spec->gen.auto_mute_via_amp = 1;
6274 spec->gen.automute_hook = asus_tx300_automute;
6275 snd_hda_jack_detect_enable_callback(codec, 0x1b,
7bba2157
TI
6276 snd_hda_gen_hp_automute);
6277 break;
5579cd6f
TI
6278 case HDA_FIXUP_ACT_PROBE:
6279 spec->init_amp = ALC_INIT_DEFAULT;
6280 break;
7bba2157
TI
6281 case HDA_FIXUP_ACT_BUILD:
6282 /* this is a bit tricky; give more sane names for the main
6283 * (tablet) speaker and the dock speaker, respectively
6284 */
56798e6b
TI
6285 rename_ctl(codec, "Speaker Playback Switch",
6286 "Dock Speaker Playback Switch");
6287 rename_ctl(codec, "Bass Speaker Playback Switch",
6288 "Speaker Playback Switch");
7bba2157
TI
6289 break;
6290 }
6291}
6292
338cae56
DH
6293static void alc290_fixup_mono_speakers(struct hda_codec *codec,
6294 const struct hda_fixup *fix, int action)
6295{
0f4881dc
DH
6296 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6297 /* DAC node 0x03 is giving mono output. We therefore want to
6298 make sure 0x14 (front speaker) and 0x15 (headphones) use the
6299 stereo DAC, while leaving 0x17 (bass speaker) for node 0x03. */
caf3c043
MM
6300 static const hda_nid_t conn1[] = { 0x0c };
6301 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn1), conn1);
6302 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn1), conn1);
0f4881dc 6303 }
338cae56
DH
6304}
6305
dd9aa335
HW
6306static void alc298_fixup_speaker_volume(struct hda_codec *codec,
6307 const struct hda_fixup *fix, int action)
6308{
6309 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6310 /* The speaker is routed to the Node 0x06 by a mistake, as a result
6311 we can't adjust the speaker's volume since this node does not has
6312 Amp-out capability. we change the speaker's route to:
6313 Node 0x02 (Audio Output) -> Node 0x0c (Audio Mixer) -> Node 0x17 (
6314 Pin Complex), since Node 0x02 has Amp-out caps, we can adjust
6315 speaker's volume now. */
6316
caf3c043
MM
6317 static const hda_nid_t conn1[] = { 0x0c };
6318 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn1), conn1);
dd9aa335
HW
6319 }
6320}
6321
e312a869
TI
6322/* disable DAC3 (0x06) selection on NID 0x17 as it has no volume amp control */
6323static void alc295_fixup_disable_dac3(struct hda_codec *codec,
6324 const struct hda_fixup *fix, int action)
6325{
6326 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
caf3c043
MM
6327 static const hda_nid_t conn[] = { 0x02, 0x03 };
6328 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
e312a869
TI
6329 }
6330}
6331
d2cd795c
JK
6332/* force NID 0x17 (Bass Speaker) to DAC1 to share it with the main speaker */
6333static void alc285_fixup_speaker2_to_dac1(struct hda_codec *codec,
6334 const struct hda_fixup *fix, int action)
6335{
6336 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
caf3c043
MM
6337 static const hda_nid_t conn[] = { 0x02 };
6338 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
d2cd795c
JK
6339 }
6340}
6341
98973f2f
KP
6342/* Hook to update amp GPIO4 for automute */
6343static void alc280_hp_gpio4_automute_hook(struct hda_codec *codec,
6344 struct hda_jack_callback *jack)
6345{
6346 struct alc_spec *spec = codec->spec;
6347
6348 snd_hda_gen_hp_automute(codec, jack);
6349 /* mute_led_polarity is set to 0, so we pass inverted value here */
dbd13179
KHF
6350 alc_update_gpio_led(codec, 0x10, spec->mute_led_polarity,
6351 !spec->gen.hp_jack_present);
98973f2f
KP
6352}
6353
6354/* Manage GPIOs for HP EliteBook Folio 9480m.
6355 *
6356 * GPIO4 is the headphone amplifier power control
6357 * GPIO3 is the audio output mute indicator LED
6358 */
6359
6360static void alc280_fixup_hp_9480m(struct hda_codec *codec,
6361 const struct hda_fixup *fix,
6362 int action)
6363{
6364 struct alc_spec *spec = codec->spec;
98973f2f 6365
01e4a275 6366 alc_fixup_hp_gpio_led(codec, action, 0x08, 0);
98973f2f 6367 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
01e4a275
TI
6368 /* amp at GPIO4; toggled via alc280_hp_gpio4_automute_hook() */
6369 spec->gpio_mask |= 0x10;
6370 spec->gpio_dir |= 0x10;
98973f2f 6371 spec->gen.hp_automute_hook = alc280_hp_gpio4_automute_hook;
98973f2f
KP
6372 }
6373}
6374
ae065f1c
TI
6375static void alc275_fixup_gpio4_off(struct hda_codec *codec,
6376 const struct hda_fixup *fix,
6377 int action)
6378{
6379 struct alc_spec *spec = codec->spec;
6380
6381 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6382 spec->gpio_mask |= 0x04;
6383 spec->gpio_dir |= 0x04;
6384 /* set data bit low */
6385 }
6386}
6387
6a6660d0
TI
6388/* Quirk for Thinkpad X1 7th and 8th Gen
6389 * The following fixed routing needed
6390 * DAC1 (NID 0x02) -> Speaker (NID 0x14); some eq applied secretly
6391 * DAC2 (NID 0x03) -> Bass (NID 0x17) & Headphone (NID 0x21); sharing a DAC
6392 * DAC3 (NID 0x06) -> Unused, due to the lack of volume amp
6393 */
6394static void alc285_fixup_thinkpad_x1_gen7(struct hda_codec *codec,
6395 const struct hda_fixup *fix, int action)
6396{
6397 static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */
6398 static const hda_nid_t preferred_pairs[] = {
6399 0x14, 0x02, 0x17, 0x03, 0x21, 0x03, 0
6400 };
6401 struct alc_spec *spec = codec->spec;
6402
6403 switch (action) {
6404 case HDA_FIXUP_ACT_PRE_PROBE:
6405 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6406 spec->gen.preferred_dacs = preferred_pairs;
6407 break;
6408 case HDA_FIXUP_ACT_BUILD:
6409 /* The generic parser creates somewhat unintuitive volume ctls
6410 * with the fixed routing above, and the shared DAC2 may be
6411 * confusing for PA.
6412 * Rename those to unique names so that PA doesn't touch them
6413 * and use only Master volume.
6414 */
6415 rename_ctl(codec, "Front Playback Volume", "DAC1 Playback Volume");
6416 rename_ctl(codec, "Bass Speaker Playback Volume", "DAC2 Playback Volume");
6417 break;
6418 }
6419}
6420
ca169cc2
KY
6421static void alc233_alc662_fixup_lenovo_dual_codecs(struct hda_codec *codec,
6422 const struct hda_fixup *fix,
6423 int action)
6424{
6425 alc_fixup_dual_codecs(codec, fix, action);
6426 switch (action) {
6427 case HDA_FIXUP_ACT_PRE_PROBE:
6428 /* override card longname to provide a unique UCM profile */
6429 strcpy(codec->card->longname, "HDAudio-Lenovo-DualCodecs");
6430 break;
6431 case HDA_FIXUP_ACT_BUILD:
6432 /* rename Capture controls depending on the codec */
6433 rename_ctl(codec, "Capture Volume",
6434 codec->addr == 0 ?
6435 "Rear-Panel Capture Volume" :
6436 "Front-Panel Capture Volume");
6437 rename_ctl(codec, "Capture Switch",
6438 codec->addr == 0 ?
6439 "Rear-Panel Capture Switch" :
6440 "Front-Panel Capture Switch");
6441 break;
6442 }
6443}
6444
52e4e368
KHF
6445static void alc225_fixup_s3_pop_noise(struct hda_codec *codec,
6446 const struct hda_fixup *fix, int action)
6447{
6448 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6449 return;
6450
6451 codec->power_save_node = 1;
6452}
6453
92266651
KY
6454/* Forcibly assign NID 0x03 to HP/LO while NID 0x02 to SPK for EQ */
6455static void alc274_fixup_bind_dacs(struct hda_codec *codec,
6456 const struct hda_fixup *fix, int action)
6457{
6458 struct alc_spec *spec = codec->spec;
caf3c043 6459 static const hda_nid_t preferred_pairs[] = {
92266651
KY
6460 0x21, 0x03, 0x1b, 0x03, 0x16, 0x02,
6461 0
6462 };
6463
6464 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6465 return;
6466
6467 spec->gen.preferred_dacs = preferred_pairs;
0700d3d1
KY
6468 spec->gen.auto_mute_via_amp = 1;
6469 codec->power_save_node = 0;
92266651
KY
6470}
6471
c84bfedc
TI
6472/* avoid DAC 0x06 for bass speaker 0x17; it has no volume control */
6473static void alc289_fixup_asus_ga401(struct hda_codec *codec,
6474 const struct hda_fixup *fix, int action)
6475{
6476 static const hda_nid_t preferred_pairs[] = {
6477 0x14, 0x02, 0x17, 0x02, 0x21, 0x03, 0
6478 };
6479 struct alc_spec *spec = codec->spec;
6480
6481 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
6482 spec->gen.preferred_dacs = preferred_pairs;
6483 spec->gen.obey_preferred_dacs = 1;
6484 }
6485}
6486
c4cfcf6f
HW
6487/* The DAC of NID 0x3 will introduce click/pop noise on headphones, so invalidate it */
6488static void alc285_fixup_invalidate_dacs(struct hda_codec *codec,
6489 const struct hda_fixup *fix, int action)
6490{
6491 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6492 return;
6493
6494 snd_hda_override_wcaps(codec, 0x03, 0);
6495}
6496
8a8de09c
KY
6497static void alc_combo_jack_hp_jd_restart(struct hda_codec *codec)
6498{
6499 switch (codec->core.vendor_id) {
6500 case 0x10ec0274:
6501 case 0x10ec0294:
6502 case 0x10ec0225:
6503 case 0x10ec0295:
6504 case 0x10ec0299:
6505 alc_update_coef_idx(codec, 0x4a, 0x8000, 1 << 15); /* Reset HP JD */
6506 alc_update_coef_idx(codec, 0x4a, 0x8000, 0 << 15);
6507 break;
1948fc06 6508 case 0x10ec0230:
8a8de09c
KY
6509 case 0x10ec0235:
6510 case 0x10ec0236:
6511 case 0x10ec0255:
6512 case 0x10ec0256:
cae2bdb5 6513 case 0x10ec0257:
527f4643 6514 case 0x19e58326:
8a8de09c
KY
6515 alc_update_coef_idx(codec, 0x1b, 0x8000, 1 << 15); /* Reset HP JD */
6516 alc_update_coef_idx(codec, 0x1b, 0x8000, 0 << 15);
6517 break;
6518 }
6519}
6520
8983eb60
KY
6521static void alc295_fixup_chromebook(struct hda_codec *codec,
6522 const struct hda_fixup *fix, int action)
6523{
d3ba58bb
KY
6524 struct alc_spec *spec = codec->spec;
6525
8983eb60 6526 switch (action) {
d3ba58bb
KY
6527 case HDA_FIXUP_ACT_PRE_PROBE:
6528 spec->ultra_low_power = true;
6529 break;
8983eb60 6530 case HDA_FIXUP_ACT_INIT:
8a8de09c 6531 alc_combo_jack_hp_jd_restart(codec);
8983eb60
KY
6532 break;
6533 }
6534}
6535
d1dd4211
KY
6536static void alc_fixup_disable_mic_vref(struct hda_codec *codec,
6537 const struct hda_fixup *fix, int action)
6538{
6539 if (action == HDA_FIXUP_ACT_PRE_PROBE)
6540 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
6541}
6542
c3cdf189
LJ
6543
6544static void alc294_gx502_toggle_output(struct hda_codec *codec,
6545 struct hda_jack_callback *cb)
6546{
6547 /* The Windows driver sets the codec up in a very different way where
6548 * it appears to leave 0x10 = 0x8a20 set. For Linux we need to toggle it
6549 */
6550 if (snd_hda_jack_detect_state(codec, 0x21) == HDA_JACK_PRESENT)
6551 alc_write_coef_idx(codec, 0x10, 0x8a20);
6552 else
6553 alc_write_coef_idx(codec, 0x10, 0x0a20);
6554}
6555
6556static void alc294_fixup_gx502_hp(struct hda_codec *codec,
6557 const struct hda_fixup *fix, int action)
6558{
6559 /* Pin 0x21: headphones/headset mic */
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_gx502_toggle_output);
6567 break;
6568 case HDA_FIXUP_ACT_INIT:
6569 /* Make sure to start in a correct state, i.e. if
6570 * headphones have been plugged in before powering up the system
6571 */
6572 alc294_gx502_toggle_output(codec, NULL);
6573 break;
6574 }
6575}
6576
c1b55029
DC
6577static void alc294_gu502_toggle_output(struct hda_codec *codec,
6578 struct hda_jack_callback *cb)
6579{
6580 /* Windows sets 0x10 to 0x8420 for Node 0x20 which is
6581 * responsible from changes between speakers and headphones
6582 */
6583 if (snd_hda_jack_detect_state(codec, 0x21) == HDA_JACK_PRESENT)
6584 alc_write_coef_idx(codec, 0x10, 0x8420);
6585 else
6586 alc_write_coef_idx(codec, 0x10, 0x0a20);
6587}
6588
6589static void alc294_fixup_gu502_hp(struct hda_codec *codec,
6590 const struct hda_fixup *fix, int action)
6591{
6592 if (!is_jack_detectable(codec, 0x21))
6593 return;
6594
6595 switch (action) {
6596 case HDA_FIXUP_ACT_PRE_PROBE:
6597 snd_hda_jack_detect_enable_callback(codec, 0x21,
6598 alc294_gu502_toggle_output);
6599 break;
6600 case HDA_FIXUP_ACT_INIT:
6601 alc294_gu502_toggle_output(codec, NULL);
6602 break;
6603 }
6604}
6605
56496253
KY
6606static void alc285_fixup_hp_gpio_amp_init(struct hda_codec *codec,
6607 const struct hda_fixup *fix, int action)
6608{
6609 if (action != HDA_FIXUP_ACT_INIT)
6610 return;
6611
6612 msleep(100);
6613 alc_write_coef_idx(codec, 0x65, 0x0);
6614}
6615
8a8de09c
KY
6616static void alc274_fixup_hp_headset_mic(struct hda_codec *codec,
6617 const struct hda_fixup *fix, int action)
6618{
6619 switch (action) {
6620 case HDA_FIXUP_ACT_INIT:
6621 alc_combo_jack_hp_jd_restart(codec);
6622 break;
6623 }
6624}
6625
92666d45
KY
6626static void alc_fixup_no_int_mic(struct hda_codec *codec,
6627 const struct hda_fixup *fix, int action)
6628{
6629 struct alc_spec *spec = codec->spec;
6630
6631 switch (action) {
6632 case HDA_FIXUP_ACT_PRE_PROBE:
6633 /* Mic RING SLEEVE swap for combo jack */
6634 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
6635 spec->no_internal_mic_pin = true;
6636 break;
6637 case HDA_FIXUP_ACT_INIT:
6638 alc_combo_jack_hp_jd_restart(codec);
6639 break;
6640 }
6641}
6642
d94befbb
DB
6643/* GPIO1 = amplifier on/off
6644 * GPIO3 = mic mute LED
6645 */
6646static void alc285_fixup_hp_spectre_x360_eb1(struct hda_codec *codec,
6647 const struct hda_fixup *fix, int action)
6648{
6649 static const hda_nid_t conn[] = { 0x02 };
6650
6651 struct alc_spec *spec = codec->spec;
6652 static const struct hda_pintbl pincfgs[] = {
6653 { 0x14, 0x90170110 }, /* front/high speakers */
6654 { 0x17, 0x90170130 }, /* back/bass speakers */
6655 { }
6656 };
6657
6658 //enable micmute led
6659 alc_fixup_hp_gpio_led(codec, action, 0x00, 0x04);
6660
6661 switch (action) {
6662 case HDA_FIXUP_ACT_PRE_PROBE:
6663 spec->micmute_led_polarity = 1;
6664 /* needed for amp of back speakers */
6665 spec->gpio_mask |= 0x01;
6666 spec->gpio_dir |= 0x01;
6667 snd_hda_apply_pincfgs(codec, pincfgs);
6668 /* share DAC to have unified volume control */
6669 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn), conn);
6670 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6671 break;
6672 case HDA_FIXUP_ACT_INIT:
6673 /* need to toggle GPIO to enable the amp of back speakers */
6674 alc_update_gpio_data(codec, 0x01, true);
6675 msleep(100);
6676 alc_update_gpio_data(codec, 0x01, false);
6677 break;
6678 }
6679}
6680
434591b2
ED
6681static void alc285_fixup_hp_spectre_x360(struct hda_codec *codec,
6682 const struct hda_fixup *fix, int action)
6683{
6684 static const hda_nid_t conn[] = { 0x02 };
6685 static const struct hda_pintbl pincfgs[] = {
6686 { 0x14, 0x90170110 }, /* rear speaker */
6687 { }
6688 };
6689
6690 switch (action) {
6691 case HDA_FIXUP_ACT_PRE_PROBE:
6692 snd_hda_apply_pincfgs(codec, pincfgs);
6693 /* force front speaker to DAC1 */
6694 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
6695 break;
6696 }
6697}
6698
c0621669
AA
6699static void alc285_fixup_hp_envy_x360(struct hda_codec *codec,
6700 const struct hda_fixup *fix,
6701 int action)
6702{
6703 static const struct coef_fw coefs[] = {
6704 WRITE_COEF(0x08, 0x6a0c), WRITE_COEF(0x0d, 0xa023),
6705 WRITE_COEF(0x10, 0x0320), WRITE_COEF(0x1a, 0x8c03),
6706 WRITE_COEF(0x25, 0x1800), WRITE_COEF(0x26, 0x003a),
6707 WRITE_COEF(0x28, 0x1dfe), WRITE_COEF(0x29, 0xb014),
6708 WRITE_COEF(0x2b, 0x1dfe), WRITE_COEF(0x37, 0xfe15),
6709 WRITE_COEF(0x38, 0x7909), WRITE_COEF(0x45, 0xd489),
6710 WRITE_COEF(0x46, 0x00f4), WRITE_COEF(0x4a, 0x21e0),
6711 WRITE_COEF(0x66, 0x03f0), WRITE_COEF(0x67, 0x1000),
6712 WRITE_COEF(0x6e, 0x1005), { }
6713 };
6714
6715 static const struct hda_pintbl pincfgs[] = {
6716 { 0x12, 0xb7a60130 }, /* Internal microphone*/
6717 { 0x14, 0x90170150 }, /* B&O soundbar speakers */
6718 { 0x17, 0x90170153 }, /* Side speakers */
6719 { 0x19, 0x03a11040 }, /* Headset microphone */
6720 { }
6721 };
6722
6723 switch (action) {
6724 case HDA_FIXUP_ACT_PRE_PROBE:
6725 snd_hda_apply_pincfgs(codec, pincfgs);
6726
6727 /* Fixes volume control problem for side speakers */
6728 alc295_fixup_disable_dac3(codec, fix, action);
6729
6730 /* Fixes no sound from headset speaker */
6731 snd_hda_codec_amp_stereo(codec, 0x21, HDA_OUTPUT, 0, -1, 0);
6732
6733 /* Auto-enable headset mic when plugged */
6734 snd_hda_jack_set_gating_jack(codec, 0x19, 0x21);
6735
6736 /* Headset mic volume enhancement */
6737 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREF50);
6738 break;
6739 case HDA_FIXUP_ACT_INIT:
6740 alc_process_coef_fw(codec, coefs);
6741 break;
6742 case HDA_FIXUP_ACT_BUILD:
6743 rename_ctl(codec, "Bass Speaker Playback Volume",
6744 "B&O-Tuned Playback Volume");
6745 rename_ctl(codec, "Front Playback Switch",
6746 "B&O Soundbar Playback Switch");
6747 rename_ctl(codec, "Bass Speaker Playback Switch",
6748 "Side Speaker Playback Switch");
6749 break;
6750 }
6751}
6752
b317b032
TI
6753/* for hda_fixup_thinkpad_acpi() */
6754#include "thinkpad_helper.c"
b67ae3f1 6755
d5a6cabf
TI
6756static void alc_fixup_thinkpad_acpi(struct hda_codec *codec,
6757 const struct hda_fixup *fix, int action)
6758{
6759 alc_fixup_no_shutup(codec, fix, action); /* reduce click noise */
6760 hda_fixup_thinkpad_acpi(codec, fix, action);
6761}
6762
ad7cc2d4
CB
6763/* Fixup for Lenovo Legion 15IMHg05 speaker output on headset removal. */
6764static void alc287_fixup_legion_15imhg05_speakers(struct hda_codec *codec,
6765 const struct hda_fixup *fix,
6766 int action)
6767{
6768 struct alc_spec *spec = codec->spec;
6769
6770 switch (action) {
6771 case HDA_FIXUP_ACT_PRE_PROBE:
6772 spec->gen.suppress_auto_mute = 1;
6773 break;
6774 }
6775}
6776
7ce66933
SB
6777static void comp_acpi_device_notify(acpi_handle handle, u32 event, void *data)
6778{
6779 struct hda_codec *cdc = data;
6780 struct alc_spec *spec = cdc->spec;
7ce66933
SB
6781
6782 codec_info(cdc, "ACPI Notification %d\n", event);
6783
fd895a74
RF
6784 hda_component_acpi_device_notify(spec->comps, ARRAY_SIZE(spec->comps),
6785 handle, event, data);
7ce66933
SB
6786}
6787
d3dca026
LT
6788static int comp_bind(struct device *dev)
6789{
6790 struct hda_codec *cdc = dev_to_hda_codec(dev);
6791 struct alc_spec *spec = cdc->spec;
7ce66933
SB
6792 int ret;
6793
fd895a74 6794 ret = hda_component_manager_bind(cdc, spec->comps);
7ce66933
SB
6795 if (ret)
6796 return ret;
1873ebd3 6797
fd895a74
RF
6798 return hda_component_manager_bind_acpi_notifications(cdc,
6799 spec->comps, ARRAY_SIZE(spec->comps),
6800 comp_acpi_device_notify, cdc);
d3dca026
LT
6801}
6802
6803static void comp_unbind(struct device *dev)
6804{
6805 struct hda_codec *cdc = dev_to_hda_codec(dev);
6806 struct alc_spec *spec = cdc->spec;
6807
fd895a74
RF
6808 hda_component_manager_unbind_acpi_notifications(cdc, spec->comps, comp_acpi_device_notify);
6809 hda_component_manager_unbind(cdc, spec->comps);
d3dca026
LT
6810}
6811
6812static const struct component_master_ops comp_master_ops = {
6813 .bind = comp_bind,
6814 .unbind = comp_unbind,
6815};
6816
6817static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc,
6818 struct snd_pcm_substream *sub, int action)
6819{
6820 struct alc_spec *spec = cdc->spec;
ae7abe36 6821
fd895a74 6822 hda_component_manager_playback_hook(spec->comps, ARRAY_SIZE(spec->comps), action);
ae7abe36
SB
6823}
6824
cf0d9566
RF
6825static void comp_generic_fixup(struct hda_codec *cdc, int action, const char *bus,
6826 const char *hid, const char *match_str, int count)
3babae91 6827{
3babae91 6828 struct alc_spec *spec = cdc->spec;
3babae91
SD
6829 int ret;
6830
6831 switch (action) {
6832 case HDA_FIXUP_ACT_PRE_PROBE:
fd895a74
RF
6833 ret = hda_component_manager_init(cdc, spec->comps, count, bus, hid,
6834 match_str, &comp_master_ops);
3babae91 6835 if (ret)
fd895a74
RF
6836 return;
6837
6838 spec->gen.pcm_playback_hook = comp_generic_playback_hook;
3babae91
SD
6839 break;
6840 case HDA_FIXUP_ACT_FREE:
fd895a74 6841 hda_component_manager_free(cdc, &comp_master_ops);
3babae91
SD
6842 break;
6843 }
6844}
6845
ae7abe36
SB
6846static void cs35l41_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6847{
cf0d9566 6848 comp_generic_fixup(cdc, action, "i2c", "CSC3551", "-%s:00-cs35l41-hda.%d", 2);
ae7abe36
SB
6849}
6850
42320660
SB
6851static void cs35l41_fixup_i2c_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6852{
cf0d9566 6853 comp_generic_fixup(cdc, action, "i2c", "CSC3551", "-%s:00-cs35l41-hda.%d", 4);
42320660
SB
6854}
6855
07bcab93
LT
6856static void cs35l41_fixup_spi_two(struct hda_codec *codec, const struct hda_fixup *fix, int action)
6857{
cf0d9566 6858 comp_generic_fixup(codec, action, "spi", "CSC3551", "-%s:00-cs35l41-hda.%d", 2);
225f6e1b
TI
6859}
6860
07bcab93
LT
6861static void cs35l41_fixup_spi_four(struct hda_codec *codec, const struct hda_fixup *fix, int action)
6862{
cf0d9566 6863 comp_generic_fixup(codec, action, "spi", "CSC3551", "-%s:00-cs35l41-hda.%d", 4);
07bcab93
LT
6864}
6865
d3dca026
LT
6866static void alc287_fixup_legion_16achg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6867 int action)
6868{
cf0d9566 6869 comp_generic_fixup(cdc, action, "i2c", "CLSA0100", "-%s:00-cs35l41-hda.%d", 2);
d3dca026
LT
6870}
6871
1e24881d
LT
6872static void alc287_fixup_legion_16ithg6_speakers(struct hda_codec *cdc, const struct hda_fixup *fix,
6873 int action)
6874{
cf0d9566 6875 comp_generic_fixup(cdc, action, "i2c", "CLSA0101", "-%s:00-cs35l41-hda.%d", 2);
1e24881d
LT
6876}
6877
c33f0d4f
ST
6878static void cs35l56_fixup_i2c_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6879{
6880 comp_generic_fixup(cdc, action, "i2c", "CSC3556", "-%s:00-cs35l56-hda.%d", 2);
6881}
6882
6883static void cs35l56_fixup_i2c_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6884{
6885 comp_generic_fixup(cdc, action, "i2c", "CSC3556", "-%s:00-cs35l56-hda.%d", 4);
6886}
6887
6888static void cs35l56_fixup_spi_two(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6889{
6890 comp_generic_fixup(cdc, action, "spi", "CSC3556", "-%s:00-cs35l56-hda.%d", 2);
6891}
6892
b2d6a1fd
ST
6893static void cs35l56_fixup_spi_four(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6894{
6895 comp_generic_fixup(cdc, action, "spi", "CSC3556", "-%s:00-cs35l56-hda.%d", 4);
1e24881d
LT
6896}
6897
c33f0d4f
ST
6898static void alc285_fixup_asus_ga403u(struct hda_codec *cdc, const struct hda_fixup *fix, int action)
6899{
6900 /*
6901 * The same SSID has been re-used in different hardware, they have
6902 * different codecs and the newer GA403U has a ALC285.
6903 */
6904 if (cdc->core.vendor_id == 0x10ec0285)
6905 cs35l56_fixup_i2c_two(cdc, fix, action);
6906 else
6907 alc_fixup_inv_dmic(cdc, fix, action);
6908}
6909
3babae91
SD
6910static void tas2781_fixup_i2c(struct hda_codec *cdc,
6911 const struct hda_fixup *fix, int action)
6912{
cf0d9566 6913 comp_generic_fixup(cdc, action, "i2c", "TIAS2781", "-%s:00", 1);
3babae91
SD
6914}
6915
b5cb53fd
GK
6916static void yoga7_14arb7_fixup_i2c(struct hda_codec *cdc,
6917 const struct hda_fixup *fix, int action)
6918{
cf0d9566 6919 comp_generic_fixup(cdc, action, "i2c", "INT8866", "-%s:00", 1);
b5cb53fd
GK
6920}
6921
bd2d8305
IM
6922static void alc256_fixup_acer_sfg16_micmute_led(struct hda_codec *codec,
6923 const struct hda_fixup *fix, int action)
6924{
6925 alc_fixup_hp_gpio_led(codec, action, 0, 0x04);
6926}
6927
6928
bbf8ff6b
TB
6929/* for alc295_fixup_hp_top_speakers */
6930#include "hp_x360_helper.c"
6931
26928ca1
TI
6932/* for alc285_fixup_ideapad_s740_coef() */
6933#include "ideapad_s740_helper.c"
6934
619764cc
WS
6935static const struct coef_fw alc256_fixup_set_coef_defaults_coefs[] = {
6936 WRITE_COEF(0x10, 0x0020), WRITE_COEF(0x24, 0x0000),
6937 WRITE_COEF(0x26, 0x0000), WRITE_COEF(0x29, 0x3000),
6938 WRITE_COEF(0x37, 0xfe05), WRITE_COEF(0x45, 0x5089),
6939 {}
6940};
6941
6942static void alc256_fixup_set_coef_defaults(struct hda_codec *codec,
6943 const struct hda_fixup *fix,
6944 int action)
dd6dd6e3
WS
6945{
6946 /*
619764cc
WS
6947 * A certain other OS sets these coeffs to different values. On at least
6948 * one TongFang barebone these settings might survive even a cold
6949 * reboot. So to restore a clean slate the values are explicitly reset
6950 * to default here. Without this, the external microphone is always in a
6951 * plugged-in state, while the internal microphone is always in an
6952 * unplugged state, breaking the ability to use the internal microphone.
6953 */
6954 alc_process_coef_fw(codec, alc256_fixup_set_coef_defaults_coefs);
dd6dd6e3
WS
6955}
6956
174a7fb3
WS
6957static const struct coef_fw alc233_fixup_no_audio_jack_coefs[] = {
6958 WRITE_COEF(0x1a, 0x9003), WRITE_COEF(0x1b, 0x0e2b), WRITE_COEF(0x37, 0xfe06),
6959 WRITE_COEF(0x38, 0x4981), WRITE_COEF(0x45, 0xd489), WRITE_COEF(0x46, 0x0074),
6960 WRITE_COEF(0x49, 0x0149),
6961 {}
6962};
6963
6964static void alc233_fixup_no_audio_jack(struct hda_codec *codec,
6965 const struct hda_fixup *fix,
6966 int action)
6967{
6968 /*
6969 * The audio jack input and output is not detected on the ASRock NUC Box
6970 * 1100 series when cold booting without this fix. Warm rebooting from a
6971 * certain other OS makes the audio functional, as COEF settings are
6972 * preserved in this case. This fix sets these altered COEF values as
6973 * the default.
6974 */
6975 alc_process_coef_fw(codec, alc233_fixup_no_audio_jack_coefs);
6976}
6977
edca7cc4
WS
6978static void alc256_fixup_mic_no_presence_and_resume(struct hda_codec *codec,
6979 const struct hda_fixup *fix,
6980 int action)
6981{
6982 /*
6983 * The Clevo NJ51CU comes either with the ALC293 or the ALC256 codec,
6984 * but uses the 0x8686 subproduct id in both cases. The ALC256 codec
6985 * needs an additional quirk for sound working after suspend and resume.
6986 */
6987 if (codec->core.vendor_id == 0x10ec0256) {
6988 alc_update_coef_idx(codec, 0x10, 1<<9, 0);
6989 snd_hda_codec_set_pincfg(codec, 0x19, 0x04a11120);
6990 } else {
6991 snd_hda_codec_set_pincfg(codec, 0x1a, 0x04a1113c);
6992 }
6993}
6994
1e5dc398
HW
6995static void alc256_decrease_headphone_amp_val(struct hda_codec *codec,
6996 const struct hda_fixup *fix, int action)
6997{
6998 u32 caps;
6999 u8 nsteps, offs;
7000
7001 if (action != HDA_FIXUP_ACT_PRE_PROBE)
7002 return;
7003
7004 caps = query_amp_caps(codec, 0x3, HDA_OUTPUT);
7005 nsteps = ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) - 10;
7006 offs = ((caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT) - 10;
7007 caps &= ~AC_AMPCAP_NUM_STEPS & ~AC_AMPCAP_OFFSET;
7008 caps |= (nsteps << AC_AMPCAP_NUM_STEPS_SHIFT) | (offs << AC_AMPCAP_OFFSET_SHIFT);
7009
7010 if (snd_hda_override_amp_caps(codec, 0x3, HDA_OUTPUT, caps))
7011 codec_warn(codec, "failed to override amp caps for NID 0x3\n");
7012}
7013
1efcdd9c
GM
7014static void alc_fixup_dell4_mic_no_presence_quiet(struct hda_codec *codec,
7015 const struct hda_fixup *fix,
7016 int action)
7017{
7018 struct alc_spec *spec = codec->spec;
7019 struct hda_input_mux *imux = &spec->gen.input_mux;
7020 int i;
7021
7022 alc269_fixup_limit_int_mic_boost(codec, fix, action);
7023
7024 switch (action) {
7025 case HDA_FIXUP_ACT_PRE_PROBE:
7026 /**
7027 * Set the vref of pin 0x19 (Headset Mic) and pin 0x1b (Headphone Mic)
7028 * to Hi-Z to avoid pop noises at startup and when plugging and
7029 * unplugging headphones.
7030 */
7031 snd_hda_codec_set_pin_target(codec, 0x19, PIN_VREFHIZ);
7032 snd_hda_codec_set_pin_target(codec, 0x1b, PIN_VREFHIZ);
7033 break;
7034 case HDA_FIXUP_ACT_PROBE:
7035 /**
7036 * Make the internal mic (0x12) the default input source to
7037 * prevent pop noises on cold boot.
7038 */
7039 for (i = 0; i < imux->num_items; i++) {
7040 if (spec->gen.imux_pins[i] == 0x12) {
7041 spec->gen.cur_mux[0] = i;
7042 break;
7043 }
7044 }
7045 break;
7046 }
7047}
7048
3790a3d6
PJ
7049static void alc287_fixup_yoga9_14iap7_bass_spk_pin(struct hda_codec *codec,
7050 const struct hda_fixup *fix, int action)
7051{
7052 /*
7053 * The Pin Complex 0x17 for the bass speakers is wrongly reported as
7054 * unconnected.
7055 */
7056 static const struct hda_pintbl pincfgs[] = {
7057 { 0x17, 0x90170121 },
7058 { }
7059 };
7060 /*
7061 * Avoid DAC 0x06 and 0x08, as they have no volume controls.
7062 * DAC 0x02 and 0x03 would be fine.
7063 */
7064 static const hda_nid_t conn[] = { 0x02, 0x03 };
7065 /*
7066 * Prefer both speakerbar (0x14) and bass speakers (0x17) connected to DAC 0x02.
7067 * Headphones (0x21) are connected to DAC 0x03.
7068 */
7069 static const hda_nid_t preferred_pairs[] = {
7070 0x14, 0x02,
7071 0x17, 0x02,
7072 0x21, 0x03,
7073 0
7074 };
7075 struct alc_spec *spec = codec->spec;
7076
7077 switch (action) {
7078 case HDA_FIXUP_ACT_PRE_PROBE:
7079 snd_hda_apply_pincfgs(codec, pincfgs);
7080 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
7081 spec->gen.preferred_dacs = preferred_pairs;
7082 break;
7083 }
7084}
7085
2912cdda
PJ
7086static void alc295_fixup_dell_inspiron_top_speakers(struct hda_codec *codec,
7087 const struct hda_fixup *fix, int action)
7088{
7089 static const struct hda_pintbl pincfgs[] = {
7090 { 0x14, 0x90170151 },
7091 { 0x17, 0x90170150 },
7092 { }
7093 };
7094 static const hda_nid_t conn[] = { 0x02, 0x03 };
7095 static const hda_nid_t preferred_pairs[] = {
7096 0x14, 0x02,
7097 0x17, 0x03,
7098 0x21, 0x02,
7099 0
7100 };
7101 struct alc_spec *spec = codec->spec;
7102
7103 alc_fixup_no_shutup(codec, fix, action);
7104
7105 switch (action) {
7106 case HDA_FIXUP_ACT_PRE_PROBE:
7107 snd_hda_apply_pincfgs(codec, pincfgs);
7108 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
7109 spec->gen.preferred_dacs = preferred_pairs;
7110 break;
7111 }
7112}
7113
e43252db
KY
7114/* Forcibly assign NID 0x03 to HP while NID 0x02 to SPK */
7115static void alc287_fixup_bind_dacs(struct hda_codec *codec,
7116 const struct hda_fixup *fix, int action)
7117{
7118 struct alc_spec *spec = codec->spec;
7119 static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */
7120 static const hda_nid_t preferred_pairs[] = {
7121 0x17, 0x02, 0x21, 0x03, 0
7122 };
7123
7124 if (action != HDA_FIXUP_ACT_PRE_PROBE)
7125 return;
7126
7127 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
7128 spec->gen.preferred_dacs = preferred_pairs;
7129 spec->gen.auto_mute_via_amp = 1;
fb6254df
KY
7130 if (spec->gen.autocfg.speaker_pins[0] != 0x14) {
7131 snd_hda_codec_write_cache(codec, 0x14, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
7132 0x0); /* Make sure 0x14 was disable */
7133 }
e43252db 7134}
c8c0a03e
KY
7135/* Fix none verb table of Headset Mic pin */
7136static void alc_fixup_headset_mic(struct hda_codec *codec,
7137 const struct hda_fixup *fix, int action)
7138{
7139 struct alc_spec *spec = codec->spec;
7140 static const struct hda_pintbl pincfgs[] = {
7141 { 0x19, 0x03a1103c },
7142 { }
7143 };
7144
7145 switch (action) {
7146 case HDA_FIXUP_ACT_PRE_PROBE:
7147 snd_hda_apply_pincfgs(codec, pincfgs);
7148 alc_update_coef_idx(codec, 0x45, 0xf<<12 | 1<<10, 5<<12);
7149 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
7150 break;
7151 }
7152}
e43252db 7153
61456da0
AG
7154static void alc245_fixup_hp_spectre_x360_eu0xxx(struct hda_codec *codec,
7155 const struct hda_fixup *fix, int action)
7156{
7157 /*
7158 * The Pin Complex 0x14 for the treble speakers is wrongly reported as
7159 * unconnected.
7160 * The Pin Complex 0x17 for the bass speakers has the lowest association
7161 * and sequence values so shift it up a bit to squeeze 0x14 in.
7162 */
7163 static const struct hda_pintbl pincfgs[] = {
7164 { 0x14, 0x90170110 }, // top/treble
7165 { 0x17, 0x90170111 }, // bottom/bass
7166 { }
7167 };
7168
7169 /*
7170 * Force DAC 0x02 for the bass speakers 0x17.
7171 */
7172 static const hda_nid_t conn[] = { 0x02 };
7173
7174 switch (action) {
7175 case HDA_FIXUP_ACT_PRE_PROBE:
7176 snd_hda_apply_pincfgs(codec, pincfgs);
7177 snd_hda_override_conn_list(codec, 0x17, ARRAY_SIZE(conn), conn);
7178 break;
7179 }
7180
7181 cs35l41_fixup_i2c_two(codec, fix, action);
7182 alc245_fixup_hp_mute_led_coefbit(codec, fix, action);
7183 alc245_fixup_hp_gpio_led(codec, fix, action);
7184}
7185
e43252db 7186
1d045db9 7187enum {
f73bbf63 7188 ALC269_FIXUP_GPIO2,
1d045db9
TI
7189 ALC269_FIXUP_SONY_VAIO,
7190 ALC275_FIXUP_SONY_VAIO_GPIO2,
7191 ALC269_FIXUP_DELL_M101Z,
7192 ALC269_FIXUP_SKU_IGNORE,
7193 ALC269_FIXUP_ASUS_G73JW,
e959f2be
PLB
7194 ALC269_FIXUP_ASUS_N7601ZM_PINS,
7195 ALC269_FIXUP_ASUS_N7601ZM,
1d045db9
TI
7196 ALC269_FIXUP_LENOVO_EAPD,
7197 ALC275_FIXUP_SONY_HWEQ,
e9bd7d5c 7198 ALC275_FIXUP_SONY_DISABLE_AAMIX,
1d045db9 7199 ALC271_FIXUP_DMIC,
017f2a10 7200 ALC269_FIXUP_PCM_44K,
adabb3ec 7201 ALC269_FIXUP_STEREO_DMIC,
7c478f03 7202 ALC269_FIXUP_HEADSET_MIC,
24519911
TI
7203 ALC269_FIXUP_QUANTA_MUTE,
7204 ALC269_FIXUP_LIFEBOOK,
2041d564 7205 ALC269_FIXUP_LIFEBOOK_EXTMIC,
cc7016ab 7206 ALC269_FIXUP_LIFEBOOK_HP_PIN,
4df3fd17 7207 ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT,
fdcc968a 7208 ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC,
a4297b5d
TI
7209 ALC269_FIXUP_AMIC,
7210 ALC269_FIXUP_DMIC,
7211 ALC269VB_FIXUP_AMIC,
7212 ALC269VB_FIXUP_DMIC,
08fb0d0e 7213 ALC269_FIXUP_HP_MUTE_LED,
d06ac143 7214 ALC269_FIXUP_HP_MUTE_LED_MIC1,
08fb0d0e 7215 ALC269_FIXUP_HP_MUTE_LED_MIC2,
7f783bd5 7216 ALC269_FIXUP_HP_MUTE_LED_MIC3,
9f5c6faf 7217 ALC269_FIXUP_HP_GPIO_LED,
9c5dc3bf
KY
7218 ALC269_FIXUP_HP_GPIO_MIC1_LED,
7219 ALC269_FIXUP_HP_LINE1_MIC1_LED,
693b613d 7220 ALC269_FIXUP_INV_DMIC,
108cc108 7221 ALC269_FIXUP_LENOVO_DOCK,
b590b38c 7222 ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST,
9b745ab8 7223 ALC269_FIXUP_NO_SHUTUP,
88cfcf86 7224 ALC286_FIXUP_SONY_MIC_NO_PRESENCE,
108cc108 7225 ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT,
73bdd597
DH
7226 ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
7227 ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
338cae56 7228 ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
fcc6c877 7229 ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
1efcdd9c 7230 ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET,
73bdd597
DH
7231 ALC269_FIXUP_HEADSET_MODE,
7232 ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
7819717b 7233 ALC269_FIXUP_ASPIRE_HEADSET_MIC,
d240d1dc
DH
7234 ALC269_FIXUP_ASUS_X101_FUNC,
7235 ALC269_FIXUP_ASUS_X101_VERB,
7236 ALC269_FIXUP_ASUS_X101,
08a978db
DR
7237 ALC271_FIXUP_AMIC_MIC2,
7238 ALC271_FIXUP_HP_GATE_MIC_JACK,
b1e8972e 7239 ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572,
42397004 7240 ALC269_FIXUP_ACER_AC700,
3e0d611b 7241 ALC269_FIXUP_LIMIT_INT_MIC_BOOST,
2cede303 7242 ALC269VB_FIXUP_ASUS_ZENBOOK,
23870831 7243 ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A,
f882c4be 7244 ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE,
8e35cd4a 7245 ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED,
02b504d9 7246 ALC269VB_FIXUP_ORDISSIMO_EVE2,
cd217a63 7247 ALC283_FIXUP_CHROME_BOOK,
0202e99c 7248 ALC283_FIXUP_SENSE_COMBO_JACK,
7bba2157 7249 ALC282_FIXUP_ASUS_TX300,
1bb3e062 7250 ALC283_FIXUP_INT_MIC,
338cae56 7251 ALC290_FIXUP_MONO_SPEAKERS,
0f4881dc
DH
7252 ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
7253 ALC290_FIXUP_SUBWOOFER,
7254 ALC290_FIXUP_SUBWOOFER_HSJACK,
b67ae3f1 7255 ALC269_FIXUP_THINKPAD_ACPI,
56f27013 7256 ALC269_FIXUP_DMIC_THINKPAD_ACPI,
7c9caa29 7257 ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO,
5824ce8d 7258 ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
615966ad 7259 ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
9a22a8f5 7260 ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
31278997 7261 ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
9a22a8f5 7262 ALC255_FIXUP_HEADSET_MODE,
31278997 7263 ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC,
a22aa26f 7264 ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
1c37c223 7265 ALC292_FIXUP_TPT440_DOCK,
9a811230 7266 ALC292_FIXUP_TPT440,
abaa2274 7267 ALC283_FIXUP_HEADSET_MIC,
b3802783 7268 ALC255_FIXUP_MIC_MUTE_LED,
1a22e775 7269 ALC282_FIXUP_ASPIRE_V5_PINS,
c8426b27 7270 ALC269VB_FIXUP_ASPIRE_E1_COEF,
7a5255f1 7271 ALC280_FIXUP_HP_GPIO4,
eaa8e5ef 7272 ALC286_FIXUP_HP_GPIO_LED,
33f4acd3 7273 ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY,
b4b33f9d 7274 ALC280_FIXUP_HP_DOCK_PINS,
04d5466a 7275 ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED,
98973f2f 7276 ALC280_FIXUP_HP_9480M,
c3bb2b52 7277 ALC245_FIXUP_HP_X360_AMP,
d94befbb 7278 ALC285_FIXUP_HP_SPECTRE_X360_EB1,
c0621669 7279 ALC285_FIXUP_HP_ENVY_X360,
e1e62b98
KY
7280 ALC288_FIXUP_DELL_HEADSET_MODE,
7281 ALC288_FIXUP_DELL1_MIC_NO_PRESENCE,
831bfdf9
HW
7282 ALC288_FIXUP_DELL_XPS_13,
7283 ALC288_FIXUP_DISABLE_AAMIX,
5fab5829 7284 ALC292_FIXUP_DELL_E7X_AAMIX,
8b99aba7
TI
7285 ALC292_FIXUP_DELL_E7X,
7286 ALC292_FIXUP_DISABLE_AAMIX,
c04017ea 7287 ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK,
54324221 7288 ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE,
977e6276 7289 ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
2f726aec 7290 ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE,
6ed1131f 7291 ALC275_FIXUP_DELL_XPS,
23adc192 7292 ALC293_FIXUP_LENOVO_SPK_NOISE,
3694cb29 7293 ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY,
3b43b71f 7294 ALC255_FIXUP_DELL_SPK_NOISE,
d1dd4211 7295 ALC225_FIXUP_DISABLE_MIC_VREF,
2ae95577 7296 ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
e312a869 7297 ALC295_FIXUP_DISABLE_DAC3,
d2cd795c 7298 ALC285_FIXUP_SPEAKER2_TO_DAC1,
4b963ae1
AS
7299 ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1,
7300 ALC285_FIXUP_ASUS_HEADSET_MIC,
b759a5f0 7301 ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS,
8cc87c05
LJ
7302 ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1,
7303 ALC285_FIXUP_ASUS_I2C_HEADSET_MIC,
f883982d 7304 ALC280_FIXUP_HP_HEADSET_MIC,
e549d190 7305 ALC221_FIXUP_HP_FRONT_MIC,
c636b95e 7306 ALC292_FIXUP_TPT460,
dd9aa335 7307 ALC298_FIXUP_SPK_VOLUME,
f86de9b1 7308 ALC298_FIXUP_LENOVO_SPK_VOLUME,
fd06c77e 7309 ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER,
823ff161 7310 ALC269_FIXUP_ATIV_BOOK_8,
4ba5c853 7311 ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE,
9eb5d0e6 7312 ALC221_FIXUP_HP_MIC_NO_PRESENCE,
c1732ede
CC
7313 ALC256_FIXUP_ASUS_HEADSET_MODE,
7314 ALC256_FIXUP_ASUS_MIC,
eeed4cd1 7315 ALC256_FIXUP_ASUS_AIO_GPIO2,
216d7aeb
CC
7316 ALC233_FIXUP_ASUS_MIC_NO_PRESENCE,
7317 ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE,
ca169cc2 7318 ALC233_FIXUP_LENOVO_MULTI_CODECS,
ea5c7eba 7319 ALC233_FIXUP_ACER_HEADSET_MIC,
f33f79f3 7320 ALC294_FIXUP_LENOVO_MIC_LOCATION,
5f364135 7321 ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE,
52e4e368 7322 ALC225_FIXUP_S3_POP_NOISE,
b84e8436 7323 ALC700_FIXUP_INTEL_REFERENCE,
92266651
KY
7324 ALC274_FIXUP_DELL_BIND_DACS,
7325 ALC274_FIXUP_DELL_AIO_LINEOUT_VERB,
399c01aa 7326 ALC298_FIXUP_TPT470_DOCK_FIX,
61fcf8ec 7327 ALC298_FIXUP_TPT470_DOCK,
ae104a21 7328 ALC255_FIXUP_DUMMY_LINEOUT_VERB,
f0ba9d69 7329 ALC255_FIXUP_DELL_HEADSET_MIC,
0fbf21c3 7330 ALC256_FIXUP_HUAWEI_MACH_WX9_PINS,
a2ef03fe 7331 ALC298_FIXUP_HUAWEI_MBX_STEREO,
bbf8ff6b 7332 ALC295_FIXUP_HP_X360,
8a328ac1 7333 ALC221_FIXUP_HP_HEADSET_MIC,
c4cfcf6f 7334 ALC285_FIXUP_LENOVO_HEADPHONE_NOISE,
e8ed64b0 7335 ALC295_FIXUP_HP_AUTO_MUTE,
33aaebd4 7336 ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE,
d8ae458e 7337 ALC294_FIXUP_ASUS_MIC,
4e051106
JHP
7338 ALC294_FIXUP_ASUS_HEADSET_MIC,
7339 ALC294_FIXUP_ASUS_SPK,
89e3a568 7340 ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE,
c8c6ee61 7341 ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
cbc05fd6 7342 ALC255_FIXUP_ACER_HEADSET_MIC,
10f5b1b8 7343 ALC295_FIXUP_CHROME_BOOK,
8983eb60 7344 ALC225_FIXUP_HEADSET_JACK,
136824ef
KY
7345 ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE,
7346 ALC225_FIXUP_WYSE_AUTO_MUTE,
7347 ALC225_FIXUP_WYSE_DISABLE_MIC_VREF,
667a8f73 7348 ALC286_FIXUP_ACER_AIO_HEADSET_MIC,
8c8967a7 7349 ALC256_FIXUP_ASUS_HEADSET_MIC,
e1037354 7350 ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
e2a829b3 7351 ALC299_FIXUP_PREDATOR_SPK,
bd9c10bc 7352 ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE,
f0d9da19 7353 ALC289_FIXUP_DELL_SPK1,
e79c2269
KY
7354 ALC289_FIXUP_DELL_SPK2,
7355 ALC289_FIXUP_DUAL_SPK,
f0d9da19 7356 ALC289_FIXUP_RTK_AMP_DUAL_SPK,
48e01504
CC
7357 ALC294_FIXUP_SPK2_TO_DAC1,
7358 ALC294_FIXUP_ASUS_DUAL_SPK,
6a6660d0 7359 ALC285_FIXUP_THINKPAD_X1_GEN7,
76f7dec0 7360 ALC285_FIXUP_THINKPAD_HEADSET_JACK,
724418b8
MA
7361 ALC294_FIXUP_ASUS_ALLY,
7362 ALC294_FIXUP_ASUS_ALLY_PINS,
7363 ALC294_FIXUP_ASUS_ALLY_VERBS,
7364 ALC294_FIXUP_ASUS_ALLY_SPEAKER,
8b33a134 7365 ALC294_FIXUP_ASUS_HPE,
1b94e59d 7366 ALC294_FIXUP_ASUS_COEF_1B,
c3cdf189
LJ
7367 ALC294_FIXUP_ASUS_GX502_HP,
7368 ALC294_FIXUP_ASUS_GX502_PINS,
7369 ALC294_FIXUP_ASUS_GX502_VERBS,
c1b55029
DC
7370 ALC294_FIXUP_ASUS_GU502_HP,
7371 ALC294_FIXUP_ASUS_GU502_PINS,
7372 ALC294_FIXUP_ASUS_GU502_VERBS,
c611e659 7373 ALC294_FIXUP_ASUS_G513_PINS,
bc2c2354 7374 ALC285_FIXUP_ASUS_G533Z_PINS,
f5a88b0a 7375 ALC285_FIXUP_HP_GPIO_LED,
431e76c3 7376 ALC285_FIXUP_HP_MUTE_LED,
ca88eeb3 7377 ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED,
0659400f 7378 ALC236_FIXUP_HP_MUTE_LED_COEFBIT2,
e7d66cf7 7379 ALC236_FIXUP_HP_GPIO_LED,
24164f43 7380 ALC236_FIXUP_HP_MUTE_LED,
75b62ab6 7381 ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF,
a2d57ebe 7382 ALC298_FIXUP_SAMSUNG_AMP,
14425f1f 7383 ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET,
ef248d9b 7384 ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET,
9e43342b 7385 ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
8eae7e9b 7386 ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS,
6e15d126 7387 ALC269VC_FIXUP_ACER_HEADSET_MIC,
781c90c0 7388 ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE,
293a92c1 7389 ALC289_FIXUP_ASUS_GA401,
4b43d05a 7390 ALC289_FIXUP_ASUS_GA502,
f50a121d 7391 ALC256_FIXUP_ACER_MIC_NO_PRESENCE,
56496253 7392 ALC285_FIXUP_HP_GPIO_AMP_INIT,
f1ec5be1
HC
7393 ALC269_FIXUP_CZC_B20,
7394 ALC269_FIXUP_CZC_TMI,
7395 ALC269_FIXUP_CZC_L101,
7396 ALC269_FIXUP_LEMOTE_A1802,
7397 ALC269_FIXUP_LEMOTE_A190X,
e2d2fded 7398 ALC256_FIXUP_INTEL_NUC8_RUGGED,
d1ee66c5
PC
7399 ALC233_FIXUP_INTEL_NUC8_DMIC,
7400 ALC233_FIXUP_INTEL_NUC8_BOOST,
73e7161e 7401 ALC256_FIXUP_INTEL_NUC10,
fc19d559 7402 ALC255_FIXUP_XIAOMI_HEADSET_MIC,
13468bfa 7403 ALC274_FIXUP_HP_MIC,
8a8de09c 7404 ALC274_FIXUP_HP_HEADSET_MIC,
622464c8 7405 ALC274_FIXUP_HP_ENVY_GPIO,
ef9ce66f 7406 ALC256_FIXUP_ASUS_HPE,
446b8185 7407 ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
a0ccbc53 7408 ALC287_FIXUP_HP_GPIO_LED,
9e885770 7409 ALC256_FIXUP_HP_HEADSET_MIC,
5fc462c3 7410 ALC245_FIXUP_HP_GPIO_LED,
92666d45 7411 ALC236_FIXUP_DELL_AIO_HEADSET_MIC,
34cdf405 7412 ALC282_FIXUP_ACER_DISABLE_LINEOUT,
495dc763 7413 ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST,
d0e18561 7414 ALC256_FIXUP_ACER_HEADSET_MIC,
26928ca1 7415 ALC285_FIXUP_IDEAPAD_S740_COEF,
bd15b155 7416 ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST,
8eedd3a7 7417 ALC295_FIXUP_ASUS_DACS,
5d84b531 7418 ALC295_FIXUP_HP_OMEN,
f2be77fe 7419 ALC285_FIXUP_HP_SPECTRE_X360,
9ebaef05 7420 ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP,
29c8f40b 7421 ALC623_FIXUP_LENOVO_THINKSTATION_P340,
57c9e21a 7422 ALC255_FIXUP_ACER_HEADPHONE_AND_MIC,
8903376d 7423 ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST,
ad7cc2d4
CB
7424 ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS,
7425 ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE,
7426 ALC287_FIXUP_YOGA7_14ITL_SPEAKERS,
56ec3e75 7427 ALC298_FIXUP_LENOVO_C940_DUET7,
0ac32a39 7428 ALC287_FIXUP_LENOVO_14IRP8_DUETITL,
dd6dd6e3 7429 ALC287_FIXUP_13S_GEN2_SPEAKERS,
619764cc 7430 ALC256_FIXUP_SET_COEF_DEFAULTS,
1278cc5a 7431 ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE,
174a7fb3 7432 ALC233_FIXUP_NO_AUDIO_JACK,
edca7cc4 7433 ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME,
8f4c9042
BF
7434 ALC285_FIXUP_LEGION_Y9000X_SPEAKERS,
7435 ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE,
d3dca026 7436 ALC287_FIXUP_LEGION_16ACHG6,
ae7abe36 7437 ALC287_FIXUP_CS35L41_I2C_2,
b3fbe536 7438 ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED,
42320660 7439 ALC287_FIXUP_CS35L41_I2C_4,
07bcab93 7440 ALC245_FIXUP_CS35L41_SPI_2,
ce18f905 7441 ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED,
07bcab93
LT
7442 ALC245_FIXUP_CS35L41_SPI_4,
7443 ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED,
91502a9a 7444 ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED,
309d7363 7445 ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE,
1e24881d 7446 ALC287_FIXUP_LEGION_16ITHG6,
3790a3d6
PJ
7447 ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK,
7448 ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN,
9b714a59 7449 ALC287_FIXUP_YOGA9_14IMH9_BASS_SPK_PIN,
2912cdda 7450 ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS,
a4517c4f 7451 ALC236_FIXUP_DELL_DUAL_CODECS,
f7b069cf 7452 ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI,
3babae91 7453 ALC287_FIXUP_TAS2781_I2C,
b5cb53fd 7454 ALC287_FIXUP_YOGA7_14ARB7_I2C,
93dc18e1 7455 ALC245_FIXUP_HP_MUTE_LED_COEFBIT,
c99c26b1 7456 ALC245_FIXUP_HP_X360_MUTE_LEDS,
e43252db 7457 ALC287_FIXUP_THINKPAD_I2S_SPK,
d93eeca6 7458 ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD,
c8c0a03e 7459 ALC2XX_FIXUP_HEADSET_MIC,
f0d9da19 7460 ALC289_FIXUP_DELL_CS35L41_SPI_2,
6ae90e90 7461 ALC294_FIXUP_CS35L41_I2C_2,
b2d6a1fd 7462 ALC245_FIXUP_CS35L56_SPI_4_HP_GPIO_LED,
bd2d8305 7463 ALC256_FIXUP_ACER_SFG16_MICMUTE_LED,
1e5dc398 7464 ALC256_FIXUP_HEADPHONE_AMP_VOL,
61456da0 7465 ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX,
c33f0d4f
ST
7466 ALC285_FIXUP_CS35L56_SPI_2,
7467 ALC285_FIXUP_CS35L56_I2C_2,
7468 ALC285_FIXUP_CS35L56_I2C_4,
7469 ALC285_FIXUP_ASUS_GA403U,
f1d4e28b
KY
7470};
7471
56ec3e75
TI
7472/* A special fixup for Lenovo C940 and Yoga Duet 7;
7473 * both have the very same PCI SSID, and we need to apply different fixups
7474 * depending on the codec ID
7475 */
7476static void alc298_fixup_lenovo_c940_duet7(struct hda_codec *codec,
7477 const struct hda_fixup *fix,
7478 int action)
7479{
7480 int id;
7481
7482 if (codec->core.vendor_id == 0x10ec0298)
7483 id = ALC298_FIXUP_LENOVO_SPK_VOLUME; /* C940 */
7484 else
7485 id = ALC287_FIXUP_YOGA7_14ITL_SPEAKERS; /* Duet 7 */
7486 __snd_hda_apply_fixup(codec, id, action, 0);
7487}
7488
0ac32a39
WW
7489/* A special fixup for Lenovo Slim/Yoga Pro 9 14IRP8 and Yoga DuetITL 2021;
7490 * 14IRP8 PCI SSID will mistakenly be matched with the DuetITL codec SSID,
7491 * so we need to apply a different fixup in this case. The only DuetITL codec
7492 * SSID reported so far is the 17aa:3802 while the 14IRP8 has the 17aa:38be
7493 * and 17aa:38bf. If it weren't for the PCI SSID, the 14IRP8 models would
7494 * have matched correctly by their codecs.
7495 */
7496static void alc287_fixup_lenovo_14irp8_duetitl(struct hda_codec *codec,
7497 const struct hda_fixup *fix,
7498 int action)
7499{
7500 int id;
7501
7502 if (codec->core.subsystem_id == 0x17aa3802)
7503 id = ALC287_FIXUP_YOGA7_14ITL_SPEAKERS; /* DuetITL */
7504 else
7505 id = ALC287_FIXUP_TAS2781_I2C; /* 14IRP8 */
7506 __snd_hda_apply_fixup(codec, id, action, 0);
7507}
7508
1727a771 7509static const struct hda_fixup alc269_fixups[] = {
f73bbf63
KHF
7510 [ALC269_FIXUP_GPIO2] = {
7511 .type = HDA_FIXUP_FUNC,
7512 .v.func = alc_fixup_gpio2,
7513 },
1d045db9 7514 [ALC269_FIXUP_SONY_VAIO] = {
fd108215
TI
7515 .type = HDA_FIXUP_PINCTLS,
7516 .v.pins = (const struct hda_pintbl[]) {
7517 {0x19, PIN_VREFGRD},
1d045db9
TI
7518 {}
7519 }
f1d4e28b 7520 },
1d045db9 7521 [ALC275_FIXUP_SONY_VAIO_GPIO2] = {
ae065f1c
TI
7522 .type = HDA_FIXUP_FUNC,
7523 .v.func = alc275_fixup_gpio4_off,
1d045db9
TI
7524 .chained = true,
7525 .chain_id = ALC269_FIXUP_SONY_VAIO
7526 },
7527 [ALC269_FIXUP_DELL_M101Z] = {
1727a771 7528 .type = HDA_FIXUP_VERBS,
1d045db9
TI
7529 .v.verbs = (const struct hda_verb[]) {
7530 /* Enables internal speaker */
7531 {0x20, AC_VERB_SET_COEF_INDEX, 13},
7532 {0x20, AC_VERB_SET_PROC_COEF, 0x4040},
7533 {}
7534 }
7535 },
7536 [ALC269_FIXUP_SKU_IGNORE] = {
1727a771 7537 .type = HDA_FIXUP_FUNC,
23d30f28 7538 .v.func = alc_fixup_sku_ignore,
1d045db9
TI
7539 },
7540 [ALC269_FIXUP_ASUS_G73JW] = {
1727a771
TI
7541 .type = HDA_FIXUP_PINS,
7542 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
7543 { 0x17, 0x99130111 }, /* subwoofer */
7544 { }
7545 }
7546 },
e959f2be
PLB
7547 [ALC269_FIXUP_ASUS_N7601ZM_PINS] = {
7548 .type = HDA_FIXUP_PINS,
7549 .v.pins = (const struct hda_pintbl[]) {
7550 { 0x19, 0x03A11050 },
7551 { 0x1a, 0x03A11C30 },
7552 { 0x21, 0x03211420 },
7553 { }
7554 }
7555 },
7556 [ALC269_FIXUP_ASUS_N7601ZM] = {
7557 .type = HDA_FIXUP_VERBS,
7558 .v.verbs = (const struct hda_verb[]) {
7559 {0x20, AC_VERB_SET_COEF_INDEX, 0x62},
7560 {0x20, AC_VERB_SET_PROC_COEF, 0xa007},
7561 {0x20, AC_VERB_SET_COEF_INDEX, 0x10},
7562 {0x20, AC_VERB_SET_PROC_COEF, 0x8420},
7563 {0x20, AC_VERB_SET_COEF_INDEX, 0x0f},
7564 {0x20, AC_VERB_SET_PROC_COEF, 0x7774},
7565 { }
7566 },
7567 .chained = true,
7568 .chain_id = ALC269_FIXUP_ASUS_N7601ZM_PINS,
7569 },
1d045db9 7570 [ALC269_FIXUP_LENOVO_EAPD] = {
1727a771 7571 .type = HDA_FIXUP_VERBS,
1d045db9
TI
7572 .v.verbs = (const struct hda_verb[]) {
7573 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
7574 {}
7575 }
7576 },
7577 [ALC275_FIXUP_SONY_HWEQ] = {
1727a771 7578 .type = HDA_FIXUP_FUNC,
1d045db9
TI
7579 .v.func = alc269_fixup_hweq,
7580 .chained = true,
7581 .chain_id = ALC275_FIXUP_SONY_VAIO_GPIO2
7582 },
e9bd7d5c
TI
7583 [ALC275_FIXUP_SONY_DISABLE_AAMIX] = {
7584 .type = HDA_FIXUP_FUNC,
7585 .v.func = alc_fixup_disable_aamix,
7586 .chained = true,
7587 .chain_id = ALC269_FIXUP_SONY_VAIO
7588 },
1d045db9 7589 [ALC271_FIXUP_DMIC] = {
1727a771 7590 .type = HDA_FIXUP_FUNC,
1d045db9 7591 .v.func = alc271_fixup_dmic,
f1d4e28b 7592 },
017f2a10 7593 [ALC269_FIXUP_PCM_44K] = {
1727a771 7594 .type = HDA_FIXUP_FUNC,
017f2a10 7595 .v.func = alc269_fixup_pcm_44k,
012e7eb1
DH
7596 .chained = true,
7597 .chain_id = ALC269_FIXUP_QUANTA_MUTE
017f2a10 7598 },
adabb3ec 7599 [ALC269_FIXUP_STEREO_DMIC] = {
1727a771 7600 .type = HDA_FIXUP_FUNC,
adabb3ec
TI
7601 .v.func = alc269_fixup_stereo_dmic,
7602 },
7c478f03
DH
7603 [ALC269_FIXUP_HEADSET_MIC] = {
7604 .type = HDA_FIXUP_FUNC,
7605 .v.func = alc269_fixup_headset_mic,
7606 },
24519911 7607 [ALC269_FIXUP_QUANTA_MUTE] = {
1727a771 7608 .type = HDA_FIXUP_FUNC,
24519911
TI
7609 .v.func = alc269_fixup_quanta_mute,
7610 },
7611 [ALC269_FIXUP_LIFEBOOK] = {
1727a771
TI
7612 .type = HDA_FIXUP_PINS,
7613 .v.pins = (const struct hda_pintbl[]) {
24519911
TI
7614 { 0x1a, 0x2101103f }, /* dock line-out */
7615 { 0x1b, 0x23a11040 }, /* dock mic-in */
7616 { }
7617 },
7618 .chained = true,
7619 .chain_id = ALC269_FIXUP_QUANTA_MUTE
7620 },
2041d564
DH
7621 [ALC269_FIXUP_LIFEBOOK_EXTMIC] = {
7622 .type = HDA_FIXUP_PINS,
7623 .v.pins = (const struct hda_pintbl[]) {
7624 { 0x19, 0x01a1903c }, /* headset mic, with jack detect */
7625 { }
7626 },
7627 },
cc7016ab
TI
7628 [ALC269_FIXUP_LIFEBOOK_HP_PIN] = {
7629 .type = HDA_FIXUP_PINS,
7630 .v.pins = (const struct hda_pintbl[]) {
7631 { 0x21, 0x0221102f }, /* HP out */
7632 { }
7633 },
7634 },
4df3fd17
TI
7635 [ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT] = {
7636 .type = HDA_FIXUP_FUNC,
7637 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
7638 },
fdcc968a
JMG
7639 [ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC] = {
7640 .type = HDA_FIXUP_FUNC,
7641 .v.func = alc269_fixup_pincfg_U7x7_headset_mic,
7642 },
7c9caa29
VK
7643 [ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO] = {
7644 .type = HDA_FIXUP_PINS,
7645 .v.pins = (const struct hda_pintbl[]) {
7646 { 0x18, 0x03a19020 }, /* headset mic */
7647 { 0x1b, 0x90170150 }, /* speaker */
7648 { }
7649 },
7650 },
a4297b5d 7651 [ALC269_FIXUP_AMIC] = {
1727a771
TI
7652 .type = HDA_FIXUP_PINS,
7653 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7654 { 0x14, 0x99130110 }, /* speaker */
7655 { 0x15, 0x0121401f }, /* HP out */
7656 { 0x18, 0x01a19c20 }, /* mic */
7657 { 0x19, 0x99a3092f }, /* int-mic */
7658 { }
7659 },
7660 },
7661 [ALC269_FIXUP_DMIC] = {
1727a771
TI
7662 .type = HDA_FIXUP_PINS,
7663 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7664 { 0x12, 0x99a3092f }, /* int-mic */
7665 { 0x14, 0x99130110 }, /* speaker */
7666 { 0x15, 0x0121401f }, /* HP out */
7667 { 0x18, 0x01a19c20 }, /* mic */
7668 { }
7669 },
7670 },
7671 [ALC269VB_FIXUP_AMIC] = {
1727a771
TI
7672 .type = HDA_FIXUP_PINS,
7673 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7674 { 0x14, 0x99130110 }, /* speaker */
7675 { 0x18, 0x01a19c20 }, /* mic */
7676 { 0x19, 0x99a3092f }, /* int-mic */
7677 { 0x21, 0x0121401f }, /* HP out */
7678 { }
7679 },
7680 },
2267ea97 7681 [ALC269VB_FIXUP_DMIC] = {
1727a771
TI
7682 .type = HDA_FIXUP_PINS,
7683 .v.pins = (const struct hda_pintbl[]) {
a4297b5d
TI
7684 { 0x12, 0x99a3092f }, /* int-mic */
7685 { 0x14, 0x99130110 }, /* speaker */
7686 { 0x18, 0x01a19c20 }, /* mic */
7687 { 0x21, 0x0121401f }, /* HP out */
7688 { }
7689 },
7690 },
08fb0d0e 7691 [ALC269_FIXUP_HP_MUTE_LED] = {
1727a771 7692 .type = HDA_FIXUP_FUNC,
08fb0d0e 7693 .v.func = alc269_fixup_hp_mute_led,
6d3cd5d4 7694 },
d06ac143
DH
7695 [ALC269_FIXUP_HP_MUTE_LED_MIC1] = {
7696 .type = HDA_FIXUP_FUNC,
7697 .v.func = alc269_fixup_hp_mute_led_mic1,
7698 },
08fb0d0e 7699 [ALC269_FIXUP_HP_MUTE_LED_MIC2] = {
1727a771 7700 .type = HDA_FIXUP_FUNC,
08fb0d0e 7701 .v.func = alc269_fixup_hp_mute_led_mic2,
420b0feb 7702 },
7f783bd5
TB
7703 [ALC269_FIXUP_HP_MUTE_LED_MIC3] = {
7704 .type = HDA_FIXUP_FUNC,
7705 .v.func = alc269_fixup_hp_mute_led_mic3,
e8ed64b0
GKK
7706 .chained = true,
7707 .chain_id = ALC295_FIXUP_HP_AUTO_MUTE
7f783bd5 7708 },
9f5c6faf
TI
7709 [ALC269_FIXUP_HP_GPIO_LED] = {
7710 .type = HDA_FIXUP_FUNC,
7711 .v.func = alc269_fixup_hp_gpio_led,
7712 },
9c5dc3bf
KY
7713 [ALC269_FIXUP_HP_GPIO_MIC1_LED] = {
7714 .type = HDA_FIXUP_FUNC,
7715 .v.func = alc269_fixup_hp_gpio_mic1_led,
7716 },
7717 [ALC269_FIXUP_HP_LINE1_MIC1_LED] = {
7718 .type = HDA_FIXUP_FUNC,
7719 .v.func = alc269_fixup_hp_line1_mic1_led,
7720 },
693b613d 7721 [ALC269_FIXUP_INV_DMIC] = {
1727a771 7722 .type = HDA_FIXUP_FUNC,
9d36a7dc 7723 .v.func = alc_fixup_inv_dmic,
693b613d 7724 },
9b745ab8
TI
7725 [ALC269_FIXUP_NO_SHUTUP] = {
7726 .type = HDA_FIXUP_FUNC,
7727 .v.func = alc_fixup_no_shutup,
7728 },
108cc108 7729 [ALC269_FIXUP_LENOVO_DOCK] = {
1727a771
TI
7730 .type = HDA_FIXUP_PINS,
7731 .v.pins = (const struct hda_pintbl[]) {
108cc108
DH
7732 { 0x19, 0x23a11040 }, /* dock mic */
7733 { 0x1b, 0x2121103f }, /* dock headphone */
7734 { }
7735 },
7736 .chained = true,
7737 .chain_id = ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT
7738 },
b590b38c
TI
7739 [ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST] = {
7740 .type = HDA_FIXUP_FUNC,
7741 .v.func = alc269_fixup_limit_int_mic_boost,
7742 .chained = true,
7743 .chain_id = ALC269_FIXUP_LENOVO_DOCK,
7744 },
108cc108 7745 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
1727a771 7746 .type = HDA_FIXUP_FUNC,
108cc108 7747 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
52129000
DH
7748 .chained = true,
7749 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
108cc108 7750 },
73bdd597
DH
7751 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
7752 .type = HDA_FIXUP_PINS,
7753 .v.pins = (const struct hda_pintbl[]) {
7754 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7755 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7756 { }
7757 },
7758 .chained = true,
7759 .chain_id = ALC269_FIXUP_HEADSET_MODE
7760 },
7761 [ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
7762 .type = HDA_FIXUP_PINS,
7763 .v.pins = (const struct hda_pintbl[]) {
7764 { 0x16, 0x21014020 }, /* dock line out */
7765 { 0x19, 0x21a19030 }, /* dock mic */
7766 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7767 { }
7768 },
7769 .chained = true,
7770 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7771 },
338cae56
DH
7772 [ALC269_FIXUP_DELL3_MIC_NO_PRESENCE] = {
7773 .type = HDA_FIXUP_PINS,
7774 .v.pins = (const struct hda_pintbl[]) {
7775 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7776 { }
7777 },
7778 .chained = true,
7779 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
7780 },
fcc6c877
KY
7781 [ALC269_FIXUP_DELL4_MIC_NO_PRESENCE] = {
7782 .type = HDA_FIXUP_PINS,
7783 .v.pins = (const struct hda_pintbl[]) {
7784 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7785 { 0x1b, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
7786 { }
7787 },
7788 .chained = true,
7789 .chain_id = ALC269_FIXUP_HEADSET_MODE
7790 },
73bdd597
DH
7791 [ALC269_FIXUP_HEADSET_MODE] = {
7792 .type = HDA_FIXUP_FUNC,
7793 .v.func = alc_fixup_headset_mode,
6676f308 7794 .chained = true,
b3802783 7795 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
73bdd597
DH
7796 },
7797 [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
7798 .type = HDA_FIXUP_FUNC,
7799 .v.func = alc_fixup_headset_mode_no_hp_mic,
7800 },
7819717b
TI
7801 [ALC269_FIXUP_ASPIRE_HEADSET_MIC] = {
7802 .type = HDA_FIXUP_PINS,
7803 .v.pins = (const struct hda_pintbl[]) {
7804 { 0x19, 0x01a1913c }, /* headset mic w/o jack detect */
7805 { }
7806 },
7807 .chained = true,
7808 .chain_id = ALC269_FIXUP_HEADSET_MODE,
7809 },
88cfcf86
DH
7810 [ALC286_FIXUP_SONY_MIC_NO_PRESENCE] = {
7811 .type = HDA_FIXUP_PINS,
7812 .v.pins = (const struct hda_pintbl[]) {
7813 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
7814 { }
7815 },
fbc78ad6
DH
7816 .chained = true,
7817 .chain_id = ALC269_FIXUP_HEADSET_MIC
88cfcf86 7818 },
0fbf21c3 7819 [ALC256_FIXUP_HUAWEI_MACH_WX9_PINS] = {
8ac51bbc
AB
7820 .type = HDA_FIXUP_PINS,
7821 .v.pins = (const struct hda_pintbl[]) {
7822 {0x12, 0x90a60130},
7823 {0x13, 0x40000000},
7824 {0x14, 0x90170110},
7825 {0x18, 0x411111f0},
7826 {0x19, 0x04a11040},
7827 {0x1a, 0x411111f0},
7828 {0x1b, 0x90170112},
7829 {0x1d, 0x40759a05},
7830 {0x1e, 0x411111f0},
7831 {0x21, 0x04211020},
7832 { }
7833 },
e2744fd7
AB
7834 .chained = true,
7835 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
8ac51bbc 7836 },
a2ef03fe
TE
7837 [ALC298_FIXUP_HUAWEI_MBX_STEREO] = {
7838 .type = HDA_FIXUP_FUNC,
7839 .v.func = alc298_fixup_huawei_mbx_stereo,
7840 .chained = true,
7841 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
7842 },
d240d1dc
DH
7843 [ALC269_FIXUP_ASUS_X101_FUNC] = {
7844 .type = HDA_FIXUP_FUNC,
7845 .v.func = alc269_fixup_x101_headset_mic,
7846 },
7847 [ALC269_FIXUP_ASUS_X101_VERB] = {
7848 .type = HDA_FIXUP_VERBS,
7849 .v.verbs = (const struct hda_verb[]) {
7850 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
7851 {0x20, AC_VERB_SET_COEF_INDEX, 0x08},
7852 {0x20, AC_VERB_SET_PROC_COEF, 0x0310},
7853 { }
7854 },
7855 .chained = true,
7856 .chain_id = ALC269_FIXUP_ASUS_X101_FUNC
7857 },
7858 [ALC269_FIXUP_ASUS_X101] = {
7859 .type = HDA_FIXUP_PINS,
7860 .v.pins = (const struct hda_pintbl[]) {
7861 { 0x18, 0x04a1182c }, /* Headset mic */
7862 { }
7863 },
7864 .chained = true,
7865 .chain_id = ALC269_FIXUP_ASUS_X101_VERB
7866 },
08a978db 7867 [ALC271_FIXUP_AMIC_MIC2] = {
1727a771
TI
7868 .type = HDA_FIXUP_PINS,
7869 .v.pins = (const struct hda_pintbl[]) {
08a978db
DR
7870 { 0x14, 0x99130110 }, /* speaker */
7871 { 0x19, 0x01a19c20 }, /* mic */
7872 { 0x1b, 0x99a7012f }, /* int-mic */
7873 { 0x21, 0x0121401f }, /* HP out */
7874 { }
7875 },
7876 },
7877 [ALC271_FIXUP_HP_GATE_MIC_JACK] = {
1727a771 7878 .type = HDA_FIXUP_FUNC,
08a978db
DR
7879 .v.func = alc271_hp_gate_mic_jack,
7880 .chained = true,
7881 .chain_id = ALC271_FIXUP_AMIC_MIC2,
7882 },
b1e8972e
OR
7883 [ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572] = {
7884 .type = HDA_FIXUP_FUNC,
7885 .v.func = alc269_fixup_limit_int_mic_boost,
7886 .chained = true,
7887 .chain_id = ALC271_FIXUP_HP_GATE_MIC_JACK,
7888 },
42397004
DR
7889 [ALC269_FIXUP_ACER_AC700] = {
7890 .type = HDA_FIXUP_PINS,
7891 .v.pins = (const struct hda_pintbl[]) {
7892 { 0x12, 0x99a3092f }, /* int-mic */
7893 { 0x14, 0x99130110 }, /* speaker */
7894 { 0x18, 0x03a11c20 }, /* mic */
7895 { 0x1e, 0x0346101e }, /* SPDIF1 */
7896 { 0x21, 0x0321101f }, /* HP out */
7897 { }
7898 },
7899 .chained = true,
7900 .chain_id = ALC271_FIXUP_DMIC,
7901 },
3e0d611b
DH
7902 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST] = {
7903 .type = HDA_FIXUP_FUNC,
7904 .v.func = alc269_fixup_limit_int_mic_boost,
2793769f
DH
7905 .chained = true,
7906 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
3e0d611b 7907 },
2cede303
OR
7908 [ALC269VB_FIXUP_ASUS_ZENBOOK] = {
7909 .type = HDA_FIXUP_FUNC,
7910 .v.func = alc269_fixup_limit_int_mic_boost,
7911 .chained = true,
7912 .chain_id = ALC269VB_FIXUP_DMIC,
7913 },
23870831
TI
7914 [ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A] = {
7915 .type = HDA_FIXUP_VERBS,
7916 .v.verbs = (const struct hda_verb[]) {
7917 /* class-D output amp +5dB */
7918 { 0x20, AC_VERB_SET_COEF_INDEX, 0x12 },
7919 { 0x20, AC_VERB_SET_PROC_COEF, 0x2800 },
7920 {}
7921 },
7922 .chained = true,
7923 .chain_id = ALC269VB_FIXUP_ASUS_ZENBOOK,
7924 },
f882c4be
MT
7925 [ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE] = {
7926 .type = HDA_FIXUP_PINS,
7927 .v.pins = (const struct hda_pintbl[]) {
7928 { 0x18, 0x01a110f0 }, /* use as headset mic */
7929 { }
7930 },
7931 .chained = true,
7932 .chain_id = ALC269_FIXUP_HEADSET_MIC
7933 },
8e35cd4a
DH
7934 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED] = {
7935 .type = HDA_FIXUP_FUNC,
7936 .v.func = alc269_fixup_limit_int_mic_boost,
7937 .chained = true,
7938 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC1,
7939 },
02b504d9
AA
7940 [ALC269VB_FIXUP_ORDISSIMO_EVE2] = {
7941 .type = HDA_FIXUP_PINS,
7942 .v.pins = (const struct hda_pintbl[]) {
7943 { 0x12, 0x99a3092f }, /* int-mic */
7944 { 0x18, 0x03a11d20 }, /* mic */
7945 { 0x19, 0x411111f0 }, /* Unused bogus pin */
7946 { }
7947 },
7948 },
cd217a63
KY
7949 [ALC283_FIXUP_CHROME_BOOK] = {
7950 .type = HDA_FIXUP_FUNC,
7951 .v.func = alc283_fixup_chromebook,
7952 },
0202e99c
KY
7953 [ALC283_FIXUP_SENSE_COMBO_JACK] = {
7954 .type = HDA_FIXUP_FUNC,
7955 .v.func = alc283_fixup_sense_combo_jack,
7956 .chained = true,
7957 .chain_id = ALC283_FIXUP_CHROME_BOOK,
7958 },
7bba2157
TI
7959 [ALC282_FIXUP_ASUS_TX300] = {
7960 .type = HDA_FIXUP_FUNC,
7961 .v.func = alc282_fixup_asus_tx300,
7962 },
1bb3e062
KY
7963 [ALC283_FIXUP_INT_MIC] = {
7964 .type = HDA_FIXUP_VERBS,
7965 .v.verbs = (const struct hda_verb[]) {
7966 {0x20, AC_VERB_SET_COEF_INDEX, 0x1a},
7967 {0x20, AC_VERB_SET_PROC_COEF, 0x0011},
7968 { }
7969 },
7970 .chained = true,
7971 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
7972 },
0f4881dc
DH
7973 [ALC290_FIXUP_SUBWOOFER_HSJACK] = {
7974 .type = HDA_FIXUP_PINS,
7975 .v.pins = (const struct hda_pintbl[]) {
7976 { 0x17, 0x90170112 }, /* subwoofer */
7977 { }
7978 },
7979 .chained = true,
7980 .chain_id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
7981 },
7982 [ALC290_FIXUP_SUBWOOFER] = {
7983 .type = HDA_FIXUP_PINS,
7984 .v.pins = (const struct hda_pintbl[]) {
7985 { 0x17, 0x90170112 }, /* subwoofer */
7986 { }
7987 },
7988 .chained = true,
7989 .chain_id = ALC290_FIXUP_MONO_SPEAKERS,
7990 },
338cae56
DH
7991 [ALC290_FIXUP_MONO_SPEAKERS] = {
7992 .type = HDA_FIXUP_FUNC,
7993 .v.func = alc290_fixup_mono_speakers,
0f4881dc
DH
7994 },
7995 [ALC290_FIXUP_MONO_SPEAKERS_HSJACK] = {
7996 .type = HDA_FIXUP_FUNC,
7997 .v.func = alc290_fixup_mono_speakers,
338cae56
DH
7998 .chained = true,
7999 .chain_id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
8000 },
b67ae3f1
DH
8001 [ALC269_FIXUP_THINKPAD_ACPI] = {
8002 .type = HDA_FIXUP_FUNC,
d5a6cabf 8003 .v.func = alc_fixup_thinkpad_acpi,
09da111a
TI
8004 .chained = true,
8005 .chain_id = ALC269_FIXUP_SKU_IGNORE,
b67ae3f1 8006 },
56f27013
DH
8007 [ALC269_FIXUP_DMIC_THINKPAD_ACPI] = {
8008 .type = HDA_FIXUP_FUNC,
8009 .v.func = alc_fixup_inv_dmic,
8010 .chained = true,
8011 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
8012 },
5824ce8d 8013 [ALC255_FIXUP_ACER_MIC_NO_PRESENCE] = {
17d30460
HW
8014 .type = HDA_FIXUP_PINS,
8015 .v.pins = (const struct hda_pintbl[]) {
8016 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8017 { }
5824ce8d
CC
8018 },
8019 .chained = true,
17d30460 8020 .chain_id = ALC255_FIXUP_HEADSET_MODE
5824ce8d 8021 },
615966ad
CC
8022 [ALC255_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8023 .type = HDA_FIXUP_PINS,
8024 .v.pins = (const struct hda_pintbl[]) {
8025 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8026 { }
8027 },
8028 .chained = true,
8029 .chain_id = ALC255_FIXUP_HEADSET_MODE
8030 },
9a22a8f5
KY
8031 [ALC255_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8032 .type = HDA_FIXUP_PINS,
8033 .v.pins = (const struct hda_pintbl[]) {
8034 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8035 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8036 { }
8037 },
8038 .chained = true,
8039 .chain_id = ALC255_FIXUP_HEADSET_MODE
8040 },
31278997
KY
8041 [ALC255_FIXUP_DELL2_MIC_NO_PRESENCE] = {
8042 .type = HDA_FIXUP_PINS,
8043 .v.pins = (const struct hda_pintbl[]) {
8044 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8045 { }
8046 },
8047 .chained = true,
8048 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
8049 },
9a22a8f5
KY
8050 [ALC255_FIXUP_HEADSET_MODE] = {
8051 .type = HDA_FIXUP_FUNC,
8052 .v.func = alc_fixup_headset_mode_alc255,
4a83d42a 8053 .chained = true,
b3802783 8054 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
9a22a8f5 8055 },
31278997
KY
8056 [ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
8057 .type = HDA_FIXUP_FUNC,
8058 .v.func = alc_fixup_headset_mode_alc255_no_hp_mic,
8059 },
a22aa26f
KY
8060 [ALC293_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8061 .type = HDA_FIXUP_PINS,
8062 .v.pins = (const struct hda_pintbl[]) {
8063 { 0x18, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8064 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8065 { }
8066 },
8067 .chained = true,
8068 .chain_id = ALC269_FIXUP_HEADSET_MODE
8069 },
1c37c223 8070 [ALC292_FIXUP_TPT440_DOCK] = {
ec56af67 8071 .type = HDA_FIXUP_FUNC,
7f57d803 8072 .v.func = alc_fixup_tpt440_dock,
1c37c223
TI
8073 .chained = true,
8074 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
8075 },
9a811230
TI
8076 [ALC292_FIXUP_TPT440] = {
8077 .type = HDA_FIXUP_FUNC,
157f0b7f 8078 .v.func = alc_fixup_disable_aamix,
9a811230
TI
8079 .chained = true,
8080 .chain_id = ALC292_FIXUP_TPT440_DOCK,
8081 },
abaa2274 8082 [ALC283_FIXUP_HEADSET_MIC] = {
9dc12862
DD
8083 .type = HDA_FIXUP_PINS,
8084 .v.pins = (const struct hda_pintbl[]) {
8085 { 0x19, 0x04a110f0 },
8086 { },
8087 },
8088 },
b3802783 8089 [ALC255_FIXUP_MIC_MUTE_LED] = {
00ef9940 8090 .type = HDA_FIXUP_FUNC,
8a503555 8091 .v.func = alc_fixup_micmute_led,
00ef9940 8092 },
1a22e775
TI
8093 [ALC282_FIXUP_ASPIRE_V5_PINS] = {
8094 .type = HDA_FIXUP_PINS,
8095 .v.pins = (const struct hda_pintbl[]) {
8096 { 0x12, 0x90a60130 },
8097 { 0x14, 0x90170110 },
8098 { 0x17, 0x40000008 },
8099 { 0x18, 0x411111f0 },
0420694d 8100 { 0x19, 0x01a1913c },
1a22e775
TI
8101 { 0x1a, 0x411111f0 },
8102 { 0x1b, 0x411111f0 },
8103 { 0x1d, 0x40f89b2d },
8104 { 0x1e, 0x411111f0 },
8105 { 0x21, 0x0321101f },
8106 { },
8107 },
8108 },
c8426b27
TI
8109 [ALC269VB_FIXUP_ASPIRE_E1_COEF] = {
8110 .type = HDA_FIXUP_FUNC,
8111 .v.func = alc269vb_fixup_aspire_e1_coef,
8112 },
7a5255f1
DH
8113 [ALC280_FIXUP_HP_GPIO4] = {
8114 .type = HDA_FIXUP_FUNC,
8115 .v.func = alc280_fixup_hp_gpio4,
8116 },
eaa8e5ef
KY
8117 [ALC286_FIXUP_HP_GPIO_LED] = {
8118 .type = HDA_FIXUP_FUNC,
8119 .v.func = alc286_fixup_hp_gpio_led,
8120 },
33f4acd3
DH
8121 [ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY] = {
8122 .type = HDA_FIXUP_FUNC,
8123 .v.func = alc280_fixup_hp_gpio2_mic_hotkey,
8124 },
b4b33f9d
TC
8125 [ALC280_FIXUP_HP_DOCK_PINS] = {
8126 .type = HDA_FIXUP_PINS,
8127 .v.pins = (const struct hda_pintbl[]) {
8128 { 0x1b, 0x21011020 }, /* line-out */
8129 { 0x1a, 0x01a1903c }, /* headset mic */
8130 { 0x18, 0x2181103f }, /* line-in */
8131 { },
8132 },
8133 .chained = true,
8134 .chain_id = ALC280_FIXUP_HP_GPIO4
8135 },
04d5466a
JK
8136 [ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED] = {
8137 .type = HDA_FIXUP_PINS,
8138 .v.pins = (const struct hda_pintbl[]) {
8139 { 0x1b, 0x21011020 }, /* line-out */
8140 { 0x18, 0x2181103f }, /* line-in */
8141 { },
8142 },
8143 .chained = true,
8144 .chain_id = ALC269_FIXUP_HP_GPIO_MIC1_LED
8145 },
98973f2f
KP
8146 [ALC280_FIXUP_HP_9480M] = {
8147 .type = HDA_FIXUP_FUNC,
8148 .v.func = alc280_fixup_hp_9480m,
8149 },
c3bb2b52
TI
8150 [ALC245_FIXUP_HP_X360_AMP] = {
8151 .type = HDA_FIXUP_FUNC,
8152 .v.func = alc245_fixup_hp_x360_amp,
5fc462c3
JC
8153 .chained = true,
8154 .chain_id = ALC245_FIXUP_HP_GPIO_LED
c3bb2b52 8155 },
e1e62b98
KY
8156 [ALC288_FIXUP_DELL_HEADSET_MODE] = {
8157 .type = HDA_FIXUP_FUNC,
8158 .v.func = alc_fixup_headset_mode_dell_alc288,
8159 .chained = true,
b3802783 8160 .chain_id = ALC255_FIXUP_MIC_MUTE_LED
e1e62b98
KY
8161 },
8162 [ALC288_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8163 .type = HDA_FIXUP_PINS,
8164 .v.pins = (const struct hda_pintbl[]) {
8165 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8166 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8167 { }
8168 },
8169 .chained = true,
8170 .chain_id = ALC288_FIXUP_DELL_HEADSET_MODE
8171 },
831bfdf9
HW
8172 [ALC288_FIXUP_DISABLE_AAMIX] = {
8173 .type = HDA_FIXUP_FUNC,
8174 .v.func = alc_fixup_disable_aamix,
8175 .chained = true,
d44a6864 8176 .chain_id = ALC288_FIXUP_DELL1_MIC_NO_PRESENCE
831bfdf9
HW
8177 },
8178 [ALC288_FIXUP_DELL_XPS_13] = {
8179 .type = HDA_FIXUP_FUNC,
8180 .v.func = alc_fixup_dell_xps13,
8181 .chained = true,
8182 .chain_id = ALC288_FIXUP_DISABLE_AAMIX
8183 },
8b99aba7
TI
8184 [ALC292_FIXUP_DISABLE_AAMIX] = {
8185 .type = HDA_FIXUP_FUNC,
8186 .v.func = alc_fixup_disable_aamix,
831bfdf9
HW
8187 .chained = true,
8188 .chain_id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE
8b99aba7 8189 },
c04017ea
DH
8190 [ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK] = {
8191 .type = HDA_FIXUP_FUNC,
8192 .v.func = alc_fixup_disable_aamix,
8193 .chained = true,
8194 .chain_id = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE
8195 },
5fab5829 8196 [ALC292_FIXUP_DELL_E7X_AAMIX] = {
8b99aba7
TI
8197 .type = HDA_FIXUP_FUNC,
8198 .v.func = alc_fixup_dell_xps13,
8199 .chained = true,
8200 .chain_id = ALC292_FIXUP_DISABLE_AAMIX
8201 },
5fab5829
TI
8202 [ALC292_FIXUP_DELL_E7X] = {
8203 .type = HDA_FIXUP_FUNC,
8a503555 8204 .v.func = alc_fixup_micmute_led,
5fab5829
TI
8205 /* micmute fixup must be applied at last */
8206 .chained_before = true,
8207 .chain_id = ALC292_FIXUP_DELL_E7X_AAMIX,
8208 },
54324221
JM
8209 [ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE] = {
8210 .type = HDA_FIXUP_PINS,
8211 .v.pins = (const struct hda_pintbl[]) {
8212 { 0x18, 0x01a1913c }, /* headset mic w/o jack detect */
8213 { }
8214 },
8215 .chained_before = true,
8216 .chain_id = ALC269_FIXUP_HEADSET_MODE,
8217 },
977e6276
KY
8218 [ALC298_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8219 .type = HDA_FIXUP_PINS,
8220 .v.pins = (const struct hda_pintbl[]) {
8221 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8222 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8223 { }
8224 },
8225 .chained = true,
8226 .chain_id = ALC269_FIXUP_HEADSET_MODE
8227 },
2f726aec
HW
8228 [ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE] = {
8229 .type = HDA_FIXUP_PINS,
8230 .v.pins = (const struct hda_pintbl[]) {
8231 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8232 { }
8233 },
8234 .chained = true,
8235 .chain_id = ALC269_FIXUP_HEADSET_MODE
8236 },
6ed1131f
KY
8237 [ALC275_FIXUP_DELL_XPS] = {
8238 .type = HDA_FIXUP_VERBS,
8239 .v.verbs = (const struct hda_verb[]) {
8240 /* Enables internal speaker */
8241 {0x20, AC_VERB_SET_COEF_INDEX, 0x1f},
8242 {0x20, AC_VERB_SET_PROC_COEF, 0x00c0},
8243 {0x20, AC_VERB_SET_COEF_INDEX, 0x30},
8244 {0x20, AC_VERB_SET_PROC_COEF, 0x00b1},
8245 {}
8246 }
8247 },
23adc192
HW
8248 [ALC293_FIXUP_LENOVO_SPK_NOISE] = {
8249 .type = HDA_FIXUP_FUNC,
8250 .v.func = alc_fixup_disable_aamix,
8251 .chained = true,
8252 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
8253 },
3694cb29
K
8254 [ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY] = {
8255 .type = HDA_FIXUP_FUNC,
8256 .v.func = alc233_fixup_lenovo_line2_mic_hotkey,
8257 },
d1ee66c5
PC
8258 [ALC233_FIXUP_INTEL_NUC8_DMIC] = {
8259 .type = HDA_FIXUP_FUNC,
8260 .v.func = alc_fixup_inv_dmic,
8261 .chained = true,
8262 .chain_id = ALC233_FIXUP_INTEL_NUC8_BOOST,
8263 },
8264 [ALC233_FIXUP_INTEL_NUC8_BOOST] = {
8265 .type = HDA_FIXUP_FUNC,
8266 .v.func = alc269_fixup_limit_int_mic_boost
8267 },
3b43b71f
KHF
8268 [ALC255_FIXUP_DELL_SPK_NOISE] = {
8269 .type = HDA_FIXUP_FUNC,
8270 .v.func = alc_fixup_disable_aamix,
8271 .chained = true,
8272 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8273 },
d1dd4211
KY
8274 [ALC225_FIXUP_DISABLE_MIC_VREF] = {
8275 .type = HDA_FIXUP_FUNC,
8276 .v.func = alc_fixup_disable_mic_vref,
8277 .chained = true,
8278 .chain_id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE
8279 },
2ae95577
DH
8280 [ALC225_FIXUP_DELL1_MIC_NO_PRESENCE] = {
8281 .type = HDA_FIXUP_VERBS,
8282 .v.verbs = (const struct hda_verb[]) {
8283 /* Disable pass-through path for FRONT 14h */
8284 { 0x20, AC_VERB_SET_COEF_INDEX, 0x36 },
8285 { 0x20, AC_VERB_SET_PROC_COEF, 0x57d7 },
8286 {}
8287 },
8288 .chained = true,
d1dd4211 8289 .chain_id = ALC225_FIXUP_DISABLE_MIC_VREF
2ae95577 8290 },
f883982d
TI
8291 [ALC280_FIXUP_HP_HEADSET_MIC] = {
8292 .type = HDA_FIXUP_FUNC,
8293 .v.func = alc_fixup_disable_aamix,
8294 .chained = true,
8295 .chain_id = ALC269_FIXUP_HEADSET_MIC,
8296 },
e549d190
HW
8297 [ALC221_FIXUP_HP_FRONT_MIC] = {
8298 .type = HDA_FIXUP_PINS,
8299 .v.pins = (const struct hda_pintbl[]) {
8300 { 0x19, 0x02a19020 }, /* Front Mic */
8301 { }
8302 },
8303 },
c636b95e
SE
8304 [ALC292_FIXUP_TPT460] = {
8305 .type = HDA_FIXUP_FUNC,
8306 .v.func = alc_fixup_tpt440_dock,
8307 .chained = true,
8308 .chain_id = ALC293_FIXUP_LENOVO_SPK_NOISE,
8309 },
dd9aa335
HW
8310 [ALC298_FIXUP_SPK_VOLUME] = {
8311 .type = HDA_FIXUP_FUNC,
8312 .v.func = alc298_fixup_speaker_volume,
59ec4b57 8313 .chained = true,
2f726aec 8314 .chain_id = ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE,
dd9aa335 8315 },
f86de9b1
KY
8316 [ALC298_FIXUP_LENOVO_SPK_VOLUME] = {
8317 .type = HDA_FIXUP_FUNC,
8318 .v.func = alc298_fixup_speaker_volume,
8319 },
e312a869
TI
8320 [ALC295_FIXUP_DISABLE_DAC3] = {
8321 .type = HDA_FIXUP_FUNC,
8322 .v.func = alc295_fixup_disable_dac3,
8323 },
d2cd795c
JK
8324 [ALC285_FIXUP_SPEAKER2_TO_DAC1] = {
8325 .type = HDA_FIXUP_FUNC,
8326 .v.func = alc285_fixup_speaker2_to_dac1,
c37c0ab0
HW
8327 .chained = true,
8328 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
d2cd795c 8329 },
4b963ae1
AS
8330 [ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1] = {
8331 .type = HDA_FIXUP_FUNC,
8332 .v.func = alc285_fixup_speaker2_to_dac1,
8333 .chained = true,
8334 .chain_id = ALC245_FIXUP_CS35L41_SPI_2
8335 },
8336 [ALC285_FIXUP_ASUS_HEADSET_MIC] = {
8337 .type = HDA_FIXUP_PINS,
8338 .v.pins = (const struct hda_pintbl[]) {
8339 { 0x19, 0x03a11050 },
8340 { 0x1b, 0x03a11c30 },
8341 { }
8342 },
8343 .chained = true,
8344 .chain_id = ALC285_FIXUP_ASUS_SPEAKER2_TO_DAC1
8345 },
b759a5f0
LJ
8346 [ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS] = {
8347 .type = HDA_FIXUP_PINS,
8348 .v.pins = (const struct hda_pintbl[]) {
8349 { 0x14, 0x90170120 },
8350 { }
8351 },
8352 .chained = true,
8353 .chain_id = ALC285_FIXUP_ASUS_HEADSET_MIC
8354 },
8cc87c05
LJ
8355 [ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1] = {
8356 .type = HDA_FIXUP_FUNC,
8357 .v.func = alc285_fixup_speaker2_to_dac1,
8358 .chained = true,
8359 .chain_id = ALC287_FIXUP_CS35L41_I2C_2
8360 },
8361 [ALC285_FIXUP_ASUS_I2C_HEADSET_MIC] = {
8362 .type = HDA_FIXUP_PINS,
8363 .v.pins = (const struct hda_pintbl[]) {
8364 { 0x19, 0x03a11050 },
8365 { 0x1b, 0x03a11c30 },
8366 { }
8367 },
8368 .chained = true,
8369 .chain_id = ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1
8370 },
fd06c77e
KHF
8371 [ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER] = {
8372 .type = HDA_FIXUP_PINS,
8373 .v.pins = (const struct hda_pintbl[]) {
8374 { 0x1b, 0x90170151 },
8375 { }
8376 },
8377 .chained = true,
8378 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8379 },
823ff161
GM
8380 [ALC269_FIXUP_ATIV_BOOK_8] = {
8381 .type = HDA_FIXUP_FUNC,
8382 .v.func = alc_fixup_auto_mute_via_amp,
8383 .chained = true,
8384 .chain_id = ALC269_FIXUP_NO_SHUTUP
8385 },
4ba5c853
MT
8386 [ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE] = {
8387 .type = HDA_FIXUP_PINS,
8388 .v.pins = (const struct hda_pintbl[]) {
8389 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8390 { 0x1a, 0x01813030 }, /* use as headphone mic, without its own jack detect */
8391 { }
8392 },
8393 .chained = true,
8394 .chain_id = ALC269_FIXUP_HEADSET_MODE
8395 },
9eb5d0e6
KY
8396 [ALC221_FIXUP_HP_MIC_NO_PRESENCE] = {
8397 .type = HDA_FIXUP_PINS,
8398 .v.pins = (const struct hda_pintbl[]) {
8399 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8400 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
8401 { }
8402 },
8403 .chained = true,
8404 .chain_id = ALC269_FIXUP_HEADSET_MODE
8405 },
c1732ede
CC
8406 [ALC256_FIXUP_ASUS_HEADSET_MODE] = {
8407 .type = HDA_FIXUP_FUNC,
8408 .v.func = alc_fixup_headset_mode,
8409 },
8410 [ALC256_FIXUP_ASUS_MIC] = {
8411 .type = HDA_FIXUP_PINS,
8412 .v.pins = (const struct hda_pintbl[]) {
8413 { 0x13, 0x90a60160 }, /* use as internal mic */
8414 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8415 { }
8416 },
8417 .chained = true,
8418 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8419 },
eeed4cd1 8420 [ALC256_FIXUP_ASUS_AIO_GPIO2] = {
ae065f1c
TI
8421 .type = HDA_FIXUP_FUNC,
8422 /* Set up GPIO2 for the speaker amp */
8423 .v.func = alc_fixup_gpio4,
eeed4cd1 8424 },
216d7aeb
CC
8425 [ALC233_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8426 .type = HDA_FIXUP_PINS,
8427 .v.pins = (const struct hda_pintbl[]) {
8428 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8429 { }
8430 },
8431 .chained = true,
8432 .chain_id = ALC269_FIXUP_HEADSET_MIC
8433 },
8434 [ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE] = {
8435 .type = HDA_FIXUP_VERBS,
8436 .v.verbs = (const struct hda_verb[]) {
8437 /* Enables internal speaker */
8438 {0x20, AC_VERB_SET_COEF_INDEX, 0x40},
8439 {0x20, AC_VERB_SET_PROC_COEF, 0x8800},
8440 {}
8441 },
8442 .chained = true,
8443 .chain_id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE
8444 },
ca169cc2
KY
8445 [ALC233_FIXUP_LENOVO_MULTI_CODECS] = {
8446 .type = HDA_FIXUP_FUNC,
8447 .v.func = alc233_alc662_fixup_lenovo_dual_codecs,
f73bbf63
KHF
8448 .chained = true,
8449 .chain_id = ALC269_FIXUP_GPIO2
ca169cc2 8450 },
ea5c7eba
JHP
8451 [ALC233_FIXUP_ACER_HEADSET_MIC] = {
8452 .type = HDA_FIXUP_VERBS,
8453 .v.verbs = (const struct hda_verb[]) {
8454 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8455 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8456 { }
8457 },
8458 .chained = true,
8459 .chain_id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE
8460 },
f33f79f3
HW
8461 [ALC294_FIXUP_LENOVO_MIC_LOCATION] = {
8462 .type = HDA_FIXUP_PINS,
8463 .v.pins = (const struct hda_pintbl[]) {
8464 /* Change the mic location from front to right, otherwise there are
8465 two front mics with the same name, pulseaudio can't handle them.
8466 This is just a temporary workaround, after applying this fixup,
8467 there will be one "Front Mic" and one "Mic" in this machine.
8468 */
8469 { 0x1a, 0x04a19040 },
8470 { }
8471 },
8472 },
5f364135
KY
8473 [ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE] = {
8474 .type = HDA_FIXUP_PINS,
8475 .v.pins = (const struct hda_pintbl[]) {
8476 { 0x16, 0x0101102f }, /* Rear Headset HP */
8477 { 0x19, 0x02a1913c }, /* use as Front headset mic, without its own jack detect */
8478 { 0x1a, 0x01a19030 }, /* Rear Headset MIC */
8479 { 0x1b, 0x02011020 },
8480 { }
8481 },
8482 .chained = true,
52e4e368
KHF
8483 .chain_id = ALC225_FIXUP_S3_POP_NOISE
8484 },
8485 [ALC225_FIXUP_S3_POP_NOISE] = {
8486 .type = HDA_FIXUP_FUNC,
8487 .v.func = alc225_fixup_s3_pop_noise,
8488 .chained = true,
5f364135
KY
8489 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8490 },
b84e8436
PH
8491 [ALC700_FIXUP_INTEL_REFERENCE] = {
8492 .type = HDA_FIXUP_VERBS,
8493 .v.verbs = (const struct hda_verb[]) {
8494 /* Enables internal speaker */
8495 {0x20, AC_VERB_SET_COEF_INDEX, 0x45},
8496 {0x20, AC_VERB_SET_PROC_COEF, 0x5289},
8497 {0x20, AC_VERB_SET_COEF_INDEX, 0x4A},
8498 {0x20, AC_VERB_SET_PROC_COEF, 0x001b},
8499 {0x58, AC_VERB_SET_COEF_INDEX, 0x00},
8500 {0x58, AC_VERB_SET_PROC_COEF, 0x3888},
8501 {0x20, AC_VERB_SET_COEF_INDEX, 0x6f},
8502 {0x20, AC_VERB_SET_PROC_COEF, 0x2c0b},
8503 {}
8504 }
8505 },
92266651
KY
8506 [ALC274_FIXUP_DELL_BIND_DACS] = {
8507 .type = HDA_FIXUP_FUNC,
8508 .v.func = alc274_fixup_bind_dacs,
8509 .chained = true,
8510 .chain_id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE
8511 },
8512 [ALC274_FIXUP_DELL_AIO_LINEOUT_VERB] = {
8513 .type = HDA_FIXUP_PINS,
8514 .v.pins = (const struct hda_pintbl[]) {
8515 { 0x1b, 0x0401102f },
8516 { }
8517 },
8518 .chained = true,
8519 .chain_id = ALC274_FIXUP_DELL_BIND_DACS
8520 },
399c01aa 8521 [ALC298_FIXUP_TPT470_DOCK_FIX] = {
61fcf8ec
KY
8522 .type = HDA_FIXUP_FUNC,
8523 .v.func = alc_fixup_tpt470_dock,
8524 .chained = true,
8525 .chain_id = ALC293_FIXUP_LENOVO_SPK_NOISE
8526 },
399c01aa
TI
8527 [ALC298_FIXUP_TPT470_DOCK] = {
8528 .type = HDA_FIXUP_FUNC,
8529 .v.func = alc_fixup_tpt470_dacs,
8530 .chained = true,
8531 .chain_id = ALC298_FIXUP_TPT470_DOCK_FIX
8532 },
ae104a21
KY
8533 [ALC255_FIXUP_DUMMY_LINEOUT_VERB] = {
8534 .type = HDA_FIXUP_PINS,
8535 .v.pins = (const struct hda_pintbl[]) {
8536 { 0x14, 0x0201101f },
8537 { }
8538 },
8539 .chained = true,
8540 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
8541 },
f0ba9d69
KY
8542 [ALC255_FIXUP_DELL_HEADSET_MIC] = {
8543 .type = HDA_FIXUP_PINS,
8544 .v.pins = (const struct hda_pintbl[]) {
8545 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8546 { }
8547 },
3ce0d5aa
HW
8548 .chained = true,
8549 .chain_id = ALC269_FIXUP_HEADSET_MIC
f0ba9d69 8550 },
bbf8ff6b
TB
8551 [ALC295_FIXUP_HP_X360] = {
8552 .type = HDA_FIXUP_FUNC,
8553 .v.func = alc295_fixup_hp_top_speakers,
8554 .chained = true,
8555 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC3
8a328ac1
KY
8556 },
8557 [ALC221_FIXUP_HP_HEADSET_MIC] = {
8558 .type = HDA_FIXUP_PINS,
8559 .v.pins = (const struct hda_pintbl[]) {
8560 { 0x19, 0x0181313f},
8561 { }
8562 },
8563 .chained = true,
8564 .chain_id = ALC269_FIXUP_HEADSET_MIC
8565 },
c4cfcf6f
HW
8566 [ALC285_FIXUP_LENOVO_HEADPHONE_NOISE] = {
8567 .type = HDA_FIXUP_FUNC,
8568 .v.func = alc285_fixup_invalidate_dacs,
6ba189c5
HW
8569 .chained = true,
8570 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
c4cfcf6f 8571 },
e8ed64b0
GKK
8572 [ALC295_FIXUP_HP_AUTO_MUTE] = {
8573 .type = HDA_FIXUP_FUNC,
8574 .v.func = alc_fixup_auto_mute_via_amp,
8575 },
33aaebd4
CC
8576 [ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE] = {
8577 .type = HDA_FIXUP_PINS,
8578 .v.pins = (const struct hda_pintbl[]) {
8579 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8580 { }
8581 },
8582 .chained = true,
8583 .chain_id = ALC269_FIXUP_HEADSET_MIC
8584 },
d8ae458e
CC
8585 [ALC294_FIXUP_ASUS_MIC] = {
8586 .type = HDA_FIXUP_PINS,
8587 .v.pins = (const struct hda_pintbl[]) {
8588 { 0x13, 0x90a60160 }, /* use as internal mic */
8589 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8590 { }
8591 },
8592 .chained = true,
ef9ddb9d 8593 .chain_id = ALC269_FIXUP_HEADSET_MIC
d8ae458e 8594 },
4e051106
JHP
8595 [ALC294_FIXUP_ASUS_HEADSET_MIC] = {
8596 .type = HDA_FIXUP_PINS,
8597 .v.pins = (const struct hda_pintbl[]) {
82b01149 8598 { 0x19, 0x01a1103c }, /* use as headset mic */
4e051106
JHP
8599 { }
8600 },
8601 .chained = true,
ef9ddb9d 8602 .chain_id = ALC269_FIXUP_HEADSET_MIC
4e051106
JHP
8603 },
8604 [ALC294_FIXUP_ASUS_SPK] = {
8605 .type = HDA_FIXUP_VERBS,
8606 .v.verbs = (const struct hda_verb[]) {
8607 /* Set EAPD high */
8608 { 0x20, AC_VERB_SET_COEF_INDEX, 0x40 },
8609 { 0x20, AC_VERB_SET_PROC_COEF, 0x8800 },
473fbe13
KY
8610 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
8611 { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
4e051106
JHP
8612 { }
8613 },
8614 .chained = true,
8615 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8616 },
c8a9afa6 8617 [ALC295_FIXUP_CHROME_BOOK] = {
e854747d 8618 .type = HDA_FIXUP_FUNC,
c8a9afa6 8619 .v.func = alc295_fixup_chromebook,
8983eb60
KY
8620 .chained = true,
8621 .chain_id = ALC225_FIXUP_HEADSET_JACK
8622 },
8623 [ALC225_FIXUP_HEADSET_JACK] = {
8624 .type = HDA_FIXUP_FUNC,
8625 .v.func = alc_fixup_headset_jack,
e854747d 8626 },
89e3a568
JS
8627 [ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE] = {
8628 .type = HDA_FIXUP_PINS,
8629 .v.pins = (const struct hda_pintbl[]) {
8630 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8631 { }
8632 },
8633 .chained = true,
8634 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8635 },
c8c6ee61
HW
8636 [ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE] = {
8637 .type = HDA_FIXUP_VERBS,
8638 .v.verbs = (const struct hda_verb[]) {
8639 /* Disable PCBEEP-IN passthrough */
8640 { 0x20, AC_VERB_SET_COEF_INDEX, 0x36 },
8641 { 0x20, AC_VERB_SET_PROC_COEF, 0x57d7 },
8642 { }
8643 },
8644 .chained = true,
8645 .chain_id = ALC285_FIXUP_LENOVO_HEADPHONE_NOISE
8646 },
cbc05fd6
JHP
8647 [ALC255_FIXUP_ACER_HEADSET_MIC] = {
8648 .type = HDA_FIXUP_PINS,
8649 .v.pins = (const struct hda_pintbl[]) {
8650 { 0x19, 0x03a11130 },
8651 { 0x1a, 0x90a60140 }, /* use as internal mic */
8652 { }
8653 },
8654 .chained = true,
8655 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
8656 },
136824ef
KY
8657 [ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE] = {
8658 .type = HDA_FIXUP_PINS,
8659 .v.pins = (const struct hda_pintbl[]) {
8660 { 0x16, 0x01011020 }, /* Rear Line out */
8661 { 0x19, 0x01a1913c }, /* use as Front headset mic, without its own jack detect */
8662 { }
8663 },
8664 .chained = true,
8665 .chain_id = ALC225_FIXUP_WYSE_AUTO_MUTE
8666 },
8667 [ALC225_FIXUP_WYSE_AUTO_MUTE] = {
8668 .type = HDA_FIXUP_FUNC,
8669 .v.func = alc_fixup_auto_mute_via_amp,
8670 .chained = true,
8671 .chain_id = ALC225_FIXUP_WYSE_DISABLE_MIC_VREF
8672 },
8673 [ALC225_FIXUP_WYSE_DISABLE_MIC_VREF] = {
8674 .type = HDA_FIXUP_FUNC,
8675 .v.func = alc_fixup_disable_mic_vref,
8676 .chained = true,
8677 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
8678 },
667a8f73
JHP
8679 [ALC286_FIXUP_ACER_AIO_HEADSET_MIC] = {
8680 .type = HDA_FIXUP_VERBS,
8681 .v.verbs = (const struct hda_verb[]) {
8682 { 0x20, AC_VERB_SET_COEF_INDEX, 0x4f },
8683 { 0x20, AC_VERB_SET_PROC_COEF, 0x5029 },
8684 { }
8685 },
8686 .chained = true,
8687 .chain_id = ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE
8688 },
8c8967a7
DD
8689 [ALC256_FIXUP_ASUS_HEADSET_MIC] = {
8690 .type = HDA_FIXUP_PINS,
8691 .v.pins = (const struct hda_pintbl[]) {
8692 { 0x19, 0x03a11020 }, /* headset mic with jack detect */
8693 { }
8694 },
8695 .chained = true,
8696 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8697 },
e1037354
JHP
8698 [ALC256_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8699 .type = HDA_FIXUP_PINS,
8700 .v.pins = (const struct hda_pintbl[]) {
8701 { 0x19, 0x04a11120 }, /* use as headset mic, without its own jack detect */
8702 { }
8703 },
8704 .chained = true,
8705 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
8706 },
e2a829b3
BR
8707 [ALC299_FIXUP_PREDATOR_SPK] = {
8708 .type = HDA_FIXUP_PINS,
8709 .v.pins = (const struct hda_pintbl[]) {
8710 { 0x21, 0x90170150 }, /* use as headset mic, without its own jack detect */
8711 { }
8712 }
8713 },
bd9c10bc 8714 [ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE] = {
60083f9e
JHP
8715 .type = HDA_FIXUP_PINS,
8716 .v.pins = (const struct hda_pintbl[]) {
bd9c10bc
JMG
8717 { 0x19, 0x04a11040 },
8718 { 0x21, 0x04211020 },
60083f9e
JHP
8719 { }
8720 },
8721 .chained = true,
bd9c10bc 8722 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
60083f9e 8723 },
f0d9da19
KY
8724 [ALC289_FIXUP_DELL_SPK1] = {
8725 .type = HDA_FIXUP_PINS,
8726 .v.pins = (const struct hda_pintbl[]) {
8727 { 0x14, 0x90170140 },
8728 { }
8729 },
8730 .chained = true,
8731 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE
8732 },
e79c2269 8733 [ALC289_FIXUP_DELL_SPK2] = {
bd9c10bc
JMG
8734 .type = HDA_FIXUP_PINS,
8735 .v.pins = (const struct hda_pintbl[]) {
e79c2269 8736 { 0x17, 0x90170130 }, /* bass spk */
bd9c10bc
JMG
8737 { }
8738 },
8739 .chained = true,
e79c2269 8740 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE
bd9c10bc 8741 },
e79c2269
KY
8742 [ALC289_FIXUP_DUAL_SPK] = {
8743 .type = HDA_FIXUP_FUNC,
8744 .v.func = alc285_fixup_speaker2_to_dac1,
8745 .chained = true,
8746 .chain_id = ALC289_FIXUP_DELL_SPK2
8747 },
f0d9da19
KY
8748 [ALC289_FIXUP_RTK_AMP_DUAL_SPK] = {
8749 .type = HDA_FIXUP_FUNC,
8750 .v.func = alc285_fixup_speaker2_to_dac1,
8751 .chained = true,
8752 .chain_id = ALC289_FIXUP_DELL_SPK1
8753 },
48e01504
CC
8754 [ALC294_FIXUP_SPK2_TO_DAC1] = {
8755 .type = HDA_FIXUP_FUNC,
8756 .v.func = alc285_fixup_speaker2_to_dac1,
8757 .chained = true,
8758 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8759 },
8760 [ALC294_FIXUP_ASUS_DUAL_SPK] = {
436e2550
JHP
8761 .type = HDA_FIXUP_FUNC,
8762 /* The GPIO must be pulled to initialize the AMP */
8763 .v.func = alc_fixup_gpio4,
8764 .chained = true,
48e01504 8765 .chain_id = ALC294_FIXUP_SPK2_TO_DAC1
436e2550 8766 },
724418b8
MA
8767 [ALC294_FIXUP_ASUS_ALLY] = {
8768 .type = HDA_FIXUP_FUNC,
8769 .v.func = cs35l41_fixup_i2c_two,
8770 .chained = true,
8771 .chain_id = ALC294_FIXUP_ASUS_ALLY_PINS
8772 },
8773 [ALC294_FIXUP_ASUS_ALLY_PINS] = {
8774 .type = HDA_FIXUP_PINS,
8775 .v.pins = (const struct hda_pintbl[]) {
8776 { 0x19, 0x03a11050 },
8777 { 0x1a, 0x03a11c30 },
8778 { 0x21, 0x03211420 },
8779 { }
8780 },
8781 .chained = true,
8782 .chain_id = ALC294_FIXUP_ASUS_ALLY_VERBS
8783 },
8784 [ALC294_FIXUP_ASUS_ALLY_VERBS] = {
8785 .type = HDA_FIXUP_VERBS,
8786 .v.verbs = (const struct hda_verb[]) {
8787 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
8788 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
8789 { 0x20, AC_VERB_SET_COEF_INDEX, 0x46 },
8790 { 0x20, AC_VERB_SET_PROC_COEF, 0x0004 },
8791 { 0x20, AC_VERB_SET_COEF_INDEX, 0x47 },
8792 { 0x20, AC_VERB_SET_PROC_COEF, 0xa47a },
8793 { 0x20, AC_VERB_SET_COEF_INDEX, 0x49 },
8794 { 0x20, AC_VERB_SET_PROC_COEF, 0x0049},
8795 { 0x20, AC_VERB_SET_COEF_INDEX, 0x4a },
8796 { 0x20, AC_VERB_SET_PROC_COEF, 0x201b },
8797 { 0x20, AC_VERB_SET_COEF_INDEX, 0x6b },
8798 { 0x20, AC_VERB_SET_PROC_COEF, 0x4278},
8799 { }
8800 },
8801 .chained = true,
8802 .chain_id = ALC294_FIXUP_ASUS_ALLY_SPEAKER
8803 },
8804 [ALC294_FIXUP_ASUS_ALLY_SPEAKER] = {
8805 .type = HDA_FIXUP_FUNC,
8806 .v.func = alc285_fixup_speaker2_to_dac1,
8807 },
6a6660d0
TI
8808 [ALC285_FIXUP_THINKPAD_X1_GEN7] = {
8809 .type = HDA_FIXUP_FUNC,
8810 .v.func = alc285_fixup_thinkpad_x1_gen7,
8811 .chained = true,
8812 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
8813 },
76f7dec0
KY
8814 [ALC285_FIXUP_THINKPAD_HEADSET_JACK] = {
8815 .type = HDA_FIXUP_FUNC,
8816 .v.func = alc_fixup_headset_jack,
8817 .chained = true,
6a6660d0 8818 .chain_id = ALC285_FIXUP_THINKPAD_X1_GEN7
76f7dec0 8819 },
8b33a134
JHP
8820 [ALC294_FIXUP_ASUS_HPE] = {
8821 .type = HDA_FIXUP_VERBS,
8822 .v.verbs = (const struct hda_verb[]) {
8823 /* Set EAPD high */
8824 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
8825 { 0x20, AC_VERB_SET_PROC_COEF, 0x7774 },
8826 { }
8827 },
8828 .chained = true,
8829 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
8830 },
c3cdf189
LJ
8831 [ALC294_FIXUP_ASUS_GX502_PINS] = {
8832 .type = HDA_FIXUP_PINS,
8833 .v.pins = (const struct hda_pintbl[]) {
8834 { 0x19, 0x03a11050 }, /* front HP mic */
8835 { 0x1a, 0x01a11830 }, /* rear external mic */
8836 { 0x21, 0x03211020 }, /* front HP out */
8837 { }
8838 },
8839 .chained = true,
8840 .chain_id = ALC294_FIXUP_ASUS_GX502_VERBS
8841 },
8842 [ALC294_FIXUP_ASUS_GX502_VERBS] = {
8843 .type = HDA_FIXUP_VERBS,
8844 .v.verbs = (const struct hda_verb[]) {
8845 /* set 0x15 to HP-OUT ctrl */
8846 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
8847 /* unmute the 0x15 amp */
8848 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000 },
8849 { }
8850 },
8851 .chained = true,
8852 .chain_id = ALC294_FIXUP_ASUS_GX502_HP
8853 },
8854 [ALC294_FIXUP_ASUS_GX502_HP] = {
8855 .type = HDA_FIXUP_FUNC,
8856 .v.func = alc294_fixup_gx502_hp,
8857 },
c1b55029
DC
8858 [ALC294_FIXUP_ASUS_GU502_PINS] = {
8859 .type = HDA_FIXUP_PINS,
8860 .v.pins = (const struct hda_pintbl[]) {
8861 { 0x19, 0x01a11050 }, /* rear HP mic */
8862 { 0x1a, 0x01a11830 }, /* rear external mic */
8863 { 0x21, 0x012110f0 }, /* rear HP out */
8864 { }
8865 },
8866 .chained = true,
8867 .chain_id = ALC294_FIXUP_ASUS_GU502_VERBS
8868 },
8869 [ALC294_FIXUP_ASUS_GU502_VERBS] = {
8870 .type = HDA_FIXUP_VERBS,
8871 .v.verbs = (const struct hda_verb[]) {
8872 /* set 0x15 to HP-OUT ctrl */
8873 { 0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc0 },
8874 /* unmute the 0x15 amp */
8875 { 0x15, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000 },
8876 /* set 0x1b to HP-OUT */
8877 { 0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24 },
8878 { }
8879 },
8880 .chained = true,
8881 .chain_id = ALC294_FIXUP_ASUS_GU502_HP
8882 },
8883 [ALC294_FIXUP_ASUS_GU502_HP] = {
8884 .type = HDA_FIXUP_FUNC,
8885 .v.func = alc294_fixup_gu502_hp,
c611e659
LJ
8886 },
8887 [ALC294_FIXUP_ASUS_G513_PINS] = {
8888 .type = HDA_FIXUP_PINS,
8889 .v.pins = (const struct hda_pintbl[]) {
8890 { 0x19, 0x03a11050 }, /* front HP mic */
8891 { 0x1a, 0x03a11c30 }, /* rear external mic */
8892 { 0x21, 0x03211420 }, /* front HP out */
8893 { }
8894 },
c1b55029 8895 },
bc2c2354
LJ
8896 [ALC285_FIXUP_ASUS_G533Z_PINS] = {
8897 .type = HDA_FIXUP_PINS,
8898 .v.pins = (const struct hda_pintbl[]) {
66ba7c88
LJ
8899 { 0x14, 0x90170152 }, /* Speaker Surround Playback Switch */
8900 { 0x19, 0x03a19020 }, /* Mic Boost Volume */
8901 { 0x1a, 0x03a11c30 }, /* Mic Boost Volume */
8902 { 0x1e, 0x90170151 }, /* Rear jack, IN OUT EAPD Detect */
8903 { 0x21, 0x03211420 },
bc2c2354
LJ
8904 { }
8905 },
bc2c2354 8906 },
1b94e59d
TI
8907 [ALC294_FIXUP_ASUS_COEF_1B] = {
8908 .type = HDA_FIXUP_VERBS,
8909 .v.verbs = (const struct hda_verb[]) {
8910 /* Set bit 10 to correct noisy output after reboot from
8911 * Windows 10 (due to pop noise reduction?)
8912 */
8913 { 0x20, AC_VERB_SET_COEF_INDEX, 0x1b },
8914 { 0x20, AC_VERB_SET_PROC_COEF, 0x4e4b },
8915 { }
8916 },
f8fbcdfb
TI
8917 .chained = true,
8918 .chain_id = ALC289_FIXUP_ASUS_GA401,
1b94e59d 8919 },
f5a88b0a
KHF
8920 [ALC285_FIXUP_HP_GPIO_LED] = {
8921 .type = HDA_FIXUP_FUNC,
8922 .v.func = alc285_fixup_hp_gpio_led,
8923 },
431e76c3
KY
8924 [ALC285_FIXUP_HP_MUTE_LED] = {
8925 .type = HDA_FIXUP_FUNC,
8926 .v.func = alc285_fixup_hp_mute_led,
8927 },
ca88eeb3
LG
8928 [ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED] = {
8929 .type = HDA_FIXUP_FUNC,
8930 .v.func = alc285_fixup_hp_spectre_x360_mute_led,
8931 },
0659400f
LG
8932 [ALC236_FIXUP_HP_MUTE_LED_COEFBIT2] = {
8933 .type = HDA_FIXUP_FUNC,
8934 .v.func = alc236_fixup_hp_mute_led_coefbit2,
8935 },
e7d66cf7
JS
8936 [ALC236_FIXUP_HP_GPIO_LED] = {
8937 .type = HDA_FIXUP_FUNC,
8938 .v.func = alc236_fixup_hp_gpio_led,
8939 },
24164f43
KY
8940 [ALC236_FIXUP_HP_MUTE_LED] = {
8941 .type = HDA_FIXUP_FUNC,
8942 .v.func = alc236_fixup_hp_mute_led,
8943 },
75b62ab6
JW
8944 [ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF] = {
8945 .type = HDA_FIXUP_FUNC,
8946 .v.func = alc236_fixup_hp_mute_led_micmute_vref,
8947 },
a2d57ebe
KM
8948 [ALC298_FIXUP_SAMSUNG_AMP] = {
8949 .type = HDA_FIXUP_FUNC,
8950 .v.func = alc298_fixup_samsung_amp,
8951 .chained = true,
8952 .chain_id = ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET
8953 },
14425f1f
MP
8954 [ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET] = {
8955 .type = HDA_FIXUP_VERBS,
8956 .v.verbs = (const struct hda_verb[]) {
8957 { 0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0xc5 },
8958 { }
8959 },
8960 },
ef248d9b
MK
8961 [ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET] = {
8962 .type = HDA_FIXUP_VERBS,
8963 .v.verbs = (const struct hda_verb[]) {
8964 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08},
8965 { 0x20, AC_VERB_SET_PROC_COEF, 0x2fcf},
8966 { }
8967 },
8968 },
9e43342b
CC
8969 [ALC295_FIXUP_ASUS_MIC_NO_PRESENCE] = {
8970 .type = HDA_FIXUP_PINS,
8971 .v.pins = (const struct hda_pintbl[]) {
8972 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
8973 { }
8974 },
8975 .chained = true,
8976 .chain_id = ALC269_FIXUP_HEADSET_MODE
8977 },
8eae7e9b
JHP
8978 [ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS] = {
8979 .type = HDA_FIXUP_PINS,
8980 .v.pins = (const struct hda_pintbl[]) {
8981 { 0x14, 0x90100120 }, /* use as internal speaker */
8982 { 0x18, 0x02a111f0 }, /* use as headset mic, without its own jack detect */
8983 { 0x1a, 0x01011020 }, /* use as line out */
8984 { },
8985 },
8986 .chained = true,
8987 .chain_id = ALC269_FIXUP_HEADSET_MIC
8988 },
6e15d126
JHP
8989 [ALC269VC_FIXUP_ACER_HEADSET_MIC] = {
8990 .type = HDA_FIXUP_PINS,
8991 .v.pins = (const struct hda_pintbl[]) {
8992 { 0x18, 0x02a11030 }, /* use as headset mic */
8993 { }
8994 },
8995 .chained = true,
8996 .chain_id = ALC269_FIXUP_HEADSET_MIC
8997 },
781c90c0
JHP
8998 [ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE] = {
8999 .type = HDA_FIXUP_PINS,
9000 .v.pins = (const struct hda_pintbl[]) {
9001 { 0x18, 0x01a11130 }, /* use as headset mic, without its own jack detect */
9002 { }
9003 },
9004 .chained = true,
9005 .chain_id = ALC269_FIXUP_HEADSET_MIC
9006 },
293a92c1 9007 [ALC289_FIXUP_ASUS_GA401] = {
c84bfedc
TI
9008 .type = HDA_FIXUP_FUNC,
9009 .v.func = alc289_fixup_asus_ga401,
9010 .chained = true,
9011 .chain_id = ALC289_FIXUP_ASUS_GA502,
ff53664d 9012 },
4b43d05a
AS
9013 [ALC289_FIXUP_ASUS_GA502] = {
9014 .type = HDA_FIXUP_PINS,
9015 .v.pins = (const struct hda_pintbl[]) {
9016 { 0x19, 0x03a11020 }, /* headset mic with jack detect */
9017 { }
9018 },
9019 },
f50a121d
JHP
9020 [ALC256_FIXUP_ACER_MIC_NO_PRESENCE] = {
9021 .type = HDA_FIXUP_PINS,
9022 .v.pins = (const struct hda_pintbl[]) {
9023 { 0x19, 0x02a11120 }, /* use as headset mic, without its own jack detect */
9024 { }
9025 },
9026 .chained = true,
9027 .chain_id = ALC256_FIXUP_ASUS_HEADSET_MODE
9028 },
56496253
KY
9029 [ALC285_FIXUP_HP_GPIO_AMP_INIT] = {
9030 .type = HDA_FIXUP_FUNC,
9031 .v.func = alc285_fixup_hp_gpio_amp_init,
9032 .chained = true,
9033 .chain_id = ALC285_FIXUP_HP_GPIO_LED
9034 },
f1ec5be1
HC
9035 [ALC269_FIXUP_CZC_B20] = {
9036 .type = HDA_FIXUP_PINS,
9037 .v.pins = (const struct hda_pintbl[]) {
9038 { 0x12, 0x411111f0 },
9039 { 0x14, 0x90170110 }, /* speaker */
9040 { 0x15, 0x032f1020 }, /* HP out */
9041 { 0x17, 0x411111f0 },
9042 { 0x18, 0x03ab1040 }, /* mic */
9043 { 0x19, 0xb7a7013f },
9044 { 0x1a, 0x0181305f },
9045 { 0x1b, 0x411111f0 },
9046 { 0x1d, 0x411111f0 },
9047 { 0x1e, 0x411111f0 },
9048 { }
9049 },
9050 .chain_id = ALC269_FIXUP_DMIC,
9051 },
9052 [ALC269_FIXUP_CZC_TMI] = {
9053 .type = HDA_FIXUP_PINS,
9054 .v.pins = (const struct hda_pintbl[]) {
9055 { 0x12, 0x4000c000 },
9056 { 0x14, 0x90170110 }, /* speaker */
9057 { 0x15, 0x0421401f }, /* HP out */
9058 { 0x17, 0x411111f0 },
9059 { 0x18, 0x04a19020 }, /* mic */
9060 { 0x19, 0x411111f0 },
9061 { 0x1a, 0x411111f0 },
9062 { 0x1b, 0x411111f0 },
9063 { 0x1d, 0x40448505 },
9064 { 0x1e, 0x411111f0 },
9065 { 0x20, 0x8000ffff },
9066 { }
9067 },
9068 .chain_id = ALC269_FIXUP_DMIC,
9069 },
9070 [ALC269_FIXUP_CZC_L101] = {
9071 .type = HDA_FIXUP_PINS,
9072 .v.pins = (const struct hda_pintbl[]) {
9073 { 0x12, 0x40000000 },
9074 { 0x14, 0x01014010 }, /* speaker */
9075 { 0x15, 0x411111f0 }, /* HP out */
9076 { 0x16, 0x411111f0 },
9077 { 0x18, 0x01a19020 }, /* mic */
9078 { 0x19, 0x02a19021 },
9079 { 0x1a, 0x0181302f },
9080 { 0x1b, 0x0221401f },
9081 { 0x1c, 0x411111f0 },
9082 { 0x1d, 0x4044c601 },
9083 { 0x1e, 0x411111f0 },
9084 { }
9085 },
9086 .chain_id = ALC269_FIXUP_DMIC,
9087 },
9088 [ALC269_FIXUP_LEMOTE_A1802] = {
9089 .type = HDA_FIXUP_PINS,
9090 .v.pins = (const struct hda_pintbl[]) {
9091 { 0x12, 0x40000000 },
9092 { 0x14, 0x90170110 }, /* speaker */
9093 { 0x17, 0x411111f0 },
9094 { 0x18, 0x03a19040 }, /* mic1 */
9095 { 0x19, 0x90a70130 }, /* mic2 */
9096 { 0x1a, 0x411111f0 },
9097 { 0x1b, 0x411111f0 },
9098 { 0x1d, 0x40489d2d },
9099 { 0x1e, 0x411111f0 },
9100 { 0x20, 0x0003ffff },
9101 { 0x21, 0x03214020 },
9102 { }
9103 },
9104 .chain_id = ALC269_FIXUP_DMIC,
9105 },
9106 [ALC269_FIXUP_LEMOTE_A190X] = {
9107 .type = HDA_FIXUP_PINS,
9108 .v.pins = (const struct hda_pintbl[]) {
9109 { 0x14, 0x99130110 }, /* speaker */
9110 { 0x15, 0x0121401f }, /* HP out */
9111 { 0x18, 0x01a19c20 }, /* rear mic */
9112 { 0x19, 0x99a3092f }, /* front mic */
9113 { 0x1b, 0x0201401f }, /* front lineout */
9114 { }
9115 },
9116 .chain_id = ALC269_FIXUP_DMIC,
9117 },
e2d2fded
KHF
9118 [ALC256_FIXUP_INTEL_NUC8_RUGGED] = {
9119 .type = HDA_FIXUP_PINS,
9120 .v.pins = (const struct hda_pintbl[]) {
9121 { 0x1b, 0x01a1913c }, /* use as headset mic, without its own jack detect */
9122 { }
9123 },
9124 .chained = true,
9125 .chain_id = ALC269_FIXUP_HEADSET_MODE
9126 },
73e7161e
WS
9127 [ALC256_FIXUP_INTEL_NUC10] = {
9128 .type = HDA_FIXUP_PINS,
9129 .v.pins = (const struct hda_pintbl[]) {
9130 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
9131 { }
9132 },
9133 .chained = true,
9134 .chain_id = ALC269_FIXUP_HEADSET_MODE
9135 },
fc19d559
HW
9136 [ALC255_FIXUP_XIAOMI_HEADSET_MIC] = {
9137 .type = HDA_FIXUP_VERBS,
9138 .v.verbs = (const struct hda_verb[]) {
9139 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
9140 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
9141 { }
9142 },
9143 .chained = true,
c84bfedc 9144 .chain_id = ALC289_FIXUP_ASUS_GA502
fc19d559 9145 },
13468bfa
HW
9146 [ALC274_FIXUP_HP_MIC] = {
9147 .type = HDA_FIXUP_VERBS,
9148 .v.verbs = (const struct hda_verb[]) {
9149 { 0x20, AC_VERB_SET_COEF_INDEX, 0x45 },
9150 { 0x20, AC_VERB_SET_PROC_COEF, 0x5089 },
9151 { }
9152 },
9153 },
8a8de09c
KY
9154 [ALC274_FIXUP_HP_HEADSET_MIC] = {
9155 .type = HDA_FIXUP_FUNC,
9156 .v.func = alc274_fixup_hp_headset_mic,
9157 .chained = true,
9158 .chain_id = ALC274_FIXUP_HP_MIC
9159 },
622464c8
TI
9160 [ALC274_FIXUP_HP_ENVY_GPIO] = {
9161 .type = HDA_FIXUP_FUNC,
9162 .v.func = alc274_fixup_hp_envy_gpio,
9163 },
ef9ce66f
KY
9164 [ALC256_FIXUP_ASUS_HPE] = {
9165 .type = HDA_FIXUP_VERBS,
9166 .v.verbs = (const struct hda_verb[]) {
9167 /* Set EAPD high */
9168 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0f },
9169 { 0x20, AC_VERB_SET_PROC_COEF, 0x7778 },
9170 { }
9171 },
9172 .chained = true,
9173 .chain_id = ALC294_FIXUP_ASUS_HEADSET_MIC
9174 },
446b8185
KY
9175 [ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK] = {
9176 .type = HDA_FIXUP_FUNC,
9177 .v.func = alc_fixup_headset_jack,
9178 .chained = true,
9179 .chain_id = ALC269_FIXUP_THINKPAD_ACPI
9180 },
a0ccbc53
KY
9181 [ALC287_FIXUP_HP_GPIO_LED] = {
9182 .type = HDA_FIXUP_FUNC,
9183 .v.func = alc287_fixup_hp_gpio_led,
9184 },
9e885770
KY
9185 [ALC256_FIXUP_HP_HEADSET_MIC] = {
9186 .type = HDA_FIXUP_FUNC,
9187 .v.func = alc274_fixup_hp_headset_mic,
9188 },
92666d45
KY
9189 [ALC236_FIXUP_DELL_AIO_HEADSET_MIC] = {
9190 .type = HDA_FIXUP_FUNC,
9191 .v.func = alc_fixup_no_int_mic,
9192 .chained = true,
9193 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE
9194 },
34cdf405
CC
9195 [ALC282_FIXUP_ACER_DISABLE_LINEOUT] = {
9196 .type = HDA_FIXUP_PINS,
9197 .v.pins = (const struct hda_pintbl[]) {
9198 { 0x1b, 0x411111f0 },
9199 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
9200 { },
9201 },
9202 .chained = true,
9203 .chain_id = ALC269_FIXUP_HEADSET_MODE
9204 },
495dc763
CC
9205 [ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST] = {
9206 .type = HDA_FIXUP_FUNC,
9207 .v.func = alc269_fixup_limit_int_mic_boost,
9208 .chained = true,
9209 .chain_id = ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
9210 },
d0e18561
CC
9211 [ALC256_FIXUP_ACER_HEADSET_MIC] = {
9212 .type = HDA_FIXUP_PINS,
9213 .v.pins = (const struct hda_pintbl[]) {
9214 { 0x19, 0x02a1113c }, /* use as headset mic, without its own jack detect */
9215 { 0x1a, 0x90a1092f }, /* use as internal mic */
9216 { }
9217 },
9218 .chained = true,
9219 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
9220 },
26928ca1
TI
9221 [ALC285_FIXUP_IDEAPAD_S740_COEF] = {
9222 .type = HDA_FIXUP_FUNC,
9223 .v.func = alc285_fixup_ideapad_s740_coef,
9224 .chained = true,
9225 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
9226 },
bd15b155
KHF
9227 [ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST] = {
9228 .type = HDA_FIXUP_FUNC,
9229 .v.func = alc269_fixup_limit_int_mic_boost,
9230 .chained = true,
9231 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
9232 },
8eedd3a7
TI
9233 [ALC295_FIXUP_ASUS_DACS] = {
9234 .type = HDA_FIXUP_FUNC,
9235 .v.func = alc295_fixup_asus_dacs,
9236 },
5d84b531
TI
9237 [ALC295_FIXUP_HP_OMEN] = {
9238 .type = HDA_FIXUP_PINS,
9239 .v.pins = (const struct hda_pintbl[]) {
9240 { 0x12, 0xb7a60130 },
9241 { 0x13, 0x40000000 },
9242 { 0x14, 0x411111f0 },
9243 { 0x16, 0x411111f0 },
9244 { 0x17, 0x90170110 },
9245 { 0x18, 0x411111f0 },
9246 { 0x19, 0x02a11030 },
9247 { 0x1a, 0x411111f0 },
9248 { 0x1b, 0x04a19030 },
9249 { 0x1d, 0x40600001 },
9250 { 0x1e, 0x411111f0 },
9251 { 0x21, 0x03211020 },
9252 {}
9253 },
9254 .chained = true,
9255 .chain_id = ALC269_FIXUP_HP_LINE1_MIC1_LED,
9256 },
f2be77fe 9257 [ALC285_FIXUP_HP_SPECTRE_X360] = {
434591b2
ED
9258 .type = HDA_FIXUP_FUNC,
9259 .v.func = alc285_fixup_hp_spectre_x360,
f2be77fe 9260 },
d94befbb
DB
9261 [ALC285_FIXUP_HP_SPECTRE_X360_EB1] = {
9262 .type = HDA_FIXUP_FUNC,
9263 .v.func = alc285_fixup_hp_spectre_x360_eb1
9264 },
c0621669
AA
9265 [ALC285_FIXUP_HP_ENVY_X360] = {
9266 .type = HDA_FIXUP_FUNC,
9267 .v.func = alc285_fixup_hp_envy_x360,
9268 .chained = true,
9269 .chain_id = ALC285_FIXUP_HP_GPIO_AMP_INIT,
9270 },
9ebaef05
HW
9271 [ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP] = {
9272 .type = HDA_FIXUP_FUNC,
9273 .v.func = alc285_fixup_ideapad_s740_coef,
9274 .chained = true,
9275 .chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
9276 },
29c8f40b
PU
9277 [ALC623_FIXUP_LENOVO_THINKSTATION_P340] = {
9278 .type = HDA_FIXUP_FUNC,
9279 .v.func = alc_fixup_no_shutup,
9280 .chained = true,
9281 .chain_id = ALC283_FIXUP_HEADSET_MIC,
9282 },
57c9e21a
HW
9283 [ALC255_FIXUP_ACER_HEADPHONE_AND_MIC] = {
9284 .type = HDA_FIXUP_PINS,
9285 .v.pins = (const struct hda_pintbl[]) {
9286 { 0x21, 0x03211030 }, /* Change the Headphone location to Left */
9287 { }
9288 },
9289 .chained = true,
9290 .chain_id = ALC255_FIXUP_XIAOMI_HEADSET_MIC
9291 },
8903376d
KHF
9292 [ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST] = {
9293 .type = HDA_FIXUP_FUNC,
9294 .v.func = alc269_fixup_limit_int_mic_boost,
9295 .chained = true,
9296 .chain_id = ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF,
9297 },
8f4c9042
BF
9298 [ALC285_FIXUP_LEGION_Y9000X_SPEAKERS] = {
9299 .type = HDA_FIXUP_FUNC,
9300 .v.func = alc285_fixup_ideapad_s740_coef,
9301 .chained = true,
9302 .chain_id = ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE,
9303 },
9304 [ALC285_FIXUP_LEGION_Y9000X_AUTOMUTE] = {
9305 .type = HDA_FIXUP_FUNC,
9306 .v.func = alc287_fixup_legion_15imhg05_speakers,
9307 .chained = true,
9308 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
9309 },
ad7cc2d4
CB
9310 [ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS] = {
9311 .type = HDA_FIXUP_VERBS,
9312 //.v.verbs = legion_15imhg05_coefs,
9313 .v.verbs = (const struct hda_verb[]) {
9314 // set left speaker Legion 7i.
9315 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9316 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9317
9318 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9319 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9320 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9321 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9322 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9323
9324 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9325 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9326 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9327 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9328 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9329
9330 // set right speaker Legion 7i.
9331 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9332 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9333
9334 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9335 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9336 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9337 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9338 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9339
9340 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9341 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9342 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9343 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9344 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9345 {}
9346 },
9347 .chained = true,
9348 .chain_id = ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE,
9349 },
9350 [ALC287_FIXUP_LEGION_15IMHG05_AUTOMUTE] = {
9351 .type = HDA_FIXUP_FUNC,
9352 .v.func = alc287_fixup_legion_15imhg05_speakers,
9353 .chained = true,
9354 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9355 },
9356 [ALC287_FIXUP_YOGA7_14ITL_SPEAKERS] = {
9357 .type = HDA_FIXUP_VERBS,
9358 .v.verbs = (const struct hda_verb[]) {
9359 // set left speaker Yoga 7i.
9360 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9361 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9362
9363 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9364 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9365 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9366 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9367 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9368
9369 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9370 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9371 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9372 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9373 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9374
9375 // set right speaker Yoga 7i.
9376 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9377 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9378
9379 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9380 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9381 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9382 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9383 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9384
9385 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9386 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9387 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9388 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9389 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9390 {}
9391 },
9392 .chained = true,
9393 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9394 },
56ec3e75
TI
9395 [ALC298_FIXUP_LENOVO_C940_DUET7] = {
9396 .type = HDA_FIXUP_FUNC,
9397 .v.func = alc298_fixup_lenovo_c940_duet7,
9398 },
0ac32a39
WW
9399 [ALC287_FIXUP_LENOVO_14IRP8_DUETITL] = {
9400 .type = HDA_FIXUP_FUNC,
9401 .v.func = alc287_fixup_lenovo_14irp8_duetitl,
9402 },
ad7cc2d4
CB
9403 [ALC287_FIXUP_13S_GEN2_SPEAKERS] = {
9404 .type = HDA_FIXUP_VERBS,
9405 .v.verbs = (const struct hda_verb[]) {
9406 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9407 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
023a062f 9408 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
ad7cc2d4
CB
9409 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9410 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9411 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9412 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9413 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9414 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9415 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9416 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9417 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9418 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9419 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9420 {}
9421 },
9422 .chained = true,
9423 .chain_id = ALC269_FIXUP_HEADSET_MODE,
9424 },
619764cc 9425 [ALC256_FIXUP_SET_COEF_DEFAULTS] = {
dd6dd6e3 9426 .type = HDA_FIXUP_FUNC,
619764cc 9427 .v.func = alc256_fixup_set_coef_defaults,
dd6dd6e3 9428 },
5fc462c3
JC
9429 [ALC245_FIXUP_HP_GPIO_LED] = {
9430 .type = HDA_FIXUP_FUNC,
9431 .v.func = alc245_fixup_hp_gpio_led,
9432 },
1278cc5a
JS
9433 [ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE] = {
9434 .type = HDA_FIXUP_PINS,
9435 .v.pins = (const struct hda_pintbl[]) {
9436 { 0x19, 0x03a11120 }, /* use as headset mic, without its own jack detect */
9437 { }
9438 },
9439 .chained = true,
9440 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
9441 },
174a7fb3
WS
9442 [ALC233_FIXUP_NO_AUDIO_JACK] = {
9443 .type = HDA_FIXUP_FUNC,
9444 .v.func = alc233_fixup_no_audio_jack,
9445 },
edca7cc4
WS
9446 [ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME] = {
9447 .type = HDA_FIXUP_FUNC,
9448 .v.func = alc256_fixup_mic_no_presence_and_resume,
9449 .chained = true,
9450 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
9451 },
d3dca026
LT
9452 [ALC287_FIXUP_LEGION_16ACHG6] = {
9453 .type = HDA_FIXUP_FUNC,
9454 .v.func = alc287_fixup_legion_16achg6_speakers,
9455 },
ae7abe36
SB
9456 [ALC287_FIXUP_CS35L41_I2C_2] = {
9457 .type = HDA_FIXUP_FUNC,
9458 .v.func = cs35l41_fixup_i2c_two,
9459 },
b3fbe536
AC
9460 [ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED] = {
9461 .type = HDA_FIXUP_FUNC,
9462 .v.func = cs35l41_fixup_i2c_two,
9463 .chained = true,
9464 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
ae7abe36 9465 },
42320660
SB
9466 [ALC287_FIXUP_CS35L41_I2C_4] = {
9467 .type = HDA_FIXUP_FUNC,
9468 .v.func = cs35l41_fixup_i2c_four,
9469 },
07bcab93
LT
9470 [ALC245_FIXUP_CS35L41_SPI_2] = {
9471 .type = HDA_FIXUP_FUNC,
9472 .v.func = cs35l41_fixup_spi_two,
9473 },
ce18f905
KHF
9474 [ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED] = {
9475 .type = HDA_FIXUP_FUNC,
9476 .v.func = cs35l41_fixup_spi_two,
9477 .chained = true,
9478 .chain_id = ALC285_FIXUP_HP_GPIO_LED,
9479 },
07bcab93
LT
9480 [ALC245_FIXUP_CS35L41_SPI_4] = {
9481 .type = HDA_FIXUP_FUNC,
9482 .v.func = cs35l41_fixup_spi_four,
9483 },
9484 [ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED] = {
9485 .type = HDA_FIXUP_FUNC,
864cb14c 9486 .v.func = cs35l41_fixup_spi_four,
07bcab93 9487 .chained = true,
864cb14c 9488 .chain_id = ALC285_FIXUP_HP_GPIO_LED,
07bcab93 9489 },
91502a9a
AS
9490 [ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED] = {
9491 .type = HDA_FIXUP_VERBS,
9492 .v.verbs = (const struct hda_verb[]) {
9493 { 0x20, AC_VERB_SET_COEF_INDEX, 0x19 },
9494 { 0x20, AC_VERB_SET_PROC_COEF, 0x8e11 },
9495 { }
9496 },
9497 .chained = true,
9498 .chain_id = ALC285_FIXUP_HP_MUTE_LED,
9499 },
1efcdd9c
GM
9500 [ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET] = {
9501 .type = HDA_FIXUP_FUNC,
9502 .v.func = alc_fixup_dell4_mic_no_presence_quiet,
9503 .chained = true,
9504 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
9505 },
309d7363
DH
9506 [ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE] = {
9507 .type = HDA_FIXUP_PINS,
9508 .v.pins = (const struct hda_pintbl[]) {
9509 { 0x19, 0x02a1112c }, /* use as headset mic, without its own jack detect */
9510 { }
9511 },
9512 .chained = true,
9513 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
9514 },
1e24881d
LT
9515 [ALC287_FIXUP_LEGION_16ITHG6] = {
9516 .type = HDA_FIXUP_FUNC,
9517 .v.func = alc287_fixup_legion_16ithg6_speakers,
9518 },
3790a3d6
PJ
9519 [ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK] = {
9520 .type = HDA_FIXUP_VERBS,
9521 .v.verbs = (const struct hda_verb[]) {
9522 // enable left speaker
9523 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9524 { 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
9525
9526 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9527 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9528 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9529 { 0x20, AC_VERB_SET_PROC_COEF, 0x1a },
9530 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9531
9532 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9533 { 0x20, AC_VERB_SET_PROC_COEF, 0xf },
9534 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9535 { 0x20, AC_VERB_SET_PROC_COEF, 0x42 },
9536 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9537
9538 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9539 { 0x20, AC_VERB_SET_PROC_COEF, 0x10 },
9540 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9541 { 0x20, AC_VERB_SET_PROC_COEF, 0x40 },
9542 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9543
9544 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9545 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9546 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9547 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9548 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9549
9550 // enable right speaker
9551 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
9552 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9553
9554 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9555 { 0x20, AC_VERB_SET_PROC_COEF, 0xc },
9556 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9557 { 0x20, AC_VERB_SET_PROC_COEF, 0x2a },
9558 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9559
9560 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9561 { 0x20, AC_VERB_SET_PROC_COEF, 0xf },
9562 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9563 { 0x20, AC_VERB_SET_PROC_COEF, 0x46 },
9564 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9565
9566 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9567 { 0x20, AC_VERB_SET_PROC_COEF, 0x10 },
9568 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9569 { 0x20, AC_VERB_SET_PROC_COEF, 0x44 },
9570 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9571
9572 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
9573 { 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
9574 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9575 { 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
9576 { 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
9577
9578 { },
9579 },
9580 },
9581 [ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN] = {
9582 .type = HDA_FIXUP_FUNC,
9583 .v.func = alc287_fixup_yoga9_14iap7_bass_spk_pin,
9584 .chained = true,
9585 .chain_id = ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK,
9586 },
9b714a59
JZ
9587 [ALC287_FIXUP_YOGA9_14IMH9_BASS_SPK_PIN] = {
9588 .type = HDA_FIXUP_FUNC,
9589 .v.func = alc287_fixup_yoga9_14iap7_bass_spk_pin,
9590 .chained = true,
9591 .chain_id = ALC287_FIXUP_CS35L41_I2C_2,
9592 },
2912cdda
PJ
9593 [ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS] = {
9594 .type = HDA_FIXUP_FUNC,
9595 .v.func = alc295_fixup_dell_inspiron_top_speakers,
9596 .chained = true,
9597 .chain_id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
9598 },
a4517c4f
CC
9599 [ALC236_FIXUP_DELL_DUAL_CODECS] = {
9600 .type = HDA_FIXUP_PINS,
9601 .v.func = alc1220_fixup_gb_dual_codecs,
9602 .chained = true,
9603 .chain_id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
9604 },
f7b069cf
VR
9605 [ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI] = {
9606 .type = HDA_FIXUP_FUNC,
9607 .v.func = cs35l41_fixup_i2c_two,
9608 .chained = true,
2468e892 9609 .chain_id = ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
f7b069cf 9610 },
3babae91
SD
9611 [ALC287_FIXUP_TAS2781_I2C] = {
9612 .type = HDA_FIXUP_FUNC,
9613 .v.func = tas2781_fixup_i2c,
9614 .chained = true,
c1947ce6 9615 .chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
3babae91 9616 },
b5cb53fd
GK
9617 [ALC287_FIXUP_YOGA7_14ARB7_I2C] = {
9618 .type = HDA_FIXUP_FUNC,
9619 .v.func = yoga7_14arb7_fixup_i2c,
9620 .chained = true,
9621 .chain_id = ALC285_FIXUP_THINKPAD_HEADSET_JACK,
9622 },
93dc18e1
SJ
9623 [ALC245_FIXUP_HP_MUTE_LED_COEFBIT] = {
9624 .type = HDA_FIXUP_FUNC,
9625 .v.func = alc245_fixup_hp_mute_led_coefbit,
9626 },
c99c26b1
FV
9627 [ALC245_FIXUP_HP_X360_MUTE_LEDS] = {
9628 .type = HDA_FIXUP_FUNC,
9629 .v.func = alc245_fixup_hp_mute_led_coefbit,
9630 .chained = true,
9631 .chain_id = ALC245_FIXUP_HP_GPIO_LED
9632 },
e43252db
KY
9633 [ALC287_FIXUP_THINKPAD_I2S_SPK] = {
9634 .type = HDA_FIXUP_FUNC,
9635 .v.func = alc287_fixup_bind_dacs,
2468e892
JR
9636 .chained = true,
9637 .chain_id = ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
e43252db 9638 },
d93eeca6
KY
9639 [ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD] = {
9640 .type = HDA_FIXUP_FUNC,
9641 .v.func = alc287_fixup_bind_dacs,
9642 .chained = true,
9643 .chain_id = ALC287_FIXUP_CS35L41_I2C_2_THINKPAD_ACPI,
9644 },
c8c0a03e
KY
9645 [ALC2XX_FIXUP_HEADSET_MIC] = {
9646 .type = HDA_FIXUP_FUNC,
9647 .v.func = alc_fixup_headset_mic,
9648 },
f0d9da19
KY
9649 [ALC289_FIXUP_DELL_CS35L41_SPI_2] = {
9650 .type = HDA_FIXUP_FUNC,
9651 .v.func = cs35l41_fixup_spi_two,
9652 .chained = true,
9653 .chain_id = ALC289_FIXUP_DUAL_SPK
9654 },
6ae90e90
VT
9655 [ALC294_FIXUP_CS35L41_I2C_2] = {
9656 .type = HDA_FIXUP_FUNC,
9657 .v.func = cs35l41_fixup_i2c_two,
9658 },
b2d6a1fd
ST
9659 [ALC245_FIXUP_CS35L56_SPI_4_HP_GPIO_LED] = {
9660 .type = HDA_FIXUP_FUNC,
9661 .v.func = cs35l56_fixup_spi_four,
9662 .chained = true,
9663 .chain_id = ALC285_FIXUP_HP_GPIO_LED,
9664 },
bd2d8305
IM
9665 [ALC256_FIXUP_ACER_SFG16_MICMUTE_LED] = {
9666 .type = HDA_FIXUP_FUNC,
9667 .v.func = alc256_fixup_acer_sfg16_micmute_led,
9668 },
1e5dc398
HW
9669 [ALC256_FIXUP_HEADPHONE_AMP_VOL] = {
9670 .type = HDA_FIXUP_FUNC,
9671 .v.func = alc256_decrease_headphone_amp_val,
9672 },
61456da0
AG
9673 [ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX] = {
9674 .type = HDA_FIXUP_FUNC,
9675 .v.func = alc245_fixup_hp_spectre_x360_eu0xxx,
9676 },
c33f0d4f
ST
9677 [ALC285_FIXUP_CS35L56_SPI_2] = {
9678 .type = HDA_FIXUP_FUNC,
9679 .v.func = cs35l56_fixup_spi_two,
9680 },
9681 [ALC285_FIXUP_CS35L56_I2C_2] = {
9682 .type = HDA_FIXUP_FUNC,
9683 .v.func = cs35l56_fixup_i2c_two,
9684 },
9685 [ALC285_FIXUP_CS35L56_I2C_4] = {
9686 .type = HDA_FIXUP_FUNC,
9687 .v.func = cs35l56_fixup_i2c_four,
9688 },
9689 [ALC285_FIXUP_ASUS_GA403U] = {
9690 .type = HDA_FIXUP_FUNC,
9691 .v.func = alc285_fixup_asus_ga403u,
9692 },
f1d4e28b
KY
9693};
9694
1d045db9 9695static const struct snd_pci_quirk alc269_fixup_tbl[] = {
a6b92b66 9696 SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", ALC269_FIXUP_INV_DMIC),
693b613d
DH
9697 SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
9698 SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
aaedfb47 9699 SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),
7819717b 9700 SND_PCI_QUIRK(0x1025, 0x072d, "Acer Aspire V5-571G", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
aaedfb47
DH
9701 SND_PCI_QUIRK(0x1025, 0x0740, "Acer AO725", ALC271_FIXUP_HP_GATE_MIC_JACK),
9702 SND_PCI_QUIRK(0x1025, 0x0742, "Acer AO756", ALC271_FIXUP_HP_GATE_MIC_JACK),
02322ac9 9703 SND_PCI_QUIRK(0x1025, 0x0762, "Acer Aspire E1-472", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
b1e8972e 9704 SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
1a22e775 9705 SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
433f894e 9706 SND_PCI_QUIRK(0x1025, 0x080d, "Acer Aspire V5-122P", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
c8426b27 9707 SND_PCI_QUIRK(0x1025, 0x0840, "Acer Aspire E1", ALC269VB_FIXUP_ASPIRE_E1_COEF),
13be30f1 9708 SND_PCI_QUIRK(0x1025, 0x101c, "Acer Veriton N2510G", ALC269_FIXUP_LIFEBOOK),
705b65f1 9709 SND_PCI_QUIRK(0x1025, 0x102b, "Acer Aspire C24-860", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
6e15d126 9710 SND_PCI_QUIRK(0x1025, 0x1065, "Acer Aspire C20-820", ALC269VC_FIXUP_ACER_HEADSET_MIC),
b9c2fa52 9711 SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK),
495dc763 9712 SND_PCI_QUIRK(0x1025, 0x1094, "Acer Aspire E5-575T", ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST),
c7531e31
CC
9713 SND_PCI_QUIRK(0x1025, 0x1099, "Acer Aspire E5-523G", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
9714 SND_PCI_QUIRK(0x1025, 0x110e, "Acer Aspire ES1-432", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
13be30f1
CC
9715 SND_PCI_QUIRK(0x1025, 0x1166, "Acer Veriton N4640G", ALC269_FIXUP_LIFEBOOK),
9716 SND_PCI_QUIRK(0x1025, 0x1167, "Acer Veriton N6640G", ALC269_FIXUP_LIFEBOOK),
e2a829b3 9717 SND_PCI_QUIRK(0x1025, 0x1246, "Acer Predator Helios 500", ALC299_FIXUP_PREDATOR_SPK),
8eae7e9b 9718 SND_PCI_QUIRK(0x1025, 0x1247, "Acer vCopperbox", ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS),
781c90c0 9719 SND_PCI_QUIRK(0x1025, 0x1248, "Acer Veriton N4660G", ALC269VC_FIXUP_ACER_MIC_NO_PRESENCE),
d0e18561 9720 SND_PCI_QUIRK(0x1025, 0x1269, "Acer SWIFT SF314-54", ALC256_FIXUP_ACER_HEADSET_MIC),
efb56d84 9721 SND_PCI_QUIRK(0x1025, 0x126a, "Acer Swift SF114-32", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
667a8f73
JHP
9722 SND_PCI_QUIRK(0x1025, 0x128f, "Acer Veriton Z6860G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
9723 SND_PCI_QUIRK(0x1025, 0x1290, "Acer Veriton Z4860G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
9724 SND_PCI_QUIRK(0x1025, 0x1291, "Acer Veriton Z4660G", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
d0e18561 9725 SND_PCI_QUIRK(0x1025, 0x129c, "Acer SWIFT SF314-55", ALC256_FIXUP_ACER_HEADSET_MIC),
5f3fe25e 9726 SND_PCI_QUIRK(0x1025, 0x129d, "Acer SWIFT SF313-51", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
35171fbf 9727 SND_PCI_QUIRK(0x1025, 0x1300, "Acer SWIFT SF314-56", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
2733cceb 9728 SND_PCI_QUIRK(0x1025, 0x1308, "Acer Aspire Z24-890", ALC286_FIXUP_ACER_AIO_HEADSET_MIC),
ea5c7eba 9729 SND_PCI_QUIRK(0x1025, 0x132a, "Acer TravelMate B114-21", ALC233_FIXUP_ACER_HEADSET_MIC),
cbc05fd6 9730 SND_PCI_QUIRK(0x1025, 0x1330, "Acer TravelMate X514-51T", ALC255_FIXUP_ACER_HEADSET_MIC),
2a5bb694 9731 SND_PCI_QUIRK(0x1025, 0x141f, "Acer Spin SP513-54N", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
0d4867a1 9732 SND_PCI_QUIRK(0x1025, 0x142b, "Acer Swift SF314-42", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
f50a121d 9733 SND_PCI_QUIRK(0x1025, 0x1430, "Acer TravelMate B311R-31", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
57c9e21a 9734 SND_PCI_QUIRK(0x1025, 0x1466, "Acer Aspire A515-56", ALC255_FIXUP_ACER_HEADPHONE_AND_MIC),
6a28a25d 9735 SND_PCI_QUIRK(0x1025, 0x1534, "Acer Predator PH315-54", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
bd2d8305 9736 SND_PCI_QUIRK(0x1025, 0x169a, "Acer Swift SFG16", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
aaedfb47 9737 SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
841bdf85 9738 SND_PCI_QUIRK(0x1028, 0x053c, "Dell Latitude E5430", ALC292_FIXUP_DELL_E7X),
6ed1131f 9739 SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
86f799b8 9740 SND_PCI_QUIRK(0x1028, 0x05bd, "Dell Latitude E6440", ALC292_FIXUP_DELL_E7X),
cf52103a 9741 SND_PCI_QUIRK(0x1028, 0x05be, "Dell Latitude E6540", ALC292_FIXUP_DELL_E7X),
8b99aba7
TI
9742 SND_PCI_QUIRK(0x1028, 0x05ca, "Dell Latitude E7240", ALC292_FIXUP_DELL_E7X),
9743 SND_PCI_QUIRK(0x1028, 0x05cb, "Dell Latitude E7440", ALC292_FIXUP_DELL_E7X),
0f4881dc 9744 SND_PCI_QUIRK(0x1028, 0x05da, "Dell Vostro 5460", ALC290_FIXUP_SUBWOOFER),
73bdd597
DH
9745 SND_PCI_QUIRK(0x1028, 0x05f4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
9746 SND_PCI_QUIRK(0x1028, 0x05f5, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
9747 SND_PCI_QUIRK(0x1028, 0x05f6, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
0f4881dc
DH
9748 SND_PCI_QUIRK(0x1028, 0x0615, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
9749 SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
98070576 9750 SND_PCI_QUIRK(0x1028, 0x062c, "Dell Latitude E5550", ALC292_FIXUP_DELL_E7X),
4275554d 9751 SND_PCI_QUIRK(0x1028, 0x062e, "Dell Latitude E7450", ALC292_FIXUP_DELL_E7X),
0f4881dc 9752 SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
a22aa26f
KY
9753 SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9754 SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
831bfdf9 9755 SND_PCI_QUIRK(0x1028, 0x0665, "Dell XPS 13", ALC288_FIXUP_DELL_XPS_13),
afecb146 9756 SND_PCI_QUIRK(0x1028, 0x0669, "Dell Optiplex 9020m", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
3a05d12f 9757 SND_PCI_QUIRK(0x1028, 0x069a, "Dell Vostro 5480", ALC290_FIXUP_SUBWOOFER_HSJACK),
8b72415d 9758 SND_PCI_QUIRK(0x1028, 0x06c7, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
b734304f
KY
9759 SND_PCI_QUIRK(0x1028, 0x06d9, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9760 SND_PCI_QUIRK(0x1028, 0x06da, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
c04017ea
DH
9761 SND_PCI_QUIRK(0x1028, 0x06db, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9762 SND_PCI_QUIRK(0x1028, 0x06dd, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9763 SND_PCI_QUIRK(0x1028, 0x06de, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9764 SND_PCI_QUIRK(0x1028, 0x06df, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
9765 SND_PCI_QUIRK(0x1028, 0x06e0, "Dell", ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK),
fd06c77e 9766 SND_PCI_QUIRK(0x1028, 0x0706, "Dell Inspiron 7559", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),
3b43b71f 9767 SND_PCI_QUIRK(0x1028, 0x0725, "Dell Inspiron 3162", ALC255_FIXUP_DELL_SPK_NOISE),
c0ca5ece 9768 SND_PCI_QUIRK(0x1028, 0x0738, "Dell Precision 5820", ALC269_FIXUP_NO_SHUTUP),
709ae62e 9769 SND_PCI_QUIRK(0x1028, 0x075c, "Dell XPS 27 7760", ALC298_FIXUP_SPK_VOLUME),
dd9aa335 9770 SND_PCI_QUIRK(0x1028, 0x075d, "Dell AIO", ALC298_FIXUP_SPK_VOLUME),
493de342 9771 SND_PCI_QUIRK(0x1028, 0x0798, "Dell Inspiron 17 7000 Gaming", ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER),
aa143ad3 9772 SND_PCI_QUIRK(0x1028, 0x07b0, "Dell Precision 7520", ALC295_FIXUP_DISABLE_DAC3),
5f364135 9773 SND_PCI_QUIRK(0x1028, 0x080c, "Dell WYSE", ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE),
40e2c4e5
KY
9774 SND_PCI_QUIRK(0x1028, 0x084b, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
9775 SND_PCI_QUIRK(0x1028, 0x084e, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
f0ba9d69
KY
9776 SND_PCI_QUIRK(0x1028, 0x0871, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
9777 SND_PCI_QUIRK(0x1028, 0x0872, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
ae104a21 9778 SND_PCI_QUIRK(0x1028, 0x0873, "Dell Precision 3930", ALC255_FIXUP_DUMMY_LINEOUT_VERB),
136824ef 9779 SND_PCI_QUIRK(0x1028, 0x08ad, "Dell WYSE AIO", ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE),
da484d00 9780 SND_PCI_QUIRK(0x1028, 0x08ae, "Dell WYSE NB", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE),
c2a7c55a 9781 SND_PCI_QUIRK(0x1028, 0x0935, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),
e79c2269 9782 SND_PCI_QUIRK(0x1028, 0x097d, "Dell Precision", ALC289_FIXUP_DUAL_SPK),
aa143ad3 9783 SND_PCI_QUIRK(0x1028, 0x097e, "Dell Precision", ALC289_FIXUP_DUAL_SPK),
78def224
KY
9784 SND_PCI_QUIRK(0x1028, 0x098d, "Dell Precision", ALC233_FIXUP_ASUS_MIC_NO_PRESENCE),
9785 SND_PCI_QUIRK(0x1028, 0x09bf, "Dell Precision", ALC233_FIXUP_ASUS_MIC_NO_PRESENCE),
92666d45
KY
9786 SND_PCI_QUIRK(0x1028, 0x0a2e, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
9787 SND_PCI_QUIRK(0x1028, 0x0a30, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
1efcdd9c 9788 SND_PCI_QUIRK(0x1028, 0x0a38, "Dell Latitude 7520", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE_QUIET),
c1e89523 9789 SND_PCI_QUIRK(0x1028, 0x0a58, "Dell", ALC255_FIXUP_DELL_HEADSET_MIC),
da946920 9790 SND_PCI_QUIRK(0x1028, 0x0a61, "Dell XPS 15 9510", ALC289_FIXUP_DUAL_SPK),
eb676622 9791 SND_PCI_QUIRK(0x1028, 0x0a62, "Dell Precision 5560", ALC289_FIXUP_DUAL_SPK),
2b987fe8
CC
9792 SND_PCI_QUIRK(0x1028, 0x0a9d, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
9793 SND_PCI_QUIRK(0x1028, 0x0a9e, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
15dad62f 9794 SND_PCI_QUIRK(0x1028, 0x0b19, "Dell XPS 15 9520", ALC289_FIXUP_DUAL_SPK),
bdc9b739 9795 SND_PCI_QUIRK(0x1028, 0x0b1a, "Dell Precision 5570", ALC289_FIXUP_DUAL_SPK),
42320660
SB
9796 SND_PCI_QUIRK(0x1028, 0x0b27, "Dell", ALC245_FIXUP_CS35L41_SPI_2),
9797 SND_PCI_QUIRK(0x1028, 0x0b28, "Dell", ALC245_FIXUP_CS35L41_SPI_2),
2912cdda
PJ
9798 SND_PCI_QUIRK(0x1028, 0x0b37, "Dell Inspiron 16 Plus 7620 2-in-1", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
9799 SND_PCI_QUIRK(0x1028, 0x0b71, "Dell Inspiron 16 Plus 7620", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
cd14dedf 9800 SND_PCI_QUIRK(0x1028, 0x0beb, "Dell XPS 15 9530 (2023)", ALC289_FIXUP_DELL_CS35L41_SPI_2),
a5751933 9801 SND_PCI_QUIRK(0x1028, 0x0c03, "Dell Precision 5340", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
fddab35f 9802 SND_PCI_QUIRK(0x1028, 0x0c0b, "Dell Oasis 14 RPL-P", ALC289_FIXUP_RTK_AMP_DUAL_SPK),
fcfc9f71 9803 SND_PCI_QUIRK(0x1028, 0x0c0d, "Dell Oasis", ALC289_FIXUP_RTK_AMP_DUAL_SPK),
fddab35f 9804 SND_PCI_QUIRK(0x1028, 0x0c0e, "Dell Oasis 16", ALC289_FIXUP_RTK_AMP_DUAL_SPK),
a4517c4f
CC
9805 SND_PCI_QUIRK(0x1028, 0x0c19, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS),
9806 SND_PCI_QUIRK(0x1028, 0x0c1a, "Dell Precision 3340", ALC236_FIXUP_DELL_DUAL_CODECS),
9807 SND_PCI_QUIRK(0x1028, 0x0c1b, "Dell Precision 3440", ALC236_FIXUP_DELL_DUAL_CODECS),
9808 SND_PCI_QUIRK(0x1028, 0x0c1c, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS),
9809 SND_PCI_QUIRK(0x1028, 0x0c1d, "Dell Precision 3440", ALC236_FIXUP_DELL_DUAL_CODECS),
9810 SND_PCI_QUIRK(0x1028, 0x0c1e, "Dell Precision 3540", ALC236_FIXUP_DELL_DUAL_CODECS),
89a0dff6 9811 SND_PCI_QUIRK(0x1028, 0x0c28, "Dell Inspiron 16 Plus 7630", ALC295_FIXUP_DELL_INSPIRON_TOP_SPEAKERS),
42320660 9812 SND_PCI_QUIRK(0x1028, 0x0c4d, "Dell", ALC287_FIXUP_CS35L41_I2C_4),
f0d9da19
KY
9813 SND_PCI_QUIRK(0x1028, 0x0cbd, "Dell Oasis 13 CS MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9814 SND_PCI_QUIRK(0x1028, 0x0cbe, "Dell Oasis 13 2-IN-1 MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9815 SND_PCI_QUIRK(0x1028, 0x0cbf, "Dell Oasis 13 Low Weight MTU-L", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9816 SND_PCI_QUIRK(0x1028, 0x0cc0, "Dell Oasis 13", ALC289_FIXUP_RTK_AMP_DUAL_SPK),
9817 SND_PCI_QUIRK(0x1028, 0x0cc1, "Dell Oasis 14 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9818 SND_PCI_QUIRK(0x1028, 0x0cc2, "Dell Oasis 14 2-in-1 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9819 SND_PCI_QUIRK(0x1028, 0x0cc3, "Dell Oasis 14 Low Weight MTL-U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9820 SND_PCI_QUIRK(0x1028, 0x0cc4, "Dell Oasis 16 MTL-H/U", ALC289_FIXUP_DELL_CS35L41_SPI_2),
9821 SND_PCI_QUIRK(0x1028, 0x0cc5, "Dell Oasis 14", ALC289_FIXUP_RTK_AMP_DUAL_SPK),
a22aa26f
KY
9822 SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
9823 SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
08fb0d0e 9824 SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),
9f5c6faf 9825 SND_PCI_QUIRK(0x103c, 0x18e6, "HP", ALC269_FIXUP_HP_GPIO_LED),
8e35cd4a 9826 SND_PCI_QUIRK(0x103c, 0x218b, "HP", ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
7976eb49 9827 SND_PCI_QUIRK(0x103c, 0x21f9, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 9828 SND_PCI_QUIRK(0x103c, 0x2210, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
8a02b164 9829 SND_PCI_QUIRK(0x103c, 0x2214, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9830 SND_PCI_QUIRK(0x103c, 0x221b, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9831 SND_PCI_QUIRK(0x103c, 0x221c, "HP EliteBook 755 G2", ALC280_FIXUP_HP_HEADSET_MIC),
9832 SND_PCI_QUIRK(0x103c, 0x2221, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9833 SND_PCI_QUIRK(0x103c, 0x2225, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf
KY
9834 SND_PCI_QUIRK(0x103c, 0x2236, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9835 SND_PCI_QUIRK(0x103c, 0x2237, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9836 SND_PCI_QUIRK(0x103c, 0x2238, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9837 SND_PCI_QUIRK(0x103c, 0x2239, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9c5dc3bf 9838 SND_PCI_QUIRK(0x103c, 0x224b, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED),
9c5dc3bf
KY
9839 SND_PCI_QUIRK(0x103c, 0x2253, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9840 SND_PCI_QUIRK(0x103c, 0x2254, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9841 SND_PCI_QUIRK(0x103c, 0x2255, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9842 SND_PCI_QUIRK(0x103c, 0x2256, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9843 SND_PCI_QUIRK(0x103c, 0x2257, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9c5dc3bf 9844 SND_PCI_QUIRK(0x103c, 0x2259, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
04d5466a 9845 SND_PCI_QUIRK(0x103c, 0x225a, "HP", ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED),
45461e3b 9846 SND_PCI_QUIRK(0x103c, 0x225f, "HP", ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY),
c60666bd 9847 SND_PCI_QUIRK(0x103c, 0x2260, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
9848 SND_PCI_QUIRK(0x103c, 0x2263, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9849 SND_PCI_QUIRK(0x103c, 0x2264, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9850 SND_PCI_QUIRK(0x103c, 0x2265, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9851 SND_PCI_QUIRK(0x103c, 0x2268, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9852 SND_PCI_QUIRK(0x103c, 0x226a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9853 SND_PCI_QUIRK(0x103c, 0x226b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9854 SND_PCI_QUIRK(0x103c, 0x226e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9855 SND_PCI_QUIRK(0x103c, 0x2271, "HP", ALC286_FIXUP_HP_GPIO_LED),
9c5dc3bf 9856 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
45461e3b 9857 SND_PCI_QUIRK(0x103c, 0x2272, "HP", ALC280_FIXUP_HP_DOCK_PINS),
9c5dc3bf 9858 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
45461e3b 9859 SND_PCI_QUIRK(0x103c, 0x2273, "HP", ALC280_FIXUP_HP_DOCK_PINS),
9c5dc3bf 9860 SND_PCI_QUIRK(0x103c, 0x2278, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
c60666bd 9861 SND_PCI_QUIRK(0x103c, 0x227f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9862 SND_PCI_QUIRK(0x103c, 0x2282, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9863 SND_PCI_QUIRK(0x103c, 0x228b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9864 SND_PCI_QUIRK(0x103c, 0x228e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9865 SND_PCI_QUIRK(0x103c, 0x229e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9866 SND_PCI_QUIRK(0x103c, 0x22b2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9867 SND_PCI_QUIRK(0x103c, 0x22b7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9868 SND_PCI_QUIRK(0x103c, 0x22bf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9869 SND_PCI_QUIRK(0x103c, 0x22c4, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd 9870 SND_PCI_QUIRK(0x103c, 0x22c5, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
c60666bd
KY
9871 SND_PCI_QUIRK(0x103c, 0x22c7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9872 SND_PCI_QUIRK(0x103c, 0x22c8, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
45461e3b
TI
9873 SND_PCI_QUIRK(0x103c, 0x22cf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9874 SND_PCI_QUIRK(0x103c, 0x22db, "HP", ALC280_FIXUP_HP_9480M),
9875 SND_PCI_QUIRK(0x103c, 0x22dc, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
9876 SND_PCI_QUIRK(0x103c, 0x22fb, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED),
8a02b164
KY
9877 SND_PCI_QUIRK(0x103c, 0x2334, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9878 SND_PCI_QUIRK(0x103c, 0x2335, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9879 SND_PCI_QUIRK(0x103c, 0x2336, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
9880 SND_PCI_QUIRK(0x103c, 0x2337, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4ba5c853 9881 SND_PCI_QUIRK(0x103c, 0x2b5e, "HP 288 Pro G2 MT", ALC221_FIXUP_HP_288PRO_MIC_NO_PRESENCE),
167897f4
JK
9882 SND_PCI_QUIRK(0x103c, 0x802e, "HP Z240 SFF", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
9883 SND_PCI_QUIRK(0x103c, 0x802f, "HP Z240", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
1c9d9dfd
KY
9884 SND_PCI_QUIRK(0x103c, 0x8077, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
9885 SND_PCI_QUIRK(0x103c, 0x8158, "HP", ALC256_FIXUP_HP_HEADSET_MIC),
92553ee0 9886 SND_PCI_QUIRK(0x103c, 0x820d, "HP Pavilion 15", ALC295_FIXUP_HP_X360),
e549d190 9887 SND_PCI_QUIRK(0x103c, 0x8256, "HP", ALC221_FIXUP_HP_FRONT_MIC),
bbf8ff6b 9888 SND_PCI_QUIRK(0x103c, 0x827e, "HP x360", ALC295_FIXUP_HP_X360),
aeedad25 9889 SND_PCI_QUIRK(0x103c, 0x827f, "HP x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
167897f4
JK
9890 SND_PCI_QUIRK(0x103c, 0x82bf, "HP G3 mini", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
9891 SND_PCI_QUIRK(0x103c, 0x82c0, "HP G3 mini premium", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
56e40eb6 9892 SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
901be145 9893 SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3),
190d0381 9894 SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
9b726bf6 9895 SND_PCI_QUIRK(0x103c, 0x84ae, "HP 15-db0403ng", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
5d84b531 9896 SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN),
d33cd42d 9897 SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
f2be77fe 9898 SND_PCI_QUIRK(0x103c, 0x8519, "HP Spectre x360 15-df0xxx", ALC285_FIXUP_HP_SPECTRE_X360),
b6ce6e6c 9899 SND_PCI_QUIRK(0x103c, 0x8537, "HP ProBook 440 G6", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
c0621669 9900 SND_PCI_QUIRK(0x103c, 0x85de, "HP Envy x360 13-ar0xxx", ALC285_FIXUP_HP_ENVY_X360),
d296a74b 9901 SND_PCI_QUIRK(0x103c, 0x860f, "HP ZBook 15 G6", ALC285_FIXUP_HP_GPIO_AMP_INIT),
0ac05b25 9902 SND_PCI_QUIRK(0x103c, 0x861f, "HP Elite Dragonfly G1", ALC285_FIXUP_HP_GPIO_AMP_INIT),
b2c22910 9903 SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED),
622464c8 9904 SND_PCI_QUIRK(0x103c, 0x86c7, "HP Envy AiO 32", ALC274_FIXUP_HP_ENVY_GPIO),
24df5428
IH
9905 SND_PCI_QUIRK(0x103c, 0x86e7, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
9906 SND_PCI_QUIRK(0x103c, 0x86e8, "HP Spectre x360 15-eb0xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
ca88eeb3 9907 SND_PCI_QUIRK(0x103c, 0x86f9, "HP Spectre x360 13-aw0xxx", ALC285_FIXUP_HP_SPECTRE_X360_MUTE_LED),
15d295b5 9908 SND_PCI_QUIRK(0x103c, 0x8716, "HP Elite Dragonfly G2 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
61d3e874 9909 SND_PCI_QUIRK(0x103c, 0x8720, "HP EliteBook x360 1040 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
a598098c 9910 SND_PCI_QUIRK(0x103c, 0x8724, "HP EliteBook 850 G7", ALC285_FIXUP_HP_GPIO_LED),
c058493d 9911 SND_PCI_QUIRK(0x103c, 0x8728, "HP EliteBook 840 G7", ALC285_FIXUP_HP_GPIO_LED),
b2c22910 9912 SND_PCI_QUIRK(0x103c, 0x8729, "HP", ALC285_FIXUP_HP_GPIO_LED),
75b62ab6 9913 SND_PCI_QUIRK(0x103c, 0x8730, "HP ProBook 445 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
05ec7161 9914 SND_PCI_QUIRK(0x103c, 0x8735, "HP ProBook 435 G7", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
56496253 9915 SND_PCI_QUIRK(0x103c, 0x8736, "HP", ALC285_FIXUP_HP_GPIO_AMP_INIT),
08befca4 9916 SND_PCI_QUIRK(0x103c, 0x8760, "HP", ALC285_FIXUP_HP_MUTE_LED),
6b3d14b7 9917 SND_PCI_QUIRK(0x103c, 0x876e, "HP ENVY x360 Convertible 13-ay0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
431e76c3 9918 SND_PCI_QUIRK(0x103c, 0x877a, "HP", ALC285_FIXUP_HP_MUTE_LED),
24164f43 9919 SND_PCI_QUIRK(0x103c, 0x877d, "HP", ALC236_FIXUP_HP_MUTE_LED),
91bc1568
JS
9920 SND_PCI_QUIRK(0x103c, 0x8780, "HP ZBook Fury 17 G7 Mobile Workstation",
9921 ALC285_FIXUP_HP_GPIO_AMP_INIT),
9922 SND_PCI_QUIRK(0x103c, 0x8783, "HP ZBook Fury 15 G7 Mobile Workstation",
9923 ALC285_FIXUP_HP_GPIO_AMP_INIT),
30267718 9924 SND_PCI_QUIRK(0x103c, 0x8786, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
b2e6b3d9 9925 SND_PCI_QUIRK(0x103c, 0x8787, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
375f8426 9926 SND_PCI_QUIRK(0x103c, 0x8788, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
f0d78972 9927 SND_PCI_QUIRK(0x103c, 0x87b7, "HP Laptop 14-fq0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
48422958 9928 SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
e7d66cf7 9929 SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
2b70b264 9930 SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
fb3acdb2 9931 SND_PCI_QUIRK(0x103c, 0x87f1, "HP ProBook 630 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
417eadfd 9932 SND_PCI_QUIRK(0x103c, 0x87f2, "HP ProBook 640 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
a0ccbc53
KY
9933 SND_PCI_QUIRK(0x103c, 0x87f4, "HP", ALC287_FIXUP_HP_GPIO_LED),
9934 SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
93ab3eaf 9935 SND_PCI_QUIRK(0x103c, 0x87f6, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
c3bb2b52 9936 SND_PCI_QUIRK(0x103c, 0x87f7, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
bc7863d1 9937 SND_PCI_QUIRK(0x103c, 0x87fe, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
d07149ab 9938 SND_PCI_QUIRK(0x103c, 0x8805, "HP ProBook 650 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
dfc2e8ae 9939 SND_PCI_QUIRK(0x103c, 0x880d, "HP EliteBook 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
d94befbb
DB
9940 SND_PCI_QUIRK(0x103c, 0x8811, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
9941 SND_PCI_QUIRK(0x103c, 0x8812, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
d510acb6 9942 SND_PCI_QUIRK(0x103c, 0x881d, "HP 250 G8 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
53b861be 9943 SND_PCI_QUIRK(0x103c, 0x8846, "HP EliteBook 850 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
c3d2c882 9944 SND_PCI_QUIRK(0x103c, 0x8847, "HP EliteBook x360 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
dfb06401 9945 SND_PCI_QUIRK(0x103c, 0x884b, "HP EliteBook 840 Aero G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
ca688339 9946 SND_PCI_QUIRK(0x103c, 0x884c, "HP EliteBook 840 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
8903376d
KHF
9947 SND_PCI_QUIRK(0x103c, 0x8862, "HP ProBook 445 G8 Notebook PC", ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST),
9948 SND_PCI_QUIRK(0x103c, 0x8863, "HP ProBook 445 G8 Notebook PC", ALC236_FIXUP_HP_LIMIT_INT_MIC_BOOST),
50dbfae9 9949 SND_PCI_QUIRK(0x103c, 0x886d, "HP ZBook Fury 17.3 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
e650c1a9 9950 SND_PCI_QUIRK(0x103c, 0x8870, "HP ZBook Fury 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
bbe183e0 9951 SND_PCI_QUIRK(0x103c, 0x8873, "HP ZBook Studio 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
0659400f 9952 SND_PCI_QUIRK(0x103c, 0x887a, "HP Laptop 15s-eq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
c99c26b1 9953 SND_PCI_QUIRK(0x103c, 0x888a, "HP ENVY x360 Convertible 15-eu0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
600dd2a7 9954 SND_PCI_QUIRK(0x103c, 0x888d, "HP ZBook Power 15.6 inch G8 Mobile Workstation PC", ALC236_FIXUP_HP_GPIO_LED),
91502a9a 9955 SND_PCI_QUIRK(0x103c, 0x8895, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED),
0e68c4b1 9956 SND_PCI_QUIRK(0x103c, 0x8896, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_MUTE_LED),
bd15b155 9957 SND_PCI_QUIRK(0x103c, 0x8898, "HP EliteBook 845 G8 Notebook PC", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
42334fbc 9958 SND_PCI_QUIRK(0x103c, 0x88d0, "HP Pavilion 15-eh1xxx (mainboard 88D0)", ALC287_FIXUP_HP_GPIO_LED),
49632230 9959 SND_PCI_QUIRK(0x103c, 0x8902, "HP OMEN 16", ALC285_FIXUP_HP_MUTE_LED),
8384c0ba 9960 SND_PCI_QUIRK(0x103c, 0x890e, "HP 255 G8 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
e7477cb9 9961 SND_PCI_QUIRK(0x103c, 0x8919, "HP Pavilion Aero Laptop 13-be0xxx", ALC287_FIXUP_HP_GPIO_LED),
f86bfeb6 9962 SND_PCI_QUIRK(0x103c, 0x896d, "HP ZBook Firefly 16 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
5f5d8890
AC
9963 SND_PCI_QUIRK(0x103c, 0x896e, "HP EliteBook x360 830 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9964 SND_PCI_QUIRK(0x103c, 0x8971, "HP EliteBook 830 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9965 SND_PCI_QUIRK(0x103c, 0x8972, "HP EliteBook 840 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9966 SND_PCI_QUIRK(0x103c, 0x8973, "HP EliteBook 860 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9967 SND_PCI_QUIRK(0x103c, 0x8974, "HP EliteBook 840 Aero G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
9968 SND_PCI_QUIRK(0x103c, 0x8975, "HP EliteBook x360 840 Aero G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
67c3d771 9969 SND_PCI_QUIRK(0x103c, 0x897d, "HP mt440 Mobile Thin Client U74", ALC236_FIXUP_HP_GPIO_LED),
07bcab93
LT
9970 SND_PCI_QUIRK(0x103c, 0x8981, "HP Elite Dragonfly G3", ALC245_FIXUP_CS35L41_SPI_4),
9971 SND_PCI_QUIRK(0x103c, 0x898e, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2),
9972 SND_PCI_QUIRK(0x103c, 0x898f, "HP EliteBook 835 G9", ALC287_FIXUP_CS35L41_I2C_2),
b3fbe536 9973 SND_PCI_QUIRK(0x103c, 0x8991, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
07bcab93 9974 SND_PCI_QUIRK(0x103c, 0x8992, "HP EliteBook 845 G9", ALC287_FIXUP_CS35L41_I2C_2),
b3fbe536 9975 SND_PCI_QUIRK(0x103c, 0x8994, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
07bcab93 9976 SND_PCI_QUIRK(0x103c, 0x8995, "HP EliteBook 855 G9", ALC287_FIXUP_CS35L41_I2C_2),
e6194c8d
AC
9977 SND_PCI_QUIRK(0x103c, 0x89a4, "HP ProBook 440 G9", ALC236_FIXUP_HP_GPIO_LED),
9978 SND_PCI_QUIRK(0x103c, 0x89a6, "HP ProBook 450 G9", ALC236_FIXUP_HP_GPIO_LED),
024a7ad9 9979 SND_PCI_QUIRK(0x103c, 0x89aa, "HP EliteBook 630 G9", ALC236_FIXUP_HP_GPIO_LED),
e6194c8d
AC
9980 SND_PCI_QUIRK(0x103c, 0x89ac, "HP EliteBook 640 G9", ALC236_FIXUP_HP_GPIO_LED),
9981 SND_PCI_QUIRK(0x103c, 0x89ae, "HP EliteBook 650 G9", ALC236_FIXUP_HP_GPIO_LED),
f86bfeb6 9982 SND_PCI_QUIRK(0x103c, 0x89c0, "HP ZBook Power 15.6 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
07bcab93 9983 SND_PCI_QUIRK(0x103c, 0x89c3, "Zbook Studio G9", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
ce18f905 9984 SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
f7ac570d 9985 SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9a6804aa 9986 SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
aa8e3ef4 9987 SND_PCI_QUIRK(0x103c, 0x89e7, "HP Elite x2 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
13a5b211 9988 SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),
56e85993 9989 SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
93dc18e1 9990 SND_PCI_QUIRK(0x103c, 0x8a25, "HP Victus 16-d1xxx (MB 8A25)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
aa8e3ef4
SB
9991 SND_PCI_QUIRK(0x103c, 0x8a28, "HP Envy 13", ALC287_FIXUP_CS35L41_I2C_2),
9992 SND_PCI_QUIRK(0x103c, 0x8a29, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
9993 SND_PCI_QUIRK(0x103c, 0x8a2a, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
9994 SND_PCI_QUIRK(0x103c, 0x8a2b, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
9995 SND_PCI_QUIRK(0x103c, 0x8a2c, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
9996 SND_PCI_QUIRK(0x103c, 0x8a2d, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
9997 SND_PCI_QUIRK(0x103c, 0x8a2e, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
9998 SND_PCI_QUIRK(0x103c, 0x8a2e, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
9999 SND_PCI_QUIRK(0x103c, 0x8a30, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10000 SND_PCI_QUIRK(0x103c, 0x8a31, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10001 SND_PCI_QUIRK(0x103c, 0x8a6e, "HP EDNA 360", ALC287_FIXUP_CS35L41_I2C_4),
300ab0df 10002 SND_PCI_QUIRK(0x103c, 0x8a74, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
5f3d696e 10003 SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
61d30785
JS
10004 SND_PCI_QUIRK(0x103c, 0x8aa0, "HP ProBook 440 G9 (MB 8A9E)", ALC236_FIXUP_HP_GPIO_LED),
10005 SND_PCI_QUIRK(0x103c, 0x8aa3, "HP ProBook 450 G9 (MB 8AA1)", ALC236_FIXUP_HP_GPIO_LED),
10006 SND_PCI_QUIRK(0x103c, 0x8aa8, "HP EliteBook 640 G9 (MB 8AA6)", ALC236_FIXUP_HP_GPIO_LED),
10007 SND_PCI_QUIRK(0x103c, 0x8aab, "HP EliteBook 650 G9 (MB 8AA9)", ALC236_FIXUP_HP_GPIO_LED),
1fdf4e8b 10008 SND_PCI_QUIRK(0x103c, 0x8ab9, "HP EliteBook 840 G8 (MB 8AB8)", ALC285_FIXUP_HP_GPIO_LED),
3e10f6ca 10009 SND_PCI_QUIRK(0x103c, 0x8abb, "HP ZBook Firefly 14 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
c578d5da
KHF
10010 SND_PCI_QUIRK(0x103c, 0x8ad1, "HP EliteBook 840 14 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10011 SND_PCI_QUIRK(0x103c, 0x8ad2, "HP EliteBook 860 16 inch G9 Notebook PC", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
aa8e3ef4 10012 SND_PCI_QUIRK(0x103c, 0x8ad8, "HP 800 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
32f03f40 10013 SND_PCI_QUIRK(0x103c, 0x8b0f, "HP Elite mt645 G7 Mobile Thin Client U81", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
b944aa9d 10014 SND_PCI_QUIRK(0x103c, 0x8b2f, "HP 255 15.6 inch G10 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
aa8e3ef4 10015 SND_PCI_QUIRK(0x103c, 0x8b3a, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
67c3d771 10016 SND_PCI_QUIRK(0x103c, 0x8b3f, "HP mt440 Mobile Thin Client U91", ALC236_FIXUP_HP_GPIO_LED),
9251584a
AC
10017 SND_PCI_QUIRK(0x103c, 0x8b42, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10018 SND_PCI_QUIRK(0x103c, 0x8b43, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10019 SND_PCI_QUIRK(0x103c, 0x8b44, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10020 SND_PCI_QUIRK(0x103c, 0x8b45, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10021 SND_PCI_QUIRK(0x103c, 0x8b46, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10022 SND_PCI_QUIRK(0x103c, 0x8b47, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
32f03f40 10023 SND_PCI_QUIRK(0x103c, 0x8b59, "HP Elite mt645 G7 Mobile Thin Client U89", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
1d8025ec
AC
10024 SND_PCI_QUIRK(0x103c, 0x8b5d, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
10025 SND_PCI_QUIRK(0x103c, 0x8b5e, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
3e10f6ca 10026 SND_PCI_QUIRK(0x103c, 0x8b63, "HP Elite Dragonfly 13.5 inch G4", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
2ae147d6 10027 SND_PCI_QUIRK(0x103c, 0x8b65, "HP ProBook 455 15.6 inch G10 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9fdc1605 10028 SND_PCI_QUIRK(0x103c, 0x8b66, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
e94f1f96
AC
10029 SND_PCI_QUIRK(0x103c, 0x8b70, "HP EliteBook 835 G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
10030 SND_PCI_QUIRK(0x103c, 0x8b72, "HP EliteBook 845 G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
10031 SND_PCI_QUIRK(0x103c, 0x8b74, "HP EliteBook 845W G10", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
3e10f6ca 10032 SND_PCI_QUIRK(0x103c, 0x8b77, "HP ElieBook 865 G10", ALC287_FIXUP_CS35L41_I2C_2),
6c4715aa
AC
10033 SND_PCI_QUIRK(0x103c, 0x8b7a, "HP", ALC236_FIXUP_HP_GPIO_LED),
10034 SND_PCI_QUIRK(0x103c, 0x8b7d, "HP", ALC236_FIXUP_HP_GPIO_LED),
5007b848 10035 SND_PCI_QUIRK(0x103c, 0x8b87, "HP", ALC236_FIXUP_HP_GPIO_LED),
6c4715aa
AC
10036 SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
10037 SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
10038 SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
b752a385 10039 SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
858c5415 10040 SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
56fc217f 10041 SND_PCI_QUIRK(0x103c, 0x8b96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
9dc68a4f 10042 SND_PCI_QUIRK(0x103c, 0x8b97, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
aa8e3ef4
SB
10043 SND_PCI_QUIRK(0x103c, 0x8bdd, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10044 SND_PCI_QUIRK(0x103c, 0x8bde, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10045 SND_PCI_QUIRK(0x103c, 0x8bdf, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10046 SND_PCI_QUIRK(0x103c, 0x8be0, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10047 SND_PCI_QUIRK(0x103c, 0x8be1, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10048 SND_PCI_QUIRK(0x103c, 0x8be2, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10049 SND_PCI_QUIRK(0x103c, 0x8be3, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10050 SND_PCI_QUIRK(0x103c, 0x8be5, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
10051 SND_PCI_QUIRK(0x103c, 0x8be6, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
10052 SND_PCI_QUIRK(0x103c, 0x8be7, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10053 SND_PCI_QUIRK(0x103c, 0x8be8, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10054 SND_PCI_QUIRK(0x103c, 0x8be9, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
9c694fbf 10055 SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
61456da0 10056 SND_PCI_QUIRK(0x103c, 0x8c15, "HP Spectre x360 2-in-1 Laptop 14-eu0xxx", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
aa8e3ef4
SB
10057 SND_PCI_QUIRK(0x103c, 0x8c16, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
10058 SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
fb8cce69
SB
10059 SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10060 SND_PCI_QUIRK(0x103c, 0x8c47, "HP EliteBook 840 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10061 SND_PCI_QUIRK(0x103c, 0x8c48, "HP EliteBook 860 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10062 SND_PCI_QUIRK(0x103c, 0x8c49, "HP Elite x360 830 2-in-1 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
aa8e3ef4
SB
10063 SND_PCI_QUIRK(0x103c, 0x8c4f, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2),
10064 SND_PCI_QUIRK(0x103c, 0x8c50, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10065 SND_PCI_QUIRK(0x103c, 0x8c51, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
b2d6a1fd
ST
10066 SND_PCI_QUIRK(0x103c, 0x8c52, "HP EliteBook 1040 G11", ALC245_FIXUP_CS35L56_SPI_4_HP_GPIO_LED),
10067 SND_PCI_QUIRK(0x103c, 0x8c53, "HP Elite x360 1040 2-in-1 G11", ALC245_FIXUP_CS35L56_SPI_4_HP_GPIO_LED),
aa8e3ef4
SB
10068 SND_PCI_QUIRK(0x103c, 0x8c66, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
10069 SND_PCI_QUIRK(0x103c, 0x8c67, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10070 SND_PCI_QUIRK(0x103c, 0x8c68, "HP Envy 17", ALC287_FIXUP_CS35L41_I2C_2),
10071 SND_PCI_QUIRK(0x103c, 0x8c6a, "HP Envy 16", ALC287_FIXUP_CS35L41_I2C_2),
fb8cce69
SB
10072 SND_PCI_QUIRK(0x103c, 0x8c70, "HP EliteBook 835 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
10073 SND_PCI_QUIRK(0x103c, 0x8c71, "HP EliteBook 845 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
10074 SND_PCI_QUIRK(0x103c, 0x8c72, "HP EliteBook 865 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
a17bd44c
AC
10075 SND_PCI_QUIRK(0x103c, 0x8c8a, "HP EliteBook 630", ALC236_FIXUP_HP_GPIO_LED),
10076 SND_PCI_QUIRK(0x103c, 0x8c8c, "HP EliteBook 660", ALC236_FIXUP_HP_GPIO_LED),
10077 SND_PCI_QUIRK(0x103c, 0x8c90, "HP EliteBook 640", ALC236_FIXUP_HP_GPIO_LED),
10078 SND_PCI_QUIRK(0x103c, 0x8c91, "HP EliteBook 660", ALC236_FIXUP_HP_GPIO_LED),
18a434f3 10079 SND_PCI_QUIRK(0x103c, 0x8c96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
b018cee7 10080 SND_PCI_QUIRK(0x103c, 0x8c97, "HP ZBook", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
1513664f
AC
10081 SND_PCI_QUIRK(0x103c, 0x8ca1, "HP ZBook Power", ALC236_FIXUP_HP_GPIO_LED),
10082 SND_PCI_QUIRK(0x103c, 0x8ca2, "HP ZBook Power", ALC236_FIXUP_HP_GPIO_LED),
5d639b60
SB
10083 SND_PCI_QUIRK(0x103c, 0x8ca4, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
10084 SND_PCI_QUIRK(0x103c, 0x8ca7, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
aa8e3ef4
SB
10085 SND_PCI_QUIRK(0x103c, 0x8cdd, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
10086 SND_PCI_QUIRK(0x103c, 0x8cde, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
5d639b60 10087 SND_PCI_QUIRK(0x103c, 0x8cf5, "HP ZBook Studio 16", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
c1732ede 10088 SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
7bba2157 10089 SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
3e0d611b 10090 SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
9cf6533e 10091 SND_PCI_QUIRK(0x1043, 0x10a1, "ASUS UX391UA", ALC294_FIXUP_ASUS_SPK),
c1732ede 10092 SND_PCI_QUIRK(0x1043, 0x10c0, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
4eab0ea1 10093 SND_PCI_QUIRK(0x1043, 0x10d0, "ASUS X540LA/X540LJ", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
713f040c 10094 SND_PCI_QUIRK(0x1043, 0x10d3, "ASUS K6500ZC", ALC294_FIXUP_ASUS_SPK),
3e0d611b 10095 SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
4eab0ea1 10096 SND_PCI_QUIRK(0x1043, 0x11c0, "ASUS X556UR", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
3cd0ed63 10097 SND_PCI_QUIRK(0x1043, 0x125e, "ASUS Q524UQK", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
5cfca596 10098 SND_PCI_QUIRK(0x1043, 0x1271, "ASUS X430UN", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
4eab0ea1
TI
10099 SND_PCI_QUIRK(0x1043, 0x1290, "ASUS X441SA", ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE),
10100 SND_PCI_QUIRK(0x1043, 0x12a0, "ASUS X441UV", ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE),
e959f2be 10101 SND_PCI_QUIRK(0x1043, 0x12a3, "Asus N7691ZM", ALC269_FIXUP_ASUS_N7601ZM),
461122b9 10102 SND_PCI_QUIRK(0x1043, 0x12af, "ASUS UX582ZS", ALC245_FIXUP_CS35L41_SPI_2),
c1732ede 10103 SND_PCI_QUIRK(0x1043, 0x12e0, "ASUS X541SA", ALC256_FIXUP_ASUS_MIC),
3cd0ed63 10104 SND_PCI_QUIRK(0x1043, 0x12f0, "ASUS X541UV", ALC256_FIXUP_ASUS_MIC),
f882c4be 10105 SND_PCI_QUIRK(0x1043, 0x1313, "Asus K42JZ", ALC269VB_FIXUP_ASUS_MIC_NO_PRESENCE),
c1732ede 10106 SND_PCI_QUIRK(0x1043, 0x13b0, "ASUS Z550SA", ALC256_FIXUP_ASUS_MIC),
2cede303 10107 SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
a40ce9f4
SB
10108 SND_PCI_QUIRK(0x1043, 0x1433, "ASUS GX650PY/PZ/PV/PU/PYV/PZV/PIV/PVV", ALC285_FIXUP_ASUS_I2C_HEADSET_MIC),
10109 SND_PCI_QUIRK(0x1043, 0x1463, "Asus GA402X/GA402N", ALC285_FIXUP_ASUS_I2C_HEADSET_MIC),
10110 SND_PCI_QUIRK(0x1043, 0x1473, "ASUS GU604VI/VC/VE/VG/VJ/VQ/VU/VV/VY/VZ", ALC285_FIXUP_ASUS_HEADSET_MIC),
10111 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS GU603VQ/VU/VV/VJ/VI", ALC285_FIXUP_ASUS_HEADSET_MIC),
10112 SND_PCI_QUIRK(0x1043, 0x1493, "ASUS GV601VV/VU/VJ/VQ/VI", ALC285_FIXUP_ASUS_HEADSET_MIC),
10113 SND_PCI_QUIRK(0x1043, 0x14d3, "ASUS G614JY/JZ/JG", ALC245_FIXUP_CS35L41_SPI_2),
10114 SND_PCI_QUIRK(0x1043, 0x14e3, "ASUS G513PI/PU/PV", ALC287_FIXUP_CS35L41_I2C_2),
10115 SND_PCI_QUIRK(0x1043, 0x1503, "ASUS G733PY/PZ/PZV/PYV", ALC287_FIXUP_CS35L41_I2C_2),
23870831 10116 SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
a40ce9f4
SB
10117 SND_PCI_QUIRK(0x1043, 0x1533, "ASUS GV302XA/XJ/XQ/XU/XV/XI", ALC287_FIXUP_CS35L41_I2C_2),
10118 SND_PCI_QUIRK(0x1043, 0x1573, "ASUS GZ301VV/VQ/VU/VJ/VA/VC/VE/VVC/VQC/VUC/VJC/VEC/VCC", ALC285_FIXUP_ASUS_HEADSET_MIC),
b16c8f22 10119 SND_PCI_QUIRK(0x1043, 0x1662, "ASUS GV301QH", ALC294_FIXUP_ASUS_DUAL_SPK),
a40ce9f4 10120 SND_PCI_QUIRK(0x1043, 0x1663, "ASUS GU603ZI/ZJ/ZQ/ZU/ZV", ALC285_FIXUP_ASUS_HEADSET_MIC),
7e2d0662 10121 SND_PCI_QUIRK(0x1043, 0x1683, "ASUS UM3402YAR", ALC287_FIXUP_CS35L41_I2C_2),
852d432a 10122 SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS UX3402VA", ALC245_FIXUP_CS35L41_SPI_2),
b16c8f22 10123 SND_PCI_QUIRK(0x1043, 0x16b2, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
ae53e219 10124 SND_PCI_QUIRK(0x1043, 0x16d3, "ASUS UX5304VA", ALC245_FIXUP_CS35L41_SPI_2),
3e0d611b 10125 SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
ae53e219 10126 SND_PCI_QUIRK(0x1043, 0x16f3, "ASUS UX7602VI/BZ", ALC245_FIXUP_CS35L41_SPI_2),
8eedd3a7 10127 SND_PCI_QUIRK(0x1043, 0x1740, "ASUS UX430UA", ALC295_FIXUP_ASUS_DACS),
48e01504 10128 SND_PCI_QUIRK(0x1043, 0x17d1, "ASUS UX431FL", ALC294_FIXUP_ASUS_DUAL_SPK),
a40ce9f4 10129 SND_PCI_QUIRK(0x1043, 0x17f3, "ROG Ally NR2301L/X", ALC294_FIXUP_ASUS_ALLY),
ae53e219 10130 SND_PCI_QUIRK(0x1043, 0x1863, "ASUS UX6404VI/VV", ALC245_FIXUP_CS35L41_SPI_2),
3cd0ed63 10131 SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
8c8967a7 10132 SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC),
c5c325bb 10133 SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS UM3504DA", ALC294_FIXUP_CS35L41_I2C_2),
4963d66b 10134 SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC),
158ae2f5 10135 SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE),
4fad4fb9 10136 SND_PCI_QUIRK(0x1043, 0x1970, "ASUS UX550VE", ALC289_FIXUP_ASUS_GA401),
5de3b943 10137 SND_PCI_QUIRK(0x1043, 0x1982, "ASUS B1400CEPE", ALC256_FIXUP_ASUS_HPE),
8b33a134 10138 SND_PCI_QUIRK(0x1043, 0x19ce, "ASUS B9450FA", ALC294_FIXUP_ASUS_HPE),
7900e817 10139 SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE),
017f2a10 10140 SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
28e8af8a 10141 SND_PCI_QUIRK(0x1043, 0x1a30, "ASUS X705UD", ALC256_FIXUP_ASUS_MIC),
61cbc08f 10142 SND_PCI_QUIRK(0x1043, 0x1a63, "ASUS UX3405MA", ALC245_FIXUP_CS35L41_SPI_2),
6ae90e90 10143 SND_PCI_QUIRK(0x1043, 0x1a83, "ASUS UM5302LA", ALC294_FIXUP_CS35L41_I2C_2),
461122b9 10144 SND_PCI_QUIRK(0x1043, 0x1a8f, "ASUS UX582ZS", ALC245_FIXUP_CS35L41_SPI_2),
1b94e59d 10145 SND_PCI_QUIRK(0x1043, 0x1b11, "ASUS UX431DA", ALC294_FIXUP_ASUS_COEF_1B),
c33f0d4f 10146 SND_PCI_QUIRK(0x1043, 0x1b13, "ASUS U41SV/GA403U", ALC285_FIXUP_ASUS_GA403U),
811dd426 10147 SND_PCI_QUIRK(0x1043, 0x1b93, "ASUS G614JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2),
615966ad 10148 SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
61cbc08f 10149 SND_PCI_QUIRK(0x1043, 0x1c03, "ASUS UM3406HA", ALC287_FIXUP_CS35L41_I2C_2),
4eab0ea1 10150 SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
61cbc08f
SB
10151 SND_PCI_QUIRK(0x1043, 0x1c33, "ASUS UX5304MA", ALC245_FIXUP_CS35L41_SPI_2),
10152 SND_PCI_QUIRK(0x1043, 0x1c43, "ASUS UX8406MA", ALC245_FIXUP_CS35L41_SPI_2),
a4671b7f 10153 SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
c33f0d4f 10154 SND_PCI_QUIRK(0x1043, 0x1c63, "ASUS GU605M", ALC285_FIXUP_CS35L56_SPI_2),
bc2c2354 10155 SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
a40ce9f4
SB
10156 SND_PCI_QUIRK(0x1043, 0x1c9f, "ASUS G614JU/JV/JI", ALC285_FIXUP_ASUS_HEADSET_MIC),
10157 SND_PCI_QUIRK(0x1043, 0x1caf, "ASUS G634JY/JZ/JI/JG", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS),
c1732ede 10158 SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC),
a40ce9f4
SB
10159 SND_PCI_QUIRK(0x1043, 0x1ccf, "ASUS G814JU/JV/JI", ALC245_FIXUP_CS35L41_SPI_2),
10160 SND_PCI_QUIRK(0x1043, 0x1cdf, "ASUS G814JY/JZ/JG", ALC245_FIXUP_CS35L41_SPI_2),
10161 SND_PCI_QUIRK(0x1043, 0x1cef, "ASUS G834JY/JZ/JI/JG", ALC285_FIXUP_ASUS_HEADSET_MIC),
10162 SND_PCI_QUIRK(0x1043, 0x1d1f, "ASUS G713PI/PU/PV/PVN", ALC287_FIXUP_CS35L41_I2C_2),
b16c8f22 10163 SND_PCI_QUIRK(0x1043, 0x1d42, "ASUS Zephyrus G14 2022", ALC289_FIXUP_ASUS_GA401),
ef9ce66f 10164 SND_PCI_QUIRK(0x1043, 0x1d4e, "ASUS TM420", ALC256_FIXUP_ASUS_HPE),
51d97607 10165 SND_PCI_QUIRK(0x1043, 0x1da2, "ASUS UP6502ZA/ZD", ALC245_FIXUP_CS35L41_SPI_2),
c33f0d4f 10166 SND_PCI_QUIRK(0x1043, 0x1df3, "ASUS UM5606", ALC285_FIXUP_CS35L56_I2C_4),
07058dce 10167 SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2),
4b43d05a 10168 SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
b9105044 10169 SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
c1b55029 10170 SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
c611e659 10171 SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
c33f0d4f
ST
10172 SND_PCI_QUIRK(0x1043, 0x1e63, "ASUS H7606W", ALC285_FIXUP_CS35L56_I2C_2),
10173 SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_CS35L56_I2C_2),
76fae618 10174 SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
b9105044 10175 SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2),
ba1f8180 10176 SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401),
293a92c1 10177 SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
8d06679b 10178 SND_PCI_QUIRK(0x1043, 0x1f12, "ASUS UM5302", ALC287_FIXUP_CS35L41_I2C_2),
ae53e219 10179 SND_PCI_QUIRK(0x1043, 0x1f1f, "ASUS H7604JI/JV/J3D", ALC245_FIXUP_CS35L41_SPI_2),
51d97607 10180 SND_PCI_QUIRK(0x1043, 0x1f62, "ASUS UX7602ZM", ALC245_FIXUP_CS35L41_SPI_2),
2ea8e129 10181 SND_PCI_QUIRK(0x1043, 0x1f92, "ASUS ROG Flow X16", ALC289_FIXUP_ASUS_GA401),
eeed4cd1 10182 SND_PCI_QUIRK(0x1043, 0x3030, "ASUS ZN270IE", ALC256_FIXUP_ASUS_AIO_GPIO2),
811dd426
SB
10183 SND_PCI_QUIRK(0x1043, 0x3a20, "ASUS G614JZR", ALC245_FIXUP_CS35L41_SPI_2),
10184 SND_PCI_QUIRK(0x1043, 0x3a30, "ASUS G814JVR/JIR", ALC245_FIXUP_CS35L41_SPI_2),
10185 SND_PCI_QUIRK(0x1043, 0x3a40, "ASUS G814JZR", ALC245_FIXUP_CS35L41_SPI_2),
10186 SND_PCI_QUIRK(0x1043, 0x3a50, "ASUS G834JYR/JZR", ALC245_FIXUP_CS35L41_SPI_2),
0bfe1050 10187 SND_PCI_QUIRK(0x1043, 0x3a60, "ASUS G634JYR/JZR", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS),
adabb3ec
TI
10188 SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
10189 SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),
10190 SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
10191 SND_PCI_QUIRK(0x1043, 0x83ce, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
d240d1dc 10192 SND_PCI_QUIRK(0x1043, 0x8516, "ASUS X101CH", ALC269_FIXUP_ASUS_X101),
1d045db9
TI
10193 SND_PCI_QUIRK(0x104d, 0x9073, "Sony VAIO", ALC275_FIXUP_SONY_VAIO_GPIO2),
10194 SND_PCI_QUIRK(0x104d, 0x907b, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
10195 SND_PCI_QUIRK(0x104d, 0x9084, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
e9bd7d5c 10196 SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX),
cab561f8
TI
10197 SND_PCI_QUIRK(0x104d, 0x90b5, "Sony VAIO Pro 11", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
10198 SND_PCI_QUIRK(0x104d, 0x90b6, "Sony VAIO Pro 13", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
24519911 10199 SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK),
4df3fd17 10200 SND_PCI_QUIRK(0x10cf, 0x159f, "Lifebook E780", ALC269_FIXUP_LIFEBOOK_NO_HP_TO_LINEOUT),
cc7016ab 10201 SND_PCI_QUIRK(0x10cf, 0x15dc, "Lifebook T731", ALC269_FIXUP_LIFEBOOK_HP_PIN),
fdcc968a 10202 SND_PCI_QUIRK(0x10cf, 0x1629, "Lifebook U7x7", ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC),
c656f747 10203 SND_PCI_QUIRK(0x10cf, 0x1757, "Lifebook E752", ALC269_FIXUP_LIFEBOOK_HP_PIN),
2041d564 10204 SND_PCI_QUIRK(0x10cf, 0x1845, "Lifebook U904", ALC269_FIXUP_LIFEBOOK_EXTMIC),
b84e8436 10205 SND_PCI_QUIRK(0x10ec, 0x10f2, "Intel Reference board", ALC700_FIXUP_INTEL_REFERENCE),
c656f747 10206 SND_PCI_QUIRK(0x10ec, 0x118c, "Medion EE4254 MD62100", ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE),
6fa38ef1 10207 SND_PCI_QUIRK(0x10ec, 0x1230, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
4f2e56a5 10208 SND_PCI_QUIRK(0x10ec, 0x124c, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
ce2e79b2
PH
10209 SND_PCI_QUIRK(0x10ec, 0x1252, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
10210 SND_PCI_QUIRK(0x10ec, 0x1254, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
ccbd88be 10211 SND_PCI_QUIRK(0x10ec, 0x12cc, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
a0978123 10212 SND_PCI_QUIRK(0x10ec, 0x12f6, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
1576f263 10213 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-SZ6", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
a33cc48d 10214 SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
a2d57ebe
KM
10215 SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_AMP),
10216 SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_AMP),
10217 SND_PCI_QUIRK(0x144d, 0xc189, "Samsung Galaxy Flex Book (NT950QCG-X716)", ALC298_FIXUP_SAMSUNG_AMP),
10218 SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NP930XCJ-K01US)", ALC298_FIXUP_SAMSUNG_AMP),
b18a4563 10219 SND_PCI_QUIRK(0x144d, 0xc1a3, "Samsung Galaxy Book Pro (NP935XDB-KC1SE)", ALC298_FIXUP_SAMSUNG_AMP),
1abfd71e 10220 SND_PCI_QUIRK(0x144d, 0xc1a6, "Samsung Galaxy Book Pro 360 (NP930QBD)", ALC298_FIXUP_SAMSUNG_AMP),
823ff161 10221 SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8),
a2d57ebe
KM
10222 SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_AMP),
10223 SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_AMP),
ef248d9b 10224 SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
bd401fd7 10225 SND_PCI_QUIRK(0x144d, 0xca03, "Samsung Galaxy Book2 Pro 360 (NP930QED)", ALC298_FIXUP_SAMSUNG_AMP),
a86e79e3 10226 SND_PCI_QUIRK(0x144d, 0xc868, "Samsung Galaxy Book2 Pro (NP930XED)", ALC298_FIXUP_SAMSUNG_AMP),
abaa2274
AA
10227 SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
10228 SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
8cd65271 10229 SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
6ca653e3 10230 SND_PCI_QUIRK(0x152d, 0x1082, "Quanta NL3", ALC269_FIXUP_LIFEBOOK),
33affa7f 10231 SND_PCI_QUIRK(0x1558, 0x0353, "Clevo V35[05]SN[CDE]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 10232 SND_PCI_QUIRK(0x1558, 0x1323, "Clevo N130ZU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b 10233 SND_PCI_QUIRK(0x1558, 0x1325, "Clevo N15[01][CW]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10234 SND_PCI_QUIRK(0x1558, 0x1401, "Clevo L140[CZ]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10235 SND_PCI_QUIRK(0x1558, 0x1403, "Clevo N140CU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10236 SND_PCI_QUIRK(0x1558, 0x1404, "Clevo N150CU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10237 SND_PCI_QUIRK(0x1558, 0x14a1, "Clevo L141MU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
33affa7f 10238 SND_PCI_QUIRK(0x1558, 0x2624, "Clevo L240TU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10239 SND_PCI_QUIRK(0x1558, 0x4018, "Clevo NV40M[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10240 SND_PCI_QUIRK(0x1558, 0x4019, "Clevo NV40MZ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10241 SND_PCI_QUIRK(0x1558, 0x4020, "Clevo NV40MB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
be561ffa 10242 SND_PCI_QUIRK(0x1558, 0x4041, "Clevo NV4[15]PZ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10243 SND_PCI_QUIRK(0x1558, 0x40a1, "Clevo NL40GU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10244 SND_PCI_QUIRK(0x1558, 0x40c1, "Clevo NL40[CZ]U", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10245 SND_PCI_QUIRK(0x1558, 0x40d1, "Clevo NL41DU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1278cc5a
JS
10246 SND_PCI_QUIRK(0x1558, 0x5015, "Clevo NH5[58]H[HJK]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10247 SND_PCI_QUIRK(0x1558, 0x5017, "Clevo NH7[79]H[HJK]Q", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10248 SND_PCI_QUIRK(0x1558, 0x50a3, "Clevo NJ51GU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10249 SND_PCI_QUIRK(0x1558, 0x50b3, "Clevo NK50S[BEZ]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10250 SND_PCI_QUIRK(0x1558, 0x50b6, "Clevo NK50S5", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10251 SND_PCI_QUIRK(0x1558, 0x50b8, "Clevo NK50SZ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10252 SND_PCI_QUIRK(0x1558, 0x50d5, "Clevo NP50D5", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1278cc5a
JS
10253 SND_PCI_QUIRK(0x1558, 0x50e1, "Clevo NH5[58]HPQ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10254 SND_PCI_QUIRK(0x1558, 0x50e2, "Clevo NH7[79]HPQ", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 10255 SND_PCI_QUIRK(0x1558, 0x50f0, "Clevo NH50A[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2 10256 SND_PCI_QUIRK(0x1558, 0x50f2, "Clevo NH50E[PR]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 10257 SND_PCI_QUIRK(0x1558, 0x50f3, "Clevo NH58DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
10258 SND_PCI_QUIRK(0x1558, 0x50f5, "Clevo NH55EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10259 SND_PCI_QUIRK(0x1558, 0x50f6, "Clevo NH55DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10260 SND_PCI_QUIRK(0x1558, 0x5101, "Clevo S510WU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10261 SND_PCI_QUIRK(0x1558, 0x5157, "Clevo W517GU1", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10262 SND_PCI_QUIRK(0x1558, 0x51a1, "Clevo NS50MU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
da209f7a 10263 SND_PCI_QUIRK(0x1558, 0x51b1, "Clevo NS50AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
c250ef89 10264 SND_PCI_QUIRK(0x1558, 0x51b3, "Clevo NS70AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b7a58228 10265 SND_PCI_QUIRK(0x1558, 0x5630, "Clevo NP50RNJS", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10266 SND_PCI_QUIRK(0x1558, 0x70a1, "Clevo NB70T[HJK]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10267 SND_PCI_QUIRK(0x1558, 0x70b3, "Clevo NK70SB", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
10268 SND_PCI_QUIRK(0x1558, 0x70f2, "Clevo NH79EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10269 SND_PCI_QUIRK(0x1558, 0x70f3, "Clevo NH77DPQ", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10270 SND_PCI_QUIRK(0x1558, 0x70f4, "Clevo NH77EPY", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10271 SND_PCI_QUIRK(0x1558, 0x70f6, "Clevo NH77DPQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
627ce0d6 10272 SND_PCI_QUIRK(0x1558, 0x7716, "Clevo NS50PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
90d74fdb 10273 SND_PCI_QUIRK(0x1558, 0x7717, "Clevo NS70PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
11bea269 10274 SND_PCI_QUIRK(0x1558, 0x7718, "Clevo L140PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
0a6b36c5 10275 SND_PCI_QUIRK(0x1558, 0x7724, "Clevo L140AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10276 SND_PCI_QUIRK(0x1558, 0x8228, "Clevo NR40BU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10277 SND_PCI_QUIRK(0x1558, 0x8520, "Clevo NH50D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10278 SND_PCI_QUIRK(0x1558, 0x8521, "Clevo NH77D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10279 SND_PCI_QUIRK(0x1558, 0x8535, "Clevo NH50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10280 SND_PCI_QUIRK(0x1558, 0x8536, "Clevo NH79D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b
WS
10281 SND_PCI_QUIRK(0x1558, 0x8550, "Clevo NH[57][0-9][ER][ACDH]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10282 SND_PCI_QUIRK(0x1558, 0x8551, "Clevo NH[57][0-9][ER][ACDH]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10283 SND_PCI_QUIRK(0x1558, 0x8560, "Clevo NH[57][0-9][ER][ACDH]Q", ALC269_FIXUP_HEADSET_MIC),
10284 SND_PCI_QUIRK(0x1558, 0x8561, "Clevo NH[57][0-9][ER][ACDH]Q", ALC269_FIXUP_HEADSET_MIC),
10285 SND_PCI_QUIRK(0x1558, 0x8562, "Clevo NH[57][0-9]RZ[Q]", ALC269_FIXUP_DMIC),
b5acfe15 10286 SND_PCI_QUIRK(0x1558, 0x8668, "Clevo NP50B[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
9cb72750 10287 SND_PCI_QUIRK(0x1558, 0x866d, "Clevo NP5[05]PN[HJK]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
86222af0 10288 SND_PCI_QUIRK(0x1558, 0x867c, "Clevo NP7[01]PNP", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
0c20fce1 10289 SND_PCI_QUIRK(0x1558, 0x867d, "Clevo NP7[01]PN[HJK]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15 10290 SND_PCI_QUIRK(0x1558, 0x8680, "Clevo NJ50LU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
edca7cc4 10291 SND_PCI_QUIRK(0x1558, 0x8686, "Clevo NH50[CZ]U", ALC256_FIXUP_MIC_NO_PRESENCE_AND_RESUME),
b5acfe15
PH
10292 SND_PCI_QUIRK(0x1558, 0x8a20, "Clevo NH55DCQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10293 SND_PCI_QUIRK(0x1558, 0x8a51, "Clevo NH70RCQ-Y", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10294 SND_PCI_QUIRK(0x1558, 0x8d50, "Clevo NH55RCQ-M", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10295 SND_PCI_QUIRK(0x1558, 0x951d, "Clevo N950T[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2 10296 SND_PCI_QUIRK(0x1558, 0x9600, "Clevo N960K[PR]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b5acfe15
PH
10297 SND_PCI_QUIRK(0x1558, 0x961d, "Clevo N960S[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10298 SND_PCI_QUIRK(0x1558, 0x971d, "Clevo N970T[CDF]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
745f260b
WS
10299 SND_PCI_QUIRK(0x1558, 0xa500, "Clevo NL5[03]RU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10300 SND_PCI_QUIRK(0x1558, 0xa600, "Clevo NL50NU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
22065e42 10301 SND_PCI_QUIRK(0x1558, 0xa650, "Clevo NP[567]0SN[CD]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
b7a58228 10302 SND_PCI_QUIRK(0x1558, 0xa671, "Clevo NP70SN[CDE]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1d5cfca2
PH
10303 SND_PCI_QUIRK(0x1558, 0xb018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10304 SND_PCI_QUIRK(0x1558, 0xb019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10305 SND_PCI_QUIRK(0x1558, 0xb022, "Clevo NH77D[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10306 SND_PCI_QUIRK(0x1558, 0xc018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10307 SND_PCI_QUIRK(0x1558, 0xc019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10308 SND_PCI_QUIRK(0x1558, 0xc022, "Clevo NH77[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
ca169cc2 10309 SND_PCI_QUIRK(0x17aa, 0x1036, "Lenovo P520", ALC233_FIXUP_LENOVO_MULTI_CODECS),
29c8f40b 10310 SND_PCI_QUIRK(0x17aa, 0x1048, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340),
1d045db9
TI
10311 SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),
10312 SND_PCI_QUIRK(0x17aa, 0x215e, "Thinkpad L512", ALC269_FIXUP_SKU_IGNORE),
10313 SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14", ALC269_FIXUP_SKU_IGNORE),
10314 SND_PCI_QUIRK(0x17aa, 0x21ca, "Thinkpad L412", ALC269_FIXUP_SKU_IGNORE),
10315 SND_PCI_QUIRK(0x17aa, 0x21e9, "Thinkpad Edge 15", ALC269_FIXUP_SKU_IGNORE),
f552ff54 10316 SND_PCI_QUIRK(0x17aa, 0x21f3, "Thinkpad T430", ALC269_FIXUP_LENOVO_DOCK),
b590b38c 10317 SND_PCI_QUIRK(0x17aa, 0x21f6, "Thinkpad T530", ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST),
c8415a48 10318 SND_PCI_QUIRK(0x17aa, 0x21fa, "Thinkpad X230", ALC269_FIXUP_LENOVO_DOCK),
4407be6b 10319 SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK),
108cc108 10320 SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK),
aaedfb47 10321 SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK),
9a811230 10322 SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440),
1c37c223 10323 SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK),
a12137e7 10324 SND_PCI_QUIRK(0x17aa, 0x2210, "Thinkpad T540p", ALC292_FIXUP_TPT440_DOCK),
59a51a6b 10325 SND_PCI_QUIRK(0x17aa, 0x2211, "Thinkpad W541", ALC292_FIXUP_TPT440_DOCK),
6d16941a 10326 SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad T440", ALC292_FIXUP_TPT440_DOCK),
7c21539c 10327 SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad X240", ALC292_FIXUP_TPT440_DOCK),
a4a9e082 10328 SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
b6903c0e 10329 SND_PCI_QUIRK(0x17aa, 0x2218, "Thinkpad X1 Carbon 2nd", ALC292_FIXUP_TPT440_DOCK),
d05ea7da 10330 SND_PCI_QUIRK(0x17aa, 0x2223, "ThinkPad T550", ALC292_FIXUP_TPT440_DOCK),
c0278669 10331 SND_PCI_QUIRK(0x17aa, 0x2226, "ThinkPad X250", ALC292_FIXUP_TPT440_DOCK),
61fcf8ec
KY
10332 SND_PCI_QUIRK(0x17aa, 0x222d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10333 SND_PCI_QUIRK(0x17aa, 0x222e, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
dab38e43 10334 SND_PCI_QUIRK(0x17aa, 0x2231, "Thinkpad T560", ALC292_FIXUP_TPT460),
c636b95e 10335 SND_PCI_QUIRK(0x17aa, 0x2233, "Thinkpad", ALC292_FIXUP_TPT460),
61fcf8ec
KY
10336 SND_PCI_QUIRK(0x17aa, 0x2245, "Thinkpad T470", ALC298_FIXUP_TPT470_DOCK),
10337 SND_PCI_QUIRK(0x17aa, 0x2246, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10338 SND_PCI_QUIRK(0x17aa, 0x2247, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
e4c07b3b 10339 SND_PCI_QUIRK(0x17aa, 0x2249, "Thinkpad", ALC292_FIXUP_TPT460),
61fcf8ec
KY
10340 SND_PCI_QUIRK(0x17aa, 0x224b, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10341 SND_PCI_QUIRK(0x17aa, 0x224c, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10342 SND_PCI_QUIRK(0x17aa, 0x224d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
85981dfd 10343 SND_PCI_QUIRK(0x17aa, 0x225d, "Thinkpad T480", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
9774dc21 10344 SND_PCI_QUIRK(0x17aa, 0x2292, "Thinkpad X1 Carbon 7th", ALC285_FIXUP_THINKPAD_HEADSET_JACK),
ca707b3f 10345 SND_PCI_QUIRK(0x17aa, 0x22be, "Thinkpad X1 Carbon 8th", ALC285_FIXUP_THINKPAD_HEADSET_JACK),
446b8185
KY
10346 SND_PCI_QUIRK(0x17aa, 0x22c1, "Thinkpad P1 Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK),
10347 SND_PCI_QUIRK(0x17aa, 0x22c2, "Thinkpad X1 Extreme Gen 3", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK),
d93eeca6
KY
10348 SND_PCI_QUIRK(0x17aa, 0x22f1, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10349 SND_PCI_QUIRK(0x17aa, 0x22f2, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10350 SND_PCI_QUIRK(0x17aa, 0x22f3, "Thinkpad", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10351 SND_PCI_QUIRK(0x17aa, 0x2316, "Thinkpad P1 Gen 6", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10352 SND_PCI_QUIRK(0x17aa, 0x2317, "Thinkpad P1 Gen 6", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10353 SND_PCI_QUIRK(0x17aa, 0x2318, "Thinkpad Z13 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10354 SND_PCI_QUIRK(0x17aa, 0x2319, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
10355 SND_PCI_QUIRK(0x17aa, 0x231a, "Thinkpad Z16 Gen2", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
3694cb29 10356 SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
6ef2f68f 10357 SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
f33f79f3 10358 SND_PCI_QUIRK(0x17aa, 0x310c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
bef33e19 10359 SND_PCI_QUIRK(0x17aa, 0x3111, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
e41fc8c5 10360 SND_PCI_QUIRK(0x17aa, 0x312a, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
65811834 10361 SND_PCI_QUIRK(0x17aa, 0x312f, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
8da5bbfc 10362 SND_PCI_QUIRK(0x17aa, 0x313c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
2a36c16e 10363 SND_PCI_QUIRK(0x17aa, 0x3151, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
8a6c55d0
AM
10364 SND_PCI_QUIRK(0x17aa, 0x3176, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
10365 SND_PCI_QUIRK(0x17aa, 0x3178, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
e4efa826 10366 SND_PCI_QUIRK(0x17aa, 0x31af, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340),
fb3c007f 10367 SND_PCI_QUIRK(0x17aa, 0x334b, "Lenovo ThinkCentre M70 Gen5", ALC283_FIXUP_HEADSET_MIC),
3790a3d6 10368 SND_PCI_QUIRK(0x17aa, 0x3801, "Lenovo Yoga9 14IAP7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
0ac32a39 10369 SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga Pro 9 14IRP8 / DuetITL 2021", ALC287_FIXUP_LENOVO_14IRP8_DUETITL),
2aac550d 10370 SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
56ec3e75 10371 SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940 / Yoga Duet 7", ALC298_FIXUP_LENOVO_C940_DUET7),
2aac550d 10372 SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),
3b79954f 10373 SND_PCI_QUIRK(0x17aa, 0x3820, "Yoga Duet 7 13ITL6", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
8f4c9042 10374 SND_PCI_QUIRK(0x17aa, 0x3824, "Legion Y9000X 2020", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
2aac550d 10375 SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF),
b81e9e5c 10376 SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
c07f2c7b 10377 SND_PCI_QUIRK(0x17aa, 0x383d, "Legion Y9000X 2019", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
9ebaef05 10378 SND_PCI_QUIRK(0x17aa, 0x3843, "Yoga 9i", ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP),
d3dca026 10379 SND_PCI_QUIRK(0x17aa, 0x3847, "Legion 7 16ACHG6", ALC287_FIXUP_LEGION_16ACHG6),
2aac550d 10380 SND_PCI_QUIRK(0x17aa, 0x384a, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
ad7cc2d4
CB
10381 SND_PCI_QUIRK(0x17aa, 0x3852, "Lenovo Yoga 7 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
10382 SND_PCI_QUIRK(0x17aa, 0x3853, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
1e24881d 10383 SND_PCI_QUIRK(0x17aa, 0x3855, "Legion 7 16ITHG6", ALC287_FIXUP_LEGION_16ITHG6),
70cfdd03 10384 SND_PCI_QUIRK(0x17aa, 0x3869, "Lenovo Yoga7 14IAL7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
24b6332c 10385 SND_PCI_QUIRK(0x17aa, 0x386f, "Legion 7i 16IAX7", ALC287_FIXUP_CS35L41_I2C_2),
b5cb53fd 10386 SND_PCI_QUIRK(0x17aa, 0x3870, "Lenovo Yoga 7 14ARB7", ALC287_FIXUP_YOGA7_14ARB7_I2C),
b67a7dc4
CB
10387 SND_PCI_QUIRK(0x17aa, 0x3877, "Lenovo Legion 7 Slim 16ARHA7", ALC287_FIXUP_CS35L41_I2C_2),
10388 SND_PCI_QUIRK(0x17aa, 0x3878, "Lenovo Legion 7 Slim 16ARHA7", ALC287_FIXUP_CS35L41_I2C_2),
3babae91
SD
10389 SND_PCI_QUIRK(0x17aa, 0x387d, "Yoga S780-16 pro Quad AAC", ALC287_FIXUP_TAS2781_I2C),
10390 SND_PCI_QUIRK(0x17aa, 0x387e, "Yoga S780-16 pro Quad YC", ALC287_FIXUP_TAS2781_I2C),
f286620b 10391 SND_PCI_QUIRK(0x17aa, 0x3881, "YB9 dual power mode2 YC", ALC287_FIXUP_TAS2781_I2C),
634e5e1e 10392 SND_PCI_QUIRK(0x17aa, 0x3882, "Lenovo Yoga Pro 7 14APH8", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
3babae91
SD
10393 SND_PCI_QUIRK(0x17aa, 0x3884, "Y780 YG DUAL", ALC287_FIXUP_TAS2781_I2C),
10394 SND_PCI_QUIRK(0x17aa, 0x3886, "Y780 VECO DUAL", ALC287_FIXUP_TAS2781_I2C),
10395 SND_PCI_QUIRK(0x17aa, 0x38a7, "Y780P AMD YG dual", ALC287_FIXUP_TAS2781_I2C),
10396 SND_PCI_QUIRK(0x17aa, 0x38a8, "Y780P AMD VECO dual", ALC287_FIXUP_TAS2781_I2C),
6214e24c
SB
10397 SND_PCI_QUIRK(0x17aa, 0x38a9, "Thinkbook 16P", ALC287_FIXUP_CS35L41_I2C_2),
10398 SND_PCI_QUIRK(0x17aa, 0x38ab, "Thinkbook 16P", ALC287_FIXUP_CS35L41_I2C_2),
99af5b11
DC
10399 SND_PCI_QUIRK(0x17aa, 0x38b4, "Legion Slim 7 16IRH8", ALC287_FIXUP_CS35L41_I2C_2),
10400 SND_PCI_QUIRK(0x17aa, 0x38b5, "Legion Slim 7 16IRH8", ALC287_FIXUP_CS35L41_I2C_2),
10401 SND_PCI_QUIRK(0x17aa, 0x38b6, "Legion Slim 7 16APH8", ALC287_FIXUP_CS35L41_I2C_2),
10402 SND_PCI_QUIRK(0x17aa, 0x38b7, "Legion Slim 7 16APH8", ALC287_FIXUP_CS35L41_I2C_2),
3babae91
SD
10403 SND_PCI_QUIRK(0x17aa, 0x38ba, "Yoga S780-14.5 Air AMD quad YC", ALC287_FIXUP_TAS2781_I2C),
10404 SND_PCI_QUIRK(0x17aa, 0x38bb, "Yoga S780-14.5 Air AMD quad AAC", ALC287_FIXUP_TAS2781_I2C),
10405 SND_PCI_QUIRK(0x17aa, 0x38be, "Yoga S980-14.5 proX YC Dual", ALC287_FIXUP_TAS2781_I2C),
10406 SND_PCI_QUIRK(0x17aa, 0x38bf, "Yoga S980-14.5 proX LX Dual", ALC287_FIXUP_TAS2781_I2C),
10407 SND_PCI_QUIRK(0x17aa, 0x38c3, "Y980 DUAL", ALC287_FIXUP_TAS2781_I2C),
10408 SND_PCI_QUIRK(0x17aa, 0x38cb, "Y790 YG DUAL", ALC287_FIXUP_TAS2781_I2C),
10409 SND_PCI_QUIRK(0x17aa, 0x38cd, "Y790 VECO DUAL", ALC287_FIXUP_TAS2781_I2C),
9b714a59
JZ
10410 SND_PCI_QUIRK(0x17aa, 0x38d2, "Lenovo Yoga 9 14IMH9", ALC287_FIXUP_YOGA9_14IMH9_BASS_SPK_PIN),
10411 SND_PCI_QUIRK(0x17aa, 0x38d7, "Lenovo Yoga 9 14IMH9", ALC287_FIXUP_YOGA9_14IMH9_BASS_SPK_PIN),
56f27013 10412 SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
fedb2245 10413 SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),
56df90b6 10414 SND_PCI_QUIRK(0x17aa, 0x3978, "Lenovo B50-70", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
f552ff54 10415 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),
a4a9e082 10416 SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
1bb3e062 10417 SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC),
c497d9f9 10418 SND_PCI_QUIRK(0x17aa, 0x501e, "Thinkpad L440", ALC292_FIXUP_TPT440_DOCK),
cd5302c0 10419 SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
f2aa1110 10420 SND_PCI_QUIRK(0x17aa, 0x5034, "Thinkpad T450", ALC292_FIXUP_TPT440_DOCK),
80b311d3 10421 SND_PCI_QUIRK(0x17aa, 0x5036, "Thinkpad T450s", ALC292_FIXUP_TPT440_DOCK),
09ea9976 10422 SND_PCI_QUIRK(0x17aa, 0x503c, "Thinkpad L450", ALC292_FIXUP_TPT440_DOCK),
037e1197 10423 SND_PCI_QUIRK(0x17aa, 0x504a, "ThinkPad X260", ALC292_FIXUP_TPT440_DOCK),
23adc192 10424 SND_PCI_QUIRK(0x17aa, 0x504b, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE),
0f087ee3 10425 SND_PCI_QUIRK(0x17aa, 0x5050, "Thinkpad T560p", ALC292_FIXUP_TPT460),
9cd25743 10426 SND_PCI_QUIRK(0x17aa, 0x5051, "Thinkpad L460", ALC292_FIXUP_TPT460),
0f087ee3 10427 SND_PCI_QUIRK(0x17aa, 0x5053, "Thinkpad T460", ALC292_FIXUP_TPT460),
61fcf8ec
KY
10428 SND_PCI_QUIRK(0x17aa, 0x505d, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10429 SND_PCI_QUIRK(0x17aa, 0x505f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10430 SND_PCI_QUIRK(0x17aa, 0x5062, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
264fb034 10431 SND_PCI_QUIRK(0x17aa, 0x508b, "Thinkpad X12 Gen 1", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
cd5302c0 10432 SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
61fcf8ec
KY
10433 SND_PCI_QUIRK(0x17aa, 0x511e, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
10434 SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
1d045db9 10435 SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
52aad393 10436 SND_PCI_QUIRK(0x17aa, 0x9e56, "Lenovo ZhaoYang CF4620Z", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
174a7fb3 10437 SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100", ALC233_FIXUP_NO_AUDIO_JACK),
79e28f2a 10438 SND_PCI_QUIRK(0x1849, 0xa233, "Positivo Master C6300", ALC269_FIXUP_HEADSET_MIC),
1e5dc398
HW
10439 SND_PCI_QUIRK(0x1854, 0x0440, "LG CQ6", ALC256_FIXUP_HEADPHONE_AMP_VOL),
10440 SND_PCI_QUIRK(0x1854, 0x0441, "LG CQ6 AIO", ALC256_FIXUP_HEADPHONE_AMP_VOL),
0fbf21c3 10441 SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
cbcdf8c4 10442 SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
f1ec5be1
HC
10443 SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),
10444 SND_PCI_QUIRK(0x1b35, 0x1236, "CZC TMI", ALC269_FIXUP_CZC_TMI),
10445 SND_PCI_QUIRK(0x1b35, 0x1237, "CZC L101", ALC269_FIXUP_CZC_L101),
02b504d9 10446 SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
c656f747
TI
10447 SND_PCI_QUIRK(0x1c06, 0x2013, "Lemote A1802", ALC269_FIXUP_LEMOTE_A1802),
10448 SND_PCI_QUIRK(0x1c06, 0x2015, "Lemote A190X", ALC269_FIXUP_LEMOTE_A190X),
88d18b88 10449 SND_PCI_QUIRK(0x1c6c, 0x1251, "Positivo N14KP6-TG", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE),
619764cc 10450 SND_PCI_QUIRK(0x1d05, 0x1132, "TongFang PHxTxX1", ALC256_FIXUP_SET_COEF_DEFAULTS),
8b3b2392
WS
10451 SND_PCI_QUIRK(0x1d05, 0x1096, "TongFang GMxMRxx", ALC269_FIXUP_NO_SHUTUP),
10452 SND_PCI_QUIRK(0x1d05, 0x1100, "TongFang GKxNRxx", ALC269_FIXUP_NO_SHUTUP),
10453 SND_PCI_QUIRK(0x1d05, 0x1111, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
10454 SND_PCI_QUIRK(0x1d05, 0x1119, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
10455 SND_PCI_QUIRK(0x1d05, 0x1129, "TongFang GMxZGxx", ALC269_FIXUP_NO_SHUTUP),
10456 SND_PCI_QUIRK(0x1d05, 0x1147, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP),
10457 SND_PCI_QUIRK(0x1d05, 0x115c, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP),
10458 SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP),
daf6c468 10459 SND_PCI_QUIRK(0x1d05, 0x1387, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC),
fc19d559 10460 SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
b95bc12e 10461 SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE),
695d1ec3 10462 SND_PCI_QUIRK(0x1d72, 0x1901, "RedmiBook 14", ALC256_FIXUP_ASUS_HEADSET_MIC),
9b043a8f 10463 SND_PCI_QUIRK(0x1d72, 0x1945, "Redmi G", ALC256_FIXUP_ASUS_HEADSET_MIC),
e1c86210 10464 SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
7c9caa29 10465 SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO),
c7de2d9b 10466 SND_PCI_QUIRK(0x2782, 0x1707, "Vaio VJFE-ADL", ALC298_FIXUP_SPK_VOLUME),
d1ee66c5 10467 SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC),
e2d2fded 10468 SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED),
73e7161e 10469 SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10),
ccbd88be 10470 SND_PCI_QUIRK(0x8086, 0x3038, "Intel NUC 13", ALC295_FIXUP_CHROME_BOOK),
309d7363 10471 SND_PCI_QUIRK(0xf111, 0x0001, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
8804fa04 10472 SND_PCI_QUIRK(0xf111, 0x0005, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
33038efb 10473 SND_PCI_QUIRK(0xf111, 0x0006, "Framework Laptop", ALC295_FIXUP_FRAMEWORK_LAPTOP_MIC_NO_PRESENCE),
a4297b5d 10474
a7f3eedc 10475#if 0
a4297b5d
TI
10476 /* Below is a quirk table taken from the old code.
10477 * Basically the device should work as is without the fixup table.
10478 * If BIOS doesn't give a proper info, enable the corresponding
10479 * fixup entry.
7d7eb9ea 10480 */
a4297b5d
TI
10481 SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
10482 ALC269_FIXUP_AMIC),
10483 SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
a4297b5d
TI
10484 SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
10485 SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
10486 SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
10487 SND_PCI_QUIRK(0x1043, 0x11b3, "ASUS K52DR", ALC269_FIXUP_AMIC),
10488 SND_PCI_QUIRK(0x1043, 0x11e3, "ASUS U33Jc", ALC269_FIXUP_AMIC),
10489 SND_PCI_QUIRK(0x1043, 0x1273, "ASUS UL80Jt", ALC269_FIXUP_AMIC),
10490 SND_PCI_QUIRK(0x1043, 0x1283, "ASUS U53Jc", ALC269_FIXUP_AMIC),
10491 SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82JV", ALC269_FIXUP_AMIC),
10492 SND_PCI_QUIRK(0x1043, 0x12d3, "ASUS N61Jv", ALC269_FIXUP_AMIC),
10493 SND_PCI_QUIRK(0x1043, 0x13a3, "ASUS UL30Vt", ALC269_FIXUP_AMIC),
10494 SND_PCI_QUIRK(0x1043, 0x1373, "ASUS G73JX", ALC269_FIXUP_AMIC),
10495 SND_PCI_QUIRK(0x1043, 0x1383, "ASUS UJ30Jc", ALC269_FIXUP_AMIC),
10496 SND_PCI_QUIRK(0x1043, 0x13d3, "ASUS N61JA", ALC269_FIXUP_AMIC),
10497 SND_PCI_QUIRK(0x1043, 0x1413, "ASUS UL50", ALC269_FIXUP_AMIC),
10498 SND_PCI_QUIRK(0x1043, 0x1443, "ASUS UL30", ALC269_FIXUP_AMIC),
10499 SND_PCI_QUIRK(0x1043, 0x1453, "ASUS M60Jv", ALC269_FIXUP_AMIC),
10500 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS UL80", ALC269_FIXUP_AMIC),
10501 SND_PCI_QUIRK(0x1043, 0x14f3, "ASUS F83Vf", ALC269_FIXUP_AMIC),
10502 SND_PCI_QUIRK(0x1043, 0x14e3, "ASUS UL20", ALC269_FIXUP_AMIC),
10503 SND_PCI_QUIRK(0x1043, 0x1513, "ASUS UX30", ALC269_FIXUP_AMIC),
10504 SND_PCI_QUIRK(0x1043, 0x1593, "ASUS N51Vn", ALC269_FIXUP_AMIC),
10505 SND_PCI_QUIRK(0x1043, 0x15a3, "ASUS N60Jv", ALC269_FIXUP_AMIC),
10506 SND_PCI_QUIRK(0x1043, 0x15b3, "ASUS N60Dp", ALC269_FIXUP_AMIC),
10507 SND_PCI_QUIRK(0x1043, 0x15c3, "ASUS N70De", ALC269_FIXUP_AMIC),
10508 SND_PCI_QUIRK(0x1043, 0x15e3, "ASUS F83T", ALC269_FIXUP_AMIC),
10509 SND_PCI_QUIRK(0x1043, 0x1643, "ASUS M60J", ALC269_FIXUP_AMIC),
10510 SND_PCI_QUIRK(0x1043, 0x1653, "ASUS U50", ALC269_FIXUP_AMIC),
10511 SND_PCI_QUIRK(0x1043, 0x1693, "ASUS F50N", ALC269_FIXUP_AMIC),
10512 SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS F5Q", ALC269_FIXUP_AMIC),
10513 SND_PCI_QUIRK(0x1043, 0x1723, "ASUS P80", ALC269_FIXUP_AMIC),
10514 SND_PCI_QUIRK(0x1043, 0x1743, "ASUS U80", ALC269_FIXUP_AMIC),
10515 SND_PCI_QUIRK(0x1043, 0x1773, "ASUS U20A", ALC269_FIXUP_AMIC),
10516 SND_PCI_QUIRK(0x1043, 0x1883, "ASUS F81Se", ALC269_FIXUP_AMIC),
10517 SND_PCI_QUIRK(0x152d, 0x1778, "Quanta ON1", ALC269_FIXUP_DMIC),
10518 SND_PCI_QUIRK(0x17aa, 0x3be9, "Quanta Wistron", ALC269_FIXUP_AMIC),
10519 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_AMIC),
10520 SND_PCI_QUIRK(0x17ff, 0x059a, "Quanta EL3", ALC269_FIXUP_DMIC),
10521 SND_PCI_QUIRK(0x17ff, 0x059b, "Quanta JR1", ALC269_FIXUP_DMIC),
10522#endif
10523 {}
10524};
10525
214eef76
DH
10526static const struct snd_pci_quirk alc269_fixup_vendor_tbl[] = {
10527 SND_PCI_QUIRK_VENDOR(0x1025, "Acer Aspire", ALC271_FIXUP_DMIC),
10528 SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED),
10529 SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
10530 SND_PCI_QUIRK_VENDOR(0x17aa, "Thinkpad", ALC269_FIXUP_THINKPAD_ACPI),
0fbf21c3 10531 SND_PCI_QUIRK_VENDOR(0x19e5, "Huawei Matebook", ALC255_FIXUP_MIC_MUTE_LED),
214eef76
DH
10532 {}
10533};
10534
1727a771 10535static const struct hda_model_fixup alc269_fixup_models[] = {
a4297b5d
TI
10536 {.id = ALC269_FIXUP_AMIC, .name = "laptop-amic"},
10537 {.id = ALC269_FIXUP_DMIC, .name = "laptop-dmic"},
6e72aa5f
TI
10538 {.id = ALC269_FIXUP_STEREO_DMIC, .name = "alc269-dmic"},
10539 {.id = ALC271_FIXUP_DMIC, .name = "alc271-dmic"},
10540 {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"},
7c478f03 10541 {.id = ALC269_FIXUP_HEADSET_MIC, .name = "headset-mic"},
b016951e
TI
10542 {.id = ALC269_FIXUP_HEADSET_MODE, .name = "headset-mode"},
10543 {.id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC, .name = "headset-mode-no-hp-mic"},
108cc108 10544 {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"},
b590b38c 10545 {.id = ALC269_FIXUP_LENOVO_DOCK_LIMIT_BOOST, .name = "lenovo-dock-limit-boost"},
9f5c6faf 10546 {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
04d5466a 10547 {.id = ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED, .name = "hp-dock-gpio-mic1-led"},
e32aa85a
DH
10548 {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
10549 {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"},
a26d96c7
TI
10550 {.id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE, .name = "dell-headset3"},
10551 {.id = ALC269_FIXUP_DELL4_MIC_NO_PRESENCE, .name = "dell-headset4"},
be8ef16a 10552 {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"},
0202e99c 10553 {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"},
1c37c223 10554 {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"},
9a811230 10555 {.id = ALC292_FIXUP_TPT440, .name = "tpt440"},
c636b95e 10556 {.id = ALC292_FIXUP_TPT460, .name = "tpt460"},
399c01aa 10557 {.id = ALC298_FIXUP_TPT470_DOCK_FIX, .name = "tpt470-dock-fix"},
a26d96c7 10558 {.id = ALC298_FIXUP_TPT470_DOCK, .name = "tpt470-dock"},
ba90d6a6 10559 {.id = ALC233_FIXUP_LENOVO_MULTI_CODECS, .name = "dual-codecs"},
28d1d6d2 10560 {.id = ALC700_FIXUP_INTEL_REFERENCE, .name = "alc700-ref"},
a26d96c7
TI
10561 {.id = ALC269_FIXUP_SONY_VAIO, .name = "vaio"},
10562 {.id = ALC269_FIXUP_DELL_M101Z, .name = "dell-m101z"},
10563 {.id = ALC269_FIXUP_ASUS_G73JW, .name = "asus-g73jw"},
10564 {.id = ALC269_FIXUP_LENOVO_EAPD, .name = "lenovo-eapd"},
10565 {.id = ALC275_FIXUP_SONY_HWEQ, .name = "sony-hweq"},
10566 {.id = ALC269_FIXUP_PCM_44K, .name = "pcm44k"},
10567 {.id = ALC269_FIXUP_LIFEBOOK, .name = "lifebook"},
10568 {.id = ALC269_FIXUP_LIFEBOOK_EXTMIC, .name = "lifebook-extmic"},
10569 {.id = ALC269_FIXUP_LIFEBOOK_HP_PIN, .name = "lifebook-hp-pin"},
10570 {.id = ALC255_FIXUP_LIFEBOOK_U7x7_HEADSET_MIC, .name = "lifebook-u7x7"},
10571 {.id = ALC269VB_FIXUP_AMIC, .name = "alc269vb-amic"},
10572 {.id = ALC269VB_FIXUP_DMIC, .name = "alc269vb-dmic"},
10573 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC1, .name = "hp-mute-led-mic1"},
10574 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC2, .name = "hp-mute-led-mic2"},
10575 {.id = ALC269_FIXUP_HP_MUTE_LED_MIC3, .name = "hp-mute-led-mic3"},
10576 {.id = ALC269_FIXUP_HP_GPIO_MIC1_LED, .name = "hp-gpio-mic1"},
10577 {.id = ALC269_FIXUP_HP_LINE1_MIC1_LED, .name = "hp-line1-mic1"},
10578 {.id = ALC269_FIXUP_NO_SHUTUP, .name = "noshutup"},
10579 {.id = ALC286_FIXUP_SONY_MIC_NO_PRESENCE, .name = "sony-nomic"},
10580 {.id = ALC269_FIXUP_ASPIRE_HEADSET_MIC, .name = "aspire-headset-mic"},
10581 {.id = ALC269_FIXUP_ASUS_X101, .name = "asus-x101"},
10582 {.id = ALC271_FIXUP_HP_GATE_MIC_JACK, .name = "acer-ao7xx"},
10583 {.id = ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572, .name = "acer-aspire-e1"},
10584 {.id = ALC269_FIXUP_ACER_AC700, .name = "acer-ac700"},
10585 {.id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST, .name = "limit-mic-boost"},
10586 {.id = ALC269VB_FIXUP_ASUS_ZENBOOK, .name = "asus-zenbook"},
10587 {.id = ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A, .name = "asus-zenbook-ux31a"},
10588 {.id = ALC269VB_FIXUP_ORDISSIMO_EVE2, .name = "ordissimo"},
10589 {.id = ALC282_FIXUP_ASUS_TX300, .name = "asus-tx300"},
10590 {.id = ALC283_FIXUP_INT_MIC, .name = "alc283-int-mic"},
10591 {.id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK, .name = "mono-speakers"},
10592 {.id = ALC290_FIXUP_SUBWOOFER_HSJACK, .name = "alc290-subwoofer"},
10593 {.id = ALC269_FIXUP_THINKPAD_ACPI, .name = "thinkpad"},
10594 {.id = ALC269_FIXUP_DMIC_THINKPAD_ACPI, .name = "dmic-thinkpad"},
10595 {.id = ALC255_FIXUP_ACER_MIC_NO_PRESENCE, .name = "alc255-acer"},
10596 {.id = ALC255_FIXUP_ASUS_MIC_NO_PRESENCE, .name = "alc255-asus"},
10597 {.id = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc255-dell1"},
10598 {.id = ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "alc255-dell2"},
10599 {.id = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc293-dell1"},
10600 {.id = ALC283_FIXUP_HEADSET_MIC, .name = "alc283-headset"},
b3802783 10601 {.id = ALC255_FIXUP_MIC_MUTE_LED, .name = "alc255-dell-mute"},
a26d96c7 10602 {.id = ALC282_FIXUP_ASPIRE_V5_PINS, .name = "aspire-v5"},
c8426b27 10603 {.id = ALC269VB_FIXUP_ASPIRE_E1_COEF, .name = "aspire-e1-coef"},
a26d96c7
TI
10604 {.id = ALC280_FIXUP_HP_GPIO4, .name = "hp-gpio4"},
10605 {.id = ALC286_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
10606 {.id = ALC280_FIXUP_HP_GPIO2_MIC_HOTKEY, .name = "hp-gpio2-hotkey"},
10607 {.id = ALC280_FIXUP_HP_DOCK_PINS, .name = "hp-dock-pins"},
10608 {.id = ALC269_FIXUP_HP_DOCK_GPIO_MIC1_LED, .name = "hp-dock-gpio-mic"},
10609 {.id = ALC280_FIXUP_HP_9480M, .name = "hp-9480m"},
10610 {.id = ALC288_FIXUP_DELL_HEADSET_MODE, .name = "alc288-dell-headset"},
10611 {.id = ALC288_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc288-dell1"},
10612 {.id = ALC288_FIXUP_DELL_XPS_13, .name = "alc288-dell-xps13"},
10613 {.id = ALC292_FIXUP_DELL_E7X, .name = "dell-e7x"},
10614 {.id = ALC293_FIXUP_DISABLE_AAMIX_MULTIJACK, .name = "alc293-dell"},
10615 {.id = ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc298-dell1"},
10616 {.id = ALC298_FIXUP_DELL_AIO_MIC_NO_PRESENCE, .name = "alc298-dell-aio"},
10617 {.id = ALC275_FIXUP_DELL_XPS, .name = "alc275-dell-xps"},
a26d96c7
TI
10618 {.id = ALC293_FIXUP_LENOVO_SPK_NOISE, .name = "lenovo-spk-noise"},
10619 {.id = ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY, .name = "lenovo-hotkey"},
10620 {.id = ALC255_FIXUP_DELL_SPK_NOISE, .name = "dell-spk-noise"},
82aa0d7e 10621 {.id = ALC225_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "alc225-dell1"},
a26d96c7 10622 {.id = ALC295_FIXUP_DISABLE_DAC3, .name = "alc295-disable-dac3"},
d2cd795c 10623 {.id = ALC285_FIXUP_SPEAKER2_TO_DAC1, .name = "alc285-speaker2-to-dac1"},
a26d96c7
TI
10624 {.id = ALC280_FIXUP_HP_HEADSET_MIC, .name = "alc280-hp-headset"},
10625 {.id = ALC221_FIXUP_HP_FRONT_MIC, .name = "alc221-hp-mic"},
10626 {.id = ALC298_FIXUP_SPK_VOLUME, .name = "alc298-spk-volume"},
10627 {.id = ALC256_FIXUP_DELL_INSPIRON_7559_SUBWOOFER, .name = "dell-inspiron-7559"},
10628 {.id = ALC269_FIXUP_ATIV_BOOK_8, .name = "ativ-book"},
10629 {.id = ALC221_FIXUP_HP_MIC_NO_PRESENCE, .name = "alc221-hp-mic"},
10630 {.id = ALC256_FIXUP_ASUS_HEADSET_MODE, .name = "alc256-asus-headset"},
10631 {.id = ALC256_FIXUP_ASUS_MIC, .name = "alc256-asus-mic"},
10632 {.id = ALC256_FIXUP_ASUS_AIO_GPIO2, .name = "alc256-asus-aio"},
10633 {.id = ALC233_FIXUP_ASUS_MIC_NO_PRESENCE, .name = "alc233-asus"},
10634 {.id = ALC233_FIXUP_EAPD_COEF_AND_MIC_NO_PRESENCE, .name = "alc233-eapd"},
10635 {.id = ALC294_FIXUP_LENOVO_MIC_LOCATION, .name = "alc294-lenovo-mic"},
10636 {.id = ALC225_FIXUP_DELL_WYSE_MIC_NO_PRESENCE, .name = "alc225-wyse"},
10637 {.id = ALC274_FIXUP_DELL_AIO_LINEOUT_VERB, .name = "alc274-dell-aio"},
10638 {.id = ALC255_FIXUP_DUMMY_LINEOUT_VERB, .name = "alc255-dummy-lineout"},
10639 {.id = ALC255_FIXUP_DELL_HEADSET_MIC, .name = "alc255-dell-headset"},
10640 {.id = ALC295_FIXUP_HP_X360, .name = "alc295-hp-x360"},
8983eb60
KY
10641 {.id = ALC225_FIXUP_HEADSET_JACK, .name = "alc-headset-jack"},
10642 {.id = ALC295_FIXUP_CHROME_BOOK, .name = "alc-chrome-book"},
e2a829b3 10643 {.id = ALC299_FIXUP_PREDATOR_SPK, .name = "predator-spk"},
a2ef03fe 10644 {.id = ALC298_FIXUP_HUAWEI_MBX_STEREO, .name = "huawei-mbx-stereo"},
bd9c10bc 10645 {.id = ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE, .name = "alc256-medion-headset"},
a2d57ebe 10646 {.id = ALC298_FIXUP_SAMSUNG_AMP, .name = "alc298-samsung-amp"},
ef248d9b 10647 {.id = ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET, .name = "alc256-samsung-headphone"},
fc19d559 10648 {.id = ALC255_FIXUP_XIAOMI_HEADSET_MIC, .name = "alc255-xiaomi-headset"},
13468bfa 10649 {.id = ALC274_FIXUP_HP_MIC, .name = "alc274-hp-mic-detect"},
c3bb2b52 10650 {.id = ALC245_FIXUP_HP_X360_AMP, .name = "alc245-hp-x360-amp"},
5d84b531 10651 {.id = ALC295_FIXUP_HP_OMEN, .name = "alc295-hp-omen"},
f2be77fe 10652 {.id = ALC285_FIXUP_HP_SPECTRE_X360, .name = "alc285-hp-spectre-x360"},
d94befbb 10653 {.id = ALC285_FIXUP_HP_SPECTRE_X360_EB1, .name = "alc285-hp-spectre-x360-eb1"},
c0621669 10654 {.id = ALC285_FIXUP_HP_ENVY_X360, .name = "alc285-hp-envy-x360"},
9ebaef05 10655 {.id = ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP, .name = "alc287-ideapad-bass-spk-amp"},
3790a3d6 10656 {.id = ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN, .name = "alc287-yoga9-bass-spk-pin"},
29c8f40b 10657 {.id = ALC623_FIXUP_LENOVO_THINKSTATION_P340, .name = "alc623-lenovo-thinkstation-p340"},
57c9e21a 10658 {.id = ALC255_FIXUP_ACER_HEADPHONE_AND_MIC, .name = "alc255-acer-headphone-and-mic"},
aa723946 10659 {.id = ALC285_FIXUP_HP_GPIO_AMP_INIT, .name = "alc285-hp-amp-init"},
1d045db9 10660 {}
6dda9f4a 10661};
cfc5a845 10662#define ALC225_STANDARD_PINS \
cfc5a845 10663 {0x21, 0x04211020}
6dda9f4a 10664
e8191a8e
HW
10665#define ALC256_STANDARD_PINS \
10666 {0x12, 0x90a60140}, \
10667 {0x14, 0x90170110}, \
e8191a8e
HW
10668 {0x21, 0x02211020}
10669
fea185e2 10670#define ALC282_STANDARD_PINS \
11580297 10671 {0x14, 0x90170110}
e1e62b98 10672
fea185e2 10673#define ALC290_STANDARD_PINS \
11580297 10674 {0x12, 0x99a30130}
fea185e2
DH
10675
10676#define ALC292_STANDARD_PINS \
10677 {0x14, 0x90170110}, \
11580297 10678 {0x15, 0x0221401f}
977e6276 10679
3f640970
HW
10680#define ALC295_STANDARD_PINS \
10681 {0x12, 0xb7a60130}, \
10682 {0x14, 0x90170110}, \
3f640970
HW
10683 {0x21, 0x04211020}
10684
703867e2
WS
10685#define ALC298_STANDARD_PINS \
10686 {0x12, 0x90a60130}, \
10687 {0x21, 0x03211020}
10688
e1918938 10689static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
8a328ac1
KY
10690 SND_HDA_PIN_QUIRK(0x10ec0221, 0x103c, "HP Workstation", ALC221_FIXUP_HP_HEADSET_MIC,
10691 {0x14, 0x01014020},
10692 {0x17, 0x90170110},
10693 {0x18, 0x02a11030},
10694 {0x19, 0x0181303F},
10695 {0x21, 0x0221102f}),
5824ce8d
CC
10696 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1025, "Acer", ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
10697 {0x12, 0x90a601c0},
10698 {0x14, 0x90171120},
10699 {0x21, 0x02211030}),
615966ad
CC
10700 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1043, "ASUS", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
10701 {0x14, 0x90170110},
10702 {0x1b, 0x90a70130},
10703 {0x21, 0x03211020}),
10704 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1043, "ASUS", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
10705 {0x1a, 0x90a70130},
10706 {0x1b, 0x90170110},
10707 {0x21, 0x03211020}),
2ae95577 10708 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
cfc5a845 10709 ALC225_STANDARD_PINS,
8a132099 10710 {0x12, 0xb7a60130},
cfc5a845 10711 {0x14, 0x901701a0}),
2ae95577 10712 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
cfc5a845 10713 ALC225_STANDARD_PINS,
8a132099 10714 {0x12, 0xb7a60130},
cfc5a845 10715 {0x14, 0x901701b0}),
8a132099
HW
10716 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10717 ALC225_STANDARD_PINS,
10718 {0x12, 0xb7a60150},
10719 {0x14, 0x901701a0}),
10720 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10721 ALC225_STANDARD_PINS,
10722 {0x12, 0xb7a60150},
10723 {0x14, 0x901701b0}),
10724 SND_HDA_PIN_QUIRK(0x10ec0225, 0x1028, "Dell", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE,
10725 ALC225_STANDARD_PINS,
10726 {0x12, 0xb7a60130},
10727 {0x1b, 0x90170110}),
0ce48e17
KHF
10728 SND_HDA_PIN_QUIRK(0x10ec0233, 0x8086, "Intel NUC Skull Canyon", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10729 {0x1b, 0x01111010},
10730 {0x1e, 0x01451130},
10731 {0x21, 0x02211020}),
986376b6
HW
10732 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY,
10733 {0x12, 0x90a60140},
10734 {0x14, 0x90170110},
10735 {0x19, 0x02a11030},
10736 {0x21, 0x02211020}),
e41fc8c5
HW
10737 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10738 {0x14, 0x90170110},
10739 {0x19, 0x02a11030},
10740 {0x1a, 0x02a11040},
10741 {0x1b, 0x01014020},
10742 {0x21, 0x0221101f}),
d06fb562
HW
10743 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10744 {0x14, 0x90170110},
10745 {0x19, 0x02a11030},
10746 {0x1a, 0x02a11040},
10747 {0x1b, 0x01011020},
10748 {0x21, 0x0221101f}),
c6b17f10
HW
10749 SND_HDA_PIN_QUIRK(0x10ec0235, 0x17aa, "Lenovo", ALC294_FIXUP_LENOVO_MIC_LOCATION,
10750 {0x14, 0x90170110},
10751 {0x19, 0x02a11020},
10752 {0x1a, 0x02a11030},
10753 {0x21, 0x0221101f}),
92666d45
KY
10754 SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC,
10755 {0x21, 0x02211010}),
9e885770
KY
10756 SND_HDA_PIN_QUIRK(0x10ec0236, 0x103c, "HP", ALC256_FIXUP_HP_HEADSET_MIC,
10757 {0x14, 0x90170110},
10758 {0x19, 0x02a11020},
10759 {0x21, 0x02211030}),
c77900e6 10760 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
c77900e6 10761 {0x14, 0x90170110},
c77900e6 10762 {0x21, 0x02211020}),
86c72d1c
HW
10763 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10764 {0x14, 0x90170130},
10765 {0x21, 0x02211040}),
76c2132e
DH
10766 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10767 {0x12, 0x90a60140},
10768 {0x14, 0x90170110},
76c2132e
DH
10769 {0x21, 0x02211020}),
10770 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10771 {0x12, 0x90a60160},
10772 {0x14, 0x90170120},
76c2132e 10773 {0x21, 0x02211030}),
392c9da2
HW
10774 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10775 {0x14, 0x90170110},
10776 {0x1b, 0x02011020},
10777 {0x21, 0x0221101f}),
6aecd871
HW
10778 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10779 {0x14, 0x90170110},
10780 {0x1b, 0x01011020},
10781 {0x21, 0x0221101f}),
cba59972 10782 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
cba59972 10783 {0x14, 0x90170130},
cba59972 10784 {0x1b, 0x01014020},
cba59972 10785 {0x21, 0x0221103f}),
6aecd871
HW
10786 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10787 {0x14, 0x90170130},
10788 {0x1b, 0x01011020},
10789 {0x21, 0x0221103f}),
59ec4b57
HW
10790 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10791 {0x14, 0x90170130},
10792 {0x1b, 0x02011020},
10793 {0x21, 0x0221103f}),
e9c28e16 10794 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
e9c28e16 10795 {0x14, 0x90170150},
e9c28e16 10796 {0x1b, 0x02011020},
e9c28e16
WS
10797 {0x21, 0x0221105f}),
10798 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
e9c28e16 10799 {0x14, 0x90170110},
e9c28e16 10800 {0x1b, 0x01014020},
e9c28e16 10801 {0x21, 0x0221101f}),
76c2132e
DH
10802 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10803 {0x12, 0x90a60160},
10804 {0x14, 0x90170120},
10805 {0x17, 0x90170140},
76c2132e
DH
10806 {0x21, 0x0321102f}),
10807 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10808 {0x12, 0x90a60160},
10809 {0x14, 0x90170130},
76c2132e
DH
10810 {0x21, 0x02211040}),
10811 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10812 {0x12, 0x90a60160},
10813 {0x14, 0x90170140},
76c2132e
DH
10814 {0x21, 0x02211050}),
10815 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10816 {0x12, 0x90a60170},
10817 {0x14, 0x90170120},
76c2132e
DH
10818 {0x21, 0x02211030}),
10819 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10820 {0x12, 0x90a60170},
10821 {0x14, 0x90170130},
76c2132e 10822 {0x21, 0x02211040}),
0a1f90a9
HW
10823 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10824 {0x12, 0x90a60170},
10825 {0x14, 0x90171130},
10826 {0x21, 0x02211040}),
70658b99 10827 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
70658b99
HW
10828 {0x12, 0x90a60170},
10829 {0x14, 0x90170140},
70658b99 10830 {0x21, 0x02211050}),
9b5a4e39 10831 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5548", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
9b5a4e39
DH
10832 {0x12, 0x90a60180},
10833 {0x14, 0x90170130},
9b5a4e39 10834 {0x21, 0x02211040}),
f90d83b3
AK
10835 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5565", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10836 {0x12, 0x90a60180},
10837 {0x14, 0x90170120},
10838 {0x21, 0x02211030}),
989dbe4a
HW
10839 SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
10840 {0x1b, 0x01011020},
10841 {0x21, 0x02211010}),
c1732ede
CC
10842 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC,
10843 {0x14, 0x90170110},
10844 {0x1b, 0x90a70130},
10845 {0x21, 0x04211020}),
10846 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC,
10847 {0x14, 0x90170110},
10848 {0x1b, 0x90a70130},
10849 {0x21, 0x03211020}),
a806ef1c
CC
10850 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10851 {0x12, 0x90a60130},
10852 {0x14, 0x90170110},
10853 {0x21, 0x03211020}),
6ac371aa
JHP
10854 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10855 {0x12, 0x90a60130},
10856 {0x14, 0x90170110},
10857 {0x21, 0x04211020}),
e1037354
JHP
10858 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE,
10859 {0x1a, 0x90a70130},
10860 {0x1b, 0x90170110},
10861 {0x21, 0x03211020}),
9e885770
KY
10862 SND_HDA_PIN_QUIRK(0x10ec0256, 0x103c, "HP", ALC256_FIXUP_HP_HEADSET_MIC,
10863 {0x14, 0x90170110},
10864 {0x19, 0x02a11020},
10865 {0x21, 0x0221101f}),
8a8de09c
KY
10866 SND_HDA_PIN_QUIRK(0x10ec0274, 0x103c, "HP", ALC274_FIXUP_HP_HEADSET_MIC,
10867 {0x17, 0x90170110},
10868 {0x19, 0x03a11030},
10869 {0x21, 0x03211020}),
cf51eb9d
DH
10870 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC280_FIXUP_HP_GPIO4,
10871 {0x12, 0x90a60130},
cf51eb9d
DH
10872 {0x14, 0x90170110},
10873 {0x15, 0x0421101f},
11580297 10874 {0x1a, 0x04a11020}),
0279661b
HW
10875 SND_HDA_PIN_QUIRK(0x10ec0280, 0x103c, "HP", ALC269_FIXUP_HP_GPIO_MIC1_LED,
10876 {0x12, 0x90a60140},
0279661b
HW
10877 {0x14, 0x90170110},
10878 {0x15, 0x0421101f},
0279661b 10879 {0x18, 0x02811030},
0279661b 10880 {0x1a, 0x04a1103f},
11580297 10881 {0x1b, 0x02011020}),
42304474 10882 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP 15 Touchsmart", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10883 ALC282_STANDARD_PINS,
42304474 10884 {0x12, 0x99a30130},
42304474 10885 {0x19, 0x03a11020},
42304474 10886 {0x21, 0x0321101f}),
2c609999 10887 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10888 ALC282_STANDARD_PINS,
2c609999 10889 {0x12, 0x99a30130},
2c609999 10890 {0x19, 0x03a11020},
2c609999
HW
10891 {0x21, 0x03211040}),
10892 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10893 ALC282_STANDARD_PINS,
2c609999 10894 {0x12, 0x99a30130},
2c609999 10895 {0x19, 0x03a11030},
2c609999
HW
10896 {0x21, 0x03211020}),
10897 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10898 ALC282_STANDARD_PINS,
2c609999 10899 {0x12, 0x99a30130},
2c609999 10900 {0x19, 0x04a11020},
2c609999 10901 {0x21, 0x0421101f}),
200afc09 10902 SND_HDA_PIN_QUIRK(0x10ec0282, 0x103c, "HP", ALC269_FIXUP_HP_LINE1_MIC1_LED,
aec856d0 10903 ALC282_STANDARD_PINS,
200afc09 10904 {0x12, 0x90a60140},
200afc09 10905 {0x19, 0x04a11030},
200afc09 10906 {0x21, 0x04211020}),
34cdf405
CC
10907 SND_HDA_PIN_QUIRK(0x10ec0282, 0x1025, "Acer", ALC282_FIXUP_ACER_DISABLE_LINEOUT,
10908 ALC282_STANDARD_PINS,
10909 {0x12, 0x90a609c0},
10910 {0x18, 0x03a11830},
10911 {0x19, 0x04a19831},
10912 {0x1a, 0x0481303f},
10913 {0x1b, 0x04211020},
10914 {0x21, 0x0321101f}),
10915 SND_HDA_PIN_QUIRK(0x10ec0282, 0x1025, "Acer", ALC282_FIXUP_ACER_DISABLE_LINEOUT,
10916 ALC282_STANDARD_PINS,
10917 {0x12, 0x90a60940},
10918 {0x18, 0x03a11830},
10919 {0x19, 0x04a19831},
10920 {0x1a, 0x0481303f},
10921 {0x1b, 0x04211020},
10922 {0x21, 0x0321101f}),
76c2132e 10923 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10924 ALC282_STANDARD_PINS,
76c2132e 10925 {0x12, 0x90a60130},
76c2132e
DH
10926 {0x21, 0x0321101f}),
10927 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
10928 {0x12, 0x90a60160},
10929 {0x14, 0x90170120},
76c2132e 10930 {0x21, 0x02211030}),
bc262179 10931 SND_HDA_PIN_QUIRK(0x10ec0283, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 10932 ALC282_STANDARD_PINS,
bc262179 10933 {0x12, 0x90a60130},
bc262179 10934 {0x19, 0x03a11020},
bc262179 10935 {0x21, 0x0321101f}),
c8c6ee61 10936 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
266fd994
SL
10937 {0x12, 0x90a60130},
10938 {0x14, 0x90170110},
10939 {0x19, 0x04a11040},
10940 {0x21, 0x04211020}),
10941 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
10942 {0x14, 0x90170110},
10943 {0x19, 0x04a11040},
10944 {0x1d, 0x40600001},
10945 {0x21, 0x04211020}),
10946 SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
c4cfcf6f
HW
10947 {0x14, 0x90170110},
10948 {0x19, 0x04a11040},
10949 {0x21, 0x04211020}),
c72b9bfe
HW
10950 SND_HDA_PIN_QUIRK(0x10ec0287, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_HEADSET_JACK,
10951 {0x14, 0x90170110},
10952 {0x17, 0x90170111},
10953 {0x19, 0x03a11030},
10954 {0x21, 0x03211020}),
e43252db
KY
10955 SND_HDA_PIN_QUIRK(0x10ec0287, 0x17aa, "Lenovo", ALC287_FIXUP_THINKPAD_I2S_SPK,
10956 {0x17, 0x90170110},
10957 {0x19, 0x03a11030},
10958 {0x21, 0x03211020}),
41b07476
KY
10959 SND_HDA_PIN_QUIRK(0x10ec0287, 0x17aa, "Lenovo", ALC287_FIXUP_THINKPAD_I2S_SPK,
10960 {0x17, 0x90170110}, /* 0x231f with RTK I2S AMP */
10961 {0x19, 0x04a11040},
10962 {0x21, 0x04211020}),
33aaebd4
CC
10963 SND_HDA_PIN_QUIRK(0x10ec0286, 0x1025, "Acer", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE,
10964 {0x12, 0x90a60130},
10965 {0x17, 0x90170110},
10966 {0x21, 0x02211020}),
d44a6864 10967 SND_HDA_PIN_QUIRK(0x10ec0288, 0x1028, "Dell", ALC288_FIXUP_DELL1_MIC_NO_PRESENCE,
e1e62b98 10968 {0x12, 0x90a60120},
e1e62b98 10969 {0x14, 0x90170110},
e1e62b98 10970 {0x21, 0x0321101f}),
e4442bcf 10971 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10972 ALC290_STANDARD_PINS,
e4442bcf 10973 {0x15, 0x04211040},
e4442bcf 10974 {0x18, 0x90170112},
11580297 10975 {0x1a, 0x04a11020}),
e4442bcf 10976 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10977 ALC290_STANDARD_PINS,
e4442bcf 10978 {0x15, 0x04211040},
e4442bcf 10979 {0x18, 0x90170110},
11580297 10980 {0x1a, 0x04a11020}),
e4442bcf 10981 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10982 ALC290_STANDARD_PINS,
e4442bcf 10983 {0x15, 0x0421101f},
11580297 10984 {0x1a, 0x04a11020}),
e4442bcf 10985 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10986 ALC290_STANDARD_PINS,
e4442bcf 10987 {0x15, 0x04211020},
11580297 10988 {0x1a, 0x04a11040}),
e4442bcf 10989 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10990 ALC290_STANDARD_PINS,
e4442bcf
HW
10991 {0x14, 0x90170110},
10992 {0x15, 0x04211020},
11580297 10993 {0x1a, 0x04a11040}),
e4442bcf 10994 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 10995 ALC290_STANDARD_PINS,
e4442bcf
HW
10996 {0x14, 0x90170110},
10997 {0x15, 0x04211020},
11580297 10998 {0x1a, 0x04a11020}),
e4442bcf 10999 SND_HDA_PIN_QUIRK(0x10ec0290, 0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1,
aec856d0 11000 ALC290_STANDARD_PINS,
e4442bcf
HW
11001 {0x14, 0x90170110},
11002 {0x15, 0x0421101f},
11580297 11003 {0x1a, 0x04a11020}),
e8818fa8 11004 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 11005 ALC292_STANDARD_PINS,
e8818fa8 11006 {0x12, 0x90a60140},
e8818fa8 11007 {0x16, 0x01014020},
11580297 11008 {0x19, 0x01a19030}),
e8818fa8 11009 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
aec856d0 11010 ALC292_STANDARD_PINS,
e8818fa8 11011 {0x12, 0x90a60140},
e8818fa8
HW
11012 {0x16, 0x01014020},
11013 {0x18, 0x02a19031},
11580297 11014 {0x19, 0x01a1903e}),
76c2132e 11015 SND_HDA_PIN_QUIRK(0x10ec0292, 0x1028, "Dell", ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
aec856d0 11016 ALC292_STANDARD_PINS,
11580297 11017 {0x12, 0x90a60140}),
76c2132e 11018 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 11019 ALC292_STANDARD_PINS,
76c2132e 11020 {0x13, 0x90a60140},
76c2132e 11021 {0x16, 0x21014020},
11580297 11022 {0x19, 0x21a19030}),
e03fdbde 11023 SND_HDA_PIN_QUIRK(0x10ec0293, 0x1028, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
aec856d0 11024 ALC292_STANDARD_PINS,
11580297 11025 {0x13, 0x90a60140}),
eeacd80f
JHP
11026 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_HPE,
11027 {0x17, 0x90170110},
11028 {0x21, 0x04211020}),
d8ae458e
CC
11029 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_MIC,
11030 {0x14, 0x90170110},
11031 {0x1b, 0x90a70130},
11032 {0x21, 0x04211020}),
8bb37a2a
JHP
11033 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
11034 {0x12, 0x90a60130},
11035 {0x17, 0x90170110},
11036 {0x21, 0x03211020}),
0bea4cc8
JHP
11037 SND_HDA_PIN_QUIRK(0x10ec0294, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
11038 {0x12, 0x90a60130},
11039 {0x17, 0x90170110},
11040 {0x21, 0x04211020}),
3887c26c
TI
11041 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC294_FIXUP_ASUS_SPK,
11042 {0x12, 0x90a60130},
11043 {0x17, 0x90170110},
11044 {0x21, 0x03211020}),
9e43342b 11045 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
ad97d667
JHP
11046 {0x12, 0x90a60120},
11047 {0x17, 0x90170110},
11048 {0x21, 0x04211030}),
11049 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
9e43342b
CC
11050 {0x12, 0x90a60130},
11051 {0x17, 0x90170110},
11052 {0x21, 0x03211020}),
11053 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1043, "ASUS", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE,
11054 {0x12, 0x90a60130},
11055 {0x17, 0x90170110},
11056 {0x21, 0x03211020}),
9f502ff5
TI
11057 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
11058 ALC298_STANDARD_PINS,
11059 {0x17, 0x90170110}),
977e6276 11060 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
703867e2
WS
11061 ALC298_STANDARD_PINS,
11062 {0x17, 0x90170140}),
11063 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
11064 ALC298_STANDARD_PINS,
9f502ff5 11065 {0x17, 0x90170150}),
9f1bc2c4
KHF
11066 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_SPK_VOLUME,
11067 {0x12, 0xb7a60140},
11068 {0x13, 0xb7a60150},
11069 {0x17, 0x90170110},
11070 {0x1a, 0x03011020},
11071 {0x21, 0x03211030}),
54324221
JM
11072 SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_ALIENWARE_MIC_NO_PRESENCE,
11073 {0x12, 0xb7a60140},
11074 {0x17, 0x90170110},
11075 {0x1a, 0x03a11030},
11076 {0x21, 0x03211020}),
fcc6c877
KY
11077 SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
11078 ALC225_STANDARD_PINS,
11079 {0x12, 0xb7a60130},
fcc6c877 11080 {0x17, 0x90170110}),
573fcbfd
HW
11081 SND_HDA_PIN_QUIRK(0x10ec0623, 0x17aa, "Lenovo", ALC283_FIXUP_HEADSET_MIC,
11082 {0x14, 0x01014010},
11083 {0x17, 0x90170120},
11084 {0x18, 0x02a11030},
11085 {0x19, 0x02a1103f},
11086 {0x21, 0x0221101f}),
e1918938
HW
11087 {}
11088};
6dda9f4a 11089
7c0a6939
HW
11090/* This is the fallback pin_fixup_tbl for alc269 family, to make the tbl match
11091 * more machines, don't need to match all valid pins, just need to match
11092 * all the pins defined in the tbl. Just because of this reason, it is possible
11093 * that a single machine matches multiple tbls, so there is one limitation:
11094 * at most one tbl is allowed to define for the same vendor and same codec
11095 */
11096static const struct snd_hda_pin_quirk alc269_fallback_pin_fixup_tbl[] = {
34ab5bbc
KY
11097 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1025, "Acer", ALC2XX_FIXUP_HEADSET_MIC,
11098 {0x19, 0x40000000}),
7c0a6939
HW
11099 SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
11100 {0x19, 0x40000000},
11101 {0x1b, 0x40000000}),
4b21a669
KY
11102 SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
11103 {0x19, 0x40000000},
11104 {0x1b, 0x40000000}),
aed8c7f4
HW
11105 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
11106 {0x19, 0x40000000},
11107 {0x1a, 0x40000000}),
d64ebdbf
HW
11108 SND_HDA_PIN_QUIRK(0x10ec0236, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
11109 {0x19, 0x40000000},
11110 {0x1a, 0x40000000}),
5815bdfd
HW
11111 SND_HDA_PIN_QUIRK(0x10ec0274, 0x1028, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB,
11112 {0x19, 0x40000000},
11113 {0x1a, 0x40000000}),
c8c0a03e
KY
11114 SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC2XX_FIXUP_HEADSET_MIC,
11115 {0x19, 0x40000000}),
7c0a6939
HW
11116 {}
11117};
11118
546bb678 11119static void alc269_fill_coef(struct hda_codec *codec)
1d045db9 11120{
526af6eb 11121 struct alc_spec *spec = codec->spec;
1d045db9 11122 int val;
ebb83eeb 11123
526af6eb 11124 if (spec->codec_variant != ALC269_TYPE_ALC269VB)
546bb678 11125 return;
526af6eb 11126
1bb7e43e 11127 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
1d045db9
TI
11128 alc_write_coef_idx(codec, 0xf, 0x960b);
11129 alc_write_coef_idx(codec, 0xe, 0x8817);
11130 }
ebb83eeb 11131
1bb7e43e 11132 if ((alc_get_coef0(codec) & 0x00ff) == 0x016) {
1d045db9
TI
11133 alc_write_coef_idx(codec, 0xf, 0x960b);
11134 alc_write_coef_idx(codec, 0xe, 0x8814);
11135 }
ebb83eeb 11136
1bb7e43e 11137 if ((alc_get_coef0(codec) & 0x00ff) == 0x017) {
1d045db9 11138 /* Power up output pin */
98b24883 11139 alc_update_coef_idx(codec, 0x04, 0, 1<<11);
1d045db9 11140 }
ebb83eeb 11141
1bb7e43e 11142 if ((alc_get_coef0(codec) & 0x00ff) == 0x018) {
1d045db9 11143 val = alc_read_coef_idx(codec, 0xd);
f3ee07d8 11144 if (val != -1 && (val & 0x0c00) >> 10 != 0x1) {
1d045db9
TI
11145 /* Capless ramp up clock control */
11146 alc_write_coef_idx(codec, 0xd, val | (1<<10));
11147 }
11148 val = alc_read_coef_idx(codec, 0x17);
f3ee07d8 11149 if (val != -1 && (val & 0x01c0) >> 6 != 0x4) {
1d045db9
TI
11150 /* Class D power on reset */
11151 alc_write_coef_idx(codec, 0x17, val | (1<<7));
11152 }
11153 }
ebb83eeb 11154
98b24883
TI
11155 /* HP */
11156 alc_update_coef_idx(codec, 0x4, 0, 1<<11);
1d045db9 11157}
a7f2371f 11158
1d045db9
TI
11159/*
11160 */
1d045db9
TI
11161static int patch_alc269(struct hda_codec *codec)
11162{
11163 struct alc_spec *spec;
3de95173 11164 int err;
f1d4e28b 11165
3de95173 11166 err = alc_alloc_spec(codec, 0x0b);
e16fb6d1 11167 if (err < 0)
3de95173
TI
11168 return err;
11169
11170 spec = codec->spec;
08c189f2 11171 spec->gen.shared_mic_vref_pin = 0x18;
317d9313 11172 codec->power_save_node = 0;
46cdff23 11173 spec->en_3kpull_low = true;
e16fb6d1 11174
225068ab
TI
11175#ifdef CONFIG_PM
11176 codec->patch_ops.suspend = alc269_suspend;
11177 codec->patch_ops.resume = alc269_resume;
11178#endif
c2d6af53
KY
11179 spec->shutup = alc_default_shutup;
11180 spec->init_hook = alc_default_init;
225068ab 11181
7639a06c 11182 switch (codec->core.vendor_id) {
065380f0 11183 case 0x10ec0269:
1d045db9 11184 spec->codec_variant = ALC269_TYPE_ALC269VA;
1bb7e43e
TI
11185 switch (alc_get_coef0(codec) & 0x00f0) {
11186 case 0x0010:
5100cd07
TI
11187 if (codec->bus->pci &&
11188 codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 11189 spec->cdefine.platform_type == 1)
20ca0c35 11190 err = alc_codec_rename(codec, "ALC271X");
1d045db9 11191 spec->codec_variant = ALC269_TYPE_ALC269VB;
1bb7e43e
TI
11192 break;
11193 case 0x0020:
5100cd07
TI
11194 if (codec->bus->pci &&
11195 codec->bus->pci->subsystem_vendor == 0x17aa &&
e16fb6d1 11196 codec->bus->pci->subsystem_device == 0x21f3)
20ca0c35 11197 err = alc_codec_rename(codec, "ALC3202");
1d045db9 11198 spec->codec_variant = ALC269_TYPE_ALC269VC;
1bb7e43e 11199 break;
adcc70b2
KY
11200 case 0x0030:
11201 spec->codec_variant = ALC269_TYPE_ALC269VD;
11202 break;
1bb7e43e 11203 default:
1d045db9 11204 alc_fix_pll_init(codec, 0x20, 0x04, 15);
1bb7e43e 11205 }
e16fb6d1
TI
11206 if (err < 0)
11207 goto error;
c2d6af53 11208 spec->shutup = alc269_shutup;
546bb678 11209 spec->init_hook = alc269_fill_coef;
1d045db9 11210 alc269_fill_coef(codec);
065380f0
KY
11211 break;
11212
11213 case 0x10ec0280:
11214 case 0x10ec0290:
11215 spec->codec_variant = ALC269_TYPE_ALC280;
11216 break;
11217 case 0x10ec0282:
065380f0 11218 spec->codec_variant = ALC269_TYPE_ALC282;
7b5c7a02
KY
11219 spec->shutup = alc282_shutup;
11220 spec->init_hook = alc282_init;
065380f0 11221 break;
2af02be7
KY
11222 case 0x10ec0233:
11223 case 0x10ec0283:
11224 spec->codec_variant = ALC269_TYPE_ALC283;
11225 spec->shutup = alc283_shutup;
11226 spec->init_hook = alc283_init;
11227 break;
065380f0
KY
11228 case 0x10ec0284:
11229 case 0x10ec0292:
11230 spec->codec_variant = ALC269_TYPE_ALC284;
11231 break;
161ebf29 11232 case 0x10ec0293:
4731d5de 11233 spec->codec_variant = ALC269_TYPE_ALC293;
161ebf29 11234 break;
7fc7d047 11235 case 0x10ec0286:
7c665932 11236 case 0x10ec0288:
7fc7d047
KY
11237 spec->codec_variant = ALC269_TYPE_ALC286;
11238 break;
506b62c3
KY
11239 case 0x10ec0298:
11240 spec->codec_variant = ALC269_TYPE_ALC298;
11241 break;
ea04a1db 11242 case 0x10ec0235:
1d04c9de
KY
11243 case 0x10ec0255:
11244 spec->codec_variant = ALC269_TYPE_ALC255;
ab3b8e51
KY
11245 spec->shutup = alc256_shutup;
11246 spec->init_hook = alc256_init;
1d04c9de 11247 break;
1948fc06 11248 case 0x10ec0230:
736f20a7 11249 case 0x10ec0236:
4344aec8 11250 case 0x10ec0256:
527f4643 11251 case 0x19e58326:
4344aec8 11252 spec->codec_variant = ALC269_TYPE_ALC256;
4a219ef8
KY
11253 spec->shutup = alc256_shutup;
11254 spec->init_hook = alc256_init;
7d1b6e29 11255 spec->gen.mixer_nid = 0; /* ALC256 does not have any loopback mixer path */
46cdff23
KY
11256 if (codec->core.vendor_id == 0x10ec0236 &&
11257 codec->bus->pci->vendor != PCI_VENDOR_ID_AMD)
11258 spec->en_3kpull_low = false;
4344aec8 11259 break;
f429e7e4
KY
11260 case 0x10ec0257:
11261 spec->codec_variant = ALC269_TYPE_ALC257;
88d42b2b
KY
11262 spec->shutup = alc256_shutup;
11263 spec->init_hook = alc256_init;
f429e7e4 11264 spec->gen.mixer_nid = 0;
46cdff23 11265 spec->en_3kpull_low = false;
f429e7e4 11266 break;
0a6f0600 11267 case 0x10ec0215:
7fbdcd83 11268 case 0x10ec0245:
0a6f0600
KY
11269 case 0x10ec0285:
11270 case 0x10ec0289:
60571929
KY
11271 if (alc_get_coef0(codec) & 0x0010)
11272 spec->codec_variant = ALC269_TYPE_ALC245;
11273 else
11274 spec->codec_variant = ALC269_TYPE_ALC215;
1b6832be
KY
11275 spec->shutup = alc225_shutup;
11276 spec->init_hook = alc225_init;
0a6f0600
KY
11277 spec->gen.mixer_nid = 0;
11278 break;
4231430d 11279 case 0x10ec0225:
7d727869 11280 case 0x10ec0295:
28f1f9b2 11281 case 0x10ec0299:
4231430d 11282 spec->codec_variant = ALC269_TYPE_ALC225;
da911b1f
KY
11283 spec->shutup = alc225_shutup;
11284 spec->init_hook = alc225_init;
c1350bff 11285 spec->gen.mixer_nid = 0; /* no loopback on ALC225, ALC295 and ALC299 */
4231430d 11286 break;
99cee034
KY
11287 case 0x10ec0287:
11288 spec->codec_variant = ALC269_TYPE_ALC287;
11289 spec->shutup = alc225_shutup;
11290 spec->init_hook = alc225_init;
11291 spec->gen.mixer_nid = 0; /* no loopback on ALC287 */
11292 break;
dcd4f0db
KY
11293 case 0x10ec0234:
11294 case 0x10ec0274:
11295 case 0x10ec0294:
11296 spec->codec_variant = ALC269_TYPE_ALC294;
532a7784 11297 spec->gen.mixer_nid = 0; /* ALC2x4 does not have any loopback mixer path */
71683c32 11298 alc_update_coef_idx(codec, 0x6b, 0x0018, (1<<4) | (1<<3)); /* UAJ MIC Vref control by verb */
693abe11 11299 spec->init_hook = alc294_init;
dcd4f0db 11300 break;
1078bef0
KY
11301 case 0x10ec0300:
11302 spec->codec_variant = ALC269_TYPE_ALC300;
11303 spec->gen.mixer_nid = 0; /* no loopback on ALC300 */
dcd4f0db 11304 break;
f0778871
KY
11305 case 0x10ec0623:
11306 spec->codec_variant = ALC269_TYPE_ALC623;
11307 break;
6fbae35a
KY
11308 case 0x10ec0700:
11309 case 0x10ec0701:
11310 case 0x10ec0703:
83629532 11311 case 0x10ec0711:
6fbae35a
KY
11312 spec->codec_variant = ALC269_TYPE_ALC700;
11313 spec->gen.mixer_nid = 0; /* ALC700 does not have any loopback mixer path */
2d7fe618 11314 alc_update_coef_idx(codec, 0x4a, 1 << 15, 0); /* Combo jack auto trigger control */
693abe11 11315 spec->init_hook = alc294_init;
6fbae35a
KY
11316 break;
11317
1d045db9 11318 }
6dda9f4a 11319
ad60d502 11320 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
97a26570 11321 spec->has_alc5505_dsp = 1;
ad60d502
KY
11322 spec->init_hook = alc5505_dsp_init;
11323 }
11324
c9af753f
TI
11325 alc_pre_init(codec);
11326
efe55732
TI
11327 snd_hda_pick_fixup(codec, alc269_fixup_models,
11328 alc269_fixup_tbl, alc269_fixups);
13d9c6b9
TI
11329 /* FIXME: both TX300 and ROG Strix G17 have the same SSID, and
11330 * the quirk breaks the latter (bko#214101).
11331 * Clear the wrong entry.
11332 */
11333 if (codec->fixup_id == ALC282_FIXUP_ASUS_TX300 &&
11334 codec->core.vendor_id == 0x10ec0294) {
11335 codec_dbg(codec, "Clear wrong fixup for ASUS ROG Strix G17\n");
11336 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
11337 }
11338
0fc1e447 11339 snd_hda_pick_pin_fixup(codec, alc269_pin_fixup_tbl, alc269_fixups, true);
7c0a6939 11340 snd_hda_pick_pin_fixup(codec, alc269_fallback_pin_fixup_tbl, alc269_fixups, false);
efe55732
TI
11341 snd_hda_pick_fixup(codec, NULL, alc269_fixup_vendor_tbl,
11342 alc269_fixups);
11343 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
11344
11345 alc_auto_parse_customize_define(codec);
11346
11347 if (has_cdefine_beep(codec))
11348 spec->gen.beep_nid = 0x01;
11349
a4297b5d
TI
11350 /* automatic parse from the BIOS config */
11351 err = alc269_parse_auto_config(codec);
e16fb6d1
TI
11352 if (err < 0)
11353 goto error;
6dda9f4a 11354
fea80fae
TI
11355 if (!spec->gen.no_analog && spec->gen.beep_nid && spec->gen.mixer_nid) {
11356 err = set_beep_amp(spec, spec->gen.mixer_nid, 0x04, HDA_INPUT);
11357 if (err < 0)
11358 goto error;
11359 }
f1d4e28b 11360
1727a771 11361 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 11362
1d045db9 11363 return 0;
e16fb6d1
TI
11364
11365 error:
11366 alc_free(codec);
11367 return err;
1d045db9 11368}
f1d4e28b 11369
1d045db9
TI
11370/*
11371 * ALC861
11372 */
622e84cd 11373
1d045db9 11374static int alc861_parse_auto_config(struct hda_codec *codec)
6dda9f4a 11375{
1d045db9 11376 static const hda_nid_t alc861_ignore[] = { 0x1d, 0 };
3e6179b8
TI
11377 static const hda_nid_t alc861_ssids[] = { 0x0e, 0x0f, 0x0b, 0 };
11378 return alc_parse_auto_config(codec, alc861_ignore, alc861_ssids);
604401a9
TI
11379}
11380
1d045db9
TI
11381/* Pin config fixes */
11382enum {
e652f4c8
TI
11383 ALC861_FIXUP_FSC_AMILO_PI1505,
11384 ALC861_FIXUP_AMP_VREF_0F,
11385 ALC861_FIXUP_NO_JACK_DETECT,
11386 ALC861_FIXUP_ASUS_A6RP,
6ddf0fd1 11387 ALC660_FIXUP_ASUS_W7J,
1d045db9 11388};
7085ec12 11389
31150f23
TI
11390/* On some laptops, VREF of pin 0x0f is abused for controlling the main amp */
11391static void alc861_fixup_asus_amp_vref_0f(struct hda_codec *codec,
1727a771 11392 const struct hda_fixup *fix, int action)
31150f23
TI
11393{
11394 struct alc_spec *spec = codec->spec;
11395 unsigned int val;
11396
1727a771 11397 if (action != HDA_FIXUP_ACT_INIT)
31150f23 11398 return;
d3f02d60 11399 val = snd_hda_codec_get_pin_target(codec, 0x0f);
31150f23
TI
11400 if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)))
11401 val |= AC_PINCTL_IN_EN;
11402 val |= AC_PINCTL_VREF_50;
cdd03ced 11403 snd_hda_set_pin_ctl(codec, 0x0f, val);
08c189f2 11404 spec->gen.keep_vref_in_automute = 1;
31150f23
TI
11405}
11406
e652f4c8
TI
11407/* suppress the jack-detection */
11408static void alc_fixup_no_jack_detect(struct hda_codec *codec,
1727a771 11409 const struct hda_fixup *fix, int action)
e652f4c8 11410{
1727a771 11411 if (action == HDA_FIXUP_ACT_PRE_PROBE)
e652f4c8 11412 codec->no_jack_detect = 1;
7d7eb9ea 11413}
e652f4c8 11414
1727a771 11415static const struct hda_fixup alc861_fixups[] = {
e652f4c8 11416 [ALC861_FIXUP_FSC_AMILO_PI1505] = {
1727a771
TI
11417 .type = HDA_FIXUP_PINS,
11418 .v.pins = (const struct hda_pintbl[]) {
1d045db9
TI
11419 { 0x0b, 0x0221101f }, /* HP */
11420 { 0x0f, 0x90170310 }, /* speaker */
11421 { }
11422 }
11423 },
e652f4c8 11424 [ALC861_FIXUP_AMP_VREF_0F] = {
1727a771 11425 .type = HDA_FIXUP_FUNC,
31150f23 11426 .v.func = alc861_fixup_asus_amp_vref_0f,
3b25eb69 11427 },
e652f4c8 11428 [ALC861_FIXUP_NO_JACK_DETECT] = {
1727a771 11429 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
11430 .v.func = alc_fixup_no_jack_detect,
11431 },
11432 [ALC861_FIXUP_ASUS_A6RP] = {
1727a771 11433 .type = HDA_FIXUP_FUNC,
e652f4c8
TI
11434 .v.func = alc861_fixup_asus_amp_vref_0f,
11435 .chained = true,
11436 .chain_id = ALC861_FIXUP_NO_JACK_DETECT,
6ddf0fd1
TI
11437 },
11438 [ALC660_FIXUP_ASUS_W7J] = {
11439 .type = HDA_FIXUP_VERBS,
11440 .v.verbs = (const struct hda_verb[]) {
11441 /* ASUS W7J needs a magic pin setup on unused NID 0x10
11442 * for enabling outputs
11443 */
11444 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
11445 { }
11446 },
e652f4c8 11447 }
1d045db9 11448};
7085ec12 11449
1d045db9 11450static const struct snd_pci_quirk alc861_fixup_tbl[] = {
6ddf0fd1 11451 SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J),
e7ca237b 11452 SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J),
e652f4c8
TI
11453 SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP),
11454 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F),
11455 SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT),
defce244 11456 SND_PCI_QUIRK_VENDOR(0x1584, "Haier/Uniwill", ALC861_FIXUP_AMP_VREF_0F),
e652f4c8 11457 SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", ALC861_FIXUP_FSC_AMILO_PI1505),
1d045db9
TI
11458 {}
11459};
3af9ee6b 11460
1d045db9
TI
11461/*
11462 */
1d045db9 11463static int patch_alc861(struct hda_codec *codec)
7085ec12 11464{
1d045db9 11465 struct alc_spec *spec;
1d045db9 11466 int err;
7085ec12 11467
3de95173
TI
11468 err = alc_alloc_spec(codec, 0x15);
11469 if (err < 0)
11470 return err;
1d045db9 11471
3de95173 11472 spec = codec->spec;
2722b535
TI
11473 if (has_cdefine_beep(codec))
11474 spec->gen.beep_nid = 0x23;
1d045db9 11475
225068ab
TI
11476#ifdef CONFIG_PM
11477 spec->power_hook = alc_power_eapd;
11478#endif
11479
c9af753f
TI
11480 alc_pre_init(codec);
11481
1727a771
TI
11482 snd_hda_pick_fixup(codec, NULL, alc861_fixup_tbl, alc861_fixups);
11483 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
3af9ee6b 11484
cb4e4824
TI
11485 /* automatic parse from the BIOS config */
11486 err = alc861_parse_auto_config(codec);
e16fb6d1
TI
11487 if (err < 0)
11488 goto error;
3af9ee6b 11489
fea80fae
TI
11490 if (!spec->gen.no_analog) {
11491 err = set_beep_amp(spec, 0x23, 0, HDA_OUTPUT);
11492 if (err < 0)
11493 goto error;
11494 }
7085ec12 11495
1727a771 11496 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 11497
1d045db9 11498 return 0;
e16fb6d1
TI
11499
11500 error:
11501 alc_free(codec);
11502 return err;
7085ec12
TI
11503}
11504
1d045db9
TI
11505/*
11506 * ALC861-VD support
11507 *
11508 * Based on ALC882
11509 *
11510 * In addition, an independent DAC
11511 */
1d045db9 11512static int alc861vd_parse_auto_config(struct hda_codec *codec)
bc9f98a9 11513{
1d045db9 11514 static const hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
3e6179b8
TI
11515 static const hda_nid_t alc861vd_ssids[] = { 0x15, 0x1b, 0x14, 0 };
11516 return alc_parse_auto_config(codec, alc861vd_ignore, alc861vd_ssids);
ce764ab2
TI
11517}
11518
1d045db9 11519enum {
8fdcb6fe
TI
11520 ALC660VD_FIX_ASUS_GPIO1,
11521 ALC861VD_FIX_DALLAS,
1d045db9 11522};
ce764ab2 11523
8fdcb6fe
TI
11524/* exclude VREF80 */
11525static void alc861vd_fixup_dallas(struct hda_codec *codec,
1727a771 11526 const struct hda_fixup *fix, int action)
8fdcb6fe 11527{
1727a771 11528 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
b78562b1
TI
11529 snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
11530 snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
8fdcb6fe
TI
11531 }
11532}
11533
df73d83f
TI
11534/* reset GPIO1 */
11535static void alc660vd_fixup_asus_gpio1(struct hda_codec *codec,
11536 const struct hda_fixup *fix, int action)
11537{
11538 struct alc_spec *spec = codec->spec;
11539
11540 if (action == HDA_FIXUP_ACT_PRE_PROBE)
11541 spec->gpio_mask |= 0x02;
11542 alc_fixup_gpio(codec, action, 0x01);
11543}
11544
1727a771 11545static const struct hda_fixup alc861vd_fixups[] = {
1d045db9 11546 [ALC660VD_FIX_ASUS_GPIO1] = {
df73d83f
TI
11547 .type = HDA_FIXUP_FUNC,
11548 .v.func = alc660vd_fixup_asus_gpio1,
1d045db9 11549 },
8fdcb6fe 11550 [ALC861VD_FIX_DALLAS] = {
1727a771 11551 .type = HDA_FIXUP_FUNC,
8fdcb6fe
TI
11552 .v.func = alc861vd_fixup_dallas,
11553 },
1d045db9 11554};
ce764ab2 11555
1d045db9 11556static const struct snd_pci_quirk alc861vd_fixup_tbl[] = {
8fdcb6fe 11557 SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_FIX_DALLAS),
1d045db9 11558 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS A7-K", ALC660VD_FIX_ASUS_GPIO1),
8fdcb6fe 11559 SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba L30-149", ALC861VD_FIX_DALLAS),
1d045db9
TI
11560 {}
11561};
ce764ab2 11562
1d045db9
TI
11563/*
11564 */
1d045db9 11565static int patch_alc861vd(struct hda_codec *codec)
ce764ab2 11566{
1d045db9 11567 struct alc_spec *spec;
cb4e4824 11568 int err;
ce764ab2 11569
3de95173
TI
11570 err = alc_alloc_spec(codec, 0x0b);
11571 if (err < 0)
11572 return err;
1d045db9 11573
3de95173 11574 spec = codec->spec;
2722b535
TI
11575 if (has_cdefine_beep(codec))
11576 spec->gen.beep_nid = 0x23;
1d045db9 11577
225068ab
TI
11578 spec->shutup = alc_eapd_shutup;
11579
c9af753f
TI
11580 alc_pre_init(codec);
11581
1727a771
TI
11582 snd_hda_pick_fixup(codec, NULL, alc861vd_fixup_tbl, alc861vd_fixups);
11583 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
1d045db9 11584
cb4e4824
TI
11585 /* automatic parse from the BIOS config */
11586 err = alc861vd_parse_auto_config(codec);
e16fb6d1
TI
11587 if (err < 0)
11588 goto error;
ce764ab2 11589
fea80fae
TI
11590 if (!spec->gen.no_analog) {
11591 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
11592 if (err < 0)
11593 goto error;
11594 }
1d045db9 11595
1727a771 11596 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 11597
ce764ab2 11598 return 0;
e16fb6d1
TI
11599
11600 error:
11601 alc_free(codec);
11602 return err;
ce764ab2
TI
11603}
11604
1d045db9
TI
11605/*
11606 * ALC662 support
11607 *
11608 * ALC662 is almost identical with ALC880 but has cleaner and more flexible
11609 * configuration. Each pin widget can choose any input DACs and a mixer.
11610 * Each ADC is connected from a mixer of all inputs. This makes possible
11611 * 6-channel independent captures.
11612 *
11613 * In addition, an independent DAC for the multi-playback (not used in this
11614 * driver yet).
11615 */
1d045db9
TI
11616
11617/*
11618 * BIOS auto configuration
11619 */
11620
bc9f98a9
KY
11621static int alc662_parse_auto_config(struct hda_codec *codec)
11622{
4c6d72d1 11623 static const hda_nid_t alc662_ignore[] = { 0x1d, 0 };
3e6179b8
TI
11624 static const hda_nid_t alc663_ssids[] = { 0x15, 0x1b, 0x14, 0x21 };
11625 static const hda_nid_t alc662_ssids[] = { 0x15, 0x1b, 0x14, 0 };
11626 const hda_nid_t *ssids;
ee979a14 11627
7639a06c
TI
11628 if (codec->core.vendor_id == 0x10ec0272 || codec->core.vendor_id == 0x10ec0663 ||
11629 codec->core.vendor_id == 0x10ec0665 || codec->core.vendor_id == 0x10ec0670 ||
11630 codec->core.vendor_id == 0x10ec0671)
3e6179b8 11631 ssids = alc663_ssids;
6227cdce 11632 else
3e6179b8
TI
11633 ssids = alc662_ssids;
11634 return alc_parse_auto_config(codec, alc662_ignore, ssids);
bc9f98a9
KY
11635}
11636
6be7948f 11637static void alc272_fixup_mario(struct hda_codec *codec,
1727a771 11638 const struct hda_fixup *fix, int action)
6fc398cb 11639{
9bb1f06f 11640 if (action != HDA_FIXUP_ACT_PRE_PROBE)
6fc398cb 11641 return;
6be7948f
TB
11642 if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
11643 (0x3b << AC_AMPCAP_OFFSET_SHIFT) |
11644 (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |
11645 (0x03 << AC_AMPCAP_STEP_SIZE_SHIFT) |
11646 (0 << AC_AMPCAP_MUTE_SHIFT)))
4e76a883 11647 codec_warn(codec, "failed to override amp caps for NID 0x2\n");
6be7948f
TB
11648}
11649
8e383953
TI
11650static const struct snd_pcm_chmap_elem asus_pcm_2_1_chmaps[] = {
11651 { .channels = 2,
11652 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
11653 { .channels = 4,
11654 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
11655 SNDRV_CHMAP_NA, SNDRV_CHMAP_LFE } }, /* LFE only on right */
11656 { }
11657};
11658
11659/* override the 2.1 chmap */
eb9ca3ab 11660static void alc_fixup_bass_chmap(struct hda_codec *codec,
8e383953
TI
11661 const struct hda_fixup *fix, int action)
11662{
11663 if (action == HDA_FIXUP_ACT_BUILD) {
11664 struct alc_spec *spec = codec->spec;
bbbc7e85 11665 spec->gen.pcm_rec[0]->stream[0].chmap = asus_pcm_2_1_chmaps;
8e383953
TI
11666 }
11667}
11668
bf68665d
TI
11669/* avoid D3 for keeping GPIO up */
11670static unsigned int gpio_led_power_filter(struct hda_codec *codec,
11671 hda_nid_t nid,
11672 unsigned int power_state)
11673{
11674 struct alc_spec *spec = codec->spec;
d261eec8 11675 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_data)
bf68665d
TI
11676 return AC_PWRST_D0;
11677 return power_state;
11678}
11679
3e887f37
TI
11680static void alc662_fixup_led_gpio1(struct hda_codec *codec,
11681 const struct hda_fixup *fix, int action)
11682{
11683 struct alc_spec *spec = codec->spec;
3e887f37 11684
01e4a275 11685 alc_fixup_hp_gpio_led(codec, action, 0x01, 0);
3e887f37 11686 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
0f32fd19 11687 spec->mute_led_polarity = 1;
bf68665d 11688 codec->power_filter = gpio_led_power_filter;
3e887f37
TI
11689 }
11690}
11691
c6790c8e
KY
11692static void alc662_usi_automute_hook(struct hda_codec *codec,
11693 struct hda_jack_callback *jack)
11694{
11695 struct alc_spec *spec = codec->spec;
11696 int vref;
11697 msleep(200);
11698 snd_hda_gen_hp_automute(codec, jack);
11699
11700 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
11701 msleep(100);
11702 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
11703 vref);
11704}
11705
11706static void alc662_fixup_usi_headset_mic(struct hda_codec *codec,
11707 const struct hda_fixup *fix, int action)
11708{
11709 struct alc_spec *spec = codec->spec;
11710 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11711 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11712 spec->gen.hp_automute_hook = alc662_usi_automute_hook;
11713 }
11714}
11715
00066e97
SB
11716static void alc662_aspire_ethos_mute_speakers(struct hda_codec *codec,
11717 struct hda_jack_callback *cb)
11718{
11719 /* surround speakers at 0x1b already get muted automatically when
11720 * headphones are plugged in, but we have to mute/unmute the remaining
11721 * channels manually:
11722 * 0x15 - front left/front right
11723 * 0x18 - front center/ LFE
11724 */
11725 if (snd_hda_jack_detect_state(codec, 0x1b) == HDA_JACK_PRESENT) {
11726 snd_hda_set_pin_ctl_cache(codec, 0x15, 0);
11727 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
11728 } else {
11729 snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT);
11730 snd_hda_set_pin_ctl_cache(codec, 0x18, PIN_OUT);
11731 }
11732}
11733
11734static void alc662_fixup_aspire_ethos_hp(struct hda_codec *codec,
11735 const struct hda_fixup *fix, int action)
11736{
11737 /* Pin 0x1b: shared headphones jack and surround speakers */
11738 if (!is_jack_detectable(codec, 0x1b))
11739 return;
11740
11741 switch (action) {
11742 case HDA_FIXUP_ACT_PRE_PROBE:
11743 snd_hda_jack_detect_enable_callback(codec, 0x1b,
11744 alc662_aspire_ethos_mute_speakers);
336820c4
TI
11745 /* subwoofer needs an extra GPIO setting to become audible */
11746 alc_setup_gpio(codec, 0x02);
00066e97
SB
11747 break;
11748 case HDA_FIXUP_ACT_INIT:
11749 /* Make sure to start in a correct state, i.e. if
11750 * headphones have been plugged in before powering up the system
11751 */
11752 alc662_aspire_ethos_mute_speakers(codec, NULL);
11753 break;
11754 }
11755}
11756
5af29028
KY
11757static void alc671_fixup_hp_headset_mic2(struct hda_codec *codec,
11758 const struct hda_fixup *fix, int action)
11759{
11760 struct alc_spec *spec = codec->spec;
11761
11762 static const struct hda_pintbl pincfgs[] = {
11763 { 0x19, 0x02a11040 }, /* use as headset mic, with its own jack detect */
11764 { 0x1b, 0x0181304f },
11765 { }
11766 };
11767
11768 switch (action) {
11769 case HDA_FIXUP_ACT_PRE_PROBE:
11770 spec->gen.mixer_nid = 0;
11771 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11772 snd_hda_apply_pincfgs(codec, pincfgs);
11773 break;
11774 case HDA_FIXUP_ACT_INIT:
11775 alc_write_coef_idx(codec, 0x19, 0xa054);
11776 break;
11777 }
11778}
11779
d7f32791
KY
11780static void alc897_hp_automute_hook(struct hda_codec *codec,
11781 struct hda_jack_callback *jack)
11782{
11783 struct alc_spec *spec = codec->spec;
11784 int vref;
11785
11786 snd_hda_gen_hp_automute(codec, jack);
11787 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP;
d397b6e5 11788 snd_hda_set_pin_ctl(codec, 0x1b, vref);
d7f32791
KY
11789}
11790
11791static void alc897_fixup_lenovo_headset_mic(struct hda_codec *codec,
11792 const struct hda_fixup *fix, int action)
11793{
11794 struct alc_spec *spec = codec->spec;
11795 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11796 spec->gen.hp_automute_hook = alc897_hp_automute_hook;
d397b6e5
KY
11797 spec->no_shutup_pins = 1;
11798 }
11799 if (action == HDA_FIXUP_ACT_PROBE) {
11800 snd_hda_set_pin_ctl_cache(codec, 0x1a, PIN_IN | AC_PINCTL_VREF_100);
d7f32791
KY
11801 }
11802}
11803
4bf5bf54
EP
11804static void alc897_fixup_lenovo_headset_mode(struct hda_codec *codec,
11805 const struct hda_fixup *fix, int action)
11806{
11807 struct alc_spec *spec = codec->spec;
11808
11809 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
11810 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
11811 spec->gen.hp_automute_hook = alc897_hp_automute_hook;
11812 }
11813}
11814
6b0f95c4 11815static const struct coef_fw alc668_coefs[] = {
f3f9185f
KY
11816 WRITE_COEF(0x01, 0xbebe), WRITE_COEF(0x02, 0xaaaa), WRITE_COEF(0x03, 0x0),
11817 WRITE_COEF(0x04, 0x0180), WRITE_COEF(0x06, 0x0), WRITE_COEF(0x07, 0x0f80),
11818 WRITE_COEF(0x08, 0x0031), WRITE_COEF(0x0a, 0x0060), WRITE_COEF(0x0b, 0x0),
11819 WRITE_COEF(0x0c, 0x7cf7), WRITE_COEF(0x0d, 0x1080), WRITE_COEF(0x0e, 0x7f7f),
11820 WRITE_COEF(0x0f, 0xcccc), WRITE_COEF(0x10, 0xddcc), WRITE_COEF(0x11, 0x0001),
11821 WRITE_COEF(0x13, 0x0), WRITE_COEF(0x14, 0x2aa0), WRITE_COEF(0x17, 0xa940),
11822 WRITE_COEF(0x19, 0x0), WRITE_COEF(0x1a, 0x0), WRITE_COEF(0x1b, 0x0),
11823 WRITE_COEF(0x1c, 0x0), WRITE_COEF(0x1d, 0x0), WRITE_COEF(0x1e, 0x7418),
11824 WRITE_COEF(0x1f, 0x0804), WRITE_COEF(0x20, 0x4200), WRITE_COEF(0x21, 0x0468),
11825 WRITE_COEF(0x22, 0x8ccc), WRITE_COEF(0x23, 0x0250), WRITE_COEF(0x24, 0x7418),
11826 WRITE_COEF(0x27, 0x0), WRITE_COEF(0x28, 0x8ccc), WRITE_COEF(0x2a, 0xff00),
11827 WRITE_COEF(0x2b, 0x8000), WRITE_COEF(0xa7, 0xff00), WRITE_COEF(0xa8, 0x8000),
11828 WRITE_COEF(0xaa, 0x2e17), WRITE_COEF(0xab, 0xa0c0), WRITE_COEF(0xac, 0x0),
11829 WRITE_COEF(0xad, 0x0), WRITE_COEF(0xae, 0x2ac6), WRITE_COEF(0xaf, 0xa480),
11830 WRITE_COEF(0xb0, 0x0), WRITE_COEF(0xb1, 0x0), WRITE_COEF(0xb2, 0x0),
11831 WRITE_COEF(0xb3, 0x0), WRITE_COEF(0xb4, 0x0), WRITE_COEF(0xb5, 0x1040),
11832 WRITE_COEF(0xb6, 0xd697), WRITE_COEF(0xb7, 0x902b), WRITE_COEF(0xb8, 0xd697),
11833 WRITE_COEF(0xb9, 0x902b), WRITE_COEF(0xba, 0xb8ba), WRITE_COEF(0xbb, 0xaaab),
11834 WRITE_COEF(0xbc, 0xaaaf), WRITE_COEF(0xbd, 0x6aaa), WRITE_COEF(0xbe, 0x1c02),
11835 WRITE_COEF(0xc0, 0x00ff), WRITE_COEF(0xc1, 0x0fa6),
11836 {}
11837};
11838
11839static void alc668_restore_default_value(struct hda_codec *codec)
11840{
11841 alc_process_coef_fw(codec, alc668_coefs);
11842}
11843
6cb3b707 11844enum {
2df03514 11845 ALC662_FIXUP_ASPIRE,
3e887f37 11846 ALC662_FIXUP_LED_GPIO1,
6cb3b707 11847 ALC662_FIXUP_IDEAPAD,
6be7948f 11848 ALC272_FIXUP_MARIO,
f1ec5be1 11849 ALC662_FIXUP_CZC_ET26,
d2ebd479 11850 ALC662_FIXUP_CZC_P10T,
94024cd1 11851 ALC662_FIXUP_SKU_IGNORE,
e59ea3ed 11852 ALC662_FIXUP_HP_RP5800,
53c334ad
TI
11853 ALC662_FIXUP_ASUS_MODE1,
11854 ALC662_FIXUP_ASUS_MODE2,
11855 ALC662_FIXUP_ASUS_MODE3,
11856 ALC662_FIXUP_ASUS_MODE4,
11857 ALC662_FIXUP_ASUS_MODE5,
11858 ALC662_FIXUP_ASUS_MODE6,
11859 ALC662_FIXUP_ASUS_MODE7,
11860 ALC662_FIXUP_ASUS_MODE8,
1565cc35 11861 ALC662_FIXUP_NO_JACK_DETECT,
edfe3bfc 11862 ALC662_FIXUP_ZOTAC_Z68,
125821ae 11863 ALC662_FIXUP_INV_DMIC,
1f8b46cd 11864 ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
73bdd597 11865 ALC668_FIXUP_DELL_MIC_NO_PRESENCE,
1f8b46cd 11866 ALC662_FIXUP_HEADSET_MODE,
73bdd597 11867 ALC668_FIXUP_HEADSET_MODE,
8e54b4ac 11868 ALC662_FIXUP_BASS_MODE4_CHMAP,
61a75f13 11869 ALC662_FIXUP_BASS_16,
a30c9aaa 11870 ALC662_FIXUP_BASS_1A,
8e54b4ac 11871 ALC662_FIXUP_BASS_CHMAP,
493a52a9 11872 ALC668_FIXUP_AUTO_MUTE,
5e6db669 11873 ALC668_FIXUP_DELL_DISABLE_AAMIX,
033b0a7c 11874 ALC668_FIXUP_DELL_XPS13,
9d4dc584 11875 ALC662_FIXUP_ASUS_Nx50,
fc7438b1 11876 ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE,
3231e205 11877 ALC668_FIXUP_ASUS_Nx51,
5b7c5e1f 11878 ALC668_FIXUP_MIC_COEF,
11ba6111 11879 ALC668_FIXUP_ASUS_G751,
78f4f7c2
KY
11880 ALC891_FIXUP_HEADSET_MODE,
11881 ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
9b51fe3e 11882 ALC662_FIXUP_ACER_VERITON,
1a3f0991 11883 ALC892_FIXUP_ASROCK_MOBO,
c6790c8e
KY
11884 ALC662_FIXUP_USI_FUNC,
11885 ALC662_FIXUP_USI_HEADSET_MODE,
ca169cc2 11886 ALC662_FIXUP_LENOVO_MULTI_CODECS,
00066e97 11887 ALC669_FIXUP_ACER_ASPIRE_ETHOS,
00066e97 11888 ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET,
5af29028 11889 ALC671_FIXUP_HP_HEADSET_MIC2,
d858c706 11890 ALC662_FIXUP_ACER_X2660G_HEADSET_MODE,
a124458a 11891 ALC662_FIXUP_ACER_NITRO_HEADSET_MODE,
a3fd1a98
HW
11892 ALC668_FIXUP_ASUS_NO_HEADSET_MIC,
11893 ALC668_FIXUP_HEADSET_MIC,
11894 ALC668_FIXUP_MIC_DET_COEF,
d7f32791
KY
11895 ALC897_FIXUP_LENOVO_HEADSET_MIC,
11896 ALC897_FIXUP_HEADSET_MIC_PIN,
fe6900bd 11897 ALC897_FIXUP_HP_HSMIC_VERB,
4bf5bf54
EP
11898 ALC897_FIXUP_LENOVO_HEADSET_MODE,
11899 ALC897_FIXUP_HEADSET_MIC_PIN2,
73f1c75d 11900 ALC897_FIXUP_UNIS_H3C_X500S,
6cb3b707
DH
11901};
11902
1727a771 11903static const struct hda_fixup alc662_fixups[] = {
2df03514 11904 [ALC662_FIXUP_ASPIRE] = {
1727a771
TI
11905 .type = HDA_FIXUP_PINS,
11906 .v.pins = (const struct hda_pintbl[]) {
2df03514
DC
11907 { 0x15, 0x99130112 }, /* subwoofer */
11908 { }
11909 }
11910 },
3e887f37
TI
11911 [ALC662_FIXUP_LED_GPIO1] = {
11912 .type = HDA_FIXUP_FUNC,
11913 .v.func = alc662_fixup_led_gpio1,
11914 },
6cb3b707 11915 [ALC662_FIXUP_IDEAPAD] = {
1727a771
TI
11916 .type = HDA_FIXUP_PINS,
11917 .v.pins = (const struct hda_pintbl[]) {
6cb3b707
DH
11918 { 0x17, 0x99130112 }, /* subwoofer */
11919 { }
3e887f37
TI
11920 },
11921 .chained = true,
11922 .chain_id = ALC662_FIXUP_LED_GPIO1,
6cb3b707 11923 },
6be7948f 11924 [ALC272_FIXUP_MARIO] = {
1727a771 11925 .type = HDA_FIXUP_FUNC,
b5bfbc67 11926 .v.func = alc272_fixup_mario,
d2ebd479 11927 },
f1ec5be1
HC
11928 [ALC662_FIXUP_CZC_ET26] = {
11929 .type = HDA_FIXUP_PINS,
11930 .v.pins = (const struct hda_pintbl[]) {
11931 {0x12, 0x403cc000},
11932 {0x14, 0x90170110}, /* speaker */
11933 {0x15, 0x411111f0},
11934 {0x16, 0x411111f0},
11935 {0x18, 0x01a19030}, /* mic */
11936 {0x19, 0x90a7013f}, /* int-mic */
11937 {0x1a, 0x01014020},
11938 {0x1b, 0x0121401f},
11939 {0x1c, 0x411111f0},
11940 {0x1d, 0x411111f0},
11941 {0x1e, 0x40478e35},
11942 {}
11943 },
11944 .chained = true,
11945 .chain_id = ALC662_FIXUP_SKU_IGNORE
11946 },
d2ebd479 11947 [ALC662_FIXUP_CZC_P10T] = {
1727a771 11948 .type = HDA_FIXUP_VERBS,
d2ebd479
AA
11949 .v.verbs = (const struct hda_verb[]) {
11950 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
11951 {}
11952 }
11953 },
94024cd1 11954 [ALC662_FIXUP_SKU_IGNORE] = {
1727a771 11955 .type = HDA_FIXUP_FUNC,
23d30f28 11956 .v.func = alc_fixup_sku_ignore,
c6b35874 11957 },
e59ea3ed 11958 [ALC662_FIXUP_HP_RP5800] = {
1727a771
TI
11959 .type = HDA_FIXUP_PINS,
11960 .v.pins = (const struct hda_pintbl[]) {
e59ea3ed
TI
11961 { 0x14, 0x0221201f }, /* HP out */
11962 { }
11963 },
11964 .chained = true,
11965 .chain_id = ALC662_FIXUP_SKU_IGNORE
11966 },
53c334ad 11967 [ALC662_FIXUP_ASUS_MODE1] = {
1727a771
TI
11968 .type = HDA_FIXUP_PINS,
11969 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11970 { 0x14, 0x99130110 }, /* speaker */
11971 { 0x18, 0x01a19c20 }, /* mic */
11972 { 0x19, 0x99a3092f }, /* int-mic */
11973 { 0x21, 0x0121401f }, /* HP out */
11974 { }
11975 },
11976 .chained = true,
11977 .chain_id = ALC662_FIXUP_SKU_IGNORE
11978 },
11979 [ALC662_FIXUP_ASUS_MODE2] = {
1727a771
TI
11980 .type = HDA_FIXUP_PINS,
11981 .v.pins = (const struct hda_pintbl[]) {
2996bdba
TI
11982 { 0x14, 0x99130110 }, /* speaker */
11983 { 0x18, 0x01a19820 }, /* mic */
11984 { 0x19, 0x99a3092f }, /* int-mic */
11985 { 0x1b, 0x0121401f }, /* HP out */
11986 { }
11987 },
53c334ad
TI
11988 .chained = true,
11989 .chain_id = ALC662_FIXUP_SKU_IGNORE
11990 },
11991 [ALC662_FIXUP_ASUS_MODE3] = {
1727a771
TI
11992 .type = HDA_FIXUP_PINS,
11993 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
11994 { 0x14, 0x99130110 }, /* speaker */
11995 { 0x15, 0x0121441f }, /* HP */
11996 { 0x18, 0x01a19840 }, /* mic */
11997 { 0x19, 0x99a3094f }, /* int-mic */
11998 { 0x21, 0x01211420 }, /* HP2 */
11999 { }
12000 },
12001 .chained = true,
12002 .chain_id = ALC662_FIXUP_SKU_IGNORE
12003 },
12004 [ALC662_FIXUP_ASUS_MODE4] = {
1727a771
TI
12005 .type = HDA_FIXUP_PINS,
12006 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
12007 { 0x14, 0x99130110 }, /* speaker */
12008 { 0x16, 0x99130111 }, /* speaker */
12009 { 0x18, 0x01a19840 }, /* mic */
12010 { 0x19, 0x99a3094f }, /* int-mic */
12011 { 0x21, 0x0121441f }, /* HP */
12012 { }
12013 },
12014 .chained = true,
12015 .chain_id = ALC662_FIXUP_SKU_IGNORE
12016 },
12017 [ALC662_FIXUP_ASUS_MODE5] = {
1727a771
TI
12018 .type = HDA_FIXUP_PINS,
12019 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
12020 { 0x14, 0x99130110 }, /* speaker */
12021 { 0x15, 0x0121441f }, /* HP */
12022 { 0x16, 0x99130111 }, /* speaker */
12023 { 0x18, 0x01a19840 }, /* mic */
12024 { 0x19, 0x99a3094f }, /* int-mic */
12025 { }
12026 },
12027 .chained = true,
12028 .chain_id = ALC662_FIXUP_SKU_IGNORE
12029 },
12030 [ALC662_FIXUP_ASUS_MODE6] = {
1727a771
TI
12031 .type = HDA_FIXUP_PINS,
12032 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
12033 { 0x14, 0x99130110 }, /* speaker */
12034 { 0x15, 0x01211420 }, /* HP2 */
12035 { 0x18, 0x01a19840 }, /* mic */
12036 { 0x19, 0x99a3094f }, /* int-mic */
12037 { 0x1b, 0x0121441f }, /* HP */
12038 { }
12039 },
12040 .chained = true,
12041 .chain_id = ALC662_FIXUP_SKU_IGNORE
12042 },
12043 [ALC662_FIXUP_ASUS_MODE7] = {
1727a771
TI
12044 .type = HDA_FIXUP_PINS,
12045 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
12046 { 0x14, 0x99130110 }, /* speaker */
12047 { 0x17, 0x99130111 }, /* speaker */
12048 { 0x18, 0x01a19840 }, /* mic */
12049 { 0x19, 0x99a3094f }, /* int-mic */
12050 { 0x1b, 0x01214020 }, /* HP */
12051 { 0x21, 0x0121401f }, /* HP */
12052 { }
12053 },
12054 .chained = true,
12055 .chain_id = ALC662_FIXUP_SKU_IGNORE
12056 },
12057 [ALC662_FIXUP_ASUS_MODE8] = {
1727a771
TI
12058 .type = HDA_FIXUP_PINS,
12059 .v.pins = (const struct hda_pintbl[]) {
53c334ad
TI
12060 { 0x14, 0x99130110 }, /* speaker */
12061 { 0x12, 0x99a30970 }, /* int-mic */
12062 { 0x15, 0x01214020 }, /* HP */
12063 { 0x17, 0x99130111 }, /* speaker */
12064 { 0x18, 0x01a19840 }, /* mic */
12065 { 0x21, 0x0121401f }, /* HP */
12066 { }
12067 },
12068 .chained = true,
12069 .chain_id = ALC662_FIXUP_SKU_IGNORE
2996bdba 12070 },
1565cc35 12071 [ALC662_FIXUP_NO_JACK_DETECT] = {
1727a771 12072 .type = HDA_FIXUP_FUNC,
1565cc35
TI
12073 .v.func = alc_fixup_no_jack_detect,
12074 },
edfe3bfc 12075 [ALC662_FIXUP_ZOTAC_Z68] = {
1727a771
TI
12076 .type = HDA_FIXUP_PINS,
12077 .v.pins = (const struct hda_pintbl[]) {
edfe3bfc
DH
12078 { 0x1b, 0x02214020 }, /* Front HP */
12079 { }
12080 }
12081 },
125821ae 12082 [ALC662_FIXUP_INV_DMIC] = {
1727a771 12083 .type = HDA_FIXUP_FUNC,
9d36a7dc 12084 .v.func = alc_fixup_inv_dmic,
125821ae 12085 },
033b0a7c
GM
12086 [ALC668_FIXUP_DELL_XPS13] = {
12087 .type = HDA_FIXUP_FUNC,
12088 .v.func = alc_fixup_dell_xps13,
12089 .chained = true,
12090 .chain_id = ALC668_FIXUP_DELL_DISABLE_AAMIX
12091 },
5e6db669
GM
12092 [ALC668_FIXUP_DELL_DISABLE_AAMIX] = {
12093 .type = HDA_FIXUP_FUNC,
12094 .v.func = alc_fixup_disable_aamix,
12095 .chained = true,
12096 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
12097 },
493a52a9
HW
12098 [ALC668_FIXUP_AUTO_MUTE] = {
12099 .type = HDA_FIXUP_FUNC,
12100 .v.func = alc_fixup_auto_mute_via_amp,
12101 .chained = true,
12102 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
12103 },
1f8b46cd
DH
12104 [ALC662_FIXUP_DELL_MIC_NO_PRESENCE] = {
12105 .type = HDA_FIXUP_PINS,
12106 .v.pins = (const struct hda_pintbl[]) {
12107 { 0x19, 0x03a1113c }, /* use as headset mic, without its own jack detect */
12108 /* headphone mic by setting pin control of 0x1b (headphone out) to in + vref_50 */
12109 { }
12110 },
12111 .chained = true,
12112 .chain_id = ALC662_FIXUP_HEADSET_MODE
12113 },
12114 [ALC662_FIXUP_HEADSET_MODE] = {
12115 .type = HDA_FIXUP_FUNC,
12116 .v.func = alc_fixup_headset_mode_alc662,
12117 },
73bdd597
DH
12118 [ALC668_FIXUP_DELL_MIC_NO_PRESENCE] = {
12119 .type = HDA_FIXUP_PINS,
12120 .v.pins = (const struct hda_pintbl[]) {
12121 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
12122 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
12123 { }
12124 },
12125 .chained = true,
12126 .chain_id = ALC668_FIXUP_HEADSET_MODE
12127 },
12128 [ALC668_FIXUP_HEADSET_MODE] = {
12129 .type = HDA_FIXUP_FUNC,
12130 .v.func = alc_fixup_headset_mode_alc668,
12131 },
8e54b4ac 12132 [ALC662_FIXUP_BASS_MODE4_CHMAP] = {
8e383953 12133 .type = HDA_FIXUP_FUNC,
eb9ca3ab 12134 .v.func = alc_fixup_bass_chmap,
8e383953
TI
12135 .chained = true,
12136 .chain_id = ALC662_FIXUP_ASUS_MODE4
12137 },
61a75f13
DH
12138 [ALC662_FIXUP_BASS_16] = {
12139 .type = HDA_FIXUP_PINS,
12140 .v.pins = (const struct hda_pintbl[]) {
12141 {0x16, 0x80106111}, /* bass speaker */
12142 {}
12143 },
12144 .chained = true,
12145 .chain_id = ALC662_FIXUP_BASS_CHMAP,
12146 },
a30c9aaa
TI
12147 [ALC662_FIXUP_BASS_1A] = {
12148 .type = HDA_FIXUP_PINS,
12149 .v.pins = (const struct hda_pintbl[]) {
12150 {0x1a, 0x80106111}, /* bass speaker */
12151 {}
12152 },
8e54b4ac
DH
12153 .chained = true,
12154 .chain_id = ALC662_FIXUP_BASS_CHMAP,
a30c9aaa 12155 },
8e54b4ac 12156 [ALC662_FIXUP_BASS_CHMAP] = {
a30c9aaa 12157 .type = HDA_FIXUP_FUNC,
eb9ca3ab 12158 .v.func = alc_fixup_bass_chmap,
a30c9aaa 12159 },
9d4dc584
BM
12160 [ALC662_FIXUP_ASUS_Nx50] = {
12161 .type = HDA_FIXUP_FUNC,
12162 .v.func = alc_fixup_auto_mute_via_amp,
12163 .chained = true,
12164 .chain_id = ALC662_FIXUP_BASS_1A
12165 },
fc7438b1
MP
12166 [ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE] = {
12167 .type = HDA_FIXUP_FUNC,
12168 .v.func = alc_fixup_headset_mode_alc668,
12169 .chain_id = ALC662_FIXUP_BASS_CHMAP
12170 },
3231e205
YP
12171 [ALC668_FIXUP_ASUS_Nx51] = {
12172 .type = HDA_FIXUP_PINS,
12173 .v.pins = (const struct hda_pintbl[]) {
fc7438b1
MP
12174 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
12175 { 0x1a, 0x90170151 }, /* bass speaker */
12176 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
3231e205
YP
12177 {}
12178 },
12179 .chained = true,
fc7438b1 12180 .chain_id = ALC668_FIXUP_ASUS_Nx51_HEADSET_MODE,
3231e205 12181 },
5b7c5e1f 12182 [ALC668_FIXUP_MIC_COEF] = {
11ba6111
TI
12183 .type = HDA_FIXUP_VERBS,
12184 .v.verbs = (const struct hda_verb[]) {
12185 { 0x20, AC_VERB_SET_COEF_INDEX, 0xc3 },
12186 { 0x20, AC_VERB_SET_PROC_COEF, 0x4000 },
12187 {}
12188 },
12189 },
5b7c5e1f
TI
12190 [ALC668_FIXUP_ASUS_G751] = {
12191 .type = HDA_FIXUP_PINS,
12192 .v.pins = (const struct hda_pintbl[]) {
12193 { 0x16, 0x0421101f }, /* HP */
12194 {}
12195 },
12196 .chained = true,
12197 .chain_id = ALC668_FIXUP_MIC_COEF
12198 },
78f4f7c2
KY
12199 [ALC891_FIXUP_HEADSET_MODE] = {
12200 .type = HDA_FIXUP_FUNC,
12201 .v.func = alc_fixup_headset_mode,
12202 },
12203 [ALC891_FIXUP_DELL_MIC_NO_PRESENCE] = {
12204 .type = HDA_FIXUP_PINS,
12205 .v.pins = (const struct hda_pintbl[]) {
12206 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
12207 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
12208 { }
12209 },
12210 .chained = true,
12211 .chain_id = ALC891_FIXUP_HEADSET_MODE
12212 },
9b51fe3e
SB
12213 [ALC662_FIXUP_ACER_VERITON] = {
12214 .type = HDA_FIXUP_PINS,
12215 .v.pins = (const struct hda_pintbl[]) {
12216 { 0x15, 0x50170120 }, /* no internal speaker */
12217 { }
12218 }
12219 },
1a3f0991
TI
12220 [ALC892_FIXUP_ASROCK_MOBO] = {
12221 .type = HDA_FIXUP_PINS,
12222 .v.pins = (const struct hda_pintbl[]) {
12223 { 0x15, 0x40f000f0 }, /* disabled */
12224 { 0x16, 0x40f000f0 }, /* disabled */
1a3f0991
TI
12225 { }
12226 }
12227 },
c6790c8e
KY
12228 [ALC662_FIXUP_USI_FUNC] = {
12229 .type = HDA_FIXUP_FUNC,
12230 .v.func = alc662_fixup_usi_headset_mic,
12231 },
12232 [ALC662_FIXUP_USI_HEADSET_MODE] = {
12233 .type = HDA_FIXUP_PINS,
12234 .v.pins = (const struct hda_pintbl[]) {
12235 { 0x19, 0x02a1913c }, /* use as headset mic, without its own jack detect */
12236 { 0x18, 0x01a1903d },
12237 { }
12238 },
12239 .chained = true,
12240 .chain_id = ALC662_FIXUP_USI_FUNC
12241 },
ca169cc2
KY
12242 [ALC662_FIXUP_LENOVO_MULTI_CODECS] = {
12243 .type = HDA_FIXUP_FUNC,
12244 .v.func = alc233_alc662_fixup_lenovo_dual_codecs,
12245 },
00066e97
SB
12246 [ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET] = {
12247 .type = HDA_FIXUP_FUNC,
12248 .v.func = alc662_fixup_aspire_ethos_hp,
12249 },
00066e97
SB
12250 [ALC669_FIXUP_ACER_ASPIRE_ETHOS] = {
12251 .type = HDA_FIXUP_PINS,
12252 .v.pins = (const struct hda_pintbl[]) {
12253 { 0x15, 0x92130110 }, /* front speakers */
12254 { 0x18, 0x99130111 }, /* center/subwoofer */
12255 { 0x1b, 0x11130012 }, /* surround plus jack for HP */
12256 { }
12257 },
12258 .chained = true,
336820c4 12259 .chain_id = ALC669_FIXUP_ACER_ASPIRE_ETHOS_HEADSET
00066e97 12260 },
5af29028
KY
12261 [ALC671_FIXUP_HP_HEADSET_MIC2] = {
12262 .type = HDA_FIXUP_FUNC,
12263 .v.func = alc671_fixup_hp_headset_mic2,
12264 },
d858c706
JHP
12265 [ALC662_FIXUP_ACER_X2660G_HEADSET_MODE] = {
12266 .type = HDA_FIXUP_PINS,
12267 .v.pins = (const struct hda_pintbl[]) {
12268 { 0x1a, 0x02a1113c }, /* use as headset mic, without its own jack detect */
12269 { }
12270 },
12271 .chained = true,
12272 .chain_id = ALC662_FIXUP_USI_FUNC
12273 },
a124458a
JHP
12274 [ALC662_FIXUP_ACER_NITRO_HEADSET_MODE] = {
12275 .type = HDA_FIXUP_PINS,
12276 .v.pins = (const struct hda_pintbl[]) {
12277 { 0x1a, 0x01a11140 }, /* use as headset mic, without its own jack detect */
12278 { 0x1b, 0x0221144f },
12279 { }
12280 },
12281 .chained = true,
12282 .chain_id = ALC662_FIXUP_USI_FUNC
12283 },
a3fd1a98
HW
12284 [ALC668_FIXUP_ASUS_NO_HEADSET_MIC] = {
12285 .type = HDA_FIXUP_PINS,
12286 .v.pins = (const struct hda_pintbl[]) {
12287 { 0x1b, 0x04a1112c },
12288 { }
12289 },
12290 .chained = true,
12291 .chain_id = ALC668_FIXUP_HEADSET_MIC
12292 },
12293 [ALC668_FIXUP_HEADSET_MIC] = {
12294 .type = HDA_FIXUP_FUNC,
12295 .v.func = alc269_fixup_headset_mic,
12296 .chained = true,
12297 .chain_id = ALC668_FIXUP_MIC_DET_COEF
12298 },
12299 [ALC668_FIXUP_MIC_DET_COEF] = {
12300 .type = HDA_FIXUP_VERBS,
12301 .v.verbs = (const struct hda_verb[]) {
12302 { 0x20, AC_VERB_SET_COEF_INDEX, 0x15 },
12303 { 0x20, AC_VERB_SET_PROC_COEF, 0x0d60 },
12304 {}
12305 },
12306 },
d7f32791
KY
12307 [ALC897_FIXUP_LENOVO_HEADSET_MIC] = {
12308 .type = HDA_FIXUP_FUNC,
12309 .v.func = alc897_fixup_lenovo_headset_mic,
12310 },
12311 [ALC897_FIXUP_HEADSET_MIC_PIN] = {
12312 .type = HDA_FIXUP_PINS,
12313 .v.pins = (const struct hda_pintbl[]) {
12314 { 0x1a, 0x03a11050 },
12315 { }
12316 },
12317 .chained = true,
12318 .chain_id = ALC897_FIXUP_LENOVO_HEADSET_MIC
12319 },
fe6900bd
KY
12320 [ALC897_FIXUP_HP_HSMIC_VERB] = {
12321 .type = HDA_FIXUP_PINS,
12322 .v.pins = (const struct hda_pintbl[]) {
12323 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
12324 { }
12325 },
12326 },
4bf5bf54
EP
12327 [ALC897_FIXUP_LENOVO_HEADSET_MODE] = {
12328 .type = HDA_FIXUP_FUNC,
12329 .v.func = alc897_fixup_lenovo_headset_mode,
12330 },
12331 [ALC897_FIXUP_HEADSET_MIC_PIN2] = {
12332 .type = HDA_FIXUP_PINS,
12333 .v.pins = (const struct hda_pintbl[]) {
12334 { 0x1a, 0x01a11140 }, /* use as headset mic, without its own jack detect */
12335 { }
12336 },
12337 .chained = true,
12338 .chain_id = ALC897_FIXUP_LENOVO_HEADSET_MODE
12339 },
73f1c75d 12340 [ALC897_FIXUP_UNIS_H3C_X500S] = {
12341 .type = HDA_FIXUP_VERBS,
12342 .v.verbs = (const struct hda_verb[]) {
12343 { 0x14, AC_VERB_SET_EAPD_BTLENABLE, 0 },
12344 {}
12345 },
12346 },
6cb3b707
DH
12347};
12348
a9111321 12349static const struct snd_pci_quirk alc662_fixup_tbl[] = {
53c334ad 12350 SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_FIXUP_ASUS_MODE2),
d3d3835c 12351 SND_PCI_QUIRK(0x1025, 0x022f, "Acer Aspire One", ALC662_FIXUP_INV_DMIC),
02f6ff90 12352 SND_PCI_QUIRK(0x1025, 0x0241, "Packard Bell DOTS", ALC662_FIXUP_INV_DMIC),
a6c47a85 12353 SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE),
94024cd1 12354 SND_PCI_QUIRK(0x1025, 0x031c, "Gateway NV79", ALC662_FIXUP_SKU_IGNORE),
125821ae 12355 SND_PCI_QUIRK(0x1025, 0x0349, "eMachines eM250", ALC662_FIXUP_INV_DMIC),
1801928e 12356 SND_PCI_QUIRK(0x1025, 0x034a, "Gateway LT27", ALC662_FIXUP_INV_DMIC),
2df03514 12357 SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
9edeb110 12358 SND_PCI_QUIRK(0x1025, 0x0566, "Acer Aspire Ethos 8951G", ALC669_FIXUP_ACER_ASPIRE_ETHOS),
a124458a 12359 SND_PCI_QUIRK(0x1025, 0x123c, "Acer Nitro N50-600", ALC662_FIXUP_ACER_NITRO_HEADSET_MODE),
d858c706 12360 SND_PCI_QUIRK(0x1025, 0x124e, "Acer 2660G", ALC662_FIXUP_ACER_X2660G_HEADSET_MODE),
73bdd597
DH
12361 SND_PCI_QUIRK(0x1028, 0x05d8, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
12362 SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
c5d019c3 12363 SND_PCI_QUIRK(0x1028, 0x05fe, "Dell XPS 15", ALC668_FIXUP_DELL_XPS13),
033b0a7c 12364 SND_PCI_QUIRK(0x1028, 0x060a, "Dell XPS 13", ALC668_FIXUP_DELL_XPS13),
467e1436 12365 SND_PCI_QUIRK(0x1028, 0x060d, "Dell M3800", ALC668_FIXUP_DELL_XPS13),
09d2014f 12366 SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
ad8ff99e 12367 SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
8dc9abb9
KY
12368 SND_PCI_QUIRK(0x1028, 0x0696, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
12369 SND_PCI_QUIRK(0x1028, 0x0698, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
6a98e34b 12370 SND_PCI_QUIRK(0x1028, 0x069f, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
e59ea3ed 12371 SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800),
ea24b995 12372 SND_PCI_QUIRK(0x103c, 0x870c, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
fe6900bd 12373 SND_PCI_QUIRK(0x103c, 0x8719, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
90670ef7 12374 SND_PCI_QUIRK(0x103c, 0x872b, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
148ebf54 12375 SND_PCI_QUIRK(0x103c, 0x873e, "HP", ALC671_FIXUP_HP_HEADSET_MIC2),
527c356b 12376 SND_PCI_QUIRK(0x103c, 0x8768, "HP Slim Desktop S01", ALC671_FIXUP_HP_HEADSET_MIC2),
dbe75d31 12377 SND_PCI_QUIRK(0x103c, 0x877e, "HP 288 Pro G6", ALC671_FIXUP_HP_HEADSET_MIC2),
882bd07f 12378 SND_PCI_QUIRK(0x103c, 0x885f, "HP 288 Pro G8", ALC671_FIXUP_HP_HEADSET_MIC2),
2da2dc9e 12379 SND_PCI_QUIRK(0x1043, 0x1080, "Asus UX501VW", ALC668_FIXUP_HEADSET_MODE),
83a9efb5 12380 SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_ASUS_Nx50),
9d4dc584 12381 SND_PCI_QUIRK(0x1043, 0x129d, "Asus N750", ALC662_FIXUP_ASUS_Nx50),
11ba6111 12382 SND_PCI_QUIRK(0x1043, 0x12ff, "ASUS G751", ALC668_FIXUP_ASUS_G751),
9edeb110 12383 SND_PCI_QUIRK(0x1043, 0x13df, "Asus N550JX", ALC662_FIXUP_BASS_1A),
8e54b4ac 12384 SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
61a75f13 12385 SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),
3231e205
YP
12386 SND_PCI_QUIRK(0x1043, 0x177d, "ASUS N551", ALC668_FIXUP_ASUS_Nx51),
12387 SND_PCI_QUIRK(0x1043, 0x17bd, "ASUS N751", ALC668_FIXUP_ASUS_Nx51),
a3fd1a98 12388 SND_PCI_QUIRK(0x1043, 0x185d, "ASUS G551JW", ALC668_FIXUP_ASUS_NO_HEADSET_MIC),
c7efff92 12389 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71SL", ALC662_FIXUP_ASUS_MODE8),
61a75f13 12390 SND_PCI_QUIRK(0x1043, 0x1b73, "ASUS N55SF", ALC662_FIXUP_BASS_16),
8e54b4ac 12391 SND_PCI_QUIRK(0x1043, 0x1bf3, "ASUS N76VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
1565cc35 12392 SND_PCI_QUIRK(0x1043, 0x8469, "ASUS mobo", ALC662_FIXUP_NO_JACK_DETECT),
53c334ad 12393 SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_FIXUP_ASUS_MODE2),
a0e90acc 12394 SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD),
c6790c8e 12395 SND_PCI_QUIRK(0x14cd, 0x5003, "USI", ALC662_FIXUP_USI_HEADSET_MODE),
ca169cc2 12396 SND_PCI_QUIRK(0x17aa, 0x1036, "Lenovo P520", ALC662_FIXUP_LENOVO_MULTI_CODECS),
5a873857 12397 SND_PCI_QUIRK(0x17aa, 0x1057, "Lenovo P360", ALC897_FIXUP_HEADSET_MIC_PIN),
7ca4c8d4 12398 SND_PCI_QUIRK(0x17aa, 0x1064, "Lenovo P3 Tower", ALC897_FIXUP_HEADSET_MIC_PIN),
d7f32791
KY
12399 SND_PCI_QUIRK(0x17aa, 0x32ca, "Lenovo ThinkCentre M80", ALC897_FIXUP_HEADSET_MIC_PIN),
12400 SND_PCI_QUIRK(0x17aa, 0x32cb, "Lenovo ThinkCentre M70", ALC897_FIXUP_HEADSET_MIC_PIN),
12401 SND_PCI_QUIRK(0x17aa, 0x32cf, "Lenovo ThinkCentre M950", ALC897_FIXUP_HEADSET_MIC_PIN),
12402 SND_PCI_QUIRK(0x17aa, 0x32f7, "Lenovo ThinkCentre M90", ALC897_FIXUP_HEADSET_MIC_PIN),
4ca110ca
BL
12403 SND_PCI_QUIRK(0x17aa, 0x3321, "Lenovo ThinkCentre M70 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
12404 SND_PCI_QUIRK(0x17aa, 0x331b, "Lenovo ThinkCentre M90 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
6f7e4664 12405 SND_PCI_QUIRK(0x17aa, 0x3364, "Lenovo ThinkCentre M90 Gen5", ALC897_FIXUP_HEADSET_MIC_PIN),
4bf5bf54 12406 SND_PCI_QUIRK(0x17aa, 0x3742, "Lenovo TianYi510Pro-14IOB", ALC897_FIXUP_HEADSET_MIC_PIN2),
d4118588 12407 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
6cb3b707 12408 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
1a3f0991 12409 SND_PCI_QUIRK(0x1849, 0x5892, "ASRock B150M", ALC892_FIXUP_ASROCK_MOBO),
edfe3bfc 12410 SND_PCI_QUIRK(0x19da, 0xa130, "Zotac Z68", ALC662_FIXUP_ZOTAC_Z68),
9b51fe3e 12411 SND_PCI_QUIRK(0x1b0a, 0x01b8, "ACER Veriton", ALC662_FIXUP_ACER_VERITON),
f1ec5be1 12412 SND_PCI_QUIRK(0x1b35, 0x1234, "CZC ET26", ALC662_FIXUP_CZC_ET26),
d2ebd479 12413 SND_PCI_QUIRK(0x1b35, 0x2206, "CZC P10T", ALC662_FIXUP_CZC_P10T),
a2a87148 12414 SND_PCI_QUIRK(0x1c6c, 0x1239, "Compaq N14JP6-V2", ALC897_FIXUP_HP_HSMIC_VERB),
53c334ad
TI
12415
12416#if 0
12417 /* Below is a quirk table taken from the old code.
12418 * Basically the device should work as is without the fixup table.
12419 * If BIOS doesn't give a proper info, enable the corresponding
12420 * fixup entry.
7d7eb9ea 12421 */
53c334ad
TI
12422 SND_PCI_QUIRK(0x1043, 0x1000, "ASUS N50Vm", ALC662_FIXUP_ASUS_MODE1),
12423 SND_PCI_QUIRK(0x1043, 0x1092, "ASUS NB", ALC662_FIXUP_ASUS_MODE3),
12424 SND_PCI_QUIRK(0x1043, 0x1173, "ASUS K73Jn", ALC662_FIXUP_ASUS_MODE1),
12425 SND_PCI_QUIRK(0x1043, 0x11c3, "ASUS M70V", ALC662_FIXUP_ASUS_MODE3),
12426 SND_PCI_QUIRK(0x1043, 0x11d3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
12427 SND_PCI_QUIRK(0x1043, 0x11f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12428 SND_PCI_QUIRK(0x1043, 0x1203, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
12429 SND_PCI_QUIRK(0x1043, 0x1303, "ASUS G60J", ALC662_FIXUP_ASUS_MODE1),
12430 SND_PCI_QUIRK(0x1043, 0x1333, "ASUS G60Jx", ALC662_FIXUP_ASUS_MODE1),
12431 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12432 SND_PCI_QUIRK(0x1043, 0x13e3, "ASUS N71JA", ALC662_FIXUP_ASUS_MODE7),
12433 SND_PCI_QUIRK(0x1043, 0x1463, "ASUS N71", ALC662_FIXUP_ASUS_MODE7),
12434 SND_PCI_QUIRK(0x1043, 0x14d3, "ASUS G72", ALC662_FIXUP_ASUS_MODE8),
12435 SND_PCI_QUIRK(0x1043, 0x1563, "ASUS N90", ALC662_FIXUP_ASUS_MODE3),
12436 SND_PCI_QUIRK(0x1043, 0x15d3, "ASUS N50SF F50SF", ALC662_FIXUP_ASUS_MODE1),
12437 SND_PCI_QUIRK(0x1043, 0x16c3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12438 SND_PCI_QUIRK(0x1043, 0x16f3, "ASUS K40C K50C", ALC662_FIXUP_ASUS_MODE2),
12439 SND_PCI_QUIRK(0x1043, 0x1733, "ASUS N81De", ALC662_FIXUP_ASUS_MODE1),
12440 SND_PCI_QUIRK(0x1043, 0x1753, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12441 SND_PCI_QUIRK(0x1043, 0x1763, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
12442 SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
12443 SND_PCI_QUIRK(0x1043, 0x1783, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12444 SND_PCI_QUIRK(0x1043, 0x1793, "ASUS F50GX", ALC662_FIXUP_ASUS_MODE1),
12445 SND_PCI_QUIRK(0x1043, 0x17b3, "ASUS F70SL", ALC662_FIXUP_ASUS_MODE3),
12446 SND_PCI_QUIRK(0x1043, 0x17f3, "ASUS X58LE", ALC662_FIXUP_ASUS_MODE2),
12447 SND_PCI_QUIRK(0x1043, 0x1813, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12448 SND_PCI_QUIRK(0x1043, 0x1823, "ASUS NB", ALC662_FIXUP_ASUS_MODE5),
12449 SND_PCI_QUIRK(0x1043, 0x1833, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
12450 SND_PCI_QUIRK(0x1043, 0x1843, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12451 SND_PCI_QUIRK(0x1043, 0x1853, "ASUS F50Z", ALC662_FIXUP_ASUS_MODE1),
12452 SND_PCI_QUIRK(0x1043, 0x1864, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12453 SND_PCI_QUIRK(0x1043, 0x1876, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12454 SND_PCI_QUIRK(0x1043, 0x1893, "ASUS M50Vm", ALC662_FIXUP_ASUS_MODE3),
12455 SND_PCI_QUIRK(0x1043, 0x1894, "ASUS X55", ALC662_FIXUP_ASUS_MODE3),
12456 SND_PCI_QUIRK(0x1043, 0x18b3, "ASUS N80Vc", ALC662_FIXUP_ASUS_MODE1),
12457 SND_PCI_QUIRK(0x1043, 0x18c3, "ASUS VX5", ALC662_FIXUP_ASUS_MODE1),
12458 SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS N81Te", ALC662_FIXUP_ASUS_MODE1),
12459 SND_PCI_QUIRK(0x1043, 0x18f3, "ASUS N505Tp", ALC662_FIXUP_ASUS_MODE1),
12460 SND_PCI_QUIRK(0x1043, 0x1903, "ASUS F5GL", ALC662_FIXUP_ASUS_MODE1),
12461 SND_PCI_QUIRK(0x1043, 0x1913, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
12462 SND_PCI_QUIRK(0x1043, 0x1933, "ASUS F80Q", ALC662_FIXUP_ASUS_MODE2),
12463 SND_PCI_QUIRK(0x1043, 0x1943, "ASUS Vx3V", ALC662_FIXUP_ASUS_MODE1),
12464 SND_PCI_QUIRK(0x1043, 0x1953, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
12465 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71C", ALC662_FIXUP_ASUS_MODE3),
12466 SND_PCI_QUIRK(0x1043, 0x1983, "ASUS N5051A", ALC662_FIXUP_ASUS_MODE1),
12467 SND_PCI_QUIRK(0x1043, 0x1993, "ASUS N20", ALC662_FIXUP_ASUS_MODE1),
12468 SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS F7Z", ALC662_FIXUP_ASUS_MODE1),
12469 SND_PCI_QUIRK(0x1043, 0x19c3, "ASUS F5Z/F6x", ALC662_FIXUP_ASUS_MODE2),
12470 SND_PCI_QUIRK(0x1043, 0x19e3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
12471 SND_PCI_QUIRK(0x1043, 0x19f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE4),
12472#endif
6cb3b707
DH
12473 {}
12474};
12475
1727a771 12476static const struct hda_model_fixup alc662_fixup_models[] = {
aa3841b5
TI
12477 {.id = ALC662_FIXUP_ASPIRE, .name = "aspire"},
12478 {.id = ALC662_FIXUP_IDEAPAD, .name = "ideapad"},
6be7948f 12479 {.id = ALC272_FIXUP_MARIO, .name = "mario"},
aa3841b5 12480 {.id = ALC662_FIXUP_HP_RP5800, .name = "hp-rp5800"},
53c334ad
TI
12481 {.id = ALC662_FIXUP_ASUS_MODE1, .name = "asus-mode1"},
12482 {.id = ALC662_FIXUP_ASUS_MODE2, .name = "asus-mode2"},
12483 {.id = ALC662_FIXUP_ASUS_MODE3, .name = "asus-mode3"},
12484 {.id = ALC662_FIXUP_ASUS_MODE4, .name = "asus-mode4"},
12485 {.id = ALC662_FIXUP_ASUS_MODE5, .name = "asus-mode5"},
12486 {.id = ALC662_FIXUP_ASUS_MODE6, .name = "asus-mode6"},
12487 {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"},
12488 {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"},
aa3841b5 12489 {.id = ALC662_FIXUP_ZOTAC_Z68, .name = "zotac-z68"},
6e72aa5f 12490 {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"},
aa3841b5 12491 {.id = ALC662_FIXUP_DELL_MIC_NO_PRESENCE, .name = "alc662-headset-multi"},
e32aa85a 12492 {.id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
aa3841b5
TI
12493 {.id = ALC662_FIXUP_HEADSET_MODE, .name = "alc662-headset"},
12494 {.id = ALC668_FIXUP_HEADSET_MODE, .name = "alc668-headset"},
12495 {.id = ALC662_FIXUP_BASS_16, .name = "bass16"},
12496 {.id = ALC662_FIXUP_BASS_1A, .name = "bass1a"},
12497 {.id = ALC668_FIXUP_AUTO_MUTE, .name = "automute"},
12498 {.id = ALC668_FIXUP_DELL_XPS13, .name = "dell-xps13"},
12499 {.id = ALC662_FIXUP_ASUS_Nx50, .name = "asus-nx50"},
12500 {.id = ALC668_FIXUP_ASUS_Nx51, .name = "asus-nx51"},
40c51675 12501 {.id = ALC668_FIXUP_ASUS_G751, .name = "asus-g751"},
aa3841b5
TI
12502 {.id = ALC891_FIXUP_HEADSET_MODE, .name = "alc891-headset"},
12503 {.id = ALC891_FIXUP_DELL_MIC_NO_PRESENCE, .name = "alc891-headset-multi"},
12504 {.id = ALC662_FIXUP_ACER_VERITON, .name = "acer-veriton"},
12505 {.id = ALC892_FIXUP_ASROCK_MOBO, .name = "asrock-mobo"},
12506 {.id = ALC662_FIXUP_USI_HEADSET_MODE, .name = "usi-headset"},
ba90d6a6 12507 {.id = ALC662_FIXUP_LENOVO_MULTI_CODECS, .name = "dual-codecs"},
00066e97 12508 {.id = ALC669_FIXUP_ACER_ASPIRE_ETHOS, .name = "aspire-ethos"},
73f1c75d 12509 {.id = ALC897_FIXUP_UNIS_H3C_X500S, .name = "unis-h3c-x500s"},
6be7948f
TB
12510 {}
12511};
6cb3b707 12512
532895c5 12513static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = {
78f4f7c2
KY
12514 SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
12515 {0x17, 0x02211010},
12516 {0x18, 0x01a19030},
12517 {0x1a, 0x01813040},
12518 {0x21, 0x01014020}),
4b4e0e32
HW
12519 SND_HDA_PIN_QUIRK(0x10ec0867, 0x1028, "Dell", ALC891_FIXUP_DELL_MIC_NO_PRESENCE,
12520 {0x16, 0x01813030},
12521 {0x17, 0x02211010},
12522 {0x18, 0x01a19040},
12523 {0x21, 0x01014020}),
1f8b46cd 12524 SND_HDA_PIN_QUIRK(0x10ec0662, 0x1028, "Dell", ALC662_FIXUP_DELL_MIC_NO_PRESENCE,
1f8b46cd 12525 {0x14, 0x01014010},
1f8b46cd 12526 {0x18, 0x01a19020},
1f8b46cd 12527 {0x1a, 0x0181302f},
11580297 12528 {0x1b, 0x0221401f}),
76c2132e
DH
12529 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
12530 {0x12, 0x99a30130},
12531 {0x14, 0x90170110},
12532 {0x15, 0x0321101f},
11580297 12533 {0x16, 0x03011020}),
76c2132e
DH
12534 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
12535 {0x12, 0x99a30140},
12536 {0x14, 0x90170110},
12537 {0x15, 0x0321101f},
11580297 12538 {0x16, 0x03011020}),
76c2132e
DH
12539 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
12540 {0x12, 0x99a30150},
12541 {0x14, 0x90170110},
12542 {0x15, 0x0321101f},
11580297 12543 {0x16, 0x03011020}),
76c2132e 12544 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell", ALC668_FIXUP_AUTO_MUTE,
76c2132e
DH
12545 {0x14, 0x90170110},
12546 {0x15, 0x0321101f},
11580297 12547 {0x16, 0x03011020}),
76c2132e
DH
12548 SND_HDA_PIN_QUIRK(0x10ec0668, 0x1028, "Dell XPS 15", ALC668_FIXUP_AUTO_MUTE,
12549 {0x12, 0x90a60130},
12550 {0x14, 0x90170110},
11580297 12551 {0x15, 0x0321101f}),
5af29028
KY
12552 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12553 {0x14, 0x01014010},
12554 {0x17, 0x90170150},
f2adbae0 12555 {0x19, 0x02a11060},
5af29028
KY
12556 {0x1b, 0x01813030},
12557 {0x21, 0x02211020}),
12558 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12559 {0x14, 0x01014010},
12560 {0x18, 0x01a19040},
12561 {0x1b, 0x01813030},
12562 {0x21, 0x02211020}),
12563 SND_HDA_PIN_QUIRK(0x10ec0671, 0x103c, "HP cPC", ALC671_FIXUP_HP_HEADSET_MIC2,
12564 {0x14, 0x01014020},
12565 {0x17, 0x90170110},
12566 {0x18, 0x01a19050},
12567 {0x1b, 0x01813040},
12568 {0x21, 0x02211030}),
532895c5
HW
12569 {}
12570};
12571
1d045db9
TI
12572/*
12573 */
bc9f98a9
KY
12574static int patch_alc662(struct hda_codec *codec)
12575{
12576 struct alc_spec *spec;
3de95173 12577 int err;
bc9f98a9 12578
3de95173
TI
12579 err = alc_alloc_spec(codec, 0x0b);
12580 if (err < 0)
12581 return err;
bc9f98a9 12582
3de95173 12583 spec = codec->spec;
1f0f4b80 12584
225068ab
TI
12585 spec->shutup = alc_eapd_shutup;
12586
53c334ad
TI
12587 /* handle multiple HPs as is */
12588 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
12589
2c3bf9ab
TI
12590 alc_fix_pll_init(codec, 0x20, 0x04, 15);
12591
7639a06c 12592 switch (codec->core.vendor_id) {
f3f9185f
KY
12593 case 0x10ec0668:
12594 spec->init_hook = alc668_restore_default_value;
12595 break;
f3f9185f 12596 }
8663ff75 12597
c9af753f
TI
12598 alc_pre_init(codec);
12599
1727a771 12600 snd_hda_pick_fixup(codec, alc662_fixup_models,
8e5a0509 12601 alc662_fixup_tbl, alc662_fixups);
0fc1e447 12602 snd_hda_pick_pin_fixup(codec, alc662_pin_fixup_tbl, alc662_fixups, true);
1727a771 12603 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
8e5a0509
TI
12604
12605 alc_auto_parse_customize_define(codec);
12606
7504b6cd
TI
12607 if (has_cdefine_beep(codec))
12608 spec->gen.beep_nid = 0x01;
12609
1bb7e43e 12610 if ((alc_get_coef0(codec) & (1 << 14)) &&
5100cd07 12611 codec->bus->pci && codec->bus->pci->subsystem_vendor == 0x1025 &&
e16fb6d1 12612 spec->cdefine.platform_type == 1) {
6134b1a2
WY
12613 err = alc_codec_rename(codec, "ALC272X");
12614 if (err < 0)
e16fb6d1 12615 goto error;
20ca0c35 12616 }
274693f3 12617
b9c5106c
TI
12618 /* automatic parse from the BIOS config */
12619 err = alc662_parse_auto_config(codec);
e16fb6d1
TI
12620 if (err < 0)
12621 goto error;
bc9f98a9 12622
7504b6cd 12623 if (!spec->gen.no_analog && spec->gen.beep_nid) {
7639a06c 12624 switch (codec->core.vendor_id) {
da00c244 12625 case 0x10ec0662:
fea80fae 12626 err = set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
da00c244
KY
12627 break;
12628 case 0x10ec0272:
12629 case 0x10ec0663:
12630 case 0x10ec0665:
9ad54547 12631 case 0x10ec0668:
fea80fae 12632 err = set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
da00c244
KY
12633 break;
12634 case 0x10ec0273:
fea80fae 12635 err = set_beep_amp(spec, 0x0b, 0x03, HDA_INPUT);
da00c244
KY
12636 break;
12637 }
fea80fae
TI
12638 if (err < 0)
12639 goto error;
cec27c89 12640 }
2134ea4f 12641
1727a771 12642 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
589876e2 12643
bc9f98a9 12644 return 0;
801f49d3 12645
e16fb6d1
TI
12646 error:
12647 alc_free(codec);
12648 return err;
b478b998
KY
12649}
12650
d1eb57f4
KY
12651/*
12652 * ALC680 support
12653 */
d1eb57f4 12654
d1eb57f4
KY
12655static int alc680_parse_auto_config(struct hda_codec *codec)
12656{
3e6179b8 12657 return alc_parse_auto_config(codec, NULL, NULL);
d1eb57f4
KY
12658}
12659
d1eb57f4 12660/*
d1eb57f4 12661 */
d1eb57f4
KY
12662static int patch_alc680(struct hda_codec *codec)
12663{
d1eb57f4
KY
12664 int err;
12665
1f0f4b80 12666 /* ALC680 has no aa-loopback mixer */
3de95173
TI
12667 err = alc_alloc_spec(codec, 0);
12668 if (err < 0)
12669 return err;
1f0f4b80 12670
1ebec5f2
TI
12671 /* automatic parse from the BIOS config */
12672 err = alc680_parse_auto_config(codec);
12673 if (err < 0) {
12674 alc_free(codec);
12675 return err;
d1eb57f4
KY
12676 }
12677
d1eb57f4
KY
12678 return 0;
12679}
12680
1da177e4
LT
12681/*
12682 * patch entries
12683 */
b9a94a9c 12684static const struct hda_device_id snd_hda_id_realtek[] = {
0a6f0600 12685 HDA_CODEC_ENTRY(0x10ec0215, "ALC215", patch_alc269),
b9a94a9c 12686 HDA_CODEC_ENTRY(0x10ec0221, "ALC221", patch_alc269),
2a36c16e 12687 HDA_CODEC_ENTRY(0x10ec0222, "ALC222", patch_alc269),
4231430d 12688 HDA_CODEC_ENTRY(0x10ec0225, "ALC225", patch_alc269),
1948fc06 12689 HDA_CODEC_ENTRY(0x10ec0230, "ALC236", patch_alc269),
b9a94a9c
TI
12690 HDA_CODEC_ENTRY(0x10ec0231, "ALC231", patch_alc269),
12691 HDA_CODEC_ENTRY(0x10ec0233, "ALC233", patch_alc269),
dcd4f0db 12692 HDA_CODEC_ENTRY(0x10ec0234, "ALC234", patch_alc269),
b9a94a9c 12693 HDA_CODEC_ENTRY(0x10ec0235, "ALC233", patch_alc269),
736f20a7 12694 HDA_CODEC_ENTRY(0x10ec0236, "ALC236", patch_alc269),
7fbdcd83 12695 HDA_CODEC_ENTRY(0x10ec0245, "ALC245", patch_alc269),
b9a94a9c
TI
12696 HDA_CODEC_ENTRY(0x10ec0255, "ALC255", patch_alc269),
12697 HDA_CODEC_ENTRY(0x10ec0256, "ALC256", patch_alc269),
f429e7e4 12698 HDA_CODEC_ENTRY(0x10ec0257, "ALC257", patch_alc269),
b9a94a9c
TI
12699 HDA_CODEC_ENTRY(0x10ec0260, "ALC260", patch_alc260),
12700 HDA_CODEC_ENTRY(0x10ec0262, "ALC262", patch_alc262),
12701 HDA_CODEC_ENTRY(0x10ec0267, "ALC267", patch_alc268),
12702 HDA_CODEC_ENTRY(0x10ec0268, "ALC268", patch_alc268),
12703 HDA_CODEC_ENTRY(0x10ec0269, "ALC269", patch_alc269),
12704 HDA_CODEC_ENTRY(0x10ec0270, "ALC270", patch_alc269),
12705 HDA_CODEC_ENTRY(0x10ec0272, "ALC272", patch_alc662),
dcd4f0db 12706 HDA_CODEC_ENTRY(0x10ec0274, "ALC274", patch_alc269),
b9a94a9c
TI
12707 HDA_CODEC_ENTRY(0x10ec0275, "ALC275", patch_alc269),
12708 HDA_CODEC_ENTRY(0x10ec0276, "ALC276", patch_alc269),
12709 HDA_CODEC_ENTRY(0x10ec0280, "ALC280", patch_alc269),
12710 HDA_CODEC_ENTRY(0x10ec0282, "ALC282", patch_alc269),
12711 HDA_CODEC_ENTRY(0x10ec0283, "ALC283", patch_alc269),
12712 HDA_CODEC_ENTRY(0x10ec0284, "ALC284", patch_alc269),
0a6f0600 12713 HDA_CODEC_ENTRY(0x10ec0285, "ALC285", patch_alc269),
b9a94a9c 12714 HDA_CODEC_ENTRY(0x10ec0286, "ALC286", patch_alc269),
630e3612 12715 HDA_CODEC_ENTRY(0x10ec0287, "ALC287", patch_alc269),
b9a94a9c 12716 HDA_CODEC_ENTRY(0x10ec0288, "ALC288", patch_alc269),
0a6f0600 12717 HDA_CODEC_ENTRY(0x10ec0289, "ALC289", patch_alc269),
b9a94a9c
TI
12718 HDA_CODEC_ENTRY(0x10ec0290, "ALC290", patch_alc269),
12719 HDA_CODEC_ENTRY(0x10ec0292, "ALC292", patch_alc269),
12720 HDA_CODEC_ENTRY(0x10ec0293, "ALC293", patch_alc269),
dcd4f0db 12721 HDA_CODEC_ENTRY(0x10ec0294, "ALC294", patch_alc269),
7d727869 12722 HDA_CODEC_ENTRY(0x10ec0295, "ALC295", patch_alc269),
b9a94a9c 12723 HDA_CODEC_ENTRY(0x10ec0298, "ALC298", patch_alc269),
28f1f9b2 12724 HDA_CODEC_ENTRY(0x10ec0299, "ALC299", patch_alc269),
1078bef0 12725 HDA_CODEC_ENTRY(0x10ec0300, "ALC300", patch_alc269),
f0778871 12726 HDA_CODEC_ENTRY(0x10ec0623, "ALC623", patch_alc269),
b9a94a9c
TI
12727 HDA_CODEC_REV_ENTRY(0x10ec0861, 0x100340, "ALC660", patch_alc861),
12728 HDA_CODEC_ENTRY(0x10ec0660, "ALC660-VD", patch_alc861vd),
12729 HDA_CODEC_ENTRY(0x10ec0861, "ALC861", patch_alc861),
12730 HDA_CODEC_ENTRY(0x10ec0862, "ALC861-VD", patch_alc861vd),
12731 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100002, "ALC662 rev2", patch_alc882),
12732 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100101, "ALC662 rev1", patch_alc662),
12733 HDA_CODEC_REV_ENTRY(0x10ec0662, 0x100300, "ALC662 rev3", patch_alc662),
12734 HDA_CODEC_ENTRY(0x10ec0663, "ALC663", patch_alc662),
12735 HDA_CODEC_ENTRY(0x10ec0665, "ALC665", patch_alc662),
12736 HDA_CODEC_ENTRY(0x10ec0667, "ALC667", patch_alc662),
12737 HDA_CODEC_ENTRY(0x10ec0668, "ALC668", patch_alc662),
12738 HDA_CODEC_ENTRY(0x10ec0670, "ALC670", patch_alc662),
12739 HDA_CODEC_ENTRY(0x10ec0671, "ALC671", patch_alc662),
12740 HDA_CODEC_ENTRY(0x10ec0680, "ALC680", patch_alc680),
6fbae35a
KY
12741 HDA_CODEC_ENTRY(0x10ec0700, "ALC700", patch_alc269),
12742 HDA_CODEC_ENTRY(0x10ec0701, "ALC701", patch_alc269),
12743 HDA_CODEC_ENTRY(0x10ec0703, "ALC703", patch_alc269),
83629532 12744 HDA_CODEC_ENTRY(0x10ec0711, "ALC711", patch_alc269),
78f4f7c2 12745 HDA_CODEC_ENTRY(0x10ec0867, "ALC891", patch_alc662),
b9a94a9c
TI
12746 HDA_CODEC_ENTRY(0x10ec0880, "ALC880", patch_alc880),
12747 HDA_CODEC_ENTRY(0x10ec0882, "ALC882", patch_alc882),
12748 HDA_CODEC_ENTRY(0x10ec0883, "ALC883", patch_alc882),
12749 HDA_CODEC_REV_ENTRY(0x10ec0885, 0x100101, "ALC889A", patch_alc882),
12750 HDA_CODEC_REV_ENTRY(0x10ec0885, 0x100103, "ALC889A", patch_alc882),
12751 HDA_CODEC_ENTRY(0x10ec0885, "ALC885", patch_alc882),
12752 HDA_CODEC_ENTRY(0x10ec0887, "ALC887", patch_alc882),
12753 HDA_CODEC_REV_ENTRY(0x10ec0888, 0x100101, "ALC1200", patch_alc882),
12754 HDA_CODEC_ENTRY(0x10ec0888, "ALC888", patch_alc882),
12755 HDA_CODEC_ENTRY(0x10ec0889, "ALC889", patch_alc882),
12756 HDA_CODEC_ENTRY(0x10ec0892, "ALC892", patch_alc662),
e5782a5d 12757 HDA_CODEC_ENTRY(0x10ec0897, "ALC897", patch_alc662),
b9a94a9c
TI
12758 HDA_CODEC_ENTRY(0x10ec0899, "ALC898", patch_alc882),
12759 HDA_CODEC_ENTRY(0x10ec0900, "ALC1150", patch_alc882),
6d9ffcff 12760 HDA_CODEC_ENTRY(0x10ec0b00, "ALCS1200A", patch_alc882),
65553b12 12761 HDA_CODEC_ENTRY(0x10ec1168, "ALC1220", patch_alc882),
a535ad57 12762 HDA_CODEC_ENTRY(0x10ec1220, "ALC1220", patch_alc882),
527f4643 12763 HDA_CODEC_ENTRY(0x19e58326, "HW8326", patch_alc269),
1da177e4
LT
12764 {} /* terminator */
12765};
b9a94a9c 12766MODULE_DEVICE_TABLE(hdaudio, snd_hda_id_realtek);
1289e9e8
TI
12767
12768MODULE_LICENSE("GPL");
12769MODULE_DESCRIPTION("Realtek HD-audio codec");
fd895a74 12770MODULE_IMPORT_NS(SND_HDA_SCODEC_COMPONENT);
1289e9e8 12771
d8a766a1 12772static struct hda_codec_driver realtek_driver = {
b9a94a9c 12773 .id = snd_hda_id_realtek,
1289e9e8
TI
12774};
12775
d8a766a1 12776module_hda_codec_driver(realtek_driver);