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