blob: ce9bda895b9716422b20cb68349c58706224914b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
Takashi Iwai1d045db2011-07-07 18:23:21 +02004 * HD audio interface patch for Realtek ALC codecs
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
Kailang Yangdf694da2005-12-05 19:42:22 +01006 * Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
7 * PeiSen Hou <pshou@realtek.com.tw>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * Takashi Iwai <tiwai@suse.de>
Jonathan Woithe409a3e92012-03-27 13:01:01 +10309 * Jonathan Woithe <jwoithe@just42.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 *
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
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include <linux/init.h>
27#include <linux/delay.h>
28#include <linux/slab.h>
29#include <linux/pci.h>
Takashi Iwai08fb0d02013-01-10 17:33:58 +010030#include <linux/dmi.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040031#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include <sound/core.h>
Kailang Yang9ad0e492010-09-14 23:22:00 +020033#include <sound/jack.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include "hda_codec.h"
35#include "hda_local.h"
Takashi Iwai23d30f22012-05-07 17:17:32 +020036#include "hda_auto_parser.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020037#include "hda_jack.h"
Takashi Iwai08c189f2012-12-19 15:22:24 +010038#include "hda_generic.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Takashi Iwaicd63a5f2013-07-05 12:13:59 +020040/* keep halting ALC5505 DSP, for power saving */
41#define HALT_REALTEK_ALC5505
42
Takashi Iwai1d045db2011-07-07 18:23:21 +020043/* unsol event tags */
Takashi Iwai08c189f2012-12-19 15:22:24 +010044#define ALC_DCVOL_EVENT 0x08
Takashi Iwaid4a86d82010-06-23 17:51:26 +020045
Kailang Yangdf694da2005-12-05 19:42:22 +010046/* for GPIO Poll */
47#define GPIO_MASK 0x03
48
Takashi Iwai4a79ba32009-04-22 16:31:35 +020049/* extra amp-initialization sequence types */
50enum {
51 ALC_INIT_NONE,
52 ALC_INIT_DEFAULT,
53 ALC_INIT_GPIO1,
54 ALC_INIT_GPIO2,
55 ALC_INIT_GPIO3,
56};
57
David Henningsson73bdd592013-04-15 15:44:14 +020058enum {
59 ALC_HEADSET_MODE_UNKNOWN,
60 ALC_HEADSET_MODE_UNPLUGGED,
61 ALC_HEADSET_MODE_HEADSET,
62 ALC_HEADSET_MODE_MIC,
63 ALC_HEADSET_MODE_HEADPHONE,
64};
65
66enum {
67 ALC_HEADSET_TYPE_UNKNOWN,
68 ALC_HEADSET_TYPE_CTIA,
69 ALC_HEADSET_TYPE_OMTP,
70};
71
Kailang Yangda00c242010-03-19 11:23:45 +010072struct alc_customize_define {
73 unsigned int sku_cfg;
74 unsigned char port_connectivity;
75 unsigned char check_sum;
76 unsigned char customization;
77 unsigned char external_amp;
78 unsigned int enable_pcbeep:1;
79 unsigned int platform_type:1;
80 unsigned int swap:1;
81 unsigned int override:1;
David Henningsson90622912010-10-14 14:50:18 +020082 unsigned int fixup:1; /* Means that this sku is set by driver, not read from hw */
Kailang Yangda00c242010-03-19 11:23:45 +010083};
84
Linus Torvalds1da177e2005-04-16 15:20:36 -070085struct alc_spec {
Takashi Iwai08c189f2012-12-19 15:22:24 +010086 struct hda_gen_spec gen; /* must be at head */
Takashi Iwai23d30f22012-05-07 17:17:32 +020087
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 /* codec parameterization */
Takashi Iwaia9111322011-05-02 11:30:18 +020089 const struct snd_kcontrol_new *mixers[5]; /* mixer arrays */
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 unsigned int num_mixers;
Takashi Iwai45bdd1c2009-02-06 16:11:25 +010091 unsigned int beep_amp; /* beep amp value, set via set_beep_amp() */
Linus Torvalds1da177e2005-04-16 15:20:36 -070092
Kailang Yangda00c242010-03-19 11:23:45 +010093 struct alc_customize_define cdefine;
Takashi Iwai08c189f2012-12-19 15:22:24 +010094 unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */
95
96 /* inverted dmic fix */
97 unsigned int inv_dmic_fixup:1; /* has inverted digital-mic workaround */
98 unsigned int inv_dmic_muted:1; /* R-ch of inv d-mic is muted? */
Takashi Iwai125821a2012-06-22 14:30:29 +020099 hda_nid_t inv_dmic_pin;
Takashi Iwai834be882006-03-01 14:16:17 +0100100
Takashi Iwai08fb0d02013-01-10 17:33:58 +0100101 /* mute LED for HP laptops, see alc269_fixup_mic_mute_hook() */
102 int mute_led_polarity;
103 hda_nid_t mute_led_nid;
104
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +0100105 unsigned int gpio_led; /* used for alc269_fixup_hp_gpio_led() */
106
David Henningsson73bdd592013-04-15 15:44:14 +0200107 hda_nid_t headset_mic_pin;
108 hda_nid_t headphone_mic_pin;
109 int current_headset_mode;
110 int current_headset_type;
111
Takashi Iwaiae6b8132006-03-03 16:47:17 +0100112 /* hooks */
113 void (*init_hook)(struct hda_codec *codec);
Takashi Iwai83012a72012-08-24 18:38:08 +0200114#ifdef CONFIG_PM
Daniel T Chenc97259d2009-12-27 18:52:08 -0500115 void (*power_hook)(struct hda_codec *codec);
Hector Martinf5de24b2009-12-20 22:51:31 +0100116#endif
Takashi Iwai1c716152011-04-07 10:37:16 +0200117 void (*shutup)(struct hda_codec *codec);
Takashi Iwaid922b512011-04-28 12:18:53 +0200118
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200119 int init_amp;
Takashi Iwaid433a672010-09-20 15:11:54 +0200120 int codec_variant; /* flag for other variants */
Kailang Yang97a26572013-11-29 00:35:26 -0500121 unsigned int has_alc5505_dsp:1;
122 unsigned int no_depop_delay:1;
Takashi Iwaie64f14f2009-01-20 18:32:55 +0100123
Takashi Iwai2c3bf9a2008-06-04 12:39:38 +0200124 /* for PLL fix */
125 hda_nid_t pll_nid;
126 unsigned int pll_coef_idx, pll_coef_bit;
Takashi Iwai1bb7e432011-10-17 16:50:59 +0200127 unsigned int coef0;
Kailang Yangdf694da2005-12-05 19:42:22 +0100128};
129
Takashi Iwai23f0c042009-02-26 13:03:58 +0100130/*
Takashi Iwai1d045db2011-07-07 18:23:21 +0200131 * Append the given mixer and verb elements for the later use
132 * The mixer array is referred in build_controls(), and init_verbs are
133 * called in init().
Takashi Iwaid88897e2008-10-31 15:01:37 +0100134 */
Takashi Iwaia9111322011-05-02 11:30:18 +0200135static void add_mixer(struct alc_spec *spec, const struct snd_kcontrol_new *mix)
Takashi Iwaid88897e2008-10-31 15:01:37 +0100136{
137 if (snd_BUG_ON(spec->num_mixers >= ARRAY_SIZE(spec->mixers)))
138 return;
139 spec->mixers[spec->num_mixers++] = mix;
140}
141
Takashi Iwaid88897e2008-10-31 15:01:37 +0100142/*
Takashi Iwai1d045db2011-07-07 18:23:21 +0200143 * GPIO setup tables, used in initialization
Kailang Yangdf694da2005-12-05 19:42:22 +0100144 */
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200145/* Enable GPIO mask and set output */
Takashi Iwaia9111322011-05-02 11:30:18 +0200146static const struct hda_verb alc_gpio1_init_verbs[] = {
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200147 {0x01, AC_VERB_SET_GPIO_MASK, 0x01},
148 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
149 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
150 { }
151};
152
Takashi Iwaia9111322011-05-02 11:30:18 +0200153static const struct hda_verb alc_gpio2_init_verbs[] = {
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200154 {0x01, AC_VERB_SET_GPIO_MASK, 0x02},
155 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
156 {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
157 { }
158};
159
Takashi Iwaia9111322011-05-02 11:30:18 +0200160static const struct hda_verb alc_gpio3_init_verbs[] = {
Kailang Yangbdd148a2007-05-08 15:19:08 +0200161 {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
162 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
163 {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
164 { }
165};
166
Takashi Iwai2c3bf9a2008-06-04 12:39:38 +0200167/*
168 * Fix hardware PLL issue
169 * On some codecs, the analog PLL gating control must be off while
170 * the default value is 1.
171 */
172static void alc_fix_pll(struct hda_codec *codec)
173{
174 struct alc_spec *spec = codec->spec;
175 unsigned int val;
176
177 if (!spec->pll_nid)
178 return;
179 snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_COEF_INDEX,
180 spec->pll_coef_idx);
181 val = snd_hda_codec_read(codec, spec->pll_nid, 0,
182 AC_VERB_GET_PROC_COEF, 0);
183 snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_COEF_INDEX,
184 spec->pll_coef_idx);
185 snd_hda_codec_write(codec, spec->pll_nid, 0, AC_VERB_SET_PROC_COEF,
186 val & ~(1 << spec->pll_coef_bit));
187}
188
189static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid,
190 unsigned int coef_idx, unsigned int coef_bit)
191{
192 struct alc_spec *spec = codec->spec;
193 spec->pll_nid = nid;
194 spec->pll_coef_idx = coef_idx;
195 spec->pll_coef_bit = coef_bit;
196 alc_fix_pll(codec);
197}
198
Takashi Iwaicf5a2272012-02-20 16:31:07 +0100199/* update the master volume per volume-knob's unsol event */
David Henningsson29adc4b2012-09-25 11:31:00 +0200200static void alc_update_knob_master(struct hda_codec *codec, struct hda_jack_tbl *jack)
Takashi Iwaicf5a2272012-02-20 16:31:07 +0100201{
202 unsigned int val;
203 struct snd_kcontrol *kctl;
204 struct snd_ctl_elem_value *uctl;
205
206 kctl = snd_hda_find_mixer_ctl(codec, "Master Playback Volume");
207 if (!kctl)
208 return;
209 uctl = kzalloc(sizeof(*uctl), GFP_KERNEL);
210 if (!uctl)
211 return;
David Henningsson29adc4b2012-09-25 11:31:00 +0200212 val = snd_hda_codec_read(codec, jack->nid, 0,
Takashi Iwaicf5a2272012-02-20 16:31:07 +0100213 AC_VERB_GET_VOLUME_KNOB_CONTROL, 0);
214 val &= HDA_AMP_VOLMASK;
215 uctl->value.integer.value[0] = val;
216 uctl->value.integer.value[1] = val;
217 kctl->put(kctl, uctl);
218 kfree(uctl);
219}
220
David Henningsson29adc4b2012-09-25 11:31:00 +0200221static void alc880_unsol_event(struct hda_codec *codec, unsigned int res)
Takashi Iwaif21d78e2012-01-19 12:10:29 +0100222{
David Henningsson29adc4b2012-09-25 11:31:00 +0200223 /* For some reason, the res given from ALC880 is broken.
224 Here we adjust it properly. */
225 snd_hda_jack_unsol_event(codec, res >> 2);
Takashi Iwaif21d78e2012-01-19 12:10:29 +0100226}
227
Kailang Yangf9423e72008-05-27 12:32:25 +0200228/* additional initialization for ALC888 variants */
229static void alc888_coef_init(struct hda_codec *codec)
230{
231 unsigned int tmp;
232
233 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 0);
234 tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
235 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7);
Takashi Iwai37db6232009-03-05 09:40:16 +0100236 if ((tmp & 0xf0) == 0x20)
Kailang Yangf9423e72008-05-27 12:32:25 +0200237 /* alc888S-VC */
238 snd_hda_codec_read(codec, 0x20, 0,
239 AC_VERB_SET_PROC_COEF, 0x830);
240 else
241 /* alc888-VB */
242 snd_hda_codec_read(codec, 0x20, 0,
243 AC_VERB_SET_PROC_COEF, 0x3030);
244}
245
Takashi Iwai1d045db2011-07-07 18:23:21 +0200246/* additional initialization for ALC889 variants */
Jaroslav Kysela87a8c372009-07-23 10:58:29 +0200247static void alc889_coef_init(struct hda_codec *codec)
248{
249 unsigned int tmp;
250
251 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7);
252 tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
253 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_COEF_INDEX, 7);
254 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_PROC_COEF, tmp|0x2010);
255}
256
Takashi Iwai3fb4a502010-01-19 15:46:37 +0100257/* turn on/off EAPD control (only if available) */
258static void set_eapd(struct hda_codec *codec, hda_nid_t nid, int on)
259{
260 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
261 return;
262 if (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)
263 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
264 on ? 2 : 0);
265}
266
Takashi Iwai691f1fc2011-04-07 10:31:43 +0200267/* turn on/off EAPD controls of the codec */
268static void alc_auto_setup_eapd(struct hda_codec *codec, bool on)
269{
270 /* We currently only handle front, HP */
Takashi Iwai39fa84e2011-06-27 15:28:57 +0200271 static hda_nid_t pins[] = {
272 0x0f, 0x10, 0x14, 0x15, 0
273 };
274 hda_nid_t *p;
275 for (p = pins; *p; p++)
276 set_eapd(codec, *p, on);
Takashi Iwai691f1fc2011-04-07 10:31:43 +0200277}
278
Takashi Iwai1c716152011-04-07 10:37:16 +0200279/* generic shutup callback;
280 * just turning off EPAD and a little pause for avoiding pop-noise
281 */
282static void alc_eapd_shutup(struct hda_codec *codec)
283{
Kailang Yang97a26572013-11-29 00:35:26 -0500284 struct alc_spec *spec = codec->spec;
285
Takashi Iwai1c716152011-04-07 10:37:16 +0200286 alc_auto_setup_eapd(codec, false);
Kailang Yang97a26572013-11-29 00:35:26 -0500287 if (!spec->no_depop_delay)
288 msleep(200);
Takashi Iwai9bfb2842013-07-24 14:31:50 +0200289 snd_hda_shutup_pins(codec);
Takashi Iwai1c716152011-04-07 10:37:16 +0200290}
291
Takashi Iwai1d045db2011-07-07 18:23:21 +0200292/* generic EAPD initialization */
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200293static void alc_auto_init_amp(struct hda_codec *codec, int type)
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200294{
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200295 unsigned int tmp;
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200296
Takashi Iwai39fa84e2011-06-27 15:28:57 +0200297 alc_auto_setup_eapd(codec, true);
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200298 switch (type) {
299 case ALC_INIT_GPIO1:
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200300 snd_hda_sequence_write(codec, alc_gpio1_init_verbs);
301 break;
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200302 case ALC_INIT_GPIO2:
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200303 snd_hda_sequence_write(codec, alc_gpio2_init_verbs);
304 break;
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200305 case ALC_INIT_GPIO3:
Kailang Yangbdd148a2007-05-08 15:19:08 +0200306 snd_hda_sequence_write(codec, alc_gpio3_init_verbs);
307 break;
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200308 case ALC_INIT_DEFAULT:
Kailang Yangc9b58002007-10-16 14:30:01 +0200309 switch (codec->vendor_id) {
310 case 0x10ec0260:
311 snd_hda_codec_write(codec, 0x1a, 0,
312 AC_VERB_SET_COEF_INDEX, 7);
313 tmp = snd_hda_codec_read(codec, 0x1a, 0,
314 AC_VERB_GET_PROC_COEF, 0);
315 snd_hda_codec_write(codec, 0x1a, 0,
316 AC_VERB_SET_COEF_INDEX, 7);
317 snd_hda_codec_write(codec, 0x1a, 0,
318 AC_VERB_SET_PROC_COEF,
319 tmp | 0x2010);
320 break;
321 case 0x10ec0262:
322 case 0x10ec0880:
323 case 0x10ec0882:
324 case 0x10ec0883:
325 case 0x10ec0885:
Takashi Iwai4a5a4c52009-02-06 12:46:59 +0100326 case 0x10ec0887:
Takashi Iwai20b67dd2011-03-23 22:54:32 +0100327 /*case 0x10ec0889:*/ /* this causes an SPDIF problem */
Jaroslav Kysela87a8c372009-07-23 10:58:29 +0200328 alc889_coef_init(codec);
Kailang Yangc9b58002007-10-16 14:30:01 +0200329 break;
Kailang Yangf9423e72008-05-27 12:32:25 +0200330 case 0x10ec0888:
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200331 alc888_coef_init(codec);
Kailang Yangf9423e72008-05-27 12:32:25 +0200332 break;
Takashi Iwai0aea7782010-01-25 15:44:11 +0100333#if 0 /* XXX: This may cause the silent output on speaker on some machines */
Kailang Yangc9b58002007-10-16 14:30:01 +0200334 case 0x10ec0267:
335 case 0x10ec0268:
336 snd_hda_codec_write(codec, 0x20, 0,
337 AC_VERB_SET_COEF_INDEX, 7);
338 tmp = snd_hda_codec_read(codec, 0x20, 0,
339 AC_VERB_GET_PROC_COEF, 0);
340 snd_hda_codec_write(codec, 0x20, 0,
Kailang Yangea1fb292008-08-26 12:58:38 +0200341 AC_VERB_SET_COEF_INDEX, 7);
Kailang Yangc9b58002007-10-16 14:30:01 +0200342 snd_hda_codec_write(codec, 0x20, 0,
343 AC_VERB_SET_PROC_COEF,
344 tmp | 0x3000);
345 break;
Takashi Iwai0aea7782010-01-25 15:44:11 +0100346#endif /* XXX */
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200347 }
Kailang Yangbc9f98a2007-04-12 13:06:07 +0200348 break;
349 }
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200350}
Kailang Yangea1fb292008-08-26 12:58:38 +0200351
Takashi Iwai1d045db2011-07-07 18:23:21 +0200352
353/*
354 * Realtek SSID verification
355 */
356
David Henningsson90622912010-10-14 14:50:18 +0200357/* Could be any non-zero and even value. When used as fixup, tells
358 * the driver to ignore any present sku defines.
359 */
360#define ALC_FIXUP_SKU_IGNORE (2)
361
Takashi Iwai23d30f22012-05-07 17:17:32 +0200362static void alc_fixup_sku_ignore(struct hda_codec *codec,
363 const struct hda_fixup *fix, int action)
364{
365 struct alc_spec *spec = codec->spec;
366 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
367 spec->cdefine.fixup = 1;
368 spec->cdefine.sku_cfg = ALC_FIXUP_SKU_IGNORE;
369 }
370}
371
Mengdong Linb5c66112013-11-29 00:35:35 -0500372static void alc_fixup_no_depop_delay(struct hda_codec *codec,
373 const struct hda_fixup *fix, int action)
374{
375 struct alc_spec *spec = codec->spec;
376
Mengdong Lin84d2dc32013-12-02 22:26:03 -0500377 if (action == HDA_FIXUP_ACT_PROBE) {
Mengdong Linb5c66112013-11-29 00:35:35 -0500378 spec->no_depop_delay = 1;
Mengdong Lin84d2dc32013-12-02 22:26:03 -0500379 codec->depop_delay = 0;
380 }
Mengdong Linb5c66112013-11-29 00:35:35 -0500381}
382
Kailang Yangda00c242010-03-19 11:23:45 +0100383static int alc_auto_parse_customize_define(struct hda_codec *codec)
384{
385 unsigned int ass, tmp, i;
Takashi Iwai7fb56222010-03-22 17:09:47 +0100386 unsigned nid = 0;
Kailang Yangda00c242010-03-19 11:23:45 +0100387 struct alc_spec *spec = codec->spec;
388
Takashi Iwaib6cbe512010-07-28 17:43:36 +0200389 spec->cdefine.enable_pcbeep = 1; /* assume always enabled */
390
David Henningsson90622912010-10-14 14:50:18 +0200391 if (spec->cdefine.fixup) {
392 ass = spec->cdefine.sku_cfg;
393 if (ass == ALC_FIXUP_SKU_IGNORE)
394 return -1;
395 goto do_sku;
396 }
397
Takashi Iwai5100cd02014-02-15 10:03:19 +0100398 if (!codec->bus->pci)
399 return -1;
Kailang Yangda00c242010-03-19 11:23:45 +0100400 ass = codec->subsystem_id & 0xffff;
Takashi Iwaib6cbe512010-07-28 17:43:36 +0200401 if (ass != codec->bus->pci->subsystem_device && (ass & 1))
Kailang Yangda00c242010-03-19 11:23:45 +0100402 goto do_sku;
403
404 nid = 0x1d;
405 if (codec->vendor_id == 0x10ec0260)
406 nid = 0x17;
407 ass = snd_hda_codec_get_pincfg(codec, nid);
408
409 if (!(ass & 1)) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100410 codec_info(codec, "%s: SKU not ready 0x%08x\n",
411 codec->chip_name, ass);
Kailang Yangda00c242010-03-19 11:23:45 +0100412 return -1;
413 }
414
415 /* check sum */
416 tmp = 0;
417 for (i = 1; i < 16; i++) {
418 if ((ass >> i) & 1)
419 tmp++;
420 }
421 if (((ass >> 16) & 0xf) != tmp)
422 return -1;
423
424 spec->cdefine.port_connectivity = ass >> 30;
425 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20;
426 spec->cdefine.check_sum = (ass >> 16) & 0xf;
427 spec->cdefine.customization = ass >> 8;
428do_sku:
429 spec->cdefine.sku_cfg = ass;
430 spec->cdefine.external_amp = (ass & 0x38) >> 3;
431 spec->cdefine.platform_type = (ass & 0x4) >> 2;
432 spec->cdefine.swap = (ass & 0x2) >> 1;
433 spec->cdefine.override = ass & 0x1;
434
Takashi Iwai4e76a882014-02-25 12:21:03 +0100435 codec_dbg(codec, "SKU: Nid=0x%x sku_cfg=0x%08x\n",
Kailang Yangda00c242010-03-19 11:23:45 +0100436 nid, spec->cdefine.sku_cfg);
Takashi Iwai4e76a882014-02-25 12:21:03 +0100437 codec_dbg(codec, "SKU: port_connectivity=0x%x\n",
Kailang Yangda00c242010-03-19 11:23:45 +0100438 spec->cdefine.port_connectivity);
Takashi Iwai4e76a882014-02-25 12:21:03 +0100439 codec_dbg(codec, "SKU: enable_pcbeep=0x%x\n", spec->cdefine.enable_pcbeep);
440 codec_dbg(codec, "SKU: check_sum=0x%08x\n", spec->cdefine.check_sum);
441 codec_dbg(codec, "SKU: customization=0x%08x\n", spec->cdefine.customization);
442 codec_dbg(codec, "SKU: external_amp=0x%x\n", spec->cdefine.external_amp);
443 codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type);
444 codec_dbg(codec, "SKU: swap=0x%x\n", spec->cdefine.swap);
445 codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override);
Kailang Yangda00c242010-03-19 11:23:45 +0100446
447 return 0;
448}
449
Takashi Iwai08c189f2012-12-19 15:22:24 +0100450/* return the position of NID in the list, or -1 if not found */
451static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
452{
453 int i;
454 for (i = 0; i < nums; i++)
455 if (list[i] == nid)
456 return i;
457 return -1;
458}
Takashi Iwai1d045db2011-07-07 18:23:21 +0200459/* return true if the given NID is found in the list */
Takashi Iwai3af9ee62011-06-27 12:34:01 +0200460static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
461{
Takashi Iwai21268962011-07-07 15:01:13 +0200462 return find_idx_in_nid_list(nid, list, nums) >= 0;
Takashi Iwai3af9ee62011-06-27 12:34:01 +0200463}
464
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200465/* check subsystem ID and set up device-specific initialization;
466 * return 1 if initialized, 0 if invalid SSID
467 */
468/* 32-bit subsystem ID for BIOS loading in HD Audio codec.
469 * 31 ~ 16 : Manufacture ID
470 * 15 ~ 8 : SKU ID
471 * 7 ~ 0 : Assembly ID
472 * port-A --> pin 39/41, port-E --> pin 14/15, port-D --> pin 35/36
473 */
Takashi Iwai58c57cf2014-01-07 18:22:49 +0100474static int alc_subsystem_id(struct hda_codec *codec, const hda_nid_t *ports)
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200475{
476 unsigned int ass, tmp, i;
477 unsigned nid;
478 struct alc_spec *spec = codec->spec;
479
David Henningsson90622912010-10-14 14:50:18 +0200480 if (spec->cdefine.fixup) {
481 ass = spec->cdefine.sku_cfg;
482 if (ass == ALC_FIXUP_SKU_IGNORE)
483 return 0;
484 goto do_sku;
485 }
486
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200487 ass = codec->subsystem_id & 0xffff;
Takashi Iwai5100cd02014-02-15 10:03:19 +0100488 if (codec->bus->pci &&
489 ass != codec->bus->pci->subsystem_device && (ass & 1))
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200490 goto do_sku;
491
492 /* invalid SSID, check the special NID pin defcfg instead */
493 /*
Sasha Alexandrdef319f2009-06-16 16:00:15 -0400494 * 31~30 : port connectivity
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200495 * 29~21 : reserve
496 * 20 : PCBEEP input
497 * 19~16 : Check sum (15:1)
498 * 15~1 : Custom
499 * 0 : override
500 */
501 nid = 0x1d;
502 if (codec->vendor_id == 0x10ec0260)
503 nid = 0x17;
504 ass = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai4e76a882014-02-25 12:21:03 +0100505 codec_dbg(codec,
506 "realtek: No valid SSID, checking pincfg 0x%08x for NID 0x%x\n",
Takashi Iwaicb6605c2009-04-28 13:03:19 +0200507 ass, nid);
Kailang Yang6227cdc2010-02-25 08:36:52 +0100508 if (!(ass & 1))
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200509 return 0;
510 if ((ass >> 30) != 1) /* no physical connection */
511 return 0;
512
513 /* check sum */
514 tmp = 0;
515 for (i = 1; i < 16; i++) {
516 if ((ass >> i) & 1)
517 tmp++;
518 }
519 if (((ass >> 16) & 0xf) != tmp)
520 return 0;
521do_sku:
Takashi Iwai4e76a882014-02-25 12:21:03 +0100522 codec_dbg(codec, "realtek: Enabling init ASM_ID=0x%04x CODEC_ID=%08x\n",
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200523 ass & 0xffff, codec->vendor_id);
524 /*
525 * 0 : override
526 * 1 : Swap Jack
527 * 2 : 0 --> Desktop, 1 --> Laptop
528 * 3~5 : External Amplifier control
529 * 7~6 : Reserved
530 */
531 tmp = (ass & 0x38) >> 3; /* external Amp control */
532 switch (tmp) {
533 case 1:
534 spec->init_amp = ALC_INIT_GPIO1;
535 break;
536 case 3:
537 spec->init_amp = ALC_INIT_GPIO2;
538 break;
539 case 7:
540 spec->init_amp = ALC_INIT_GPIO3;
541 break;
542 case 5:
Takashi Iwai5a8cfb42010-11-26 17:11:18 +0100543 default:
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200544 spec->init_amp = ALC_INIT_DEFAULT;
545 break;
546 }
547
548 /* is laptop or Desktop and enable the function "Mute internal speaker
549 * when the external headphone out jack is plugged"
550 */
551 if (!(ass & 0x8000))
552 return 1;
553 /*
554 * 10~8 : Jack location
555 * 12~11: Headphone out -> 00: PortA, 01: PortE, 02: PortD, 03: Resvered
556 * 14~13: Resvered
557 * 15 : 1 --> enable the function "Mute internal speaker
558 * when the external headphone out jack is plugged"
559 */
Takashi Iwai08c189f2012-12-19 15:22:24 +0100560 if (!spec->gen.autocfg.hp_pins[0] &&
561 !(spec->gen.autocfg.line_out_pins[0] &&
562 spec->gen.autocfg.line_out_type == AUTO_PIN_HP_OUT)) {
Takashi Iwai01d48252009-10-06 13:21:54 +0200563 hda_nid_t nid;
Kailang Yangc9b58002007-10-16 14:30:01 +0200564 tmp = (ass >> 11) & 0x3; /* HP to chassis */
Takashi Iwai58c57cf2014-01-07 18:22:49 +0100565 nid = ports[tmp];
Takashi Iwai08c189f2012-12-19 15:22:24 +0100566 if (found_in_nid_list(nid, spec->gen.autocfg.line_out_pins,
567 spec->gen.autocfg.line_outs))
Takashi Iwai3af9ee62011-06-27 12:34:01 +0200568 return 1;
Takashi Iwai08c189f2012-12-19 15:22:24 +0100569 spec->gen.autocfg.hp_pins[0] = nid;
Kailang Yangc9b58002007-10-16 14:30:01 +0200570 }
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200571 return 1;
572}
Kailang Yangea1fb292008-08-26 12:58:38 +0200573
Takashi Iwai3e6179b2011-07-08 16:55:13 +0200574/* Check the validity of ALC subsystem-id
575 * ports contains an array of 4 pin NIDs for port-A, E, D and I */
576static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200577{
Takashi Iwai58c57cf2014-01-07 18:22:49 +0100578 if (!alc_subsystem_id(codec, ports)) {
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200579 struct alc_spec *spec = codec->spec;
Takashi Iwai4e76a882014-02-25 12:21:03 +0100580 codec_dbg(codec,
581 "realtek: Enable default setup for auto mode as fallback\n");
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200582 spec->init_amp = ALC_INIT_DEFAULT;
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200583 }
Takashi Iwai21268962011-07-07 15:01:13 +0200584}
Takashi Iwai1a1455d2011-04-28 17:36:18 +0200585
Takashi Iwai41e41f12005-06-08 14:48:49 +0200586/*
Takashi Iwai1d045db2011-07-07 18:23:21 +0200587 * COEF access helper functions
588 */
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800589
590static int alc_read_coefex_idx(struct hda_codec *codec,
591 hda_nid_t nid,
592 unsigned int coef_idx)
Kailang Yang274693f2009-12-03 10:07:50 +0100593{
594 unsigned int val;
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800595 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX,
Kailang Yang274693f2009-12-03 10:07:50 +0100596 coef_idx);
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800597 val = snd_hda_codec_read(codec, nid, 0,
Kailang Yang274693f2009-12-03 10:07:50 +0100598 AC_VERB_GET_PROC_COEF, 0);
599 return val;
600}
601
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800602#define alc_read_coef_idx(codec, coef_idx) \
603 alc_read_coefex_idx(codec, 0x20, coef_idx)
604
605static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid,
606 unsigned int coef_idx,
Kailang Yang977ddd62010-09-15 10:02:29 +0200607 unsigned int coef_val)
608{
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800609 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX,
Kailang Yang977ddd62010-09-15 10:02:29 +0200610 coef_idx);
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800611 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF,
Kailang Yang977ddd62010-09-15 10:02:29 +0200612 coef_val);
613}
614
Kailang Yang9a22a8f2013-11-08 15:54:49 +0800615#define alc_write_coef_idx(codec, coef_idx, coef_val) \
616 alc_write_coefex_idx(codec, 0x20, coef_idx, coef_val)
617
Takashi Iwai1bb7e432011-10-17 16:50:59 +0200618/* a special bypass for COEF 0; read the cached value at the second time */
619static unsigned int alc_get_coef0(struct hda_codec *codec)
620{
621 struct alc_spec *spec = codec->spec;
622 if (!spec->coef0)
623 spec->coef0 = alc_read_coef_idx(codec, 0);
624 return spec->coef0;
625}
626
Takashi Iwai1d045db2011-07-07 18:23:21 +0200627/*
Takashi Iwai1d045db2011-07-07 18:23:21 +0200628 */
629
Takashi Iwai08c189f2012-12-19 15:22:24 +0100630static hda_nid_t get_adc_nid(struct hda_codec *codec, int adc_idx, int imux_idx)
Takashi Iwai757899a2010-07-30 10:48:14 +0200631{
Takashi Iwai08c189f2012-12-19 15:22:24 +0100632 struct hda_gen_spec *spec = codec->spec;
633 if (spec->dyn_adc_switch)
634 adc_idx = spec->dyn_adc_idx[imux_idx];
635 return spec->adc_nids[adc_idx];
Takashi Iwaif9e336f2008-10-31 16:37:07 +0100636}
637
Takashi Iwai666a70d2012-12-17 20:29:29 +0100638static void alc_inv_dmic_sync_adc(struct hda_codec *codec, int adc_idx)
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200639{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 struct alc_spec *spec = codec->spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +0100641 struct hda_input_mux *imux = &spec->gen.input_mux;
Takashi Iwai666a70d2012-12-17 20:29:29 +0100642 struct nid_path *path;
643 hda_nid_t nid;
644 int i, dir, parm;
645 unsigned int val;
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200646
Takashi Iwai666a70d2012-12-17 20:29:29 +0100647 for (i = 0; i < imux->num_items; i++) {
Takashi Iwai08c189f2012-12-19 15:22:24 +0100648 if (spec->gen.imux_pins[i] == spec->inv_dmic_pin)
Takashi Iwai666a70d2012-12-17 20:29:29 +0100649 break;
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200650 }
Takashi Iwai666a70d2012-12-17 20:29:29 +0100651 if (i >= imux->num_items)
652 return;
Takashi Iwaia23b6882009-03-23 15:21:36 +0100653
Takashi Iwai08c189f2012-12-19 15:22:24 +0100654 path = snd_hda_get_nid_path(codec, spec->inv_dmic_pin,
655 get_adc_nid(codec, adc_idx, i));
Takashi Iwai666a70d2012-12-17 20:29:29 +0100656 val = path->ctls[NID_PATH_MUTE_CTL];
657 if (!val)
658 return;
659 nid = get_amp_nid_(val);
660 dir = get_amp_direction_(val);
661 parm = AC_AMP_SET_RIGHT |
662 (dir == HDA_OUTPUT ? AC_AMP_SET_OUTPUT : AC_AMP_SET_INPUT);
Takashi Iwaia23b6882009-03-23 15:21:36 +0100663
Takashi Iwaic4f3ebe2012-12-20 11:33:20 +0100664 /* flush all cached amps at first */
Takashi Iwaidc870f32013-01-22 15:24:30 +0100665 snd_hda_codec_flush_cache(codec);
Takashi Iwaic4f3ebe2012-12-20 11:33:20 +0100666
Takashi Iwai666a70d2012-12-17 20:29:29 +0100667 /* we care only right channel */
668 val = snd_hda_codec_amp_read(codec, nid, 1, dir, 0);
669 if (val & 0x80) /* if already muted, we don't need to touch */
670 return;
671 val |= 0x80;
672 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
673 parm | val);
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200674}
675
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200676/*
Takashi Iwai125821a2012-06-22 14:30:29 +0200677 * Inverted digital-mic handling
678 *
679 * First off, it's a bit tricky. The "Inverted Internal Mic Capture Switch"
680 * gives the additional mute only to the right channel of the digital mic
681 * capture stream. This is a workaround for avoiding the almost silence
682 * by summing the stereo stream from some (known to be ForteMedia)
683 * digital mic unit.
684 *
685 * The logic is to call alc_inv_dmic_sync() after each action (possibly)
686 * modifying ADC amp. When the mute flag is set, it mutes the R-channel
687 * without caching so that the cache can still keep the original value.
688 * The cached value is then restored when the flag is set off or any other
689 * than d-mic is used as the current input source.
690 */
691static void alc_inv_dmic_sync(struct hda_codec *codec, bool force)
692{
693 struct alc_spec *spec = codec->spec;
Takashi Iwai666a70d2012-12-17 20:29:29 +0100694 int src, nums;
Takashi Iwai125821a2012-06-22 14:30:29 +0200695
696 if (!spec->inv_dmic_fixup)
697 return;
698 if (!spec->inv_dmic_muted && !force)
699 return;
Takashi Iwai08c189f2012-12-19 15:22:24 +0100700 nums = spec->gen.dyn_adc_switch ? 1 : spec->gen.num_adc_nids;
Takashi Iwai666a70d2012-12-17 20:29:29 +0100701 for (src = 0; src < nums; src++) {
Takashi Iwai125821a2012-06-22 14:30:29 +0200702 bool dmic_fixup = false;
Takashi Iwai125821a2012-06-22 14:30:29 +0200703
704 if (spec->inv_dmic_muted &&
Takashi Iwai08c189f2012-12-19 15:22:24 +0100705 spec->gen.imux_pins[spec->gen.cur_mux[src]] == spec->inv_dmic_pin)
Takashi Iwai125821a2012-06-22 14:30:29 +0200706 dmic_fixup = true;
707 if (!dmic_fixup && !force)
708 continue;
Takashi Iwai666a70d2012-12-17 20:29:29 +0100709 alc_inv_dmic_sync_adc(codec, src);
Takashi Iwai125821a2012-06-22 14:30:29 +0200710 }
711}
712
Takashi Iwaia90229e2013-01-18 14:10:00 +0100713static void alc_inv_dmic_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +0100714 struct snd_kcontrol *kcontrol,
715 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai08c189f2012-12-19 15:22:24 +0100716{
717 alc_inv_dmic_sync(codec, false);
718}
719
Takashi Iwai125821a2012-06-22 14:30:29 +0200720static int alc_inv_dmic_sw_get(struct snd_kcontrol *kcontrol,
721 struct snd_ctl_elem_value *ucontrol)
722{
723 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
724 struct alc_spec *spec = codec->spec;
725
726 ucontrol->value.integer.value[0] = !spec->inv_dmic_muted;
727 return 0;
728}
729
730static int alc_inv_dmic_sw_put(struct snd_kcontrol *kcontrol,
731 struct snd_ctl_elem_value *ucontrol)
732{
733 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
734 struct alc_spec *spec = codec->spec;
735 unsigned int val = !ucontrol->value.integer.value[0];
736
737 if (val == spec->inv_dmic_muted)
738 return 0;
739 spec->inv_dmic_muted = val;
740 alc_inv_dmic_sync(codec, true);
741 return 0;
742}
743
744static const struct snd_kcontrol_new alc_inv_dmic_sw = {
745 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Takashi Iwaibc549762012-12-18 15:35:11 +0100746 .name = "Inverted Internal Mic Capture Switch",
Takashi Iwai125821a2012-06-22 14:30:29 +0200747 .info = snd_ctl_boolean_mono_info,
748 .get = alc_inv_dmic_sw_get,
749 .put = alc_inv_dmic_sw_put,
750};
751
752static int alc_add_inv_dmic_mixer(struct hda_codec *codec, hda_nid_t nid)
753{
754 struct alc_spec *spec = codec->spec;
Takashi Iwai668d1e92012-11-29 14:10:17 +0100755
Takashi Iwai08c189f2012-12-19 15:22:24 +0100756 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &alc_inv_dmic_sw))
Takashi Iwai125821a2012-06-22 14:30:29 +0200757 return -ENOMEM;
758 spec->inv_dmic_fixup = 1;
759 spec->inv_dmic_muted = 0;
760 spec->inv_dmic_pin = nid;
Takashi Iwai08c189f2012-12-19 15:22:24 +0100761 spec->gen.cap_sync_hook = alc_inv_dmic_hook;
Takashi Iwai125821a2012-06-22 14:30:29 +0200762 return 0;
763}
764
Takashi Iwai6e72aa52012-06-25 10:52:25 +0200765/* typically the digital mic is put at node 0x12 */
766static void alc_fixup_inv_dmic_0x12(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +0100767 const struct hda_fixup *fix, int action)
Takashi Iwai6e72aa52012-06-25 10:52:25 +0200768{
Takashi Iwai1727a772013-01-10 09:52:52 +0100769 if (action == HDA_FIXUP_ACT_PROBE)
Takashi Iwai6e72aa52012-06-25 10:52:25 +0200770 alc_add_inv_dmic_mixer(codec, 0x12);
771}
772
Takashi Iwai603c4012008-07-30 15:01:44 +0200773
Takashi Iwai67d634c2009-11-16 15:35:59 +0100774#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100775/* additional beep mixers; the actual parameters are overwritten at build */
Takashi Iwaia9111322011-05-02 11:30:18 +0200776static const struct snd_kcontrol_new alc_beep_mixer[] = {
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100777 HDA_CODEC_VOLUME("Beep Playback Volume", 0, 0, HDA_INPUT),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +0200778 HDA_CODEC_MUTE_BEEP("Beep Playback Switch", 0, 0, HDA_INPUT),
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100779 { } /* end */
780};
Takashi Iwai67d634c2009-11-16 15:35:59 +0100781#endif
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100782
Takashi Iwai2eab6942012-12-18 15:30:41 +0100783static int alc_build_controls(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784{
785 struct alc_spec *spec = codec->spec;
Takashi Iwai666a70d2012-12-17 20:29:29 +0100786 int i, err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
Takashi Iwai08c189f2012-12-19 15:22:24 +0100788 err = snd_hda_gen_build_controls(codec);
789 if (err < 0)
790 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
792 for (i = 0; i < spec->num_mixers; i++) {
793 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
794 if (err < 0)
795 return err;
796 }
Takashi Iwai2134ea42008-01-10 16:53:55 +0100797
Takashi Iwai67d634c2009-11-16 15:35:59 +0100798#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100799 /* create beep controls if needed */
800 if (spec->beep_amp) {
Takashi Iwaia9111322011-05-02 11:30:18 +0200801 const struct snd_kcontrol_new *knew;
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100802 for (knew = alc_beep_mixer; knew->name; knew++) {
803 struct snd_kcontrol *kctl;
804 kctl = snd_ctl_new1(knew, codec);
805 if (!kctl)
806 return -ENOMEM;
807 kctl->private_value = spec->beep_amp;
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +0100808 err = snd_hda_ctl_add(codec, 0, kctl);
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100809 if (err < 0)
810 return err;
811 }
812 }
Takashi Iwai67d634c2009-11-16 15:35:59 +0100813#endif
Takashi Iwai45bdd1c2009-02-06 16:11:25 +0100814
Takashi Iwai1727a772013-01-10 09:52:52 +0100815 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_BUILD);
Takashi Iwai420b0fe2012-03-12 12:35:27 +0100816 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817}
818
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820/*
Takashi Iwaiae6b8132006-03-03 16:47:17 +0100821 * Common callbacks
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200822 */
Takashi Iwai16ded522005-06-10 19:58:24 +0200823
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824static int alc_init(struct hda_codec *codec)
825{
826 struct alc_spec *spec = codec->spec;
Takashi Iwaie9edcee2005-06-13 14:16:38 +0200827
Takashi Iwai546bb672012-03-07 08:37:19 +0100828 if (spec->init_hook)
829 spec->init_hook(codec);
Kailang Yang526af6e2012-03-07 08:25:20 +0100830
Takashi Iwai2c3bf9a2008-06-04 12:39:38 +0200831 alc_fix_pll(codec);
Takashi Iwai4a79ba32009-04-22 16:31:35 +0200832 alc_auto_init_amp(codec, spec->init_amp);
Takashi Iwai2c3bf9a2008-06-04 12:39:38 +0200833
Takashi Iwai08c189f2012-12-19 15:22:24 +0100834 snd_hda_gen_init(codec);
Takashi Iwaiae6b8132006-03-03 16:47:17 +0100835
Takashi Iwai1727a772013-01-10 09:52:52 +0100836 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_INIT);
Takashi Iwaie08a0072006-09-07 17:52:14 +0200837
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838 return 0;
839}
840
Takashi Iwaia4e09aa2009-12-27 11:22:24 +0100841static inline void alc_shutup(struct hda_codec *codec)
842{
Takashi Iwai1c716152011-04-07 10:37:16 +0200843 struct alc_spec *spec = codec->spec;
844
845 if (spec && spec->shutup)
846 spec->shutup(codec);
Takashi Iwai9bfb2842013-07-24 14:31:50 +0200847 else
848 snd_hda_shutup_pins(codec);
Takashi Iwaia4e09aa2009-12-27 11:22:24 +0100849}
850
Takashi Iwai8a02c0c2014-02-10 18:09:45 +0100851#define alc_free snd_hda_gen_free
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852
Takashi Iwai83012a72012-08-24 18:38:08 +0200853#ifdef CONFIG_PM
Daniel T Chenc97259d2009-12-27 18:52:08 -0500854static void alc_power_eapd(struct hda_codec *codec)
855{
Takashi Iwai691f1fc2011-04-07 10:31:43 +0200856 alc_auto_setup_eapd(codec, false);
Daniel T Chenc97259d2009-12-27 18:52:08 -0500857}
858
Takashi Iwai68cb2b52012-07-02 15:20:37 +0200859static int alc_suspend(struct hda_codec *codec)
Hector Martinf5de24b2009-12-20 22:51:31 +0100860{
861 struct alc_spec *spec = codec->spec;
Takashi Iwaia4e09aa2009-12-27 11:22:24 +0100862 alc_shutup(codec);
Hector Martinf5de24b2009-12-20 22:51:31 +0100863 if (spec && spec->power_hook)
Daniel T Chenc97259d2009-12-27 18:52:08 -0500864 spec->power_hook(codec);
Hector Martinf5de24b2009-12-20 22:51:31 +0100865 return 0;
866}
867#endif
868
Takashi Iwai2a439522011-07-26 09:52:50 +0200869#ifdef CONFIG_PM
Takashi Iwaie044c392008-10-27 16:56:24 +0100870static int alc_resume(struct hda_codec *codec)
871{
Kailang Yang97a26572013-11-29 00:35:26 -0500872 struct alc_spec *spec = codec->spec;
873
874 if (!spec->no_depop_delay)
875 msleep(150); /* to avoid pop noise */
Takashi Iwaie044c392008-10-27 16:56:24 +0100876 codec->patch_ops.init(codec);
877 snd_hda_codec_resume_amp(codec);
878 snd_hda_codec_resume_cache(codec);
Takashi Iwai125821a2012-06-22 14:30:29 +0200879 alc_inv_dmic_sync(codec, true);
Takashi Iwai9e5341b2010-09-21 09:57:06 +0200880 hda_call_check_power_status(codec, 0x01);
Takashi Iwaie044c392008-10-27 16:56:24 +0100881 return 0;
882}
Takashi Iwaie044c392008-10-27 16:56:24 +0100883#endif
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885/*
886 */
Takashi Iwaia9111322011-05-02 11:30:18 +0200887static const struct hda_codec_ops alc_patch_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 .build_controls = alc_build_controls,
Takashi Iwai08c189f2012-12-19 15:22:24 +0100889 .build_pcms = snd_hda_gen_build_pcms,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 .init = alc_init,
891 .free = alc_free,
David Henningsson29adc4b2012-09-25 11:31:00 +0200892 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +0200893#ifdef CONFIG_PM
Takashi Iwaie044c392008-10-27 16:56:24 +0100894 .resume = alc_resume,
Hector Martinf5de24b2009-12-20 22:51:31 +0100895 .suspend = alc_suspend,
Takashi Iwaifce52a32013-01-07 12:42:48 +0100896 .check_power_status = snd_hda_gen_check_power_status,
Takashi Iwaicb53c622007-08-10 17:21:45 +0200897#endif
Daniel T Chenc97259d2009-12-27 18:52:08 -0500898 .reboot_notify = alc_shutup,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899};
900
David Henningsson29adc4b2012-09-25 11:31:00 +0200901
Kailang Yangc027ddc2010-03-19 11:33:06 +0100902/* replace the codec chip_name with the given string */
903static int alc_codec_rename(struct hda_codec *codec, const char *name)
904{
905 kfree(codec->chip_name);
906 codec->chip_name = kstrdup(name, GFP_KERNEL);
907 if (!codec->chip_name) {
908 alc_free(codec);
909 return -ENOMEM;
910 }
911 return 0;
912}
913
Takashi Iwai2fa522b2005-05-12 14:51:12 +0200914/*
Kailang Yang4b016932013-11-28 11:55:09 +0100915 * Rename codecs appropriately from COEF value or subvendor id
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200916 */
917struct alc_codec_rename_table {
918 unsigned int vendor_id;
919 unsigned short coef_mask;
920 unsigned short coef_bits;
921 const char *name;
922};
923
Kailang Yang4b016932013-11-28 11:55:09 +0100924struct alc_codec_rename_pci_table {
925 unsigned int codec_vendor_id;
926 unsigned short pci_subvendor;
927 unsigned short pci_subdevice;
928 const char *name;
929};
930
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200931static struct alc_codec_rename_table rename_tbl[] = {
Kailang Yange6e5f7a2014-06-06 16:46:43 +0800932 { 0x10ec0221, 0xf00f, 0x1003, "ALC231" },
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200933 { 0x10ec0269, 0xfff0, 0x3010, "ALC277" },
934 { 0x10ec0269, 0xf0f0, 0x2010, "ALC259" },
935 { 0x10ec0269, 0xf0f0, 0x3010, "ALC258" },
936 { 0x10ec0269, 0x00f0, 0x0010, "ALC269VB" },
937 { 0x10ec0269, 0xffff, 0xa023, "ALC259" },
938 { 0x10ec0269, 0xffff, 0x6023, "ALC281X" },
939 { 0x10ec0269, 0x00f0, 0x0020, "ALC269VC" },
Kailang Yangadcc70b2012-05-25 08:08:38 +0200940 { 0x10ec0269, 0x00f0, 0x0030, "ALC269VD" },
Kailang Yange6e5f7a2014-06-06 16:46:43 +0800941 { 0x10ec0662, 0xffff, 0x4020, "ALC656" },
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200942 { 0x10ec0887, 0x00f0, 0x0030, "ALC887-VD" },
943 { 0x10ec0888, 0x00f0, 0x0030, "ALC888-VD" },
944 { 0x10ec0888, 0xf0f0, 0x3020, "ALC886" },
945 { 0x10ec0899, 0x2000, 0x2000, "ALC899" },
946 { 0x10ec0892, 0xffff, 0x8020, "ALC661" },
947 { 0x10ec0892, 0xffff, 0x8011, "ALC661" },
948 { 0x10ec0892, 0xffff, 0x4011, "ALC656" },
949 { } /* terminator */
950};
951
Kailang Yang4b016932013-11-28 11:55:09 +0100952static struct alc_codec_rename_pci_table rename_pci_tbl[] = {
953 { 0x10ec0280, 0x1028, 0, "ALC3220" },
954 { 0x10ec0282, 0x1028, 0, "ALC3221" },
955 { 0x10ec0283, 0x1028, 0, "ALC3223" },
Kailang Yang193177d2014-04-23 16:06:13 +0800956 { 0x10ec0288, 0x1028, 0, "ALC3263" },
Kailang Yang4b016932013-11-28 11:55:09 +0100957 { 0x10ec0292, 0x1028, 0, "ALC3226" },
Kailang Yang193177d2014-04-23 16:06:13 +0800958 { 0x10ec0293, 0x1028, 0, "ALC3235" },
Kailang Yang4b016932013-11-28 11:55:09 +0100959 { 0x10ec0255, 0x1028, 0, "ALC3234" },
960 { 0x10ec0668, 0x1028, 0, "ALC3661" },
Kailang Yange6e5f7a2014-06-06 16:46:43 +0800961 { 0x10ec0275, 0x1028, 0, "ALC3260" },
962 { 0x10ec0899, 0x1028, 0, "ALC3861" },
963 { 0x10ec0670, 0x1025, 0, "ALC669X" },
964 { 0x10ec0676, 0x1025, 0, "ALC679X" },
965 { 0x10ec0282, 0x1043, 0, "ALC3229" },
966 { 0x10ec0233, 0x1043, 0, "ALC3236" },
967 { 0x10ec0280, 0x103c, 0, "ALC3228" },
968 { 0x10ec0282, 0x103c, 0, "ALC3227" },
969 { 0x10ec0286, 0x103c, 0, "ALC3242" },
970 { 0x10ec0290, 0x103c, 0, "ALC3241" },
971 { 0x10ec0668, 0x103c, 0, "ALC3662" },
972 { 0x10ec0283, 0x17aa, 0, "ALC3239" },
973 { 0x10ec0292, 0x17aa, 0, "ALC3232" },
Kailang Yang4b016932013-11-28 11:55:09 +0100974 { } /* terminator */
975};
976
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200977static int alc_codec_rename_from_preset(struct hda_codec *codec)
978{
979 const struct alc_codec_rename_table *p;
Kailang Yang4b016932013-11-28 11:55:09 +0100980 const struct alc_codec_rename_pci_table *q;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200981
982 for (p = rename_tbl; p->vendor_id; p++) {
983 if (p->vendor_id != codec->vendor_id)
984 continue;
Takashi Iwai1bb7e432011-10-17 16:50:59 +0200985 if ((alc_get_coef0(codec) & p->coef_mask) == p->coef_bits)
Takashi Iwaie16fb6d2011-10-17 16:39:09 +0200986 return alc_codec_rename(codec, p->name);
987 }
Kailang Yang4b016932013-11-28 11:55:09 +0100988
Takashi Iwai5100cd02014-02-15 10:03:19 +0100989 if (!codec->bus->pci)
990 return 0;
Kailang Yang4b016932013-11-28 11:55:09 +0100991 for (q = rename_pci_tbl; q->codec_vendor_id; q++) {
992 if (q->codec_vendor_id != codec->vendor_id)
993 continue;
994 if (q->pci_subvendor != codec->bus->pci->subsystem_vendor)
995 continue;
996 if (!q->pci_subdevice ||
997 q->pci_subdevice == codec->bus->pci->subsystem_device)
998 return alc_codec_rename(codec, q->name);
999 }
1000
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02001001 return 0;
1002}
1003
Takashi Iwaie4770622011-07-08 11:11:35 +02001004
1005/*
Takashi Iwai1d045db2011-07-07 18:23:21 +02001006 * Digital-beep handlers
1007 */
1008#ifdef CONFIG_SND_HDA_INPUT_BEEP
1009#define set_beep_amp(spec, nid, idx, dir) \
1010 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir))
1011
1012static const struct snd_pci_quirk beep_white_list[] = {
Duncan Roe71100052012-10-10 14:19:50 +02001013 SND_PCI_QUIRK(0x1043, 0x103c, "ASUS", 1),
W. Trevor Kinga4b7f212014-03-29 17:47:24 -07001014 SND_PCI_QUIRK(0x1043, 0x115d, "ASUS", 1),
Takashi Iwai1d045db2011-07-07 18:23:21 +02001015 SND_PCI_QUIRK(0x1043, 0x829f, "ASUS", 1),
Takashi Iwai8554ee42013-02-25 09:54:43 +01001016 SND_PCI_QUIRK(0x1043, 0x8376, "EeePC", 1),
Takashi Iwai1d045db2011-07-07 18:23:21 +02001017 SND_PCI_QUIRK(0x1043, 0x83ce, "EeePC", 1),
1018 SND_PCI_QUIRK(0x1043, 0x831a, "EeePC", 1),
1019 SND_PCI_QUIRK(0x1043, 0x834a, "EeePC", 1),
Takashi Iwai78f8baf2012-03-06 14:02:32 +01001020 SND_PCI_QUIRK(0x1458, 0xa002, "GA-MA790X", 1),
Takashi Iwai1d045db2011-07-07 18:23:21 +02001021 SND_PCI_QUIRK(0x8086, 0xd613, "Intel", 1),
1022 {}
1023};
1024
1025static inline int has_cdefine_beep(struct hda_codec *codec)
1026{
1027 struct alc_spec *spec = codec->spec;
1028 const struct snd_pci_quirk *q;
1029 q = snd_pci_quirk_lookup(codec->bus->pci, beep_white_list);
1030 if (q)
1031 return q->value;
1032 return spec->cdefine.enable_pcbeep;
1033}
1034#else
1035#define set_beep_amp(spec, nid, idx, dir) /* NOP */
1036#define has_cdefine_beep(codec) 0
1037#endif
1038
1039/* parse the BIOS configuration and set up the alc_spec */
1040/* return 1 if successful, 0 if the proper config is not found,
1041 * or a negative error code
1042 */
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001043static int alc_parse_auto_config(struct hda_codec *codec,
1044 const hda_nid_t *ignore_nids,
1045 const hda_nid_t *ssid_nids)
Takashi Iwai1d045db2011-07-07 18:23:21 +02001046{
1047 struct alc_spec *spec = codec->spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +01001048 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001049 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001050
Takashi Iwai53c334a2011-08-23 18:27:14 +02001051 err = snd_hda_parse_pin_defcfg(codec, cfg, ignore_nids,
1052 spec->parse_flags);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001053 if (err < 0)
1054 return err;
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001055
1056 if (ssid_nids)
1057 alc_ssid_check(codec, ssid_nids);
1058
Takashi Iwai08c189f2012-12-19 15:22:24 +01001059 err = snd_hda_gen_parse_auto_config(codec, cfg);
1060 if (err < 0)
1061 return err;
Takashi Iwai070cff42012-02-21 12:54:17 +01001062
Takashi Iwai1d045db2011-07-07 18:23:21 +02001063 return 1;
1064}
1065
Takashi Iwai3de95172012-05-07 18:03:15 +02001066/* common preparation job for alc_spec */
1067static int alc_alloc_spec(struct hda_codec *codec, hda_nid_t mixer_nid)
1068{
1069 struct alc_spec *spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1070 int err;
1071
1072 if (!spec)
1073 return -ENOMEM;
1074 codec->spec = spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +01001075 snd_hda_gen_spec_init(&spec->gen);
1076 spec->gen.mixer_nid = mixer_nid;
1077 spec->gen.own_eapd_ctl = 1;
Takashi Iwai1098b7c2012-12-17 20:03:15 +01001078 codec->single_adc_amp = 1;
Takashi Iwai08c189f2012-12-19 15:22:24 +01001079 /* FIXME: do we need this for all Realtek codec models? */
1080 codec->spdif_status_reset = 1;
Takashi Iwai3de95172012-05-07 18:03:15 +02001081
1082 err = alc_codec_rename_from_preset(codec);
1083 if (err < 0) {
1084 kfree(spec);
1085 return err;
1086 }
1087 return 0;
1088}
1089
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001090static int alc880_parse_auto_config(struct hda_codec *codec)
1091{
1092 static const hda_nid_t alc880_ignore[] = { 0x1d, 0 };
Jesper Juhl7d7eb9e2012-04-12 22:11:25 +02001093 static const hda_nid_t alc880_ssids[] = { 0x15, 0x1b, 0x14, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001094 return alc_parse_auto_config(codec, alc880_ignore, alc880_ssids);
1095}
1096
Takashi Iwai1d045db2011-07-07 18:23:21 +02001097/*
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001098 * ALC880 fix-ups
1099 */
1100enum {
Takashi Iwai411225a2012-02-20 17:48:19 +01001101 ALC880_FIXUP_GPIO1,
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001102 ALC880_FIXUP_GPIO2,
1103 ALC880_FIXUP_MEDION_RIM,
Takashi Iwaidc6af522012-02-17 16:18:59 +01001104 ALC880_FIXUP_LG,
Takashi Iwaidb8a38e2013-08-09 12:34:42 +02001105 ALC880_FIXUP_LG_LW25,
Takashi Iwaif02aab52012-02-17 16:33:56 +01001106 ALC880_FIXUP_W810,
Takashi Iwai27e917f2012-02-17 17:49:54 +01001107 ALC880_FIXUP_EAPD_COEF,
Takashi Iwaib9368f52012-02-17 17:54:44 +01001108 ALC880_FIXUP_TCL_S700,
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001109 ALC880_FIXUP_VOL_KNOB,
1110 ALC880_FIXUP_FUJITSU,
Takashi Iwaiba533812012-02-20 16:36:52 +01001111 ALC880_FIXUP_F1734,
Takashi Iwai817de922012-02-20 17:20:48 +01001112 ALC880_FIXUP_UNIWILL,
Takashi Iwai967b88c2012-02-20 17:31:02 +01001113 ALC880_FIXUP_UNIWILL_DIG,
Takashi Iwai96e225f2012-02-20 17:41:51 +01001114 ALC880_FIXUP_Z71V,
Takashi Iwai487a5882013-11-07 07:29:30 +01001115 ALC880_FIXUP_ASUS_W5A,
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001116 ALC880_FIXUP_3ST_BASE,
1117 ALC880_FIXUP_3ST,
1118 ALC880_FIXUP_3ST_DIG,
1119 ALC880_FIXUP_5ST_BASE,
1120 ALC880_FIXUP_5ST,
1121 ALC880_FIXUP_5ST_DIG,
1122 ALC880_FIXUP_6ST_BASE,
1123 ALC880_FIXUP_6ST,
1124 ALC880_FIXUP_6ST_DIG,
Takashi Iwai53971452013-01-23 18:21:37 +01001125 ALC880_FIXUP_6ST_AUTOMUTE,
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001126};
1127
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001128/* enable the volume-knob widget support on NID 0x21 */
1129static void alc880_fixup_vol_knob(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001130 const struct hda_fixup *fix, int action)
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001131{
Takashi Iwai1727a772013-01-10 09:52:52 +01001132 if (action == HDA_FIXUP_ACT_PROBE)
David Henningsson29adc4b2012-09-25 11:31:00 +02001133 snd_hda_jack_detect_enable_callback(codec, 0x21, ALC_DCVOL_EVENT, alc_update_knob_master);
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001134}
1135
Takashi Iwai1727a772013-01-10 09:52:52 +01001136static const struct hda_fixup alc880_fixups[] = {
Takashi Iwai411225a2012-02-20 17:48:19 +01001137 [ALC880_FIXUP_GPIO1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001138 .type = HDA_FIXUP_VERBS,
Takashi Iwai411225a2012-02-20 17:48:19 +01001139 .v.verbs = alc_gpio1_init_verbs,
1140 },
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001141 [ALC880_FIXUP_GPIO2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001142 .type = HDA_FIXUP_VERBS,
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001143 .v.verbs = alc_gpio2_init_verbs,
1144 },
1145 [ALC880_FIXUP_MEDION_RIM] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001146 .type = HDA_FIXUP_VERBS,
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001147 .v.verbs = (const struct hda_verb[]) {
1148 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1149 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1150 { }
1151 },
1152 .chained = true,
1153 .chain_id = ALC880_FIXUP_GPIO2,
1154 },
Takashi Iwaidc6af522012-02-17 16:18:59 +01001155 [ALC880_FIXUP_LG] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001156 .type = HDA_FIXUP_PINS,
1157 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaidc6af522012-02-17 16:18:59 +01001158 /* disable bogus unused pins */
1159 { 0x16, 0x411111f0 },
1160 { 0x18, 0x411111f0 },
1161 { 0x1a, 0x411111f0 },
1162 { }
1163 }
1164 },
Takashi Iwaidb8a38e2013-08-09 12:34:42 +02001165 [ALC880_FIXUP_LG_LW25] = {
1166 .type = HDA_FIXUP_PINS,
1167 .v.pins = (const struct hda_pintbl[]) {
1168 { 0x1a, 0x0181344f }, /* line-in */
1169 { 0x1b, 0x0321403f }, /* headphone */
1170 { }
1171 }
1172 },
Takashi Iwaif02aab52012-02-17 16:33:56 +01001173 [ALC880_FIXUP_W810] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001174 .type = HDA_FIXUP_PINS,
1175 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaif02aab52012-02-17 16:33:56 +01001176 /* disable bogus unused pins */
1177 { 0x17, 0x411111f0 },
1178 { }
1179 },
1180 .chained = true,
1181 .chain_id = ALC880_FIXUP_GPIO2,
1182 },
Takashi Iwai27e917f2012-02-17 17:49:54 +01001183 [ALC880_FIXUP_EAPD_COEF] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001184 .type = HDA_FIXUP_VERBS,
Takashi Iwai27e917f2012-02-17 17:49:54 +01001185 .v.verbs = (const struct hda_verb[]) {
1186 /* change to EAPD mode */
1187 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1188 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
1189 {}
1190 },
1191 },
Takashi Iwaib9368f52012-02-17 17:54:44 +01001192 [ALC880_FIXUP_TCL_S700] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001193 .type = HDA_FIXUP_VERBS,
Takashi Iwaib9368f52012-02-17 17:54:44 +01001194 .v.verbs = (const struct hda_verb[]) {
1195 /* change to EAPD mode */
1196 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
1197 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
1198 {}
1199 },
1200 .chained = true,
1201 .chain_id = ALC880_FIXUP_GPIO2,
1202 },
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001203 [ALC880_FIXUP_VOL_KNOB] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001204 .type = HDA_FIXUP_FUNC,
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001205 .v.func = alc880_fixup_vol_knob,
1206 },
1207 [ALC880_FIXUP_FUJITSU] = {
1208 /* override all pins as BIOS on old Amilo is broken */
Takashi Iwai1727a772013-01-10 09:52:52 +01001209 .type = HDA_FIXUP_PINS,
1210 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001211 { 0x14, 0x0121411f }, /* HP */
1212 { 0x15, 0x99030120 }, /* speaker */
1213 { 0x16, 0x99030130 }, /* bass speaker */
1214 { 0x17, 0x411111f0 }, /* N/A */
1215 { 0x18, 0x411111f0 }, /* N/A */
1216 { 0x19, 0x01a19950 }, /* mic-in */
1217 { 0x1a, 0x411111f0 }, /* N/A */
1218 { 0x1b, 0x411111f0 }, /* N/A */
1219 { 0x1c, 0x411111f0 }, /* N/A */
1220 { 0x1d, 0x411111f0 }, /* N/A */
1221 { 0x1e, 0x01454140 }, /* SPDIF out */
1222 { }
1223 },
1224 .chained = true,
1225 .chain_id = ALC880_FIXUP_VOL_KNOB,
1226 },
Takashi Iwaiba533812012-02-20 16:36:52 +01001227 [ALC880_FIXUP_F1734] = {
1228 /* almost compatible with FUJITSU, but no bass and SPDIF */
Takashi Iwai1727a772013-01-10 09:52:52 +01001229 .type = HDA_FIXUP_PINS,
1230 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaiba533812012-02-20 16:36:52 +01001231 { 0x14, 0x0121411f }, /* HP */
1232 { 0x15, 0x99030120 }, /* speaker */
1233 { 0x16, 0x411111f0 }, /* N/A */
1234 { 0x17, 0x411111f0 }, /* N/A */
1235 { 0x18, 0x411111f0 }, /* N/A */
1236 { 0x19, 0x01a19950 }, /* mic-in */
1237 { 0x1a, 0x411111f0 }, /* N/A */
1238 { 0x1b, 0x411111f0 }, /* N/A */
1239 { 0x1c, 0x411111f0 }, /* N/A */
1240 { 0x1d, 0x411111f0 }, /* N/A */
1241 { 0x1e, 0x411111f0 }, /* N/A */
1242 { }
1243 },
1244 .chained = true,
1245 .chain_id = ALC880_FIXUP_VOL_KNOB,
1246 },
Takashi Iwai817de922012-02-20 17:20:48 +01001247 [ALC880_FIXUP_UNIWILL] = {
1248 /* need to fix HP and speaker pins to be parsed correctly */
Takashi Iwai1727a772013-01-10 09:52:52 +01001249 .type = HDA_FIXUP_PINS,
1250 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai817de922012-02-20 17:20:48 +01001251 { 0x14, 0x0121411f }, /* HP */
1252 { 0x15, 0x99030120 }, /* speaker */
1253 { 0x16, 0x99030130 }, /* bass speaker */
1254 { }
1255 },
1256 },
Takashi Iwai967b88c2012-02-20 17:31:02 +01001257 [ALC880_FIXUP_UNIWILL_DIG] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001258 .type = HDA_FIXUP_PINS,
1259 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai967b88c2012-02-20 17:31:02 +01001260 /* disable bogus unused pins */
1261 { 0x17, 0x411111f0 },
1262 { 0x19, 0x411111f0 },
1263 { 0x1b, 0x411111f0 },
1264 { 0x1f, 0x411111f0 },
1265 { }
1266 }
1267 },
Takashi Iwai96e225f2012-02-20 17:41:51 +01001268 [ALC880_FIXUP_Z71V] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001269 .type = HDA_FIXUP_PINS,
1270 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai96e225f2012-02-20 17:41:51 +01001271 /* set up the whole pins as BIOS is utterly broken */
1272 { 0x14, 0x99030120 }, /* speaker */
1273 { 0x15, 0x0121411f }, /* HP */
1274 { 0x16, 0x411111f0 }, /* N/A */
1275 { 0x17, 0x411111f0 }, /* N/A */
1276 { 0x18, 0x01a19950 }, /* mic-in */
1277 { 0x19, 0x411111f0 }, /* N/A */
1278 { 0x1a, 0x01813031 }, /* line-in */
1279 { 0x1b, 0x411111f0 }, /* N/A */
1280 { 0x1c, 0x411111f0 }, /* N/A */
1281 { 0x1d, 0x411111f0 }, /* N/A */
1282 { 0x1e, 0x0144111e }, /* SPDIF */
1283 { }
1284 }
1285 },
Takashi Iwai487a5882013-11-07 07:29:30 +01001286 [ALC880_FIXUP_ASUS_W5A] = {
1287 .type = HDA_FIXUP_PINS,
1288 .v.pins = (const struct hda_pintbl[]) {
1289 /* set up the whole pins as BIOS is utterly broken */
1290 { 0x14, 0x0121411f }, /* HP */
1291 { 0x15, 0x411111f0 }, /* N/A */
1292 { 0x16, 0x411111f0 }, /* N/A */
1293 { 0x17, 0x411111f0 }, /* N/A */
1294 { 0x18, 0x90a60160 }, /* mic */
1295 { 0x19, 0x411111f0 }, /* N/A */
1296 { 0x1a, 0x411111f0 }, /* N/A */
1297 { 0x1b, 0x411111f0 }, /* N/A */
1298 { 0x1c, 0x411111f0 }, /* N/A */
1299 { 0x1d, 0x411111f0 }, /* N/A */
1300 { 0x1e, 0xb743111e }, /* SPDIF out */
1301 { }
1302 },
1303 .chained = true,
1304 .chain_id = ALC880_FIXUP_GPIO1,
1305 },
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001306 [ALC880_FIXUP_3ST_BASE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001307 .type = HDA_FIXUP_PINS,
1308 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001309 { 0x14, 0x01014010 }, /* line-out */
1310 { 0x15, 0x411111f0 }, /* N/A */
1311 { 0x16, 0x411111f0 }, /* N/A */
1312 { 0x17, 0x411111f0 }, /* N/A */
1313 { 0x18, 0x01a19c30 }, /* mic-in */
1314 { 0x19, 0x0121411f }, /* HP */
1315 { 0x1a, 0x01813031 }, /* line-in */
1316 { 0x1b, 0x02a19c40 }, /* front-mic */
1317 { 0x1c, 0x411111f0 }, /* N/A */
1318 { 0x1d, 0x411111f0 }, /* N/A */
1319 /* 0x1e is filled in below */
1320 { 0x1f, 0x411111f0 }, /* N/A */
1321 { }
1322 }
1323 },
1324 [ALC880_FIXUP_3ST] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001325 .type = HDA_FIXUP_PINS,
1326 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001327 { 0x1e, 0x411111f0 }, /* N/A */
1328 { }
1329 },
1330 .chained = true,
1331 .chain_id = ALC880_FIXUP_3ST_BASE,
1332 },
1333 [ALC880_FIXUP_3ST_DIG] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001334 .type = HDA_FIXUP_PINS,
1335 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001336 { 0x1e, 0x0144111e }, /* SPDIF */
1337 { }
1338 },
1339 .chained = true,
1340 .chain_id = ALC880_FIXUP_3ST_BASE,
1341 },
1342 [ALC880_FIXUP_5ST_BASE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001343 .type = HDA_FIXUP_PINS,
1344 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001345 { 0x14, 0x01014010 }, /* front */
1346 { 0x15, 0x411111f0 }, /* N/A */
1347 { 0x16, 0x01011411 }, /* CLFE */
1348 { 0x17, 0x01016412 }, /* surr */
1349 { 0x18, 0x01a19c30 }, /* mic-in */
1350 { 0x19, 0x0121411f }, /* HP */
1351 { 0x1a, 0x01813031 }, /* line-in */
1352 { 0x1b, 0x02a19c40 }, /* front-mic */
1353 { 0x1c, 0x411111f0 }, /* N/A */
1354 { 0x1d, 0x411111f0 }, /* N/A */
1355 /* 0x1e is filled in below */
1356 { 0x1f, 0x411111f0 }, /* N/A */
1357 { }
1358 }
1359 },
1360 [ALC880_FIXUP_5ST] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001361 .type = HDA_FIXUP_PINS,
1362 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001363 { 0x1e, 0x411111f0 }, /* N/A */
1364 { }
1365 },
1366 .chained = true,
1367 .chain_id = ALC880_FIXUP_5ST_BASE,
1368 },
1369 [ALC880_FIXUP_5ST_DIG] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001370 .type = HDA_FIXUP_PINS,
1371 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001372 { 0x1e, 0x0144111e }, /* SPDIF */
1373 { }
1374 },
1375 .chained = true,
1376 .chain_id = ALC880_FIXUP_5ST_BASE,
1377 },
1378 [ALC880_FIXUP_6ST_BASE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001379 .type = HDA_FIXUP_PINS,
1380 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001381 { 0x14, 0x01014010 }, /* front */
1382 { 0x15, 0x01016412 }, /* surr */
1383 { 0x16, 0x01011411 }, /* CLFE */
1384 { 0x17, 0x01012414 }, /* side */
1385 { 0x18, 0x01a19c30 }, /* mic-in */
1386 { 0x19, 0x02a19c40 }, /* front-mic */
1387 { 0x1a, 0x01813031 }, /* line-in */
1388 { 0x1b, 0x0121411f }, /* HP */
1389 { 0x1c, 0x411111f0 }, /* N/A */
1390 { 0x1d, 0x411111f0 }, /* N/A */
1391 /* 0x1e is filled in below */
1392 { 0x1f, 0x411111f0 }, /* N/A */
1393 { }
1394 }
1395 },
1396 [ALC880_FIXUP_6ST] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001397 .type = HDA_FIXUP_PINS,
1398 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001399 { 0x1e, 0x411111f0 }, /* N/A */
1400 { }
1401 },
1402 .chained = true,
1403 .chain_id = ALC880_FIXUP_6ST_BASE,
1404 },
1405 [ALC880_FIXUP_6ST_DIG] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001406 .type = HDA_FIXUP_PINS,
1407 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001408 { 0x1e, 0x0144111e }, /* SPDIF */
1409 { }
1410 },
1411 .chained = true,
1412 .chain_id = ALC880_FIXUP_6ST_BASE,
1413 },
Takashi Iwai53971452013-01-23 18:21:37 +01001414 [ALC880_FIXUP_6ST_AUTOMUTE] = {
1415 .type = HDA_FIXUP_PINS,
1416 .v.pins = (const struct hda_pintbl[]) {
1417 { 0x1b, 0x0121401f }, /* HP with jack detect */
1418 { }
1419 },
1420 .chained_before = true,
1421 .chain_id = ALC880_FIXUP_6ST_BASE,
1422 },
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001423};
1424
1425static const struct snd_pci_quirk alc880_fixup_tbl[] = {
Takashi Iwaif02aab52012-02-17 16:33:56 +01001426 SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_FIXUP_W810),
Takashi Iwai487a5882013-11-07 07:29:30 +01001427 SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS W5A", ALC880_FIXUP_ASUS_W5A),
Takashi Iwai96e225f2012-02-20 17:41:51 +01001428 SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_FIXUP_Z71V),
Takashi Iwai29e3fdc2012-02-20 17:56:57 +01001429 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS", ALC880_FIXUP_GPIO1),
1430 SND_PCI_QUIRK(0x1558, 0x5401, "Clevo GPIO2", ALC880_FIXUP_GPIO2),
Takashi Iwai27e917f2012-02-17 17:49:54 +01001431 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo", ALC880_FIXUP_EAPD_COEF),
Takashi Iwai967b88c2012-02-20 17:31:02 +01001432 SND_PCI_QUIRK(0x1584, 0x9050, "Uniwill", ALC880_FIXUP_UNIWILL_DIG),
Takashi Iwaiba533812012-02-20 16:36:52 +01001433 SND_PCI_QUIRK(0x1584, 0x9054, "Uniwill", ALC880_FIXUP_F1734),
Takashi Iwai817de922012-02-20 17:20:48 +01001434 SND_PCI_QUIRK(0x1584, 0x9070, "Uniwill", ALC880_FIXUP_UNIWILL),
Takashi Iwai7833c7e2012-02-20 17:11:38 +01001435 SND_PCI_QUIRK(0x1584, 0x9077, "Uniwill P53", ALC880_FIXUP_VOL_KNOB),
Takashi Iwaif02aab52012-02-17 16:33:56 +01001436 SND_PCI_QUIRK(0x161f, 0x203d, "W810", ALC880_FIXUP_W810),
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001437 SND_PCI_QUIRK(0x161f, 0x205d, "Medion Rim 2150", ALC880_FIXUP_MEDION_RIM),
Takashi Iwai53971452013-01-23 18:21:37 +01001438 SND_PCI_QUIRK(0x1631, 0xe011, "PB 13201056", ALC880_FIXUP_6ST_AUTOMUTE),
Takashi Iwaiba533812012-02-20 16:36:52 +01001439 SND_PCI_QUIRK(0x1734, 0x107c, "FSC F1734", ALC880_FIXUP_F1734),
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001440 SND_PCI_QUIRK(0x1734, 0x1094, "FSC Amilo M1451G", ALC880_FIXUP_FUJITSU),
Takashi Iwaiba533812012-02-20 16:36:52 +01001441 SND_PCI_QUIRK(0x1734, 0x10ac, "FSC AMILO Xi 1526", ALC880_FIXUP_F1734),
Takashi Iwaicf5a2272012-02-20 16:31:07 +01001442 SND_PCI_QUIRK(0x1734, 0x10b0, "FSC Amilo Pi1556", ALC880_FIXUP_FUJITSU),
Takashi Iwaidc6af522012-02-17 16:18:59 +01001443 SND_PCI_QUIRK(0x1854, 0x003b, "LG", ALC880_FIXUP_LG),
1444 SND_PCI_QUIRK(0x1854, 0x005f, "LG P1 Express", ALC880_FIXUP_LG),
1445 SND_PCI_QUIRK(0x1854, 0x0068, "LG w1", ALC880_FIXUP_LG),
Takashi Iwaidb8a38e2013-08-09 12:34:42 +02001446 SND_PCI_QUIRK(0x1854, 0x0077, "LG LW25", ALC880_FIXUP_LG_LW25),
Takashi Iwaib9368f52012-02-17 17:54:44 +01001447 SND_PCI_QUIRK(0x19db, 0x4188, "TCL S700", ALC880_FIXUP_TCL_S700),
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001448
1449 /* Below is the copied entries from alc880_quirks.c.
1450 * It's not quite sure whether BIOS sets the correct pin-config table
1451 * on these machines, thus they are kept to be compatible with
1452 * the old static quirks. Once when it's confirmed to work without
1453 * these overrides, it'd be better to remove.
1454 */
1455 SND_PCI_QUIRK(0x1019, 0xa880, "ECS", ALC880_FIXUP_5ST_DIG),
1456 SND_PCI_QUIRK(0x1019, 0xa884, "Acer APFV", ALC880_FIXUP_6ST),
1457 SND_PCI_QUIRK(0x1025, 0x0070, "ULI", ALC880_FIXUP_3ST_DIG),
1458 SND_PCI_QUIRK(0x1025, 0x0077, "ULI", ALC880_FIXUP_6ST_DIG),
1459 SND_PCI_QUIRK(0x1025, 0x0078, "ULI", ALC880_FIXUP_6ST_DIG),
1460 SND_PCI_QUIRK(0x1025, 0x0087, "ULI", ALC880_FIXUP_6ST_DIG),
1461 SND_PCI_QUIRK(0x1025, 0xe309, "ULI", ALC880_FIXUP_3ST_DIG),
1462 SND_PCI_QUIRK(0x1025, 0xe310, "ULI", ALC880_FIXUP_3ST),
1463 SND_PCI_QUIRK(0x1039, 0x1234, NULL, ALC880_FIXUP_6ST_DIG),
1464 SND_PCI_QUIRK(0x104d, 0x81a0, "Sony", ALC880_FIXUP_3ST),
1465 SND_PCI_QUIRK(0x104d, 0x81d6, "Sony", ALC880_FIXUP_3ST),
1466 SND_PCI_QUIRK(0x107b, 0x3032, "Gateway", ALC880_FIXUP_5ST),
1467 SND_PCI_QUIRK(0x107b, 0x3033, "Gateway", ALC880_FIXUP_5ST),
1468 SND_PCI_QUIRK(0x107b, 0x4039, "Gateway", ALC880_FIXUP_5ST),
1469 SND_PCI_QUIRK(0x1297, 0xc790, "Shuttle ST20G5", ALC880_FIXUP_6ST_DIG),
1470 SND_PCI_QUIRK(0x1458, 0xa102, "Gigabyte K8", ALC880_FIXUP_6ST_DIG),
1471 SND_PCI_QUIRK(0x1462, 0x1150, "MSI", ALC880_FIXUP_6ST_DIG),
1472 SND_PCI_QUIRK(0x1509, 0x925d, "FIC P4M", ALC880_FIXUP_6ST_DIG),
1473 SND_PCI_QUIRK(0x1565, 0x8202, "Biostar", ALC880_FIXUP_5ST_DIG),
1474 SND_PCI_QUIRK(0x1695, 0x400d, "EPoX", ALC880_FIXUP_5ST_DIG),
1475 SND_PCI_QUIRK(0x1695, 0x4012, "EPox EP-5LDA", ALC880_FIXUP_5ST_DIG),
1476 SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_FIXUP_6ST_DIG), /* broken BIOS */
1477 SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_FIXUP_6ST_DIG),
1478 SND_PCI_QUIRK(0x8086, 0xa100, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1479 SND_PCI_QUIRK(0x8086, 0xd400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1480 SND_PCI_QUIRK(0x8086, 0xd401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1481 SND_PCI_QUIRK(0x8086, 0xd402, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1482 SND_PCI_QUIRK(0x8086, 0xe224, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1483 SND_PCI_QUIRK(0x8086, 0xe305, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1484 SND_PCI_QUIRK(0x8086, 0xe308, "Intel mobo", ALC880_FIXUP_3ST_DIG),
1485 SND_PCI_QUIRK(0x8086, 0xe400, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1486 SND_PCI_QUIRK(0x8086, 0xe401, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1487 SND_PCI_QUIRK(0x8086, 0xe402, "Intel mobo", ALC880_FIXUP_5ST_DIG),
1488 /* default Intel */
1489 SND_PCI_QUIRK_VENDOR(0x8086, "Intel mobo", ALC880_FIXUP_3ST),
1490 SND_PCI_QUIRK(0xa0a0, 0x0560, "AOpen i915GMm-HFS", ALC880_FIXUP_5ST_DIG),
1491 SND_PCI_QUIRK(0xe803, 0x1019, NULL, ALC880_FIXUP_6ST_DIG),
1492 {}
1493};
1494
Takashi Iwai1727a772013-01-10 09:52:52 +01001495static const struct hda_model_fixup alc880_fixup_models[] = {
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001496 {.id = ALC880_FIXUP_3ST, .name = "3stack"},
1497 {.id = ALC880_FIXUP_3ST_DIG, .name = "3stack-digout"},
1498 {.id = ALC880_FIXUP_5ST, .name = "5stack"},
1499 {.id = ALC880_FIXUP_5ST_DIG, .name = "5stack-digout"},
1500 {.id = ALC880_FIXUP_6ST, .name = "6stack"},
1501 {.id = ALC880_FIXUP_6ST_DIG, .name = "6stack-digout"},
Takashi Iwai53971452013-01-23 18:21:37 +01001502 {.id = ALC880_FIXUP_6ST_AUTOMUTE, .name = "6stack-automute"},
Takashi Iwaiee3b2962011-11-15 14:26:54 +01001503 {}
1504};
1505
1506
1507/*
Takashi Iwai1d045db2011-07-07 18:23:21 +02001508 * OK, here we have finally the patch for ALC880
1509 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02001510static int patch_alc880(struct hda_codec *codec)
1511{
1512 struct alc_spec *spec;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001513 int err;
1514
Takashi Iwai3de95172012-05-07 18:03:15 +02001515 err = alc_alloc_spec(codec, 0x0b);
1516 if (err < 0)
1517 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001518
Takashi Iwai3de95172012-05-07 18:03:15 +02001519 spec = codec->spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +01001520 spec->gen.need_dac_fix = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01001521 spec->gen.beep_nid = 0x01;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001522
Takashi Iwai1727a772013-01-10 09:52:52 +01001523 snd_hda_pick_fixup(codec, alc880_fixup_models, alc880_fixup_tbl,
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001524 alc880_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01001525 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001526
Takashi Iwai67b6ec32012-02-20 18:20:42 +01001527 /* automatic parse from the BIOS config */
1528 err = alc880_parse_auto_config(codec);
1529 if (err < 0)
1530 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001531
Takashi Iwai7504b6c2013-03-18 11:25:51 +01001532 if (!spec->gen.no_analog)
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001533 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001534
Takashi Iwai1d045db2011-07-07 18:23:21 +02001535 codec->patch_ops = alc_patch_ops;
David Henningsson29adc4b2012-09-25 11:31:00 +02001536 codec->patch_ops.unsol_event = alc880_unsol_event;
1537
Takashi Iwai1d045db2011-07-07 18:23:21 +02001538
Takashi Iwai1727a772013-01-10 09:52:52 +01001539 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01001540
Takashi Iwai1d045db2011-07-07 18:23:21 +02001541 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02001542
1543 error:
1544 alc_free(codec);
1545 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001546}
1547
1548
1549/*
1550 * ALC260 support
1551 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02001552static int alc260_parse_auto_config(struct hda_codec *codec)
1553{
Takashi Iwai1d045db2011-07-07 18:23:21 +02001554 static const hda_nid_t alc260_ignore[] = { 0x17, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001555 static const hda_nid_t alc260_ssids[] = { 0x10, 0x15, 0x0f, 0 };
1556 return alc_parse_auto_config(codec, alc260_ignore, alc260_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001557}
1558
Takashi Iwai1d045db2011-07-07 18:23:21 +02001559/*
1560 * Pin config fixes
1561 */
1562enum {
Takashi Iwaica8f0422012-02-16 11:51:19 +01001563 ALC260_FIXUP_HP_DC5750,
1564 ALC260_FIXUP_HP_PIN_0F,
1565 ALC260_FIXUP_COEF,
Takashi Iwai15317ab2012-02-16 12:02:53 +01001566 ALC260_FIXUP_GPIO1,
Takashi Iwai20f7d922012-02-16 12:35:16 +01001567 ALC260_FIXUP_GPIO1_TOGGLE,
1568 ALC260_FIXUP_REPLACER,
Takashi Iwai0a1c4fa2012-02-16 12:42:30 +01001569 ALC260_FIXUP_HP_B1900,
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001570 ALC260_FIXUP_KN1,
Takashi Iwai39aedee2013-01-10 17:10:40 +01001571 ALC260_FIXUP_FSC_S7020,
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001572 ALC260_FIXUP_FSC_S7020_JWSE,
Takashi Iwaid08c5ef2013-11-22 08:06:36 +01001573 ALC260_FIXUP_VAIO_PINS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02001574};
1575
Takashi Iwai20f7d922012-02-16 12:35:16 +01001576static void alc260_gpio1_automute(struct hda_codec *codec)
1577{
1578 struct alc_spec *spec = codec->spec;
1579 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
Takashi Iwai08c189f2012-12-19 15:22:24 +01001580 spec->gen.hp_jack_present);
Takashi Iwai20f7d922012-02-16 12:35:16 +01001581}
1582
1583static void alc260_fixup_gpio1_toggle(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001584 const struct hda_fixup *fix, int action)
Takashi Iwai20f7d922012-02-16 12:35:16 +01001585{
1586 struct alc_spec *spec = codec->spec;
Takashi Iwai1727a772013-01-10 09:52:52 +01001587 if (action == HDA_FIXUP_ACT_PROBE) {
Takashi Iwai20f7d922012-02-16 12:35:16 +01001588 /* although the machine has only one output pin, we need to
1589 * toggle GPIO1 according to the jack state
1590 */
Takashi Iwai08c189f2012-12-19 15:22:24 +01001591 spec->gen.automute_hook = alc260_gpio1_automute;
1592 spec->gen.detect_hp = 1;
1593 spec->gen.automute_speaker = 1;
1594 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */
1595 snd_hda_jack_detect_enable_callback(codec, 0x0f, HDA_GEN_HP_EVENT,
1596 snd_hda_gen_hp_automute);
Takashi Iwaic9ce6b22012-12-18 18:12:44 +01001597 snd_hda_add_verbs(codec, alc_gpio1_init_verbs);
Takashi Iwai20f7d922012-02-16 12:35:16 +01001598 }
1599}
1600
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001601static void alc260_fixup_kn1(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001602 const struct hda_fixup *fix, int action)
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001603{
1604 struct alc_spec *spec = codec->spec;
Takashi Iwai1727a772013-01-10 09:52:52 +01001605 static const struct hda_pintbl pincfgs[] = {
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001606 { 0x0f, 0x02214000 }, /* HP/speaker */
1607 { 0x12, 0x90a60160 }, /* int mic */
1608 { 0x13, 0x02a19000 }, /* ext mic */
1609 { 0x18, 0x01446000 }, /* SPDIF out */
1610 /* disable bogus I/O pins */
1611 { 0x10, 0x411111f0 },
1612 { 0x11, 0x411111f0 },
1613 { 0x14, 0x411111f0 },
1614 { 0x15, 0x411111f0 },
1615 { 0x16, 0x411111f0 },
1616 { 0x17, 0x411111f0 },
1617 { 0x19, 0x411111f0 },
1618 { }
1619 };
1620
1621 switch (action) {
Takashi Iwai1727a772013-01-10 09:52:52 +01001622 case HDA_FIXUP_ACT_PRE_PROBE:
1623 snd_hda_apply_pincfgs(codec, pincfgs);
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001624 break;
Takashi Iwai1727a772013-01-10 09:52:52 +01001625 case HDA_FIXUP_ACT_PROBE:
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001626 spec->init_amp = ALC_INIT_NONE;
1627 break;
1628 }
1629}
1630
Takashi Iwai39aedee2013-01-10 17:10:40 +01001631static void alc260_fixup_fsc_s7020(struct hda_codec *codec,
1632 const struct hda_fixup *fix, int action)
1633{
1634 struct alc_spec *spec = codec->spec;
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001635 if (action == HDA_FIXUP_ACT_PROBE)
Takashi Iwaie6e0ee52013-02-18 17:04:20 +01001636 spec->init_amp = ALC_INIT_NONE;
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001637}
1638
1639static void alc260_fixup_fsc_s7020_jwse(struct hda_codec *codec,
1640 const struct hda_fixup *fix, int action)
1641{
1642 struct alc_spec *spec = codec->spec;
1643 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaif811c3c2013-03-07 18:32:59 +01001644 spec->gen.add_jack_modes = 1;
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001645 spec->gen.hp_mic = 1;
Takashi Iwaie6e0ee52013-02-18 17:04:20 +01001646 }
Takashi Iwai39aedee2013-01-10 17:10:40 +01001647}
1648
Takashi Iwai1727a772013-01-10 09:52:52 +01001649static const struct hda_fixup alc260_fixups[] = {
Takashi Iwaica8f0422012-02-16 11:51:19 +01001650 [ALC260_FIXUP_HP_DC5750] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001651 .type = HDA_FIXUP_PINS,
1652 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02001653 { 0x11, 0x90130110 }, /* speaker */
1654 { }
1655 }
1656 },
Takashi Iwaica8f0422012-02-16 11:51:19 +01001657 [ALC260_FIXUP_HP_PIN_0F] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001658 .type = HDA_FIXUP_PINS,
1659 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaica8f0422012-02-16 11:51:19 +01001660 { 0x0f, 0x01214000 }, /* HP */
1661 { }
1662 }
1663 },
1664 [ALC260_FIXUP_COEF] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001665 .type = HDA_FIXUP_VERBS,
Takashi Iwaica8f0422012-02-16 11:51:19 +01001666 .v.verbs = (const struct hda_verb[]) {
Ronan Marquete30cf2d2014-06-01 18:38:53 +02001667 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1668 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3040 },
Takashi Iwaica8f0422012-02-16 11:51:19 +01001669 { }
1670 },
Takashi Iwaica8f0422012-02-16 11:51:19 +01001671 },
Takashi Iwai15317ab2012-02-16 12:02:53 +01001672 [ALC260_FIXUP_GPIO1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001673 .type = HDA_FIXUP_VERBS,
Takashi Iwai15317ab2012-02-16 12:02:53 +01001674 .v.verbs = alc_gpio1_init_verbs,
1675 },
Takashi Iwai20f7d922012-02-16 12:35:16 +01001676 [ALC260_FIXUP_GPIO1_TOGGLE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001677 .type = HDA_FIXUP_FUNC,
Takashi Iwai20f7d922012-02-16 12:35:16 +01001678 .v.func = alc260_fixup_gpio1_toggle,
1679 .chained = true,
1680 .chain_id = ALC260_FIXUP_HP_PIN_0F,
1681 },
1682 [ALC260_FIXUP_REPLACER] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001683 .type = HDA_FIXUP_VERBS,
Takashi Iwai20f7d922012-02-16 12:35:16 +01001684 .v.verbs = (const struct hda_verb[]) {
Takashi Iwai192a98e2014-06-02 15:16:07 +02001685 { 0x1a, AC_VERB_SET_COEF_INDEX, 0x07 },
1686 { 0x1a, AC_VERB_SET_PROC_COEF, 0x3050 },
Takashi Iwai20f7d922012-02-16 12:35:16 +01001687 { }
1688 },
1689 .chained = true,
1690 .chain_id = ALC260_FIXUP_GPIO1_TOGGLE,
1691 },
Takashi Iwai0a1c4fa2012-02-16 12:42:30 +01001692 [ALC260_FIXUP_HP_B1900] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001693 .type = HDA_FIXUP_FUNC,
Takashi Iwai0a1c4fa2012-02-16 12:42:30 +01001694 .v.func = alc260_fixup_gpio1_toggle,
1695 .chained = true,
1696 .chain_id = ALC260_FIXUP_COEF,
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001697 },
1698 [ALC260_FIXUP_KN1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01001699 .type = HDA_FIXUP_FUNC,
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001700 .v.func = alc260_fixup_kn1,
1701 },
Takashi Iwai39aedee2013-01-10 17:10:40 +01001702 [ALC260_FIXUP_FSC_S7020] = {
1703 .type = HDA_FIXUP_FUNC,
1704 .v.func = alc260_fixup_fsc_s7020,
1705 },
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001706 [ALC260_FIXUP_FSC_S7020_JWSE] = {
1707 .type = HDA_FIXUP_FUNC,
1708 .v.func = alc260_fixup_fsc_s7020_jwse,
1709 .chained = true,
1710 .chain_id = ALC260_FIXUP_FSC_S7020,
1711 },
Takashi Iwaid08c5ef2013-11-22 08:06:36 +01001712 [ALC260_FIXUP_VAIO_PINS] = {
1713 .type = HDA_FIXUP_PINS,
1714 .v.pins = (const struct hda_pintbl[]) {
1715 /* Pin configs are missing completely on some VAIOs */
1716 { 0x0f, 0x01211020 },
1717 { 0x10, 0x0001003f },
1718 { 0x11, 0x411111f0 },
1719 { 0x12, 0x01a15930 },
1720 { 0x13, 0x411111f0 },
1721 { 0x14, 0x411111f0 },
1722 { 0x15, 0x411111f0 },
1723 { 0x16, 0x411111f0 },
1724 { 0x17, 0x411111f0 },
1725 { 0x18, 0x411111f0 },
1726 { 0x19, 0x411111f0 },
1727 { }
1728 }
1729 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02001730};
1731
1732static const struct snd_pci_quirk alc260_fixup_tbl[] = {
Takashi Iwai15317ab2012-02-16 12:02:53 +01001733 SND_PCI_QUIRK(0x1025, 0x007b, "Acer C20x", ALC260_FIXUP_GPIO1),
Takashi Iwaica8f0422012-02-16 11:51:19 +01001734 SND_PCI_QUIRK(0x1025, 0x007f, "Acer Aspire 9500", ALC260_FIXUP_COEF),
Takashi Iwai15317ab2012-02-16 12:02:53 +01001735 SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1),
Takashi Iwaica8f0422012-02-16 11:51:19 +01001736 SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750),
Takashi Iwai0a1c4fa2012-02-16 12:42:30 +01001737 SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900),
Takashi Iwaid08c5ef2013-11-22 08:06:36 +01001738 SND_PCI_QUIRK(0x104d, 0x81bb, "Sony VAIO", ALC260_FIXUP_VAIO_PINS),
Takashi Iwai0f5a5b82013-11-21 09:12:52 +01001739 SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F),
Takashi Iwai39aedee2013-01-10 17:10:40 +01001740 SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020),
Takashi Iwaib1f58082012-02-16 12:45:03 +01001741 SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1),
Takashi Iwai118cb4a2012-04-19 07:33:27 +02001742 SND_PCI_QUIRK(0x152d, 0x0729, "Quanta KN1", ALC260_FIXUP_KN1),
Takashi Iwai20f7d922012-02-16 12:35:16 +01001743 SND_PCI_QUIRK(0x161f, 0x2057, "Replacer 672V", ALC260_FIXUP_REPLACER),
Takashi Iwaica8f0422012-02-16 11:51:19 +01001744 SND_PCI_QUIRK(0x1631, 0xc017, "PB V7900", ALC260_FIXUP_COEF),
Takashi Iwai1d045db2011-07-07 18:23:21 +02001745 {}
1746};
1747
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001748static const struct hda_model_fixup alc260_fixup_models[] = {
1749 {.id = ALC260_FIXUP_GPIO1, .name = "gpio1"},
1750 {.id = ALC260_FIXUP_COEF, .name = "coef"},
1751 {.id = ALC260_FIXUP_FSC_S7020, .name = "fujitsu"},
1752 {.id = ALC260_FIXUP_FSC_S7020_JWSE, .name = "fujitsu-jwse"},
1753 {}
1754};
1755
Takashi Iwai1d045db2011-07-07 18:23:21 +02001756/*
1757 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02001758static int patch_alc260(struct hda_codec *codec)
1759{
1760 struct alc_spec *spec;
Takashi Iwaic3c2c9e2012-02-16 12:59:55 +01001761 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001762
Takashi Iwai3de95172012-05-07 18:03:15 +02001763 err = alc_alloc_spec(codec, 0x07);
1764 if (err < 0)
1765 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001766
Takashi Iwai3de95172012-05-07 18:03:15 +02001767 spec = codec->spec;
Takashi Iwaiea46c3c2013-01-15 18:45:53 +01001768 /* as quite a few machines require HP amp for speaker outputs,
1769 * it's easier to enable it unconditionally; even if it's unneeded,
1770 * it's almost harmless.
1771 */
1772 spec->gen.prefer_hp_amp = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01001773 spec->gen.beep_nid = 0x01;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001774
Takashi Iwai5ebd3bb2013-02-19 18:23:31 +01001775 snd_hda_pick_fixup(codec, alc260_fixup_models, alc260_fixup_tbl,
1776 alc260_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01001777 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001778
Takashi Iwaic3c2c9e2012-02-16 12:59:55 +01001779 /* automatic parse from the BIOS config */
1780 err = alc260_parse_auto_config(codec);
1781 if (err < 0)
1782 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001783
Takashi Iwai7504b6c2013-03-18 11:25:51 +01001784 if (!spec->gen.no_analog)
Takashi Iwai3e6179b2011-07-08 16:55:13 +02001785 set_beep_amp(spec, 0x07, 0x05, HDA_INPUT);
Takashi Iwai1d045db2011-07-07 18:23:21 +02001786
Takashi Iwai1d045db2011-07-07 18:23:21 +02001787 codec->patch_ops = alc_patch_ops;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001788 spec->shutup = alc_eapd_shutup;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001789
Takashi Iwai1727a772013-01-10 09:52:52 +01001790 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01001791
Takashi Iwai1d045db2011-07-07 18:23:21 +02001792 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02001793
1794 error:
1795 alc_free(codec);
1796 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02001797}
1798
1799
1800/*
1801 * ALC882/883/885/888/889 support
1802 *
1803 * ALC882 is almost identical with ALC880 but has cleaner and more flexible
1804 * configuration. Each pin widget can choose any input DACs and a mixer.
1805 * Each ADC is connected from a mixer of all inputs. This makes possible
1806 * 6-channel independent captures.
1807 *
1808 * In addition, an independent DAC for the multi-playback (not used in this
1809 * driver yet).
1810 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02001811
1812/*
1813 * Pin config fixes
1814 */
1815enum {
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01001816 ALC882_FIXUP_ABIT_AW9D_MAX,
1817 ALC882_FIXUP_LENOVO_Y530,
1818 ALC882_FIXUP_PB_M5210,
1819 ALC882_FIXUP_ACER_ASPIRE_7736,
1820 ALC882_FIXUP_ASUS_W90V,
Marton Balint8f239212012-03-05 21:33:23 +01001821 ALC889_FIXUP_CD,
David Henningssonb2c53e22014-01-01 14:01:34 +01001822 ALC889_FIXUP_FRONT_HP_NO_PRESENCE,
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01001823 ALC889_FIXUP_VAIO_TT,
Takashi Iwai0e7cc2e2011-11-09 12:42:48 +01001824 ALC888_FIXUP_EEE1601,
Takashi Iwai177943a2011-11-09 12:55:18 +01001825 ALC882_FIXUP_EAPD,
Takashi Iwai7a6069b2011-11-09 15:22:01 +01001826 ALC883_FIXUP_EAPD,
Takashi Iwai8812c4f2011-11-09 17:39:15 +01001827 ALC883_FIXUP_ACER_EAPD,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001828 ALC882_FIXUP_GPIO1,
1829 ALC882_FIXUP_GPIO2,
Takashi Iwaieb844d52011-11-09 18:03:07 +01001830 ALC882_FIXUP_GPIO3,
Takashi Iwai68ef0562011-11-09 18:24:44 +01001831 ALC889_FIXUP_COEF,
1832 ALC882_FIXUP_ASUS_W2JC,
Takashi Iwaic3e837b2011-11-10 16:01:47 +01001833 ALC882_FIXUP_ACER_ASPIRE_4930G,
1834 ALC882_FIXUP_ACER_ASPIRE_8930G,
1835 ALC882_FIXUP_ASPIRE_8930G_VERBS,
Takashi Iwai56710872011-11-14 17:42:11 +01001836 ALC885_FIXUP_MACPRO_GPIO,
Takashi Iwai02a237b2012-02-13 15:25:07 +01001837 ALC889_FIXUP_DAC_ROUTE,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001838 ALC889_FIXUP_MBP_VREF,
1839 ALC889_FIXUP_IMAC91_VREF,
Adrien Vergée7729a42014-01-24 14:56:14 -05001840 ALC889_FIXUP_MBA11_VREF,
Takashi Iwai0756f092013-12-04 13:59:45 +01001841 ALC889_FIXUP_MBA21_VREF,
Takashi Iwaic20f31e2014-02-03 11:02:10 +01001842 ALC889_FIXUP_MP11_VREF,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02001843 ALC882_FIXUP_INV_DMIC,
Takashi Iwaie427c232012-07-29 10:04:08 +02001844 ALC882_FIXUP_NO_PRIMARY_HP,
Takashi Iwai1f0bbf02013-11-28 15:21:21 +01001845 ALC887_FIXUP_ASUS_BASS,
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01001846 ALC887_FIXUP_BASS_CHMAP,
Takashi Iwai1d045db2011-07-07 18:23:21 +02001847};
1848
Takashi Iwai68ef0562011-11-09 18:24:44 +01001849static void alc889_fixup_coef(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001850 const struct hda_fixup *fix, int action)
Takashi Iwai68ef0562011-11-09 18:24:44 +01001851{
Takashi Iwai1727a772013-01-10 09:52:52 +01001852 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwai68ef0562011-11-09 18:24:44 +01001853 return;
1854 alc889_coef_init(codec);
1855}
1856
Takashi Iwai56710872011-11-14 17:42:11 +01001857/* toggle speaker-output according to the hp-jack state */
1858static void alc882_gpio_mute(struct hda_codec *codec, int pin, int muted)
1859{
1860 unsigned int gpiostate, gpiomask, gpiodir;
1861
1862 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
1863 AC_VERB_GET_GPIO_DATA, 0);
1864
1865 if (!muted)
1866 gpiostate |= (1 << pin);
1867 else
1868 gpiostate &= ~(1 << pin);
1869
1870 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
1871 AC_VERB_GET_GPIO_MASK, 0);
1872 gpiomask |= (1 << pin);
1873
1874 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
1875 AC_VERB_GET_GPIO_DIRECTION, 0);
1876 gpiodir |= (1 << pin);
1877
1878
1879 snd_hda_codec_write(codec, codec->afg, 0,
1880 AC_VERB_SET_GPIO_MASK, gpiomask);
1881 snd_hda_codec_write(codec, codec->afg, 0,
1882 AC_VERB_SET_GPIO_DIRECTION, gpiodir);
1883
1884 msleep(1);
1885
1886 snd_hda_codec_write(codec, codec->afg, 0,
1887 AC_VERB_SET_GPIO_DATA, gpiostate);
1888}
1889
1890/* set up GPIO at initialization */
1891static void alc885_fixup_macpro_gpio(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001892 const struct hda_fixup *fix, int action)
Takashi Iwai56710872011-11-14 17:42:11 +01001893{
Takashi Iwai1727a772013-01-10 09:52:52 +01001894 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwai56710872011-11-14 17:42:11 +01001895 return;
1896 alc882_gpio_mute(codec, 0, 0);
1897 alc882_gpio_mute(codec, 1, 0);
1898}
1899
Takashi Iwai02a237b2012-02-13 15:25:07 +01001900/* Fix the connection of some pins for ALC889:
1901 * At least, Acer Aspire 5935 shows the connections to DAC3/4 don't
1902 * work correctly (bko#42740)
1903 */
1904static void alc889_fixup_dac_route(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001905 const struct hda_fixup *fix, int action)
Takashi Iwai02a237b2012-02-13 15:25:07 +01001906{
Takashi Iwai1727a772013-01-10 09:52:52 +01001907 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaief8d60f2012-02-17 10:12:38 +01001908 /* fake the connections during parsing the tree */
Takashi Iwai02a237b2012-02-13 15:25:07 +01001909 hda_nid_t conn1[2] = { 0x0c, 0x0d };
1910 hda_nid_t conn2[2] = { 0x0e, 0x0f };
1911 snd_hda_override_conn_list(codec, 0x14, 2, conn1);
1912 snd_hda_override_conn_list(codec, 0x15, 2, conn1);
1913 snd_hda_override_conn_list(codec, 0x18, 2, conn2);
1914 snd_hda_override_conn_list(codec, 0x1a, 2, conn2);
Takashi Iwai1727a772013-01-10 09:52:52 +01001915 } else if (action == HDA_FIXUP_ACT_PROBE) {
Takashi Iwaief8d60f2012-02-17 10:12:38 +01001916 /* restore the connections */
1917 hda_nid_t conn[5] = { 0x0c, 0x0d, 0x0e, 0x0f, 0x26 };
1918 snd_hda_override_conn_list(codec, 0x14, 5, conn);
1919 snd_hda_override_conn_list(codec, 0x15, 5, conn);
1920 snd_hda_override_conn_list(codec, 0x18, 5, conn);
1921 snd_hda_override_conn_list(codec, 0x1a, 5, conn);
Takashi Iwai02a237b2012-02-13 15:25:07 +01001922 }
1923}
1924
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001925/* Set VREF on HP pin */
1926static void alc889_fixup_mbp_vref(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001927 const struct hda_fixup *fix, int action)
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001928{
1929 struct alc_spec *spec = codec->spec;
1930 static hda_nid_t nids[2] = { 0x14, 0x15 };
1931 int i;
1932
Takashi Iwai1727a772013-01-10 09:52:52 +01001933 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001934 return;
1935 for (i = 0; i < ARRAY_SIZE(nids); i++) {
1936 unsigned int val = snd_hda_codec_get_pincfg(codec, nids[i]);
1937 if (get_defcfg_device(val) != AC_JACK_HP_OUT)
1938 continue;
Takashi Iwaid3f02d62013-01-10 10:12:22 +01001939 val = snd_hda_codec_get_pin_target(codec, nids[i]);
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001940 val |= AC_PINCTL_VREF_80;
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02001941 snd_hda_set_pin_ctl(codec, nids[i], val);
Takashi Iwai08c189f2012-12-19 15:22:24 +01001942 spec->gen.keep_vref_in_automute = 1;
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001943 break;
1944 }
1945}
1946
Takashi Iwai0756f092013-12-04 13:59:45 +01001947static void alc889_fixup_mac_pins(struct hda_codec *codec,
1948 const hda_nid_t *nids, int num_nids)
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001949{
1950 struct alc_spec *spec = codec->spec;
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001951 int i;
1952
Takashi Iwai0756f092013-12-04 13:59:45 +01001953 for (i = 0; i < num_nids; i++) {
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001954 unsigned int val;
Takashi Iwaid3f02d62013-01-10 10:12:22 +01001955 val = snd_hda_codec_get_pin_target(codec, nids[i]);
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001956 val |= AC_PINCTL_VREF_50;
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02001957 snd_hda_set_pin_ctl(codec, nids[i], val);
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001958 }
Takashi Iwai08c189f2012-12-19 15:22:24 +01001959 spec->gen.keep_vref_in_automute = 1;
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01001960}
1961
Takashi Iwai0756f092013-12-04 13:59:45 +01001962/* Set VREF on speaker pins on imac91 */
1963static void alc889_fixup_imac91_vref(struct hda_codec *codec,
1964 const struct hda_fixup *fix, int action)
1965{
1966 static hda_nid_t nids[2] = { 0x18, 0x1a };
1967
1968 if (action == HDA_FIXUP_ACT_INIT)
1969 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1970}
1971
Adrien Vergée7729a42014-01-24 14:56:14 -05001972/* Set VREF on speaker pins on mba11 */
1973static void alc889_fixup_mba11_vref(struct hda_codec *codec,
1974 const struct hda_fixup *fix, int action)
1975{
1976 static hda_nid_t nids[1] = { 0x18 };
1977
1978 if (action == HDA_FIXUP_ACT_INIT)
1979 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1980}
1981
Takashi Iwai0756f092013-12-04 13:59:45 +01001982/* Set VREF on speaker pins on mba21 */
1983static void alc889_fixup_mba21_vref(struct hda_codec *codec,
1984 const struct hda_fixup *fix, int action)
1985{
1986 static hda_nid_t nids[2] = { 0x18, 0x19 };
1987
1988 if (action == HDA_FIXUP_ACT_INIT)
1989 alc889_fixup_mac_pins(codec, nids, ARRAY_SIZE(nids));
1990}
1991
Takashi Iwaie427c232012-07-29 10:04:08 +02001992/* Don't take HP output as primary
Fernando Luis Vázquez Caod9111492013-02-12 16:49:46 +09001993 * Strangely, the speaker output doesn't work on Vaio Z and some Vaio
1994 * all-in-one desktop PCs (for example VGC-LN51JGB) through DAC 0x05
Takashi Iwaie427c232012-07-29 10:04:08 +02001995 */
1996static void alc882_fixup_no_primary_hp(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01001997 const struct hda_fixup *fix, int action)
Takashi Iwaie427c232012-07-29 10:04:08 +02001998{
1999 struct alc_spec *spec = codec->spec;
Takashi Iwaida96fb52013-07-29 16:54:36 +02002000 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai08c189f2012-12-19 15:22:24 +01002001 spec->gen.no_primary_hp = 1;
Takashi Iwaida96fb52013-07-29 16:54:36 +02002002 spec->gen.no_multi_io = 1;
2003 }
Takashi Iwaie427c232012-07-29 10:04:08 +02002004}
2005
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01002006static void alc_fixup_bass_chmap(struct hda_codec *codec,
2007 const struct hda_fixup *fix, int action);
2008
Takashi Iwai1727a772013-01-10 09:52:52 +01002009static const struct hda_fixup alc882_fixups[] = {
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002010 [ALC882_FIXUP_ABIT_AW9D_MAX] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002011 .type = HDA_FIXUP_PINS,
2012 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02002013 { 0x15, 0x01080104 }, /* side */
2014 { 0x16, 0x01011012 }, /* rear */
2015 { 0x17, 0x01016011 }, /* clfe */
2016 { }
2017 }
2018 },
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002019 [ALC882_FIXUP_LENOVO_Y530] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002020 .type = HDA_FIXUP_PINS,
2021 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02002022 { 0x15, 0x99130112 }, /* rear int speakers */
2023 { 0x16, 0x99130111 }, /* subwoofer */
2024 { }
2025 }
2026 },
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002027 [ALC882_FIXUP_PB_M5210] = {
Takashi Iwaifd108212013-01-10 10:18:14 +01002028 .type = HDA_FIXUP_PINCTLS,
2029 .v.pins = (const struct hda_pintbl[]) {
2030 { 0x19, PIN_VREF50 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02002031 {}
2032 }
2033 },
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002034 [ALC882_FIXUP_ACER_ASPIRE_7736] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002035 .type = HDA_FIXUP_FUNC,
Takashi Iwai23d30f22012-05-07 17:17:32 +02002036 .v.func = alc_fixup_sku_ignore,
Takashi Iwai1d045db2011-07-07 18:23:21 +02002037 },
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002038 [ALC882_FIXUP_ASUS_W90V] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002039 .type = HDA_FIXUP_PINS,
2040 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai5cdf7452011-10-26 23:04:08 +02002041 { 0x16, 0x99130110 }, /* fix sequence for CLFE */
2042 { }
2043 }
2044 },
Marton Balint8f239212012-03-05 21:33:23 +01002045 [ALC889_FIXUP_CD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002046 .type = HDA_FIXUP_PINS,
2047 .v.pins = (const struct hda_pintbl[]) {
Marton Balint8f239212012-03-05 21:33:23 +01002048 { 0x1c, 0x993301f0 }, /* CD */
2049 { }
2050 }
2051 },
David Henningssonb2c53e22014-01-01 14:01:34 +01002052 [ALC889_FIXUP_FRONT_HP_NO_PRESENCE] = {
2053 .type = HDA_FIXUP_PINS,
2054 .v.pins = (const struct hda_pintbl[]) {
2055 { 0x1b, 0x02214120 }, /* Front HP jack is flaky, disable jack detect */
2056 { }
2057 },
2058 .chained = true,
2059 .chain_id = ALC889_FIXUP_CD,
2060 },
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002061 [ALC889_FIXUP_VAIO_TT] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002062 .type = HDA_FIXUP_PINS,
2063 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002064 { 0x17, 0x90170111 }, /* hidden surround speaker */
2065 { }
2066 }
2067 },
Takashi Iwai0e7cc2e2011-11-09 12:42:48 +01002068 [ALC888_FIXUP_EEE1601] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002069 .type = HDA_FIXUP_VERBS,
Takashi Iwai0e7cc2e2011-11-09 12:42:48 +01002070 .v.verbs = (const struct hda_verb[]) {
2071 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2072 { 0x20, AC_VERB_SET_PROC_COEF, 0x0838 },
2073 { }
2074 }
Takashi Iwai177943a2011-11-09 12:55:18 +01002075 },
2076 [ALC882_FIXUP_EAPD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002077 .type = HDA_FIXUP_VERBS,
Takashi Iwai177943a2011-11-09 12:55:18 +01002078 .v.verbs = (const struct hda_verb[]) {
2079 /* change to EAPD mode */
2080 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2081 { 0x20, AC_VERB_SET_PROC_COEF, 0x3060 },
2082 { }
2083 }
2084 },
Takashi Iwai7a6069b2011-11-09 15:22:01 +01002085 [ALC883_FIXUP_EAPD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002086 .type = HDA_FIXUP_VERBS,
Takashi Iwai7a6069b2011-11-09 15:22:01 +01002087 .v.verbs = (const struct hda_verb[]) {
2088 /* change to EAPD mode */
2089 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2090 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2091 { }
2092 }
2093 },
Takashi Iwai8812c4f2011-11-09 17:39:15 +01002094 [ALC883_FIXUP_ACER_EAPD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002095 .type = HDA_FIXUP_VERBS,
Takashi Iwai8812c4f2011-11-09 17:39:15 +01002096 .v.verbs = (const struct hda_verb[]) {
2097 /* eanable EAPD on Acer laptops */
2098 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2099 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2100 { }
2101 }
2102 },
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002103 [ALC882_FIXUP_GPIO1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002104 .type = HDA_FIXUP_VERBS,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002105 .v.verbs = alc_gpio1_init_verbs,
2106 },
2107 [ALC882_FIXUP_GPIO2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002108 .type = HDA_FIXUP_VERBS,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002109 .v.verbs = alc_gpio2_init_verbs,
2110 },
Takashi Iwaieb844d52011-11-09 18:03:07 +01002111 [ALC882_FIXUP_GPIO3] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002112 .type = HDA_FIXUP_VERBS,
Takashi Iwaieb844d52011-11-09 18:03:07 +01002113 .v.verbs = alc_gpio3_init_verbs,
2114 },
Takashi Iwai68ef0562011-11-09 18:24:44 +01002115 [ALC882_FIXUP_ASUS_W2JC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002116 .type = HDA_FIXUP_VERBS,
Takashi Iwai68ef0562011-11-09 18:24:44 +01002117 .v.verbs = alc_gpio1_init_verbs,
2118 .chained = true,
2119 .chain_id = ALC882_FIXUP_EAPD,
2120 },
2121 [ALC889_FIXUP_COEF] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002122 .type = HDA_FIXUP_FUNC,
Takashi Iwai68ef0562011-11-09 18:24:44 +01002123 .v.func = alc889_fixup_coef,
2124 },
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002125 [ALC882_FIXUP_ACER_ASPIRE_4930G] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002126 .type = HDA_FIXUP_PINS,
2127 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002128 { 0x16, 0x99130111 }, /* CLFE speaker */
2129 { 0x17, 0x99130112 }, /* surround speaker */
2130 { }
Takashi Iwai038d4fe2012-04-11 17:18:12 +02002131 },
2132 .chained = true,
2133 .chain_id = ALC882_FIXUP_GPIO1,
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002134 },
2135 [ALC882_FIXUP_ACER_ASPIRE_8930G] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002136 .type = HDA_FIXUP_PINS,
2137 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002138 { 0x16, 0x99130111 }, /* CLFE speaker */
2139 { 0x1b, 0x99130112 }, /* surround speaker */
2140 { }
2141 },
2142 .chained = true,
2143 .chain_id = ALC882_FIXUP_ASPIRE_8930G_VERBS,
2144 },
2145 [ALC882_FIXUP_ASPIRE_8930G_VERBS] = {
2146 /* additional init verbs for Acer Aspire 8930G */
Takashi Iwai1727a772013-01-10 09:52:52 +01002147 .type = HDA_FIXUP_VERBS,
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002148 .v.verbs = (const struct hda_verb[]) {
2149 /* Enable all DACs */
2150 /* DAC DISABLE/MUTE 1? */
2151 /* setting bits 1-5 disables DAC nids 0x02-0x06
2152 * apparently. Init=0x38 */
2153 { 0x20, AC_VERB_SET_COEF_INDEX, 0x03 },
2154 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2155 /* DAC DISABLE/MUTE 2? */
2156 /* some bit here disables the other DACs.
2157 * Init=0x4900 */
2158 { 0x20, AC_VERB_SET_COEF_INDEX, 0x08 },
2159 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 },
2160 /* DMIC fix
2161 * This laptop has a stereo digital microphone.
2162 * The mics are only 1cm apart which makes the stereo
2163 * useless. However, either the mic or the ALC889
2164 * makes the signal become a difference/sum signal
2165 * instead of standard stereo, which is annoying.
2166 * So instead we flip this bit which makes the
2167 * codec replicate the sum signal to both channels,
2168 * turning it into a normal mono mic.
2169 */
2170 /* DMIC_CONTROL? Init value = 0x0001 */
2171 { 0x20, AC_VERB_SET_COEF_INDEX, 0x0b },
2172 { 0x20, AC_VERB_SET_PROC_COEF, 0x0003 },
2173 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2174 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2175 { }
Takashi Iwai038d4fe2012-04-11 17:18:12 +02002176 },
2177 .chained = true,
2178 .chain_id = ALC882_FIXUP_GPIO1,
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002179 },
Takashi Iwai56710872011-11-14 17:42:11 +01002180 [ALC885_FIXUP_MACPRO_GPIO] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002181 .type = HDA_FIXUP_FUNC,
Takashi Iwai56710872011-11-14 17:42:11 +01002182 .v.func = alc885_fixup_macpro_gpio,
2183 },
Takashi Iwai02a237b2012-02-13 15:25:07 +01002184 [ALC889_FIXUP_DAC_ROUTE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002185 .type = HDA_FIXUP_FUNC,
Takashi Iwai02a237b2012-02-13 15:25:07 +01002186 .v.func = alc889_fixup_dac_route,
2187 },
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002188 [ALC889_FIXUP_MBP_VREF] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002189 .type = HDA_FIXUP_FUNC,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002190 .v.func = alc889_fixup_mbp_vref,
2191 .chained = true,
2192 .chain_id = ALC882_FIXUP_GPIO1,
2193 },
2194 [ALC889_FIXUP_IMAC91_VREF] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002195 .type = HDA_FIXUP_FUNC,
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002196 .v.func = alc889_fixup_imac91_vref,
2197 .chained = true,
2198 .chain_id = ALC882_FIXUP_GPIO1,
2199 },
Adrien Vergée7729a42014-01-24 14:56:14 -05002200 [ALC889_FIXUP_MBA11_VREF] = {
2201 .type = HDA_FIXUP_FUNC,
2202 .v.func = alc889_fixup_mba11_vref,
2203 .chained = true,
2204 .chain_id = ALC889_FIXUP_MBP_VREF,
2205 },
Takashi Iwai0756f092013-12-04 13:59:45 +01002206 [ALC889_FIXUP_MBA21_VREF] = {
2207 .type = HDA_FIXUP_FUNC,
2208 .v.func = alc889_fixup_mba21_vref,
2209 .chained = true,
2210 .chain_id = ALC889_FIXUP_MBP_VREF,
2211 },
Takashi Iwaic20f31e2014-02-03 11:02:10 +01002212 [ALC889_FIXUP_MP11_VREF] = {
2213 .type = HDA_FIXUP_FUNC,
2214 .v.func = alc889_fixup_mba11_vref,
2215 .chained = true,
2216 .chain_id = ALC885_FIXUP_MACPRO_GPIO,
2217 },
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002218 [ALC882_FIXUP_INV_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002219 .type = HDA_FIXUP_FUNC,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002220 .v.func = alc_fixup_inv_dmic_0x12,
2221 },
Takashi Iwaie427c232012-07-29 10:04:08 +02002222 [ALC882_FIXUP_NO_PRIMARY_HP] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002223 .type = HDA_FIXUP_FUNC,
Takashi Iwaie427c232012-07-29 10:04:08 +02002224 .v.func = alc882_fixup_no_primary_hp,
2225 },
Takashi Iwai1f0bbf02013-11-28 15:21:21 +01002226 [ALC887_FIXUP_ASUS_BASS] = {
2227 .type = HDA_FIXUP_PINS,
2228 .v.pins = (const struct hda_pintbl[]) {
2229 {0x16, 0x99130130}, /* bass speaker */
2230 {}
2231 },
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01002232 .chained = true,
2233 .chain_id = ALC887_FIXUP_BASS_CHMAP,
2234 },
2235 [ALC887_FIXUP_BASS_CHMAP] = {
2236 .type = HDA_FIXUP_FUNC,
2237 .v.func = alc_fixup_bass_chmap,
Takashi Iwai1f0bbf02013-11-28 15:21:21 +01002238 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02002239};
2240
2241static const struct snd_pci_quirk alc882_fixup_tbl[] = {
Takashi Iwai8812c4f2011-11-09 17:39:15 +01002242 SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_FIXUP_ACER_EAPD),
2243 SND_PCI_QUIRK(0x1025, 0x0090, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
2244 SND_PCI_QUIRK(0x1025, 0x010a, "Acer Ferrari 5000", ALC883_FIXUP_ACER_EAPD),
2245 SND_PCI_QUIRK(0x1025, 0x0110, "Acer Aspire", ALC883_FIXUP_ACER_EAPD),
2246 SND_PCI_QUIRK(0x1025, 0x0112, "Acer Aspire 9303", ALC883_FIXUP_ACER_EAPD),
2247 SND_PCI_QUIRK(0x1025, 0x0121, "Acer Aspire 5920G", ALC883_FIXUP_ACER_EAPD),
Takashi Iwaic3e837b2011-11-10 16:01:47 +01002248 SND_PCI_QUIRK(0x1025, 0x013e, "Acer Aspire 4930G",
2249 ALC882_FIXUP_ACER_ASPIRE_4930G),
2250 SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G",
2251 ALC882_FIXUP_ACER_ASPIRE_4930G),
2252 SND_PCI_QUIRK(0x1025, 0x0145, "Acer Aspire 8930G",
2253 ALC882_FIXUP_ACER_ASPIRE_8930G),
2254 SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G",
2255 ALC882_FIXUP_ACER_ASPIRE_8930G),
2256 SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
2257 ALC882_FIXUP_ACER_ASPIRE_4930G),
2258 SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
2259 ALC882_FIXUP_ACER_ASPIRE_4930G),
2260 SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2261 ALC882_FIXUP_ACER_ASPIRE_4930G),
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002262 SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
Takashi Iwaif5c53d82012-05-07 10:07:33 +02002263 SND_PCI_QUIRK(0x1025, 0x021e, "Acer Aspire 5739G",
2264 ALC882_FIXUP_ACER_ASPIRE_4930G),
Takashi Iwai02a237b2012-02-13 15:25:07 +01002265 SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),
Takashi Iwaife97da12012-04-12 08:00:19 +02002266 SND_PCI_QUIRK(0x1025, 0x026b, "Acer Aspire 8940G", ALC882_FIXUP_ACER_ASPIRE_8930G),
Takashi Iwaiac9b1cd2011-11-09 17:45:55 +01002267 SND_PCI_QUIRK(0x1025, 0x0296, "Acer Aspire 7736z", ALC882_FIXUP_ACER_ASPIRE_7736),
Takashi Iwai177943a2011-11-09 12:55:18 +01002268 SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_FIXUP_EAPD),
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002269 SND_PCI_QUIRK(0x1043, 0x1873, "ASUS W90V", ALC882_FIXUP_ASUS_W90V),
Takashi Iwai68ef0562011-11-09 18:24:44 +01002270 SND_PCI_QUIRK(0x1043, 0x1971, "Asus W2JC", ALC882_FIXUP_ASUS_W2JC),
Takashi Iwai0e7cc2e2011-11-09 12:42:48 +01002271 SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_FIXUP_EEE1601),
Takashi Iwai1f0bbf02013-11-28 15:21:21 +01002272 SND_PCI_QUIRK(0x1043, 0x84bc, "ASUS ET2700", ALC887_FIXUP_ASUS_BASS),
Takashi Iwaiac9b1cd2011-11-09 17:45:55 +01002273 SND_PCI_QUIRK(0x104d, 0x9047, "Sony Vaio TT", ALC889_FIXUP_VAIO_TT),
Takashi Iwaie427c232012-07-29 10:04:08 +02002274 SND_PCI_QUIRK(0x104d, 0x905a, "Sony Vaio Z", ALC882_FIXUP_NO_PRIMARY_HP),
Fernando Luis Vázquez Cao12e31a72013-02-12 16:47:44 +09002275 SND_PCI_QUIRK(0x104d, 0x9043, "Sony Vaio VGC-LN51JGB", ALC882_FIXUP_NO_PRIMARY_HP),
Takashi Iwai56710872011-11-14 17:42:11 +01002276
2277 /* All Apple entries are in codec SSIDs */
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002278 SND_PCI_QUIRK(0x106b, 0x00a0, "MacBookPro 3,1", ALC889_FIXUP_MBP_VREF),
2279 SND_PCI_QUIRK(0x106b, 0x00a1, "Macbook", ALC889_FIXUP_MBP_VREF),
2280 SND_PCI_QUIRK(0x106b, 0x00a4, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
Takashi Iwaic20f31e2014-02-03 11:02:10 +01002281 SND_PCI_QUIRK(0x106b, 0x0c00, "Mac Pro", ALC889_FIXUP_MP11_VREF),
Takashi Iwai56710872011-11-14 17:42:11 +01002282 SND_PCI_QUIRK(0x106b, 0x1000, "iMac 24", ALC885_FIXUP_MACPRO_GPIO),
2283 SND_PCI_QUIRK(0x106b, 0x2800, "AppleTV", ALC885_FIXUP_MACPRO_GPIO),
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002284 SND_PCI_QUIRK(0x106b, 0x2c00, "MacbookPro rev3", ALC889_FIXUP_MBP_VREF),
2285 SND_PCI_QUIRK(0x106b, 0x3000, "iMac", ALC889_FIXUP_MBP_VREF),
Takashi Iwai56710872011-11-14 17:42:11 +01002286 SND_PCI_QUIRK(0x106b, 0x3200, "iMac 7,1 Aluminum", ALC882_FIXUP_EAPD),
Adrien Vergée7729a42014-01-24 14:56:14 -05002287 SND_PCI_QUIRK(0x106b, 0x3400, "MacBookAir 1,1", ALC889_FIXUP_MBA11_VREF),
Takashi Iwai0756f092013-12-04 13:59:45 +01002288 SND_PCI_QUIRK(0x106b, 0x3500, "MacBookAir 2,1", ALC889_FIXUP_MBA21_VREF),
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002289 SND_PCI_QUIRK(0x106b, 0x3600, "Macbook 3,1", ALC889_FIXUP_MBP_VREF),
2290 SND_PCI_QUIRK(0x106b, 0x3800, "MacbookPro 4,1", ALC889_FIXUP_MBP_VREF),
Takashi Iwai56710872011-11-14 17:42:11 +01002291 SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_FIXUP_MACPRO_GPIO),
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002292 SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC889_FIXUP_IMAC91_VREF),
2293 SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC889_FIXUP_IMAC91_VREF),
2294 SND_PCI_QUIRK(0x106b, 0x4100, "Macmini 3,1", ALC889_FIXUP_IMAC91_VREF),
Josh Boyer29ebe402012-04-12 13:55:36 -04002295 SND_PCI_QUIRK(0x106b, 0x4200, "Mac Pro 5,1", ALC885_FIXUP_MACPRO_GPIO),
Takashi Iwai05193632012-11-12 10:07:36 +01002296 SND_PCI_QUIRK(0x106b, 0x4300, "iMac 9,1", ALC889_FIXUP_IMAC91_VREF),
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002297 SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC889_FIXUP_IMAC91_VREF),
2298 SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC889_FIXUP_IMAC91_VREF),
2299 SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC889_FIXUP_IMAC91_VREF),
Takashi Iwai56710872011-11-14 17:42:11 +01002300
Takashi Iwai7a6069b2011-11-09 15:22:01 +01002301 SND_PCI_QUIRK(0x1071, 0x8258, "Evesham Voyaeger", ALC882_FIXUP_EAPD),
Takashi Iwaibca40132012-05-07 11:13:14 +02002302 SND_PCI_QUIRK(0x1462, 0x7350, "MSI-7350", ALC889_FIXUP_CD),
Takashi Iwaieb844d52011-11-09 18:03:07 +01002303 SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
David Henningssonb2c53e22014-01-01 14:01:34 +01002304 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE),
Takashi Iwai5c0ebfb2011-11-07 17:59:13 +01002305 SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
Takashi Iwai7a6069b2011-11-09 15:22:01 +01002306 SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
2307 SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
Takashi Iwaiac9b1cd2011-11-09 17:45:55 +01002308 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
Takashi Iwai68ef0562011-11-09 18:24:44 +01002309 SND_PCI_QUIRK(0x8086, 0x0022, "DX58SO", ALC889_FIXUP_COEF),
Takashi Iwai1d045db2011-07-07 18:23:21 +02002310 {}
2311};
2312
Takashi Iwai1727a772013-01-10 09:52:52 +01002313static const struct hda_model_fixup alc882_fixup_models[] = {
Takashi Iwai912093b2012-04-11 14:03:41 +02002314 {.id = ALC882_FIXUP_ACER_ASPIRE_4930G, .name = "acer-aspire-4930g"},
2315 {.id = ALC882_FIXUP_ACER_ASPIRE_8930G, .name = "acer-aspire-8930g"},
2316 {.id = ALC883_FIXUP_ACER_EAPD, .name = "acer-aspire"},
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002317 {.id = ALC882_FIXUP_INV_DMIC, .name = "inv-dmic"},
Takashi Iwaie427c232012-07-29 10:04:08 +02002318 {.id = ALC882_FIXUP_NO_PRIMARY_HP, .name = "no-primary-hp"},
Takashi Iwai912093b2012-04-11 14:03:41 +02002319 {}
2320};
2321
Takashi Iwai1d045db2011-07-07 18:23:21 +02002322/*
2323 * BIOS auto configuration
2324 */
2325/* almost identical with ALC880 parser... */
2326static int alc882_parse_auto_config(struct hda_codec *codec)
2327{
Takashi Iwai1d045db2011-07-07 18:23:21 +02002328 static const hda_nid_t alc882_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002329 static const hda_nid_t alc882_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2330 return alc_parse_auto_config(codec, alc882_ignore, alc882_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002331}
2332
Takashi Iwai1d045db2011-07-07 18:23:21 +02002333/*
2334 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02002335static int patch_alc882(struct hda_codec *codec)
2336{
2337 struct alc_spec *spec;
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002338 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002339
Takashi Iwai3de95172012-05-07 18:03:15 +02002340 err = alc_alloc_spec(codec, 0x0b);
2341 if (err < 0)
2342 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002343
Takashi Iwai3de95172012-05-07 18:03:15 +02002344 spec = codec->spec;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002345
2346 switch (codec->vendor_id) {
2347 case 0x10ec0882:
2348 case 0x10ec0885:
2349 break;
2350 default:
2351 /* ALC883 and variants */
2352 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2353 break;
2354 }
2355
Takashi Iwai1727a772013-01-10 09:52:52 +01002356 snd_hda_pick_fixup(codec, alc882_fixup_models, alc882_fixup_tbl,
Takashi Iwai912093b2012-04-11 14:03:41 +02002357 alc882_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01002358 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002359
2360 alc_auto_parse_customize_define(codec);
2361
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002362 if (has_cdefine_beep(codec))
2363 spec->gen.beep_nid = 0x01;
2364
Takashi Iwai1a97b7f2012-02-21 11:11:48 +01002365 /* automatic parse from the BIOS config */
2366 err = alc882_parse_auto_config(codec);
2367 if (err < 0)
2368 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002369
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002370 if (!spec->gen.no_analog && spec->gen.beep_nid)
Takashi Iwai1d045db2011-07-07 18:23:21 +02002371 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2372
Takashi Iwai1d045db2011-07-07 18:23:21 +02002373 codec->patch_ops = alc_patch_ops;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002374
Takashi Iwai1727a772013-01-10 09:52:52 +01002375 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01002376
Takashi Iwai1d045db2011-07-07 18:23:21 +02002377 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02002378
2379 error:
2380 alc_free(codec);
2381 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002382}
2383
2384
2385/*
2386 * ALC262 support
2387 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02002388static int alc262_parse_auto_config(struct hda_codec *codec)
2389{
Takashi Iwai1d045db2011-07-07 18:23:21 +02002390 static const hda_nid_t alc262_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002391 static const hda_nid_t alc262_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2392 return alc_parse_auto_config(codec, alc262_ignore, alc262_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002393}
2394
2395/*
2396 * Pin config fixes
2397 */
2398enum {
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002399 ALC262_FIXUP_FSC_H270,
Takashi Iwai7513e6d2013-01-18 15:41:34 +01002400 ALC262_FIXUP_FSC_S7110,
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002401 ALC262_FIXUP_HP_Z200,
2402 ALC262_FIXUP_TYAN,
Takashi Iwaic4701502011-11-07 14:20:07 +01002403 ALC262_FIXUP_LENOVO_3000,
Takashi Iwaib42590b2011-11-07 14:41:01 +01002404 ALC262_FIXUP_BENQ,
2405 ALC262_FIXUP_BENQ_T31,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002406 ALC262_FIXUP_INV_DMIC,
Mengdong Linb5c66112013-11-29 00:35:35 -05002407 ALC262_FIXUP_INTEL_BAYLEYBAY,
Takashi Iwai1d045db2011-07-07 18:23:21 +02002408};
2409
Takashi Iwai1727a772013-01-10 09:52:52 +01002410static const struct hda_fixup alc262_fixups[] = {
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002411 [ALC262_FIXUP_FSC_H270] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002412 .type = HDA_FIXUP_PINS,
2413 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02002414 { 0x14, 0x99130110 }, /* speaker */
2415 { 0x15, 0x0221142f }, /* front HP */
2416 { 0x1b, 0x0121141f }, /* rear HP */
2417 { }
2418 }
2419 },
Takashi Iwai7513e6d2013-01-18 15:41:34 +01002420 [ALC262_FIXUP_FSC_S7110] = {
2421 .type = HDA_FIXUP_PINS,
2422 .v.pins = (const struct hda_pintbl[]) {
2423 { 0x15, 0x90170110 }, /* speaker */
2424 { }
2425 },
2426 .chained = true,
2427 .chain_id = ALC262_FIXUP_BENQ,
2428 },
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002429 [ALC262_FIXUP_HP_Z200] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002430 .type = HDA_FIXUP_PINS,
2431 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02002432 { 0x16, 0x99130120 }, /* internal speaker */
2433 { }
2434 }
2435 },
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002436 [ALC262_FIXUP_TYAN] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002437 .type = HDA_FIXUP_PINS,
2438 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002439 { 0x14, 0x1993e1f0 }, /* int AUX */
2440 { }
2441 }
2442 },
Takashi Iwaic4701502011-11-07 14:20:07 +01002443 [ALC262_FIXUP_LENOVO_3000] = {
Takashi Iwaifd108212013-01-10 10:18:14 +01002444 .type = HDA_FIXUP_PINCTLS,
2445 .v.pins = (const struct hda_pintbl[]) {
2446 { 0x19, PIN_VREF50 },
Takashi Iwaib42590b2011-11-07 14:41:01 +01002447 {}
2448 },
2449 .chained = true,
2450 .chain_id = ALC262_FIXUP_BENQ,
2451 },
2452 [ALC262_FIXUP_BENQ] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002453 .type = HDA_FIXUP_VERBS,
Takashi Iwaib42590b2011-11-07 14:41:01 +01002454 .v.verbs = (const struct hda_verb[]) {
Takashi Iwaic4701502011-11-07 14:20:07 +01002455 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2456 { 0x20, AC_VERB_SET_PROC_COEF, 0x3070 },
2457 {}
2458 }
2459 },
Takashi Iwaib42590b2011-11-07 14:41:01 +01002460 [ALC262_FIXUP_BENQ_T31] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002461 .type = HDA_FIXUP_VERBS,
Takashi Iwaib42590b2011-11-07 14:41:01 +01002462 .v.verbs = (const struct hda_verb[]) {
2463 { 0x20, AC_VERB_SET_COEF_INDEX, 0x07 },
2464 { 0x20, AC_VERB_SET_PROC_COEF, 0x3050 },
2465 {}
2466 }
2467 },
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002468 [ALC262_FIXUP_INV_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002469 .type = HDA_FIXUP_FUNC,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002470 .v.func = alc_fixup_inv_dmic_0x12,
2471 },
Mengdong Linb5c66112013-11-29 00:35:35 -05002472 [ALC262_FIXUP_INTEL_BAYLEYBAY] = {
2473 .type = HDA_FIXUP_FUNC,
2474 .v.func = alc_fixup_no_depop_delay,
2475 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02002476};
2477
2478static const struct snd_pci_quirk alc262_fixup_tbl[] = {
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002479 SND_PCI_QUIRK(0x103c, 0x170b, "HP Z200", ALC262_FIXUP_HP_Z200),
Takashi Iwai7513e6d2013-01-18 15:41:34 +01002480 SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu Lifebook S7110", ALC262_FIXUP_FSC_S7110),
Takashi Iwai3dcd3be2011-11-07 14:59:40 +01002481 SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ),
Takashi Iwaiea4e7af2011-11-07 12:23:55 +01002482 SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN),
2483 SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270),
Takashi Iwaic4701502011-11-07 14:20:07 +01002484 SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000),
Takashi Iwaib42590b2011-11-07 14:41:01 +01002485 SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ),
2486 SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_FIXUP_BENQ_T31),
Mengdong Linb5c66112013-11-29 00:35:35 -05002487 SND_PCI_QUIRK(0x8086, 0x7270, "BayleyBay", ALC262_FIXUP_INTEL_BAYLEYBAY),
Takashi Iwai1d045db2011-07-07 18:23:21 +02002488 {}
2489};
2490
Takashi Iwai1727a772013-01-10 09:52:52 +01002491static const struct hda_model_fixup alc262_fixup_models[] = {
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002492 {.id = ALC262_FIXUP_INV_DMIC, .name = "inv-dmic"},
2493 {}
2494};
Takashi Iwai1d045db2011-07-07 18:23:21 +02002495
Takashi Iwai1d045db2011-07-07 18:23:21 +02002496/*
2497 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02002498static int patch_alc262(struct hda_codec *codec)
2499{
2500 struct alc_spec *spec;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002501 int err;
2502
Takashi Iwai3de95172012-05-07 18:03:15 +02002503 err = alc_alloc_spec(codec, 0x0b);
2504 if (err < 0)
2505 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002506
Takashi Iwai3de95172012-05-07 18:03:15 +02002507 spec = codec->spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +01002508 spec->gen.shared_mic_vref_pin = 0x18;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002509
2510#if 0
2511 /* pshou 07/11/05 set a zero PCM sample to DAC when FIFO is
2512 * under-run
2513 */
2514 {
2515 int tmp;
2516 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
2517 tmp = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_PROC_COEF, 0);
2518 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_COEF_INDEX, 7);
2519 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PROC_COEF, tmp | 0x80);
2520 }
2521#endif
Takashi Iwai1d045db2011-07-07 18:23:21 +02002522 alc_fix_pll_init(codec, 0x20, 0x0a, 10);
2523
Takashi Iwai1727a772013-01-10 09:52:52 +01002524 snd_hda_pick_fixup(codec, alc262_fixup_models, alc262_fixup_tbl,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002525 alc262_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01002526 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002527
Takashi Iwaiaf741c12012-05-07 18:09:48 +02002528 alc_auto_parse_customize_define(codec);
2529
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002530 if (has_cdefine_beep(codec))
2531 spec->gen.beep_nid = 0x01;
2532
Takashi Iwai42399f72011-11-07 17:18:44 +01002533 /* automatic parse from the BIOS config */
2534 err = alc262_parse_auto_config(codec);
2535 if (err < 0)
2536 goto error;
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002537
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002538 if (!spec->gen.no_analog && spec->gen.beep_nid)
Takashi Iwai1d045db2011-07-07 18:23:21 +02002539 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
2540
Takashi Iwai1d045db2011-07-07 18:23:21 +02002541 codec->patch_ops = alc_patch_ops;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002542 spec->shutup = alc_eapd_shutup;
2543
Takashi Iwai1727a772013-01-10 09:52:52 +01002544 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01002545
Takashi Iwai1d045db2011-07-07 18:23:21 +02002546 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02002547
2548 error:
2549 alc_free(codec);
2550 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002551}
2552
2553/*
2554 * ALC268
2555 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02002556/* bind Beep switches of both NID 0x0f and 0x10 */
2557static const struct hda_bind_ctls alc268_bind_beep_sw = {
2558 .ops = &snd_hda_bind_sw,
2559 .values = {
2560 HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT),
2561 HDA_COMPOSE_AMP_VAL(0x10, 3, 1, HDA_INPUT),
2562 0
2563 },
2564};
2565
2566static const struct snd_kcontrol_new alc268_beep_mixer[] = {
2567 HDA_CODEC_VOLUME("Beep Playback Volume", 0x1d, 0x0, HDA_INPUT),
2568 HDA_BIND_SW("Beep Playback Switch", &alc268_bind_beep_sw),
2569 { }
2570};
2571
2572/* set PCBEEP vol = 0, mute connections */
2573static const struct hda_verb alc268_beep_init_verbs[] = {
2574 {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
2575 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2576 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2577 { }
2578};
2579
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002580enum {
2581 ALC268_FIXUP_INV_DMIC,
Takashi Iwaicb766402012-10-20 10:55:21 +02002582 ALC268_FIXUP_HP_EAPD,
Takashi Iwai24eff322013-11-04 18:21:08 +01002583 ALC268_FIXUP_SPDIF,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002584};
2585
Takashi Iwai1727a772013-01-10 09:52:52 +01002586static const struct hda_fixup alc268_fixups[] = {
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002587 [ALC268_FIXUP_INV_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002588 .type = HDA_FIXUP_FUNC,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002589 .v.func = alc_fixup_inv_dmic_0x12,
2590 },
Takashi Iwaicb766402012-10-20 10:55:21 +02002591 [ALC268_FIXUP_HP_EAPD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01002592 .type = HDA_FIXUP_VERBS,
Takashi Iwaicb766402012-10-20 10:55:21 +02002593 .v.verbs = (const struct hda_verb[]) {
2594 {0x15, AC_VERB_SET_EAPD_BTLENABLE, 0},
2595 {}
2596 }
2597 },
Takashi Iwai24eff322013-11-04 18:21:08 +01002598 [ALC268_FIXUP_SPDIF] = {
2599 .type = HDA_FIXUP_PINS,
2600 .v.pins = (const struct hda_pintbl[]) {
2601 { 0x1e, 0x014b1180 }, /* enable SPDIF out */
2602 {}
2603 }
2604 },
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002605};
2606
Takashi Iwai1727a772013-01-10 09:52:52 +01002607static const struct hda_model_fixup alc268_fixup_models[] = {
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002608 {.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
Takashi Iwaicb766402012-10-20 10:55:21 +02002609 {.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
2610 {}
2611};
2612
2613static const struct snd_pci_quirk alc268_fixup_tbl[] = {
Takashi Iwai24eff322013-11-04 18:21:08 +01002614 SND_PCI_QUIRK(0x1025, 0x0139, "Acer TravelMate 6293", ALC268_FIXUP_SPDIF),
David Henningssonfcd8f3b2013-01-28 05:45:47 +01002615 SND_PCI_QUIRK(0x1025, 0x015b, "Acer AOA 150 (ZG5)", ALC268_FIXUP_INV_DMIC),
Takashi Iwaicb766402012-10-20 10:55:21 +02002616 /* below is codec SSID since multiple Toshiba laptops have the
2617 * same PCI SSID 1179:ff00
2618 */
2619 SND_PCI_QUIRK(0x1179, 0xff06, "Toshiba P200", ALC268_FIXUP_HP_EAPD),
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002620 {}
2621};
2622
Takashi Iwai1d045db2011-07-07 18:23:21 +02002623/*
2624 * BIOS auto configuration
2625 */
2626static int alc268_parse_auto_config(struct hda_codec *codec)
2627{
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002628 static const hda_nid_t alc268_ssids[] = { 0x15, 0x1b, 0x14, 0 };
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002629 return alc_parse_auto_config(codec, NULL, alc268_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002630}
2631
Takashi Iwai1d045db2011-07-07 18:23:21 +02002632/*
2633 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02002634static int patch_alc268(struct hda_codec *codec)
2635{
2636 struct alc_spec *spec;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002637 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002638
Takashi Iwai1d045db2011-07-07 18:23:21 +02002639 /* ALC268 has no aa-loopback mixer */
Takashi Iwai3de95172012-05-07 18:03:15 +02002640 err = alc_alloc_spec(codec, 0);
2641 if (err < 0)
2642 return err;
2643
2644 spec = codec->spec;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002645 spec->gen.beep_nid = 0x01;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002646
Takashi Iwai1727a772013-01-10 09:52:52 +01002647 snd_hda_pick_fixup(codec, alc268_fixup_models, alc268_fixup_tbl, alc268_fixups);
2648 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002649
Takashi Iwai6ebb8052011-08-16 15:15:40 +02002650 /* automatic parse from the BIOS config */
2651 err = alc268_parse_auto_config(codec);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02002652 if (err < 0)
2653 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002654
Takashi Iwai7504b6c2013-03-18 11:25:51 +01002655 if (err > 0 && !spec->gen.no_analog &&
2656 spec->gen.autocfg.speaker_pins[0] != 0x1d) {
2657 add_mixer(spec, alc268_beep_mixer);
2658 snd_hda_add_verbs(codec, alc268_beep_init_verbs);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002659 if (!query_amp_caps(codec, 0x1d, HDA_INPUT))
2660 /* override the amp caps for beep generator */
2661 snd_hda_override_amp_caps(codec, 0x1d, HDA_INPUT,
2662 (0x0c << AC_AMPCAP_OFFSET_SHIFT) |
2663 (0x0c << AC_AMPCAP_NUM_STEPS_SHIFT) |
2664 (0x07 << AC_AMPCAP_STEP_SIZE_SHIFT) |
2665 (0 << AC_AMPCAP_MUTE_SHIFT));
2666 }
2667
Takashi Iwai1d045db2011-07-07 18:23:21 +02002668 codec->patch_ops = alc_patch_ops;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002669 spec->shutup = alc_eapd_shutup;
2670
Takashi Iwai1727a772013-01-10 09:52:52 +01002671 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai6e72aa52012-06-25 10:52:25 +02002672
Takashi Iwai1d045db2011-07-07 18:23:21 +02002673 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02002674
2675 error:
2676 alc_free(codec);
2677 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02002678}
2679
2680/*
2681 * ALC269
2682 */
Takashi Iwai08c189f2012-12-19 15:22:24 +01002683
2684static int playback_pcm_open(struct hda_pcm_stream *hinfo,
2685 struct hda_codec *codec,
2686 struct snd_pcm_substream *substream)
2687{
2688 struct hda_gen_spec *spec = codec->spec;
2689 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2690 hinfo);
2691}
2692
2693static int playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2694 struct hda_codec *codec,
2695 unsigned int stream_tag,
2696 unsigned int format,
2697 struct snd_pcm_substream *substream)
2698{
2699 struct hda_gen_spec *spec = codec->spec;
2700 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
2701 stream_tag, format, substream);
2702}
2703
2704static int playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2705 struct hda_codec *codec,
2706 struct snd_pcm_substream *substream)
2707{
2708 struct hda_gen_spec *spec = codec->spec;
2709 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2710}
2711
Takashi Iwai1d045db2011-07-07 18:23:21 +02002712static const struct hda_pcm_stream alc269_44k_pcm_analog_playback = {
2713 .substreams = 1,
2714 .channels_min = 2,
2715 .channels_max = 8,
2716 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
2717 /* NID is set in alc_build_pcms */
2718 .ops = {
Takashi Iwai08c189f2012-12-19 15:22:24 +01002719 .open = playback_pcm_open,
2720 .prepare = playback_pcm_prepare,
2721 .cleanup = playback_pcm_cleanup
Takashi Iwai1d045db2011-07-07 18:23:21 +02002722 },
2723};
2724
2725static const struct hda_pcm_stream alc269_44k_pcm_analog_capture = {
2726 .substreams = 1,
2727 .channels_min = 2,
2728 .channels_max = 2,
2729 .rates = SNDRV_PCM_RATE_44100, /* fixed rate */
2730 /* NID is set in alc_build_pcms */
2731};
2732
Takashi Iwai1d045db2011-07-07 18:23:21 +02002733/* different alc269-variants */
2734enum {
2735 ALC269_TYPE_ALC269VA,
2736 ALC269_TYPE_ALC269VB,
2737 ALC269_TYPE_ALC269VC,
Kailang Yangadcc70b2012-05-25 08:08:38 +02002738 ALC269_TYPE_ALC269VD,
Kailang Yang065380f2013-01-10 10:25:48 +01002739 ALC269_TYPE_ALC280,
2740 ALC269_TYPE_ALC282,
Kailang Yang2af02be2013-08-22 10:03:50 +02002741 ALC269_TYPE_ALC283,
Kailang Yang065380f2013-01-10 10:25:48 +01002742 ALC269_TYPE_ALC284,
Kailang Yang161ebf22013-10-24 11:36:33 +02002743 ALC269_TYPE_ALC285,
Kailang Yang7fc7d042013-04-25 11:04:43 +02002744 ALC269_TYPE_ALC286,
Kailang Yang1d04c9d2013-10-24 11:35:18 +02002745 ALC269_TYPE_ALC255,
Takashi Iwai1d045db2011-07-07 18:23:21 +02002746};
2747
2748/*
2749 * BIOS auto configuration
2750 */
2751static int alc269_parse_auto_config(struct hda_codec *codec)
2752{
Takashi Iwai1d045db2011-07-07 18:23:21 +02002753 static const hda_nid_t alc269_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002754 static const hda_nid_t alc269_ssids[] = { 0, 0x1b, 0x14, 0x21 };
2755 static const hda_nid_t alc269va_ssids[] = { 0x15, 0x1b, 0x14, 0 };
2756 struct alc_spec *spec = codec->spec;
Kailang Yangadcc70b2012-05-25 08:08:38 +02002757 const hda_nid_t *ssids;
2758
2759 switch (spec->codec_variant) {
2760 case ALC269_TYPE_ALC269VA:
2761 case ALC269_TYPE_ALC269VC:
Kailang Yang065380f2013-01-10 10:25:48 +01002762 case ALC269_TYPE_ALC280:
2763 case ALC269_TYPE_ALC284:
Kailang Yang161ebf22013-10-24 11:36:33 +02002764 case ALC269_TYPE_ALC285:
Kailang Yangadcc70b2012-05-25 08:08:38 +02002765 ssids = alc269va_ssids;
2766 break;
2767 case ALC269_TYPE_ALC269VB:
2768 case ALC269_TYPE_ALC269VD:
Kailang Yang065380f2013-01-10 10:25:48 +01002769 case ALC269_TYPE_ALC282:
Kailang Yang2af02be2013-08-22 10:03:50 +02002770 case ALC269_TYPE_ALC283:
Kailang Yang7fc7d042013-04-25 11:04:43 +02002771 case ALC269_TYPE_ALC286:
Kailang Yang1d04c9d2013-10-24 11:35:18 +02002772 case ALC269_TYPE_ALC255:
Kailang Yangadcc70b2012-05-25 08:08:38 +02002773 ssids = alc269_ssids;
2774 break;
2775 default:
2776 ssids = alc269_ssids;
2777 break;
2778 }
Takashi Iwai1d045db2011-07-07 18:23:21 +02002779
Takashi Iwai3e6179b2011-07-08 16:55:13 +02002780 return alc_parse_auto_config(codec, alc269_ignore, ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002781}
2782
Kailang Yang1387e2d2012-11-08 10:23:18 +01002783static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up)
Takashi Iwai1d045db2011-07-07 18:23:21 +02002784{
2785 int val = alc_read_coef_idx(codec, 0x04);
2786 if (power_up)
2787 val |= 1 << 11;
2788 else
2789 val &= ~(1 << 11);
2790 alc_write_coef_idx(codec, 0x04, val);
2791}
2792
2793static void alc269_shutup(struct hda_codec *codec)
2794{
Kailang Yangadcc70b2012-05-25 08:08:38 +02002795 struct alc_spec *spec = codec->spec;
2796
Kailang Yang1387e2d2012-11-08 10:23:18 +01002797 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
2798 alc269vb_toggle_power_output(codec, 0);
2799 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
2800 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02002801 msleep(150);
2802 }
Takashi Iwai9bfb2842013-07-24 14:31:50 +02002803 snd_hda_shutup_pins(codec);
Takashi Iwai1d045db2011-07-07 18:23:21 +02002804}
2805
Kailang Yangcb149cb2014-03-18 16:45:32 +08002806static void alc282_restore_default_value(struct hda_codec *codec)
2807{
2808 int val;
2809
2810 /* Power Down Control */
2811 alc_write_coef_idx(codec, 0x03, 0x0002);
2812 /* FIFO and filter clock */
2813 alc_write_coef_idx(codec, 0x05, 0x0700);
2814 /* DMIC control */
2815 alc_write_coef_idx(codec, 0x07, 0x0200);
2816 /* Analog clock */
2817 val = alc_read_coef_idx(codec, 0x06);
2818 alc_write_coef_idx(codec, 0x06, (val & ~0x00f0) | 0x0);
2819 /* JD */
2820 val = alc_read_coef_idx(codec, 0x08);
2821 alc_write_coef_idx(codec, 0x08, (val & ~0xfffc) | 0x0c2c);
2822 /* JD offset1 */
2823 alc_write_coef_idx(codec, 0x0a, 0xcccc);
2824 /* JD offset2 */
2825 alc_write_coef_idx(codec, 0x0b, 0xcccc);
2826 /* LDO1/2/3, DAC/ADC */
2827 alc_write_coef_idx(codec, 0x0e, 0x6e00);
2828 /* JD */
2829 val = alc_read_coef_idx(codec, 0x0f);
2830 alc_write_coef_idx(codec, 0x0f, (val & ~0xf800) | 0x1000);
2831 /* Capless */
2832 val = alc_read_coef_idx(codec, 0x10);
2833 alc_write_coef_idx(codec, 0x10, (val & ~0xfc00) | 0x0c00);
2834 /* Class D test 4 */
2835 alc_write_coef_idx(codec, 0x6f, 0x0);
2836 /* IO power down directly */
2837 val = alc_read_coef_idx(codec, 0x0c);
2838 alc_write_coef_idx(codec, 0x0c, (val & ~0xfe00) | 0x0);
2839 /* ANC */
2840 alc_write_coef_idx(codec, 0x34, 0xa0c0);
2841 /* AGC MUX */
2842 val = alc_read_coef_idx(codec, 0x16);
2843 alc_write_coef_idx(codec, 0x16, (val & ~0x0008) | 0x0);
2844 /* DAC simple content protection */
2845 val = alc_read_coef_idx(codec, 0x1d);
2846 alc_write_coef_idx(codec, 0x1d, (val & ~0x00e0) | 0x0);
2847 /* ADC simple content protection */
2848 val = alc_read_coef_idx(codec, 0x1f);
2849 alc_write_coef_idx(codec, 0x1f, (val & ~0x00e0) | 0x0);
2850 /* DAC ADC Zero Detection */
2851 alc_write_coef_idx(codec, 0x21, 0x8804);
2852 /* PLL */
2853 alc_write_coef_idx(codec, 0x63, 0x2902);
2854 /* capless control 2 */
2855 alc_write_coef_idx(codec, 0x68, 0xa080);
2856 /* capless control 3 */
2857 alc_write_coef_idx(codec, 0x69, 0x3400);
2858 /* capless control 4 */
2859 alc_write_coef_idx(codec, 0x6a, 0x2f3e);
2860 /* capless control 5 */
2861 alc_write_coef_idx(codec, 0x6b, 0x0);
2862 /* class D test 2 */
2863 val = alc_read_coef_idx(codec, 0x6d);
2864 alc_write_coef_idx(codec, 0x6d, (val & ~0x0fff) | 0x0900);
2865 /* class D test 3 */
2866 alc_write_coef_idx(codec, 0x6e, 0x110a);
2867 /* class D test 5 */
2868 val = alc_read_coef_idx(codec, 0x70);
2869 alc_write_coef_idx(codec, 0x70, (val & ~0x00f8) | 0x00d8);
2870 /* class D test 6 */
2871 alc_write_coef_idx(codec, 0x71, 0x0014);
2872 /* classD OCP */
2873 alc_write_coef_idx(codec, 0x72, 0xc2ba);
2874 /* classD pure DC test */
2875 val = alc_read_coef_idx(codec, 0x77);
2876 alc_write_coef_idx(codec, 0x77, (val & ~0x0f80) | 0x0);
2877 /* Class D amp control */
2878 alc_write_coef_idx(codec, 0x6c, 0xfc06);
2879}
2880
Kailang Yang7b5c7a02014-03-18 16:15:54 +08002881static void alc282_init(struct hda_codec *codec)
2882{
2883 struct alc_spec *spec = codec->spec;
2884 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2885 bool hp_pin_sense;
2886 int coef78;
2887
Kailang Yangcb149cb2014-03-18 16:45:32 +08002888 alc282_restore_default_value(codec);
2889
Kailang Yang7b5c7a02014-03-18 16:15:54 +08002890 if (!hp_pin)
2891 return;
2892 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2893 coef78 = alc_read_coef_idx(codec, 0x78);
2894
2895 /* Index 0x78 Direct Drive HP AMP LPM Control 1 */
2896 /* Headphone capless set to high power mode */
2897 alc_write_coef_idx(codec, 0x78, 0x9004);
2898
2899 if (hp_pin_sense)
2900 msleep(2);
2901
2902 snd_hda_codec_write(codec, hp_pin, 0,
2903 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2904
2905 if (hp_pin_sense)
2906 msleep(85);
2907
2908 snd_hda_codec_write(codec, hp_pin, 0,
2909 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
2910
2911 if (hp_pin_sense)
2912 msleep(100);
2913
2914 /* Headphone capless set to normal mode */
2915 alc_write_coef_idx(codec, 0x78, coef78);
2916}
2917
2918static void alc282_shutup(struct hda_codec *codec)
2919{
2920 struct alc_spec *spec = codec->spec;
2921 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
2922 bool hp_pin_sense;
2923 int coef78;
2924
2925 if (!hp_pin) {
2926 alc269_shutup(codec);
2927 return;
2928 }
2929
2930 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
2931 coef78 = alc_read_coef_idx(codec, 0x78);
2932 alc_write_coef_idx(codec, 0x78, 0x9004);
2933
2934 if (hp_pin_sense)
2935 msleep(2);
2936
2937 snd_hda_codec_write(codec, hp_pin, 0,
2938 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
2939
2940 if (hp_pin_sense)
2941 msleep(85);
2942
2943 snd_hda_codec_write(codec, hp_pin, 0,
2944 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
2945
2946 if (hp_pin_sense)
2947 msleep(100);
2948
2949 alc_auto_setup_eapd(codec, false);
2950 snd_hda_shutup_pins(codec);
2951 alc_write_coef_idx(codec, 0x78, coef78);
2952}
2953
Kailang Yang6bd55b02014-03-17 13:51:27 +08002954static void alc283_restore_default_value(struct hda_codec *codec)
2955{
2956 int val;
2957
2958 /* Power Down Control */
2959 alc_write_coef_idx(codec, 0x03, 0x0002);
2960 /* FIFO and filter clock */
2961 alc_write_coef_idx(codec, 0x05, 0x0700);
2962 /* DMIC control */
2963 alc_write_coef_idx(codec, 0x07, 0x0200);
2964 /* Analog clock */
2965 val = alc_read_coef_idx(codec, 0x06);
2966 alc_write_coef_idx(codec, 0x06, (val & ~0x00f0) | 0x0);
2967 /* JD */
2968 val = alc_read_coef_idx(codec, 0x08);
2969 alc_write_coef_idx(codec, 0x08, (val & ~0xfffc) | 0x0c2c);
2970 /* JD offset1 */
2971 alc_write_coef_idx(codec, 0x0a, 0xcccc);
2972 /* JD offset2 */
2973 alc_write_coef_idx(codec, 0x0b, 0xcccc);
2974 /* LDO1/2/3, DAC/ADC */
2975 alc_write_coef_idx(codec, 0x0e, 0x6fc0);
2976 /* JD */
2977 val = alc_read_coef_idx(codec, 0x0f);
2978 alc_write_coef_idx(codec, 0x0f, (val & ~0xf800) | 0x1000);
2979 /* Capless */
2980 val = alc_read_coef_idx(codec, 0x10);
2981 alc_write_coef_idx(codec, 0x10, (val & ~0xfc00) | 0x0c00);
2982 /* Class D test 4 */
2983 alc_write_coef_idx(codec, 0x3a, 0x0);
2984 /* IO power down directly */
2985 val = alc_read_coef_idx(codec, 0x0c);
2986 alc_write_coef_idx(codec, 0x0c, (val & ~0xfe00) | 0x0);
2987 /* ANC */
2988 alc_write_coef_idx(codec, 0x22, 0xa0c0);
2989 /* AGC MUX */
2990 val = alc_read_coefex_idx(codec, 0x53, 0x01);
2991 alc_write_coefex_idx(codec, 0x53, 0x01, (val & ~0x000f) | 0x0008);
2992 /* DAC simple content protection */
2993 val = alc_read_coef_idx(codec, 0x1d);
2994 alc_write_coef_idx(codec, 0x1d, (val & ~0x00e0) | 0x0);
2995 /* ADC simple content protection */
2996 val = alc_read_coef_idx(codec, 0x1f);
2997 alc_write_coef_idx(codec, 0x1f, (val & ~0x00e0) | 0x0);
2998 /* DAC ADC Zero Detection */
2999 alc_write_coef_idx(codec, 0x21, 0x8804);
3000 /* PLL */
3001 alc_write_coef_idx(codec, 0x2e, 0x2902);
3002 /* capless control 2 */
3003 alc_write_coef_idx(codec, 0x33, 0xa080);
3004 /* capless control 3 */
3005 alc_write_coef_idx(codec, 0x34, 0x3400);
3006 /* capless control 4 */
3007 alc_write_coef_idx(codec, 0x35, 0x2f3e);
3008 /* capless control 5 */
3009 alc_write_coef_idx(codec, 0x36, 0x0);
3010 /* class D test 2 */
3011 val = alc_read_coef_idx(codec, 0x38);
3012 alc_write_coef_idx(codec, 0x38, (val & ~0x0fff) | 0x0900);
3013 /* class D test 3 */
3014 alc_write_coef_idx(codec, 0x39, 0x110a);
3015 /* class D test 5 */
3016 val = alc_read_coef_idx(codec, 0x3b);
3017 alc_write_coef_idx(codec, 0x3b, (val & ~0x00f8) | 0x00d8);
3018 /* class D test 6 */
3019 alc_write_coef_idx(codec, 0x3c, 0x0014);
3020 /* classD OCP */
3021 alc_write_coef_idx(codec, 0x3d, 0xc2ba);
3022 /* classD pure DC test */
3023 val = alc_read_coef_idx(codec, 0x42);
3024 alc_write_coef_idx(codec, 0x42, (val & ~0x0f80) | 0x0);
3025 /* test mode */
3026 alc_write_coef_idx(codec, 0x49, 0x0);
3027 /* Class D DC enable */
3028 val = alc_read_coef_idx(codec, 0x40);
3029 alc_write_coef_idx(codec, 0x40, (val & ~0xf800) | 0x9800);
3030 /* DC offset */
3031 val = alc_read_coef_idx(codec, 0x42);
3032 alc_write_coef_idx(codec, 0x42, (val & ~0xf000) | 0x2000);
3033 /* Class D amp control */
3034 alc_write_coef_idx(codec, 0x37, 0xfc06);
3035}
3036
Kailang Yang2af02be2013-08-22 10:03:50 +02003037static void alc283_init(struct hda_codec *codec)
3038{
3039 struct alc_spec *spec = codec->spec;
3040 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
3041 bool hp_pin_sense;
3042 int val;
3043
Kailang Yang8314f222014-04-03 17:28:39 +08003044 if (!spec->gen.autocfg.hp_outs) {
3045 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
3046 hp_pin = spec->gen.autocfg.line_out_pins[0];
3047 }
3048
Kailang Yang6bd55b02014-03-17 13:51:27 +08003049 alc283_restore_default_value(codec);
3050
Kailang Yang2af02be2013-08-22 10:03:50 +02003051 if (!hp_pin)
3052 return;
3053 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3054
3055 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */
3056 /* Headphone capless set to high power mode */
3057 alc_write_coef_idx(codec, 0x43, 0x9004);
3058
3059 snd_hda_codec_write(codec, hp_pin, 0,
3060 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3061
3062 if (hp_pin_sense)
3063 msleep(85);
3064
3065 snd_hda_codec_write(codec, hp_pin, 0,
3066 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
3067
3068 if (hp_pin_sense)
3069 msleep(85);
3070 /* Index 0x46 Combo jack auto switch control 2 */
3071 /* 3k pull low control for Headset jack. */
3072 val = alc_read_coef_idx(codec, 0x46);
3073 alc_write_coef_idx(codec, 0x46, val & ~(3 << 12));
3074 /* Headphone capless set to normal mode */
3075 alc_write_coef_idx(codec, 0x43, 0x9614);
3076}
3077
3078static void alc283_shutup(struct hda_codec *codec)
3079{
3080 struct alc_spec *spec = codec->spec;
3081 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
3082 bool hp_pin_sense;
3083 int val;
3084
Kailang Yang8314f222014-04-03 17:28:39 +08003085 if (!spec->gen.autocfg.hp_outs) {
3086 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT)
3087 hp_pin = spec->gen.autocfg.line_out_pins[0];
3088 }
3089
Kailang Yang2af02be2013-08-22 10:03:50 +02003090 if (!hp_pin) {
3091 alc269_shutup(codec);
3092 return;
3093 }
3094
3095 hp_pin_sense = snd_hda_jack_detect(codec, hp_pin);
3096
3097 alc_write_coef_idx(codec, 0x43, 0x9004);
3098
3099 snd_hda_codec_write(codec, hp_pin, 0,
3100 AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE);
3101
3102 if (hp_pin_sense)
Kailang Yang88011c092013-10-24 15:45:24 +02003103 msleep(100);
Kailang Yang2af02be2013-08-22 10:03:50 +02003104
3105 snd_hda_codec_write(codec, hp_pin, 0,
3106 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0);
3107
3108 val = alc_read_coef_idx(codec, 0x46);
3109 alc_write_coef_idx(codec, 0x46, val | (3 << 12));
3110
3111 if (hp_pin_sense)
Kailang Yang88011c092013-10-24 15:45:24 +02003112 msleep(100);
Kailang Yang0435b3f2014-04-08 17:14:14 +08003113 alc_auto_setup_eapd(codec, false);
Kailang Yang2af02be2013-08-22 10:03:50 +02003114 snd_hda_shutup_pins(codec);
3115 alc_write_coef_idx(codec, 0x43, 0x9614);
3116}
3117
Kailang Yangad60d502013-06-28 12:03:01 +02003118static void alc5505_coef_set(struct hda_codec *codec, unsigned int index_reg,
3119 unsigned int val)
3120{
3121 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3122 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val & 0xffff); /* LSB */
3123 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_PROC_COEF, val >> 16); /* MSB */
3124}
3125
3126static int alc5505_coef_get(struct hda_codec *codec, unsigned int index_reg)
3127{
3128 unsigned int val;
3129
3130 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_COEF_INDEX, index_reg >> 1);
3131 val = snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3132 & 0xffff;
3133 val |= snd_hda_codec_read(codec, 0x51, 0, AC_VERB_GET_PROC_COEF, 0)
3134 << 16;
3135 return val;
3136}
3137
3138static void alc5505_dsp_halt(struct hda_codec *codec)
3139{
3140 unsigned int val;
3141
3142 alc5505_coef_set(codec, 0x3000, 0x000c); /* DSP CPU stop */
3143 alc5505_coef_set(codec, 0x880c, 0x0008); /* DDR enter self refresh */
3144 alc5505_coef_set(codec, 0x61c0, 0x11110080); /* Clock control for PLL and CPU */
3145 alc5505_coef_set(codec, 0x6230, 0xfc0d4011); /* Disable Input OP */
3146 alc5505_coef_set(codec, 0x61b4, 0x040a2b03); /* Stop PLL2 */
3147 alc5505_coef_set(codec, 0x61b0, 0x00005b17); /* Stop PLL1 */
3148 alc5505_coef_set(codec, 0x61b8, 0x04133303); /* Stop PLL3 */
3149 val = alc5505_coef_get(codec, 0x6220);
3150 alc5505_coef_set(codec, 0x6220, (val | 0x3000)); /* switch Ringbuffer clock to DBUS clock */
3151}
3152
3153static void alc5505_dsp_back_from_halt(struct hda_codec *codec)
3154{
3155 alc5505_coef_set(codec, 0x61b8, 0x04133302);
3156 alc5505_coef_set(codec, 0x61b0, 0x00005b16);
3157 alc5505_coef_set(codec, 0x61b4, 0x040a2b02);
3158 alc5505_coef_set(codec, 0x6230, 0xf80d4011);
3159 alc5505_coef_set(codec, 0x6220, 0x2002010f);
3160 alc5505_coef_set(codec, 0x880c, 0x00000004);
3161}
3162
3163static void alc5505_dsp_init(struct hda_codec *codec)
3164{
3165 unsigned int val;
3166
3167 alc5505_dsp_halt(codec);
3168 alc5505_dsp_back_from_halt(codec);
3169 alc5505_coef_set(codec, 0x61b0, 0x5b14); /* PLL1 control */
3170 alc5505_coef_set(codec, 0x61b0, 0x5b16);
3171 alc5505_coef_set(codec, 0x61b4, 0x04132b00); /* PLL2 control */
3172 alc5505_coef_set(codec, 0x61b4, 0x04132b02);
3173 alc5505_coef_set(codec, 0x61b8, 0x041f3300); /* PLL3 control*/
3174 alc5505_coef_set(codec, 0x61b8, 0x041f3302);
3175 snd_hda_codec_write(codec, 0x51, 0, AC_VERB_SET_CODEC_RESET, 0); /* Function reset */
3176 alc5505_coef_set(codec, 0x61b8, 0x041b3302);
3177 alc5505_coef_set(codec, 0x61b8, 0x04173302);
3178 alc5505_coef_set(codec, 0x61b8, 0x04163302);
3179 alc5505_coef_set(codec, 0x8800, 0x348b328b); /* DRAM control */
3180 alc5505_coef_set(codec, 0x8808, 0x00020022); /* DRAM control */
3181 alc5505_coef_set(codec, 0x8818, 0x00000400); /* DRAM control */
3182
3183 val = alc5505_coef_get(codec, 0x6200) >> 16; /* Read revision ID */
3184 if (val <= 3)
3185 alc5505_coef_set(codec, 0x6220, 0x2002010f); /* I/O PAD Configuration */
3186 else
3187 alc5505_coef_set(codec, 0x6220, 0x6002018f);
3188
3189 alc5505_coef_set(codec, 0x61ac, 0x055525f0); /**/
3190 alc5505_coef_set(codec, 0x61c0, 0x12230080); /* Clock control */
3191 alc5505_coef_set(codec, 0x61b4, 0x040e2b02); /* PLL2 control */
3192 alc5505_coef_set(codec, 0x61bc, 0x010234f8); /* OSC Control */
3193 alc5505_coef_set(codec, 0x880c, 0x00000004); /* DRAM Function control */
3194 alc5505_coef_set(codec, 0x880c, 0x00000003);
3195 alc5505_coef_set(codec, 0x880c, 0x00000010);
Takashi Iwaicd63a5f2013-07-05 12:13:59 +02003196
3197#ifdef HALT_REALTEK_ALC5505
3198 alc5505_dsp_halt(codec);
3199#endif
Kailang Yangad60d502013-06-28 12:03:01 +02003200}
3201
Takashi Iwaicd63a5f2013-07-05 12:13:59 +02003202#ifdef HALT_REALTEK_ALC5505
3203#define alc5505_dsp_suspend(codec) /* NOP */
3204#define alc5505_dsp_resume(codec) /* NOP */
3205#else
3206#define alc5505_dsp_suspend(codec) alc5505_dsp_halt(codec)
3207#define alc5505_dsp_resume(codec) alc5505_dsp_back_from_halt(codec)
3208#endif
3209
Takashi Iwai2a439522011-07-26 09:52:50 +02003210#ifdef CONFIG_PM
Kailang Yangad60d502013-06-28 12:03:01 +02003211static int alc269_suspend(struct hda_codec *codec)
3212{
3213 struct alc_spec *spec = codec->spec;
3214
3215 if (spec->has_alc5505_dsp)
Takashi Iwaicd63a5f2013-07-05 12:13:59 +02003216 alc5505_dsp_suspend(codec);
Kailang Yangad60d502013-06-28 12:03:01 +02003217 return alc_suspend(codec);
3218}
3219
Takashi Iwai1d045db2011-07-07 18:23:21 +02003220static int alc269_resume(struct hda_codec *codec)
3221{
Kailang Yangadcc70b2012-05-25 08:08:38 +02003222 struct alc_spec *spec = codec->spec;
3223
Kailang Yang1387e2d2012-11-08 10:23:18 +01003224 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3225 alc269vb_toggle_power_output(codec, 0);
3226 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
Kailang Yangadcc70b2012-05-25 08:08:38 +02003227 (alc_get_coef0(codec) & 0x00ff) == 0x018) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02003228 msleep(150);
3229 }
3230
3231 codec->patch_ops.init(codec);
3232
Kailang Yang1387e2d2012-11-08 10:23:18 +01003233 if (spec->codec_variant == ALC269_TYPE_ALC269VB)
3234 alc269vb_toggle_power_output(codec, 1);
3235 if (spec->codec_variant == ALC269_TYPE_ALC269VB &&
Kailang Yangadcc70b2012-05-25 08:08:38 +02003236 (alc_get_coef0(codec) & 0x00ff) == 0x017) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02003237 msleep(200);
3238 }
3239
Takashi Iwai1d045db2011-07-07 18:23:21 +02003240 snd_hda_codec_resume_amp(codec);
3241 snd_hda_codec_resume_cache(codec);
Takashi Iwai0623a882013-06-25 09:28:40 +02003242 alc_inv_dmic_sync(codec, true);
Takashi Iwai1d045db2011-07-07 18:23:21 +02003243 hda_call_check_power_status(codec, 0x01);
Kailang Yangad60d502013-06-28 12:03:01 +02003244 if (spec->has_alc5505_dsp)
Takashi Iwaicd63a5f2013-07-05 12:13:59 +02003245 alc5505_dsp_resume(codec);
Kailang Yangc5177c82013-07-24 14:39:49 +02003246
Takashi Iwai1d045db2011-07-07 18:23:21 +02003247 return 0;
3248}
Takashi Iwai2a439522011-07-26 09:52:50 +02003249#endif /* CONFIG_PM */
Takashi Iwai1d045db2011-07-07 18:23:21 +02003250
David Henningsson108cc102012-07-20 10:37:25 +02003251static void alc269_fixup_pincfg_no_hp_to_lineout(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003252 const struct hda_fixup *fix, int action)
David Henningsson108cc102012-07-20 10:37:25 +02003253{
3254 struct alc_spec *spec = codec->spec;
3255
Takashi Iwai1727a772013-01-10 09:52:52 +01003256 if (action == HDA_FIXUP_ACT_PRE_PROBE)
David Henningsson108cc102012-07-20 10:37:25 +02003257 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
3258}
3259
Takashi Iwai1d045db2011-07-07 18:23:21 +02003260static void alc269_fixup_hweq(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003261 const struct hda_fixup *fix, int action)
Takashi Iwai1d045db2011-07-07 18:23:21 +02003262{
3263 int coef;
3264
Takashi Iwai1727a772013-01-10 09:52:52 +01003265 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwai1d045db2011-07-07 18:23:21 +02003266 return;
3267 coef = alc_read_coef_idx(codec, 0x1e);
3268 alc_write_coef_idx(codec, 0x1e, coef | 0x80);
3269}
3270
David Henningsson7c478f02013-10-11 10:18:46 +02003271static void alc269_fixup_headset_mic(struct hda_codec *codec,
3272 const struct hda_fixup *fix, int action)
3273{
3274 struct alc_spec *spec = codec->spec;
3275
3276 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3277 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3278}
3279
Takashi Iwai1d045db2011-07-07 18:23:21 +02003280static void alc271_fixup_dmic(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003281 const struct hda_fixup *fix, int action)
Takashi Iwai1d045db2011-07-07 18:23:21 +02003282{
3283 static const struct hda_verb verbs[] = {
3284 {0x20, AC_VERB_SET_COEF_INDEX, 0x0d},
3285 {0x20, AC_VERB_SET_PROC_COEF, 0x4000},
3286 {}
3287 };
3288 unsigned int cfg;
3289
Dylan Reid42397002013-04-05 14:58:22 -07003290 if (strcmp(codec->chip_name, "ALC271X") &&
3291 strcmp(codec->chip_name, "ALC269VB"))
Takashi Iwai1d045db2011-07-07 18:23:21 +02003292 return;
3293 cfg = snd_hda_codec_get_pincfg(codec, 0x12);
3294 if (get_defcfg_connect(cfg) == AC_JACK_PORT_FIXED)
3295 snd_hda_sequence_write(codec, verbs);
3296}
3297
Takashi Iwai017f2a12011-07-09 14:42:25 +02003298static void alc269_fixup_pcm_44k(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003299 const struct hda_fixup *fix, int action)
Takashi Iwai017f2a12011-07-09 14:42:25 +02003300{
3301 struct alc_spec *spec = codec->spec;
3302
Takashi Iwai1727a772013-01-10 09:52:52 +01003303 if (action != HDA_FIXUP_ACT_PROBE)
Takashi Iwai017f2a12011-07-09 14:42:25 +02003304 return;
3305
3306 /* Due to a hardware problem on Lenovo Ideadpad, we need to
3307 * fix the sample rate of analog I/O to 44.1kHz
3308 */
Takashi Iwai08c189f2012-12-19 15:22:24 +01003309 spec->gen.stream_analog_playback = &alc269_44k_pcm_analog_playback;
3310 spec->gen.stream_analog_capture = &alc269_44k_pcm_analog_capture;
Takashi Iwai017f2a12011-07-09 14:42:25 +02003311}
3312
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02003313static void alc269_fixup_stereo_dmic(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003314 const struct hda_fixup *fix, int action)
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02003315{
3316 int coef;
3317
Takashi Iwai1727a772013-01-10 09:52:52 +01003318 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02003319 return;
3320 /* The digital-mic unit sends PDM (differential signal) instead of
3321 * the standard PCM, thus you can't record a valid mono stream as is.
3322 * Below is a workaround specific to ALC269 to control the dmic
3323 * signal source as mono.
3324 */
3325 coef = alc_read_coef_idx(codec, 0x07);
3326 alc_write_coef_idx(codec, 0x07, coef | 0x80);
3327}
3328
Takashi Iwai24519912011-08-16 15:08:49 +02003329static void alc269_quanta_automute(struct hda_codec *codec)
3330{
Takashi Iwai08c189f2012-12-19 15:22:24 +01003331 snd_hda_gen_update_outputs(codec);
Takashi Iwai24519912011-08-16 15:08:49 +02003332
3333 snd_hda_codec_write(codec, 0x20, 0,
3334 AC_VERB_SET_COEF_INDEX, 0x0c);
3335 snd_hda_codec_write(codec, 0x20, 0,
3336 AC_VERB_SET_PROC_COEF, 0x680);
3337
3338 snd_hda_codec_write(codec, 0x20, 0,
3339 AC_VERB_SET_COEF_INDEX, 0x0c);
3340 snd_hda_codec_write(codec, 0x20, 0,
3341 AC_VERB_SET_PROC_COEF, 0x480);
3342}
3343
3344static void alc269_fixup_quanta_mute(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01003345 const struct hda_fixup *fix, int action)
Takashi Iwai24519912011-08-16 15:08:49 +02003346{
3347 struct alc_spec *spec = codec->spec;
Takashi Iwai1727a772013-01-10 09:52:52 +01003348 if (action != HDA_FIXUP_ACT_PROBE)
Takashi Iwai24519912011-08-16 15:08:49 +02003349 return;
Takashi Iwai08c189f2012-12-19 15:22:24 +01003350 spec->gen.automute_hook = alc269_quanta_automute;
Takashi Iwai24519912011-08-16 15:08:49 +02003351}
3352
David Henningssond240d1d2013-04-15 12:50:02 +02003353static void alc269_x101_hp_automute_hook(struct hda_codec *codec,
3354 struct hda_jack_tbl *jack)
3355{
3356 struct alc_spec *spec = codec->spec;
3357 int vref;
3358 msleep(200);
3359 snd_hda_gen_hp_automute(codec, jack);
3360
3361 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
3362 msleep(100);
3363 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3364 vref);
3365 msleep(500);
3366 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
3367 vref);
3368}
3369
3370static void alc269_fixup_x101_headset_mic(struct hda_codec *codec,
3371 const struct hda_fixup *fix, int action)
3372{
3373 struct alc_spec *spec = codec->spec;
3374 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3375 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3376 spec->gen.hp_automute_hook = alc269_x101_hp_automute_hook;
3377 }
3378}
3379
3380
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003381/* update mute-LED according to the speaker mute state via mic VREF pin */
3382static void alc269_fixup_mic_mute_hook(void *private_data, int enabled)
David Henningsson6d3cd5d2013-01-07 12:03:47 +01003383{
3384 struct hda_codec *codec = private_data;
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003385 struct alc_spec *spec = codec->spec;
3386 unsigned int pinval;
3387
3388 if (spec->mute_led_polarity)
3389 enabled = !enabled;
Takashi Iwai415d5552014-04-03 11:51:21 +02003390 pinval = snd_hda_codec_get_pin_target(codec, spec->mute_led_nid);
3391 pinval &= ~AC_PINCTL_VREFEN;
3392 pinval |= enabled ? AC_PINCTL_VREF_HIZ : AC_PINCTL_VREF_80;
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003393 if (spec->mute_led_nid)
3394 snd_hda_set_pin_ctl_cache(codec, spec->mute_led_nid, pinval);
David Henningsson6d3cd5d2013-01-07 12:03:47 +01003395}
3396
David Henningssond5b6b652013-11-06 10:50:44 +01003397/* Make sure the led works even in runtime suspend */
3398static unsigned int led_power_filter(struct hda_codec *codec,
3399 hda_nid_t nid,
3400 unsigned int power_state)
3401{
3402 struct alc_spec *spec = codec->spec;
3403
3404 if (power_state != AC_PWRST_D3 || nid != spec->mute_led_nid)
3405 return power_state;
3406
3407 /* Set pin ctl again, it might have just been set to 0 */
3408 snd_hda_set_pin_ctl(codec, nid,
3409 snd_hda_codec_get_pin_target(codec, nid));
3410
3411 return AC_PWRST_D0;
3412}
3413
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003414static void alc269_fixup_hp_mute_led(struct hda_codec *codec,
3415 const struct hda_fixup *fix, int action)
David Henningsson6d3cd5d2013-01-07 12:03:47 +01003416{
3417 struct alc_spec *spec = codec->spec;
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003418 const struct dmi_device *dev = NULL;
3419
3420 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3421 return;
3422
3423 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
3424 int pol, pin;
3425 if (sscanf(dev->name, "HP_Mute_LED_%d_%x", &pol, &pin) != 2)
3426 continue;
3427 if (pin < 0x0a || pin >= 0x10)
3428 break;
3429 spec->mute_led_polarity = pol;
3430 spec->mute_led_nid = pin - 0x0a + 0x18;
3431 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
Takashi Iwaifd25a972012-12-20 14:57:18 +01003432 spec->gen.vmaster_mute_enum = 1;
David Henningssond5b6b652013-11-06 10:50:44 +01003433 codec->power_filter = led_power_filter;
Takashi Iwai4e76a882014-02-25 12:21:03 +01003434 codec_dbg(codec,
3435 "Detected mute LED for %x:%d\n", spec->mute_led_nid,
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003436 spec->mute_led_polarity);
David Henningsson6d3cd5d2013-01-07 12:03:47 +01003437 break;
3438 }
3439}
3440
David Henningssond06ac142013-02-18 11:41:55 +01003441static void alc269_fixup_hp_mute_led_mic1(struct hda_codec *codec,
3442 const struct hda_fixup *fix, int action)
3443{
3444 struct alc_spec *spec = codec->spec;
3445 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3446 spec->mute_led_polarity = 0;
3447 spec->mute_led_nid = 0x18;
3448 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
3449 spec->gen.vmaster_mute_enum = 1;
David Henningssond5b6b652013-11-06 10:50:44 +01003450 codec->power_filter = led_power_filter;
David Henningssond06ac142013-02-18 11:41:55 +01003451 }
3452}
3453
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003454static void alc269_fixup_hp_mute_led_mic2(struct hda_codec *codec,
3455 const struct hda_fixup *fix, int action)
Takashi Iwai420b0fe2012-03-12 12:35:27 +01003456{
3457 struct alc_spec *spec = codec->spec;
Takashi Iwai9bb1f062013-01-10 17:14:29 +01003458 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai08fb0d02013-01-10 17:33:58 +01003459 spec->mute_led_polarity = 0;
3460 spec->mute_led_nid = 0x19;
3461 spec->gen.vmaster_mute.hook = alc269_fixup_mic_mute_hook;
Takashi Iwaifd25a972012-12-20 14:57:18 +01003462 spec->gen.vmaster_mute_enum = 1;
David Henningssond5b6b652013-11-06 10:50:44 +01003463 codec->power_filter = led_power_filter;
Takashi Iwai420b0fe2012-03-12 12:35:27 +01003464 }
3465}
3466
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01003467/* turn on/off mute LED per vmaster hook */
3468static void alc269_fixup_hp_gpio_mute_hook(void *private_data, int enabled)
3469{
3470 struct hda_codec *codec = private_data;
3471 struct alc_spec *spec = codec->spec;
3472 unsigned int oldval = spec->gpio_led;
3473
3474 if (enabled)
3475 spec->gpio_led &= ~0x08;
3476 else
3477 spec->gpio_led |= 0x08;
3478 if (spec->gpio_led != oldval)
3479 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
3480 spec->gpio_led);
3481}
3482
3483/* turn on/off mic-mute LED per capture hook */
3484static void alc269_fixup_hp_gpio_mic_mute_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +01003485 struct snd_kcontrol *kcontrol,
3486 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01003487{
3488 struct alc_spec *spec = codec->spec;
3489 unsigned int oldval = spec->gpio_led;
3490
3491 if (!ucontrol)
3492 return;
3493
3494 if (ucontrol->value.integer.value[0] ||
3495 ucontrol->value.integer.value[1])
3496 spec->gpio_led &= ~0x10;
3497 else
3498 spec->gpio_led |= 0x10;
3499 if (spec->gpio_led != oldval)
3500 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
3501 spec->gpio_led);
3502}
3503
3504static void alc269_fixup_hp_gpio_led(struct hda_codec *codec,
3505 const struct hda_fixup *fix, int action)
3506{
3507 struct alc_spec *spec = codec->spec;
3508 static const struct hda_verb gpio_init[] = {
3509 { 0x01, AC_VERB_SET_GPIO_MASK, 0x18 },
3510 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 },
3511 {}
3512 };
3513
3514 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3515 spec->gen.vmaster_mute.hook = alc269_fixup_hp_gpio_mute_hook;
3516 spec->gen.cap_sync_hook = alc269_fixup_hp_gpio_mic_mute_hook;
3517 spec->gpio_led = 0;
3518 snd_hda_add_verbs(codec, gpio_init);
3519 }
3520}
3521
David Henningsson73bdd592013-04-15 15:44:14 +02003522static void alc_headset_mode_unplugged(struct hda_codec *codec)
3523{
3524 int val;
3525
3526 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003527 case 0x10ec0255:
3528 /* LDO and MISC control */
3529 alc_write_coef_idx(codec, 0x1b, 0x0c0b);
3530 /* UAJ function set to menual mode */
3531 alc_write_coef_idx(codec, 0x45, 0xd089);
3532 /* Direct Drive HP Amp control(Set to verb control)*/
3533 val = alc_read_coefex_idx(codec, 0x57, 0x05);
3534 alc_write_coefex_idx(codec, 0x57, 0x05, val & ~(1<<14));
3535 /* Set MIC2 Vref gate with HP */
3536 alc_write_coef_idx(codec, 0x06, 0x6104);
3537 /* Direct Drive HP Amp control */
3538 alc_write_coefex_idx(codec, 0x57, 0x03, 0x8aa6);
3539 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003540 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003541 case 0x10ec0283:
3542 alc_write_coef_idx(codec, 0x1b, 0x0c0b);
3543 alc_write_coef_idx(codec, 0x45, 0xc429);
3544 val = alc_read_coef_idx(codec, 0x35);
3545 alc_write_coef_idx(codec, 0x35, val & 0xbfff);
3546 alc_write_coef_idx(codec, 0x06, 0x2104);
3547 alc_write_coef_idx(codec, 0x1a, 0x0001);
3548 alc_write_coef_idx(codec, 0x26, 0x0004);
3549 alc_write_coef_idx(codec, 0x32, 0x42a3);
3550 break;
3551 case 0x10ec0292:
3552 alc_write_coef_idx(codec, 0x76, 0x000e);
3553 alc_write_coef_idx(codec, 0x6c, 0x2400);
3554 alc_write_coef_idx(codec, 0x18, 0x7308);
3555 alc_write_coef_idx(codec, 0x6b, 0xc429);
3556 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003557 case 0x10ec0293:
3558 /* SET Line1 JD to 0 */
3559 val = alc_read_coef_idx(codec, 0x10);
3560 alc_write_coef_idx(codec, 0x10, (val & ~(7<<8)) | 6<<8);
3561 /* SET charge pump by verb */
3562 val = alc_read_coefex_idx(codec, 0x57, 0x05);
3563 alc_write_coefex_idx(codec, 0x57, 0x05, (val & ~(1<<15|1<<13)) | 0x0);
3564 /* SET EN_OSW to 1 */
3565 val = alc_read_coefex_idx(codec, 0x57, 0x03);
3566 alc_write_coefex_idx(codec, 0x57, 0x03, (val & ~(1<<10)) | (1<<10) );
3567 /* Combo JD gating with LINE1-VREFO */
3568 val = alc_read_coef_idx(codec, 0x1a);
3569 alc_write_coef_idx(codec, 0x1a, (val & ~(1<<3)) | (1<<3));
3570 /* Set to TRS type */
3571 alc_write_coef_idx(codec, 0x45, 0xc429);
3572 /* Combo Jack auto detect */
3573 val = alc_read_coef_idx(codec, 0x4a);
3574 alc_write_coef_idx(codec, 0x4a, (val & 0xfff0) | 0x000e);
3575 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003576 case 0x10ec0668:
3577 alc_write_coef_idx(codec, 0x15, 0x0d40);
3578 alc_write_coef_idx(codec, 0xb7, 0x802b);
3579 break;
3580 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01003581 codec_dbg(codec, "Headset jack set to unplugged mode.\n");
David Henningsson73bdd592013-04-15 15:44:14 +02003582}
3583
3584
3585static void alc_headset_mode_mic_in(struct hda_codec *codec, hda_nid_t hp_pin,
3586 hda_nid_t mic_pin)
3587{
3588 int val;
3589
3590 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003591 case 0x10ec0255:
3592 alc_write_coef_idx(codec, 0x45, 0xc489);
3593 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3594 alc_write_coefex_idx(codec, 0x57, 0x03, 0x8aa6);
3595 /* Set MIC2 Vref gate to normal */
3596 alc_write_coef_idx(codec, 0x06, 0x6100);
3597 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3598 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003599 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003600 case 0x10ec0283:
3601 alc_write_coef_idx(codec, 0x45, 0xc429);
3602 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3603 val = alc_read_coef_idx(codec, 0x35);
3604 alc_write_coef_idx(codec, 0x35, val | 1<<14);
3605 alc_write_coef_idx(codec, 0x06, 0x2100);
3606 alc_write_coef_idx(codec, 0x1a, 0x0021);
3607 alc_write_coef_idx(codec, 0x26, 0x008c);
3608 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3609 break;
3610 case 0x10ec0292:
3611 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3612 alc_write_coef_idx(codec, 0x19, 0xa208);
3613 alc_write_coef_idx(codec, 0x2e, 0xacf0);
3614 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003615 case 0x10ec0293:
3616 /* Set to TRS mode */
3617 alc_write_coef_idx(codec, 0x45, 0xc429);
3618 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3619 /* SET charge pump by verb */
3620 val = alc_read_coefex_idx(codec, 0x57, 0x05);
3621 alc_write_coefex_idx(codec, 0x57, 0x05, (val & ~(1<<15|1<<13)) | (1<<15|1<<13));
3622 /* SET EN_OSW to 0 */
3623 val = alc_read_coefex_idx(codec, 0x57, 0x03);
3624 alc_write_coefex_idx(codec, 0x57, 0x03, (val & ~(1<<10)) | 0x0);
3625 /* Combo JD gating without LINE1-VREFO */
3626 val = alc_read_coef_idx(codec, 0x1a);
3627 alc_write_coef_idx(codec, 0x1a, (val & ~(1<<3)) | 0x0);
3628 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3629 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003630 case 0x10ec0668:
3631 alc_write_coef_idx(codec, 0x11, 0x0001);
3632 snd_hda_set_pin_ctl_cache(codec, hp_pin, 0);
3633 alc_write_coef_idx(codec, 0xb7, 0x802b);
3634 alc_write_coef_idx(codec, 0xb5, 0x1040);
3635 val = alc_read_coef_idx(codec, 0xc3);
3636 alc_write_coef_idx(codec, 0xc3, val | 1<<12);
3637 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50);
3638 break;
3639 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01003640 codec_dbg(codec, "Headset jack set to mic-in mode.\n");
David Henningsson73bdd592013-04-15 15:44:14 +02003641}
3642
3643static void alc_headset_mode_default(struct hda_codec *codec)
3644{
Kailang Yanga22aa262014-04-23 17:34:28 +08003645 int val;
3646
David Henningsson73bdd592013-04-15 15:44:14 +02003647 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003648 case 0x10ec0255:
3649 alc_write_coef_idx(codec, 0x45, 0xc089);
3650 alc_write_coef_idx(codec, 0x45, 0xc489);
3651 alc_write_coefex_idx(codec, 0x57, 0x03, 0x8ea6);
3652 alc_write_coef_idx(codec, 0x49, 0x0049);
3653 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003654 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003655 case 0x10ec0283:
3656 alc_write_coef_idx(codec, 0x06, 0x2100);
3657 alc_write_coef_idx(codec, 0x32, 0x4ea3);
3658 break;
3659 case 0x10ec0292:
3660 alc_write_coef_idx(codec, 0x76, 0x000e);
3661 alc_write_coef_idx(codec, 0x6c, 0x2400);
3662 alc_write_coef_idx(codec, 0x6b, 0xc429);
3663 alc_write_coef_idx(codec, 0x18, 0x7308);
3664 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003665 case 0x10ec0293:
3666 /* Combo Jack auto detect */
3667 val = alc_read_coef_idx(codec, 0x4a);
3668 alc_write_coef_idx(codec, 0x4a, (val & 0xfff0) | 0x000e);
3669 /* Set to TRS type */
3670 alc_write_coef_idx(codec, 0x45, 0xC429);
3671 /* Combo JD gating without LINE1-VREFO */
3672 val = alc_read_coef_idx(codec, 0x1a);
3673 alc_write_coef_idx(codec, 0x1a, (val & ~(1<<3)) | 0x0);
3674 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003675 case 0x10ec0668:
3676 alc_write_coef_idx(codec, 0x11, 0x0041);
3677 alc_write_coef_idx(codec, 0x15, 0x0d40);
3678 alc_write_coef_idx(codec, 0xb7, 0x802b);
3679 break;
3680 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01003681 codec_dbg(codec, "Headset jack set to headphone (default) mode.\n");
David Henningsson73bdd592013-04-15 15:44:14 +02003682}
3683
3684/* Iphone type */
3685static void alc_headset_mode_ctia(struct hda_codec *codec)
3686{
Kailang Yanga22aa262014-04-23 17:34:28 +08003687 int val;
3688
David Henningsson73bdd592013-04-15 15:44:14 +02003689 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003690 case 0x10ec0255:
3691 /* Set to CTIA type */
3692 alc_write_coef_idx(codec, 0x45, 0xd489);
3693 alc_write_coef_idx(codec, 0x1b, 0x0c2b);
3694 alc_write_coefex_idx(codec, 0x57, 0x03, 0x8ea6);
3695 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003696 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003697 case 0x10ec0283:
3698 alc_write_coef_idx(codec, 0x45, 0xd429);
3699 alc_write_coef_idx(codec, 0x1b, 0x0c2b);
3700 alc_write_coef_idx(codec, 0x32, 0x4ea3);
3701 break;
3702 case 0x10ec0292:
3703 alc_write_coef_idx(codec, 0x6b, 0xd429);
3704 alc_write_coef_idx(codec, 0x76, 0x0008);
3705 alc_write_coef_idx(codec, 0x18, 0x7388);
3706 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003707 case 0x10ec0293:
3708 /* Set to ctia type */
3709 alc_write_coef_idx(codec, 0x45, 0xd429);
3710 /* SET Line1 JD to 1 */
3711 val = alc_read_coef_idx(codec, 0x10);
3712 alc_write_coef_idx(codec, 0x10, (val & ~(7<<8)) | 7<<8);
3713 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003714 case 0x10ec0668:
David Henningssond59915d2013-12-02 18:06:20 +08003715 alc_write_coef_idx(codec, 0x11, 0x0001);
David Henningsson73bdd592013-04-15 15:44:14 +02003716 alc_write_coef_idx(codec, 0x15, 0x0d60);
3717 alc_write_coef_idx(codec, 0xc3, 0x0000);
3718 break;
3719 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01003720 codec_dbg(codec, "Headset jack set to iPhone-style headset mode.\n");
David Henningsson73bdd592013-04-15 15:44:14 +02003721}
3722
3723/* Nokia type */
3724static void alc_headset_mode_omtp(struct hda_codec *codec)
3725{
Kailang Yanga22aa262014-04-23 17:34:28 +08003726 int val;
3727
David Henningsson73bdd592013-04-15 15:44:14 +02003728 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003729 case 0x10ec0255:
3730 /* Set to OMTP Type */
3731 alc_write_coef_idx(codec, 0x45, 0xe489);
3732 alc_write_coef_idx(codec, 0x1b, 0x0c2b);
3733 alc_write_coefex_idx(codec, 0x57, 0x03, 0x8ea6);
3734 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003735 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003736 case 0x10ec0283:
3737 alc_write_coef_idx(codec, 0x45, 0xe429);
3738 alc_write_coef_idx(codec, 0x1b, 0x0c2b);
3739 alc_write_coef_idx(codec, 0x32, 0x4ea3);
3740 break;
3741 case 0x10ec0292:
3742 alc_write_coef_idx(codec, 0x6b, 0xe429);
3743 alc_write_coef_idx(codec, 0x76, 0x0008);
3744 alc_write_coef_idx(codec, 0x18, 0x7388);
3745 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003746 case 0x10ec0293:
3747 /* Set to omtp type */
3748 alc_write_coef_idx(codec, 0x45, 0xe429);
3749 /* SET Line1 JD to 1 */
3750 val = alc_read_coef_idx(codec, 0x10);
3751 alc_write_coef_idx(codec, 0x10, (val & ~(7<<8)) | 7<<8);
3752 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003753 case 0x10ec0668:
David Henningssond59915d2013-12-02 18:06:20 +08003754 alc_write_coef_idx(codec, 0x11, 0x0001);
David Henningsson73bdd592013-04-15 15:44:14 +02003755 alc_write_coef_idx(codec, 0x15, 0x0d50);
3756 alc_write_coef_idx(codec, 0xc3, 0x0000);
3757 break;
3758 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01003759 codec_dbg(codec, "Headset jack set to Nokia-style headset mode.\n");
David Henningsson73bdd592013-04-15 15:44:14 +02003760}
3761
3762static void alc_determine_headset_type(struct hda_codec *codec)
3763{
3764 int val;
3765 bool is_ctia = false;
3766 struct alc_spec *spec = codec->spec;
3767
3768 switch (codec->vendor_id) {
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003769 case 0x10ec0255:
3770 /* combo jack auto switch control(Check type)*/
3771 alc_write_coef_idx(codec, 0x45, 0xd089);
3772 /* combo jack auto switch control(Vref conteol) */
3773 alc_write_coef_idx(codec, 0x49, 0x0149);
3774 msleep(300);
3775 val = alc_read_coef_idx(codec, 0x46);
3776 is_ctia = (val & 0x0070) == 0x0070;
3777 break;
Kailang Yang13fd08a2014-05-21 16:49:48 +08003778 case 0x10ec0233:
David Henningsson73bdd592013-04-15 15:44:14 +02003779 case 0x10ec0283:
3780 alc_write_coef_idx(codec, 0x45, 0xd029);
3781 msleep(300);
3782 val = alc_read_coef_idx(codec, 0x46);
3783 is_ctia = (val & 0x0070) == 0x0070;
3784 break;
3785 case 0x10ec0292:
3786 alc_write_coef_idx(codec, 0x6b, 0xd429);
3787 msleep(300);
3788 val = alc_read_coef_idx(codec, 0x6c);
3789 is_ctia = (val & 0x001c) == 0x001c;
3790 break;
Kailang Yanga22aa262014-04-23 17:34:28 +08003791 case 0x10ec0293:
3792 /* Combo Jack auto detect */
3793 val = alc_read_coef_idx(codec, 0x4a);
3794 alc_write_coef_idx(codec, 0x4a, (val & 0xfff0) | 0x0008);
3795 /* Set to ctia type */
3796 alc_write_coef_idx(codec, 0x45, 0xD429);
3797 msleep(300);
3798 val = alc_read_coef_idx(codec, 0x46);
3799 is_ctia = (val & 0x0070) == 0x0070;
3800 break;
David Henningsson73bdd592013-04-15 15:44:14 +02003801 case 0x10ec0668:
3802 alc_write_coef_idx(codec, 0x11, 0x0001);
3803 alc_write_coef_idx(codec, 0xb7, 0x802b);
3804 alc_write_coef_idx(codec, 0x15, 0x0d60);
3805 alc_write_coef_idx(codec, 0xc3, 0x0c00);
3806 msleep(300);
3807 val = alc_read_coef_idx(codec, 0xbe);
3808 is_ctia = (val & 0x1c02) == 0x1c02;
3809 break;
3810 }
3811
Takashi Iwai4e76a882014-02-25 12:21:03 +01003812 codec_dbg(codec, "Headset jack detected iPhone-style headset: %s\n",
David Henningsson73bdd592013-04-15 15:44:14 +02003813 is_ctia ? "yes" : "no");
3814 spec->current_headset_type = is_ctia ? ALC_HEADSET_TYPE_CTIA : ALC_HEADSET_TYPE_OMTP;
3815}
3816
3817static void alc_update_headset_mode(struct hda_codec *codec)
3818{
3819 struct alc_spec *spec = codec->spec;
3820
3821 hda_nid_t mux_pin = spec->gen.imux_pins[spec->gen.cur_mux[0]];
3822 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0];
3823
3824 int new_headset_mode;
3825
3826 if (!snd_hda_jack_detect(codec, hp_pin))
3827 new_headset_mode = ALC_HEADSET_MODE_UNPLUGGED;
3828 else if (mux_pin == spec->headset_mic_pin)
3829 new_headset_mode = ALC_HEADSET_MODE_HEADSET;
3830 else if (mux_pin == spec->headphone_mic_pin)
3831 new_headset_mode = ALC_HEADSET_MODE_MIC;
3832 else
3833 new_headset_mode = ALC_HEADSET_MODE_HEADPHONE;
3834
David Henningsson5959a6b2013-11-12 11:10:57 +01003835 if (new_headset_mode == spec->current_headset_mode) {
3836 snd_hda_gen_update_outputs(codec);
David Henningsson73bdd592013-04-15 15:44:14 +02003837 return;
David Henningsson5959a6b2013-11-12 11:10:57 +01003838 }
David Henningsson73bdd592013-04-15 15:44:14 +02003839
3840 switch (new_headset_mode) {
3841 case ALC_HEADSET_MODE_UNPLUGGED:
3842 alc_headset_mode_unplugged(codec);
3843 spec->gen.hp_jack_present = false;
3844 break;
3845 case ALC_HEADSET_MODE_HEADSET:
3846 if (spec->current_headset_type == ALC_HEADSET_TYPE_UNKNOWN)
3847 alc_determine_headset_type(codec);
3848 if (spec->current_headset_type == ALC_HEADSET_TYPE_CTIA)
3849 alc_headset_mode_ctia(codec);
3850 else if (spec->current_headset_type == ALC_HEADSET_TYPE_OMTP)
3851 alc_headset_mode_omtp(codec);
3852 spec->gen.hp_jack_present = true;
3853 break;
3854 case ALC_HEADSET_MODE_MIC:
3855 alc_headset_mode_mic_in(codec, hp_pin, spec->headphone_mic_pin);
3856 spec->gen.hp_jack_present = false;
3857 break;
3858 case ALC_HEADSET_MODE_HEADPHONE:
3859 alc_headset_mode_default(codec);
3860 spec->gen.hp_jack_present = true;
3861 break;
3862 }
3863 if (new_headset_mode != ALC_HEADSET_MODE_MIC) {
3864 snd_hda_set_pin_ctl_cache(codec, hp_pin,
3865 AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3866 if (spec->headphone_mic_pin)
3867 snd_hda_set_pin_ctl_cache(codec, spec->headphone_mic_pin,
3868 PIN_VREFHIZ);
3869 }
3870 spec->current_headset_mode = new_headset_mode;
3871
3872 snd_hda_gen_update_outputs(codec);
3873}
3874
3875static void alc_update_headset_mode_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +01003876 struct snd_kcontrol *kcontrol,
3877 struct snd_ctl_elem_value *ucontrol)
David Henningsson73bdd592013-04-15 15:44:14 +02003878{
3879 alc_update_headset_mode(codec);
3880}
3881
3882static void alc_update_headset_jack_cb(struct hda_codec *codec, struct hda_jack_tbl *jack)
3883{
3884 struct alc_spec *spec = codec->spec;
David Henningsson5db4d342013-11-22 12:17:06 +01003885 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
David Henningsson73bdd592013-04-15 15:44:14 +02003886 snd_hda_gen_hp_automute(codec, jack);
3887}
3888
3889static void alc_probe_headset_mode(struct hda_codec *codec)
3890{
3891 int i;
3892 struct alc_spec *spec = codec->spec;
3893 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
3894
3895 /* Find mic pins */
3896 for (i = 0; i < cfg->num_inputs; i++) {
3897 if (cfg->inputs[i].is_headset_mic && !spec->headset_mic_pin)
3898 spec->headset_mic_pin = cfg->inputs[i].pin;
3899 if (cfg->inputs[i].is_headphone_mic && !spec->headphone_mic_pin)
3900 spec->headphone_mic_pin = cfg->inputs[i].pin;
3901 }
3902
3903 spec->gen.cap_sync_hook = alc_update_headset_mode_hook;
3904 spec->gen.automute_hook = alc_update_headset_mode;
3905 spec->gen.hp_automute_hook = alc_update_headset_jack_cb;
3906}
3907
3908static void alc_fixup_headset_mode(struct hda_codec *codec,
3909 const struct hda_fixup *fix, int action)
3910{
3911 struct alc_spec *spec = codec->spec;
3912
3913 switch (action) {
3914 case HDA_FIXUP_ACT_PRE_PROBE:
3915 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC | HDA_PINCFG_HEADPHONE_MIC;
3916 break;
3917 case HDA_FIXUP_ACT_PROBE:
3918 alc_probe_headset_mode(codec);
3919 break;
3920 case HDA_FIXUP_ACT_INIT:
3921 spec->current_headset_mode = 0;
3922 alc_update_headset_mode(codec);
3923 break;
3924 }
3925}
3926
3927static void alc_fixup_headset_mode_no_hp_mic(struct hda_codec *codec,
3928 const struct hda_fixup *fix, int action)
3929{
3930 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3931 struct alc_spec *spec = codec->spec;
3932 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3933 }
3934 else
3935 alc_fixup_headset_mode(codec, fix, action);
3936}
3937
Kailang Yang31278992014-03-03 15:27:22 +08003938static void alc255_set_default_jack_type(struct hda_codec *codec)
3939{
3940 /* Set to iphone type */
3941 alc_write_coef_idx(codec, 0x1b, 0x880b);
3942 alc_write_coef_idx(codec, 0x45, 0xd089);
3943 alc_write_coef_idx(codec, 0x1b, 0x080b);
3944 alc_write_coef_idx(codec, 0x46, 0x0004);
3945 alc_write_coef_idx(codec, 0x1b, 0x0c0b);
3946 msleep(30);
3947}
3948
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003949static void alc_fixup_headset_mode_alc255(struct hda_codec *codec,
3950 const struct hda_fixup *fix, int action)
3951{
3952 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Kailang Yang31278992014-03-03 15:27:22 +08003953 alc255_set_default_jack_type(codec);
Kailang Yang9a22a8f2013-11-08 15:54:49 +08003954 }
3955 alc_fixup_headset_mode(codec, fix, action);
3956}
3957
Kailang Yang31278992014-03-03 15:27:22 +08003958static void alc_fixup_headset_mode_alc255_no_hp_mic(struct hda_codec *codec,
3959 const struct hda_fixup *fix, int action)
3960{
3961 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3962 struct alc_spec *spec = codec->spec;
3963 spec->parse_flags |= HDA_PINCFG_HEADSET_MIC;
3964 alc255_set_default_jack_type(codec);
3965 }
3966 else
3967 alc_fixup_headset_mode(codec, fix, action);
3968}
3969
Hui Wang493a52a2014-01-14 14:07:36 +08003970static void alc_fixup_auto_mute_via_amp(struct hda_codec *codec,
3971 const struct hda_fixup *fix, int action)
3972{
3973 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3974 struct alc_spec *spec = codec->spec;
3975 spec->gen.auto_mute_via_amp = 1;
3976 }
3977}
3978
Takashi Iwai9b745ab2014-03-07 08:37:19 +01003979static void alc_no_shutup(struct hda_codec *codec)
3980{
3981}
3982
3983static void alc_fixup_no_shutup(struct hda_codec *codec,
3984 const struct hda_fixup *fix, int action)
3985{
3986 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3987 struct alc_spec *spec = codec->spec;
3988 spec->shutup = alc_no_shutup;
3989 }
3990}
3991
Gabriele Mazzotta5e6db662014-05-20 18:58:26 +02003992static void alc_fixup_disable_aamix(struct hda_codec *codec,
3993 const struct hda_fixup *fix, int action)
3994{
3995 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3996 struct alc_spec *spec = codec->spec;
3997 /* Disable AA-loopback as it causes white noise */
3998 spec->gen.mixer_nid = 0;
3999 }
4000}
4001
Gabriele Mazzotta033b0a72014-05-26 17:11:46 +02004002static unsigned int alc_power_filter_xps13(struct hda_codec *codec,
4003 hda_nid_t nid,
4004 unsigned int power_state)
4005{
4006 struct alc_spec *spec = codec->spec;
4007
4008 /* Avoid pop noises when headphones are plugged in */
4009 if (spec->gen.hp_jack_present)
4010 if (nid == codec->afg || nid == 0x02)
4011 return AC_PWRST_D0;
4012 return power_state;
4013}
4014
4015static void alc_fixup_dell_xps13(struct hda_codec *codec,
4016 const struct hda_fixup *fix, int action)
4017{
4018 if (action == HDA_FIXUP_ACT_PROBE) {
4019 struct alc_spec *spec = codec->spec;
4020 spec->shutup = alc_no_shutup;
4021 codec->power_filter = alc_power_filter_xps13;
4022 }
4023}
4024
David Henningsson73bdd592013-04-15 15:44:14 +02004025static void alc_fixup_headset_mode_alc668(struct hda_codec *codec,
4026 const struct hda_fixup *fix, int action)
4027{
4028 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4029 int val;
4030 alc_write_coef_idx(codec, 0xc4, 0x8000);
4031 val = alc_read_coef_idx(codec, 0xc2);
4032 alc_write_coef_idx(codec, 0xc2, val & 0xfe);
4033 snd_hda_set_pin_ctl_cache(codec, 0x18, 0);
4034 }
4035 alc_fixup_headset_mode(codec, fix, action);
4036}
4037
Chih-Chung Changbde7bc62013-08-05 16:38:42 +08004038/* Returns the nid of the external mic input pin, or 0 if it cannot be found. */
4039static int find_ext_mic_pin(struct hda_codec *codec)
4040{
4041 struct alc_spec *spec = codec->spec;
4042 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
4043 hda_nid_t nid;
4044 unsigned int defcfg;
4045 int i;
4046
4047 for (i = 0; i < cfg->num_inputs; i++) {
4048 if (cfg->inputs[i].type != AUTO_PIN_MIC)
4049 continue;
4050 nid = cfg->inputs[i].pin;
4051 defcfg = snd_hda_codec_get_pincfg(codec, nid);
4052 if (snd_hda_get_input_pin_attr(defcfg) == INPUT_PIN_ATTR_INT)
4053 continue;
4054 return nid;
4055 }
4056
4057 return 0;
4058}
4059
Dylan Reid08a978d2012-11-18 22:56:40 -08004060static void alc271_hp_gate_mic_jack(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01004061 const struct hda_fixup *fix,
Dylan Reid08a978d2012-11-18 22:56:40 -08004062 int action)
4063{
4064 struct alc_spec *spec = codec->spec;
4065
Takashi Iwai0db75792013-01-23 13:57:20 +01004066 if (action == HDA_FIXUP_ACT_PROBE) {
Chih-Chung Changbde7bc62013-08-05 16:38:42 +08004067 int mic_pin = find_ext_mic_pin(codec);
4068 int hp_pin = spec->gen.autocfg.hp_pins[0];
4069
4070 if (snd_BUG_ON(!mic_pin || !hp_pin))
Takashi Iwai0db75792013-01-23 13:57:20 +01004071 return;
Chih-Chung Changbde7bc62013-08-05 16:38:42 +08004072 snd_hda_jack_set_gating_jack(codec, mic_pin, hp_pin);
Takashi Iwai0db75792013-01-23 13:57:20 +01004073 }
Dylan Reid08a978d2012-11-18 22:56:40 -08004074}
David Henningsson693b6132012-06-22 19:12:10 +02004075
David Henningsson3e0d6112013-04-22 14:30:14 +02004076static void alc269_fixup_limit_int_mic_boost(struct hda_codec *codec,
4077 const struct hda_fixup *fix,
4078 int action)
4079{
4080 struct alc_spec *spec = codec->spec;
4081 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
4082 int i;
4083
4084 /* The mic boosts on level 2 and 3 are too noisy
4085 on the internal mic input.
4086 Therefore limit the boost to 0 or 1. */
4087
4088 if (action != HDA_FIXUP_ACT_PROBE)
4089 return;
4090
4091 for (i = 0; i < cfg->num_inputs; i++) {
4092 hda_nid_t nid = cfg->inputs[i].pin;
4093 unsigned int defcfg;
4094 if (cfg->inputs[i].type != AUTO_PIN_MIC)
4095 continue;
4096 defcfg = snd_hda_codec_get_pincfg(codec, nid);
4097 if (snd_hda_get_input_pin_attr(defcfg) != INPUT_PIN_ATTR_INT)
4098 continue;
4099
4100 snd_hda_override_amp_caps(codec, nid, HDA_INPUT,
4101 (0x00 << AC_AMPCAP_OFFSET_SHIFT) |
4102 (0x01 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4103 (0x2f << AC_AMPCAP_STEP_SIZE_SHIFT) |
4104 (0 << AC_AMPCAP_MUTE_SHIFT));
4105 }
4106}
4107
Kailang Yangcd217a62013-08-22 10:15:24 +02004108static void alc283_hp_automute_hook(struct hda_codec *codec,
4109 struct hda_jack_tbl *jack)
4110{
4111 struct alc_spec *spec = codec->spec;
4112 int vref;
4113
4114 msleep(200);
4115 snd_hda_gen_hp_automute(codec, jack);
4116
4117 vref = spec->gen.hp_jack_present ? PIN_VREF80 : 0;
4118
4119 msleep(600);
4120 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
4121 vref);
4122}
4123
Kailang Yangcd217a62013-08-22 10:15:24 +02004124static void alc283_fixup_chromebook(struct hda_codec *codec,
4125 const struct hda_fixup *fix, int action)
4126{
4127 struct alc_spec *spec = codec->spec;
4128 int val;
4129
4130 switch (action) {
4131 case HDA_FIXUP_ACT_PRE_PROBE:
Kailang Yang0202e992013-12-02 15:20:15 +08004132 snd_hda_override_wcaps(codec, 0x03, 0);
Takashi Iwaid2e92702013-10-30 07:50:53 +01004133 /* Disable AA-loopback as it causes white noise */
4134 spec->gen.mixer_nid = 0;
Kailang Yang38070212013-11-01 15:57:35 +08004135 break;
4136 case HDA_FIXUP_ACT_INIT:
Kailang Yangde9481c2014-04-07 16:41:52 +08004137 /* MIC2-VREF control */
4138 /* Set to manual mode */
4139 val = alc_read_coef_idx(codec, 0x06);
4140 alc_write_coef_idx(codec, 0x06, val & ~0x000c);
Kailang Yang0202e992013-12-02 15:20:15 +08004141 /* Enable Line1 input control by verb */
4142 val = alc_read_coef_idx(codec, 0x1a);
4143 alc_write_coef_idx(codec, 0x1a, val | (1 << 4));
4144 break;
4145 }
4146}
4147
4148static void alc283_fixup_sense_combo_jack(struct hda_codec *codec,
4149 const struct hda_fixup *fix, int action)
4150{
4151 struct alc_spec *spec = codec->spec;
4152 int val;
4153
4154 switch (action) {
4155 case HDA_FIXUP_ACT_PRE_PROBE:
Kailang Yangcd217a62013-08-22 10:15:24 +02004156 spec->gen.hp_automute_hook = alc283_hp_automute_hook;
4157 break;
4158 case HDA_FIXUP_ACT_INIT:
4159 /* MIC2-VREF control */
4160 /* Set to manual mode */
Kailang Yang068fd3a2013-09-27 14:02:28 +02004161 val = alc_read_coef_idx(codec, 0x06);
4162 alc_write_coef_idx(codec, 0x06, val & ~0x000c);
Kailang Yangcd217a62013-08-22 10:15:24 +02004163 break;
4164 }
4165}
4166
Takashi Iwai7bba2152013-09-06 15:45:38 +02004167/* mute tablet speaker pin (0x14) via dock plugging in addition */
4168static void asus_tx300_automute(struct hda_codec *codec)
4169{
4170 struct alc_spec *spec = codec->spec;
4171 snd_hda_gen_update_outputs(codec);
4172 if (snd_hda_jack_detect(codec, 0x1b))
4173 spec->gen.mute_bits |= (1ULL << 0x14);
4174}
4175
4176static void alc282_fixup_asus_tx300(struct hda_codec *codec,
4177 const struct hda_fixup *fix, int action)
4178{
4179 struct alc_spec *spec = codec->spec;
4180 /* TX300 needs to set up GPIO2 for the speaker amp */
4181 static const struct hda_verb gpio2_verbs[] = {
4182 { 0x01, AC_VERB_SET_GPIO_MASK, 0x04 },
4183 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04 },
4184 { 0x01, AC_VERB_SET_GPIO_DATA, 0x04 },
4185 {}
4186 };
4187 static const struct hda_pintbl dock_pins[] = {
4188 { 0x1b, 0x21114000 }, /* dock speaker pin */
4189 {}
4190 };
4191 struct snd_kcontrol *kctl;
4192
4193 switch (action) {
4194 case HDA_FIXUP_ACT_PRE_PROBE:
4195 snd_hda_add_verbs(codec, gpio2_verbs);
4196 snd_hda_apply_pincfgs(codec, dock_pins);
4197 spec->gen.auto_mute_via_amp = 1;
4198 spec->gen.automute_hook = asus_tx300_automute;
4199 snd_hda_jack_detect_enable_callback(codec, 0x1b,
4200 HDA_GEN_HP_EVENT,
4201 snd_hda_gen_hp_automute);
4202 break;
4203 case HDA_FIXUP_ACT_BUILD:
4204 /* this is a bit tricky; give more sane names for the main
4205 * (tablet) speaker and the dock speaker, respectively
4206 */
4207 kctl = snd_hda_find_mixer_ctl(codec, "Speaker Playback Switch");
4208 if (kctl)
4209 strcpy(kctl->id.name, "Dock Speaker Playback Switch");
4210 kctl = snd_hda_find_mixer_ctl(codec, "Bass Speaker Playback Switch");
4211 if (kctl)
4212 strcpy(kctl->id.name, "Speaker Playback Switch");
4213 break;
4214 }
4215}
4216
David Henningsson338cae52013-10-07 10:39:59 +02004217static void alc290_fixup_mono_speakers(struct hda_codec *codec,
4218 const struct hda_fixup *fix, int action)
4219{
David Henningsson0f4881d2013-12-20 16:08:13 +01004220 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4221 /* DAC node 0x03 is giving mono output. We therefore want to
4222 make sure 0x14 (front speaker) and 0x15 (headphones) use the
4223 stereo DAC, while leaving 0x17 (bass speaker) for node 0x03. */
4224 hda_nid_t conn1[2] = { 0x0c };
4225 snd_hda_override_conn_list(codec, 0x14, 1, conn1);
4226 snd_hda_override_conn_list(codec, 0x15, 1, conn1);
4227 }
David Henningsson338cae52013-10-07 10:39:59 +02004228}
4229
Takashi Iwaib317b032014-01-08 11:44:21 +01004230/* for hda_fixup_thinkpad_acpi() */
4231#include "thinkpad_helper.c"
David Henningssonb67ae3f2013-11-05 13:11:37 +01004232
Takashi Iwai1d045db2011-07-07 18:23:21 +02004233enum {
4234 ALC269_FIXUP_SONY_VAIO,
4235 ALC275_FIXUP_SONY_VAIO_GPIO2,
4236 ALC269_FIXUP_DELL_M101Z,
4237 ALC269_FIXUP_SKU_IGNORE,
4238 ALC269_FIXUP_ASUS_G73JW,
4239 ALC269_FIXUP_LENOVO_EAPD,
4240 ALC275_FIXUP_SONY_HWEQ,
Takashi Iwaie9bd7d52014-05-21 11:06:49 +02004241 ALC275_FIXUP_SONY_DISABLE_AAMIX,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004242 ALC271_FIXUP_DMIC,
Takashi Iwai017f2a12011-07-09 14:42:25 +02004243 ALC269_FIXUP_PCM_44K,
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02004244 ALC269_FIXUP_STEREO_DMIC,
David Henningsson7c478f02013-10-11 10:18:46 +02004245 ALC269_FIXUP_HEADSET_MIC,
Takashi Iwai24519912011-08-16 15:08:49 +02004246 ALC269_FIXUP_QUANTA_MUTE,
4247 ALC269_FIXUP_LIFEBOOK,
Takashi Iwaia4297b52011-08-23 18:40:12 +02004248 ALC269_FIXUP_AMIC,
4249 ALC269_FIXUP_DMIC,
4250 ALC269VB_FIXUP_AMIC,
4251 ALC269VB_FIXUP_DMIC,
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004252 ALC269_FIXUP_HP_MUTE_LED,
David Henningssond06ac142013-02-18 11:41:55 +01004253 ALC269_FIXUP_HP_MUTE_LED_MIC1,
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004254 ALC269_FIXUP_HP_MUTE_LED_MIC2,
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01004255 ALC269_FIXUP_HP_GPIO_LED,
David Henningsson693b6132012-06-22 19:12:10 +02004256 ALC269_FIXUP_INV_DMIC,
David Henningsson108cc102012-07-20 10:37:25 +02004257 ALC269_FIXUP_LENOVO_DOCK,
Takashi Iwai9b745ab2014-03-07 08:37:19 +01004258 ALC269_FIXUP_NO_SHUTUP,
David Henningsson88cfcf82013-10-11 10:18:45 +02004259 ALC286_FIXUP_SONY_MIC_NO_PRESENCE,
David Henningsson108cc102012-07-20 10:37:25 +02004260 ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT,
David Henningsson73bdd592013-04-15 15:44:14 +02004261 ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
4262 ALC269_FIXUP_DELL2_MIC_NO_PRESENCE,
David Henningsson338cae52013-10-07 10:39:59 +02004263 ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
David Henningsson73bdd592013-04-15 15:44:14 +02004264 ALC269_FIXUP_HEADSET_MODE,
4265 ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC,
David Henningssond240d1d2013-04-15 12:50:02 +02004266 ALC269_FIXUP_ASUS_X101_FUNC,
4267 ALC269_FIXUP_ASUS_X101_VERB,
4268 ALC269_FIXUP_ASUS_X101,
Dylan Reid08a978d2012-11-18 22:56:40 -08004269 ALC271_FIXUP_AMIC_MIC2,
4270 ALC271_FIXUP_HP_GATE_MIC_JACK,
Oleksij Rempelb1e89722013-12-04 20:50:53 +01004271 ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572,
Dylan Reid42397002013-04-05 14:58:22 -07004272 ALC269_FIXUP_ACER_AC700,
David Henningsson3e0d6112013-04-22 14:30:14 +02004273 ALC269_FIXUP_LIMIT_INT_MIC_BOOST,
Oleksij Rempel2cede302013-11-27 17:12:03 +01004274 ALC269VB_FIXUP_ASUS_ZENBOOK,
Takashi Iwai23870832013-11-29 14:13:12 +01004275 ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A,
David Henningsson8e35cd42013-11-06 11:20:01 +01004276 ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED,
Anisse Astier02b504d2013-06-03 11:53:10 +02004277 ALC269VB_FIXUP_ORDISSIMO_EVE2,
Kailang Yangcd217a62013-08-22 10:15:24 +02004278 ALC283_FIXUP_CHROME_BOOK,
Kailang Yang0202e992013-12-02 15:20:15 +08004279 ALC283_FIXUP_SENSE_COMBO_JACK,
Takashi Iwai7bba2152013-09-06 15:45:38 +02004280 ALC282_FIXUP_ASUS_TX300,
Kailang Yang1bb3e062013-09-27 13:10:25 +02004281 ALC283_FIXUP_INT_MIC,
David Henningsson338cae52013-10-07 10:39:59 +02004282 ALC290_FIXUP_MONO_SPEAKERS,
David Henningsson0f4881d2013-12-20 16:08:13 +01004283 ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
4284 ALC290_FIXUP_SUBWOOFER,
4285 ALC290_FIXUP_SUBWOOFER_HSJACK,
David Henningssonb67ae3f2013-11-05 13:11:37 +01004286 ALC269_FIXUP_THINKPAD_ACPI,
Kailang Yang9a22a8f2013-11-08 15:54:49 +08004287 ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
Kailang Yang31278992014-03-03 15:27:22 +08004288 ALC255_FIXUP_DELL2_MIC_NO_PRESENCE,
Kailang Yang9a22a8f2013-11-08 15:54:49 +08004289 ALC255_FIXUP_HEADSET_MODE,
Kailang Yang31278992014-03-03 15:27:22 +08004290 ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC,
Kailang Yanga22aa262014-04-23 17:34:28 +08004291 ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
Takashi Iwai1c37c222014-05-06 17:34:42 +02004292 ALC292_FIXUP_TPT440_DOCK,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004293};
4294
Takashi Iwai1727a772013-01-10 09:52:52 +01004295static const struct hda_fixup alc269_fixups[] = {
Takashi Iwai1d045db2011-07-07 18:23:21 +02004296 [ALC269_FIXUP_SONY_VAIO] = {
Takashi Iwaifd108212013-01-10 10:18:14 +01004297 .type = HDA_FIXUP_PINCTLS,
4298 .v.pins = (const struct hda_pintbl[]) {
4299 {0x19, PIN_VREFGRD},
Takashi Iwai1d045db2011-07-07 18:23:21 +02004300 {}
4301 }
4302 },
4303 [ALC275_FIXUP_SONY_VAIO_GPIO2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004304 .type = HDA_FIXUP_VERBS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004305 .v.verbs = (const struct hda_verb[]) {
4306 {0x01, AC_VERB_SET_GPIO_MASK, 0x04},
4307 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04},
4308 {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
4309 { }
4310 },
4311 .chained = true,
4312 .chain_id = ALC269_FIXUP_SONY_VAIO
4313 },
4314 [ALC269_FIXUP_DELL_M101Z] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004315 .type = HDA_FIXUP_VERBS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004316 .v.verbs = (const struct hda_verb[]) {
4317 /* Enables internal speaker */
4318 {0x20, AC_VERB_SET_COEF_INDEX, 13},
4319 {0x20, AC_VERB_SET_PROC_COEF, 0x4040},
4320 {}
4321 }
4322 },
4323 [ALC269_FIXUP_SKU_IGNORE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004324 .type = HDA_FIXUP_FUNC,
Takashi Iwai23d30f22012-05-07 17:17:32 +02004325 .v.func = alc_fixup_sku_ignore,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004326 },
4327 [ALC269_FIXUP_ASUS_G73JW] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004328 .type = HDA_FIXUP_PINS,
4329 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02004330 { 0x17, 0x99130111 }, /* subwoofer */
4331 { }
4332 }
4333 },
4334 [ALC269_FIXUP_LENOVO_EAPD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004335 .type = HDA_FIXUP_VERBS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004336 .v.verbs = (const struct hda_verb[]) {
4337 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
4338 {}
4339 }
4340 },
4341 [ALC275_FIXUP_SONY_HWEQ] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004342 .type = HDA_FIXUP_FUNC,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004343 .v.func = alc269_fixup_hweq,
4344 .chained = true,
4345 .chain_id = ALC275_FIXUP_SONY_VAIO_GPIO2
4346 },
Takashi Iwaie9bd7d52014-05-21 11:06:49 +02004347 [ALC275_FIXUP_SONY_DISABLE_AAMIX] = {
4348 .type = HDA_FIXUP_FUNC,
4349 .v.func = alc_fixup_disable_aamix,
4350 .chained = true,
4351 .chain_id = ALC269_FIXUP_SONY_VAIO
4352 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02004353 [ALC271_FIXUP_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004354 .type = HDA_FIXUP_FUNC,
Takashi Iwai1d045db2011-07-07 18:23:21 +02004355 .v.func = alc271_fixup_dmic,
4356 },
Takashi Iwai017f2a12011-07-09 14:42:25 +02004357 [ALC269_FIXUP_PCM_44K] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004358 .type = HDA_FIXUP_FUNC,
Takashi Iwai017f2a12011-07-09 14:42:25 +02004359 .v.func = alc269_fixup_pcm_44k,
David Henningsson012e7eb2012-08-08 08:43:37 +02004360 .chained = true,
4361 .chain_id = ALC269_FIXUP_QUANTA_MUTE
Takashi Iwai017f2a12011-07-09 14:42:25 +02004362 },
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02004363 [ALC269_FIXUP_STEREO_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004364 .type = HDA_FIXUP_FUNC,
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02004365 .v.func = alc269_fixup_stereo_dmic,
4366 },
David Henningsson7c478f02013-10-11 10:18:46 +02004367 [ALC269_FIXUP_HEADSET_MIC] = {
4368 .type = HDA_FIXUP_FUNC,
4369 .v.func = alc269_fixup_headset_mic,
4370 },
Takashi Iwai24519912011-08-16 15:08:49 +02004371 [ALC269_FIXUP_QUANTA_MUTE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004372 .type = HDA_FIXUP_FUNC,
Takashi Iwai24519912011-08-16 15:08:49 +02004373 .v.func = alc269_fixup_quanta_mute,
4374 },
4375 [ALC269_FIXUP_LIFEBOOK] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004376 .type = HDA_FIXUP_PINS,
4377 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai24519912011-08-16 15:08:49 +02004378 { 0x1a, 0x2101103f }, /* dock line-out */
4379 { 0x1b, 0x23a11040 }, /* dock mic-in */
4380 { }
4381 },
4382 .chained = true,
4383 .chain_id = ALC269_FIXUP_QUANTA_MUTE
4384 },
Takashi Iwaia4297b52011-08-23 18:40:12 +02004385 [ALC269_FIXUP_AMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004386 .type = HDA_FIXUP_PINS,
4387 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaia4297b52011-08-23 18:40:12 +02004388 { 0x14, 0x99130110 }, /* speaker */
4389 { 0x15, 0x0121401f }, /* HP out */
4390 { 0x18, 0x01a19c20 }, /* mic */
4391 { 0x19, 0x99a3092f }, /* int-mic */
4392 { }
4393 },
4394 },
4395 [ALC269_FIXUP_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004396 .type = HDA_FIXUP_PINS,
4397 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaia4297b52011-08-23 18:40:12 +02004398 { 0x12, 0x99a3092f }, /* int-mic */
4399 { 0x14, 0x99130110 }, /* speaker */
4400 { 0x15, 0x0121401f }, /* HP out */
4401 { 0x18, 0x01a19c20 }, /* mic */
4402 { }
4403 },
4404 },
4405 [ALC269VB_FIXUP_AMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004406 .type = HDA_FIXUP_PINS,
4407 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaia4297b52011-08-23 18:40:12 +02004408 { 0x14, 0x99130110 }, /* speaker */
4409 { 0x18, 0x01a19c20 }, /* mic */
4410 { 0x19, 0x99a3092f }, /* int-mic */
4411 { 0x21, 0x0121401f }, /* HP out */
4412 { }
4413 },
4414 },
David Henningsson2267ea92012-01-03 08:45:56 +01004415 [ALC269VB_FIXUP_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004416 .type = HDA_FIXUP_PINS,
4417 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaia4297b52011-08-23 18:40:12 +02004418 { 0x12, 0x99a3092f }, /* int-mic */
4419 { 0x14, 0x99130110 }, /* speaker */
4420 { 0x18, 0x01a19c20 }, /* mic */
4421 { 0x21, 0x0121401f }, /* HP out */
4422 { }
4423 },
4424 },
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004425 [ALC269_FIXUP_HP_MUTE_LED] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004426 .type = HDA_FIXUP_FUNC,
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004427 .v.func = alc269_fixup_hp_mute_led,
David Henningsson6d3cd5d2013-01-07 12:03:47 +01004428 },
David Henningssond06ac142013-02-18 11:41:55 +01004429 [ALC269_FIXUP_HP_MUTE_LED_MIC1] = {
4430 .type = HDA_FIXUP_FUNC,
4431 .v.func = alc269_fixup_hp_mute_led_mic1,
4432 },
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004433 [ALC269_FIXUP_HP_MUTE_LED_MIC2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004434 .type = HDA_FIXUP_FUNC,
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004435 .v.func = alc269_fixup_hp_mute_led_mic2,
Takashi Iwai420b0fe2012-03-12 12:35:27 +01004436 },
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01004437 [ALC269_FIXUP_HP_GPIO_LED] = {
4438 .type = HDA_FIXUP_FUNC,
4439 .v.func = alc269_fixup_hp_gpio_led,
4440 },
David Henningsson693b6132012-06-22 19:12:10 +02004441 [ALC269_FIXUP_INV_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004442 .type = HDA_FIXUP_FUNC,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02004443 .v.func = alc_fixup_inv_dmic_0x12,
David Henningsson693b6132012-06-22 19:12:10 +02004444 },
Takashi Iwai9b745ab2014-03-07 08:37:19 +01004445 [ALC269_FIXUP_NO_SHUTUP] = {
4446 .type = HDA_FIXUP_FUNC,
4447 .v.func = alc_fixup_no_shutup,
4448 },
David Henningsson108cc102012-07-20 10:37:25 +02004449 [ALC269_FIXUP_LENOVO_DOCK] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004450 .type = HDA_FIXUP_PINS,
4451 .v.pins = (const struct hda_pintbl[]) {
David Henningsson108cc102012-07-20 10:37:25 +02004452 { 0x19, 0x23a11040 }, /* dock mic */
4453 { 0x1b, 0x2121103f }, /* dock headphone */
4454 { }
4455 },
4456 .chained = true,
4457 .chain_id = ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT
4458 },
4459 [ALC269_FIXUP_PINCFG_NO_HP_TO_LINEOUT] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004460 .type = HDA_FIXUP_FUNC,
David Henningsson108cc102012-07-20 10:37:25 +02004461 .v.func = alc269_fixup_pincfg_no_hp_to_lineout,
David Henningsson52129002013-11-19 10:25:53 +01004462 .chained = true,
4463 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
David Henningsson108cc102012-07-20 10:37:25 +02004464 },
David Henningsson73bdd592013-04-15 15:44:14 +02004465 [ALC269_FIXUP_DELL1_MIC_NO_PRESENCE] = {
4466 .type = HDA_FIXUP_PINS,
4467 .v.pins = (const struct hda_pintbl[]) {
4468 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4469 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
4470 { }
4471 },
4472 .chained = true,
4473 .chain_id = ALC269_FIXUP_HEADSET_MODE
4474 },
4475 [ALC269_FIXUP_DELL2_MIC_NO_PRESENCE] = {
4476 .type = HDA_FIXUP_PINS,
4477 .v.pins = (const struct hda_pintbl[]) {
4478 { 0x16, 0x21014020 }, /* dock line out */
4479 { 0x19, 0x21a19030 }, /* dock mic */
4480 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4481 { }
4482 },
4483 .chained = true,
4484 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
4485 },
David Henningsson338cae52013-10-07 10:39:59 +02004486 [ALC269_FIXUP_DELL3_MIC_NO_PRESENCE] = {
4487 .type = HDA_FIXUP_PINS,
4488 .v.pins = (const struct hda_pintbl[]) {
4489 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4490 { }
4491 },
4492 .chained = true,
4493 .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
4494 },
David Henningsson73bdd592013-04-15 15:44:14 +02004495 [ALC269_FIXUP_HEADSET_MODE] = {
4496 .type = HDA_FIXUP_FUNC,
4497 .v.func = alc_fixup_headset_mode,
4498 },
4499 [ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
4500 .type = HDA_FIXUP_FUNC,
4501 .v.func = alc_fixup_headset_mode_no_hp_mic,
4502 },
David Henningsson88cfcf82013-10-11 10:18:45 +02004503 [ALC286_FIXUP_SONY_MIC_NO_PRESENCE] = {
4504 .type = HDA_FIXUP_PINS,
4505 .v.pins = (const struct hda_pintbl[]) {
4506 { 0x18, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4507 { }
4508 },
David Henningssonfbc78ad2013-10-11 13:46:04 +02004509 .chained = true,
4510 .chain_id = ALC269_FIXUP_HEADSET_MIC
David Henningsson88cfcf82013-10-11 10:18:45 +02004511 },
David Henningssond240d1d2013-04-15 12:50:02 +02004512 [ALC269_FIXUP_ASUS_X101_FUNC] = {
4513 .type = HDA_FIXUP_FUNC,
4514 .v.func = alc269_fixup_x101_headset_mic,
4515 },
4516 [ALC269_FIXUP_ASUS_X101_VERB] = {
4517 .type = HDA_FIXUP_VERBS,
4518 .v.verbs = (const struct hda_verb[]) {
4519 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
4520 {0x20, AC_VERB_SET_COEF_INDEX, 0x08},
4521 {0x20, AC_VERB_SET_PROC_COEF, 0x0310},
4522 { }
4523 },
4524 .chained = true,
4525 .chain_id = ALC269_FIXUP_ASUS_X101_FUNC
4526 },
4527 [ALC269_FIXUP_ASUS_X101] = {
4528 .type = HDA_FIXUP_PINS,
4529 .v.pins = (const struct hda_pintbl[]) {
4530 { 0x18, 0x04a1182c }, /* Headset mic */
4531 { }
4532 },
4533 .chained = true,
4534 .chain_id = ALC269_FIXUP_ASUS_X101_VERB
4535 },
Dylan Reid08a978d2012-11-18 22:56:40 -08004536 [ALC271_FIXUP_AMIC_MIC2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004537 .type = HDA_FIXUP_PINS,
4538 .v.pins = (const struct hda_pintbl[]) {
Dylan Reid08a978d2012-11-18 22:56:40 -08004539 { 0x14, 0x99130110 }, /* speaker */
4540 { 0x19, 0x01a19c20 }, /* mic */
4541 { 0x1b, 0x99a7012f }, /* int-mic */
4542 { 0x21, 0x0121401f }, /* HP out */
4543 { }
4544 },
4545 },
4546 [ALC271_FIXUP_HP_GATE_MIC_JACK] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01004547 .type = HDA_FIXUP_FUNC,
Dylan Reid08a978d2012-11-18 22:56:40 -08004548 .v.func = alc271_hp_gate_mic_jack,
4549 .chained = true,
4550 .chain_id = ALC271_FIXUP_AMIC_MIC2,
4551 },
Oleksij Rempelb1e89722013-12-04 20:50:53 +01004552 [ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572] = {
4553 .type = HDA_FIXUP_FUNC,
4554 .v.func = alc269_fixup_limit_int_mic_boost,
4555 .chained = true,
4556 .chain_id = ALC271_FIXUP_HP_GATE_MIC_JACK,
4557 },
Dylan Reid42397002013-04-05 14:58:22 -07004558 [ALC269_FIXUP_ACER_AC700] = {
4559 .type = HDA_FIXUP_PINS,
4560 .v.pins = (const struct hda_pintbl[]) {
4561 { 0x12, 0x99a3092f }, /* int-mic */
4562 { 0x14, 0x99130110 }, /* speaker */
4563 { 0x18, 0x03a11c20 }, /* mic */
4564 { 0x1e, 0x0346101e }, /* SPDIF1 */
4565 { 0x21, 0x0321101f }, /* HP out */
4566 { }
4567 },
4568 .chained = true,
4569 .chain_id = ALC271_FIXUP_DMIC,
4570 },
David Henningsson3e0d6112013-04-22 14:30:14 +02004571 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST] = {
4572 .type = HDA_FIXUP_FUNC,
4573 .v.func = alc269_fixup_limit_int_mic_boost,
David Henningsson27937692013-11-18 11:51:47 +01004574 .chained = true,
4575 .chain_id = ALC269_FIXUP_THINKPAD_ACPI,
David Henningsson3e0d6112013-04-22 14:30:14 +02004576 },
Oleksij Rempel2cede302013-11-27 17:12:03 +01004577 [ALC269VB_FIXUP_ASUS_ZENBOOK] = {
4578 .type = HDA_FIXUP_FUNC,
4579 .v.func = alc269_fixup_limit_int_mic_boost,
4580 .chained = true,
4581 .chain_id = ALC269VB_FIXUP_DMIC,
4582 },
Takashi Iwai23870832013-11-29 14:13:12 +01004583 [ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A] = {
4584 .type = HDA_FIXUP_VERBS,
4585 .v.verbs = (const struct hda_verb[]) {
4586 /* class-D output amp +5dB */
4587 { 0x20, AC_VERB_SET_COEF_INDEX, 0x12 },
4588 { 0x20, AC_VERB_SET_PROC_COEF, 0x2800 },
4589 {}
4590 },
4591 .chained = true,
4592 .chain_id = ALC269VB_FIXUP_ASUS_ZENBOOK,
4593 },
David Henningsson8e35cd42013-11-06 11:20:01 +01004594 [ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED] = {
4595 .type = HDA_FIXUP_FUNC,
4596 .v.func = alc269_fixup_limit_int_mic_boost,
4597 .chained = true,
4598 .chain_id = ALC269_FIXUP_HP_MUTE_LED_MIC1,
4599 },
Anisse Astier02b504d2013-06-03 11:53:10 +02004600 [ALC269VB_FIXUP_ORDISSIMO_EVE2] = {
4601 .type = HDA_FIXUP_PINS,
4602 .v.pins = (const struct hda_pintbl[]) {
4603 { 0x12, 0x99a3092f }, /* int-mic */
4604 { 0x18, 0x03a11d20 }, /* mic */
4605 { 0x19, 0x411111f0 }, /* Unused bogus pin */
4606 { }
4607 },
4608 },
Kailang Yangcd217a62013-08-22 10:15:24 +02004609 [ALC283_FIXUP_CHROME_BOOK] = {
4610 .type = HDA_FIXUP_FUNC,
4611 .v.func = alc283_fixup_chromebook,
4612 },
Kailang Yang0202e992013-12-02 15:20:15 +08004613 [ALC283_FIXUP_SENSE_COMBO_JACK] = {
4614 .type = HDA_FIXUP_FUNC,
4615 .v.func = alc283_fixup_sense_combo_jack,
4616 .chained = true,
4617 .chain_id = ALC283_FIXUP_CHROME_BOOK,
4618 },
Takashi Iwai7bba2152013-09-06 15:45:38 +02004619 [ALC282_FIXUP_ASUS_TX300] = {
4620 .type = HDA_FIXUP_FUNC,
4621 .v.func = alc282_fixup_asus_tx300,
4622 },
Kailang Yang1bb3e062013-09-27 13:10:25 +02004623 [ALC283_FIXUP_INT_MIC] = {
4624 .type = HDA_FIXUP_VERBS,
4625 .v.verbs = (const struct hda_verb[]) {
4626 {0x20, AC_VERB_SET_COEF_INDEX, 0x1a},
4627 {0x20, AC_VERB_SET_PROC_COEF, 0x0011},
4628 { }
4629 },
4630 .chained = true,
4631 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
4632 },
David Henningsson0f4881d2013-12-20 16:08:13 +01004633 [ALC290_FIXUP_SUBWOOFER_HSJACK] = {
4634 .type = HDA_FIXUP_PINS,
4635 .v.pins = (const struct hda_pintbl[]) {
4636 { 0x17, 0x90170112 }, /* subwoofer */
4637 { }
4638 },
4639 .chained = true,
4640 .chain_id = ALC290_FIXUP_MONO_SPEAKERS_HSJACK,
4641 },
4642 [ALC290_FIXUP_SUBWOOFER] = {
4643 .type = HDA_FIXUP_PINS,
4644 .v.pins = (const struct hda_pintbl[]) {
4645 { 0x17, 0x90170112 }, /* subwoofer */
4646 { }
4647 },
4648 .chained = true,
4649 .chain_id = ALC290_FIXUP_MONO_SPEAKERS,
4650 },
David Henningsson338cae52013-10-07 10:39:59 +02004651 [ALC290_FIXUP_MONO_SPEAKERS] = {
4652 .type = HDA_FIXUP_FUNC,
4653 .v.func = alc290_fixup_mono_speakers,
David Henningsson0f4881d2013-12-20 16:08:13 +01004654 },
4655 [ALC290_FIXUP_MONO_SPEAKERS_HSJACK] = {
4656 .type = HDA_FIXUP_FUNC,
4657 .v.func = alc290_fixup_mono_speakers,
David Henningsson338cae52013-10-07 10:39:59 +02004658 .chained = true,
4659 .chain_id = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
4660 },
David Henningssonb67ae3f2013-11-05 13:11:37 +01004661 [ALC269_FIXUP_THINKPAD_ACPI] = {
4662 .type = HDA_FIXUP_FUNC,
Takashi Iwaib317b032014-01-08 11:44:21 +01004663 .v.func = hda_fixup_thinkpad_acpi,
David Henningssonb67ae3f2013-11-05 13:11:37 +01004664 },
Kailang Yang9a22a8f2013-11-08 15:54:49 +08004665 [ALC255_FIXUP_DELL1_MIC_NO_PRESENCE] = {
4666 .type = HDA_FIXUP_PINS,
4667 .v.pins = (const struct hda_pintbl[]) {
4668 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4669 { 0x1a, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
4670 { }
4671 },
4672 .chained = true,
4673 .chain_id = ALC255_FIXUP_HEADSET_MODE
4674 },
Kailang Yang31278992014-03-03 15:27:22 +08004675 [ALC255_FIXUP_DELL2_MIC_NO_PRESENCE] = {
4676 .type = HDA_FIXUP_PINS,
4677 .v.pins = (const struct hda_pintbl[]) {
4678 { 0x19, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4679 { }
4680 },
4681 .chained = true,
4682 .chain_id = ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC
4683 },
Kailang Yang9a22a8f2013-11-08 15:54:49 +08004684 [ALC255_FIXUP_HEADSET_MODE] = {
4685 .type = HDA_FIXUP_FUNC,
4686 .v.func = alc_fixup_headset_mode_alc255,
4687 },
Kailang Yang31278992014-03-03 15:27:22 +08004688 [ALC255_FIXUP_HEADSET_MODE_NO_HP_MIC] = {
4689 .type = HDA_FIXUP_FUNC,
4690 .v.func = alc_fixup_headset_mode_alc255_no_hp_mic,
4691 },
Kailang Yanga22aa262014-04-23 17:34:28 +08004692 [ALC293_FIXUP_DELL1_MIC_NO_PRESENCE] = {
4693 .type = HDA_FIXUP_PINS,
4694 .v.pins = (const struct hda_pintbl[]) {
4695 { 0x18, 0x01a1913d }, /* use as headphone mic, without its own jack detect */
4696 { 0x1a, 0x01a1913c }, /* use as headset mic, without its own jack detect */
4697 { }
4698 },
4699 .chained = true,
4700 .chain_id = ALC269_FIXUP_HEADSET_MODE
4701 },
Takashi Iwai1c37c222014-05-06 17:34:42 +02004702 [ALC292_FIXUP_TPT440_DOCK] = {
4703 .type = HDA_FIXUP_PINS,
4704 .v.pins = (const struct hda_pintbl[]) {
4705 { 0x16, 0x21211010 }, /* dock headphone */
4706 { 0x19, 0x21a11010 }, /* dock mic */
4707 { }
4708 },
4709 .chained = true,
4710 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
4711 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02004712};
4713
4714static const struct snd_pci_quirk alc269_fixup_tbl[] = {
Marius Knausta6b92b62014-03-03 01:48:58 +01004715 SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371", ALC269_FIXUP_INV_DMIC),
David Henningsson693b6132012-06-22 19:12:10 +02004716 SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
4717 SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
David Henningssonaaedfb42013-08-16 14:09:02 +02004718 SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),
4719 SND_PCI_QUIRK(0x1025, 0x0740, "Acer AO725", ALC271_FIXUP_HP_GATE_MIC_JACK),
4720 SND_PCI_QUIRK(0x1025, 0x0742, "Acer AO756", ALC271_FIXUP_HP_GATE_MIC_JACK),
4721 SND_PCI_QUIRK_VENDOR(0x1025, "Acer Aspire", ALC271_FIXUP_DMIC),
Oleksij Rempelb1e89722013-12-04 20:50:53 +01004722 SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
David Henningssonaaedfb42013-08-16 14:09:02 +02004723 SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
David Henningsson73bdd592013-04-15 15:44:14 +02004724 SND_PCI_QUIRK(0x1028, 0x05bd, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
4725 SND_PCI_QUIRK(0x1028, 0x05be, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
4726 SND_PCI_QUIRK(0x1028, 0x05c4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4727 SND_PCI_QUIRK(0x1028, 0x05c5, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4728 SND_PCI_QUIRK(0x1028, 0x05c6, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4729 SND_PCI_QUIRK(0x1028, 0x05c7, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4730 SND_PCI_QUIRK(0x1028, 0x05c8, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4731 SND_PCI_QUIRK(0x1028, 0x05c9, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4732 SND_PCI_QUIRK(0x1028, 0x05ca, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
4733 SND_PCI_QUIRK(0x1028, 0x05cb, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
Kailang Yang05843c02013-07-01 11:27:16 +02004734 SND_PCI_QUIRK(0x1028, 0x05cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
4735 SND_PCI_QUIRK(0x1028, 0x05cd, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
David Henningsson0f4881d2013-12-20 16:08:13 +01004736 SND_PCI_QUIRK(0x1028, 0x05da, "Dell Vostro 5460", ALC290_FIXUP_SUBWOOFER),
David Henningsson436c4a02013-05-15 13:56:00 +02004737 SND_PCI_QUIRK(0x1028, 0x05de, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
David Henningssond81bf8c2013-06-11 11:06:48 +02004738 SND_PCI_QUIRK(0x1028, 0x05e0, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
David Henningsson73bdd592013-04-15 15:44:14 +02004739 SND_PCI_QUIRK(0x1028, 0x05e9, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4740 SND_PCI_QUIRK(0x1028, 0x05ea, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4741 SND_PCI_QUIRK(0x1028, 0x05eb, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4742 SND_PCI_QUIRK(0x1028, 0x05ec, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4743 SND_PCI_QUIRK(0x1028, 0x05ed, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4744 SND_PCI_QUIRK(0x1028, 0x05ee, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4745 SND_PCI_QUIRK(0x1028, 0x05f3, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4746 SND_PCI_QUIRK(0x1028, 0x05f4, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4747 SND_PCI_QUIRK(0x1028, 0x05f5, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4748 SND_PCI_QUIRK(0x1028, 0x05f6, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningsson3ee21022013-05-31 10:41:04 +02004749 SND_PCI_QUIRK(0x1028, 0x05f8, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningssoncd6fb672013-06-28 11:09:56 +02004750 SND_PCI_QUIRK(0x1028, 0x05f9, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4751 SND_PCI_QUIRK(0x1028, 0x05fb, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningssond81bf8c2013-06-11 11:06:48 +02004752 SND_PCI_QUIRK(0x1028, 0x0606, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
4753 SND_PCI_QUIRK(0x1028, 0x0608, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningsson3ee21022013-05-31 10:41:04 +02004754 SND_PCI_QUIRK(0x1028, 0x0609, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningsson6c29d682013-06-28 08:53:34 +02004755 SND_PCI_QUIRK(0x1028, 0x0613, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningssonb8362e72013-11-21 14:12:59 +01004756 SND_PCI_QUIRK(0x1028, 0x0614, "Dell Inspiron 3135", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE),
David Henningsson0f4881d2013-12-20 16:08:13 +01004757 SND_PCI_QUIRK(0x1028, 0x0615, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
4758 SND_PCI_QUIRK(0x1028, 0x0616, "Dell Vostro 5470", ALC290_FIXUP_SUBWOOFER_HSJACK),
David Henningsson0f4881d2013-12-20 16:08:13 +01004759 SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK),
Kailang Yang9a22a8f2013-11-08 15:54:49 +08004760 SND_PCI_QUIRK(0x1028, 0x063f, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE),
Kailang Yanga22aa262014-04-23 17:34:28 +08004761 SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
4762 SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
Kailang Yang31278992014-03-03 15:27:22 +08004763 SND_PCI_QUIRK(0x1028, 0x0668, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE),
4764 SND_PCI_QUIRK(0x1028, 0x0669, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE),
Hui Wanga1f3b5f2014-05-09 11:12:58 +08004765 SND_PCI_QUIRK(0x1028, 0x0684, "Dell", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
Kailang Yang05843c02013-07-01 11:27:16 +02004766 SND_PCI_QUIRK(0x1028, 0x15cc, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
4767 SND_PCI_QUIRK(0x1028, 0x15cd, "Dell X5 Precision", ALC269_FIXUP_DELL2_MIC_NO_PRESENCE),
Kailang Yanga22aa262014-04-23 17:34:28 +08004768 SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
4769 SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004770 SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01004771 SND_PCI_QUIRK(0x103c, 0x18e6, "HP", ALC269_FIXUP_HP_GPIO_LED),
David Henningssond06ac142013-02-18 11:41:55 +01004772 SND_PCI_QUIRK(0x103c, 0x1973, "HP Pavilion", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4773 SND_PCI_QUIRK(0x103c, 0x1983, "HP Pavilion", ALC269_FIXUP_HP_MUTE_LED_MIC1),
David Henningsson8e35cd42013-11-06 11:20:01 +01004774 SND_PCI_QUIRK(0x103c, 0x218b, "HP", ALC269_FIXUP_LIMIT_INT_MIC_BOOST_MUTE_LED),
Kailang Yangc60666b2014-02-21 16:23:35 +08004775 /* ALC282 */
4776 SND_PCI_QUIRK(0x103c, 0x220f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4777 SND_PCI_QUIRK(0x103c, 0x2213, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4778 SND_PCI_QUIRK(0x103c, 0x2266, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4779 SND_PCI_QUIRK(0x103c, 0x2267, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4780 SND_PCI_QUIRK(0x103c, 0x2268, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4781 SND_PCI_QUIRK(0x103c, 0x2269, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4782 SND_PCI_QUIRK(0x103c, 0x226a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4783 SND_PCI_QUIRK(0x103c, 0x226b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4784 SND_PCI_QUIRK(0x103c, 0x227a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4785 SND_PCI_QUIRK(0x103c, 0x227b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4786 SND_PCI_QUIRK(0x103c, 0x229e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4787 SND_PCI_QUIRK(0x103c, 0x22a0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4788 SND_PCI_QUIRK(0x103c, 0x22b2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4789 SND_PCI_QUIRK(0x103c, 0x22b7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4790 SND_PCI_QUIRK(0x103c, 0x22bf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4791 SND_PCI_QUIRK(0x103c, 0x22c0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4792 SND_PCI_QUIRK(0x103c, 0x22c1, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4793 SND_PCI_QUIRK(0x103c, 0x22c2, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4794 SND_PCI_QUIRK(0x103c, 0x22cd, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4795 SND_PCI_QUIRK(0x103c, 0x22ce, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4796 SND_PCI_QUIRK(0x103c, 0x22cf, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4797 SND_PCI_QUIRK(0x103c, 0x22d0, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4798 /* ALC290 */
4799 SND_PCI_QUIRK(0x103c, 0x2260, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4800 SND_PCI_QUIRK(0x103c, 0x2261, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4801 SND_PCI_QUIRK(0x103c, 0x2262, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4802 SND_PCI_QUIRK(0x103c, 0x2263, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4803 SND_PCI_QUIRK(0x103c, 0x2264, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4804 SND_PCI_QUIRK(0x103c, 0x2265, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4805 SND_PCI_QUIRK(0x103c, 0x227d, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4806 SND_PCI_QUIRK(0x103c, 0x227e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4807 SND_PCI_QUIRK(0x103c, 0x227f, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4808 SND_PCI_QUIRK(0x103c, 0x2280, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4809 SND_PCI_QUIRK(0x103c, 0x2281, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4810 SND_PCI_QUIRK(0x103c, 0x2282, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4811 SND_PCI_QUIRK(0x103c, 0x2289, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4812 SND_PCI_QUIRK(0x103c, 0x228a, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4813 SND_PCI_QUIRK(0x103c, 0x228b, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4814 SND_PCI_QUIRK(0x103c, 0x228c, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
Kailang Yangfce0a0c2014-02-26 15:23:19 +08004815 SND_PCI_QUIRK(0x103c, 0x228d, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
Kailang Yangc60666b2014-02-21 16:23:35 +08004816 SND_PCI_QUIRK(0x103c, 0x228e, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4817 SND_PCI_QUIRK(0x103c, 0x22c5, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4818 SND_PCI_QUIRK(0x103c, 0x22c6, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4819 SND_PCI_QUIRK(0x103c, 0x22c7, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4820 SND_PCI_QUIRK(0x103c, 0x22c8, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4821 SND_PCI_QUIRK(0x103c, 0x22c3, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
4822 SND_PCI_QUIRK(0x103c, 0x22c4, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC1),
Takashi Iwai08fb0d02013-01-10 17:33:58 +01004823 SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED),
Takashi Iwai7bba2152013-09-06 15:45:38 +02004824 SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
David Henningsson3e0d6112013-04-22 14:30:14 +02004825 SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
4826 SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
Oleksij Rempel2cede302013-11-27 17:12:03 +01004827 SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
Takashi Iwai23870832013-11-29 14:13:12 +01004828 SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
David Henningsson3e0d6112013-04-22 14:30:14 +02004829 SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
Takashi Iwai017f2a12011-07-09 14:42:25 +02004830 SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
David Henningsson693b6132012-06-22 19:12:10 +02004831 SND_PCI_QUIRK(0x1043, 0x1b13, "Asus U41SV", ALC269_FIXUP_INV_DMIC),
David Henningsson3e0d6112013-04-22 14:30:14 +02004832 SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
Takashi Iwaiadabb3e2011-08-03 07:48:37 +02004833 SND_PCI_QUIRK(0x1043, 0x831a, "ASUS P901", ALC269_FIXUP_STEREO_DMIC),
4834 SND_PCI_QUIRK(0x1043, 0x834a, "ASUS S101", ALC269_FIXUP_STEREO_DMIC),
4835 SND_PCI_QUIRK(0x1043, 0x8398, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
4836 SND_PCI_QUIRK(0x1043, 0x83ce, "ASUS P1005", ALC269_FIXUP_STEREO_DMIC),
David Henningssond240d1d2013-04-15 12:50:02 +02004837 SND_PCI_QUIRK(0x1043, 0x8516, "ASUS X101CH", ALC269_FIXUP_ASUS_X101),
Takashi Iwaif88abaa2014-02-07 12:07:59 +01004838 SND_PCI_QUIRK(0x104d, 0x90b5, "Sony VAIO Pro 11", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
David Henningsson88cfcf82013-10-11 10:18:45 +02004839 SND_PCI_QUIRK(0x104d, 0x90b6, "Sony VAIO Pro 13", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
Takashi Iwai1d045db2011-07-07 18:23:21 +02004840 SND_PCI_QUIRK(0x104d, 0x9073, "Sony VAIO", ALC275_FIXUP_SONY_VAIO_GPIO2),
4841 SND_PCI_QUIRK(0x104d, 0x907b, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
4842 SND_PCI_QUIRK(0x104d, 0x9084, "Sony VAIO", ALC275_FIXUP_SONY_HWEQ),
Takashi Iwaie9bd7d52014-05-21 11:06:49 +02004843 SND_PCI_QUIRK(0x104d, 0x9099, "Sony VAIO S13", ALC275_FIXUP_SONY_DISABLE_AAMIX),
Takashi Iwai1d045db2011-07-07 18:23:21 +02004844 SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO),
Takashi Iwai24519912011-08-16 15:08:49 +02004845 SND_PCI_QUIRK(0x10cf, 0x1475, "Lifebook", ALC269_FIXUP_LIFEBOOK),
Takashi Iwai1d045db2011-07-07 18:23:21 +02004846 SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),
4847 SND_PCI_QUIRK(0x17aa, 0x215e, "Thinkpad L512", ALC269_FIXUP_SKU_IGNORE),
4848 SND_PCI_QUIRK(0x17aa, 0x21b8, "Thinkpad Edge 14", ALC269_FIXUP_SKU_IGNORE),
4849 SND_PCI_QUIRK(0x17aa, 0x21ca, "Thinkpad L412", ALC269_FIXUP_SKU_IGNORE),
4850 SND_PCI_QUIRK(0x17aa, 0x21e9, "Thinkpad Edge 15", ALC269_FIXUP_SKU_IGNORE),
Takashi Iwai707fba32012-08-02 09:04:39 +02004851 SND_PCI_QUIRK(0x17aa, 0x21f6, "Thinkpad T530", ALC269_FIXUP_LENOVO_DOCK),
Felix Kaechelec8415a42012-08-06 23:02:01 +02004852 SND_PCI_QUIRK(0x17aa, 0x21fa, "Thinkpad X230", ALC269_FIXUP_LENOVO_DOCK),
Stefán Freyr84f98fd2012-10-19 22:46:00 +02004853 SND_PCI_QUIRK(0x17aa, 0x21f3, "Thinkpad T430", ALC269_FIXUP_LENOVO_DOCK),
Philipp A. Mohrenweiser4407be62012-08-06 13:14:18 +02004854 SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK),
David Henningsson108cc102012-07-20 10:37:25 +02004855 SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK),
David Henningssonaaedfb42013-08-16 14:09:02 +02004856 SND_PCI_QUIRK(0x17aa, 0x2208, "Thinkpad T431s", ALC269_FIXUP_LENOVO_DOCK),
Takashi Iwai1c37c222014-05-06 17:34:42 +02004857 SND_PCI_QUIRK(0x17aa, 0x220c, "Thinkpad T440s", ALC292_FIXUP_TPT440_DOCK),
4858 SND_PCI_QUIRK(0x17aa, 0x220e, "Thinkpad T440p", ALC292_FIXUP_TPT440_DOCK),
David Henningssoncd5302c2013-08-19 12:22:33 +02004859 SND_PCI_QUIRK(0x17aa, 0x2212, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
David Henningsson27937692013-11-18 11:51:47 +01004860 SND_PCI_QUIRK(0x17aa, 0x2214, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
David Henningssona4a9e082013-08-16 14:09:01 +02004861 SND_PCI_QUIRK(0x17aa, 0x2215, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
Takashi Iwai9b745ab2014-03-07 08:37:19 +01004862 SND_PCI_QUIRK(0x17aa, 0x3978, "IdeaPad Y410P", ALC269_FIXUP_NO_SHUTUP),
David Henningssona4a9e082013-08-16 14:09:01 +02004863 SND_PCI_QUIRK(0x17aa, 0x5013, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
Kailang Yang1bb3e062013-09-27 13:10:25 +02004864 SND_PCI_QUIRK(0x17aa, 0x501a, "Thinkpad", ALC283_FIXUP_INT_MIC),
David Henningssoncd5302c2013-08-19 12:22:33 +02004865 SND_PCI_QUIRK(0x17aa, 0x5026, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
4866 SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
David Henningsson012e7eb2012-08-08 08:43:37 +02004867 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),
Takashi Iwai1d045db2011-07-07 18:23:21 +02004868 SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
David Henningsson27937692013-11-18 11:51:47 +01004869 SND_PCI_QUIRK_VENDOR(0x17aa, "Thinkpad", ALC269_FIXUP_THINKPAD_ACPI),
Anisse Astier02b504d2013-06-03 11:53:10 +02004870 SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
Takashi Iwaia4297b52011-08-23 18:40:12 +02004871
Takashi Iwaia7f3eed2012-02-16 13:03:18 +01004872#if 0
Takashi Iwaia4297b52011-08-23 18:40:12 +02004873 /* Below is a quirk table taken from the old code.
4874 * Basically the device should work as is without the fixup table.
4875 * If BIOS doesn't give a proper info, enable the corresponding
4876 * fixup entry.
Jesper Juhl7d7eb9e2012-04-12 22:11:25 +02004877 */
Takashi Iwaia4297b52011-08-23 18:40:12 +02004878 SND_PCI_QUIRK(0x1043, 0x8330, "ASUS Eeepc P703 P900A",
4879 ALC269_FIXUP_AMIC),
4880 SND_PCI_QUIRK(0x1043, 0x1013, "ASUS N61Da", ALC269_FIXUP_AMIC),
Takashi Iwaia4297b52011-08-23 18:40:12 +02004881 SND_PCI_QUIRK(0x1043, 0x1143, "ASUS B53f", ALC269_FIXUP_AMIC),
4882 SND_PCI_QUIRK(0x1043, 0x1133, "ASUS UJ20ft", ALC269_FIXUP_AMIC),
4883 SND_PCI_QUIRK(0x1043, 0x1183, "ASUS K72DR", ALC269_FIXUP_AMIC),
4884 SND_PCI_QUIRK(0x1043, 0x11b3, "ASUS K52DR", ALC269_FIXUP_AMIC),
4885 SND_PCI_QUIRK(0x1043, 0x11e3, "ASUS U33Jc", ALC269_FIXUP_AMIC),
4886 SND_PCI_QUIRK(0x1043, 0x1273, "ASUS UL80Jt", ALC269_FIXUP_AMIC),
4887 SND_PCI_QUIRK(0x1043, 0x1283, "ASUS U53Jc", ALC269_FIXUP_AMIC),
4888 SND_PCI_QUIRK(0x1043, 0x12b3, "ASUS N82JV", ALC269_FIXUP_AMIC),
4889 SND_PCI_QUIRK(0x1043, 0x12d3, "ASUS N61Jv", ALC269_FIXUP_AMIC),
4890 SND_PCI_QUIRK(0x1043, 0x13a3, "ASUS UL30Vt", ALC269_FIXUP_AMIC),
4891 SND_PCI_QUIRK(0x1043, 0x1373, "ASUS G73JX", ALC269_FIXUP_AMIC),
4892 SND_PCI_QUIRK(0x1043, 0x1383, "ASUS UJ30Jc", ALC269_FIXUP_AMIC),
4893 SND_PCI_QUIRK(0x1043, 0x13d3, "ASUS N61JA", ALC269_FIXUP_AMIC),
4894 SND_PCI_QUIRK(0x1043, 0x1413, "ASUS UL50", ALC269_FIXUP_AMIC),
4895 SND_PCI_QUIRK(0x1043, 0x1443, "ASUS UL30", ALC269_FIXUP_AMIC),
4896 SND_PCI_QUIRK(0x1043, 0x1453, "ASUS M60Jv", ALC269_FIXUP_AMIC),
4897 SND_PCI_QUIRK(0x1043, 0x1483, "ASUS UL80", ALC269_FIXUP_AMIC),
4898 SND_PCI_QUIRK(0x1043, 0x14f3, "ASUS F83Vf", ALC269_FIXUP_AMIC),
4899 SND_PCI_QUIRK(0x1043, 0x14e3, "ASUS UL20", ALC269_FIXUP_AMIC),
4900 SND_PCI_QUIRK(0x1043, 0x1513, "ASUS UX30", ALC269_FIXUP_AMIC),
4901 SND_PCI_QUIRK(0x1043, 0x1593, "ASUS N51Vn", ALC269_FIXUP_AMIC),
4902 SND_PCI_QUIRK(0x1043, 0x15a3, "ASUS N60Jv", ALC269_FIXUP_AMIC),
4903 SND_PCI_QUIRK(0x1043, 0x15b3, "ASUS N60Dp", ALC269_FIXUP_AMIC),
4904 SND_PCI_QUIRK(0x1043, 0x15c3, "ASUS N70De", ALC269_FIXUP_AMIC),
4905 SND_PCI_QUIRK(0x1043, 0x15e3, "ASUS F83T", ALC269_FIXUP_AMIC),
4906 SND_PCI_QUIRK(0x1043, 0x1643, "ASUS M60J", ALC269_FIXUP_AMIC),
4907 SND_PCI_QUIRK(0x1043, 0x1653, "ASUS U50", ALC269_FIXUP_AMIC),
4908 SND_PCI_QUIRK(0x1043, 0x1693, "ASUS F50N", ALC269_FIXUP_AMIC),
4909 SND_PCI_QUIRK(0x1043, 0x16a3, "ASUS F5Q", ALC269_FIXUP_AMIC),
4910 SND_PCI_QUIRK(0x1043, 0x1723, "ASUS P80", ALC269_FIXUP_AMIC),
4911 SND_PCI_QUIRK(0x1043, 0x1743, "ASUS U80", ALC269_FIXUP_AMIC),
4912 SND_PCI_QUIRK(0x1043, 0x1773, "ASUS U20A", ALC269_FIXUP_AMIC),
4913 SND_PCI_QUIRK(0x1043, 0x1883, "ASUS F81Se", ALC269_FIXUP_AMIC),
4914 SND_PCI_QUIRK(0x152d, 0x1778, "Quanta ON1", ALC269_FIXUP_DMIC),
4915 SND_PCI_QUIRK(0x17aa, 0x3be9, "Quanta Wistron", ALC269_FIXUP_AMIC),
4916 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_AMIC),
4917 SND_PCI_QUIRK(0x17ff, 0x059a, "Quanta EL3", ALC269_FIXUP_DMIC),
4918 SND_PCI_QUIRK(0x17ff, 0x059b, "Quanta JR1", ALC269_FIXUP_DMIC),
4919#endif
4920 {}
4921};
4922
Takashi Iwai1727a772013-01-10 09:52:52 +01004923static const struct hda_model_fixup alc269_fixup_models[] = {
Takashi Iwaia4297b52011-08-23 18:40:12 +02004924 {.id = ALC269_FIXUP_AMIC, .name = "laptop-amic"},
4925 {.id = ALC269_FIXUP_DMIC, .name = "laptop-dmic"},
Takashi Iwai6e72aa52012-06-25 10:52:25 +02004926 {.id = ALC269_FIXUP_STEREO_DMIC, .name = "alc269-dmic"},
4927 {.id = ALC271_FIXUP_DMIC, .name = "alc271-dmic"},
4928 {.id = ALC269_FIXUP_INV_DMIC, .name = "inv-dmic"},
David Henningsson7c478f02013-10-11 10:18:46 +02004929 {.id = ALC269_FIXUP_HEADSET_MIC, .name = "headset-mic"},
David Henningsson108cc102012-07-20 10:37:25 +02004930 {.id = ALC269_FIXUP_LENOVO_DOCK, .name = "lenovo-dock"},
Takashi Iwai9f5c6fa2013-03-18 14:15:58 +01004931 {.id = ALC269_FIXUP_HP_GPIO_LED, .name = "hp-gpio-led"},
David Henningssone32aa852013-06-17 11:04:02 +02004932 {.id = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
4933 {.id = ALC269_FIXUP_DELL2_MIC_NO_PRESENCE, .name = "dell-headset-dock"},
Kailang Yangbe8ef162014-04-08 15:19:49 +08004934 {.id = ALC283_FIXUP_CHROME_BOOK, .name = "alc283-dac-wcaps"},
Kailang Yang0202e992013-12-02 15:20:15 +08004935 {.id = ALC283_FIXUP_SENSE_COMBO_JACK, .name = "alc283-sense-combo"},
Takashi Iwai1c37c222014-05-06 17:34:42 +02004936 {.id = ALC292_FIXUP_TPT440_DOCK, .name = "tpt440-dock"},
Takashi Iwai1d045db2011-07-07 18:23:21 +02004937 {}
4938};
4939
Hui Wange1918932014-05-26 16:22:44 +08004940static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
4941 {
Hui Wangd91a4c12014-05-29 15:59:18 +08004942 .codec = 0x10ec0255,
4943 .subvendor = 0x1028,
4944#ifdef CONFIG_SND_DEBUG_VERBOSE
4945 .name = "Dell",
4946#endif
4947 .pins = (const struct hda_pintbl[]) {
4948 {0x12, 0x90a60140},
4949 {0x14, 0x90170110},
4950 {0x17, 0x40000000},
4951 {0x18, 0x411111f0},
4952 {0x19, 0x411111f0},
4953 {0x1a, 0x411111f0},
4954 {0x1b, 0x411111f0},
4955 {0x1d, 0x40700001},
4956 {0x1e, 0x411111f0},
4957 {0x21, 0x02211020},
4958 },
4959 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
4960 },
4961 {
4962 .codec = 0x10ec0255,
4963 .subvendor = 0x1028,
4964#ifdef CONFIG_SND_DEBUG_VERBOSE
4965 .name = "Dell",
4966#endif
4967 .pins = (const struct hda_pintbl[]) {
4968 {0x12, 0x90a60160},
4969 {0x14, 0x90170120},
4970 {0x17, 0x40000000},
4971 {0x18, 0x411111f0},
4972 {0x19, 0x411111f0},
4973 {0x1a, 0x411111f0},
4974 {0x1b, 0x411111f0},
4975 {0x1d, 0x40700001},
4976 {0x1e, 0x411111f0},
4977 {0x21, 0x02211030},
4978 },
4979 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
4980 },
4981 {
4982 .codec = 0x10ec0255,
4983 .subvendor = 0x1028,
4984#ifdef CONFIG_SND_DEBUG_VERBOSE
4985 .name = "Dell",
4986#endif
4987 .pins = (const struct hda_pintbl[]) {
4988 {0x12, 0x90a60160},
Hui Wang560b9272014-06-06 10:50:24 +08004989 {0x14, 0x90170120},
4990 {0x17, 0x90170140},
4991 {0x18, 0x40000000},
4992 {0x19, 0x411111f0},
4993 {0x1a, 0x411111f0},
4994 {0x1b, 0x411111f0},
4995 {0x1d, 0x41163b05},
4996 {0x1e, 0x411111f0},
4997 {0x21, 0x0321102f},
4998 },
4999 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5000 },
5001 {
5002 .codec = 0x10ec0255,
5003 .subvendor = 0x1028,
5004#ifdef CONFIG_SND_DEBUG_VERBOSE
5005 .name = "Dell",
5006#endif
5007 .pins = (const struct hda_pintbl[]) {
5008 {0x12, 0x90a60160},
Hui Wangd91a4c12014-05-29 15:59:18 +08005009 {0x14, 0x90170130},
5010 {0x17, 0x40000000},
5011 {0x18, 0x411111f0},
5012 {0x19, 0x411111f0},
5013 {0x1a, 0x411111f0},
5014 {0x1b, 0x411111f0},
5015 {0x1d, 0x40700001},
5016 {0x1e, 0x411111f0},
5017 {0x21, 0x02211040},
5018 },
5019 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5020 },
5021 {
5022 .codec = 0x10ec0255,
5023 .subvendor = 0x1028,
5024#ifdef CONFIG_SND_DEBUG_VERBOSE
5025 .name = "Dell",
5026#endif
5027 .pins = (const struct hda_pintbl[]) {
5028 {0x12, 0x90a60160},
5029 {0x14, 0x90170140},
5030 {0x17, 0x40000000},
5031 {0x18, 0x411111f0},
5032 {0x19, 0x411111f0},
5033 {0x1a, 0x411111f0},
5034 {0x1b, 0x411111f0},
5035 {0x1d, 0x40700001},
5036 {0x1e, 0x411111f0},
5037 {0x21, 0x02211050},
5038 },
5039 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5040 },
5041 {
5042 .codec = 0x10ec0255,
5043 .subvendor = 0x1028,
5044#ifdef CONFIG_SND_DEBUG_VERBOSE
5045 .name = "Dell",
5046#endif
5047 .pins = (const struct hda_pintbl[]) {
5048 {0x12, 0x90a60170},
5049 {0x14, 0x90170120},
5050 {0x17, 0x40000000},
5051 {0x18, 0x411111f0},
5052 {0x19, 0x411111f0},
5053 {0x1a, 0x411111f0},
5054 {0x1b, 0x411111f0},
5055 {0x1d, 0x40700001},
5056 {0x1e, 0x411111f0},
5057 {0x21, 0x02211030},
5058 },
5059 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5060 },
5061 {
5062 .codec = 0x10ec0255,
5063 .subvendor = 0x1028,
5064#ifdef CONFIG_SND_DEBUG_VERBOSE
5065 .name = "Dell",
5066#endif
5067 .pins = (const struct hda_pintbl[]) {
5068 {0x12, 0x90a60170},
5069 {0x14, 0x90170130},
5070 {0x17, 0x40000000},
5071 {0x18, 0x411111f0},
5072 {0x19, 0x411111f0},
5073 {0x1a, 0x411111f0},
5074 {0x1b, 0x411111f0},
5075 {0x1d, 0x40700001},
5076 {0x1e, 0x411111f0},
5077 {0x21, 0x02211040},
5078 },
5079 .value = ALC255_FIXUP_DELL1_MIC_NO_PRESENCE,
5080 },
5081 {
5082 .codec = 0x10ec0283,
5083 .subvendor = 0x1028,
5084#ifdef CONFIG_SND_DEBUG_VERBOSE
5085 .name = "Dell",
5086#endif
5087 .pins = (const struct hda_pintbl[]) {
5088 {0x12, 0x90a60130},
5089 {0x14, 0x90170110},
5090 {0x17, 0x40020008},
5091 {0x18, 0x411111f0},
5092 {0x19, 0x411111f0},
5093 {0x1a, 0x411111f0},
5094 {0x1b, 0x411111f0},
5095 {0x1d, 0x40e00001},
5096 {0x1e, 0x411111f0},
5097 {0x21, 0x0321101f},
5098 },
5099 .value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
5100 },
5101 {
5102 .codec = 0x10ec0283,
5103 .subvendor = 0x1028,
5104#ifdef CONFIG_SND_DEBUG_VERBOSE
5105 .name = "Dell",
5106#endif
5107 .pins = (const struct hda_pintbl[]) {
5108 {0x12, 0x90a60160},
5109 {0x14, 0x90170120},
5110 {0x17, 0x40000000},
5111 {0x18, 0x411111f0},
5112 {0x19, 0x411111f0},
5113 {0x1a, 0x411111f0},
5114 {0x1b, 0x411111f0},
5115 {0x1d, 0x40700001},
5116 {0x1e, 0x411111f0},
5117 {0x21, 0x02211030},
5118 },
5119 .value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
5120 },
5121 {
5122 .codec = 0x10ec0292,
5123 .subvendor = 0x1028,
5124#ifdef CONFIG_SND_DEBUG_VERBOSE
5125 .name = "Dell",
5126#endif
5127 .pins = (const struct hda_pintbl[]) {
5128 {0x12, 0x90a60140},
5129 {0x13, 0x411111f0},
5130 {0x14, 0x90170110},
5131 {0x15, 0x0221401f},
5132 {0x16, 0x411111f0},
5133 {0x18, 0x411111f0},
5134 {0x19, 0x411111f0},
5135 {0x1a, 0x411111f0},
5136 {0x1b, 0x411111f0},
5137 {0x1d, 0x40700001},
5138 {0x1e, 0x411111f0},
5139 },
5140 .value = ALC269_FIXUP_DELL3_MIC_NO_PRESENCE,
5141 },
5142 {
Hui Wange1918932014-05-26 16:22:44 +08005143 .codec = 0x10ec0293,
5144 .subvendor = 0x1028,
5145#ifdef CONFIG_SND_DEBUG_VERBOSE
5146 .name = "Dell",
5147#endif
5148 .pins = (const struct hda_pintbl[]) {
5149 {0x12, 0x40000000},
5150 {0x13, 0x90a60140},
5151 {0x14, 0x90170110},
5152 {0x15, 0x0221401f},
5153 {0x16, 0x21014020},
5154 {0x18, 0x411111f0},
5155 {0x19, 0x21a19030},
5156 {0x1a, 0x411111f0},
5157 {0x1b, 0x411111f0},
5158 {0x1d, 0x40700001},
5159 {0x1e, 0x411111f0},
5160 },
5161 .value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
5162 },
Hui Wange1918932014-05-26 16:22:44 +08005163 {}
5164};
Takashi Iwai1d045db2011-07-07 18:23:21 +02005165
Takashi Iwai546bb672012-03-07 08:37:19 +01005166static void alc269_fill_coef(struct hda_codec *codec)
Takashi Iwai1d045db2011-07-07 18:23:21 +02005167{
Kailang Yang526af6e2012-03-07 08:25:20 +01005168 struct alc_spec *spec = codec->spec;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005169 int val;
5170
Kailang Yang526af6e2012-03-07 08:25:20 +01005171 if (spec->codec_variant != ALC269_TYPE_ALC269VB)
Takashi Iwai546bb672012-03-07 08:37:19 +01005172 return;
Kailang Yang526af6e2012-03-07 08:25:20 +01005173
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005174 if ((alc_get_coef0(codec) & 0x00ff) < 0x015) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005175 alc_write_coef_idx(codec, 0xf, 0x960b);
5176 alc_write_coef_idx(codec, 0xe, 0x8817);
5177 }
5178
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005179 if ((alc_get_coef0(codec) & 0x00ff) == 0x016) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005180 alc_write_coef_idx(codec, 0xf, 0x960b);
5181 alc_write_coef_idx(codec, 0xe, 0x8814);
5182 }
5183
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005184 if ((alc_get_coef0(codec) & 0x00ff) == 0x017) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005185 val = alc_read_coef_idx(codec, 0x04);
5186 /* Power up output pin */
5187 alc_write_coef_idx(codec, 0x04, val | (1<<11));
5188 }
5189
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005190 if ((alc_get_coef0(codec) & 0x00ff) == 0x018) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005191 val = alc_read_coef_idx(codec, 0xd);
5192 if ((val & 0x0c00) >> 10 != 0x1) {
5193 /* Capless ramp up clock control */
5194 alc_write_coef_idx(codec, 0xd, val | (1<<10));
5195 }
5196 val = alc_read_coef_idx(codec, 0x17);
5197 if ((val & 0x01c0) >> 6 != 0x4) {
5198 /* Class D power on reset */
5199 alc_write_coef_idx(codec, 0x17, val | (1<<7));
5200 }
5201 }
5202
5203 val = alc_read_coef_idx(codec, 0xd); /* Class D */
5204 alc_write_coef_idx(codec, 0xd, val | (1<<14));
5205
5206 val = alc_read_coef_idx(codec, 0x4); /* HP */
5207 alc_write_coef_idx(codec, 0x4, val | (1<<11));
Takashi Iwai1d045db2011-07-07 18:23:21 +02005208}
5209
5210/*
5211 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005212static int patch_alc269(struct hda_codec *codec)
5213{
5214 struct alc_spec *spec;
Takashi Iwai3de95172012-05-07 18:03:15 +02005215 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005216
Takashi Iwai3de95172012-05-07 18:03:15 +02005217 err = alc_alloc_spec(codec, 0x0b);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005218 if (err < 0)
Takashi Iwai3de95172012-05-07 18:03:15 +02005219 return err;
5220
5221 spec = codec->spec;
Takashi Iwai08c189f2012-12-19 15:22:24 +01005222 spec->gen.shared_mic_vref_pin = 0x18;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005223
Takashi Iwai1727a772013-01-10 09:52:52 +01005224 snd_hda_pick_fixup(codec, alc269_fixup_models,
Herton Ronaldo Krzesinski9f720bb2012-09-27 10:38:14 -03005225 alc269_fixup_tbl, alc269_fixups);
Hui Wange1918932014-05-26 16:22:44 +08005226 snd_hda_pick_pin_fixup(codec, alc269_pin_fixup_tbl, alc269_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01005227 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Herton Ronaldo Krzesinski9f720bb2012-09-27 10:38:14 -03005228
5229 alc_auto_parse_customize_define(codec);
5230
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005231 if (has_cdefine_beep(codec))
5232 spec->gen.beep_nid = 0x01;
5233
Kailang Yang065380f2013-01-10 10:25:48 +01005234 switch (codec->vendor_id) {
5235 case 0x10ec0269:
Takashi Iwai1d045db2011-07-07 18:23:21 +02005236 spec->codec_variant = ALC269_TYPE_ALC269VA;
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005237 switch (alc_get_coef0(codec) & 0x00f0) {
5238 case 0x0010:
Takashi Iwai5100cd02014-02-15 10:03:19 +01005239 if (codec->bus->pci &&
5240 codec->bus->pci->subsystem_vendor == 0x1025 &&
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005241 spec->cdefine.platform_type == 1)
Takashi Iwai20ca0c32011-10-17 16:00:35 +02005242 err = alc_codec_rename(codec, "ALC271X");
Takashi Iwai1d045db2011-07-07 18:23:21 +02005243 spec->codec_variant = ALC269_TYPE_ALC269VB;
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005244 break;
5245 case 0x0020:
Takashi Iwai5100cd02014-02-15 10:03:19 +01005246 if (codec->bus->pci &&
5247 codec->bus->pci->subsystem_vendor == 0x17aa &&
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005248 codec->bus->pci->subsystem_device == 0x21f3)
Takashi Iwai20ca0c32011-10-17 16:00:35 +02005249 err = alc_codec_rename(codec, "ALC3202");
Takashi Iwai1d045db2011-07-07 18:23:21 +02005250 spec->codec_variant = ALC269_TYPE_ALC269VC;
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005251 break;
Kailang Yangadcc70b2012-05-25 08:08:38 +02005252 case 0x0030:
5253 spec->codec_variant = ALC269_TYPE_ALC269VD;
5254 break;
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005255 default:
Takashi Iwai1d045db2011-07-07 18:23:21 +02005256 alc_fix_pll_init(codec, 0x20, 0x04, 15);
Takashi Iwai1bb7e432011-10-17 16:50:59 +02005257 }
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005258 if (err < 0)
5259 goto error;
Takashi Iwai546bb672012-03-07 08:37:19 +01005260 spec->init_hook = alc269_fill_coef;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005261 alc269_fill_coef(codec);
Kailang Yang065380f2013-01-10 10:25:48 +01005262 break;
5263
5264 case 0x10ec0280:
5265 case 0x10ec0290:
5266 spec->codec_variant = ALC269_TYPE_ALC280;
5267 break;
5268 case 0x10ec0282:
Kailang Yang065380f2013-01-10 10:25:48 +01005269 spec->codec_variant = ALC269_TYPE_ALC282;
Kailang Yang7b5c7a02014-03-18 16:15:54 +08005270 spec->shutup = alc282_shutup;
5271 spec->init_hook = alc282_init;
Kailang Yang065380f2013-01-10 10:25:48 +01005272 break;
Kailang Yang2af02be2013-08-22 10:03:50 +02005273 case 0x10ec0233:
5274 case 0x10ec0283:
5275 spec->codec_variant = ALC269_TYPE_ALC283;
5276 spec->shutup = alc283_shutup;
5277 spec->init_hook = alc283_init;
5278 break;
Kailang Yang065380f2013-01-10 10:25:48 +01005279 case 0x10ec0284:
5280 case 0x10ec0292:
5281 spec->codec_variant = ALC269_TYPE_ALC284;
5282 break;
Kailang Yang161ebf22013-10-24 11:36:33 +02005283 case 0x10ec0285:
5284 case 0x10ec0293:
5285 spec->codec_variant = ALC269_TYPE_ALC285;
5286 break;
Kailang Yang7fc7d042013-04-25 11:04:43 +02005287 case 0x10ec0286:
Kailang Yang7c665932014-04-14 15:09:44 +08005288 case 0x10ec0288:
Kailang Yang7fc7d042013-04-25 11:04:43 +02005289 spec->codec_variant = ALC269_TYPE_ALC286;
5290 break;
Kailang Yang1d04c9d2013-10-24 11:35:18 +02005291 case 0x10ec0255:
5292 spec->codec_variant = ALC269_TYPE_ALC255;
5293 break;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005294 }
5295
Kailang Yangad60d502013-06-28 12:03:01 +02005296 if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
Kailang Yang97a26572013-11-29 00:35:26 -05005297 spec->has_alc5505_dsp = 1;
Kailang Yangad60d502013-06-28 12:03:01 +02005298 spec->init_hook = alc5505_dsp_init;
5299 }
5300
Takashi Iwaia4297b52011-08-23 18:40:12 +02005301 /* automatic parse from the BIOS config */
5302 err = alc269_parse_auto_config(codec);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005303 if (err < 0)
5304 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005305
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005306 if (!spec->gen.no_analog && spec->gen.beep_nid)
Takashi Iwai1d045db2011-07-07 18:23:21 +02005307 set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
5308
Takashi Iwai1d045db2011-07-07 18:23:21 +02005309 codec->patch_ops = alc_patch_ops;
Takashi Iwai2a439522011-07-26 09:52:50 +02005310#ifdef CONFIG_PM
Kailang Yangad60d502013-06-28 12:03:01 +02005311 codec->patch_ops.suspend = alc269_suspend;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005312 codec->patch_ops.resume = alc269_resume;
5313#endif
Kailang Yangc5177c82013-07-24 14:39:49 +02005314 if (!spec->shutup)
5315 spec->shutup = alc269_shutup;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005316
Takashi Iwai1727a772013-01-10 09:52:52 +01005317 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01005318
Takashi Iwai1d045db2011-07-07 18:23:21 +02005319 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005320
5321 error:
5322 alc_free(codec);
5323 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005324}
5325
5326/*
5327 * ALC861
5328 */
5329
Takashi Iwai1d045db2011-07-07 18:23:21 +02005330static int alc861_parse_auto_config(struct hda_codec *codec)
5331{
Takashi Iwai1d045db2011-07-07 18:23:21 +02005332 static const hda_nid_t alc861_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005333 static const hda_nid_t alc861_ssids[] = { 0x0e, 0x0f, 0x0b, 0 };
5334 return alc_parse_auto_config(codec, alc861_ignore, alc861_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005335}
5336
Takashi Iwai1d045db2011-07-07 18:23:21 +02005337/* Pin config fixes */
5338enum {
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005339 ALC861_FIXUP_FSC_AMILO_PI1505,
5340 ALC861_FIXUP_AMP_VREF_0F,
5341 ALC861_FIXUP_NO_JACK_DETECT,
5342 ALC861_FIXUP_ASUS_A6RP,
Takashi Iwai6ddf0fd2013-11-29 12:47:34 +01005343 ALC660_FIXUP_ASUS_W7J,
Takashi Iwai1d045db2011-07-07 18:23:21 +02005344};
5345
Takashi Iwai31150f22012-01-30 10:54:08 +01005346/* On some laptops, VREF of pin 0x0f is abused for controlling the main amp */
5347static void alc861_fixup_asus_amp_vref_0f(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01005348 const struct hda_fixup *fix, int action)
Takashi Iwai31150f22012-01-30 10:54:08 +01005349{
5350 struct alc_spec *spec = codec->spec;
5351 unsigned int val;
5352
Takashi Iwai1727a772013-01-10 09:52:52 +01005353 if (action != HDA_FIXUP_ACT_INIT)
Takashi Iwai31150f22012-01-30 10:54:08 +01005354 return;
Takashi Iwaid3f02d62013-01-10 10:12:22 +01005355 val = snd_hda_codec_get_pin_target(codec, 0x0f);
Takashi Iwai31150f22012-01-30 10:54:08 +01005356 if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)))
5357 val |= AC_PINCTL_IN_EN;
5358 val |= AC_PINCTL_VREF_50;
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02005359 snd_hda_set_pin_ctl(codec, 0x0f, val);
Takashi Iwai08c189f2012-12-19 15:22:24 +01005360 spec->gen.keep_vref_in_automute = 1;
Takashi Iwai31150f22012-01-30 10:54:08 +01005361}
5362
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005363/* suppress the jack-detection */
5364static void alc_fixup_no_jack_detect(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01005365 const struct hda_fixup *fix, int action)
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005366{
Takashi Iwai1727a772013-01-10 09:52:52 +01005367 if (action == HDA_FIXUP_ACT_PRE_PROBE)
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005368 codec->no_jack_detect = 1;
Jesper Juhl7d7eb9e2012-04-12 22:11:25 +02005369}
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005370
Takashi Iwai1727a772013-01-10 09:52:52 +01005371static const struct hda_fixup alc861_fixups[] = {
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005372 [ALC861_FIXUP_FSC_AMILO_PI1505] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005373 .type = HDA_FIXUP_PINS,
5374 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005375 { 0x0b, 0x0221101f }, /* HP */
5376 { 0x0f, 0x90170310 }, /* speaker */
5377 { }
5378 }
5379 },
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005380 [ALC861_FIXUP_AMP_VREF_0F] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005381 .type = HDA_FIXUP_FUNC,
Takashi Iwai31150f22012-01-30 10:54:08 +01005382 .v.func = alc861_fixup_asus_amp_vref_0f,
Takashi Iwai3b25eb62012-01-25 09:55:46 +01005383 },
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005384 [ALC861_FIXUP_NO_JACK_DETECT] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005385 .type = HDA_FIXUP_FUNC,
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005386 .v.func = alc_fixup_no_jack_detect,
5387 },
5388 [ALC861_FIXUP_ASUS_A6RP] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005389 .type = HDA_FIXUP_FUNC,
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005390 .v.func = alc861_fixup_asus_amp_vref_0f,
5391 .chained = true,
5392 .chain_id = ALC861_FIXUP_NO_JACK_DETECT,
Takashi Iwai6ddf0fd2013-11-29 12:47:34 +01005393 },
5394 [ALC660_FIXUP_ASUS_W7J] = {
5395 .type = HDA_FIXUP_VERBS,
5396 .v.verbs = (const struct hda_verb[]) {
5397 /* ASUS W7J needs a magic pin setup on unused NID 0x10
5398 * for enabling outputs
5399 */
5400 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
5401 { }
5402 },
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005403 }
Takashi Iwai1d045db2011-07-07 18:23:21 +02005404};
5405
5406static const struct snd_pci_quirk alc861_fixup_tbl[] = {
Takashi Iwai6ddf0fd2013-11-29 12:47:34 +01005407 SND_PCI_QUIRK(0x1043, 0x1253, "ASUS W7J", ALC660_FIXUP_ASUS_W7J),
Takashi Iwaie7ca2372013-12-02 15:27:19 +01005408 SND_PCI_QUIRK(0x1043, 0x1263, "ASUS Z35HL", ALC660_FIXUP_ASUS_W7J),
Takashi Iwaie652f4c2012-02-13 11:56:25 +01005409 SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", ALC861_FIXUP_ASUS_A6RP),
5410 SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", ALC861_FIXUP_AMP_VREF_0F),
5411 SND_PCI_QUIRK(0x1462, 0x7254, "HP DX2200", ALC861_FIXUP_NO_JACK_DETECT),
5412 SND_PCI_QUIRK(0x1584, 0x2b01, "Haier W18", ALC861_FIXUP_AMP_VREF_0F),
5413 SND_PCI_QUIRK(0x1584, 0x0000, "Uniwill ECS M31EI", ALC861_FIXUP_AMP_VREF_0F),
5414 SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", ALC861_FIXUP_FSC_AMILO_PI1505),
Takashi Iwai1d045db2011-07-07 18:23:21 +02005415 {}
5416};
5417
5418/*
5419 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005420static int patch_alc861(struct hda_codec *codec)
5421{
5422 struct alc_spec *spec;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005423 int err;
5424
Takashi Iwai3de95172012-05-07 18:03:15 +02005425 err = alc_alloc_spec(codec, 0x15);
5426 if (err < 0)
5427 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005428
Takashi Iwai3de95172012-05-07 18:03:15 +02005429 spec = codec->spec;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005430 spec->gen.beep_nid = 0x23;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005431
Takashi Iwai1727a772013-01-10 09:52:52 +01005432 snd_hda_pick_fixup(codec, NULL, alc861_fixup_tbl, alc861_fixups);
5433 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005434
Takashi Iwaicb4e4822011-08-23 17:34:25 +02005435 /* automatic parse from the BIOS config */
5436 err = alc861_parse_auto_config(codec);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005437 if (err < 0)
5438 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005439
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005440 if (!spec->gen.no_analog)
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005441 set_beep_amp(spec, 0x23, 0, HDA_OUTPUT);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005442
Takashi Iwai1d045db2011-07-07 18:23:21 +02005443 codec->patch_ops = alc_patch_ops;
Takashi Iwai83012a72012-08-24 18:38:08 +02005444#ifdef CONFIG_PM
Takashi Iwaicb4e4822011-08-23 17:34:25 +02005445 spec->power_hook = alc_power_eapd;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005446#endif
5447
Takashi Iwai1727a772013-01-10 09:52:52 +01005448 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01005449
Takashi Iwai1d045db2011-07-07 18:23:21 +02005450 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005451
5452 error:
5453 alc_free(codec);
5454 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005455}
5456
5457/*
5458 * ALC861-VD support
5459 *
5460 * Based on ALC882
5461 *
5462 * In addition, an independent DAC
5463 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005464static int alc861vd_parse_auto_config(struct hda_codec *codec)
5465{
Takashi Iwai1d045db2011-07-07 18:23:21 +02005466 static const hda_nid_t alc861vd_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005467 static const hda_nid_t alc861vd_ssids[] = { 0x15, 0x1b, 0x14, 0 };
5468 return alc_parse_auto_config(codec, alc861vd_ignore, alc861vd_ssids);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005469}
5470
Takashi Iwai1d045db2011-07-07 18:23:21 +02005471enum {
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005472 ALC660VD_FIX_ASUS_GPIO1,
5473 ALC861VD_FIX_DALLAS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02005474};
5475
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005476/* exclude VREF80 */
5477static void alc861vd_fixup_dallas(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01005478 const struct hda_fixup *fix, int action)
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005479{
Takashi Iwai1727a772013-01-10 09:52:52 +01005480 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaib78562b2012-12-17 20:06:49 +01005481 snd_hda_override_pin_caps(codec, 0x18, 0x00000734);
5482 snd_hda_override_pin_caps(codec, 0x19, 0x0000073c);
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005483 }
5484}
5485
Takashi Iwai1727a772013-01-10 09:52:52 +01005486static const struct hda_fixup alc861vd_fixups[] = {
Takashi Iwai1d045db2011-07-07 18:23:21 +02005487 [ALC660VD_FIX_ASUS_GPIO1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005488 .type = HDA_FIXUP_VERBS,
Takashi Iwai1d045db2011-07-07 18:23:21 +02005489 .v.verbs = (const struct hda_verb[]) {
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005490 /* reset GPIO1 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005491 {0x01, AC_VERB_SET_GPIO_MASK, 0x03},
5492 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
5493 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
5494 { }
5495 }
5496 },
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005497 [ALC861VD_FIX_DALLAS] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005498 .type = HDA_FIXUP_FUNC,
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005499 .v.func = alc861vd_fixup_dallas,
5500 },
Takashi Iwai1d045db2011-07-07 18:23:21 +02005501};
5502
5503static const struct snd_pci_quirk alc861vd_fixup_tbl[] = {
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005504 SND_PCI_QUIRK(0x103c, 0x30bf, "HP TX1000", ALC861VD_FIX_DALLAS),
Takashi Iwai1d045db2011-07-07 18:23:21 +02005505 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS A7-K", ALC660VD_FIX_ASUS_GPIO1),
Takashi Iwai8fdcb6f2011-08-23 17:28:55 +02005506 SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba L30-149", ALC861VD_FIX_DALLAS),
Takashi Iwai1d045db2011-07-07 18:23:21 +02005507 {}
5508};
5509
Takashi Iwai1d045db2011-07-07 18:23:21 +02005510/*
5511 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005512static int patch_alc861vd(struct hda_codec *codec)
5513{
5514 struct alc_spec *spec;
Takashi Iwaicb4e4822011-08-23 17:34:25 +02005515 int err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005516
Takashi Iwai3de95172012-05-07 18:03:15 +02005517 err = alc_alloc_spec(codec, 0x0b);
5518 if (err < 0)
5519 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005520
Takashi Iwai3de95172012-05-07 18:03:15 +02005521 spec = codec->spec;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005522 spec->gen.beep_nid = 0x23;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005523
Takashi Iwai1727a772013-01-10 09:52:52 +01005524 snd_hda_pick_fixup(codec, NULL, alc861vd_fixup_tbl, alc861vd_fixups);
5525 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005526
Takashi Iwaicb4e4822011-08-23 17:34:25 +02005527 /* automatic parse from the BIOS config */
5528 err = alc861vd_parse_auto_config(codec);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005529 if (err < 0)
5530 goto error;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005531
Takashi Iwai7504b6c2013-03-18 11:25:51 +01005532 if (!spec->gen.no_analog)
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005533 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
Takashi Iwai1d045db2011-07-07 18:23:21 +02005534
Takashi Iwai1d045db2011-07-07 18:23:21 +02005535 codec->patch_ops = alc_patch_ops;
5536
Takashi Iwai1d045db2011-07-07 18:23:21 +02005537 spec->shutup = alc_eapd_shutup;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005538
Takashi Iwai1727a772013-01-10 09:52:52 +01005539 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01005540
Takashi Iwai1d045db2011-07-07 18:23:21 +02005541 return 0;
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02005542
5543 error:
5544 alc_free(codec);
5545 return err;
Takashi Iwai1d045db2011-07-07 18:23:21 +02005546}
5547
5548/*
5549 * ALC662 support
5550 *
5551 * ALC662 is almost identical with ALC880 but has cleaner and more flexible
5552 * configuration. Each pin widget can choose any input DACs and a mixer.
5553 * Each ADC is connected from a mixer of all inputs. This makes possible
5554 * 6-channel independent captures.
5555 *
5556 * In addition, an independent DAC for the multi-playback (not used in this
5557 * driver yet).
5558 */
Takashi Iwai1d045db2011-07-07 18:23:21 +02005559
5560/*
5561 * BIOS auto configuration
5562 */
5563
Kailang Yangbc9f98a2007-04-12 13:06:07 +02005564static int alc662_parse_auto_config(struct hda_codec *codec)
5565{
Takashi Iwai4c6d72d2011-05-02 11:30:18 +02005566 static const hda_nid_t alc662_ignore[] = { 0x1d, 0 };
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005567 static const hda_nid_t alc663_ssids[] = { 0x15, 0x1b, 0x14, 0x21 };
5568 static const hda_nid_t alc662_ssids[] = { 0x15, 0x1b, 0x14, 0 };
5569 const hda_nid_t *ssids;
Takashi Iwaiee979a142008-09-02 15:42:20 +02005570
Kailang Yang6227cdc2010-02-25 08:36:52 +01005571 if (codec->vendor_id == 0x10ec0272 || codec->vendor_id == 0x10ec0663 ||
Rainer Koenig1d87caa2013-04-04 08:40:38 +02005572 codec->vendor_id == 0x10ec0665 || codec->vendor_id == 0x10ec0670 ||
5573 codec->vendor_id == 0x10ec0671)
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005574 ssids = alc663_ssids;
Kailang Yang6227cdc2010-02-25 08:36:52 +01005575 else
Takashi Iwai3e6179b2011-07-08 16:55:13 +02005576 ssids = alc662_ssids;
5577 return alc_parse_auto_config(codec, alc662_ignore, ssids);
Kailang Yangbc9f98a2007-04-12 13:06:07 +02005578}
5579
Todd Broch6be79482010-12-07 16:51:05 -08005580static void alc272_fixup_mario(struct hda_codec *codec,
Takashi Iwai1727a772013-01-10 09:52:52 +01005581 const struct hda_fixup *fix, int action)
Takashi Iwai6fc398c2011-01-13 14:36:37 +01005582{
Takashi Iwai9bb1f062013-01-10 17:14:29 +01005583 if (action != HDA_FIXUP_ACT_PRE_PROBE)
Takashi Iwai6fc398c2011-01-13 14:36:37 +01005584 return;
Todd Broch6be79482010-12-07 16:51:05 -08005585 if (snd_hda_override_amp_caps(codec, 0x2, HDA_OUTPUT,
5586 (0x3b << AC_AMPCAP_OFFSET_SHIFT) |
5587 (0x3b << AC_AMPCAP_NUM_STEPS_SHIFT) |
5588 (0x03 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5589 (0 << AC_AMPCAP_MUTE_SHIFT)))
Takashi Iwai4e76a882014-02-25 12:21:03 +01005590 codec_warn(codec, "failed to override amp caps for NID 0x2\n");
Todd Broch6be79482010-12-07 16:51:05 -08005591}
5592
Takashi Iwai8e383952013-10-30 17:41:12 +01005593static const struct snd_pcm_chmap_elem asus_pcm_2_1_chmaps[] = {
5594 { .channels = 2,
5595 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
5596 { .channels = 4,
5597 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
5598 SNDRV_CHMAP_NA, SNDRV_CHMAP_LFE } }, /* LFE only on right */
5599 { }
5600};
5601
5602/* override the 2.1 chmap */
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01005603static void alc_fixup_bass_chmap(struct hda_codec *codec,
Takashi Iwai8e383952013-10-30 17:41:12 +01005604 const struct hda_fixup *fix, int action)
5605{
5606 if (action == HDA_FIXUP_ACT_BUILD) {
5607 struct alc_spec *spec = codec->spec;
5608 spec->gen.pcm_rec[0].stream[0].chmap = asus_pcm_2_1_chmaps;
5609 }
5610}
5611
Takashi Iwai3e887f32014-01-10 17:50:58 +01005612/* turn on/off mute LED per vmaster hook */
5613static void alc662_led_gpio1_mute_hook(void *private_data, int enabled)
5614{
5615 struct hda_codec *codec = private_data;
5616 struct alc_spec *spec = codec->spec;
5617 unsigned int oldval = spec->gpio_led;
5618
5619 if (enabled)
5620 spec->gpio_led &= ~0x01;
5621 else
5622 spec->gpio_led |= 0x01;
5623 if (spec->gpio_led != oldval)
5624 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
5625 spec->gpio_led);
5626}
5627
Takashi Iwaibf686652014-01-13 16:18:25 +01005628/* avoid D3 for keeping GPIO up */
5629static unsigned int gpio_led_power_filter(struct hda_codec *codec,
5630 hda_nid_t nid,
5631 unsigned int power_state)
5632{
5633 struct alc_spec *spec = codec->spec;
5634 if (nid == codec->afg && power_state == AC_PWRST_D3 && spec->gpio_led)
5635 return AC_PWRST_D0;
5636 return power_state;
5637}
5638
Takashi Iwai3e887f32014-01-10 17:50:58 +01005639static void alc662_fixup_led_gpio1(struct hda_codec *codec,
5640 const struct hda_fixup *fix, int action)
5641{
5642 struct alc_spec *spec = codec->spec;
5643 static const struct hda_verb gpio_init[] = {
5644 { 0x01, AC_VERB_SET_GPIO_MASK, 0x01 },
5645 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01 },
5646 {}
5647 };
5648
5649 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
5650 spec->gen.vmaster_mute.hook = alc662_led_gpio1_mute_hook;
5651 spec->gpio_led = 0;
5652 snd_hda_add_verbs(codec, gpio_init);
Takashi Iwaibf686652014-01-13 16:18:25 +01005653 codec->power_filter = gpio_led_power_filter;
Takashi Iwai3e887f32014-01-10 17:50:58 +01005654 }
5655}
5656
David Henningsson6cb3b702010-09-09 08:51:44 +02005657enum {
Daniel T Chen2df03512010-10-10 22:39:28 -04005658 ALC662_FIXUP_ASPIRE,
Takashi Iwai3e887f32014-01-10 17:50:58 +01005659 ALC662_FIXUP_LED_GPIO1,
David Henningsson6cb3b702010-09-09 08:51:44 +02005660 ALC662_FIXUP_IDEAPAD,
Todd Broch6be79482010-12-07 16:51:05 -08005661 ALC272_FIXUP_MARIO,
Anisse Astierd2ebd472011-01-20 12:36:21 +01005662 ALC662_FIXUP_CZC_P10T,
David Henningsson94024cd2011-04-29 14:10:55 +02005663 ALC662_FIXUP_SKU_IGNORE,
Takashi Iwaie59ea3e2011-06-29 17:21:00 +02005664 ALC662_FIXUP_HP_RP5800,
Takashi Iwai53c334a2011-08-23 18:27:14 +02005665 ALC662_FIXUP_ASUS_MODE1,
5666 ALC662_FIXUP_ASUS_MODE2,
5667 ALC662_FIXUP_ASUS_MODE3,
5668 ALC662_FIXUP_ASUS_MODE4,
5669 ALC662_FIXUP_ASUS_MODE5,
5670 ALC662_FIXUP_ASUS_MODE6,
5671 ALC662_FIXUP_ASUS_MODE7,
5672 ALC662_FIXUP_ASUS_MODE8,
Takashi Iwai1565cc32012-02-13 12:03:25 +01005673 ALC662_FIXUP_NO_JACK_DETECT,
David Henningssonedfe3bf2012-06-12 13:15:12 +02005674 ALC662_FIXUP_ZOTAC_Z68,
Takashi Iwai125821a2012-06-22 14:30:29 +02005675 ALC662_FIXUP_INV_DMIC,
David Henningsson73bdd592013-04-15 15:44:14 +02005676 ALC668_FIXUP_DELL_MIC_NO_PRESENCE,
5677 ALC668_FIXUP_HEADSET_MODE,
David Henningsson8e54b4a2014-02-07 09:31:07 +01005678 ALC662_FIXUP_BASS_MODE4_CHMAP,
David Henningsson61a75f12014-02-07 09:31:08 +01005679 ALC662_FIXUP_BASS_16,
Takashi Iwaia30c9aa2013-11-21 08:00:20 +01005680 ALC662_FIXUP_BASS_1A,
David Henningsson8e54b4a2014-02-07 09:31:07 +01005681 ALC662_FIXUP_BASS_CHMAP,
Hui Wang493a52a2014-01-14 14:07:36 +08005682 ALC668_FIXUP_AUTO_MUTE,
Gabriele Mazzotta5e6db662014-05-20 18:58:26 +02005683 ALC668_FIXUP_DELL_DISABLE_AAMIX,
Gabriele Mazzotta033b0a72014-05-26 17:11:46 +02005684 ALC668_FIXUP_DELL_XPS13,
David Henningsson6cb3b702010-09-09 08:51:44 +02005685};
5686
Takashi Iwai1727a772013-01-10 09:52:52 +01005687static const struct hda_fixup alc662_fixups[] = {
Daniel T Chen2df03512010-10-10 22:39:28 -04005688 [ALC662_FIXUP_ASPIRE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005689 .type = HDA_FIXUP_PINS,
5690 .v.pins = (const struct hda_pintbl[]) {
Daniel T Chen2df03512010-10-10 22:39:28 -04005691 { 0x15, 0x99130112 }, /* subwoofer */
5692 { }
5693 }
5694 },
Takashi Iwai3e887f32014-01-10 17:50:58 +01005695 [ALC662_FIXUP_LED_GPIO1] = {
5696 .type = HDA_FIXUP_FUNC,
5697 .v.func = alc662_fixup_led_gpio1,
5698 },
David Henningsson6cb3b702010-09-09 08:51:44 +02005699 [ALC662_FIXUP_IDEAPAD] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005700 .type = HDA_FIXUP_PINS,
5701 .v.pins = (const struct hda_pintbl[]) {
David Henningsson6cb3b702010-09-09 08:51:44 +02005702 { 0x17, 0x99130112 }, /* subwoofer */
5703 { }
Takashi Iwai3e887f32014-01-10 17:50:58 +01005704 },
5705 .chained = true,
5706 .chain_id = ALC662_FIXUP_LED_GPIO1,
David Henningsson6cb3b702010-09-09 08:51:44 +02005707 },
Todd Broch6be79482010-12-07 16:51:05 -08005708 [ALC272_FIXUP_MARIO] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005709 .type = HDA_FIXUP_FUNC,
Takashi Iwaib5bfbc62011-01-13 14:22:32 +01005710 .v.func = alc272_fixup_mario,
Anisse Astierd2ebd472011-01-20 12:36:21 +01005711 },
5712 [ALC662_FIXUP_CZC_P10T] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005713 .type = HDA_FIXUP_VERBS,
Anisse Astierd2ebd472011-01-20 12:36:21 +01005714 .v.verbs = (const struct hda_verb[]) {
5715 {0x14, AC_VERB_SET_EAPD_BTLENABLE, 0},
5716 {}
5717 }
5718 },
David Henningsson94024cd2011-04-29 14:10:55 +02005719 [ALC662_FIXUP_SKU_IGNORE] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005720 .type = HDA_FIXUP_FUNC,
Takashi Iwai23d30f22012-05-07 17:17:32 +02005721 .v.func = alc_fixup_sku_ignore,
Takashi Iwaic6b35872011-03-28 12:05:31 +02005722 },
Takashi Iwaie59ea3e2011-06-29 17:21:00 +02005723 [ALC662_FIXUP_HP_RP5800] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005724 .type = HDA_FIXUP_PINS,
5725 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwaie59ea3e2011-06-29 17:21:00 +02005726 { 0x14, 0x0221201f }, /* HP out */
5727 { }
5728 },
5729 .chained = true,
5730 .chain_id = ALC662_FIXUP_SKU_IGNORE
5731 },
Takashi Iwai53c334a2011-08-23 18:27:14 +02005732 [ALC662_FIXUP_ASUS_MODE1] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005733 .type = HDA_FIXUP_PINS,
5734 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005735 { 0x14, 0x99130110 }, /* speaker */
5736 { 0x18, 0x01a19c20 }, /* mic */
5737 { 0x19, 0x99a3092f }, /* int-mic */
5738 { 0x21, 0x0121401f }, /* HP out */
5739 { }
5740 },
5741 .chained = true,
5742 .chain_id = ALC662_FIXUP_SKU_IGNORE
5743 },
5744 [ALC662_FIXUP_ASUS_MODE2] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005745 .type = HDA_FIXUP_PINS,
5746 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai2996bdb2011-08-18 16:02:24 +02005747 { 0x14, 0x99130110 }, /* speaker */
5748 { 0x18, 0x01a19820 }, /* mic */
5749 { 0x19, 0x99a3092f }, /* int-mic */
5750 { 0x1b, 0x0121401f }, /* HP out */
5751 { }
5752 },
Takashi Iwai53c334a2011-08-23 18:27:14 +02005753 .chained = true,
5754 .chain_id = ALC662_FIXUP_SKU_IGNORE
5755 },
5756 [ALC662_FIXUP_ASUS_MODE3] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005757 .type = HDA_FIXUP_PINS,
5758 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005759 { 0x14, 0x99130110 }, /* speaker */
5760 { 0x15, 0x0121441f }, /* HP */
5761 { 0x18, 0x01a19840 }, /* mic */
5762 { 0x19, 0x99a3094f }, /* int-mic */
5763 { 0x21, 0x01211420 }, /* HP2 */
5764 { }
5765 },
5766 .chained = true,
5767 .chain_id = ALC662_FIXUP_SKU_IGNORE
5768 },
5769 [ALC662_FIXUP_ASUS_MODE4] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005770 .type = HDA_FIXUP_PINS,
5771 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005772 { 0x14, 0x99130110 }, /* speaker */
5773 { 0x16, 0x99130111 }, /* speaker */
5774 { 0x18, 0x01a19840 }, /* mic */
5775 { 0x19, 0x99a3094f }, /* int-mic */
5776 { 0x21, 0x0121441f }, /* HP */
5777 { }
5778 },
5779 .chained = true,
5780 .chain_id = ALC662_FIXUP_SKU_IGNORE
5781 },
5782 [ALC662_FIXUP_ASUS_MODE5] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005783 .type = HDA_FIXUP_PINS,
5784 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005785 { 0x14, 0x99130110 }, /* speaker */
5786 { 0x15, 0x0121441f }, /* HP */
5787 { 0x16, 0x99130111 }, /* speaker */
5788 { 0x18, 0x01a19840 }, /* mic */
5789 { 0x19, 0x99a3094f }, /* int-mic */
5790 { }
5791 },
5792 .chained = true,
5793 .chain_id = ALC662_FIXUP_SKU_IGNORE
5794 },
5795 [ALC662_FIXUP_ASUS_MODE6] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005796 .type = HDA_FIXUP_PINS,
5797 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005798 { 0x14, 0x99130110 }, /* speaker */
5799 { 0x15, 0x01211420 }, /* HP2 */
5800 { 0x18, 0x01a19840 }, /* mic */
5801 { 0x19, 0x99a3094f }, /* int-mic */
5802 { 0x1b, 0x0121441f }, /* HP */
5803 { }
5804 },
5805 .chained = true,
5806 .chain_id = ALC662_FIXUP_SKU_IGNORE
5807 },
5808 [ALC662_FIXUP_ASUS_MODE7] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005809 .type = HDA_FIXUP_PINS,
5810 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005811 { 0x14, 0x99130110 }, /* speaker */
5812 { 0x17, 0x99130111 }, /* speaker */
5813 { 0x18, 0x01a19840 }, /* mic */
5814 { 0x19, 0x99a3094f }, /* int-mic */
5815 { 0x1b, 0x01214020 }, /* HP */
5816 { 0x21, 0x0121401f }, /* HP */
5817 { }
5818 },
5819 .chained = true,
5820 .chain_id = ALC662_FIXUP_SKU_IGNORE
5821 },
5822 [ALC662_FIXUP_ASUS_MODE8] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005823 .type = HDA_FIXUP_PINS,
5824 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005825 { 0x14, 0x99130110 }, /* speaker */
5826 { 0x12, 0x99a30970 }, /* int-mic */
5827 { 0x15, 0x01214020 }, /* HP */
5828 { 0x17, 0x99130111 }, /* speaker */
5829 { 0x18, 0x01a19840 }, /* mic */
5830 { 0x21, 0x0121401f }, /* HP */
5831 { }
5832 },
5833 .chained = true,
5834 .chain_id = ALC662_FIXUP_SKU_IGNORE
Takashi Iwai2996bdb2011-08-18 16:02:24 +02005835 },
Takashi Iwai1565cc32012-02-13 12:03:25 +01005836 [ALC662_FIXUP_NO_JACK_DETECT] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005837 .type = HDA_FIXUP_FUNC,
Takashi Iwai1565cc32012-02-13 12:03:25 +01005838 .v.func = alc_fixup_no_jack_detect,
5839 },
David Henningssonedfe3bf2012-06-12 13:15:12 +02005840 [ALC662_FIXUP_ZOTAC_Z68] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005841 .type = HDA_FIXUP_PINS,
5842 .v.pins = (const struct hda_pintbl[]) {
David Henningssonedfe3bf2012-06-12 13:15:12 +02005843 { 0x1b, 0x02214020 }, /* Front HP */
5844 { }
5845 }
5846 },
Takashi Iwai125821a2012-06-22 14:30:29 +02005847 [ALC662_FIXUP_INV_DMIC] = {
Takashi Iwai1727a772013-01-10 09:52:52 +01005848 .type = HDA_FIXUP_FUNC,
Takashi Iwai6e72aa52012-06-25 10:52:25 +02005849 .v.func = alc_fixup_inv_dmic_0x12,
Takashi Iwai125821a2012-06-22 14:30:29 +02005850 },
Gabriele Mazzotta033b0a72014-05-26 17:11:46 +02005851 [ALC668_FIXUP_DELL_XPS13] = {
5852 .type = HDA_FIXUP_FUNC,
5853 .v.func = alc_fixup_dell_xps13,
5854 .chained = true,
5855 .chain_id = ALC668_FIXUP_DELL_DISABLE_AAMIX
5856 },
Gabriele Mazzotta5e6db662014-05-20 18:58:26 +02005857 [ALC668_FIXUP_DELL_DISABLE_AAMIX] = {
5858 .type = HDA_FIXUP_FUNC,
5859 .v.func = alc_fixup_disable_aamix,
5860 .chained = true,
5861 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
5862 },
Hui Wang493a52a2014-01-14 14:07:36 +08005863 [ALC668_FIXUP_AUTO_MUTE] = {
5864 .type = HDA_FIXUP_FUNC,
5865 .v.func = alc_fixup_auto_mute_via_amp,
5866 .chained = true,
5867 .chain_id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE
5868 },
David Henningsson73bdd592013-04-15 15:44:14 +02005869 [ALC668_FIXUP_DELL_MIC_NO_PRESENCE] = {
5870 .type = HDA_FIXUP_PINS,
5871 .v.pins = (const struct hda_pintbl[]) {
5872 { 0x19, 0x03a1913d }, /* use as headphone mic, without its own jack detect */
5873 { 0x1b, 0x03a1113c }, /* use as headset mic, without its own jack detect */
5874 { }
5875 },
5876 .chained = true,
5877 .chain_id = ALC668_FIXUP_HEADSET_MODE
5878 },
5879 [ALC668_FIXUP_HEADSET_MODE] = {
5880 .type = HDA_FIXUP_FUNC,
5881 .v.func = alc_fixup_headset_mode_alc668,
5882 },
David Henningsson8e54b4a2014-02-07 09:31:07 +01005883 [ALC662_FIXUP_BASS_MODE4_CHMAP] = {
Takashi Iwai8e383952013-10-30 17:41:12 +01005884 .type = HDA_FIXUP_FUNC,
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01005885 .v.func = alc_fixup_bass_chmap,
Takashi Iwai8e383952013-10-30 17:41:12 +01005886 .chained = true,
5887 .chain_id = ALC662_FIXUP_ASUS_MODE4
5888 },
David Henningsson61a75f12014-02-07 09:31:08 +01005889 [ALC662_FIXUP_BASS_16] = {
5890 .type = HDA_FIXUP_PINS,
5891 .v.pins = (const struct hda_pintbl[]) {
5892 {0x16, 0x80106111}, /* bass speaker */
5893 {}
5894 },
5895 .chained = true,
5896 .chain_id = ALC662_FIXUP_BASS_CHMAP,
5897 },
Takashi Iwaia30c9aa2013-11-21 08:00:20 +01005898 [ALC662_FIXUP_BASS_1A] = {
5899 .type = HDA_FIXUP_PINS,
5900 .v.pins = (const struct hda_pintbl[]) {
5901 {0x1a, 0x80106111}, /* bass speaker */
5902 {}
5903 },
David Henningsson8e54b4a2014-02-07 09:31:07 +01005904 .chained = true,
5905 .chain_id = ALC662_FIXUP_BASS_CHMAP,
Takashi Iwaia30c9aa2013-11-21 08:00:20 +01005906 },
David Henningsson8e54b4a2014-02-07 09:31:07 +01005907 [ALC662_FIXUP_BASS_CHMAP] = {
Takashi Iwaia30c9aa2013-11-21 08:00:20 +01005908 .type = HDA_FIXUP_FUNC,
Takashi Iwaieb9ca3a2013-11-28 15:24:34 +01005909 .v.func = alc_fixup_bass_chmap,
Takashi Iwaia30c9aa2013-11-21 08:00:20 +01005910 },
David Henningsson6cb3b702010-09-09 08:51:44 +02005911};
5912
Takashi Iwaia9111322011-05-02 11:30:18 +02005913static const struct snd_pci_quirk alc662_fixup_tbl[] = {
Takashi Iwai53c334a2011-08-23 18:27:14 +02005914 SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_FIXUP_ASUS_MODE2),
Takashi Iwaid3d38352013-08-19 20:05:50 +02005915 SND_PCI_QUIRK(0x1025, 0x022f, "Acer Aspire One", ALC662_FIXUP_INV_DMIC),
David Henningssona6c47a82011-02-10 15:39:19 +01005916 SND_PCI_QUIRK(0x1025, 0x0308, "Acer Aspire 8942G", ALC662_FIXUP_ASPIRE),
David Henningsson94024cd2011-04-29 14:10:55 +02005917 SND_PCI_QUIRK(0x1025, 0x031c, "Gateway NV79", ALC662_FIXUP_SKU_IGNORE),
Takashi Iwai125821a2012-06-22 14:30:29 +02005918 SND_PCI_QUIRK(0x1025, 0x0349, "eMachines eM250", ALC662_FIXUP_INV_DMIC),
Takashi Iwai18019282013-08-16 08:17:05 +02005919 SND_PCI_QUIRK(0x1025, 0x034a, "Gateway LT27", ALC662_FIXUP_INV_DMIC),
Daniel T Chen2df03512010-10-10 22:39:28 -04005920 SND_PCI_QUIRK(0x1025, 0x038b, "Acer Aspire 8943G", ALC662_FIXUP_ASPIRE),
David Henningsson73bdd592013-04-15 15:44:14 +02005921 SND_PCI_QUIRK(0x1028, 0x05d8, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
5922 SND_PCI_QUIRK(0x1028, 0x05db, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
Gabriele Mazzotta033b0a72014-05-26 17:11:46 +02005923 SND_PCI_QUIRK(0x1028, 0x060a, "Dell XPS 13", ALC668_FIXUP_DELL_XPS13),
David Henningsson09d20142013-11-20 11:43:30 +01005924 SND_PCI_QUIRK(0x1028, 0x0625, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
David Henningssonad8ff992013-11-07 09:28:59 +01005925 SND_PCI_QUIRK(0x1028, 0x0626, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
Kailang Yang8dc9abb2014-04-16 15:53:12 +08005926 SND_PCI_QUIRK(0x1028, 0x0696, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
5927 SND_PCI_QUIRK(0x1028, 0x0698, "Dell", ALC668_FIXUP_DELL_MIC_NO_PRESENCE),
Takashi Iwaie59ea3e2011-06-29 17:21:00 +02005928 SND_PCI_QUIRK(0x103c, 0x1632, "HP RP5800", ALC662_FIXUP_HP_RP5800),
David Henningsson8e54b4a2014-02-07 09:31:07 +01005929 SND_PCI_QUIRK(0x1043, 0x11cd, "Asus N550", ALC662_FIXUP_BASS_1A),
5930 SND_PCI_QUIRK(0x1043, 0x1477, "ASUS N56VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
David Henningsson61a75f12014-02-07 09:31:08 +01005931 SND_PCI_QUIRK(0x1043, 0x15a7, "ASUS UX51VZH", ALC662_FIXUP_BASS_16),
5932 SND_PCI_QUIRK(0x1043, 0x1b73, "ASUS N55SF", ALC662_FIXUP_BASS_16),
David Henningsson8e54b4a2014-02-07 09:31:07 +01005933 SND_PCI_QUIRK(0x1043, 0x1bf3, "ASUS N76VZ", ALC662_FIXUP_BASS_MODE4_CHMAP),
Takashi Iwai1565cc32012-02-13 12:03:25 +01005934 SND_PCI_QUIRK(0x1043, 0x8469, "ASUS mobo", ALC662_FIXUP_NO_JACK_DETECT),
Takashi Iwai53c334a2011-08-23 18:27:14 +02005935 SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_FIXUP_ASUS_MODE2),
Daniel T Chena0e90ac2010-11-20 10:20:35 -05005936 SND_PCI_QUIRK(0x144d, 0xc051, "Samsung R720", ALC662_FIXUP_IDEAPAD),
Valentine Sinitsynd4118582010-10-01 22:24:08 +06005937 SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
David Henningsson6cb3b702010-09-09 08:51:44 +02005938 SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
David Henningssonedfe3bf2012-06-12 13:15:12 +02005939 SND_PCI_QUIRK(0x19da, 0xa130, "Zotac Z68", ALC662_FIXUP_ZOTAC_Z68),
Anisse Astierd2ebd472011-01-20 12:36:21 +01005940 SND_PCI_QUIRK(0x1b35, 0x2206, "CZC P10T", ALC662_FIXUP_CZC_P10T),
Takashi Iwai53c334a2011-08-23 18:27:14 +02005941
5942#if 0
5943 /* Below is a quirk table taken from the old code.
5944 * Basically the device should work as is without the fixup table.
5945 * If BIOS doesn't give a proper info, enable the corresponding
5946 * fixup entry.
Jesper Juhl7d7eb9e2012-04-12 22:11:25 +02005947 */
Takashi Iwai53c334a2011-08-23 18:27:14 +02005948 SND_PCI_QUIRK(0x1043, 0x1000, "ASUS N50Vm", ALC662_FIXUP_ASUS_MODE1),
5949 SND_PCI_QUIRK(0x1043, 0x1092, "ASUS NB", ALC662_FIXUP_ASUS_MODE3),
5950 SND_PCI_QUIRK(0x1043, 0x1173, "ASUS K73Jn", ALC662_FIXUP_ASUS_MODE1),
5951 SND_PCI_QUIRK(0x1043, 0x11c3, "ASUS M70V", ALC662_FIXUP_ASUS_MODE3),
5952 SND_PCI_QUIRK(0x1043, 0x11d3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
5953 SND_PCI_QUIRK(0x1043, 0x11f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5954 SND_PCI_QUIRK(0x1043, 0x1203, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
5955 SND_PCI_QUIRK(0x1043, 0x1303, "ASUS G60J", ALC662_FIXUP_ASUS_MODE1),
5956 SND_PCI_QUIRK(0x1043, 0x1333, "ASUS G60Jx", ALC662_FIXUP_ASUS_MODE1),
5957 SND_PCI_QUIRK(0x1043, 0x1339, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5958 SND_PCI_QUIRK(0x1043, 0x13e3, "ASUS N71JA", ALC662_FIXUP_ASUS_MODE7),
5959 SND_PCI_QUIRK(0x1043, 0x1463, "ASUS N71", ALC662_FIXUP_ASUS_MODE7),
5960 SND_PCI_QUIRK(0x1043, 0x14d3, "ASUS G72", ALC662_FIXUP_ASUS_MODE8),
5961 SND_PCI_QUIRK(0x1043, 0x1563, "ASUS N90", ALC662_FIXUP_ASUS_MODE3),
5962 SND_PCI_QUIRK(0x1043, 0x15d3, "ASUS N50SF F50SF", ALC662_FIXUP_ASUS_MODE1),
5963 SND_PCI_QUIRK(0x1043, 0x16c3, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5964 SND_PCI_QUIRK(0x1043, 0x16f3, "ASUS K40C K50C", ALC662_FIXUP_ASUS_MODE2),
5965 SND_PCI_QUIRK(0x1043, 0x1733, "ASUS N81De", ALC662_FIXUP_ASUS_MODE1),
5966 SND_PCI_QUIRK(0x1043, 0x1753, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5967 SND_PCI_QUIRK(0x1043, 0x1763, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
5968 SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
5969 SND_PCI_QUIRK(0x1043, 0x1783, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5970 SND_PCI_QUIRK(0x1043, 0x1793, "ASUS F50GX", ALC662_FIXUP_ASUS_MODE1),
5971 SND_PCI_QUIRK(0x1043, 0x17b3, "ASUS F70SL", ALC662_FIXUP_ASUS_MODE3),
5972 SND_PCI_QUIRK(0x1043, 0x17f3, "ASUS X58LE", ALC662_FIXUP_ASUS_MODE2),
5973 SND_PCI_QUIRK(0x1043, 0x1813, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5974 SND_PCI_QUIRK(0x1043, 0x1823, "ASUS NB", ALC662_FIXUP_ASUS_MODE5),
5975 SND_PCI_QUIRK(0x1043, 0x1833, "ASUS NB", ALC662_FIXUP_ASUS_MODE6),
5976 SND_PCI_QUIRK(0x1043, 0x1843, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5977 SND_PCI_QUIRK(0x1043, 0x1853, "ASUS F50Z", ALC662_FIXUP_ASUS_MODE1),
5978 SND_PCI_QUIRK(0x1043, 0x1864, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5979 SND_PCI_QUIRK(0x1043, 0x1876, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5980 SND_PCI_QUIRK(0x1043, 0x1893, "ASUS M50Vm", ALC662_FIXUP_ASUS_MODE3),
5981 SND_PCI_QUIRK(0x1043, 0x1894, "ASUS X55", ALC662_FIXUP_ASUS_MODE3),
5982 SND_PCI_QUIRK(0x1043, 0x18b3, "ASUS N80Vc", ALC662_FIXUP_ASUS_MODE1),
5983 SND_PCI_QUIRK(0x1043, 0x18c3, "ASUS VX5", ALC662_FIXUP_ASUS_MODE1),
5984 SND_PCI_QUIRK(0x1043, 0x18d3, "ASUS N81Te", ALC662_FIXUP_ASUS_MODE1),
5985 SND_PCI_QUIRK(0x1043, 0x18f3, "ASUS N505Tp", ALC662_FIXUP_ASUS_MODE1),
5986 SND_PCI_QUIRK(0x1043, 0x1903, "ASUS F5GL", ALC662_FIXUP_ASUS_MODE1),
5987 SND_PCI_QUIRK(0x1043, 0x1913, "ASUS NB", ALC662_FIXUP_ASUS_MODE2),
5988 SND_PCI_QUIRK(0x1043, 0x1933, "ASUS F80Q", ALC662_FIXUP_ASUS_MODE2),
5989 SND_PCI_QUIRK(0x1043, 0x1943, "ASUS Vx3V", ALC662_FIXUP_ASUS_MODE1),
5990 SND_PCI_QUIRK(0x1043, 0x1953, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
5991 SND_PCI_QUIRK(0x1043, 0x1963, "ASUS X71C", ALC662_FIXUP_ASUS_MODE3),
5992 SND_PCI_QUIRK(0x1043, 0x1983, "ASUS N5051A", ALC662_FIXUP_ASUS_MODE1),
5993 SND_PCI_QUIRK(0x1043, 0x1993, "ASUS N20", ALC662_FIXUP_ASUS_MODE1),
5994 SND_PCI_QUIRK(0x1043, 0x19b3, "ASUS F7Z", ALC662_FIXUP_ASUS_MODE1),
5995 SND_PCI_QUIRK(0x1043, 0x19c3, "ASUS F5Z/F6x", ALC662_FIXUP_ASUS_MODE2),
5996 SND_PCI_QUIRK(0x1043, 0x19e3, "ASUS NB", ALC662_FIXUP_ASUS_MODE1),
5997 SND_PCI_QUIRK(0x1043, 0x19f3, "ASUS NB", ALC662_FIXUP_ASUS_MODE4),
5998#endif
David Henningsson6cb3b702010-09-09 08:51:44 +02005999 {}
6000};
6001
Takashi Iwai1727a772013-01-10 09:52:52 +01006002static const struct hda_model_fixup alc662_fixup_models[] = {
Todd Broch6be79482010-12-07 16:51:05 -08006003 {.id = ALC272_FIXUP_MARIO, .name = "mario"},
Takashi Iwai53c334a2011-08-23 18:27:14 +02006004 {.id = ALC662_FIXUP_ASUS_MODE1, .name = "asus-mode1"},
6005 {.id = ALC662_FIXUP_ASUS_MODE2, .name = "asus-mode2"},
6006 {.id = ALC662_FIXUP_ASUS_MODE3, .name = "asus-mode3"},
6007 {.id = ALC662_FIXUP_ASUS_MODE4, .name = "asus-mode4"},
6008 {.id = ALC662_FIXUP_ASUS_MODE5, .name = "asus-mode5"},
6009 {.id = ALC662_FIXUP_ASUS_MODE6, .name = "asus-mode6"},
6010 {.id = ALC662_FIXUP_ASUS_MODE7, .name = "asus-mode7"},
6011 {.id = ALC662_FIXUP_ASUS_MODE8, .name = "asus-mode8"},
Takashi Iwai6e72aa52012-06-25 10:52:25 +02006012 {.id = ALC662_FIXUP_INV_DMIC, .name = "inv-dmic"},
David Henningssone32aa852013-06-17 11:04:02 +02006013 {.id = ALC668_FIXUP_DELL_MIC_NO_PRESENCE, .name = "dell-headset-multi"},
Todd Broch6be79482010-12-07 16:51:05 -08006014 {}
6015};
David Henningsson6cb3b702010-09-09 08:51:44 +02006016
Hui Wang532895c2014-05-29 15:59:19 +08006017static const struct snd_hda_pin_quirk alc662_pin_fixup_tbl[] = {
6018 {
6019 .codec = 0x10ec0668,
6020 .subvendor = 0x1028,
6021#ifdef CONFIG_SND_DEBUG_VERBOSE
6022 .name = "Dell",
6023#endif
6024 .pins = (const struct hda_pintbl[]) {
6025 {0x12, 0x99a30130},
6026 {0x14, 0x90170110},
6027 {0x15, 0x0321101f},
6028 {0x16, 0x03011020},
6029 {0x18, 0x40000008},
6030 {0x19, 0x411111f0},
6031 {0x1a, 0x411111f0},
6032 {0x1b, 0x411111f0},
6033 {0x1d, 0x41000001},
6034 {0x1e, 0x411111f0},
6035 {0x1f, 0x411111f0},
6036 },
6037 .value = ALC668_FIXUP_AUTO_MUTE,
6038 },
6039 {
6040 .codec = 0x10ec0668,
6041 .subvendor = 0x1028,
6042#ifdef CONFIG_SND_DEBUG_VERBOSE
6043 .name = "Dell",
6044#endif
6045 .pins = (const struct hda_pintbl[]) {
Hui Wang560b9272014-06-06 10:50:24 +08006046 {0x12, 0x99a30140},
6047 {0x14, 0x90170110},
6048 {0x15, 0x0321101f},
6049 {0x16, 0x03011020},
6050 {0x18, 0x40000008},
6051 {0x19, 0x411111f0},
6052 {0x1a, 0x411111f0},
6053 {0x1b, 0x411111f0},
6054 {0x1d, 0x41000001},
6055 {0x1e, 0x411111f0},
6056 {0x1f, 0x411111f0},
6057 },
6058 .value = ALC668_FIXUP_AUTO_MUTE,
6059 },
6060 {
6061 .codec = 0x10ec0668,
6062 .subvendor = 0x1028,
6063#ifdef CONFIG_SND_DEBUG_VERBOSE
6064 .name = "Dell",
6065#endif
6066 .pins = (const struct hda_pintbl[]) {
Hui Wang532895c2014-05-29 15:59:19 +08006067 {0x12, 0x99a30150},
6068 {0x14, 0x90170110},
6069 {0x15, 0x0321101f},
6070 {0x16, 0x03011020},
6071 {0x18, 0x40000008},
6072 {0x19, 0x411111f0},
6073 {0x1a, 0x411111f0},
6074 {0x1b, 0x411111f0},
6075 {0x1d, 0x41000001},
6076 {0x1e, 0x411111f0},
6077 {0x1f, 0x411111f0},
6078 },
6079 .value = ALC668_FIXUP_AUTO_MUTE,
6080 },
6081 {
6082 .codec = 0x10ec0668,
6083 .subvendor = 0x1028,
6084#ifdef CONFIG_SND_DEBUG_VERBOSE
6085 .name = "Dell",
6086#endif
6087 .pins = (const struct hda_pintbl[]) {
6088 {0x12, 0x411111f0},
6089 {0x14, 0x90170110},
6090 {0x15, 0x0321101f},
6091 {0x16, 0x03011020},
6092 {0x18, 0x40000008},
6093 {0x19, 0x411111f0},
6094 {0x1a, 0x411111f0},
6095 {0x1b, 0x411111f0},
6096 {0x1d, 0x41000001},
6097 {0x1e, 0x411111f0},
6098 {0x1f, 0x411111f0},
6099 },
6100 .value = ALC668_FIXUP_AUTO_MUTE,
6101 },
6102 {}
6103};
6104
Kailang Yang8663ff72012-06-29 09:35:52 +02006105static void alc662_fill_coef(struct hda_codec *codec)
6106{
6107 int val, coef;
6108
6109 coef = alc_get_coef0(codec);
6110
6111 switch (codec->vendor_id) {
6112 case 0x10ec0662:
6113 if ((coef & 0x00f0) == 0x0030) {
6114 val = alc_read_coef_idx(codec, 0x4); /* EAPD Ctrl */
6115 alc_write_coef_idx(codec, 0x4, val & ~(1<<10));
6116 }
6117 break;
6118 case 0x10ec0272:
6119 case 0x10ec0273:
6120 case 0x10ec0663:
6121 case 0x10ec0665:
6122 case 0x10ec0670:
6123 case 0x10ec0671:
6124 case 0x10ec0672:
6125 val = alc_read_coef_idx(codec, 0xd); /* EAPD Ctrl */
6126 alc_write_coef_idx(codec, 0xd, val | (1<<14));
6127 break;
6128 }
6129}
David Henningsson6cb3b702010-09-09 08:51:44 +02006130
Takashi Iwai1d045db2011-07-07 18:23:21 +02006131/*
6132 */
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006133static int patch_alc662(struct hda_codec *codec)
6134{
6135 struct alc_spec *spec;
Takashi Iwai3de95172012-05-07 18:03:15 +02006136 int err;
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006137
Takashi Iwai3de95172012-05-07 18:03:15 +02006138 err = alc_alloc_spec(codec, 0x0b);
6139 if (err < 0)
6140 return err;
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006141
Takashi Iwai3de95172012-05-07 18:03:15 +02006142 spec = codec->spec;
Takashi Iwai1f0f4b82011-06-27 10:52:59 +02006143
Takashi Iwai53c334a2011-08-23 18:27:14 +02006144 /* handle multiple HPs as is */
6145 spec->parse_flags = HDA_PINCFG_NO_HP_FIXUP;
6146
Takashi Iwai2c3bf9a2008-06-04 12:39:38 +02006147 alc_fix_pll_init(codec, 0x20, 0x04, 15);
6148
Kailang Yang8663ff72012-06-29 09:35:52 +02006149 spec->init_hook = alc662_fill_coef;
6150 alc662_fill_coef(codec);
6151
Takashi Iwai1727a772013-01-10 09:52:52 +01006152 snd_hda_pick_fixup(codec, alc662_fixup_models,
Takashi Iwai8e5a0502012-06-21 15:49:33 +02006153 alc662_fixup_tbl, alc662_fixups);
Hui Wang532895c2014-05-29 15:59:19 +08006154 snd_hda_pick_pin_fixup(codec, alc662_pin_fixup_tbl, alc662_fixups);
Takashi Iwai1727a772013-01-10 09:52:52 +01006155 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai8e5a0502012-06-21 15:49:33 +02006156
6157 alc_auto_parse_customize_define(codec);
6158
Takashi Iwai7504b6c2013-03-18 11:25:51 +01006159 if (has_cdefine_beep(codec))
6160 spec->gen.beep_nid = 0x01;
6161
Takashi Iwai1bb7e432011-10-17 16:50:59 +02006162 if ((alc_get_coef0(codec) & (1 << 14)) &&
Takashi Iwai5100cd02014-02-15 10:03:19 +01006163 codec->bus->pci && codec->bus->pci->subsystem_vendor == 0x1025 &&
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006164 spec->cdefine.platform_type == 1) {
Wei Yongjun6134b1a2013-04-18 11:12:59 +08006165 err = alc_codec_rename(codec, "ALC272X");
6166 if (err < 0)
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006167 goto error;
Takashi Iwai20ca0c32011-10-17 16:00:35 +02006168 }
Kailang Yang274693f2009-12-03 10:07:50 +01006169
Takashi Iwaib9c51062011-08-24 18:08:07 +02006170 /* automatic parse from the BIOS config */
6171 err = alc662_parse_auto_config(codec);
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006172 if (err < 0)
6173 goto error;
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006174
Takashi Iwai7504b6c2013-03-18 11:25:51 +01006175 if (!spec->gen.no_analog && spec->gen.beep_nid) {
Kailang Yangda00c242010-03-19 11:23:45 +01006176 switch (codec->vendor_id) {
6177 case 0x10ec0662:
6178 set_beep_amp(spec, 0x0b, 0x05, HDA_INPUT);
6179 break;
6180 case 0x10ec0272:
6181 case 0x10ec0663:
6182 case 0x10ec0665:
Kailang Yang9ad54542013-11-26 15:41:40 +08006183 case 0x10ec0668:
Kailang Yangda00c242010-03-19 11:23:45 +01006184 set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT);
6185 break;
6186 case 0x10ec0273:
6187 set_beep_amp(spec, 0x0b, 0x03, HDA_INPUT);
6188 break;
6189 }
Kailang Yangcec27c82010-02-04 14:18:18 +01006190 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01006191
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006192 codec->patch_ops = alc_patch_ops;
Takashi Iwai1c716152011-04-07 10:37:16 +02006193 spec->shutup = alc_eapd_shutup;
David Henningsson6cb3b702010-09-09 08:51:44 +02006194
Takashi Iwai1727a772013-01-10 09:52:52 +01006195 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwai589876e2012-02-20 15:47:55 +01006196
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006197 return 0;
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006198
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006199 error:
6200 alc_free(codec);
6201 return err;
Kailang Yangb478b992011-05-18 11:51:15 +02006202}
6203
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006204/*
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006205 * ALC680 support
6206 */
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006207
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006208static int alc680_parse_auto_config(struct hda_codec *codec)
6209{
Takashi Iwai3e6179b2011-07-08 16:55:13 +02006210 return alc_parse_auto_config(codec, NULL, NULL);
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006211}
6212
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006213/*
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006214 */
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006215static int patch_alc680(struct hda_codec *codec)
6216{
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006217 int err;
6218
Takashi Iwai1f0f4b82011-06-27 10:52:59 +02006219 /* ALC680 has no aa-loopback mixer */
Takashi Iwai3de95172012-05-07 18:03:15 +02006220 err = alc_alloc_spec(codec, 0);
6221 if (err < 0)
6222 return err;
Takashi Iwai1f0f4b82011-06-27 10:52:59 +02006223
Takashi Iwai1ebec5f2011-08-15 13:21:48 +02006224 /* automatic parse from the BIOS config */
6225 err = alc680_parse_auto_config(codec);
6226 if (err < 0) {
6227 alc_free(codec);
6228 return err;
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006229 }
6230
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006231 codec->patch_ops = alc_patch_ops;
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006232
6233 return 0;
6234}
6235
6236/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006237 * patch entries
6238 */
Takashi Iwaia9111322011-05-02 11:30:18 +02006239static const struct hda_codec_preset snd_hda_preset_realtek[] = {
Kailang Yang296f0332011-05-18 11:52:36 +02006240 { .id = 0x10ec0221, .name = "ALC221", .patch = patch_alc269 },
Kailang Yangba4c4d02013-11-26 15:17:50 +08006241 { .id = 0x10ec0231, .name = "ALC231", .patch = patch_alc269 },
Kailang Yang84dfd0a2013-03-07 09:19:38 +01006242 { .id = 0x10ec0233, .name = "ALC233", .patch = patch_alc269 },
Kailang Yang92f974d2014-06-06 17:05:33 +08006243 { .id = 0x10ec0235, .name = "ALC233", .patch = patch_alc269 },
Kailang Yang1d04c9d2013-10-24 11:35:18 +02006244 { .id = 0x10ec0255, .name = "ALC255", .patch = patch_alc269 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07006245 { .id = 0x10ec0260, .name = "ALC260", .patch = patch_alc260 },
Kailang Yangdf694da2005-12-05 19:42:22 +01006246 { .id = 0x10ec0262, .name = "ALC262", .patch = patch_alc262 },
Kailang Yangf6a92242007-12-13 16:52:54 +01006247 { .id = 0x10ec0267, .name = "ALC267", .patch = patch_alc268 },
Kailang Yanga361d842007-06-05 12:30:55 +02006248 { .id = 0x10ec0268, .name = "ALC268", .patch = patch_alc268 },
Kailang Yangf6a92242007-12-13 16:52:54 +01006249 { .id = 0x10ec0269, .name = "ALC269", .patch = patch_alc269 },
Kailang Yangebb83ee2009-12-17 12:23:00 +01006250 { .id = 0x10ec0270, .name = "ALC270", .patch = patch_alc269 },
Kailang Yang01afd412008-10-15 11:22:09 +02006251 { .id = 0x10ec0272, .name = "ALC272", .patch = patch_alc662 },
Kailang Yangebb83ee2009-12-17 12:23:00 +01006252 { .id = 0x10ec0275, .name = "ALC275", .patch = patch_alc269 },
Kailang Yang296f0332011-05-18 11:52:36 +02006253 { .id = 0x10ec0276, .name = "ALC276", .patch = patch_alc269 },
David Henningssonbefae822012-06-25 19:49:28 +02006254 { .id = 0x10ec0280, .name = "ALC280", .patch = patch_alc269 },
David Henningsson4e01ec62012-07-18 07:38:46 +02006255 { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 },
Kailang Yang7ff34ad2012-10-06 17:02:30 +02006256 { .id = 0x10ec0283, .name = "ALC283", .patch = patch_alc269 },
Kailang Yang065380f2013-01-10 10:25:48 +01006257 { .id = 0x10ec0284, .name = "ALC284", .patch = patch_alc269 },
Kailang Yang161ebf22013-10-24 11:36:33 +02006258 { .id = 0x10ec0285, .name = "ALC285", .patch = patch_alc269 },
Kailang Yang7fc7d042013-04-25 11:04:43 +02006259 { .id = 0x10ec0286, .name = "ALC286", .patch = patch_alc269 },
Kailang Yang7c665932014-04-14 15:09:44 +08006260 { .id = 0x10ec0288, .name = "ALC288", .patch = patch_alc269 },
Kailang Yang7ff34ad2012-10-06 17:02:30 +02006261 { .id = 0x10ec0290, .name = "ALC290", .patch = patch_alc269 },
David Henningssonaf02dde2012-11-21 08:57:58 +01006262 { .id = 0x10ec0292, .name = "ALC292", .patch = patch_alc269 },
Kailang Yang161ebf22013-10-24 11:36:33 +02006263 { .id = 0x10ec0293, .name = "ALC293", .patch = patch_alc269 },
Jakub Schmidtkef32610e2007-02-02 18:17:27 +01006264 { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006265 .patch = patch_alc861 },
Jakub Schmidtkef32610e2007-02-02 18:17:27 +01006266 { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
6267 { .id = 0x10ec0861, .name = "ALC861", .patch = patch_alc861 },
6268 { .id = 0x10ec0862, .name = "ALC861-VD", .patch = patch_alc861vd },
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006269 { .id = 0x10ec0662, .rev = 0x100002, .name = "ALC662 rev2",
Takashi Iwai4953550a2009-06-30 15:28:30 +02006270 .patch = patch_alc882 },
Kailang Yangbc9f98a2007-04-12 13:06:07 +02006271 { .id = 0x10ec0662, .rev = 0x100101, .name = "ALC662 rev1",
6272 .patch = patch_alc662 },
David Henningssoncc667a72011-10-18 14:07:51 +02006273 { .id = 0x10ec0662, .rev = 0x100300, .name = "ALC662 rev3",
6274 .patch = patch_alc662 },
Kailang Yang6dda9f42008-05-27 12:05:31 +02006275 { .id = 0x10ec0663, .name = "ALC663", .patch = patch_alc662 },
Kailang Yangcec27c82010-02-04 14:18:18 +01006276 { .id = 0x10ec0665, .name = "ALC665", .patch = patch_alc662 },
Kailang Yang19a62822012-11-08 10:25:37 +01006277 { .id = 0x10ec0668, .name = "ALC668", .patch = patch_alc662 },
Kailang Yang6227cdc2010-02-25 08:36:52 +01006278 { .id = 0x10ec0670, .name = "ALC670", .patch = patch_alc662 },
Rainer Koenig1d87caa2013-04-04 08:40:38 +02006279 { .id = 0x10ec0671, .name = "ALC671", .patch = patch_alc662 },
Kailang Yangd1eb57f2010-06-23 16:25:26 +02006280 { .id = 0x10ec0680, .name = "ALC680", .patch = patch_alc680 },
Kailang Yangb6c5fba2014-06-05 11:13:44 +08006281 { .id = 0x10ec0867, .name = "ALC891", .patch = patch_alc882 },
Jakub Schmidtkef32610e2007-02-02 18:17:27 +01006282 { .id = 0x10ec0880, .name = "ALC880", .patch = patch_alc880 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07006283 { .id = 0x10ec0882, .name = "ALC882", .patch = patch_alc882 },
Takashi Iwai4953550a2009-06-30 15:28:30 +02006284 { .id = 0x10ec0883, .name = "ALC883", .patch = patch_alc882 },
Clive Messer669faba2008-09-30 15:49:13 +02006285 { .id = 0x10ec0885, .rev = 0x100101, .name = "ALC889A",
Takashi Iwai4953550a2009-06-30 15:28:30 +02006286 .patch = patch_alc882 },
Takashi Iwaicb308f92008-04-16 14:13:29 +02006287 { .id = 0x10ec0885, .rev = 0x100103, .name = "ALC889A",
Takashi Iwai4953550a2009-06-30 15:28:30 +02006288 .patch = patch_alc882 },
Kailang Yangdf694da2005-12-05 19:42:22 +01006289 { .id = 0x10ec0885, .name = "ALC885", .patch = patch_alc882 },
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006290 { .id = 0x10ec0887, .name = "ALC887", .patch = patch_alc882 },
Kailang Yang44426082008-10-15 11:18:05 +02006291 { .id = 0x10ec0888, .rev = 0x100101, .name = "ALC1200",
Takashi Iwai4953550a2009-06-30 15:28:30 +02006292 .patch = patch_alc882 },
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006293 { .id = 0x10ec0888, .name = "ALC888", .patch = patch_alc882 },
Takashi Iwai4953550a2009-06-30 15:28:30 +02006294 { .id = 0x10ec0889, .name = "ALC889", .patch = patch_alc882 },
Kailang Yang274693f2009-12-03 10:07:50 +01006295 { .id = 0x10ec0892, .name = "ALC892", .patch = patch_alc662 },
Takashi Iwaie16fb6d2011-10-17 16:39:09 +02006296 { .id = 0x10ec0899, .name = "ALC898", .patch = patch_alc882 },
Kailang Yang19a62822012-11-08 10:25:37 +01006297 { .id = 0x10ec0900, .name = "ALC1150", .patch = patch_alc882 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07006298 {} /* terminator */
6299};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006300
6301MODULE_ALIAS("snd-hda-codec-id:10ec*");
6302
6303MODULE_LICENSE("GPL");
6304MODULE_DESCRIPTION("Realtek HD-audio codec");
6305
6306static struct hda_codec_preset_list realtek_list = {
6307 .preset = snd_hda_preset_realtek,
6308 .owner = THIS_MODULE,
6309};
6310
6311static int __init patch_realtek_init(void)
6312{
6313 return snd_hda_add_codec_preset(&realtek_list);
6314}
6315
6316static void __exit patch_realtek_exit(void)
6317{
6318 snd_hda_delete_codec_preset(&realtek_list);
6319}
6320
6321module_init(patch_realtek_init)
6322module_exit(patch_realtek_exit)