blob: a2f11bf8155c8794bf4457a758d23a0fa5d35342 [file] [log] [blame]
Matt2f2f4252005-04-13 14:45:30 +02001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for SigmaTel STAC92xx
5 *
6 * Copyright (c) 2005 Embedded Alley Solutions, Inc.
Matt Porter403d1942005-11-29 15:00:51 +01007 * Matt Porter <mporter@embeddedalley.com>
Matt2f2f4252005-04-13 14:45:30 +02008 *
9 * Based on patch_cmedia.c and patch_realtek.c
10 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
11 *
12 * This driver is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This driver is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Matt2f2f4252005-04-13 14:45:30 +020027#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +010031#include <linux/dmi.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040032#include <linux/module.h>
Matt2f2f4252005-04-13 14:45:30 +020033#include <sound/core.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040034#include <sound/jack.h>
Clemens Ladischa74ccea2010-10-22 15:52:34 +020035#include <sound/tlv.h>
Matt2f2f4252005-04-13 14:45:30 +020036#include "hda_codec.h"
37#include "hda_local.h"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020038#include "hda_auto_parser.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020039#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020040#include "hda_jack.h"
Takashi Iwai36c9db72013-01-17 17:07:59 +010041#include "hda_generic.h"
Matt2f2f4252005-04-13 14:45:30 +020042
Takashi Iwaic6e4c662008-11-25 11:58:19 +010043enum {
Takashi Iwai36c9db72013-01-17 17:07:59 +010044 STAC_VREF_EVENT = 8,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010045 STAC_PWR_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010046};
Matt4e550962005-07-04 17:51:39 +020047
Takashi Iwaif5fcc132006-11-24 17:07:44 +010048enum {
49 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010050 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020051 STAC_9200_DELL_D21,
52 STAC_9200_DELL_D22,
53 STAC_9200_DELL_D23,
54 STAC_9200_DELL_M21,
55 STAC_9200_DELL_M22,
56 STAC_9200_DELL_M23,
57 STAC_9200_DELL_M24,
58 STAC_9200_DELL_M25,
59 STAC_9200_DELL_M26,
60 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020061 STAC_9200_M4,
62 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010063 STAC_9200_PANASONIC,
Takashi Iwaid39a3ae2013-01-14 14:06:26 +010064 STAC_9200_EAPD_INIT,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010065 STAC_9200_MODELS
66};
67
68enum {
69 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020070 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020071 STAC_9205_DELL_M43,
72 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010073 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010074 STAC_9205_MODELS
75};
76
77enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010078 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010079 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080080 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010081 STAC_DELL_M6_AMIC,
82 STAC_DELL_M6_DMIC,
83 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050084 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020085 STAC_ALIENWARE_M17X,
Hui Wang1de7ca52014-02-20 11:47:21 +080086 STAC_92HD89XX_HP_FRONT_JACK,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010087 STAC_92HD73XX_MODELS
88};
89
90enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020091 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050092 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050093 STAC_DELL_S14,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +010094 STAC_DELL_VOSTRO_3500,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -050095 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -060096 STAC_HP_DV7_4000,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -060097 STAC_HP_ZEPHYR,
Takashi Iwaia3e19972012-07-26 08:17:20 +020098 STAC_92HD83XXX_HP_LED,
Takashi Iwaiff8a1e22012-07-31 10:16:59 +020099 STAC_92HD83XXX_HP_INV_LED,
Takashi Iwai62cbde12012-09-14 11:58:54 +0200100 STAC_92HD83XXX_HP_MIC_LED,
David Henningsson8d032a82012-10-09 12:48:40 +0200101 STAC_92HD83XXX_HEADSET_JACK,
Takashi Iwai372f8c72013-01-14 18:06:34 +0100102 STAC_92HD83XXX_HP,
Takashi Iwai49920422013-01-18 14:28:07 +0100103 STAC_HP_ENVY_BASS,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -0600104 STAC_HP_BNB13_EQ,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200105 STAC_92HD83XXX_MODELS
106};
107
108enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100109 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100110 STAC_DELL_M4_1,
111 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500112 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400113 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200114 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100115 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100116 STAC_HP_HDX,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +0100117 STAC_92HD71BXX_HP,
118 STAC_92HD71BXX_NO_DMIC,
119 STAC_92HD71BXX_NO_SMUX,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100120 STAC_92HD71BXX_MODELS
121};
122
123enum {
Tobin Davis8e21c342007-01-08 11:04:17 +0100124 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200125 STAC_M1,
126 STAC_M1_2,
127 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100128 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200129 STAC_M3,
130 STAC_M5,
131 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100132 STAC_925x_MODELS
133};
134
135enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100136 STAC_D945_REF,
137 STAC_D945GTP3,
138 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200139 STAC_INTEL_MAC_V1,
140 STAC_INTEL_MAC_V2,
141 STAC_INTEL_MAC_V3,
142 STAC_INTEL_MAC_V4,
143 STAC_INTEL_MAC_V5,
Takashi Iwai0a427842013-01-14 15:20:13 +0100144 STAC_INTEL_MAC_AUTO,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300145 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200146 STAC_922X_DELL_D81,
147 STAC_922X_DELL_D82,
148 STAC_922X_DELL_M81,
149 STAC_922X_DELL_M82,
Takashi Iwai0a427842013-01-14 15:20:13 +0100150 STAC_922X_INTEL_MAC_GPIO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100151 STAC_922X_MODELS
152};
153
154enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100155 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100156 STAC_D965_REF,
157 STAC_D965_3ST,
158 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200159 STAC_D965_5ST_NO_FP,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100160 STAC_D965_VERBS,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200161 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100162 STAC_DELL_BIOS,
Takashi Iwaieefb8be2013-07-29 16:26:15 +0200163 STAC_DELL_BIOS_AMIC,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100164 STAC_DELL_BIOS_SPDIF,
165 STAC_927X_DELL_DMIC,
Takashi Iwai54930532009-10-11 17:38:29 +0200166 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100167 STAC_927X_MODELS
168};
Matt Porter403d1942005-11-29 15:00:51 +0100169
Takashi Iwai307282c2009-03-12 18:17:58 +0100170enum {
Takashi Iwai307282c2009-03-12 18:17:58 +0100171 STAC_9872_VAIO,
172 STAC_9872_MODELS
173};
174
Matt2f2f4252005-04-13 14:45:30 +0200175struct sigmatel_spec {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100176 struct hda_gen_spec gen;
Mattc7d4b2f2005-06-27 14:59:41 +0200177
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500178 unsigned int eapd_switch: 1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100179 unsigned int linear_tone_beep:1;
David Henningsson8d032a82012-10-09 12:48:40 +0200180 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
Takashi Iwai29ac8362013-01-14 16:03:38 +0100181 unsigned int volknob_init:1; /* special volume-knob initialization */
Takashi Iwai36c9db72013-01-17 17:07:59 +0100182 unsigned int powerdown_adcs:1;
Takashi Iwai42875472013-01-22 09:34:48 +0100183 unsigned int have_spdif_mux:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200184
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100185 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200186 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100187 unsigned int gpio_mask;
188 unsigned int gpio_dir;
189 unsigned int gpio_data;
190 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200191 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100192 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100193 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500194 unsigned int vref_led;
Takashi Iwai372f8c72013-01-14 18:06:34 +0100195 int default_polarity;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100196
Takashi Iwai62cbde12012-09-14 11:58:54 +0200197 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
Takashi Iwai7fe30712014-01-30 17:59:02 +0100198 unsigned int mic_enabled; /* current mic mute state (bitmask) */
Takashi Iwai62cbde12012-09-14 11:58:54 +0200199
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200200 /* stream */
201 unsigned int stream_delay;
202
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100203 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200204 const struct snd_kcontrol_new *aloopback_ctl;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100205 unsigned int aloopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100206 unsigned char aloopback_mask;
207 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200208
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100209 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200210 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100211 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200212 const hda_nid_t *pwr_nids;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100213 unsigned int active_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100214
Takashi Iwai36c9db72013-01-17 17:07:59 +0100215 /* beep widgets */
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200216 hda_nid_t anabeep_nid;
Takashi Iwai42875472013-01-22 09:34:48 +0100217
218 /* SPDIF-out mux */
219 const char * const *spdif_labels;
220 struct hda_input_mux spdif_mux;
221 unsigned int cur_smux[2];
Matt2f2f4252005-04-13 14:45:30 +0200222};
223
Takashi Iwaic8822462012-05-15 09:11:36 +0200224#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
225#define AC_VERB_IDT_GET_POWER_MAP 0xfec
226
Takashi Iwai2b635362011-05-02 12:33:43 +0200227static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100228 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
229 0x0f, 0x10, 0x11
230};
231
Charles Chinafef2cf2011-11-11 08:05:28 +0100232static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
233 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
234 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200235};
236
Takashi Iwai2b635362011-05-02 12:33:43 +0200237static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100238 0x0a, 0x0d, 0x0f
239};
240
Matthew Ranostaye035b842007-11-06 11:53:55 +0100241
Takashi Iwai36c9db72013-01-17 17:07:59 +0100242/*
243 * PCM hooks
244 */
245static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo,
246 struct hda_codec *codec,
247 struct snd_pcm_substream *substream,
248 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200249{
Matt Porter8b657272006-10-26 17:12:59 +0200250 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100251 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay)
252 msleep(spec->stream_delay);
Matt Porter8b657272006-10-26 17:12:59 +0200253}
254
Takashi Iwai36c9db72013-01-17 17:07:59 +0100255static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo,
256 struct hda_codec *codec,
257 struct snd_pcm_substream *substream,
258 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200259{
Matt Porter8b657272006-10-26 17:12:59 +0200260 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100261 int i, idx = 0;
Matt Porter8b657272006-10-26 17:12:59 +0200262
Takashi Iwai36c9db72013-01-17 17:07:59 +0100263 if (!spec->powerdown_adcs)
264 return;
Matt Porter8b657272006-10-26 17:12:59 +0200265
Takashi Iwai36c9db72013-01-17 17:07:59 +0100266 for (i = 0; i < spec->gen.num_all_adcs; i++) {
267 if (spec->gen.all_adcs[i] == hinfo->nid) {
268 idx = i;
269 break;
270 }
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400271 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100272
273 switch (action) {
274 case HDA_GEN_PCM_ACT_OPEN:
275 msleep(40);
276 snd_hda_codec_write(codec, hinfo->nid, 0,
277 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
278 spec->active_adcs |= (1 << idx);
279 break;
280 case HDA_GEN_PCM_ACT_CLOSE:
281 snd_hda_codec_write(codec, hinfo->nid, 0,
282 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
283 spec->active_adcs &= ~(1 << idx);
284 break;
285 }
286}
287
288/*
289 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
290 * funky external mute control using GPIO pins.
291 */
292
293static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
294 unsigned int dir_mask, unsigned int data)
295{
296 unsigned int gpiostate, gpiomask, gpiodir;
297
298 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
299
300 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
301 AC_VERB_GET_GPIO_DATA, 0);
302 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
303
304 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
305 AC_VERB_GET_GPIO_MASK, 0);
306 gpiomask |= mask;
307
308 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
309 AC_VERB_GET_GPIO_DIRECTION, 0);
310 gpiodir |= dir_mask;
311
312 /* Configure GPIOx as CMOS */
313 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
314
315 snd_hda_codec_write(codec, codec->afg, 0,
316 AC_VERB_SET_GPIO_MASK, gpiomask);
317 snd_hda_codec_read(codec, codec->afg, 0,
318 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
319
320 msleep(1);
321
322 snd_hda_codec_read(codec, codec->afg, 0,
323 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
324}
325
326/* hook for controlling mic-mute LED GPIO */
Takashi Iwaia90229e2013-01-18 14:10:00 +0100327static void stac_capture_led_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +0100328 struct snd_kcontrol *kcontrol,
329 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100330{
331 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai7fe30712014-01-30 17:59:02 +0100332 unsigned int mask;
333 bool cur_mute, prev_mute;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100334
Takashi Iwai7fe30712014-01-30 17:59:02 +0100335 if (!kcontrol || !ucontrol)
Takashi Iwaia90229e2013-01-18 14:10:00 +0100336 return;
337
Takashi Iwai7fe30712014-01-30 17:59:02 +0100338 mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
339 prev_mute = !spec->mic_enabled;
340 if (ucontrol->value.integer.value[0] ||
341 ucontrol->value.integer.value[1])
342 spec->mic_enabled |= mask;
343 else
344 spec->mic_enabled &= ~mask;
345 cur_mute = !spec->mic_enabled;
346 if (cur_mute != prev_mute) {
347 if (cur_mute)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100348 spec->gpio_data |= spec->mic_mute_led_gpio;
349 else
350 spec->gpio_data &= ~spec->mic_mute_led_gpio;
351 stac_gpio_set(codec, spec->gpio_mask,
352 spec->gpio_dir, spec->gpio_data);
353 }
Matthew Ranostayd9737752008-09-07 12:03:41 +0200354}
355
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500356static int stac_vrefout_set(struct hda_codec *codec,
357 hda_nid_t nid, unsigned int new_vref)
358{
359 int error, pinctl;
360
361 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
362 pinctl = snd_hda_codec_read(codec, nid, 0,
363 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
364
365 if (pinctl < 0)
366 return pinctl;
367
368 pinctl &= 0xff;
369 pinctl &= ~AC_PINCTL_VREFEN;
370 pinctl |= (new_vref & AC_PINCTL_VREFEN);
371
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200372 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500373 if (error < 0)
374 return error;
375
376 return 1;
377}
378
Takashi Iwaidfc6e462014-01-13 16:09:57 +0100379/* prevent codec AFG to D3 state when vref-out pin is used for mute LED */
380/* this hook is set in stac_setup_gpio() */
381static unsigned int stac_vref_led_power_filter(struct hda_codec *codec,
382 hda_nid_t nid,
383 unsigned int power_state)
384{
385 if (nid == codec->afg && power_state == AC_PWRST_D3)
386 return AC_PWRST_D1;
387 return snd_hda_gen_path_power_filter(codec, nid, power_state);
388}
389
Takashi Iwai36c9db72013-01-17 17:07:59 +0100390/* update mute-LED accoring to the master switch */
391static void stac_update_led_status(struct hda_codec *codec, int enabled)
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200392{
Matt2f2f4252005-04-13 14:45:30 +0200393 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100394 int muted = !enabled;
Matt2f2f4252005-04-13 14:45:30 +0200395
Takashi Iwai36c9db72013-01-17 17:07:59 +0100396 if (!spec->gpio_led)
397 return;
Matt2f2f4252005-04-13 14:45:30 +0200398
Takashi Iwai36c9db72013-01-17 17:07:59 +0100399 /* LED state is inverted on these systems */
400 if (spec->gpio_led_polarity)
401 muted = !muted;
Matt2f2f4252005-04-13 14:45:30 +0200402
Takashi Iwai36c9db72013-01-17 17:07:59 +0100403 if (!spec->vref_mute_led_nid) {
404 if (muted)
405 spec->gpio_data |= spec->gpio_led;
406 else
407 spec->gpio_data &= ~spec->gpio_led;
408 stac_gpio_set(codec, spec->gpio_mask,
409 spec->gpio_dir, spec->gpio_data);
Takashi Iwai5207e102009-07-30 13:09:08 +0200410 } else {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100411 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
412 stac_vrefout_set(codec, spec->vref_mute_led_nid,
413 spec->vref_led);
Takashi Iwai5207e102009-07-30 13:09:08 +0200414 }
Matt2f2f4252005-04-13 14:45:30 +0200415}
416
Takashi Iwai36c9db72013-01-17 17:07:59 +0100417/* vmaster hook to update mute LED */
418static void stac_vmaster_hook(void *private_data, int val)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100419{
Takashi Iwai36c9db72013-01-17 17:07:59 +0100420 stac_update_led_status(private_data, val);
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100421}
422
Takashi Iwai36c9db72013-01-17 17:07:59 +0100423/* automute hook to handle GPIO mute and EAPD updates */
424static void stac_update_outputs(struct hda_codec *codec)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100425{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100426 struct sigmatel_spec *spec = codec->spec;
427
Takashi Iwai36c9db72013-01-17 17:07:59 +0100428 if (spec->gpio_mute)
429 spec->gen.master_mute =
430 !(snd_hda_codec_read(codec, codec->afg, 0,
431 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
432
433 snd_hda_gen_update_outputs(codec);
434
435 if (spec->eapd_mask && spec->eapd_switch) {
436 unsigned int val = spec->gpio_data;
437 if (spec->gen.speaker_muted)
438 val &= ~spec->eapd_mask;
439 else
440 val |= spec->eapd_mask;
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200441 if (spec->gpio_data != val) {
442 spec->gpio_data = val;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100443 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir,
444 val);
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200445 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100446 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100447}
448
Takashi Iwai36c9db72013-01-17 17:07:59 +0100449static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
450 bool enable, bool do_write)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100451{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100452 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100453 unsigned int idx, val;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100454
Takashi Iwai36c9db72013-01-17 17:07:59 +0100455 for (idx = 0; idx < spec->num_pwrs; idx++) {
456 if (spec->pwr_nids[idx] == nid)
457 break;
458 }
459 if (idx >= spec->num_pwrs)
460 return;
461
462 idx = 1 << idx;
463
464 val = spec->power_map_bits;
465 if (enable)
466 val &= ~idx;
467 else
468 val |= idx;
469
470 /* power down unused output ports */
471 if (val != spec->power_map_bits) {
472 spec->power_map_bits = val;
473 if (do_write)
474 snd_hda_codec_write(codec, codec->afg, 0,
475 AC_VERB_IDT_SET_POWER_MAP, val);
476 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100477}
478
Takashi Iwai36c9db72013-01-17 17:07:59 +0100479/* update power bit per jack plug/unplug */
480static void jack_update_power(struct hda_codec *codec,
481 struct hda_jack_tbl *jack)
482{
483 struct sigmatel_spec *spec = codec->spec;
484 int i;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200485
Takashi Iwai36c9db72013-01-17 17:07:59 +0100486 if (!spec->num_pwrs)
487 return;
488
489 if (jack && jack->nid) {
490 stac_toggle_power_map(codec, jack->nid,
491 snd_hda_jack_detect(codec, jack->nid),
492 true);
493 return;
494 }
495
496 /* update all jacks */
497 for (i = 0; i < spec->num_pwrs; i++) {
498 hda_nid_t nid = spec->pwr_nids[i];
499 jack = snd_hda_jack_tbl_get(codec, nid);
500 if (!jack || !jack->action)
501 continue;
502 if (jack->action == STAC_PWR_EVENT ||
503 jack->action <= HDA_GEN_LAST_EVENT)
504 stac_toggle_power_map(codec, nid,
505 snd_hda_jack_detect(codec, nid),
506 false);
507 }
508
509 snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_IDT_SET_POWER_MAP,
510 spec->power_map_bits);
511}
512
513static void stac_hp_automute(struct hda_codec *codec,
514 struct hda_jack_tbl *jack)
515{
516 snd_hda_gen_hp_automute(codec, jack);
517 jack_update_power(codec, jack);
518}
519
520static void stac_line_automute(struct hda_codec *codec,
521 struct hda_jack_tbl *jack)
522{
523 snd_hda_gen_line_automute(codec, jack);
524 jack_update_power(codec, jack);
525}
526
David Henningsson664389d2013-01-28 11:29:17 +0100527static void stac_mic_autoswitch(struct hda_codec *codec,
528 struct hda_jack_tbl *jack)
529{
530 snd_hda_gen_mic_autoswitch(codec, jack);
531 jack_update_power(codec, jack);
532}
533
Takashi Iwai36c9db72013-01-17 17:07:59 +0100534static void stac_vref_event(struct hda_codec *codec, struct hda_jack_tbl *event)
535{
536 unsigned int data;
537
538 data = snd_hda_codec_read(codec, codec->afg, 0,
539 AC_VERB_GET_GPIO_DATA, 0);
540 /* toggle VREF state based on GPIOx status */
541 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
542 !!(data & (1 << event->private_data)));
543}
544
545/* initialize the power map and enable the power event to jacks that
546 * haven't been assigned to automute
547 */
548static void stac_init_power_map(struct hda_codec *codec)
549{
550 struct sigmatel_spec *spec = codec->spec;
551 int i;
552
553 for (i = 0; i < spec->num_pwrs; i++) {
554 hda_nid_t nid = spec->pwr_nids[i];
555 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
556 def_conf = get_defcfg_connect(def_conf);
557 if (snd_hda_jack_tbl_get(codec, nid))
558 continue;
559 if (def_conf == AC_JACK_PORT_COMPLEX &&
560 !(spec->vref_mute_led_nid == nid ||
561 is_jack_detectable(codec, nid))) {
562 snd_hda_jack_detect_enable_callback(codec, nid,
563 STAC_PWR_EVENT,
564 jack_update_power);
565 } else {
566 if (def_conf == AC_JACK_PORT_NONE)
567 stac_toggle_power_map(codec, nid, false, false);
568 else
569 stac_toggle_power_map(codec, nid, true, false);
570 }
571 }
572}
573
574/*
575 */
576
577static inline bool get_int_hint(struct hda_codec *codec, const char *key,
578 int *valp)
579{
580 return !snd_hda_get_int_hint(codec, key, valp);
581}
582
583/* override some hints from the hwdep entry */
584static void stac_store_hints(struct hda_codec *codec)
585{
586 struct sigmatel_spec *spec = codec->spec;
587 int val;
588
589 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
590 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
591 spec->gpio_mask;
592 }
593 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
594 spec->gpio_mask &= spec->gpio_mask;
595 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
596 spec->gpio_dir &= spec->gpio_mask;
597 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
598 spec->eapd_mask &= spec->gpio_mask;
599 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
600 spec->gpio_mute &= spec->gpio_mask;
601 val = snd_hda_get_bool_hint(codec, "eapd_switch");
602 if (val >= 0)
603 spec->eapd_switch = val;
604}
605
606/*
607 * loopback controls
608 */
609
610#define stac_aloopback_info snd_ctl_boolean_mono_info
611
612static int stac_aloopback_get(struct snd_kcontrol *kcontrol,
613 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200614{
615 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100616 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200617 struct sigmatel_spec *spec = codec->spec;
618
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100619 ucontrol->value.integer.value[0] = !!(spec->aloopback &
620 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200621 return 0;
622}
623
Takashi Iwai36c9db72013-01-17 17:07:59 +0100624static int stac_aloopback_put(struct snd_kcontrol *kcontrol,
625 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200626{
627 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
628 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100629 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200630 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100631 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200632
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100633 idx_val = spec->aloopback_mask << idx;
634 if (ucontrol->value.integer.value[0])
635 val = spec->aloopback | idx_val;
636 else
637 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100638 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200639 return 0;
640
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100641 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200642
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100643 /* Only return the bits defined by the shift value of the
644 * first two bytes of the mask
645 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200646 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100647 kcontrol->private_value & 0xFFFF, 0x0);
648 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200649
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100650 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200651 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100652 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200653 } else {
654 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100655 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200656 }
657
658 snd_hda_codec_write_cache(codec, codec->afg, 0,
659 kcontrol->private_value >> 16, dac_mode);
660
661 return 1;
662}
663
Takashi Iwai36c9db72013-01-17 17:07:59 +0100664#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
665 { \
666 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
667 .name = "Analog Loopback", \
668 .count = cnt, \
669 .info = stac_aloopback_info, \
670 .get = stac_aloopback_get, \
671 .put = stac_aloopback_put, \
672 .private_value = verb_read | (verb_write << 16), \
673 }
674
675/*
676 * Mute LED handling on HP laptops
677 */
678
679/* check whether it's a HP laptop with a docking port */
680static bool hp_bnb2011_with_dock(struct hda_codec *codec)
681{
682 if (codec->vendor_id != 0x111d7605 &&
683 codec->vendor_id != 0x111d76d1)
684 return false;
685
686 switch (codec->subsystem_id) {
687 case 0x103c1618:
688 case 0x103c1619:
689 case 0x103c161a:
690 case 0x103c161b:
691 case 0x103c161c:
692 case 0x103c161d:
693 case 0x103c161e:
694 case 0x103c161f:
695
696 case 0x103c162a:
697 case 0x103c162b:
698
699 case 0x103c1630:
700 case 0x103c1631:
701
702 case 0x103c1633:
703 case 0x103c1634:
704 case 0x103c1635:
705
706 case 0x103c3587:
707 case 0x103c3588:
708 case 0x103c3589:
709 case 0x103c358a:
710
711 case 0x103c3667:
712 case 0x103c3668:
713 case 0x103c3669:
714
715 return true;
716 }
717 return false;
718}
719
720static bool hp_blike_system(u32 subsystem_id)
721{
722 switch (subsystem_id) {
723 case 0x103c1520:
724 case 0x103c1521:
725 case 0x103c1523:
726 case 0x103c1524:
727 case 0x103c1525:
728 case 0x103c1722:
729 case 0x103c1723:
730 case 0x103c1724:
731 case 0x103c1725:
732 case 0x103c1726:
733 case 0x103c1727:
734 case 0x103c1728:
735 case 0x103c1729:
736 case 0x103c172a:
737 case 0x103c172b:
738 case 0x103c307e:
739 case 0x103c307f:
740 case 0x103c3080:
741 case 0x103c3081:
742 case 0x103c7007:
743 case 0x103c7008:
744 return true;
745 }
746 return false;
747}
748
749static void set_hp_led_gpio(struct hda_codec *codec)
750{
751 struct sigmatel_spec *spec = codec->spec;
752 unsigned int gpio;
753
754 if (spec->gpio_led)
755 return;
756
757 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
758 gpio &= AC_GPIO_IO_COUNT;
759 if (gpio > 3)
760 spec->gpio_led = 0x08; /* GPIO 3 */
761 else
762 spec->gpio_led = 0x01; /* GPIO 0 */
763}
764
765/*
766 * This method searches for the mute LED GPIO configuration
767 * provided as OEM string in SMBIOS. The format of that string
768 * is HP_Mute_LED_P_G or HP_Mute_LED_P
769 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
770 * that corresponds to the NOT muted state of the master volume
771 * and G is the index of the GPIO to use as the mute LED control (0..9)
772 * If _G portion is missing it is assigned based on the codec ID
773 *
774 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
775 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
776 *
777 *
778 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
779 * SMBIOS - at least the ones I have seen do not have them - which include
780 * my own system (HP Pavilion dv6-1110ax) and my cousin's
781 * HP Pavilion dv9500t CTO.
782 * Need more information on whether it is true across the entire series.
783 * -- kunal
784 */
785static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
786{
787 struct sigmatel_spec *spec = codec->spec;
788 const struct dmi_device *dev = NULL;
789
790 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
791 get_int_hint(codec, "gpio_led_polarity",
792 &spec->gpio_led_polarity);
793 return 1;
794 }
795
796 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
797 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
798 &spec->gpio_led_polarity,
799 &spec->gpio_led) == 2) {
800 unsigned int max_gpio;
801 max_gpio = snd_hda_param_read(codec, codec->afg,
802 AC_PAR_GPIO_CAP);
803 max_gpio &= AC_GPIO_IO_COUNT;
804 if (spec->gpio_led < max_gpio)
805 spec->gpio_led = 1 << spec->gpio_led;
806 else
807 spec->vref_mute_led_nid = spec->gpio_led;
808 return 1;
809 }
810 if (sscanf(dev->name, "HP_Mute_LED_%d",
811 &spec->gpio_led_polarity) == 1) {
812 set_hp_led_gpio(codec);
813 return 1;
814 }
815 /* BIOS bug: unfilled OEM string */
816 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
817 set_hp_led_gpio(codec);
818 if (default_polarity >= 0)
819 spec->gpio_led_polarity = default_polarity;
820 else
821 spec->gpio_led_polarity = 1;
822 return 1;
823 }
824 }
825
826 /*
827 * Fallback case - if we don't find the DMI strings,
828 * we statically set the GPIO - if not a B-series system
829 * and default polarity is provided
830 */
831 if (!hp_blike_system(codec->subsystem_id) &&
832 (default_polarity == 0 || default_polarity == 1)) {
833 set_hp_led_gpio(codec);
834 spec->gpio_led_polarity = default_polarity;
835 return 1;
836 }
837 return 0;
838}
839
David Henningsson303985f2013-03-14 15:28:29 +0100840/* check whether a built-in speaker is included in parsed pins */
841static bool has_builtin_speaker(struct hda_codec *codec)
842{
843 struct sigmatel_spec *spec = codec->spec;
844 hda_nid_t *nid_pin;
845 int nids, i;
846
847 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
848 nid_pin = spec->gen.autocfg.line_out_pins;
849 nids = spec->gen.autocfg.line_outs;
850 } else {
851 nid_pin = spec->gen.autocfg.speaker_pins;
852 nids = spec->gen.autocfg.speaker_outs;
853 }
854
855 for (i = 0; i < nids; i++) {
856 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
857 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
858 return true;
859 }
860 return false;
861}
862
Takashi Iwai36c9db72013-01-17 17:07:59 +0100863/*
864 * PC beep controls
865 */
866
867/* create PC beep volume controls */
868static int stac_auto_create_beep_ctls(struct hda_codec *codec,
869 hda_nid_t nid)
870{
871 struct sigmatel_spec *spec = codec->spec;
872 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
873 struct snd_kcontrol_new *knew;
874 static struct snd_kcontrol_new abeep_mute_ctl =
875 HDA_CODEC_MUTE(NULL, 0, 0, 0);
876 static struct snd_kcontrol_new dbeep_mute_ctl =
877 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0);
878 static struct snd_kcontrol_new beep_vol_ctl =
879 HDA_CODEC_VOLUME(NULL, 0, 0, 0);
880
881 /* check for mute support for the the amp */
882 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
883 const struct snd_kcontrol_new *temp;
884 if (spec->anabeep_nid == nid)
885 temp = &abeep_mute_ctl;
886 else
887 temp = &dbeep_mute_ctl;
888 knew = snd_hda_gen_add_kctl(&spec->gen,
889 "Beep Playback Switch", temp);
890 if (!knew)
891 return -ENOMEM;
892 knew->private_value =
893 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
894 }
895
896 /* check to see if there is volume support for the amp */
897 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
898 knew = snd_hda_gen_add_kctl(&spec->gen,
899 "Beep Playback Volume",
900 &beep_vol_ctl);
901 if (!knew)
902 return -ENOMEM;
903 knew->private_value =
904 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
905 }
906 return 0;
907}
908
909#ifdef CONFIG_SND_HDA_INPUT_BEEP
910#define stac_dig_beep_switch_info snd_ctl_boolean_mono_info
911
912static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
913 struct snd_ctl_elem_value *ucontrol)
914{
915 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
916 ucontrol->value.integer.value[0] = codec->beep->enabled;
917 return 0;
918}
919
920static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
921 struct snd_ctl_elem_value *ucontrol)
922{
923 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
924 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
925}
926
927static const struct snd_kcontrol_new stac_dig_beep_ctrl = {
928 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
929 .name = "Beep Playback Switch",
930 .info = stac_dig_beep_switch_info,
931 .get = stac_dig_beep_switch_get,
932 .put = stac_dig_beep_switch_put,
933};
934
935static int stac_beep_switch_ctl(struct hda_codec *codec)
936{
937 struct sigmatel_spec *spec = codec->spec;
938
939 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl))
940 return -ENOMEM;
941 return 0;
942}
943#endif
944
945/*
Takashi Iwai42875472013-01-22 09:34:48 +0100946 * SPDIF-out mux controls
947 */
948
949static int stac_smux_enum_info(struct snd_kcontrol *kcontrol,
950 struct snd_ctl_elem_info *uinfo)
951{
952 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
953 struct sigmatel_spec *spec = codec->spec;
954 return snd_hda_input_mux_info(&spec->spdif_mux, uinfo);
955}
956
957static int stac_smux_enum_get(struct snd_kcontrol *kcontrol,
958 struct snd_ctl_elem_value *ucontrol)
959{
960 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
961 struct sigmatel_spec *spec = codec->spec;
962 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
963
964 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
965 return 0;
966}
967
968static int stac_smux_enum_put(struct snd_kcontrol *kcontrol,
969 struct snd_ctl_elem_value *ucontrol)
970{
971 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
972 struct sigmatel_spec *spec = codec->spec;
973 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
974
975 return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol,
976 spec->gen.autocfg.dig_out_pins[smux_idx],
977 &spec->cur_smux[smux_idx]);
978}
979
980static struct snd_kcontrol_new stac_smux_mixer = {
981 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
982 .name = "IEC958 Playback Source",
983 /* count set later */
984 .info = stac_smux_enum_info,
985 .get = stac_smux_enum_get,
986 .put = stac_smux_enum_put,
987};
988
989static const char * const stac_spdif_labels[] = {
990 "Digital Playback", "Analog Mux 1", "Analog Mux 2", NULL
991};
992
993static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
994{
995 struct sigmatel_spec *spec = codec->spec;
996 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
997 const char * const *labels = spec->spdif_labels;
998 struct snd_kcontrol_new *kctl;
999 int i, num_cons;
1000
1001 if (cfg->dig_outs < 1)
1002 return 0;
1003
1004 num_cons = snd_hda_get_num_conns(codec, cfg->dig_out_pins[0]);
1005 if (num_cons <= 1)
1006 return 0;
1007
1008 if (!labels)
1009 labels = stac_spdif_labels;
1010 for (i = 0; i < num_cons; i++) {
1011 if (snd_BUG_ON(!labels[i]))
1012 return -EINVAL;
1013 snd_hda_add_imux_item(&spec->spdif_mux, labels[i], i, NULL);
1014 }
1015
1016 kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer);
1017 if (!kctl)
1018 return -ENOMEM;
1019 kctl->count = cfg->dig_outs;
1020
1021 return 0;
1022}
1023
1024/*
Takashi Iwai36c9db72013-01-17 17:07:59 +01001025 */
1026
Takashi Iwai2b635362011-05-02 12:33:43 +02001027static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +02001028 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +02001029 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +02001030 {}
1031};
1032
Takashi Iwai2b635362011-05-02 12:33:43 +02001033static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001034 /* set dac0mux for dac converter */
1035 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1036 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1037 {}
1038};
1039
Takashi Iwai2b635362011-05-02 12:33:43 +02001040static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +01001041 /* set master volume to max value without distortion
1042 * and direct control */
1043 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +01001044 {}
1045};
1046
Takashi Iwai2b635362011-05-02 12:33:43 +02001047static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001048 /* set master volume and direct control */
1049 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001050 {}
1051};
1052
Takashi Iwai2b635362011-05-02 12:33:43 +02001053static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001054 /* power state controls amps */
1055 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001056 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001057};
1058
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001059static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1060 { 0x22, 0x785, 0x43 },
1061 { 0x22, 0x782, 0xe0 },
1062 { 0x22, 0x795, 0x00 },
1063 {}
1064};
1065
Takashi Iwai2b635362011-05-02 12:33:43 +02001066static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001067 /* set master volume and direct control */
1068 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001069 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +01001070};
1071
Takashi Iwai2b635362011-05-02 12:33:43 +02001072static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05001073 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
1074 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001075 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1076 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001077 {}
1078};
1079
Takashi Iwai2b635362011-05-02 12:33:43 +02001080static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001081 /* set dac0mux for dac converter */
1082 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +01001083 /* mute the master volume */
1084 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +01001085 {}
1086};
1087
Takashi Iwai2b635362011-05-02 12:33:43 +02001088static const struct hda_verb stac922x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001089 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +02001090 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +02001091 {}
1092};
1093
Takashi Iwai2b635362011-05-02 12:33:43 +02001094static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02001095 /* unmute node 0x1b */
1096 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
Takashi Iwai36c9db72013-01-17 17:07:59 +01001097 /* select node 0x03 as DAC */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001098 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1099 {}
1100};
1101
Takashi Iwai2b635362011-05-02 12:33:43 +02001102static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02001103 /* don't set delta bit */
1104 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1105 /* unmute node 0x1b */
1106 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1107 /* select node 0x03 as DAC */
1108 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1109 {}
1110};
1111
Takashi Iwai2b635362011-05-02 12:33:43 +02001112static const struct hda_verb stac927x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001113 /* set master volume and direct control */
Matt Porter3cc08dc2006-01-23 15:27:49 +01001114 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001115 /* enable analog pc beep path */
1116 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +01001117 {}
1118};
1119
Takashi Iwai2b635362011-05-02 12:33:43 +02001120static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +02001121 /* don't set delta bit */
1122 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1123 /* enable analog pc beep path */
1124 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1125 {}
1126};
1127
Takashi Iwai2b635362011-05-02 12:33:43 +02001128static const struct hda_verb stac9205_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001129 /* set master volume and direct control */
Matt Porterf3302a52006-07-31 12:49:34 +02001130 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001131 /* enable analog pc beep path */
1132 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +02001133 {}
1134};
1135
Takashi Iwai36c9db72013-01-17 17:07:59 +01001136static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback =
1137 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01001138
Takashi Iwai36c9db72013-01-17 17:07:59 +01001139static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback =
1140 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001141
Takashi Iwai36c9db72013-01-17 17:07:59 +01001142static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback =
1143 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001144
Takashi Iwai36c9db72013-01-17 17:07:59 +01001145static const struct snd_kcontrol_new stac92hd71bxx_loopback =
1146 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2);
Matt2f2f4252005-04-13 14:45:30 +02001147
Takashi Iwai36c9db72013-01-17 17:07:59 +01001148static const struct snd_kcontrol_new stac9205_loopback =
1149 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001150
Takashi Iwai36c9db72013-01-17 17:07:59 +01001151static const struct snd_kcontrol_new stac927x_loopback =
1152 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1);
Matt2f2f4252005-04-13 14:45:30 +02001153
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001154static const struct hda_pintbl ref9200_pin_configs[] = {
1155 { 0x08, 0x01c47010 },
1156 { 0x09, 0x01447010 },
1157 { 0x0d, 0x0221401f },
1158 { 0x0e, 0x01114010 },
1159 { 0x0f, 0x02a19020 },
1160 { 0x10, 0x01a19021 },
1161 { 0x11, 0x90100140 },
1162 { 0x12, 0x01813122 },
1163 {}
Matt2f2f4252005-04-13 14:45:30 +02001164};
1165
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001166static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1167 { 0x08, 0x400000fe },
1168 { 0x09, 0x404500f4 },
1169 { 0x0d, 0x400100f0 },
1170 { 0x0e, 0x90110010 },
1171 { 0x0f, 0x400100f1 },
1172 { 0x10, 0x02a1902e },
1173 { 0x11, 0x500000f2 },
1174 { 0x12, 0x500000f3 },
1175 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001176};
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001177
1178static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1179 { 0x08, 0x400000fe },
1180 { 0x09, 0x404500f4 },
1181 { 0x0d, 0x400100f0 },
1182 { 0x0e, 0x90110010 },
1183 { 0x0f, 0x400100f1 },
1184 { 0x10, 0x02a1902e },
1185 { 0x11, 0x500000f2 },
1186 { 0x12, 0x500000f3 },
1187 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001188};
1189
1190/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001191 STAC 9200 pin configs for
1192 102801A8
1193 102801DE
1194 102801E8
1195*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001196static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1197 { 0x08, 0x400001f0 },
1198 { 0x09, 0x400001f1 },
1199 { 0x0d, 0x02214030 },
1200 { 0x0e, 0x01014010 },
1201 { 0x0f, 0x02a19020 },
1202 { 0x10, 0x01a19021 },
1203 { 0x11, 0x90100140 },
1204 { 0x12, 0x01813122 },
1205 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001206};
1207
Takashi Iwai36c9db72013-01-17 17:07:59 +01001208/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001209 STAC 9200 pin configs for
1210 102801C0
1211 102801C1
1212*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001213static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1214 { 0x08, 0x400001f0 },
1215 { 0x09, 0x400001f1 },
1216 { 0x0d, 0x0221401f },
1217 { 0x0e, 0x01014010 },
1218 { 0x0f, 0x01813020 },
1219 { 0x10, 0x02a19021 },
1220 { 0x11, 0x90100140 },
1221 { 0x12, 0x400001f2 },
1222 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001223};
1224
Takashi Iwai36c9db72013-01-17 17:07:59 +01001225/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001226 STAC 9200 pin configs for
1227 102801C4 (Dell Dimension E310)
1228 102801C5
1229 102801C7
1230 102801D9
1231 102801DA
1232 102801E3
1233*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001234static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1235 { 0x08, 0x400001f0 },
1236 { 0x09, 0x400001f1 },
1237 { 0x0d, 0x0221401f },
1238 { 0x0e, 0x01014010 },
1239 { 0x0f, 0x01813020 },
1240 { 0x10, 0x01a19021 },
1241 { 0x11, 0x90100140 },
1242 { 0x12, 0x400001f2 },
1243 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001244};
1245
1246
1247/*
1248 STAC 9200-32 pin configs for
1249 102801B5 (Dell Inspiron 630m)
1250 102801D8 (Dell Inspiron 640m)
1251*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001252static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1253 { 0x08, 0x40c003fa },
1254 { 0x09, 0x03441340 },
1255 { 0x0d, 0x0321121f },
1256 { 0x0e, 0x90170310 },
1257 { 0x0f, 0x408003fb },
1258 { 0x10, 0x03a11020 },
1259 { 0x11, 0x401003fc },
1260 { 0x12, 0x403003fd },
1261 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001262};
1263
1264/*
1265 STAC 9200-32 pin configs for
1266 102801C2 (Dell Latitude D620)
1267 102801C8
1268 102801CC (Dell Latitude D820)
1269 102801D4
1270 102801D6
1271*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001272static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1273 { 0x08, 0x40c003fa },
1274 { 0x09, 0x0144131f },
1275 { 0x0d, 0x0321121f },
1276 { 0x0e, 0x90170310 },
1277 { 0x0f, 0x90a70321 },
1278 { 0x10, 0x03a11020 },
1279 { 0x11, 0x401003fb },
1280 { 0x12, 0x40f000fc },
1281 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001282};
1283
1284/*
1285 STAC 9200-32 pin configs for
1286 102801CE (Dell XPS M1710)
1287 102801CF (Dell Precision M90)
1288*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001289static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1290 { 0x08, 0x40c003fa },
1291 { 0x09, 0x01441340 },
1292 { 0x0d, 0x0421421f },
1293 { 0x0e, 0x90170310 },
1294 { 0x0f, 0x408003fb },
1295 { 0x10, 0x04a1102e },
1296 { 0x11, 0x90170311 },
1297 { 0x12, 0x403003fc },
1298 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001299};
1300
1301/*
1302 STAC 9200-32 pin configs for
1303 102801C9
1304 102801CA
1305 102801CB (Dell Latitude 120L)
1306 102801D3
1307*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001308static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1309 { 0x08, 0x40c003fa },
1310 { 0x09, 0x404003fb },
1311 { 0x0d, 0x0321121f },
1312 { 0x0e, 0x90170310 },
1313 { 0x0f, 0x408003fc },
1314 { 0x10, 0x03a11020 },
1315 { 0x11, 0x401003fd },
1316 { 0x12, 0x403003fe },
1317 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001318};
1319
1320/*
1321 STAC 9200-32 pin configs for
1322 102801BD (Dell Inspiron E1505n)
1323 102801EE
1324 102801EF
1325*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001326static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1327 { 0x08, 0x40c003fa },
1328 { 0x09, 0x01441340 },
1329 { 0x0d, 0x0421121f },
1330 { 0x0e, 0x90170310 },
1331 { 0x0f, 0x408003fb },
1332 { 0x10, 0x04a11020 },
1333 { 0x11, 0x401003fc },
1334 { 0x12, 0x403003fd },
1335 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001336};
1337
1338/*
1339 STAC 9200-32 pin configs for
1340 102801F5 (Dell Inspiron 1501)
1341 102801F6
1342*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001343static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1344 { 0x08, 0x40c003fa },
1345 { 0x09, 0x404003fb },
1346 { 0x0d, 0x0421121f },
1347 { 0x0e, 0x90170310 },
1348 { 0x0f, 0x408003fc },
1349 { 0x10, 0x04a11020 },
1350 { 0x11, 0x401003fd },
1351 { 0x12, 0x403003fe },
1352 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001353};
1354
1355/*
1356 STAC 9200-32
1357 102801CD (Dell Inspiron E1705/9400)
1358*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001359static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1360 { 0x08, 0x40c003fa },
1361 { 0x09, 0x01441340 },
1362 { 0x0d, 0x0421121f },
1363 { 0x0e, 0x90170310 },
1364 { 0x0f, 0x90170310 },
1365 { 0x10, 0x04a11020 },
1366 { 0x11, 0x90170310 },
1367 { 0x12, 0x40f003fc },
1368 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001369};
1370
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001371static const struct hda_pintbl oqo9200_pin_configs[] = {
1372 { 0x08, 0x40c000f0 },
1373 { 0x09, 0x404000f1 },
1374 { 0x0d, 0x0221121f },
1375 { 0x0e, 0x02211210 },
1376 { 0x0f, 0x90170111 },
1377 { 0x10, 0x90a70120 },
1378 { 0x11, 0x400000f2 },
1379 { 0x12, 0x400000f3 },
1380 {}
Tobin Davisbf277782008-02-03 20:31:47 +01001381};
1382
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001383
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001384static void stac9200_fixup_panasonic(struct hda_codec *codec,
1385 const struct hda_fixup *fix, int action)
1386{
1387 struct sigmatel_spec *spec = codec->spec;
1388
Takashi Iwai36c9db72013-01-17 17:07:59 +01001389 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001390 spec->gpio_mask = spec->gpio_dir = 0x09;
1391 spec->gpio_data = 0x00;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001392 /* CF-74 has no headphone detection, and the driver should *NOT*
1393 * do detection and HP/speaker toggle because the hardware does it.
1394 */
Takashi Iwai36c9db72013-01-17 17:07:59 +01001395 spec->gen.suppress_auto_mute = 1;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001396 }
1397}
1398
1399
1400static const struct hda_fixup stac9200_fixups[] = {
1401 [STAC_REF] = {
1402 .type = HDA_FIXUP_PINS,
1403 .v.pins = ref9200_pin_configs,
1404 },
1405 [STAC_9200_OQO] = {
1406 .type = HDA_FIXUP_PINS,
1407 .v.pins = oqo9200_pin_configs,
1408 .chained = true,
1409 .chain_id = STAC_9200_EAPD_INIT,
1410 },
1411 [STAC_9200_DELL_D21] = {
1412 .type = HDA_FIXUP_PINS,
1413 .v.pins = dell9200_d21_pin_configs,
1414 },
1415 [STAC_9200_DELL_D22] = {
1416 .type = HDA_FIXUP_PINS,
1417 .v.pins = dell9200_d22_pin_configs,
1418 },
1419 [STAC_9200_DELL_D23] = {
1420 .type = HDA_FIXUP_PINS,
1421 .v.pins = dell9200_d23_pin_configs,
1422 },
1423 [STAC_9200_DELL_M21] = {
1424 .type = HDA_FIXUP_PINS,
1425 .v.pins = dell9200_m21_pin_configs,
1426 },
1427 [STAC_9200_DELL_M22] = {
1428 .type = HDA_FIXUP_PINS,
1429 .v.pins = dell9200_m22_pin_configs,
1430 },
1431 [STAC_9200_DELL_M23] = {
1432 .type = HDA_FIXUP_PINS,
1433 .v.pins = dell9200_m23_pin_configs,
1434 },
1435 [STAC_9200_DELL_M24] = {
1436 .type = HDA_FIXUP_PINS,
1437 .v.pins = dell9200_m24_pin_configs,
1438 },
1439 [STAC_9200_DELL_M25] = {
1440 .type = HDA_FIXUP_PINS,
1441 .v.pins = dell9200_m25_pin_configs,
1442 },
1443 [STAC_9200_DELL_M26] = {
1444 .type = HDA_FIXUP_PINS,
1445 .v.pins = dell9200_m26_pin_configs,
1446 },
1447 [STAC_9200_DELL_M27] = {
1448 .type = HDA_FIXUP_PINS,
1449 .v.pins = dell9200_m27_pin_configs,
1450 },
1451 [STAC_9200_M4] = {
1452 .type = HDA_FIXUP_PINS,
1453 .v.pins = gateway9200_m4_pin_configs,
1454 .chained = true,
1455 .chain_id = STAC_9200_EAPD_INIT,
1456 },
1457 [STAC_9200_M4_2] = {
1458 .type = HDA_FIXUP_PINS,
1459 .v.pins = gateway9200_m4_2_pin_configs,
1460 .chained = true,
1461 .chain_id = STAC_9200_EAPD_INIT,
1462 },
1463 [STAC_9200_PANASONIC] = {
1464 .type = HDA_FIXUP_FUNC,
1465 .v.func = stac9200_fixup_panasonic,
1466 },
1467 [STAC_9200_EAPD_INIT] = {
1468 .type = HDA_FIXUP_VERBS,
1469 .v.verbs = (const struct hda_verb[]) {
1470 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1471 {}
1472 },
1473 },
Matt Porter403d1942005-11-29 15:00:51 +01001474};
1475
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001476static const struct hda_model_fixup stac9200_models[] = {
1477 { .id = STAC_REF, .name = "ref" },
1478 { .id = STAC_9200_OQO, .name = "oqo" },
1479 { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1480 { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1481 { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1482 { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1483 { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1484 { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1485 { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1486 { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1487 { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1488 { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1489 { .id = STAC_9200_M4, .name = "gateway-m4" },
1490 { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1491 { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1492 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001493};
1494
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001495static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001496 /* SigmaTel reference board */
1497 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1498 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001499 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1500 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001501 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001502 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1503 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001504 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001505 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1506 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1507 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1508 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1509 "unknown Dell", STAC_9200_DELL_D22),
1510 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1511 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001512 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001513 "Dell Latitude D620", STAC_9200_DELL_M22),
1514 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1515 "unknown Dell", STAC_9200_DELL_D23),
1516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1517 "unknown Dell", STAC_9200_DELL_D23),
1518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1519 "unknown Dell", STAC_9200_DELL_M22),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1521 "unknown Dell", STAC_9200_DELL_M24),
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1523 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001525 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001526 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001527 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001528 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001529 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001530 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001531 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001532 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001533 "Dell Precision M90", STAC_9200_DELL_M23),
1534 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1535 "unknown Dell", STAC_9200_DELL_M22),
1536 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1537 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001538 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001539 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001540 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001541 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1542 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1543 "unknown Dell", STAC_9200_DELL_D23),
1544 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1545 "unknown Dell", STAC_9200_DELL_D23),
1546 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1547 "unknown Dell", STAC_9200_DELL_D21),
1548 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1549 "unknown Dell", STAC_9200_DELL_D23),
1550 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1551 "unknown Dell", STAC_9200_DELL_D21),
1552 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1553 "unknown Dell", STAC_9200_DELL_M25),
1554 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1555 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001556 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001557 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1558 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1559 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001560 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001561 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001562 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001563 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1564 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1565 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001566 /* OQO Mobile */
1567 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001568 {} /* terminator */
1569};
1570
Takashi Iwaid2077d42013-01-14 14:20:16 +01001571static const struct hda_pintbl ref925x_pin_configs[] = {
1572 { 0x07, 0x40c003f0 },
1573 { 0x08, 0x424503f2 },
1574 { 0x0a, 0x01813022 },
1575 { 0x0b, 0x02a19021 },
1576 { 0x0c, 0x90a70320 },
1577 { 0x0d, 0x02214210 },
1578 { 0x10, 0x01019020 },
1579 { 0x11, 0x9033032e },
1580 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001581};
1582
Takashi Iwaid2077d42013-01-14 14:20:16 +01001583static const struct hda_pintbl stac925xM1_pin_configs[] = {
1584 { 0x07, 0x40c003f4 },
1585 { 0x08, 0x424503f2 },
1586 { 0x0a, 0x400000f3 },
1587 { 0x0b, 0x02a19020 },
1588 { 0x0c, 0x40a000f0 },
1589 { 0x0d, 0x90100210 },
1590 { 0x10, 0x400003f1 },
1591 { 0x11, 0x9033032e },
1592 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001593};
1594
Takashi Iwaid2077d42013-01-14 14:20:16 +01001595static const struct hda_pintbl stac925xM1_2_pin_configs[] = {
1596 { 0x07, 0x40c003f4 },
1597 { 0x08, 0x424503f2 },
1598 { 0x0a, 0x400000f3 },
1599 { 0x0b, 0x02a19020 },
1600 { 0x0c, 0x40a000f0 },
1601 { 0x0d, 0x90100210 },
1602 { 0x10, 0x400003f1 },
1603 { 0x11, 0x9033032e },
1604 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001605};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001606
Takashi Iwaid2077d42013-01-14 14:20:16 +01001607static const struct hda_pintbl stac925xM2_pin_configs[] = {
1608 { 0x07, 0x40c003f4 },
1609 { 0x08, 0x424503f2 },
1610 { 0x0a, 0x400000f3 },
1611 { 0x0b, 0x02a19020 },
1612 { 0x0c, 0x40a000f0 },
1613 { 0x0d, 0x90100210 },
1614 { 0x10, 0x400003f1 },
1615 { 0x11, 0x9033032e },
1616 {}
Tobin Davis2c11f952007-05-17 09:36:34 +02001617};
1618
Takashi Iwaid2077d42013-01-14 14:20:16 +01001619static const struct hda_pintbl stac925xM2_2_pin_configs[] = {
1620 { 0x07, 0x40c003f4 },
1621 { 0x08, 0x424503f2 },
1622 { 0x0a, 0x400000f3 },
1623 { 0x0b, 0x02a19020 },
1624 { 0x0c, 0x40a000f0 },
1625 { 0x0d, 0x90100210 },
1626 { 0x10, 0x400003f1 },
1627 { 0x11, 0x9033032e },
1628 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001629};
1630
Takashi Iwaid2077d42013-01-14 14:20:16 +01001631static const struct hda_pintbl stac925xM3_pin_configs[] = {
1632 { 0x07, 0x40c003f4 },
1633 { 0x08, 0x424503f2 },
1634 { 0x0a, 0x400000f3 },
1635 { 0x0b, 0x02a19020 },
1636 { 0x0c, 0x40a000f0 },
1637 { 0x0d, 0x90100210 },
1638 { 0x10, 0x400003f1 },
1639 { 0x11, 0x503303f3 },
1640 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001641};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001642
Takashi Iwaid2077d42013-01-14 14:20:16 +01001643static const struct hda_pintbl stac925xM5_pin_configs[] = {
1644 { 0x07, 0x40c003f4 },
1645 { 0x08, 0x424503f2 },
1646 { 0x0a, 0x400000f3 },
1647 { 0x0b, 0x02a19020 },
1648 { 0x0c, 0x40a000f0 },
1649 { 0x0d, 0x90100210 },
1650 { 0x10, 0x400003f1 },
1651 { 0x11, 0x9033032e },
1652 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001653};
1654
Takashi Iwaid2077d42013-01-14 14:20:16 +01001655static const struct hda_pintbl stac925xM6_pin_configs[] = {
1656 { 0x07, 0x40c003f4 },
1657 { 0x08, 0x424503f2 },
1658 { 0x0a, 0x400000f3 },
1659 { 0x0b, 0x02a19020 },
1660 { 0x0c, 0x40a000f0 },
1661 { 0x0d, 0x90100210 },
1662 { 0x10, 0x400003f1 },
1663 { 0x11, 0x90330320 },
1664 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001665};
1666
Takashi Iwaid2077d42013-01-14 14:20:16 +01001667static const struct hda_fixup stac925x_fixups[] = {
1668 [STAC_REF] = {
1669 .type = HDA_FIXUP_PINS,
1670 .v.pins = ref925x_pin_configs,
1671 },
1672 [STAC_M1] = {
1673 .type = HDA_FIXUP_PINS,
1674 .v.pins = stac925xM1_pin_configs,
1675 },
1676 [STAC_M1_2] = {
1677 .type = HDA_FIXUP_PINS,
1678 .v.pins = stac925xM1_2_pin_configs,
1679 },
1680 [STAC_M2] = {
1681 .type = HDA_FIXUP_PINS,
1682 .v.pins = stac925xM2_pin_configs,
1683 },
1684 [STAC_M2_2] = {
1685 .type = HDA_FIXUP_PINS,
1686 .v.pins = stac925xM2_2_pin_configs,
1687 },
1688 [STAC_M3] = {
1689 .type = HDA_FIXUP_PINS,
1690 .v.pins = stac925xM3_pin_configs,
1691 },
1692 [STAC_M5] = {
1693 .type = HDA_FIXUP_PINS,
1694 .v.pins = stac925xM5_pin_configs,
1695 },
1696 [STAC_M6] = {
1697 .type = HDA_FIXUP_PINS,
1698 .v.pins = stac925xM6_pin_configs,
1699 },
Tobin Davis8e21c342007-01-08 11:04:17 +01001700};
1701
Takashi Iwaid2077d42013-01-14 14:20:16 +01001702static const struct hda_model_fixup stac925x_models[] = {
1703 { .id = STAC_REF, .name = "ref" },
1704 { .id = STAC_M1, .name = "m1" },
1705 { .id = STAC_M1_2, .name = "m1-2" },
1706 { .id = STAC_M2, .name = "m2" },
1707 { .id = STAC_M2_2, .name = "m2-2" },
1708 { .id = STAC_M3, .name = "m3" },
1709 { .id = STAC_M5, .name = "m5" },
1710 { .id = STAC_M6, .name = "m6" },
1711 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001712};
1713
Takashi Iwaid2077d42013-01-14 14:20:16 +01001714static const struct snd_pci_quirk stac925x_fixup_tbl[] = {
1715 /* SigmaTel reference board */
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1718 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1719
1720 /* Default table for unknown ID */
1721 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1722
1723 /* gateway machines are checked via codec ssid */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001724 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1725 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1726 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1727 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001728 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001729 /* Not sure about the brand name for those */
1730 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1731 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1732 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1733 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001734 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001735};
1736
Takashi Iwai55e30142013-01-14 17:30:04 +01001737static const struct hda_pintbl ref92hd73xx_pin_configs[] = {
1738 { 0x0a, 0x02214030 },
1739 { 0x0b, 0x02a19040 },
1740 { 0x0c, 0x01a19020 },
1741 { 0x0d, 0x02214030 },
1742 { 0x0e, 0x0181302e },
1743 { 0x0f, 0x01014010 },
1744 { 0x10, 0x01014020 },
1745 { 0x11, 0x01014030 },
1746 { 0x12, 0x02319040 },
1747 { 0x13, 0x90a000f0 },
1748 { 0x14, 0x90a000f0 },
1749 { 0x22, 0x01452050 },
1750 { 0x23, 0x01452050 },
1751 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01001752};
1753
Takashi Iwai55e30142013-01-14 17:30:04 +01001754static const struct hda_pintbl dell_m6_pin_configs[] = {
1755 { 0x0a, 0x0321101f },
1756 { 0x0b, 0x4f00000f },
1757 { 0x0c, 0x4f0000f0 },
1758 { 0x0d, 0x90170110 },
1759 { 0x0e, 0x03a11020 },
1760 { 0x0f, 0x0321101f },
1761 { 0x10, 0x4f0000f0 },
1762 { 0x11, 0x4f0000f0 },
1763 { 0x12, 0x4f0000f0 },
1764 { 0x13, 0x90a60160 },
1765 { 0x14, 0x4f0000f0 },
1766 { 0x22, 0x4f0000f0 },
1767 { 0x23, 0x4f0000f0 },
1768 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001769};
1770
Takashi Iwai55e30142013-01-14 17:30:04 +01001771static const struct hda_pintbl alienware_m17x_pin_configs[] = {
1772 { 0x0a, 0x0321101f },
1773 { 0x0b, 0x0321101f },
1774 { 0x0c, 0x03a11020 },
1775 { 0x0d, 0x03014020 },
1776 { 0x0e, 0x90170110 },
1777 { 0x0f, 0x4f0000f0 },
1778 { 0x10, 0x4f0000f0 },
1779 { 0x11, 0x4f0000f0 },
1780 { 0x12, 0x4f0000f0 },
1781 { 0x13, 0x90a60160 },
1782 { 0x14, 0x4f0000f0 },
1783 { 0x22, 0x4f0000f0 },
1784 { 0x23, 0x904601b0 },
1785 {}
Takashi Iwai842ae632009-09-02 07:43:08 +02001786};
1787
Takashi Iwai55e30142013-01-14 17:30:04 +01001788static const struct hda_pintbl intel_dg45id_pin_configs[] = {
1789 { 0x0a, 0x02214230 },
1790 { 0x0b, 0x02A19240 },
1791 { 0x0c, 0x01013214 },
1792 { 0x0d, 0x01014210 },
1793 { 0x0e, 0x01A19250 },
1794 { 0x0f, 0x01011212 },
1795 { 0x10, 0x01016211 },
1796 {}
Alexey Fisher52dc4382009-12-12 11:16:41 +02001797};
1798
Hui Wang1de7ca52014-02-20 11:47:21 +08001799static const struct hda_pintbl stac92hd89xx_hp_front_jack_pin_configs[] = {
1800 { 0x0a, 0x02214030 },
1801 { 0x0b, 0x02A19010 },
1802 {}
1803};
1804
Takashi Iwai55e30142013-01-14 17:30:04 +01001805static void stac92hd73xx_fixup_ref(struct hda_codec *codec,
1806 const struct hda_fixup *fix, int action)
1807{
1808 struct sigmatel_spec *spec = codec->spec;
1809
1810 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1811 return;
1812
1813 snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs);
1814 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
1815}
1816
1817static void stac92hd73xx_fixup_dell(struct hda_codec *codec)
1818{
1819 struct sigmatel_spec *spec = codec->spec;
1820
1821 snd_hda_apply_pincfgs(codec, dell_m6_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001822 spec->eapd_switch = 0;
1823}
1824
1825static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec,
1826 const struct hda_fixup *fix, int action)
1827{
1828 struct sigmatel_spec *spec = codec->spec;
1829
1830 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1831 return;
1832
1833 stac92hd73xx_fixup_dell(codec);
1834 snd_hda_add_verbs(codec, dell_eq_core_init);
1835 spec->volknob_init = 1;
1836}
1837
1838/* Analog Mics */
1839static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec,
1840 const struct hda_fixup *fix, int action)
1841{
Takashi Iwai55e30142013-01-14 17:30:04 +01001842 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1843 return;
1844
1845 stac92hd73xx_fixup_dell(codec);
1846 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Takashi Iwai55e30142013-01-14 17:30:04 +01001847}
1848
1849/* Digital Mics */
1850static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec,
1851 const struct hda_fixup *fix, int action)
1852{
Takashi Iwai55e30142013-01-14 17:30:04 +01001853 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1854 return;
1855
1856 stac92hd73xx_fixup_dell(codec);
1857 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001858}
1859
1860/* Both */
1861static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec,
1862 const struct hda_fixup *fix, int action)
1863{
Takashi Iwai55e30142013-01-14 17:30:04 +01001864 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1865 return;
1866
1867 stac92hd73xx_fixup_dell(codec);
1868 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1869 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001870}
1871
1872static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec,
1873 const struct hda_fixup *fix, int action)
1874{
1875 struct sigmatel_spec *spec = codec->spec;
1876
1877 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1878 return;
1879
1880 snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001881 spec->eapd_switch = 0;
1882}
1883
1884static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec,
1885 const struct hda_fixup *fix, int action)
1886{
Takashi Iwai36c9db72013-01-17 17:07:59 +01001887 if (action == HDA_FIXUP_ACT_PRE_PROBE)
1888 codec->no_jack_detect = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01001889}
1890
1891static const struct hda_fixup stac92hd73xx_fixups[] = {
1892 [STAC_92HD73XX_REF] = {
1893 .type = HDA_FIXUP_FUNC,
1894 .v.func = stac92hd73xx_fixup_ref,
1895 },
1896 [STAC_DELL_M6_AMIC] = {
1897 .type = HDA_FIXUP_FUNC,
1898 .v.func = stac92hd73xx_fixup_dell_m6_amic,
1899 },
1900 [STAC_DELL_M6_DMIC] = {
1901 .type = HDA_FIXUP_FUNC,
1902 .v.func = stac92hd73xx_fixup_dell_m6_dmic,
1903 },
1904 [STAC_DELL_M6_BOTH] = {
1905 .type = HDA_FIXUP_FUNC,
1906 .v.func = stac92hd73xx_fixup_dell_m6_both,
1907 },
1908 [STAC_DELL_EQ] = {
1909 .type = HDA_FIXUP_FUNC,
1910 .v.func = stac92hd73xx_fixup_dell_eq,
1911 },
1912 [STAC_ALIENWARE_M17X] = {
1913 .type = HDA_FIXUP_FUNC,
1914 .v.func = stac92hd73xx_fixup_alienware_m17x,
1915 },
1916 [STAC_92HD73XX_INTEL] = {
1917 .type = HDA_FIXUP_PINS,
1918 .v.pins = intel_dg45id_pin_configs,
1919 },
1920 [STAC_92HD73XX_NO_JD] = {
1921 .type = HDA_FIXUP_FUNC,
1922 .v.func = stac92hd73xx_fixup_no_jd,
Hui Wang1de7ca52014-02-20 11:47:21 +08001923 },
1924 [STAC_92HD89XX_HP_FRONT_JACK] = {
1925 .type = HDA_FIXUP_PINS,
1926 .v.pins = stac92hd89xx_hp_front_jack_pin_configs,
Takashi Iwai55e30142013-01-14 17:30:04 +01001927 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001928};
1929
Takashi Iwai55e30142013-01-14 17:30:04 +01001930static const struct hda_model_fixup stac92hd73xx_models[] = {
1931 { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" },
1932 { .id = STAC_92HD73XX_REF, .name = "ref" },
1933 { .id = STAC_92HD73XX_INTEL, .name = "intel" },
1934 { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" },
1935 { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" },
1936 { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" },
1937 { .id = STAC_DELL_EQ, .name = "dell-eq" },
1938 { .id = STAC_ALIENWARE_M17X, .name = "alienware" },
1939 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001940};
1941
Takashi Iwai55e30142013-01-14 17:30:04 +01001942static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001943 /* SigmaTel reference board */
1944 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001945 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001946 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1947 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001948 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1949 "Intel DG45ID", STAC_92HD73XX_INTEL),
1950 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1951 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001952 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001953 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001954 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001955 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001956 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001957 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001958 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001959 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001960 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001961 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001962 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001963 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001964 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001965 "unknown Dell", STAC_DELL_M6_DMIC),
1966 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1967 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001968 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001969 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001970 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1971 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001972 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1973 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001974 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1975 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001976 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001977 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001978 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001979 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Takashi Iwai55e30142013-01-14 17:30:04 +01001980 /* codec SSID matching */
Takashi Iwai842ae632009-09-02 07:43:08 +02001981 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1982 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001983 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1984 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001985 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001986 "Alienware M17x R3", STAC_DELL_EQ),
Hui Wang1de7ca52014-02-20 11:47:21 +08001987 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17,
1988 "unknown HP", STAC_92HD89XX_HP_FRONT_JACK),
Takashi Iwai842ae632009-09-02 07:43:08 +02001989 {} /* terminator */
1990};
1991
Takashi Iwai372f8c72013-01-14 18:06:34 +01001992static const struct hda_pintbl ref92hd83xxx_pin_configs[] = {
1993 { 0x0a, 0x02214030 },
1994 { 0x0b, 0x02211010 },
1995 { 0x0c, 0x02a19020 },
1996 { 0x0d, 0x02170130 },
1997 { 0x0e, 0x01014050 },
1998 { 0x0f, 0x01819040 },
1999 { 0x10, 0x01014020 },
2000 { 0x11, 0x90a3014e },
2001 { 0x1f, 0x01451160 },
2002 { 0x20, 0x98560170 },
2003 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002004};
2005
Takashi Iwai372f8c72013-01-14 18:06:34 +01002006static const struct hda_pintbl dell_s14_pin_configs[] = {
2007 { 0x0a, 0x0221403f },
2008 { 0x0b, 0x0221101f },
2009 { 0x0c, 0x02a19020 },
2010 { 0x0d, 0x90170110 },
2011 { 0x0e, 0x40f000f0 },
2012 { 0x0f, 0x40f000f0 },
2013 { 0x10, 0x40f000f0 },
2014 { 0x11, 0x90a60160 },
2015 { 0x1f, 0x40f000f0 },
2016 { 0x20, 0x40f000f0 },
2017 {}
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002018};
2019
Takashi Iwai372f8c72013-01-14 18:06:34 +01002020static const struct hda_pintbl dell_vostro_3500_pin_configs[] = {
2021 { 0x0a, 0x02a11020 },
2022 { 0x0b, 0x0221101f },
2023 { 0x0c, 0x400000f0 },
2024 { 0x0d, 0x90170110 },
2025 { 0x0e, 0x400000f1 },
2026 { 0x0f, 0x400000f2 },
2027 { 0x10, 0x400000f3 },
2028 { 0x11, 0x90a60160 },
2029 { 0x1f, 0x400000f4 },
2030 { 0x20, 0x400000f5 },
2031 {}
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002032};
2033
Takashi Iwai372f8c72013-01-14 18:06:34 +01002034static const struct hda_pintbl hp_dv7_4000_pin_configs[] = {
2035 { 0x0a, 0x03a12050 },
2036 { 0x0b, 0x0321201f },
2037 { 0x0c, 0x40f000f0 },
2038 { 0x0d, 0x90170110 },
2039 { 0x0e, 0x40f000f0 },
2040 { 0x0f, 0x40f000f0 },
2041 { 0x10, 0x90170110 },
2042 { 0x11, 0xd5a30140 },
2043 { 0x1f, 0x40f000f0 },
2044 { 0x20, 0x40f000f0 },
2045 {}
Steven Eastland48315592010-08-06 15:07:35 -06002046};
2047
Takashi Iwai372f8c72013-01-14 18:06:34 +01002048static const struct hda_pintbl hp_zephyr_pin_configs[] = {
2049 { 0x0a, 0x01813050 },
2050 { 0x0b, 0x0421201f },
2051 { 0x0c, 0x04a1205e },
2052 { 0x0d, 0x96130310 },
2053 { 0x0e, 0x96130310 },
2054 { 0x0f, 0x0101401f },
2055 { 0x10, 0x1111611f },
2056 { 0x11, 0xd5a30130 },
2057 {}
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002058};
2059
Takashi Iwai372f8c72013-01-14 18:06:34 +01002060static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = {
2061 { 0x0a, 0x40f000f0 },
2062 { 0x0b, 0x0221101f },
2063 { 0x0c, 0x02a11020 },
2064 { 0x0d, 0x92170110 },
2065 { 0x0e, 0x40f000f0 },
2066 { 0x0f, 0x92170110 },
2067 { 0x10, 0x40f000f0 },
2068 { 0x11, 0xd5a30130 },
2069 { 0x1f, 0x40f000f0 },
2070 { 0x20, 0x40f000f0 },
2071 {}
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002072};
2073
Takashi Iwai372f8c72013-01-14 18:06:34 +01002074static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
2075 const struct hda_fixup *fix, int action)
2076{
2077 struct sigmatel_spec *spec = codec->spec;
2078
2079 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2080 return;
2081
2082 if (hp_bnb2011_with_dock(codec)) {
2083 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
2084 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
2085 }
2086
2087 if (find_mute_led_cfg(codec, spec->default_polarity))
2088 snd_printd("mute LED gpio %d polarity %d\n",
2089 spec->gpio_led,
2090 spec->gpio_led_polarity);
2091}
2092
2093static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
2094 const struct hda_fixup *fix, int action)
2095{
2096 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2097 return;
2098
2099 snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs);
2100 snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
2101}
2102
2103static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec,
2104 const struct hda_fixup *fix, int action)
2105{
2106 struct sigmatel_spec *spec = codec->spec;
2107
2108 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2109 spec->default_polarity = 0;
2110}
2111
2112static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec,
2113 const struct hda_fixup *fix, int action)
2114{
2115 struct sigmatel_spec *spec = codec->spec;
2116
2117 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2118 spec->default_polarity = 1;
2119}
2120
2121static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec,
2122 const struct hda_fixup *fix, int action)
2123{
2124 struct sigmatel_spec *spec = codec->spec;
2125
Takashi Iwai95f74c42013-10-24 01:24:15 +02002126 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai372f8c72013-01-14 18:06:34 +01002127 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
Takashi Iwai873ce8a2013-11-26 11:58:40 +01002128 /* resetting controller clears GPIO, so we need to keep on */
2129 codec->bus->power_keep_link_on = 1;
Takashi Iwai95f74c42013-10-24 01:24:15 +02002130 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01002131}
2132
2133static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec,
2134 const struct hda_fixup *fix, int action)
2135{
2136 struct sigmatel_spec *spec = codec->spec;
2137
2138 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2139 spec->headset_jack = 1;
2140}
2141
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002142static const struct hda_verb hp_bnb13_eq_verbs[] = {
2143 /* 44.1KHz base */
2144 { 0x22, 0x7A6, 0x3E },
2145 { 0x22, 0x7A7, 0x68 },
2146 { 0x22, 0x7A8, 0x17 },
2147 { 0x22, 0x7A9, 0x3E },
2148 { 0x22, 0x7AA, 0x68 },
2149 { 0x22, 0x7AB, 0x17 },
2150 { 0x22, 0x7AC, 0x00 },
2151 { 0x22, 0x7AD, 0x80 },
2152 { 0x22, 0x7A6, 0x83 },
2153 { 0x22, 0x7A7, 0x2F },
2154 { 0x22, 0x7A8, 0xD1 },
2155 { 0x22, 0x7A9, 0x83 },
2156 { 0x22, 0x7AA, 0x2F },
2157 { 0x22, 0x7AB, 0xD1 },
2158 { 0x22, 0x7AC, 0x01 },
2159 { 0x22, 0x7AD, 0x80 },
2160 { 0x22, 0x7A6, 0x3E },
2161 { 0x22, 0x7A7, 0x68 },
2162 { 0x22, 0x7A8, 0x17 },
2163 { 0x22, 0x7A9, 0x3E },
2164 { 0x22, 0x7AA, 0x68 },
2165 { 0x22, 0x7AB, 0x17 },
2166 { 0x22, 0x7AC, 0x02 },
2167 { 0x22, 0x7AD, 0x80 },
2168 { 0x22, 0x7A6, 0x7C },
2169 { 0x22, 0x7A7, 0xC6 },
2170 { 0x22, 0x7A8, 0x0C },
2171 { 0x22, 0x7A9, 0x7C },
2172 { 0x22, 0x7AA, 0xC6 },
2173 { 0x22, 0x7AB, 0x0C },
2174 { 0x22, 0x7AC, 0x03 },
2175 { 0x22, 0x7AD, 0x80 },
2176 { 0x22, 0x7A6, 0xC3 },
2177 { 0x22, 0x7A7, 0x25 },
2178 { 0x22, 0x7A8, 0xAF },
2179 { 0x22, 0x7A9, 0xC3 },
2180 { 0x22, 0x7AA, 0x25 },
2181 { 0x22, 0x7AB, 0xAF },
2182 { 0x22, 0x7AC, 0x04 },
2183 { 0x22, 0x7AD, 0x80 },
2184 { 0x22, 0x7A6, 0x3E },
2185 { 0x22, 0x7A7, 0x85 },
2186 { 0x22, 0x7A8, 0x73 },
2187 { 0x22, 0x7A9, 0x3E },
2188 { 0x22, 0x7AA, 0x85 },
2189 { 0x22, 0x7AB, 0x73 },
2190 { 0x22, 0x7AC, 0x05 },
2191 { 0x22, 0x7AD, 0x80 },
2192 { 0x22, 0x7A6, 0x85 },
2193 { 0x22, 0x7A7, 0x39 },
2194 { 0x22, 0x7A8, 0xC7 },
2195 { 0x22, 0x7A9, 0x85 },
2196 { 0x22, 0x7AA, 0x39 },
2197 { 0x22, 0x7AB, 0xC7 },
2198 { 0x22, 0x7AC, 0x06 },
2199 { 0x22, 0x7AD, 0x80 },
2200 { 0x22, 0x7A6, 0x3C },
2201 { 0x22, 0x7A7, 0x90 },
2202 { 0x22, 0x7A8, 0xB0 },
2203 { 0x22, 0x7A9, 0x3C },
2204 { 0x22, 0x7AA, 0x90 },
2205 { 0x22, 0x7AB, 0xB0 },
2206 { 0x22, 0x7AC, 0x07 },
2207 { 0x22, 0x7AD, 0x80 },
2208 { 0x22, 0x7A6, 0x7A },
2209 { 0x22, 0x7A7, 0xC6 },
2210 { 0x22, 0x7A8, 0x39 },
2211 { 0x22, 0x7A9, 0x7A },
2212 { 0x22, 0x7AA, 0xC6 },
2213 { 0x22, 0x7AB, 0x39 },
2214 { 0x22, 0x7AC, 0x08 },
2215 { 0x22, 0x7AD, 0x80 },
2216 { 0x22, 0x7A6, 0xC4 },
2217 { 0x22, 0x7A7, 0xE9 },
2218 { 0x22, 0x7A8, 0xDC },
2219 { 0x22, 0x7A9, 0xC4 },
2220 { 0x22, 0x7AA, 0xE9 },
2221 { 0x22, 0x7AB, 0xDC },
2222 { 0x22, 0x7AC, 0x09 },
2223 { 0x22, 0x7AD, 0x80 },
2224 { 0x22, 0x7A6, 0x3D },
2225 { 0x22, 0x7A7, 0xE1 },
2226 { 0x22, 0x7A8, 0x0D },
2227 { 0x22, 0x7A9, 0x3D },
2228 { 0x22, 0x7AA, 0xE1 },
2229 { 0x22, 0x7AB, 0x0D },
2230 { 0x22, 0x7AC, 0x0A },
2231 { 0x22, 0x7AD, 0x80 },
2232 { 0x22, 0x7A6, 0x89 },
2233 { 0x22, 0x7A7, 0xB6 },
2234 { 0x22, 0x7A8, 0xEB },
2235 { 0x22, 0x7A9, 0x89 },
2236 { 0x22, 0x7AA, 0xB6 },
2237 { 0x22, 0x7AB, 0xEB },
2238 { 0x22, 0x7AC, 0x0B },
2239 { 0x22, 0x7AD, 0x80 },
2240 { 0x22, 0x7A6, 0x39 },
2241 { 0x22, 0x7A7, 0x9D },
2242 { 0x22, 0x7A8, 0xFE },
2243 { 0x22, 0x7A9, 0x39 },
2244 { 0x22, 0x7AA, 0x9D },
2245 { 0x22, 0x7AB, 0xFE },
2246 { 0x22, 0x7AC, 0x0C },
2247 { 0x22, 0x7AD, 0x80 },
2248 { 0x22, 0x7A6, 0x76 },
2249 { 0x22, 0x7A7, 0x49 },
2250 { 0x22, 0x7A8, 0x15 },
2251 { 0x22, 0x7A9, 0x76 },
2252 { 0x22, 0x7AA, 0x49 },
2253 { 0x22, 0x7AB, 0x15 },
2254 { 0x22, 0x7AC, 0x0D },
2255 { 0x22, 0x7AD, 0x80 },
2256 { 0x22, 0x7A6, 0xC8 },
2257 { 0x22, 0x7A7, 0x80 },
2258 { 0x22, 0x7A8, 0xF5 },
2259 { 0x22, 0x7A9, 0xC8 },
2260 { 0x22, 0x7AA, 0x80 },
2261 { 0x22, 0x7AB, 0xF5 },
2262 { 0x22, 0x7AC, 0x0E },
2263 { 0x22, 0x7AD, 0x80 },
2264 { 0x22, 0x7A6, 0x40 },
2265 { 0x22, 0x7A7, 0x00 },
2266 { 0x22, 0x7A8, 0x00 },
2267 { 0x22, 0x7A9, 0x40 },
2268 { 0x22, 0x7AA, 0x00 },
2269 { 0x22, 0x7AB, 0x00 },
2270 { 0x22, 0x7AC, 0x0F },
2271 { 0x22, 0x7AD, 0x80 },
2272 { 0x22, 0x7A6, 0x90 },
2273 { 0x22, 0x7A7, 0x68 },
2274 { 0x22, 0x7A8, 0xF1 },
2275 { 0x22, 0x7A9, 0x90 },
2276 { 0x22, 0x7AA, 0x68 },
2277 { 0x22, 0x7AB, 0xF1 },
2278 { 0x22, 0x7AC, 0x10 },
2279 { 0x22, 0x7AD, 0x80 },
2280 { 0x22, 0x7A6, 0x34 },
2281 { 0x22, 0x7A7, 0x47 },
2282 { 0x22, 0x7A8, 0x6C },
2283 { 0x22, 0x7A9, 0x34 },
2284 { 0x22, 0x7AA, 0x47 },
2285 { 0x22, 0x7AB, 0x6C },
2286 { 0x22, 0x7AC, 0x11 },
2287 { 0x22, 0x7AD, 0x80 },
2288 { 0x22, 0x7A6, 0x6F },
2289 { 0x22, 0x7A7, 0x97 },
2290 { 0x22, 0x7A8, 0x0F },
2291 { 0x22, 0x7A9, 0x6F },
2292 { 0x22, 0x7AA, 0x97 },
2293 { 0x22, 0x7AB, 0x0F },
2294 { 0x22, 0x7AC, 0x12 },
2295 { 0x22, 0x7AD, 0x80 },
2296 { 0x22, 0x7A6, 0xCB },
2297 { 0x22, 0x7A7, 0xB8 },
2298 { 0x22, 0x7A8, 0x94 },
2299 { 0x22, 0x7A9, 0xCB },
2300 { 0x22, 0x7AA, 0xB8 },
2301 { 0x22, 0x7AB, 0x94 },
2302 { 0x22, 0x7AC, 0x13 },
2303 { 0x22, 0x7AD, 0x80 },
2304 { 0x22, 0x7A6, 0x40 },
2305 { 0x22, 0x7A7, 0x00 },
2306 { 0x22, 0x7A8, 0x00 },
2307 { 0x22, 0x7A9, 0x40 },
2308 { 0x22, 0x7AA, 0x00 },
2309 { 0x22, 0x7AB, 0x00 },
2310 { 0x22, 0x7AC, 0x14 },
2311 { 0x22, 0x7AD, 0x80 },
2312 { 0x22, 0x7A6, 0x95 },
2313 { 0x22, 0x7A7, 0x76 },
2314 { 0x22, 0x7A8, 0x5B },
2315 { 0x22, 0x7A9, 0x95 },
2316 { 0x22, 0x7AA, 0x76 },
2317 { 0x22, 0x7AB, 0x5B },
2318 { 0x22, 0x7AC, 0x15 },
2319 { 0x22, 0x7AD, 0x80 },
2320 { 0x22, 0x7A6, 0x31 },
2321 { 0x22, 0x7A7, 0xAC },
2322 { 0x22, 0x7A8, 0x31 },
2323 { 0x22, 0x7A9, 0x31 },
2324 { 0x22, 0x7AA, 0xAC },
2325 { 0x22, 0x7AB, 0x31 },
2326 { 0x22, 0x7AC, 0x16 },
2327 { 0x22, 0x7AD, 0x80 },
2328 { 0x22, 0x7A6, 0x6A },
2329 { 0x22, 0x7A7, 0x89 },
2330 { 0x22, 0x7A8, 0xA5 },
2331 { 0x22, 0x7A9, 0x6A },
2332 { 0x22, 0x7AA, 0x89 },
2333 { 0x22, 0x7AB, 0xA5 },
2334 { 0x22, 0x7AC, 0x17 },
2335 { 0x22, 0x7AD, 0x80 },
2336 { 0x22, 0x7A6, 0xCE },
2337 { 0x22, 0x7A7, 0x53 },
2338 { 0x22, 0x7A8, 0xCF },
2339 { 0x22, 0x7A9, 0xCE },
2340 { 0x22, 0x7AA, 0x53 },
2341 { 0x22, 0x7AB, 0xCF },
2342 { 0x22, 0x7AC, 0x18 },
2343 { 0x22, 0x7AD, 0x80 },
2344 { 0x22, 0x7A6, 0x40 },
2345 { 0x22, 0x7A7, 0x00 },
2346 { 0x22, 0x7A8, 0x00 },
2347 { 0x22, 0x7A9, 0x40 },
2348 { 0x22, 0x7AA, 0x00 },
2349 { 0x22, 0x7AB, 0x00 },
2350 { 0x22, 0x7AC, 0x19 },
2351 { 0x22, 0x7AD, 0x80 },
2352 /* 48KHz base */
2353 { 0x22, 0x7A6, 0x3E },
2354 { 0x22, 0x7A7, 0x88 },
2355 { 0x22, 0x7A8, 0xDC },
2356 { 0x22, 0x7A9, 0x3E },
2357 { 0x22, 0x7AA, 0x88 },
2358 { 0x22, 0x7AB, 0xDC },
2359 { 0x22, 0x7AC, 0x1A },
2360 { 0x22, 0x7AD, 0x80 },
2361 { 0x22, 0x7A6, 0x82 },
2362 { 0x22, 0x7A7, 0xEE },
2363 { 0x22, 0x7A8, 0x46 },
2364 { 0x22, 0x7A9, 0x82 },
2365 { 0x22, 0x7AA, 0xEE },
2366 { 0x22, 0x7AB, 0x46 },
2367 { 0x22, 0x7AC, 0x1B },
2368 { 0x22, 0x7AD, 0x80 },
2369 { 0x22, 0x7A6, 0x3E },
2370 { 0x22, 0x7A7, 0x88 },
2371 { 0x22, 0x7A8, 0xDC },
2372 { 0x22, 0x7A9, 0x3E },
2373 { 0x22, 0x7AA, 0x88 },
2374 { 0x22, 0x7AB, 0xDC },
2375 { 0x22, 0x7AC, 0x1C },
2376 { 0x22, 0x7AD, 0x80 },
2377 { 0x22, 0x7A6, 0x7D },
2378 { 0x22, 0x7A7, 0x09 },
2379 { 0x22, 0x7A8, 0x28 },
2380 { 0x22, 0x7A9, 0x7D },
2381 { 0x22, 0x7AA, 0x09 },
2382 { 0x22, 0x7AB, 0x28 },
2383 { 0x22, 0x7AC, 0x1D },
2384 { 0x22, 0x7AD, 0x80 },
2385 { 0x22, 0x7A6, 0xC2 },
2386 { 0x22, 0x7A7, 0xE5 },
2387 { 0x22, 0x7A8, 0xB4 },
2388 { 0x22, 0x7A9, 0xC2 },
2389 { 0x22, 0x7AA, 0xE5 },
2390 { 0x22, 0x7AB, 0xB4 },
2391 { 0x22, 0x7AC, 0x1E },
2392 { 0x22, 0x7AD, 0x80 },
2393 { 0x22, 0x7A6, 0x3E },
2394 { 0x22, 0x7A7, 0xA3 },
2395 { 0x22, 0x7A8, 0x1F },
2396 { 0x22, 0x7A9, 0x3E },
2397 { 0x22, 0x7AA, 0xA3 },
2398 { 0x22, 0x7AB, 0x1F },
2399 { 0x22, 0x7AC, 0x1F },
2400 { 0x22, 0x7AD, 0x80 },
2401 { 0x22, 0x7A6, 0x84 },
2402 { 0x22, 0x7A7, 0xCA },
2403 { 0x22, 0x7A8, 0xF1 },
2404 { 0x22, 0x7A9, 0x84 },
2405 { 0x22, 0x7AA, 0xCA },
2406 { 0x22, 0x7AB, 0xF1 },
2407 { 0x22, 0x7AC, 0x20 },
2408 { 0x22, 0x7AD, 0x80 },
2409 { 0x22, 0x7A6, 0x3C },
2410 { 0x22, 0x7A7, 0xD5 },
2411 { 0x22, 0x7A8, 0x9C },
2412 { 0x22, 0x7A9, 0x3C },
2413 { 0x22, 0x7AA, 0xD5 },
2414 { 0x22, 0x7AB, 0x9C },
2415 { 0x22, 0x7AC, 0x21 },
2416 { 0x22, 0x7AD, 0x80 },
2417 { 0x22, 0x7A6, 0x7B },
2418 { 0x22, 0x7A7, 0x35 },
2419 { 0x22, 0x7A8, 0x0F },
2420 { 0x22, 0x7A9, 0x7B },
2421 { 0x22, 0x7AA, 0x35 },
2422 { 0x22, 0x7AB, 0x0F },
2423 { 0x22, 0x7AC, 0x22 },
2424 { 0x22, 0x7AD, 0x80 },
2425 { 0x22, 0x7A6, 0xC4 },
2426 { 0x22, 0x7A7, 0x87 },
2427 { 0x22, 0x7A8, 0x45 },
2428 { 0x22, 0x7A9, 0xC4 },
2429 { 0x22, 0x7AA, 0x87 },
2430 { 0x22, 0x7AB, 0x45 },
2431 { 0x22, 0x7AC, 0x23 },
2432 { 0x22, 0x7AD, 0x80 },
2433 { 0x22, 0x7A6, 0x3E },
2434 { 0x22, 0x7A7, 0x0A },
2435 { 0x22, 0x7A8, 0x78 },
2436 { 0x22, 0x7A9, 0x3E },
2437 { 0x22, 0x7AA, 0x0A },
2438 { 0x22, 0x7AB, 0x78 },
2439 { 0x22, 0x7AC, 0x24 },
2440 { 0x22, 0x7AD, 0x80 },
2441 { 0x22, 0x7A6, 0x88 },
2442 { 0x22, 0x7A7, 0xE2 },
2443 { 0x22, 0x7A8, 0x05 },
2444 { 0x22, 0x7A9, 0x88 },
2445 { 0x22, 0x7AA, 0xE2 },
2446 { 0x22, 0x7AB, 0x05 },
2447 { 0x22, 0x7AC, 0x25 },
2448 { 0x22, 0x7AD, 0x80 },
2449 { 0x22, 0x7A6, 0x3A },
2450 { 0x22, 0x7A7, 0x1A },
2451 { 0x22, 0x7A8, 0xA3 },
2452 { 0x22, 0x7A9, 0x3A },
2453 { 0x22, 0x7AA, 0x1A },
2454 { 0x22, 0x7AB, 0xA3 },
2455 { 0x22, 0x7AC, 0x26 },
2456 { 0x22, 0x7AD, 0x80 },
2457 { 0x22, 0x7A6, 0x77 },
2458 { 0x22, 0x7A7, 0x1D },
2459 { 0x22, 0x7A8, 0xFB },
2460 { 0x22, 0x7A9, 0x77 },
2461 { 0x22, 0x7AA, 0x1D },
2462 { 0x22, 0x7AB, 0xFB },
2463 { 0x22, 0x7AC, 0x27 },
2464 { 0x22, 0x7AD, 0x80 },
2465 { 0x22, 0x7A6, 0xC7 },
2466 { 0x22, 0x7A7, 0xDA },
2467 { 0x22, 0x7A8, 0xE5 },
2468 { 0x22, 0x7A9, 0xC7 },
2469 { 0x22, 0x7AA, 0xDA },
2470 { 0x22, 0x7AB, 0xE5 },
2471 { 0x22, 0x7AC, 0x28 },
2472 { 0x22, 0x7AD, 0x80 },
2473 { 0x22, 0x7A6, 0x40 },
2474 { 0x22, 0x7A7, 0x00 },
2475 { 0x22, 0x7A8, 0x00 },
2476 { 0x22, 0x7A9, 0x40 },
2477 { 0x22, 0x7AA, 0x00 },
2478 { 0x22, 0x7AB, 0x00 },
2479 { 0x22, 0x7AC, 0x29 },
2480 { 0x22, 0x7AD, 0x80 },
2481 { 0x22, 0x7A6, 0x8E },
2482 { 0x22, 0x7A7, 0xD7 },
2483 { 0x22, 0x7A8, 0x22 },
2484 { 0x22, 0x7A9, 0x8E },
2485 { 0x22, 0x7AA, 0xD7 },
2486 { 0x22, 0x7AB, 0x22 },
2487 { 0x22, 0x7AC, 0x2A },
2488 { 0x22, 0x7AD, 0x80 },
2489 { 0x22, 0x7A6, 0x35 },
2490 { 0x22, 0x7A7, 0x26 },
2491 { 0x22, 0x7A8, 0xC6 },
2492 { 0x22, 0x7A9, 0x35 },
2493 { 0x22, 0x7AA, 0x26 },
2494 { 0x22, 0x7AB, 0xC6 },
2495 { 0x22, 0x7AC, 0x2B },
2496 { 0x22, 0x7AD, 0x80 },
2497 { 0x22, 0x7A6, 0x71 },
2498 { 0x22, 0x7A7, 0x28 },
2499 { 0x22, 0x7A8, 0xDE },
2500 { 0x22, 0x7A9, 0x71 },
2501 { 0x22, 0x7AA, 0x28 },
2502 { 0x22, 0x7AB, 0xDE },
2503 { 0x22, 0x7AC, 0x2C },
2504 { 0x22, 0x7AD, 0x80 },
2505 { 0x22, 0x7A6, 0xCA },
2506 { 0x22, 0x7A7, 0xD9 },
2507 { 0x22, 0x7A8, 0x3A },
2508 { 0x22, 0x7A9, 0xCA },
2509 { 0x22, 0x7AA, 0xD9 },
2510 { 0x22, 0x7AB, 0x3A },
2511 { 0x22, 0x7AC, 0x2D },
2512 { 0x22, 0x7AD, 0x80 },
2513 { 0x22, 0x7A6, 0x40 },
2514 { 0x22, 0x7A7, 0x00 },
2515 { 0x22, 0x7A8, 0x00 },
2516 { 0x22, 0x7A9, 0x40 },
2517 { 0x22, 0x7AA, 0x00 },
2518 { 0x22, 0x7AB, 0x00 },
2519 { 0x22, 0x7AC, 0x2E },
2520 { 0x22, 0x7AD, 0x80 },
2521 { 0x22, 0x7A6, 0x93 },
2522 { 0x22, 0x7A7, 0x5E },
2523 { 0x22, 0x7A8, 0xD8 },
2524 { 0x22, 0x7A9, 0x93 },
2525 { 0x22, 0x7AA, 0x5E },
2526 { 0x22, 0x7AB, 0xD8 },
2527 { 0x22, 0x7AC, 0x2F },
2528 { 0x22, 0x7AD, 0x80 },
2529 { 0x22, 0x7A6, 0x32 },
2530 { 0x22, 0x7A7, 0xB7 },
2531 { 0x22, 0x7A8, 0xB1 },
2532 { 0x22, 0x7A9, 0x32 },
2533 { 0x22, 0x7AA, 0xB7 },
2534 { 0x22, 0x7AB, 0xB1 },
2535 { 0x22, 0x7AC, 0x30 },
2536 { 0x22, 0x7AD, 0x80 },
2537 { 0x22, 0x7A6, 0x6C },
2538 { 0x22, 0x7A7, 0xA1 },
2539 { 0x22, 0x7A8, 0x28 },
2540 { 0x22, 0x7A9, 0x6C },
2541 { 0x22, 0x7AA, 0xA1 },
2542 { 0x22, 0x7AB, 0x28 },
2543 { 0x22, 0x7AC, 0x31 },
2544 { 0x22, 0x7AD, 0x80 },
2545 { 0x22, 0x7A6, 0xCD },
2546 { 0x22, 0x7A7, 0x48 },
2547 { 0x22, 0x7A8, 0x4F },
2548 { 0x22, 0x7A9, 0xCD },
2549 { 0x22, 0x7AA, 0x48 },
2550 { 0x22, 0x7AB, 0x4F },
2551 { 0x22, 0x7AC, 0x32 },
2552 { 0x22, 0x7AD, 0x80 },
2553 { 0x22, 0x7A6, 0x40 },
2554 { 0x22, 0x7A7, 0x00 },
2555 { 0x22, 0x7A8, 0x00 },
2556 { 0x22, 0x7A9, 0x40 },
2557 { 0x22, 0x7AA, 0x00 },
2558 { 0x22, 0x7AB, 0x00 },
2559 { 0x22, 0x7AC, 0x33 },
2560 { 0x22, 0x7AD, 0x80 },
2561 /* common */
2562 { 0x22, 0x782, 0xC1 },
2563 { 0x22, 0x771, 0x2C },
2564 { 0x22, 0x772, 0x2C },
2565 { 0x22, 0x788, 0x04 },
2566 { 0x01, 0x7B0, 0x08 },
2567 {}
2568};
2569
Takashi Iwai372f8c72013-01-14 18:06:34 +01002570static const struct hda_fixup stac92hd83xxx_fixups[] = {
2571 [STAC_92HD83XXX_REF] = {
2572 .type = HDA_FIXUP_PINS,
2573 .v.pins = ref92hd83xxx_pin_configs,
2574 },
2575 [STAC_92HD83XXX_PWR_REF] = {
2576 .type = HDA_FIXUP_PINS,
2577 .v.pins = ref92hd83xxx_pin_configs,
2578 },
2579 [STAC_DELL_S14] = {
2580 .type = HDA_FIXUP_PINS,
2581 .v.pins = dell_s14_pin_configs,
2582 },
2583 [STAC_DELL_VOSTRO_3500] = {
2584 .type = HDA_FIXUP_PINS,
2585 .v.pins = dell_vostro_3500_pin_configs,
2586 },
2587 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = {
2588 .type = HDA_FIXUP_PINS,
2589 .v.pins = hp_cNB11_intquad_pin_configs,
2590 .chained = true,
2591 .chain_id = STAC_92HD83XXX_HP,
2592 },
2593 [STAC_92HD83XXX_HP] = {
2594 .type = HDA_FIXUP_FUNC,
2595 .v.func = stac92hd83xxx_fixup_hp,
2596 },
2597 [STAC_HP_DV7_4000] = {
2598 .type = HDA_FIXUP_PINS,
2599 .v.pins = hp_dv7_4000_pin_configs,
2600 .chained = true,
2601 .chain_id = STAC_92HD83XXX_HP,
2602 },
2603 [STAC_HP_ZEPHYR] = {
2604 .type = HDA_FIXUP_FUNC,
2605 .v.func = stac92hd83xxx_fixup_hp_zephyr,
2606 .chained = true,
2607 .chain_id = STAC_92HD83XXX_HP,
2608 },
2609 [STAC_92HD83XXX_HP_LED] = {
2610 .type = HDA_FIXUP_FUNC,
2611 .v.func = stac92hd83xxx_fixup_hp_led,
2612 .chained = true,
2613 .chain_id = STAC_92HD83XXX_HP,
2614 },
2615 [STAC_92HD83XXX_HP_INV_LED] = {
2616 .type = HDA_FIXUP_FUNC,
2617 .v.func = stac92hd83xxx_fixup_hp_inv_led,
2618 .chained = true,
2619 .chain_id = STAC_92HD83XXX_HP,
2620 },
2621 [STAC_92HD83XXX_HP_MIC_LED] = {
2622 .type = HDA_FIXUP_FUNC,
2623 .v.func = stac92hd83xxx_fixup_hp_mic_led,
2624 .chained = true,
2625 .chain_id = STAC_92HD83XXX_HP,
2626 },
2627 [STAC_92HD83XXX_HEADSET_JACK] = {
2628 .type = HDA_FIXUP_FUNC,
2629 .v.func = stac92hd83xxx_fixup_headset_jack,
2630 },
Takashi Iwai49920422013-01-18 14:28:07 +01002631 [STAC_HP_ENVY_BASS] = {
2632 .type = HDA_FIXUP_PINS,
2633 .v.pins = (const struct hda_pintbl[]) {
2634 { 0x0f, 0x90170111 },
2635 {}
2636 },
2637 },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002638 [STAC_HP_BNB13_EQ] = {
2639 .type = HDA_FIXUP_VERBS,
2640 .v.verbs = hp_bnb13_eq_verbs,
2641 .chained = true,
2642 .chain_id = STAC_92HD83XXX_HP_MIC_LED,
2643 },
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002644};
2645
Takashi Iwai372f8c72013-01-14 18:06:34 +01002646static const struct hda_model_fixup stac92hd83xxx_models[] = {
2647 { .id = STAC_92HD83XXX_REF, .name = "ref" },
2648 { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" },
2649 { .id = STAC_DELL_S14, .name = "dell-s14" },
2650 { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" },
2651 { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" },
2652 { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" },
2653 { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" },
2654 { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" },
2655 { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" },
2656 { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" },
2657 { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" },
Takashi Iwai49920422013-01-18 14:28:07 +01002658 { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002659 { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002660 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002661};
2662
Takashi Iwai372f8c72013-01-14 18:06:34 +01002663static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002664 /* SigmaTel reference board */
2665 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01002666 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002667 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2668 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002669 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
2670 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02002671 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
2672 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
2673 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
2674 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
2675 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
2676 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
2677 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
2678 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
2679 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
2680 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2681 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
2682 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
2683 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
2684 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2685 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
2686 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
2687 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
2688 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002689 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
2690 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002691 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
2692 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2693 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
2694 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2695 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
2696 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2697 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
Takashi Iwai8ae58652012-12-13 14:33:42 +01002698 "HP Pavilion dv7", STAC_HP_DV7_4000),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002699 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
2700 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2701 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
2702 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai49920422013-01-18 14:28:07 +01002703 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1888,
2704 "HP Envy Spectre", STAC_HP_ENVY_BASS),
Takashi Iwai62cbde12012-09-14 11:58:54 +02002705 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002706 "HP Folio", STAC_HP_BNB13_EQ),
2707 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18F8,
2708 "HP bNB13", STAC_HP_BNB13_EQ),
2709 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1909,
2710 "HP bNB13", STAC_HP_BNB13_EQ),
2711 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A,
2712 "HP bNB13", STAC_HP_BNB13_EQ),
2713 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940,
2714 "HP bNB13", STAC_HP_BNB13_EQ),
2715 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941,
2716 "HP bNB13", STAC_HP_BNB13_EQ),
2717 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1942,
2718 "HP bNB13", STAC_HP_BNB13_EQ),
2719 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1943,
2720 "HP bNB13", STAC_HP_BNB13_EQ),
2721 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1944,
2722 "HP bNB13", STAC_HP_BNB13_EQ),
2723 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1945,
2724 "HP bNB13", STAC_HP_BNB13_EQ),
2725 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1946,
2726 "HP bNB13", STAC_HP_BNB13_EQ),
2727 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1948,
2728 "HP bNB13", STAC_HP_BNB13_EQ),
2729 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1949,
2730 "HP bNB13", STAC_HP_BNB13_EQ),
2731 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194A,
2732 "HP bNB13", STAC_HP_BNB13_EQ),
2733 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194B,
2734 "HP bNB13", STAC_HP_BNB13_EQ),
2735 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194C,
2736 "HP bNB13", STAC_HP_BNB13_EQ),
2737 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194E,
2738 "HP bNB13", STAC_HP_BNB13_EQ),
2739 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194F,
2740 "HP bNB13", STAC_HP_BNB13_EQ),
2741 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1950,
2742 "HP bNB13", STAC_HP_BNB13_EQ),
2743 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1951,
2744 "HP bNB13", STAC_HP_BNB13_EQ),
2745 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195A,
2746 "HP bNB13", STAC_HP_BNB13_EQ),
2747 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195B,
2748 "HP bNB13", STAC_HP_BNB13_EQ),
2749 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195C,
2750 "HP bNB13", STAC_HP_BNB13_EQ),
2751 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1991,
2752 "HP bNB13", STAC_HP_BNB13_EQ),
2753 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2103,
2754 "HP bNB13", STAC_HP_BNB13_EQ),
2755 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2104,
2756 "HP bNB13", STAC_HP_BNB13_EQ),
2757 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2105,
2758 "HP bNB13", STAC_HP_BNB13_EQ),
2759 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2106,
2760 "HP bNB13", STAC_HP_BNB13_EQ),
2761 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2107,
2762 "HP bNB13", STAC_HP_BNB13_EQ),
2763 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2108,
2764 "HP bNB13", STAC_HP_BNB13_EQ),
2765 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2109,
2766 "HP bNB13", STAC_HP_BNB13_EQ),
2767 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210A,
2768 "HP bNB13", STAC_HP_BNB13_EQ),
2769 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210B,
2770 "HP bNB13", STAC_HP_BNB13_EQ),
2771 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211C,
2772 "HP bNB13", STAC_HP_BNB13_EQ),
2773 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211D,
2774 "HP bNB13", STAC_HP_BNB13_EQ),
2775 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211E,
2776 "HP bNB13", STAC_HP_BNB13_EQ),
2777 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211F,
2778 "HP bNB13", STAC_HP_BNB13_EQ),
2779 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2120,
2780 "HP bNB13", STAC_HP_BNB13_EQ),
2781 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2121,
2782 "HP bNB13", STAC_HP_BNB13_EQ),
2783 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2122,
2784 "HP bNB13", STAC_HP_BNB13_EQ),
2785 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2123,
2786 "HP bNB13", STAC_HP_BNB13_EQ),
2787 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213E,
2788 "HP bNB13", STAC_HP_BNB13_EQ),
2789 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213F,
2790 "HP bNB13", STAC_HP_BNB13_EQ),
2791 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2140,
2792 "HP bNB13", STAC_HP_BNB13_EQ),
2793 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B2,
2794 "HP bNB13", STAC_HP_BNB13_EQ),
2795 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B3,
2796 "HP bNB13", STAC_HP_BNB13_EQ),
2797 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B5,
2798 "HP bNB13", STAC_HP_BNB13_EQ),
2799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B6,
2800 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwaif9afed12013-02-06 12:39:06 +01002801 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2802 "HP", STAC_92HD83XXX_HP_MIC_LED),
Takashi Iwai4059a422013-05-28 14:53:40 +02002803 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
2804 "HP", STAC_92HD83XXX_HP_MIC_LED),
2805 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
2806 "HP", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002807 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2808 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2809 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
2810 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2811 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
2812 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
2814 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2815 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
2816 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2817 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
2818 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2819 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
2820 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2821 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
2822 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2823 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
2824 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2825 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
2826 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2827 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
2828 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2829 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
2830 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2831 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
2832 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2833 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
2834 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002835 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
2836 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02002837 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
2838 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02002839 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
2840 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Takashi Iwai8c698fe2013-01-15 11:20:50 +01002841 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a,
2842 "HP Mini", STAC_92HD83XXX_HP_LED),
Takashi Iwai372f8c72013-01-14 18:06:34 +01002843 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02002844 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002845};
2846
Takashi Iwai36c9db72013-01-17 17:07:59 +01002847/* HP dv7 bass switch - GPIO5 */
2848#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
2849static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
2850 struct snd_ctl_elem_value *ucontrol)
2851{
2852 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2853 struct sigmatel_spec *spec = codec->spec;
2854 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
2855 return 0;
2856}
2857
2858static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
2859 struct snd_ctl_elem_value *ucontrol)
2860{
2861 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2862 struct sigmatel_spec *spec = codec->spec;
2863 unsigned int gpio_data;
2864
2865 gpio_data = (spec->gpio_data & ~0x20) |
2866 (ucontrol->value.integer.value[0] ? 0x20 : 0);
2867 if (gpio_data == spec->gpio_data)
2868 return 0;
2869 spec->gpio_data = gpio_data;
2870 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
2871 return 1;
2872}
2873
2874static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
2875 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2876 .info = stac_hp_bass_gpio_info,
2877 .get = stac_hp_bass_gpio_get,
2878 .put = stac_hp_bass_gpio_put,
2879};
2880
2881static int stac_add_hp_bass_switch(struct hda_codec *codec)
2882{
2883 struct sigmatel_spec *spec = codec->spec;
2884
2885 if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch",
2886 &stac_hp_bass_sw_ctrl))
2887 return -ENOMEM;
2888
2889 spec->gpio_mask |= 0x20;
2890 spec->gpio_dir |= 0x20;
2891 spec->gpio_data |= 0x20;
2892 return 0;
2893}
2894
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002895static const struct hda_pintbl ref92hd71bxx_pin_configs[] = {
2896 { 0x0a, 0x02214030 },
2897 { 0x0b, 0x02a19040 },
2898 { 0x0c, 0x01a19020 },
2899 { 0x0d, 0x01014010 },
2900 { 0x0e, 0x0181302e },
2901 { 0x0f, 0x01014010 },
2902 { 0x14, 0x01019020 },
2903 { 0x18, 0x90a000f0 },
2904 { 0x19, 0x90a000f0 },
2905 { 0x1e, 0x01452050 },
2906 { 0x1f, 0x01452050 },
2907 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01002908};
2909
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002910static const struct hda_pintbl dell_m4_1_pin_configs[] = {
2911 { 0x0a, 0x0421101f },
2912 { 0x0b, 0x04a11221 },
2913 { 0x0c, 0x40f000f0 },
2914 { 0x0d, 0x90170110 },
2915 { 0x0e, 0x23a1902e },
2916 { 0x0f, 0x23014250 },
2917 { 0x14, 0x40f000f0 },
2918 { 0x18, 0x90a000f0 },
2919 { 0x19, 0x40f000f0 },
2920 { 0x1e, 0x4f0000f0 },
2921 { 0x1f, 0x4f0000f0 },
2922 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002923};
2924
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002925static const struct hda_pintbl dell_m4_2_pin_configs[] = {
2926 { 0x0a, 0x0421101f },
2927 { 0x0b, 0x04a11221 },
2928 { 0x0c, 0x90a70330 },
2929 { 0x0d, 0x90170110 },
2930 { 0x0e, 0x23a1902e },
2931 { 0x0f, 0x23014250 },
2932 { 0x14, 0x40f000f0 },
2933 { 0x18, 0x40f000f0 },
2934 { 0x19, 0x40f000f0 },
2935 { 0x1e, 0x044413b0 },
2936 { 0x1f, 0x044413b0 },
2937 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002938};
2939
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002940static const struct hda_pintbl dell_m4_3_pin_configs[] = {
2941 { 0x0a, 0x0421101f },
2942 { 0x0b, 0x04a11221 },
2943 { 0x0c, 0x90a70330 },
2944 { 0x0d, 0x90170110 },
2945 { 0x0e, 0x40f000f0 },
2946 { 0x0f, 0x40f000f0 },
2947 { 0x14, 0x40f000f0 },
2948 { 0x18, 0x90a000f0 },
2949 { 0x19, 0x40f000f0 },
2950 { 0x1e, 0x044413b0 },
2951 { 0x1f, 0x044413b0 },
2952 {}
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05002953};
2954
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002955static void stac92hd71bxx_fixup_ref(struct hda_codec *codec,
2956 const struct hda_fixup *fix, int action)
2957{
2958 struct sigmatel_spec *spec = codec->spec;
2959
2960 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2961 return;
2962
2963 snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs);
2964 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
2965}
2966
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002967static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec,
2968 const struct hda_fixup *fix, int action)
2969{
2970 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01002971 struct hda_jack_tbl *jack;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002972
2973 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2974 return;
2975
2976 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002977 snd_hda_codec_write_cache(codec, codec->afg, 0,
2978 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai36c9db72013-01-17 17:07:59 +01002979 snd_hda_jack_detect_enable_callback(codec, codec->afg,
2980 STAC_VREF_EVENT,
2981 stac_vref_event);
2982 jack = snd_hda_jack_tbl_get(codec, codec->afg);
2983 if (jack)
2984 jack->private_data = 0x02;
2985
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002986 spec->gpio_mask |= 0x02;
2987
2988 /* enable internal microphone */
2989 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002990}
2991
2992static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec,
2993 const struct hda_fixup *fix, int action)
2994{
2995 struct sigmatel_spec *spec = codec->spec;
2996
2997 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2998 return;
2999 spec->gpio_led = 0x01;
3000}
3001
3002static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec,
3003 const struct hda_fixup *fix, int action)
3004{
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003005 unsigned int cap;
3006
3007 switch (action) {
3008 case HDA_FIXUP_ACT_PRE_PROBE:
3009 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Takashi Iwaif6655d52013-01-17 08:49:01 +01003010 break;
3011
3012 case HDA_FIXUP_ACT_PROBE:
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003013 /* enable bass on HP dv7 */
3014 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
3015 cap &= AC_GPIO_IO_COUNT;
3016 if (cap >= 6)
3017 stac_add_hp_bass_switch(codec);
3018 break;
3019 }
3020}
3021
3022static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec,
3023 const struct hda_fixup *fix, int action)
3024{
3025 struct sigmatel_spec *spec = codec->spec;
3026
3027 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3028 return;
3029 spec->gpio_led = 0x08;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003030}
3031
3032
3033static void stac92hd71bxx_fixup_hp(struct hda_codec *codec,
3034 const struct hda_fixup *fix, int action)
3035{
3036 struct sigmatel_spec *spec = codec->spec;
3037
3038 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3039 return;
3040
3041 if (hp_blike_system(codec->subsystem_id)) {
3042 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
3043 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
3044 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
3045 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
3046 /* It was changed in the BIOS to just satisfy MS DTM.
3047 * Lets turn it back into slaved HP
3048 */
3049 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
3050 | (AC_JACK_HP_OUT <<
3051 AC_DEFCFG_DEVICE_SHIFT);
3052 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
3053 | AC_DEFCFG_SEQUENCE)))
3054 | 0x1f;
3055 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
3056 }
3057 }
3058
Takashi Iwai36c9db72013-01-17 17:07:59 +01003059 if (find_mute_led_cfg(codec, 1))
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003060 snd_printd("mute LED gpio %d polarity %d\n",
3061 spec->gpio_led,
3062 spec->gpio_led_polarity);
3063
3064}
3065
3066static const struct hda_fixup stac92hd71bxx_fixups[] = {
3067 [STAC_92HD71BXX_REF] = {
3068 .type = HDA_FIXUP_FUNC,
3069 .v.func = stac92hd71bxx_fixup_ref,
3070 },
3071 [STAC_DELL_M4_1] = {
3072 .type = HDA_FIXUP_PINS,
3073 .v.pins = dell_m4_1_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003074 },
3075 [STAC_DELL_M4_2] = {
3076 .type = HDA_FIXUP_PINS,
3077 .v.pins = dell_m4_2_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003078 },
3079 [STAC_DELL_M4_3] = {
3080 .type = HDA_FIXUP_PINS,
3081 .v.pins = dell_m4_3_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003082 },
3083 [STAC_HP_M4] = {
3084 .type = HDA_FIXUP_FUNC,
3085 .v.func = stac92hd71bxx_fixup_hp_m4,
3086 .chained = true,
3087 .chain_id = STAC_92HD71BXX_HP,
3088 },
3089 [STAC_HP_DV4] = {
3090 .type = HDA_FIXUP_FUNC,
3091 .v.func = stac92hd71bxx_fixup_hp_dv4,
3092 .chained = true,
3093 .chain_id = STAC_HP_DV5,
3094 },
3095 [STAC_HP_DV5] = {
3096 .type = HDA_FIXUP_FUNC,
3097 .v.func = stac92hd71bxx_fixup_hp_dv5,
3098 .chained = true,
3099 .chain_id = STAC_92HD71BXX_HP,
3100 },
3101 [STAC_HP_HDX] = {
3102 .type = HDA_FIXUP_FUNC,
3103 .v.func = stac92hd71bxx_fixup_hp_hdx,
3104 .chained = true,
3105 .chain_id = STAC_92HD71BXX_HP,
3106 },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003107 [STAC_92HD71BXX_HP] = {
3108 .type = HDA_FIXUP_FUNC,
3109 .v.func = stac92hd71bxx_fixup_hp,
3110 },
Matthew Ranostaye035b842007-11-06 11:53:55 +01003111};
3112
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003113static const struct hda_model_fixup stac92hd71bxx_models[] = {
3114 { .id = STAC_92HD71BXX_REF, .name = "ref" },
3115 { .id = STAC_DELL_M4_1, .name = "dell-m4-1" },
3116 { .id = STAC_DELL_M4_2, .name = "dell-m4-2" },
3117 { .id = STAC_DELL_M4_3, .name = "dell-m4-3" },
3118 { .id = STAC_HP_M4, .name = "hp-m4" },
3119 { .id = STAC_HP_DV4, .name = "hp-dv4" },
3120 { .id = STAC_HP_DV5, .name = "hp-dv5" },
3121 { .id = STAC_HP_HDX, .name = "hp-hdx" },
Takashi Iwai36c9db72013-01-17 17:07:59 +01003122 { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003123 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01003124};
3125
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003126static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01003127 /* SigmaTel reference board */
3128 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3129 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003130 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3131 "DFI LanParty", STAC_92HD71BXX_REF),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01003132 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
3133 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01003134 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
3135 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003136 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02003137 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003138 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
3139 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003140 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
3141 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04003142 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003143 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01003144 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003145 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02003146 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
3147 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05303148 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
3149 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11003150 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
3151 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02003152 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
3153 "HP", STAC_HP_DV5),
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003154 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP),
Matthew Ranostaya7662642008-02-21 07:51:14 +01003155 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
3156 "unknown Dell", STAC_DELL_M4_1),
3157 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
3158 "unknown Dell", STAC_DELL_M4_1),
3159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
3160 "unknown Dell", STAC_DELL_M4_1),
3161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
3162 "unknown Dell", STAC_DELL_M4_1),
3163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
3164 "unknown Dell", STAC_DELL_M4_1),
3165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
3166 "unknown Dell", STAC_DELL_M4_1),
3167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
3168 "unknown Dell", STAC_DELL_M4_1),
3169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
3170 "unknown Dell", STAC_DELL_M4_2),
3171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
3172 "unknown Dell", STAC_DELL_M4_2),
3173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
3174 "unknown Dell", STAC_DELL_M4_2),
3175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
3176 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003177 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
3178 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01003179 {} /* terminator */
3180};
3181
Takashi Iwai0a427842013-01-14 15:20:13 +01003182static const struct hda_pintbl ref922x_pin_configs[] = {
3183 { 0x0a, 0x01014010 },
3184 { 0x0b, 0x01016011 },
3185 { 0x0c, 0x01012012 },
3186 { 0x0d, 0x0221401f },
3187 { 0x0e, 0x01813122 },
3188 { 0x0f, 0x01011014 },
3189 { 0x10, 0x01441030 },
3190 { 0x11, 0x01c41030 },
3191 { 0x15, 0x40000100 },
3192 { 0x1b, 0x40000100 },
3193 {}
Matt2f2f4252005-04-13 14:45:30 +02003194};
3195
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003196/*
3197 STAC 922X pin configs for
3198 102801A7
3199 102801AB
3200 102801A9
3201 102801D1
3202 102801D2
3203*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003204static const struct hda_pintbl dell_922x_d81_pin_configs[] = {
3205 { 0x0a, 0x02214030 },
3206 { 0x0b, 0x01a19021 },
3207 { 0x0c, 0x01111012 },
3208 { 0x0d, 0x01114010 },
3209 { 0x0e, 0x02a19020 },
3210 { 0x0f, 0x01117011 },
3211 { 0x10, 0x400001f0 },
3212 { 0x11, 0x400001f1 },
3213 { 0x15, 0x01813122 },
3214 { 0x1b, 0x400001f2 },
3215 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003216};
3217
3218/*
3219 STAC 922X pin configs for
3220 102801AC
3221 102801D0
3222*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003223static const struct hda_pintbl dell_922x_d82_pin_configs[] = {
3224 { 0x0a, 0x02214030 },
3225 { 0x0b, 0x01a19021 },
3226 { 0x0c, 0x01111012 },
3227 { 0x0d, 0x01114010 },
3228 { 0x0e, 0x02a19020 },
3229 { 0x0f, 0x01117011 },
3230 { 0x10, 0x01451140 },
3231 { 0x11, 0x400001f0 },
3232 { 0x15, 0x01813122 },
3233 { 0x1b, 0x400001f1 },
3234 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003235};
3236
3237/*
3238 STAC 922X pin configs for
3239 102801BF
3240*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003241static const struct hda_pintbl dell_922x_m81_pin_configs[] = {
3242 { 0x0a, 0x0321101f },
3243 { 0x0b, 0x01112024 },
3244 { 0x0c, 0x01111222 },
3245 { 0x0d, 0x91174220 },
3246 { 0x0e, 0x03a11050 },
3247 { 0x0f, 0x01116221 },
3248 { 0x10, 0x90a70330 },
3249 { 0x11, 0x01452340 },
3250 { 0x15, 0x40C003f1 },
3251 { 0x1b, 0x405003f0 },
3252 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003253};
3254
3255/*
3256 STAC 9221 A1 pin configs for
3257 102801D7 (Dell XPS M1210)
3258*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003259static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
3260 { 0x0a, 0x02211211 },
3261 { 0x0b, 0x408103ff },
3262 { 0x0c, 0x02a1123e },
3263 { 0x0d, 0x90100310 },
3264 { 0x0e, 0x408003f1 },
3265 { 0x0f, 0x0221121f },
3266 { 0x10, 0x03451340 },
3267 { 0x11, 0x40c003f2 },
3268 { 0x15, 0x508003f3 },
3269 { 0x1b, 0x405003f4 },
3270 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003271};
3272
Takashi Iwai0a427842013-01-14 15:20:13 +01003273static const struct hda_pintbl d945gtp3_pin_configs[] = {
3274 { 0x0a, 0x0221401f },
3275 { 0x0b, 0x01a19022 },
3276 { 0x0c, 0x01813021 },
3277 { 0x0d, 0x01014010 },
3278 { 0x0e, 0x40000100 },
3279 { 0x0f, 0x40000100 },
3280 { 0x10, 0x40000100 },
3281 { 0x11, 0x40000100 },
3282 { 0x15, 0x02a19120 },
3283 { 0x1b, 0x40000100 },
3284 {}
Matt Porter403d1942005-11-29 15:00:51 +01003285};
3286
Takashi Iwai0a427842013-01-14 15:20:13 +01003287static const struct hda_pintbl d945gtp5_pin_configs[] = {
3288 { 0x0a, 0x0221401f },
3289 { 0x0b, 0x01011012 },
3290 { 0x0c, 0x01813024 },
3291 { 0x0d, 0x01014010 },
3292 { 0x0e, 0x01a19021 },
3293 { 0x0f, 0x01016011 },
3294 { 0x10, 0x01452130 },
3295 { 0x11, 0x40000100 },
3296 { 0x15, 0x02a19320 },
3297 { 0x1b, 0x40000100 },
3298 {}
Matt Porter403d1942005-11-29 15:00:51 +01003299};
3300
Takashi Iwai0a427842013-01-14 15:20:13 +01003301static const struct hda_pintbl intel_mac_v1_pin_configs[] = {
3302 { 0x0a, 0x0121e21f },
3303 { 0x0b, 0x400000ff },
3304 { 0x0c, 0x9017e110 },
3305 { 0x0d, 0x400000fd },
3306 { 0x0e, 0x400000fe },
3307 { 0x0f, 0x0181e020 },
3308 { 0x10, 0x1145e030 },
3309 { 0x11, 0x11c5e240 },
3310 { 0x15, 0x400000fc },
3311 { 0x1b, 0x400000fb },
3312 {}
Takashi Iwai3fc24d82007-02-16 13:27:18 +01003313};
3314
Takashi Iwai0a427842013-01-14 15:20:13 +01003315static const struct hda_pintbl intel_mac_v2_pin_configs[] = {
3316 { 0x0a, 0x0121e21f },
3317 { 0x0b, 0x90a7012e },
3318 { 0x0c, 0x9017e110 },
3319 { 0x0d, 0x400000fd },
3320 { 0x0e, 0x400000fe },
3321 { 0x0f, 0x0181e020 },
3322 { 0x10, 0x1145e230 },
3323 { 0x11, 0x500000fa },
3324 { 0x15, 0x400000fc },
3325 { 0x1b, 0x400000fb },
3326 {}
Sylvain FORETf16928f2007-04-27 14:22:36 +02003327};
3328
Takashi Iwai0a427842013-01-14 15:20:13 +01003329static const struct hda_pintbl intel_mac_v3_pin_configs[] = {
3330 { 0x0a, 0x0121e21f },
3331 { 0x0b, 0x90a7012e },
3332 { 0x0c, 0x9017e110 },
3333 { 0x0d, 0x400000fd },
3334 { 0x0e, 0x400000fe },
3335 { 0x0f, 0x0181e020 },
3336 { 0x10, 0x1145e230 },
3337 { 0x11, 0x11c5e240 },
3338 { 0x15, 0x400000fc },
3339 { 0x1b, 0x400000fb },
3340 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003341};
3342
Takashi Iwai0a427842013-01-14 15:20:13 +01003343static const struct hda_pintbl intel_mac_v4_pin_configs[] = {
3344 { 0x0a, 0x0321e21f },
3345 { 0x0b, 0x03a1e02e },
3346 { 0x0c, 0x9017e110 },
3347 { 0x0d, 0x9017e11f },
3348 { 0x0e, 0x400000fe },
3349 { 0x0f, 0x0381e020 },
3350 { 0x10, 0x1345e230 },
3351 { 0x11, 0x13c5e240 },
3352 { 0x15, 0x400000fc },
3353 { 0x1b, 0x400000fb },
3354 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003355};
3356
Takashi Iwai0a427842013-01-14 15:20:13 +01003357static const struct hda_pintbl intel_mac_v5_pin_configs[] = {
3358 { 0x0a, 0x0321e21f },
3359 { 0x0b, 0x03a1e02e },
3360 { 0x0c, 0x9017e110 },
3361 { 0x0d, 0x9017e11f },
3362 { 0x0e, 0x400000fe },
3363 { 0x0f, 0x0381e020 },
3364 { 0x10, 0x1345e230 },
3365 { 0x11, 0x13c5e240 },
3366 { 0x15, 0x400000fc },
3367 { 0x1b, 0x400000fb },
3368 {}
Takashi Iwai0dae0f82007-05-21 12:41:29 +02003369};
3370
Takashi Iwai0a427842013-01-14 15:20:13 +01003371static const struct hda_pintbl ecs202_pin_configs[] = {
3372 { 0x0a, 0x0221401f },
3373 { 0x0b, 0x02a19020 },
3374 { 0x0c, 0x01a19020 },
3375 { 0x0d, 0x01114010 },
3376 { 0x0e, 0x408000f0 },
3377 { 0x0f, 0x01813022 },
3378 { 0x10, 0x074510a0 },
3379 { 0x11, 0x40c400f1 },
3380 { 0x15, 0x9037012e },
3381 { 0x1b, 0x40e000f2 },
3382 {}
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003383};
Takashi Iwai76c08822007-06-19 12:17:42 +02003384
Takashi Iwai0a427842013-01-14 15:20:13 +01003385/* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */
3386static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = {
Takashi Iwai697aeba2013-08-01 08:38:27 +02003387 SND_PCI_QUIRK(0x0000, 0x0100, "Mac Mini", STAC_INTEL_MAC_V3),
Takashi Iwai0a427842013-01-14 15:20:13 +01003388 SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1),
3389 SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2),
3390 SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2),
3391 SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3),
3392 SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3),
3393 SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3),
3394 SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3),
3395 SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3),
3396 SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3),
3397 SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4),
3398 SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5),
3399 SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5),
3400 {}
3401};
3402
3403static const struct hda_fixup stac922x_fixups[];
3404
3405/* remap the fixup from codec SSID and apply it */
3406static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec,
3407 const struct hda_fixup *fix,
3408 int action)
3409{
3410 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3411 return;
3412 snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl,
3413 stac922x_fixups);
3414 if (codec->fixup_id != STAC_INTEL_MAC_AUTO)
3415 snd_hda_apply_fixup(codec, action);
3416}
3417
3418static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec,
3419 const struct hda_fixup *fix,
3420 int action)
3421{
3422 struct sigmatel_spec *spec = codec->spec;
3423
3424 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3425 spec->gpio_mask = spec->gpio_dir = 0x03;
3426 spec->gpio_data = 0x03;
3427 }
3428}
3429
3430static const struct hda_fixup stac922x_fixups[] = {
3431 [STAC_D945_REF] = {
3432 .type = HDA_FIXUP_PINS,
3433 .v.pins = ref922x_pin_configs,
3434 },
3435 [STAC_D945GTP3] = {
3436 .type = HDA_FIXUP_PINS,
3437 .v.pins = d945gtp3_pin_configs,
3438 },
3439 [STAC_D945GTP5] = {
3440 .type = HDA_FIXUP_PINS,
3441 .v.pins = d945gtp5_pin_configs,
3442 },
3443 [STAC_INTEL_MAC_AUTO] = {
3444 .type = HDA_FIXUP_FUNC,
3445 .v.func = stac922x_fixup_intel_mac_auto,
3446 },
3447 [STAC_INTEL_MAC_V1] = {
3448 .type = HDA_FIXUP_PINS,
3449 .v.pins = intel_mac_v1_pin_configs,
3450 .chained = true,
3451 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3452 },
3453 [STAC_INTEL_MAC_V2] = {
3454 .type = HDA_FIXUP_PINS,
3455 .v.pins = intel_mac_v2_pin_configs,
3456 .chained = true,
3457 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3458 },
3459 [STAC_INTEL_MAC_V3] = {
3460 .type = HDA_FIXUP_PINS,
3461 .v.pins = intel_mac_v3_pin_configs,
3462 .chained = true,
3463 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3464 },
3465 [STAC_INTEL_MAC_V4] = {
3466 .type = HDA_FIXUP_PINS,
3467 .v.pins = intel_mac_v4_pin_configs,
3468 .chained = true,
3469 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3470 },
3471 [STAC_INTEL_MAC_V5] = {
3472 .type = HDA_FIXUP_PINS,
3473 .v.pins = intel_mac_v5_pin_configs,
3474 .chained = true,
3475 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3476 },
3477 [STAC_922X_INTEL_MAC_GPIO] = {
3478 .type = HDA_FIXUP_FUNC,
3479 .v.func = stac922x_fixup_intel_mac_gpio,
3480 },
3481 [STAC_ECS_202] = {
3482 .type = HDA_FIXUP_PINS,
3483 .v.pins = ecs202_pin_configs,
3484 },
3485 [STAC_922X_DELL_D81] = {
3486 .type = HDA_FIXUP_PINS,
3487 .v.pins = dell_922x_d81_pin_configs,
3488 },
3489 [STAC_922X_DELL_D82] = {
3490 .type = HDA_FIXUP_PINS,
3491 .v.pins = dell_922x_d82_pin_configs,
3492 },
3493 [STAC_922X_DELL_M81] = {
3494 .type = HDA_FIXUP_PINS,
3495 .v.pins = dell_922x_m81_pin_configs,
3496 },
3497 [STAC_922X_DELL_M82] = {
3498 .type = HDA_FIXUP_PINS,
3499 .v.pins = dell_922x_m82_pin_configs,
3500 },
3501};
3502
3503static const struct hda_model_fixup stac922x_models[] = {
3504 { .id = STAC_D945_REF, .name = "ref" },
3505 { .id = STAC_D945GTP5, .name = "5stack" },
3506 { .id = STAC_D945GTP3, .name = "3stack" },
3507 { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" },
3508 { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" },
3509 { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" },
3510 { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" },
3511 { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" },
3512 { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" },
3513 { .id = STAC_ECS_202, .name = "ecs202" },
3514 { .id = STAC_922X_DELL_D81, .name = "dell-d81" },
3515 { .id = STAC_922X_DELL_D82, .name = "dell-d82" },
3516 { .id = STAC_922X_DELL_M81, .name = "dell-m81" },
3517 { .id = STAC_922X_DELL_M82, .name = "dell-m82" },
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003518 /* for backward compatibility */
Takashi Iwai0a427842013-01-14 15:20:13 +01003519 { .id = STAC_INTEL_MAC_V3, .name = "macmini" },
3520 { .id = STAC_INTEL_MAC_V5, .name = "macbook" },
3521 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" },
3522 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" },
3523 { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" },
3524 { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" },
3525 {}
Matt Porter403d1942005-11-29 15:00:51 +01003526};
3527
Takashi Iwai0a427842013-01-14 15:20:13 +01003528static const struct snd_pci_quirk stac922x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003529 /* SigmaTel reference board */
3530 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3531 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003532 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3533 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003534 /* Intel 945G based systems */
3535 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
3536 "Intel D945G", STAC_D945GTP3),
3537 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
3538 "Intel D945G", STAC_D945GTP3),
3539 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
3540 "Intel D945G", STAC_D945GTP3),
3541 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
3542 "Intel D945G", STAC_D945GTP3),
3543 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
3544 "Intel D945G", STAC_D945GTP3),
3545 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
3546 "Intel D945G", STAC_D945GTP3),
3547 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
3548 "Intel D945G", STAC_D945GTP3),
3549 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
3550 "Intel D945G", STAC_D945GTP3),
3551 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
3552 "Intel D945G", STAC_D945GTP3),
3553 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
3554 "Intel D945G", STAC_D945GTP3),
3555 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
3556 "Intel D945G", STAC_D945GTP3),
3557 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
3558 "Intel D945G", STAC_D945GTP3),
3559 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
3560 "Intel D945G", STAC_D945GTP3),
3561 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
3562 "Intel D945G", STAC_D945GTP3),
3563 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
3564 "Intel D945G", STAC_D945GTP3),
3565 /* Intel D945G 5-stack systems */
3566 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
3567 "Intel D945G", STAC_D945GTP5),
3568 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
3569 "Intel D945G", STAC_D945GTP5),
3570 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
3571 "Intel D945G", STAC_D945GTP5),
3572 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
3573 "Intel D945G", STAC_D945GTP5),
3574 /* Intel 945P based systems */
3575 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
3576 "Intel D945P", STAC_D945GTP3),
3577 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
3578 "Intel D945P", STAC_D945GTP3),
3579 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
3580 "Intel D945P", STAC_D945GTP3),
3581 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
3582 "Intel D945P", STAC_D945GTP3),
3583 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
3584 "Intel D945P", STAC_D945GTP3),
3585 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
3586 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01003587 /* other intel */
3588 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
3589 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003590 /* other systems */
Takashi Iwai0a427842013-01-14 15:20:13 +01003591
Nicolas Boichat536319a2008-07-21 22:18:01 +08003592 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwai0a427842013-01-14 15:20:13 +01003593 SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO),
3594
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003595 /* Dell systems */
3596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
3597 "unknown Dell", STAC_922X_DELL_D81),
3598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
3599 "unknown Dell", STAC_922X_DELL_D81),
3600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
3601 "unknown Dell", STAC_922X_DELL_D81),
3602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
3603 "unknown Dell", STAC_922X_DELL_D82),
3604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
3605 "unknown Dell", STAC_922X_DELL_M81),
3606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
3607 "unknown Dell", STAC_922X_DELL_D82),
3608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
3609 "unknown Dell", STAC_922X_DELL_D81),
3610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
3611 "unknown Dell", STAC_922X_DELL_D81),
3612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
3613 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003614 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003615 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02003616 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01003617 {} /* terminator */
3618};
3619
Takashi Iwai29ac8362013-01-14 16:03:38 +01003620static const struct hda_pintbl ref927x_pin_configs[] = {
3621 { 0x0a, 0x02214020 },
3622 { 0x0b, 0x02a19080 },
3623 { 0x0c, 0x0181304e },
3624 { 0x0d, 0x01014010 },
3625 { 0x0e, 0x01a19040 },
3626 { 0x0f, 0x01011012 },
3627 { 0x10, 0x01016011 },
3628 { 0x11, 0x0101201f },
3629 { 0x12, 0x183301f0 },
3630 { 0x13, 0x18a001f0 },
3631 { 0x14, 0x18a001f0 },
3632 { 0x21, 0x01442070 },
3633 { 0x22, 0x01c42190 },
3634 { 0x23, 0x40000100 },
3635 {}
Matt Porter3cc08dc2006-01-23 15:27:49 +01003636};
3637
Takashi Iwai29ac8362013-01-14 16:03:38 +01003638static const struct hda_pintbl d965_3st_pin_configs[] = {
3639 { 0x0a, 0x0221401f },
3640 { 0x0b, 0x02a19120 },
3641 { 0x0c, 0x40000100 },
3642 { 0x0d, 0x01014011 },
3643 { 0x0e, 0x01a19021 },
3644 { 0x0f, 0x01813024 },
3645 { 0x10, 0x40000100 },
3646 { 0x11, 0x40000100 },
3647 { 0x12, 0x40000100 },
3648 { 0x13, 0x40000100 },
3649 { 0x14, 0x40000100 },
3650 { 0x21, 0x40000100 },
3651 { 0x22, 0x40000100 },
3652 { 0x23, 0x40000100 },
3653 {}
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003654};
3655
Takashi Iwai29ac8362013-01-14 16:03:38 +01003656static const struct hda_pintbl d965_5st_pin_configs[] = {
3657 { 0x0a, 0x02214020 },
3658 { 0x0b, 0x02a19080 },
3659 { 0x0c, 0x0181304e },
3660 { 0x0d, 0x01014010 },
3661 { 0x0e, 0x01a19040 },
3662 { 0x0f, 0x01011012 },
3663 { 0x10, 0x01016011 },
3664 { 0x11, 0x40000100 },
3665 { 0x12, 0x40000100 },
3666 { 0x13, 0x40000100 },
3667 { 0x14, 0x40000100 },
3668 { 0x21, 0x01442070 },
3669 { 0x22, 0x40000100 },
3670 { 0x23, 0x40000100 },
3671 {}
Tobin Davis93ed1502006-09-01 21:03:12 +02003672};
3673
Takashi Iwai29ac8362013-01-14 16:03:38 +01003674static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = {
3675 { 0x0a, 0x40000100 },
3676 { 0x0b, 0x40000100 },
3677 { 0x0c, 0x0181304e },
3678 { 0x0d, 0x01014010 },
3679 { 0x0e, 0x01a19040 },
3680 { 0x0f, 0x01011012 },
3681 { 0x10, 0x01016011 },
3682 { 0x11, 0x40000100 },
3683 { 0x12, 0x40000100 },
3684 { 0x13, 0x40000100 },
3685 { 0x14, 0x40000100 },
3686 { 0x21, 0x01442070 },
3687 { 0x22, 0x40000100 },
3688 { 0x23, 0x40000100 },
3689 {}
Takashi Iwai679d92e2009-05-24 19:00:08 +02003690};
3691
Takashi Iwai29ac8362013-01-14 16:03:38 +01003692static const struct hda_pintbl dell_3st_pin_configs[] = {
3693 { 0x0a, 0x02211230 },
3694 { 0x0b, 0x02a11220 },
3695 { 0x0c, 0x01a19040 },
3696 { 0x0d, 0x01114210 },
3697 { 0x0e, 0x01111212 },
3698 { 0x0f, 0x01116211 },
3699 { 0x10, 0x01813050 },
3700 { 0x11, 0x01112214 },
3701 { 0x12, 0x403003fa },
3702 { 0x13, 0x90a60040 },
3703 { 0x14, 0x90a60040 },
3704 { 0x21, 0x404003fb },
3705 { 0x22, 0x40c003fc },
3706 { 0x23, 0x40000100 },
3707 {}
Tobin Davis4ff076e2007-08-07 11:48:12 +02003708};
3709
Takashi Iwai29ac8362013-01-14 16:03:38 +01003710static void stac927x_fixup_ref_no_jd(struct hda_codec *codec,
3711 const struct hda_fixup *fix, int action)
3712{
Takashi Iwai29ac8362013-01-14 16:03:38 +01003713 /* no jack detecion for ref-no-jd model */
Takashi Iwai36c9db72013-01-17 17:07:59 +01003714 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3715 codec->no_jack_detect = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003716}
3717
3718static void stac927x_fixup_ref(struct hda_codec *codec,
3719 const struct hda_fixup *fix, int action)
3720{
3721 struct sigmatel_spec *spec = codec->spec;
3722
3723 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3724 snd_hda_apply_pincfgs(codec, ref927x_pin_configs);
3725 spec->eapd_mask = spec->gpio_mask = 0;
3726 spec->gpio_dir = spec->gpio_data = 0;
3727 }
3728}
3729
3730static void stac927x_fixup_dell_dmic(struct hda_codec *codec,
3731 const struct hda_fixup *fix, int action)
3732{
3733 struct sigmatel_spec *spec = codec->spec;
3734
3735 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3736 return;
3737
3738 if (codec->subsystem_id != 0x1028022f) {
3739 /* GPIO2 High = Enable EAPD */
3740 spec->eapd_mask = spec->gpio_mask = 0x04;
3741 spec->gpio_dir = spec->gpio_data = 0x04;
3742 }
Takashi Iwai29ac8362013-01-14 16:03:38 +01003743
3744 snd_hda_add_verbs(codec, dell_3st_core_init);
3745 spec->volknob_init = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003746}
3747
3748static void stac927x_fixup_volknob(struct hda_codec *codec,
3749 const struct hda_fixup *fix, int action)
3750{
3751 struct sigmatel_spec *spec = codec->spec;
3752
3753 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3754 snd_hda_add_verbs(codec, stac927x_volknob_core_init);
3755 spec->volknob_init = 1;
3756 }
3757}
3758
3759static const struct hda_fixup stac927x_fixups[] = {
3760 [STAC_D965_REF_NO_JD] = {
3761 .type = HDA_FIXUP_FUNC,
3762 .v.func = stac927x_fixup_ref_no_jd,
3763 .chained = true,
3764 .chain_id = STAC_D965_REF,
3765 },
3766 [STAC_D965_REF] = {
3767 .type = HDA_FIXUP_FUNC,
3768 .v.func = stac927x_fixup_ref,
3769 },
3770 [STAC_D965_3ST] = {
3771 .type = HDA_FIXUP_PINS,
3772 .v.pins = d965_3st_pin_configs,
3773 .chained = true,
3774 .chain_id = STAC_D965_VERBS,
3775 },
3776 [STAC_D965_5ST] = {
3777 .type = HDA_FIXUP_PINS,
3778 .v.pins = d965_5st_pin_configs,
3779 .chained = true,
3780 .chain_id = STAC_D965_VERBS,
3781 },
3782 [STAC_D965_VERBS] = {
3783 .type = HDA_FIXUP_VERBS,
3784 .v.verbs = d965_core_init,
3785 },
3786 [STAC_D965_5ST_NO_FP] = {
3787 .type = HDA_FIXUP_PINS,
3788 .v.pins = d965_5st_no_fp_pin_configs,
3789 },
3790 [STAC_DELL_3ST] = {
3791 .type = HDA_FIXUP_PINS,
3792 .v.pins = dell_3st_pin_configs,
3793 .chained = true,
3794 .chain_id = STAC_927X_DELL_DMIC,
3795 },
3796 [STAC_DELL_BIOS] = {
3797 .type = HDA_FIXUP_PINS,
3798 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai29ac8362013-01-14 16:03:38 +01003799 /* correct the front output jack as a hp out */
Takashi Iwaif3e351e2013-07-19 08:02:25 +02003800 { 0x0f, 0x0221101f },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003801 /* correct the front input jack as a mic */
3802 { 0x0e, 0x02a79130 },
3803 {}
3804 },
3805 .chained = true,
3806 .chain_id = STAC_927X_DELL_DMIC,
3807 },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003808 [STAC_DELL_BIOS_AMIC] = {
3809 .type = HDA_FIXUP_PINS,
3810 .v.pins = (const struct hda_pintbl[]) {
3811 /* configure the analog microphone on some laptops */
3812 { 0x0c, 0x90a79130 },
3813 {}
3814 },
3815 .chained = true,
3816 .chain_id = STAC_DELL_BIOS,
3817 },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003818 [STAC_DELL_BIOS_SPDIF] = {
3819 .type = HDA_FIXUP_PINS,
3820 .v.pins = (const struct hda_pintbl[]) {
3821 /* correct the device field to SPDIF out */
3822 { 0x21, 0x01442070 },
3823 {}
3824 },
3825 .chained = true,
3826 .chain_id = STAC_DELL_BIOS,
3827 },
3828 [STAC_927X_DELL_DMIC] = {
3829 .type = HDA_FIXUP_FUNC,
3830 .v.func = stac927x_fixup_dell_dmic,
3831 },
3832 [STAC_927X_VOLKNOB] = {
3833 .type = HDA_FIXUP_FUNC,
3834 .v.func = stac927x_fixup_volknob,
3835 },
Matt Porter3cc08dc2006-01-23 15:27:49 +01003836};
3837
Takashi Iwai29ac8362013-01-14 16:03:38 +01003838static const struct hda_model_fixup stac927x_models[] = {
3839 { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" },
3840 { .id = STAC_D965_REF, .name = "ref" },
3841 { .id = STAC_D965_3ST, .name = "3stack" },
3842 { .id = STAC_D965_5ST, .name = "5stack" },
3843 { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" },
3844 { .id = STAC_DELL_3ST, .name = "dell-3stack" },
3845 { .id = STAC_DELL_BIOS, .name = "dell-bios" },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003846 { .id = STAC_DELL_BIOS_AMIC, .name = "dell-bios-amic" },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003847 { .id = STAC_927X_VOLKNOB, .name = "volknob" },
3848 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003849};
3850
Takashi Iwai29ac8362013-01-14 16:03:38 +01003851static const struct snd_pci_quirk stac927x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003852 /* SigmaTel reference board */
3853 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3854 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003855 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3856 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003857 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003858 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
3859 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02003860 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003861 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
3862 "Intel D965", STAC_D965_3ST),
3863 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
3864 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003865 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003866 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003867 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
3868 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003869 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003870 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04003871 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003872 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003873 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS_SPDIF),
Chengu Wang84d3dc22009-07-30 19:43:55 +08003874 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003875 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
3876 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
3877 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003878 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF),
Tobin Davis93ed1502006-09-01 21:03:12 +02003879 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003880 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
3881 "Intel D965", STAC_D965_5ST),
3882 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
3883 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02003884 /* volume-knob fixes */
3885 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01003886 {} /* terminator */
3887};
3888
Takashi Iwaife6322c2013-01-14 14:46:51 +01003889static const struct hda_pintbl ref9205_pin_configs[] = {
3890 { 0x0a, 0x40000100 },
3891 { 0x0b, 0x40000100 },
3892 { 0x0c, 0x01016011 },
3893 { 0x0d, 0x01014010 },
3894 { 0x0e, 0x01813122 },
3895 { 0x0f, 0x01a19021 },
3896 { 0x14, 0x01019020 },
3897 { 0x16, 0x40000100 },
3898 { 0x17, 0x90a000f0 },
3899 { 0x18, 0x90a000f0 },
3900 { 0x21, 0x01441030 },
3901 { 0x22, 0x01c41030 },
3902 {}
Matt Porterf3302a52006-07-31 12:49:34 +02003903};
3904
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003905/*
3906 STAC 9205 pin configs for
3907 102801F1
3908 102801F2
3909 102801FC
3910 102801FD
3911 10280204
3912 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01003913 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01003914 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003915*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003916static const struct hda_pintbl dell_9205_m42_pin_configs[] = {
3917 { 0x0a, 0x0321101F },
3918 { 0x0b, 0x03A11020 },
3919 { 0x0c, 0x400003FA },
3920 { 0x0d, 0x90170310 },
3921 { 0x0e, 0x400003FB },
3922 { 0x0f, 0x400003FC },
3923 { 0x14, 0x400003FD },
3924 { 0x16, 0x40F000F9 },
3925 { 0x17, 0x90A60330 },
3926 { 0x18, 0x400003FF },
3927 { 0x21, 0x0144131F },
3928 { 0x22, 0x40C003FE },
3929 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003930};
3931
3932/*
3933 STAC 9205 pin configs for
3934 102801F9
3935 102801FA
3936 102801FE
3937 102801FF (Dell Precision M4300)
3938 10280206
3939 10280200
3940 10280201
3941*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003942static const struct hda_pintbl dell_9205_m43_pin_configs[] = {
3943 { 0x0a, 0x0321101f },
3944 { 0x0b, 0x03a11020 },
3945 { 0x0c, 0x90a70330 },
3946 { 0x0d, 0x90170310 },
3947 { 0x0e, 0x400000fe },
3948 { 0x0f, 0x400000ff },
3949 { 0x14, 0x400000fd },
3950 { 0x16, 0x40f000f9 },
3951 { 0x17, 0x400000fa },
3952 { 0x18, 0x400000fc },
3953 { 0x21, 0x0144131f },
3954 { 0x22, 0x40c003f8 },
3955 /* Enable SPDIF in/out */
3956 { 0x1f, 0x01441030 },
3957 { 0x20, 0x1c410030 },
3958 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02003959};
3960
Takashi Iwaife6322c2013-01-14 14:46:51 +01003961static const struct hda_pintbl dell_9205_m44_pin_configs[] = {
3962 { 0x0a, 0x0421101f },
3963 { 0x0b, 0x04a11020 },
3964 { 0x0c, 0x400003fa },
3965 { 0x0d, 0x90170310 },
3966 { 0x0e, 0x400003fb },
3967 { 0x0f, 0x400003fc },
3968 { 0x14, 0x400003fd },
3969 { 0x16, 0x400003f9 },
3970 { 0x17, 0x90a60330 },
3971 { 0x18, 0x400003ff },
3972 { 0x21, 0x01441340 },
3973 { 0x22, 0x40c003fe },
3974 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02003975};
3976
Takashi Iwaife6322c2013-01-14 14:46:51 +01003977static void stac9205_fixup_ref(struct hda_codec *codec,
3978 const struct hda_fixup *fix, int action)
3979{
3980 struct sigmatel_spec *spec = codec->spec;
3981
3982 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3983 snd_hda_apply_pincfgs(codec, ref9205_pin_configs);
3984 /* SPDIF-In enabled */
3985 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0;
3986 }
3987}
3988
Takashi Iwaife6322c2013-01-14 14:46:51 +01003989static void stac9205_fixup_dell_m43(struct hda_codec *codec,
3990 const struct hda_fixup *fix, int action)
3991{
3992 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01003993 struct hda_jack_tbl *jack;
Takashi Iwaife6322c2013-01-14 14:46:51 +01003994
3995 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3996 snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs);
3997
3998 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaife6322c2013-01-14 14:46:51 +01003999 snd_hda_codec_write_cache(codec, codec->afg, 0,
4000 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004001 snd_hda_jack_detect_enable_callback(codec, codec->afg,
4002 STAC_VREF_EVENT,
4003 stac_vref_event);
4004 jack = snd_hda_jack_tbl_get(codec, codec->afg);
4005 if (jack)
4006 jack->private_data = 0x01;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004007
4008 spec->gpio_dir = 0x0b;
4009 spec->eapd_mask = 0x01;
4010 spec->gpio_mask = 0x1b;
4011 spec->gpio_mute = 0x10;
4012 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4013 * GPIO3 Low = DRM
4014 */
4015 spec->gpio_data = 0x01;
4016 }
4017}
4018
4019static void stac9205_fixup_eapd(struct hda_codec *codec,
4020 const struct hda_fixup *fix, int action)
4021{
4022 struct sigmatel_spec *spec = codec->spec;
4023
4024 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4025 spec->eapd_switch = 0;
4026}
4027
4028static const struct hda_fixup stac9205_fixups[] = {
4029 [STAC_9205_REF] = {
4030 .type = HDA_FIXUP_FUNC,
4031 .v.func = stac9205_fixup_ref,
4032 },
4033 [STAC_9205_DELL_M42] = {
4034 .type = HDA_FIXUP_PINS,
4035 .v.pins = dell_9205_m42_pin_configs,
4036 },
4037 [STAC_9205_DELL_M43] = {
4038 .type = HDA_FIXUP_FUNC,
4039 .v.func = stac9205_fixup_dell_m43,
4040 },
4041 [STAC_9205_DELL_M44] = {
4042 .type = HDA_FIXUP_PINS,
4043 .v.pins = dell_9205_m44_pin_configs,
4044 },
4045 [STAC_9205_EAPD] = {
4046 .type = HDA_FIXUP_FUNC,
4047 .v.func = stac9205_fixup_eapd,
4048 },
4049 {}
Matt Porterf3302a52006-07-31 12:49:34 +02004050};
4051
Takashi Iwaife6322c2013-01-14 14:46:51 +01004052static const struct hda_model_fixup stac9205_models[] = {
4053 { .id = STAC_9205_REF, .name = "ref" },
4054 { .id = STAC_9205_DELL_M42, .name = "dell-m42" },
4055 { .id = STAC_9205_DELL_M43, .name = "dell-m43" },
4056 { .id = STAC_9205_DELL_M44, .name = "dell-m44" },
4057 { .id = STAC_9205_EAPD, .name = "eapd" },
4058 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004059};
4060
Takashi Iwaife6322c2013-01-14 14:46:51 +01004061static const struct snd_pci_quirk stac9205_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004062 /* SigmaTel reference board */
4063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
4064 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03004065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
4066 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05004067 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
4068 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004069 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004070 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
4071 "unknown Dell", STAC_9205_DELL_M42),
4072 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
4073 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004074 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02004075 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004076 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
4077 "Dell Precision", STAC_9205_DELL_M43),
4078 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
4079 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004080 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
4081 "unknown Dell", STAC_9205_DELL_M42),
4082 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
4083 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004084 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
4085 "Dell Precision", STAC_9205_DELL_M43),
4086 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004087 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004088 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
4089 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02004090 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
4091 "Dell Precision", STAC_9205_DELL_M43),
4092 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
4093 "Dell Precision", STAC_9205_DELL_M43),
4094 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
4095 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004096 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
4097 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01004098 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
4099 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01004100 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
4101 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004102 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08004103 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004104 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02004105 {} /* terminator */
4106};
4107
Takashi Iwai36c9db72013-01-17 17:07:59 +01004108static int stac_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02004109{
4110 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004111 int err;
David Henningssonf390dad2013-03-21 12:16:30 +01004112 int flags = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004113
David Henningssonf390dad2013-03-21 12:16:30 +01004114 if (spec->headset_jack)
4115 flags |= HDA_PINCFG_HEADSET_MIC;
4116
4117 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004118 if (err < 0)
4119 return err;
4120
Takashi Iwai36c9db72013-01-17 17:07:59 +01004121 /* add hooks */
4122 spec->gen.pcm_playback_hook = stac_playback_pcm_hook;
4123 spec->gen.pcm_capture_hook = stac_capture_pcm_hook;
4124
4125 spec->gen.automute_hook = stac_update_outputs;
4126 spec->gen.hp_automute_hook = stac_hp_automute;
4127 spec->gen.line_automute_hook = stac_line_automute;
David Henningsson664389d2013-01-28 11:29:17 +01004128 spec->gen.mic_autoswitch_hook = stac_mic_autoswitch;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004129
4130 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004131 if (err < 0)
4132 return err;
4133
Takashi Iwai36c9db72013-01-17 17:07:59 +01004134 /* minimum value is actually mute */
4135 spec->gen.vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Mattc7d4b2f2005-06-27 14:59:41 +02004136
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004137 /* setup analog beep controls */
4138 if (spec->anabeep_nid > 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004139 err = stac_auto_create_beep_ctls(codec,
4140 spec->anabeep_nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004141 if (err < 0)
4142 return err;
4143 }
4144
4145 /* setup digital beep controls and input device */
4146#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004147 if (spec->gen.beep_nid) {
4148 hda_nid_t nid = spec->gen.beep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004149 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004150
Takashi Iwai36c9db72013-01-17 17:07:59 +01004151 err = stac_auto_create_beep_ctls(codec, nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004152 if (err < 0)
4153 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004154 if (codec->beep) {
4155 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004156 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004157 /* if no beep switch is available, make its own one */
4158 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4159 if (!(caps & AC_AMPCAP_MUTE)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004160 err = stac_beep_switch_ctl(codec);
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004161 if (err < 0)
4162 return err;
4163 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004164 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004165 }
4166#endif
4167
Takashi Iwai36c9db72013-01-17 17:07:59 +01004168 if (spec->gpio_led)
4169 spec->gen.vmaster_mute.hook = stac_vmaster_hook;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004170
Takashi Iwai36c9db72013-01-17 17:07:59 +01004171 if (spec->aloopback_ctl &&
4172 snd_hda_get_bool_hint(codec, "loopback") == 1) {
4173 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl))
4174 return -ENOMEM;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004175 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004176
Takashi Iwai42875472013-01-22 09:34:48 +01004177 if (spec->have_spdif_mux) {
4178 err = stac_create_spdif_mux_ctls(codec);
4179 if (err < 0)
4180 return err;
4181 }
4182
Takashi Iwai36c9db72013-01-17 17:07:59 +01004183 stac_init_power_map(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004184
4185 return 0;
4186}
4187
Takashi Iwai36c9db72013-01-17 17:07:59 +01004188
4189static int stac_init(struct hda_codec *codec)
Richard Fish160ea0d2006-09-06 13:58:25 +02004190{
4191 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004192 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004193
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004194 /* override some hints */
4195 stac_store_hints(codec);
4196
Takashi Iwaif73d3582008-11-25 08:21:51 +01004197 /* set up GPIO */
Takashi Iwaif73d3582008-11-25 08:21:51 +01004198 /* turn on EAPD statically when spec->eapd_switch isn't set.
4199 * otherwise, unsol event will turn it on/off dynamically
4200 */
4201 if (!spec->eapd_switch)
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004202 spec->gpio_data |= spec->eapd_mask;
4203 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004204
Takashi Iwai36c9db72013-01-17 17:07:59 +01004205 snd_hda_gen_init(codec);
Takashi Iwaic8822462012-05-15 09:11:36 +02004206
4207 /* sync the power-map */
4208 if (spec->num_pwrs)
4209 snd_hda_codec_write(codec, codec->afg, 0,
4210 AC_VERB_IDT_SET_POWER_MAP,
4211 spec->power_map_bits);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004212
4213 /* power down inactive ADCs */
4214 if (spec->powerdown_adcs) {
4215 for (i = 0; i < spec->gen.num_all_adcs; i++) {
4216 if (spec->active_adcs & (1 << i))
4217 continue;
4218 snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0,
4219 AC_VERB_SET_POWER_STATE,
4220 AC_PWRST_D3);
4221 }
4222 }
4223
Mattc7d4b2f2005-06-27 14:59:41 +02004224 return 0;
4225}
4226
Takashi Iwai36c9db72013-01-17 17:07:59 +01004227static void stac_shutup(struct hda_codec *codec)
Takashi Iwai603c4012008-07-30 15:01:44 +02004228{
4229 struct sigmatel_spec *spec = codec->spec;
4230
Takashi Iwai36c9db72013-01-17 17:07:59 +01004231 snd_hda_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004232
4233 if (spec->eapd_mask)
4234 stac_gpio_set(codec, spec->gpio_mask,
4235 spec->gpio_dir, spec->gpio_data &
4236 ~spec->eapd_mask);
4237}
4238
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004239#define stac_free snd_hda_gen_free
Matt2f2f4252005-04-13 14:45:30 +02004240
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004241#ifdef CONFIG_PROC_FS
4242static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4243 struct hda_codec *codec, hda_nid_t nid)
4244{
4245 if (nid == codec->afg)
4246 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02004247 snd_hda_codec_read(codec, nid, 0,
4248 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004249}
4250
4251static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4252 struct hda_codec *codec,
4253 unsigned int verb)
4254{
4255 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4256 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4257}
4258
4259/* stac92hd71bxx, stac92hd73xx */
4260static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4261 struct hda_codec *codec, hda_nid_t nid)
4262{
4263 stac92hd_proc_hook(buffer, codec, nid);
4264 if (nid == codec->afg)
4265 analog_loop_proc_hook(buffer, codec, 0xfa0);
4266}
4267
4268static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4269 struct hda_codec *codec, hda_nid_t nid)
4270{
4271 if (nid == codec->afg)
4272 analog_loop_proc_hook(buffer, codec, 0xfe0);
4273}
4274
4275static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4276 struct hda_codec *codec, hda_nid_t nid)
4277{
4278 if (nid == codec->afg)
4279 analog_loop_proc_hook(buffer, codec, 0xfeb);
4280}
4281#else
4282#define stac92hd_proc_hook NULL
4283#define stac92hd7x_proc_hook NULL
4284#define stac9205_proc_hook NULL
4285#define stac927x_proc_hook NULL
4286#endif
4287
Takashi Iwai2a439522011-07-26 09:52:50 +02004288#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004289static int stac_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004290{
Takashi Iwai36c9db72013-01-17 17:07:59 +01004291 stac_shutup(codec);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004292 return 0;
4293}
Takashi Iwai350eba432012-03-16 16:09:03 +01004294#else
Takashi Iwai36c9db72013-01-17 17:07:59 +01004295#define stac_suspend NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01004296#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004297
Takashi Iwai36c9db72013-01-17 17:07:59 +01004298static const struct hda_codec_ops stac_patch_ops = {
4299 .build_controls = snd_hda_gen_build_controls,
4300 .build_pcms = snd_hda_gen_build_pcms,
4301 .init = stac_init,
4302 .free = stac_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02004303 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02004304#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004305 .suspend = stac_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004306#endif
Takashi Iwai36c9db72013-01-17 17:07:59 +01004307 .reboot_notify = stac_shutup,
Matt2f2f4252005-04-13 14:45:30 +02004308};
4309
Takashi Iwai36c9db72013-01-17 17:07:59 +01004310static int alloc_stac_spec(struct hda_codec *codec)
Takashi Iwai361dab32012-05-09 14:35:27 +02004311{
4312 struct sigmatel_spec *spec;
4313
4314 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4315 if (!spec)
4316 return -ENOMEM;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004317 snd_hda_gen_spec_init(&spec->gen);
Takashi Iwai361dab32012-05-09 14:35:27 +02004318 codec->spec = spec;
4319 codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
Takashi Iwai361dab32012-05-09 14:35:27 +02004320 return 0;
4321}
4322
Matt2f2f4252005-04-13 14:45:30 +02004323static int patch_stac9200(struct hda_codec *codec)
4324{
4325 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004326 int err;
Matt2f2f4252005-04-13 14:45:30 +02004327
Takashi Iwai36c9db72013-01-17 17:07:59 +01004328 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004329 if (err < 0)
4330 return err;
Matt2f2f4252005-04-13 14:45:30 +02004331
Takashi Iwai361dab32012-05-09 14:35:27 +02004332 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004333 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004334 spec->gen.own_eapd_ctl = 1;
4335
4336 codec->patch_ops = stac_patch_ops;
Takashi Iwaiba615b82013-03-13 14:47:21 +01004337 codec->power_filter = snd_hda_codec_eapd_power_filter;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004338
4339 snd_hda_add_verbs(codec, stac9200_eapd_init);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004340
4341 snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
4342 stac9200_fixups);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004343 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai117f2572008-03-18 09:53:23 +01004344
Takashi Iwai36c9db72013-01-17 17:07:59 +01004345 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004346 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004347 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004348 return err;
4349 }
Matt2f2f4252005-04-13 14:45:30 +02004350
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004351 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4352
Matt2f2f4252005-04-13 14:45:30 +02004353 return 0;
4354}
4355
Tobin Davis8e21c342007-01-08 11:04:17 +01004356static int patch_stac925x(struct hda_codec *codec)
4357{
4358 struct sigmatel_spec *spec;
4359 int err;
4360
Takashi Iwai36c9db72013-01-17 17:07:59 +01004361 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004362 if (err < 0)
4363 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004364
Takashi Iwai361dab32012-05-09 14:35:27 +02004365 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004366 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004367 spec->gen.own_eapd_ctl = 1;
4368
4369 codec->patch_ops = stac_patch_ops;
4370
4371 snd_hda_add_verbs(codec, stac925x_core_init);
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004372
Takashi Iwaid2077d42013-01-14 14:20:16 +01004373 snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl,
4374 stac925x_fixups);
Takashi Iwaid2077d42013-01-14 14:20:16 +01004375 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4376
Takashi Iwai36c9db72013-01-17 17:07:59 +01004377 err = stac_parse_auto_config(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004378 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004379 stac_free(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004380 return err;
4381 }
4382
Takashi Iwaid2077d42013-01-14 14:20:16 +01004383 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4384
Tobin Davis8e21c342007-01-08 11:04:17 +01004385 return 0;
4386}
4387
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004388static int patch_stac92hd73xx(struct hda_codec *codec)
4389{
4390 struct sigmatel_spec *spec;
Takashi Iwai361dab32012-05-09 14:35:27 +02004391 int err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004392 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004393
Takashi Iwai36c9db72013-01-17 17:07:59 +01004394 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004395 if (err < 0)
4396 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004397
Takashi Iwai361dab32012-05-09 14:35:27 +02004398 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004399 spec->linear_tone_beep = 0;
Takashi Iwai27487462013-01-21 16:25:18 +01004400 spec->gen.mixer_nid = 0x1d;
Takashi Iwai42875472013-01-22 09:34:48 +01004401 spec->have_spdif_mux = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01004402
Takashi Iwai36c9db72013-01-17 17:07:59 +01004403 num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004404 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004405 printk(KERN_WARNING "hda_codec: Could not determine "
4406 "number of channels defaulting to DAC count\n");
Takashi Iwai36c9db72013-01-17 17:07:59 +01004407 num_dacs = 5;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004408 }
Takashi Iwai55e30142013-01-14 17:30:04 +01004409
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004410 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004411 case 0x3: /* 6 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004412 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004413 break;
4414 case 0x4: /* 8 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004415 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004416 break;
4417 case 0x5: /* 10 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004418 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01004419 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004420 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004421
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004422 spec->aloopback_mask = 0x01;
4423 spec->aloopback_shift = 8;
4424
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004425 spec->gen.beep_nid = 0x1c; /* digital beep */
Takashi Iwai6479c632009-07-28 18:20:25 +02004426
Takashi Iwai55e30142013-01-14 17:30:04 +01004427 /* GPIO0 High = Enable EAPD */
4428 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4429 spec->gpio_data = 0x01;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004430
Takashi Iwai55e30142013-01-14 17:30:04 +01004431 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004432
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004433 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4434 spec->pwr_nids = stac92hd73xx_pwr_nids;
4435
Takashi Iwai36c9db72013-01-17 17:07:59 +01004436 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004437 spec->gen.power_down_unused = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004438
4439 codec->patch_ops = stac_patch_ops;
4440
4441 snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl,
4442 stac92hd73xx_fixups);
Takashi Iwai55e30142013-01-14 17:30:04 +01004443 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4444
4445 if (!spec->volknob_init)
4446 snd_hda_add_verbs(codec, stac92hd73xx_core_init);
4447
Takashi Iwai36c9db72013-01-17 17:07:59 +01004448 err = stac_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004449 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004450 stac_free(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004451 return err;
4452 }
4453
David Henningsson303985f2013-03-14 15:28:29 +01004454 /* Don't GPIO-mute speakers if there are no internal speakers, because
4455 * the GPIO might be necessary for Headphone
4456 */
4457 if (spec->eapd_switch && !has_builtin_speaker(codec))
4458 spec->eapd_switch = 0;
4459
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004460 codec->proc_widget_hook = stac92hd7x_proc_hook;
4461
Takashi Iwai55e30142013-01-14 17:30:04 +01004462 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4463
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004464 return 0;
4465}
4466
Takashi Iwai372f8c72013-01-14 18:06:34 +01004467static void stac_setup_gpio(struct hda_codec *codec)
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004468{
Takashi Iwai372f8c72013-01-14 18:06:34 +01004469 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01004470
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004471 spec->gpio_mask |= spec->eapd_mask;
Takashi Iwaib4e81872009-11-18 17:20:24 +01004472 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004473 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004474 spec->gpio_mask |= spec->gpio_led;
4475 spec->gpio_dir |= spec->gpio_led;
4476 spec->gpio_data |= spec->gpio_led;
4477 } else {
Takashi Iwaidfc6e462014-01-13 16:09:57 +01004478 codec->power_filter = stac_vref_led_power_filter;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004479 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004480 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004481
Takashi Iwai62cbde12012-09-14 11:58:54 +02004482 if (spec->mic_mute_led_gpio) {
4483 spec->gpio_mask |= spec->mic_mute_led_gpio;
4484 spec->gpio_dir |= spec->mic_mute_led_gpio;
Takashi Iwai7fe30712014-01-30 17:59:02 +01004485 spec->mic_enabled = 0;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004486 spec->gpio_data |= spec->mic_mute_led_gpio;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004487
Takashi Iwaia90229e2013-01-18 14:10:00 +01004488 spec->gen.cap_sync_hook = stac_capture_led_hook;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004489 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01004490}
4491
4492static int patch_stac92hd83xxx(struct hda_codec *codec)
4493{
4494 struct sigmatel_spec *spec;
4495 int err;
4496
Takashi Iwai36c9db72013-01-17 17:07:59 +01004497 err = alloc_stac_spec(codec);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004498 if (err < 0)
4499 return err;
4500
4501 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004502
4503 spec = codec->spec;
4504 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004505 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004506 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004507 spec->gen.mixer_nid = 0x1b;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004508
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004509 spec->gen.beep_nid = 0x21; /* digital beep */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004510 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4511 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004512 spec->default_polarity = -1; /* no default cfg */
4513
4514 codec->patch_ops = stac_patch_ops;
4515
4516 snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004517
4518 snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl,
4519 stac92hd83xxx_fixups);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004520 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4521
4522 stac_setup_gpio(codec);
Takashi Iwai62cbde12012-09-14 11:58:54 +02004523
Takashi Iwai36c9db72013-01-17 17:07:59 +01004524 err = stac_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004525 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004526 stac_free(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004527 return err;
4528 }
4529
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004530 codec->proc_widget_hook = stac92hd_proc_hook;
4531
Takashi Iwai372f8c72013-01-14 18:06:34 +01004532 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4533
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004534 return 0;
4535}
4536
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004537static const hda_nid_t stac92hd95_pwr_nids[] = {
4538 0x0a, 0x0b, 0x0c, 0x0d
4539};
4540
4541static int patch_stac92hd95(struct hda_codec *codec)
4542{
4543 struct sigmatel_spec *spec;
4544 int err;
4545
4546 err = alloc_stac_spec(codec);
4547 if (err < 0)
4548 return err;
4549
4550 codec->epss = 0; /* longer delay needed for D3 */
4551
4552 spec = codec->spec;
4553 spec->linear_tone_beep = 0;
4554 spec->gen.own_eapd_ctl = 1;
4555 spec->gen.power_down_unused = 1;
4556
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004557 spec->gen.beep_nid = 0x19; /* digital beep */
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004558 spec->pwr_nids = stac92hd95_pwr_nids;
4559 spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids);
4560 spec->default_polarity = -1; /* no default cfg */
4561
4562 codec->patch_ops = stac_patch_ops;
4563
4564 err = stac_parse_auto_config(codec);
4565 if (err < 0) {
4566 stac_free(codec);
4567 return err;
4568 }
4569
4570 codec->proc_widget_hook = stac92hd_proc_hook;
4571
4572 return 0;
4573}
4574
Matthew Ranostaye035b842007-11-06 11:53:55 +01004575static int patch_stac92hd71bxx(struct hda_codec *codec)
4576{
4577 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02004578 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Takashi Iwai361dab32012-05-09 14:35:27 +02004579 int err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004580
Takashi Iwai36c9db72013-01-17 17:07:59 +01004581 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004582 if (err < 0)
4583 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004584
Takashi Iwai361dab32012-05-09 14:35:27 +02004585 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004586 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004587 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004588 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004589 spec->gen.mixer_nid = 0x17;
Takashi Iwai42875472013-01-22 09:34:48 +01004590 spec->have_spdif_mux = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004591
Takashi Iwai36c9db72013-01-17 17:07:59 +01004592 codec->patch_ops = stac_patch_ops;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004593
4594 /* GPIO0 = EAPD */
4595 spec->gpio_mask = 0x01;
4596 spec->gpio_dir = 0x01;
4597 spec->gpio_data = 0x01;
Takashi Iwai41c3b642008-11-18 10:45:15 +01004598
Matthew Ranostay541eee82007-12-14 12:08:04 +01004599 switch (codec->vendor_id) {
4600 case 0x111d76b6: /* 4 Port without Analog Mixer */
4601 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02004602 unmute_init++;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004603 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004604 case 0x111d7608: /* 5 Port with Analog Mixer */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004605 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004606 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004607 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004608
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004609 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004610 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01004611 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
4612 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004613 break;
4614 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004615 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004616 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004617
Takashi Iwai5207e102009-07-30 13:09:08 +02004618 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004619 }
4620
David Henningsson5e68fb32012-08-16 14:11:09 +02004621 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004622 snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
David Henningsson5e68fb32012-08-16 14:11:09 +02004623
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004624 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
4625 snd_hda_sequence_write_cache(codec, unmute_init);
4626
Takashi Iwai36c9db72013-01-17 17:07:59 +01004627 spec->aloopback_ctl = &stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004628 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004629 spec->aloopback_shift = 0;
4630
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004631 spec->powerdown_adcs = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004632 spec->gen.beep_nid = 0x26; /* digital beep */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004633 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004634 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004635
Takashi Iwai36c9db72013-01-17 17:07:59 +01004636 snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl,
4637 stac92hd71bxx_fixups);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004638 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01004639
Takashi Iwai372f8c72013-01-14 18:06:34 +01004640 stac_setup_gpio(codec);
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004641
Takashi Iwai36c9db72013-01-17 17:07:59 +01004642 err = stac_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004643 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004644 stac_free(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004645 return err;
4646 }
4647
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004648 codec->proc_widget_hook = stac92hd7x_proc_hook;
4649
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004650 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4651
Matthew Ranostaye035b842007-11-06 11:53:55 +01004652 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02004653}
Matthew Ranostaye035b842007-11-06 11:53:55 +01004654
Matt2f2f4252005-04-13 14:45:30 +02004655static int patch_stac922x(struct hda_codec *codec)
4656{
4657 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004658 int err;
Matt2f2f4252005-04-13 14:45:30 +02004659
Takashi Iwai36c9db72013-01-17 17:07:59 +01004660 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004661 if (err < 0)
4662 return err;
Matt2f2f4252005-04-13 14:45:30 +02004663
Takashi Iwai361dab32012-05-09 14:35:27 +02004664 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004665 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004666 spec->gen.own_eapd_ctl = 1;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004667
Takashi Iwai36c9db72013-01-17 17:07:59 +01004668 codec->patch_ops = stac_patch_ops;
Matt2f2f4252005-04-13 14:45:30 +02004669
Takashi Iwai0a427842013-01-14 15:20:13 +01004670 snd_hda_add_verbs(codec, stac922x_core_init);
4671
Takashi Iwai807a46362007-05-29 19:01:37 +02004672 /* Fix Mux capture level; max to 2 */
4673 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4674 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4675 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4676 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4677 (0 << AC_AMPCAP_MUTE_SHIFT));
4678
Takashi Iwai36c9db72013-01-17 17:07:59 +01004679 snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl,
4680 stac922x_fixups);
4681 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4682
4683 err = stac_parse_auto_config(codec);
4684 if (err < 0) {
4685 stac_free(codec);
4686 return err;
4687 }
4688
Takashi Iwai0a427842013-01-14 15:20:13 +01004689 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4690
Matt Porter3cc08dc2006-01-23 15:27:49 +01004691 return 0;
4692}
4693
Takashi Iwai42875472013-01-22 09:34:48 +01004694static const char * const stac927x_spdif_labels[] = {
4695 "Digital Playback", "ADAT", "Analog Mux 1",
4696 "Analog Mux 2", "Analog Mux 3", NULL
4697};
4698
Matt Porter3cc08dc2006-01-23 15:27:49 +01004699static int patch_stac927x(struct hda_codec *codec)
4700{
4701 struct sigmatel_spec *spec;
4702 int err;
4703
Takashi Iwai36c9db72013-01-17 17:07:59 +01004704 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004705 if (err < 0)
4706 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004707
Takashi Iwai361dab32012-05-09 14:35:27 +02004708 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004709 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004710 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004711 spec->have_spdif_mux = 1;
4712 spec->spdif_labels = stac927x_spdif_labels;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004713
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004714 spec->gen.beep_nid = 0x23; /* digital beep */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004715
Takashi Iwai29ac8362013-01-14 16:03:38 +01004716 /* GPIO0 High = Enable EAPD */
4717 spec->eapd_mask = spec->gpio_mask = 0x01;
4718 spec->gpio_dir = spec->gpio_data = 0x01;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02004719
Takashi Iwai36c9db72013-01-17 17:07:59 +01004720 spec->aloopback_ctl = &stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004721 spec->aloopback_mask = 0x40;
4722 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004723 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004724
Takashi Iwai36c9db72013-01-17 17:07:59 +01004725 codec->patch_ops = stac_patch_ops;
4726
4727 snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl,
4728 stac927x_fixups);
Takashi Iwaif6655d52013-01-17 08:49:01 +01004729 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4730
Takashi Iwai29ac8362013-01-14 16:03:38 +01004731 if (!spec->volknob_init)
4732 snd_hda_add_verbs(codec, stac927x_core_init);
4733
Takashi Iwai36c9db72013-01-17 17:07:59 +01004734 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004735 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004736 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004737 return err;
4738 }
Matt2f2f4252005-04-13 14:45:30 +02004739
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004740 codec->proc_widget_hook = stac927x_proc_hook;
4741
Takashi Iwai52987652008-01-16 16:09:47 +01004742 /*
4743 * !!FIXME!!
4744 * The STAC927x seem to require fairly long delays for certain
4745 * command sequences. With too short delays (even if the answer
4746 * is set to RIRB properly), it results in the silence output
4747 * on some hardwares like Dell.
4748 *
4749 * The below flag enables the longer delay (see get_response
4750 * in hda_intel.c).
4751 */
4752 codec->bus->needs_damn_long_delay = 1;
4753
Takashi Iwai29ac8362013-01-14 16:03:38 +01004754 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwaie28d8322008-12-17 13:48:29 +01004755
Matt2f2f4252005-04-13 14:45:30 +02004756 return 0;
4757}
4758
Matt Porterf3302a52006-07-31 12:49:34 +02004759static int patch_stac9205(struct hda_codec *codec)
4760{
4761 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004762 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004763
Takashi Iwai36c9db72013-01-17 17:07:59 +01004764 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004765 if (err < 0)
4766 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02004767
Takashi Iwai361dab32012-05-09 14:35:27 +02004768 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004769 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004770 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004771 spec->have_spdif_mux = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02004772
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004773 spec->gen.beep_nid = 0x23; /* digital beep */
Matt Porterf3302a52006-07-31 12:49:34 +02004774
Takashi Iwaife6322c2013-01-14 14:46:51 +01004775 snd_hda_add_verbs(codec, stac9205_core_init);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004776 spec->aloopback_ctl = &stac9205_loopback;
Takashi Iwai6479c632009-07-28 18:20:25 +02004777
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004778 spec->aloopback_mask = 0x40;
4779 spec->aloopback_shift = 0;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004780
Takashi Iwaife6322c2013-01-14 14:46:51 +01004781 /* GPIO0 High = EAPD */
4782 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4783 spec->gpio_data = 0x01;
Matt Porter33382402006-12-18 13:17:28 +01004784
Takashi Iwaife6322c2013-01-14 14:46:51 +01004785 /* Turn on/off EAPD per HP plugging */
4786 spec->eapd_switch = 1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004787
Takashi Iwai36c9db72013-01-17 17:07:59 +01004788 codec->patch_ops = stac_patch_ops;
4789
4790 snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl,
4791 stac9205_fixups);
Takashi Iwaife6322c2013-01-14 14:46:51 +01004792 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Matthew Ranostay87d48362007-07-17 11:52:24 +02004793
Takashi Iwai36c9db72013-01-17 17:07:59 +01004794 err = stac_parse_auto_config(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004795 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004796 stac_free(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004797 return err;
4798 }
4799
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004800 codec->proc_widget_hook = stac9205_proc_hook;
4801
Takashi Iwaife6322c2013-01-14 14:46:51 +01004802 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4803
Matt Porterf3302a52006-07-31 12:49:34 +02004804 return 0;
4805}
4806
Matt2f2f4252005-04-13 14:45:30 +02004807/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004808 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004809 */
4810
Takashi Iwai2b635362011-05-02 12:33:43 +02004811static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02004812 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004813 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4814 {}
4815};
4816
Takashi Iwaifc268c12013-01-14 14:29:36 +01004817static const struct hda_pintbl stac9872_vaio_pin_configs[] = {
4818 { 0x0a, 0x03211020 },
4819 { 0x0b, 0x411111f0 },
4820 { 0x0c, 0x411111f0 },
4821 { 0x0d, 0x03a15030 },
4822 { 0x0e, 0x411111f0 },
4823 { 0x0f, 0x90170110 },
4824 { 0x11, 0x411111f0 },
4825 { 0x13, 0x411111f0 },
4826 { 0x14, 0x90a7013e },
4827 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004828};
4829
Takashi Iwaifc268c12013-01-14 14:29:36 +01004830static const struct hda_model_fixup stac9872_models[] = {
4831 { .id = STAC_9872_VAIO, .name = "vaio" },
4832 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004833};
4834
Takashi Iwaifc268c12013-01-14 14:29:36 +01004835static const struct hda_fixup stac9872_fixups[] = {
4836 [STAC_9872_VAIO] = {
4837 .type = HDA_FIXUP_PINS,
4838 .v.pins = stac9872_vaio_pin_configs,
4839 },
Takashi Iwai307282c2009-03-12 18:17:58 +01004840};
4841
Takashi Iwaifc268c12013-01-14 14:29:36 +01004842static const struct snd_pci_quirk stac9872_fixup_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02004843 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
4844 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01004845 {} /* terminator */
4846};
4847
Guillaume Munch6d859062006-08-22 17:15:47 +02004848static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01004849{
4850 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01004851 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01004852
Takashi Iwai36c9db72013-01-17 17:07:59 +01004853 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004854 if (err < 0)
4855 return err;
4856
4857 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004858 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004859 spec->gen.own_eapd_ctl = 1;
4860
4861 codec->patch_ops = stac_patch_ops;
4862
4863 snd_hda_add_verbs(codec, stac9872_core_init);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004864
Takashi Iwaifc268c12013-01-14 14:29:36 +01004865 snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl,
4866 stac9872_fixups);
Takashi Iwaifc268c12013-01-14 14:29:36 +01004867 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004868
Takashi Iwai36c9db72013-01-17 17:07:59 +01004869 err = stac_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004870 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004871 stac_free(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004872 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004873 }
Takashi Iwaifc268c12013-01-14 14:29:36 +01004874
4875 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4876
Takashi Iwaidb064e52006-03-16 16:04:58 +01004877 return 0;
4878}
4879
4880
4881/*
Matt2f2f4252005-04-13 14:45:30 +02004882 * patch entries
4883 */
Takashi Iwai2b635362011-05-02 12:33:43 +02004884static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02004885 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
4886 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
4887 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
4888 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
4889 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
4890 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
4891 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02004892 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
4893 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
4894 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
4895 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
4896 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
4897 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01004898 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
4899 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
4900 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
4901 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
4902 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
4903 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
4904 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
4905 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
4906 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
4907 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01004908 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
4909 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
4910 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
4911 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
4912 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
4913 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02004914 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
4915 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02004916 /* The following does not take into account .id=0x83847661 when subsys =
4917 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
4918 * currently not fully supported.
4919 */
4920 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
4921 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
4922 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01004923 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02004924 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
4925 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
4926 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
4927 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
4928 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
4929 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
4930 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
4931 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004932 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004933 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01004934 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004935 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04004936 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02004937 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
4938 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01004939 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
4940 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
4941 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
4942 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004943 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01004944 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
4945 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004946 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004947 { .id = 0x111d7695, .name = "92HD95", .patch = patch_stac92hd95 },
Matthew Ranostay541eee82007-12-14 12:08:04 +01004948 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
4949 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
4950 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
4951 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
4952 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
4953 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
4954 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
4955 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02004956 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
4957 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
4958 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
4959 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
4960 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
4961 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
4962 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
4963 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
4964 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
4965 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
4966 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
4967 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
4968 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
4969 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
4970 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02004971 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004972 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06004973 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
4974 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004975 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01004976 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
4977 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
4978 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
4979 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
4980 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
4981 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
4982 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
4983 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
4984 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
4985 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
4986 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
4987 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02004988 {} /* terminator */
4989};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01004990
4991MODULE_ALIAS("snd-hda-codec-id:8384*");
4992MODULE_ALIAS("snd-hda-codec-id:111d*");
4993
4994MODULE_LICENSE("GPL");
4995MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
4996
4997static struct hda_codec_preset_list sigmatel_list = {
4998 .preset = snd_hda_preset_sigmatel,
4999 .owner = THIS_MODULE,
5000};
5001
5002static int __init patch_sigmatel_init(void)
5003{
5004 return snd_hda_add_codec_preset(&sigmatel_list);
5005}
5006
5007static void __exit patch_sigmatel_exit(void)
5008{
5009 snd_hda_delete_codec_preset(&sigmatel_list);
5010}
5011
5012module_init(patch_sigmatel_init)
5013module_exit(patch_sigmatel_exit)