blob: 3744ea4e843dd687babcd4412fb1bcd934e11d1e [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,
Takashi Iwai37c367e2014-02-24 15:23:10 +0100101 STAC_HP_LED_GPIO10,
David Henningsson8d032a82012-10-09 12:48:40 +0200102 STAC_92HD83XXX_HEADSET_JACK,
Takashi Iwai372f8c72013-01-14 18:06:34 +0100103 STAC_92HD83XXX_HP,
Takashi Iwai49920422013-01-18 14:28:07 +0100104 STAC_HP_ENVY_BASS,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -0600105 STAC_HP_BNB13_EQ,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200106 STAC_92HD83XXX_MODELS
107};
108
109enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100110 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100111 STAC_DELL_M4_1,
112 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500113 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400114 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200115 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100116 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100117 STAC_HP_HDX,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +0100118 STAC_92HD71BXX_HP,
119 STAC_92HD71BXX_NO_DMIC,
120 STAC_92HD71BXX_NO_SMUX,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100121 STAC_92HD71BXX_MODELS
122};
123
124enum {
Takashi Iwai8b3dfda2014-06-24 13:55:25 +0200125 STAC_92HD95_HP_LED,
126 STAC_92HD95_HP_BASS,
127 STAC_92HD95_MODELS
128};
129
130enum {
Tobin Davis8e21c342007-01-08 11:04:17 +0100131 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200132 STAC_M1,
133 STAC_M1_2,
134 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100135 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200136 STAC_M3,
137 STAC_M5,
138 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100139 STAC_925x_MODELS
140};
141
142enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100143 STAC_D945_REF,
144 STAC_D945GTP3,
145 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200146 STAC_INTEL_MAC_V1,
147 STAC_INTEL_MAC_V2,
148 STAC_INTEL_MAC_V3,
149 STAC_INTEL_MAC_V4,
150 STAC_INTEL_MAC_V5,
Takashi Iwai0a427842013-01-14 15:20:13 +0100151 STAC_INTEL_MAC_AUTO,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300152 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200153 STAC_922X_DELL_D81,
154 STAC_922X_DELL_D82,
155 STAC_922X_DELL_M81,
156 STAC_922X_DELL_M82,
Takashi Iwai0a427842013-01-14 15:20:13 +0100157 STAC_922X_INTEL_MAC_GPIO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100158 STAC_922X_MODELS
159};
160
161enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100162 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100163 STAC_D965_REF,
164 STAC_D965_3ST,
165 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200166 STAC_D965_5ST_NO_FP,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100167 STAC_D965_VERBS,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200168 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100169 STAC_DELL_BIOS,
Takashi Iwaieefb8be2013-07-29 16:26:15 +0200170 STAC_DELL_BIOS_AMIC,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100171 STAC_DELL_BIOS_SPDIF,
172 STAC_927X_DELL_DMIC,
Takashi Iwai54930532009-10-11 17:38:29 +0200173 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100174 STAC_927X_MODELS
175};
Matt Porter403d1942005-11-29 15:00:51 +0100176
Takashi Iwai307282c2009-03-12 18:17:58 +0100177enum {
Takashi Iwai307282c2009-03-12 18:17:58 +0100178 STAC_9872_VAIO,
179 STAC_9872_MODELS
180};
181
Matt2f2f4252005-04-13 14:45:30 +0200182struct sigmatel_spec {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100183 struct hda_gen_spec gen;
Mattc7d4b2f2005-06-27 14:59:41 +0200184
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500185 unsigned int eapd_switch: 1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100186 unsigned int linear_tone_beep:1;
David Henningsson8d032a82012-10-09 12:48:40 +0200187 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
Takashi Iwai29ac8362013-01-14 16:03:38 +0100188 unsigned int volknob_init:1; /* special volume-knob initialization */
Takashi Iwai36c9db72013-01-17 17:07:59 +0100189 unsigned int powerdown_adcs:1;
Takashi Iwai42875472013-01-22 09:34:48 +0100190 unsigned int have_spdif_mux:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200191
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100192 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200193 unsigned int eapd_mask;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100194 unsigned int gpio_mask;
195 unsigned int gpio_dir;
196 unsigned int gpio_data;
197 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200198 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100199 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100200 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500201 unsigned int vref_led;
Takashi Iwai372f8c72013-01-14 18:06:34 +0100202 int default_polarity;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100203
Takashi Iwai62cbde12012-09-14 11:58:54 +0200204 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
Takashi Iwai7fe30712014-01-30 17:59:02 +0100205 unsigned int mic_enabled; /* current mic mute state (bitmask) */
Takashi Iwai62cbde12012-09-14 11:58:54 +0200206
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200207 /* stream */
208 unsigned int stream_delay;
209
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100210 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200211 const struct snd_kcontrol_new *aloopback_ctl;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100212 unsigned int aloopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100213 unsigned char aloopback_mask;
214 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200215
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100216 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200217 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100218 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200219 const hda_nid_t *pwr_nids;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100220 unsigned int active_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100221
Takashi Iwai36c9db72013-01-17 17:07:59 +0100222 /* beep widgets */
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200223 hda_nid_t anabeep_nid;
Takashi Iwai42875472013-01-22 09:34:48 +0100224
225 /* SPDIF-out mux */
226 const char * const *spdif_labels;
227 struct hda_input_mux spdif_mux;
228 unsigned int cur_smux[2];
Matt2f2f4252005-04-13 14:45:30 +0200229};
230
Takashi Iwaic8822462012-05-15 09:11:36 +0200231#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
232#define AC_VERB_IDT_GET_POWER_MAP 0xfec
233
Takashi Iwai2b635362011-05-02 12:33:43 +0200234static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100235 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
236 0x0f, 0x10, 0x11
237};
238
Charles Chinafef2cf2011-11-11 08:05:28 +0100239static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
240 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
241 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200242};
243
Takashi Iwai2b635362011-05-02 12:33:43 +0200244static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100245 0x0a, 0x0d, 0x0f
246};
247
Matthew Ranostaye035b842007-11-06 11:53:55 +0100248
Takashi Iwai36c9db72013-01-17 17:07:59 +0100249/*
250 * PCM hooks
251 */
252static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo,
253 struct hda_codec *codec,
254 struct snd_pcm_substream *substream,
255 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200256{
Matt Porter8b657272006-10-26 17:12:59 +0200257 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100258 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay)
259 msleep(spec->stream_delay);
Matt Porter8b657272006-10-26 17:12:59 +0200260}
261
Takashi Iwai36c9db72013-01-17 17:07:59 +0100262static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo,
263 struct hda_codec *codec,
264 struct snd_pcm_substream *substream,
265 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200266{
Matt Porter8b657272006-10-26 17:12:59 +0200267 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100268 int i, idx = 0;
Matt Porter8b657272006-10-26 17:12:59 +0200269
Takashi Iwai36c9db72013-01-17 17:07:59 +0100270 if (!spec->powerdown_adcs)
271 return;
Matt Porter8b657272006-10-26 17:12:59 +0200272
Takashi Iwai36c9db72013-01-17 17:07:59 +0100273 for (i = 0; i < spec->gen.num_all_adcs; i++) {
274 if (spec->gen.all_adcs[i] == hinfo->nid) {
275 idx = i;
276 break;
277 }
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400278 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100279
280 switch (action) {
281 case HDA_GEN_PCM_ACT_OPEN:
282 msleep(40);
283 snd_hda_codec_write(codec, hinfo->nid, 0,
284 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
285 spec->active_adcs |= (1 << idx);
286 break;
287 case HDA_GEN_PCM_ACT_CLOSE:
288 snd_hda_codec_write(codec, hinfo->nid, 0,
289 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
290 spec->active_adcs &= ~(1 << idx);
291 break;
292 }
293}
294
295/*
296 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
297 * funky external mute control using GPIO pins.
298 */
299
300static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
301 unsigned int dir_mask, unsigned int data)
302{
303 unsigned int gpiostate, gpiomask, gpiodir;
304
Takashi Iwai4e76a882014-02-25 12:21:03 +0100305 codec_dbg(codec, "%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100306
307 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
308 AC_VERB_GET_GPIO_DATA, 0);
309 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
310
311 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
312 AC_VERB_GET_GPIO_MASK, 0);
313 gpiomask |= mask;
314
315 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
316 AC_VERB_GET_GPIO_DIRECTION, 0);
317 gpiodir |= dir_mask;
318
319 /* Configure GPIOx as CMOS */
320 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
321
322 snd_hda_codec_write(codec, codec->afg, 0,
323 AC_VERB_SET_GPIO_MASK, gpiomask);
324 snd_hda_codec_read(codec, codec->afg, 0,
325 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
326
327 msleep(1);
328
329 snd_hda_codec_read(codec, codec->afg, 0,
330 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
331}
332
333/* hook for controlling mic-mute LED GPIO */
Takashi Iwaia90229e2013-01-18 14:10:00 +0100334static void stac_capture_led_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +0100335 struct snd_kcontrol *kcontrol,
336 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100337{
338 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai7fe30712014-01-30 17:59:02 +0100339 unsigned int mask;
340 bool cur_mute, prev_mute;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100341
Takashi Iwai7fe30712014-01-30 17:59:02 +0100342 if (!kcontrol || !ucontrol)
Takashi Iwaia90229e2013-01-18 14:10:00 +0100343 return;
344
Takashi Iwai7fe30712014-01-30 17:59:02 +0100345 mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
346 prev_mute = !spec->mic_enabled;
347 if (ucontrol->value.integer.value[0] ||
348 ucontrol->value.integer.value[1])
349 spec->mic_enabled |= mask;
350 else
351 spec->mic_enabled &= ~mask;
352 cur_mute = !spec->mic_enabled;
353 if (cur_mute != prev_mute) {
354 if (cur_mute)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100355 spec->gpio_data |= spec->mic_mute_led_gpio;
356 else
357 spec->gpio_data &= ~spec->mic_mute_led_gpio;
358 stac_gpio_set(codec, spec->gpio_mask,
359 spec->gpio_dir, spec->gpio_data);
360 }
Matthew Ranostayd9737752008-09-07 12:03:41 +0200361}
362
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500363static int stac_vrefout_set(struct hda_codec *codec,
364 hda_nid_t nid, unsigned int new_vref)
365{
366 int error, pinctl;
367
Takashi Iwai4e76a882014-02-25 12:21:03 +0100368 codec_dbg(codec, "%s, nid %x ctl %x\n", __func__, nid, new_vref);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500369 pinctl = snd_hda_codec_read(codec, nid, 0,
370 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
371
372 if (pinctl < 0)
373 return pinctl;
374
375 pinctl &= 0xff;
376 pinctl &= ~AC_PINCTL_VREFEN;
377 pinctl |= (new_vref & AC_PINCTL_VREFEN);
378
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200379 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500380 if (error < 0)
381 return error;
382
383 return 1;
384}
385
Takashi Iwaidfc6e462014-01-13 16:09:57 +0100386/* prevent codec AFG to D3 state when vref-out pin is used for mute LED */
387/* this hook is set in stac_setup_gpio() */
388static unsigned int stac_vref_led_power_filter(struct hda_codec *codec,
389 hda_nid_t nid,
390 unsigned int power_state)
391{
392 if (nid == codec->afg && power_state == AC_PWRST_D3)
393 return AC_PWRST_D1;
394 return snd_hda_gen_path_power_filter(codec, nid, power_state);
395}
396
Takashi Iwai36c9db72013-01-17 17:07:59 +0100397/* update mute-LED accoring to the master switch */
398static void stac_update_led_status(struct hda_codec *codec, int enabled)
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200399{
Matt2f2f4252005-04-13 14:45:30 +0200400 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100401 int muted = !enabled;
Matt2f2f4252005-04-13 14:45:30 +0200402
Takashi Iwai36c9db72013-01-17 17:07:59 +0100403 if (!spec->gpio_led)
404 return;
Matt2f2f4252005-04-13 14:45:30 +0200405
Takashi Iwai36c9db72013-01-17 17:07:59 +0100406 /* LED state is inverted on these systems */
407 if (spec->gpio_led_polarity)
408 muted = !muted;
Matt2f2f4252005-04-13 14:45:30 +0200409
Takashi Iwai36c9db72013-01-17 17:07:59 +0100410 if (!spec->vref_mute_led_nid) {
411 if (muted)
412 spec->gpio_data |= spec->gpio_led;
413 else
414 spec->gpio_data &= ~spec->gpio_led;
415 stac_gpio_set(codec, spec->gpio_mask,
416 spec->gpio_dir, spec->gpio_data);
Takashi Iwai5207e102009-07-30 13:09:08 +0200417 } else {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100418 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
419 stac_vrefout_set(codec, spec->vref_mute_led_nid,
420 spec->vref_led);
Takashi Iwai5207e102009-07-30 13:09:08 +0200421 }
Matt2f2f4252005-04-13 14:45:30 +0200422}
423
Takashi Iwai36c9db72013-01-17 17:07:59 +0100424/* vmaster hook to update mute LED */
425static void stac_vmaster_hook(void *private_data, int val)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100426{
Takashi Iwai36c9db72013-01-17 17:07:59 +0100427 stac_update_led_status(private_data, val);
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100428}
429
Takashi Iwai36c9db72013-01-17 17:07:59 +0100430/* automute hook to handle GPIO mute and EAPD updates */
431static void stac_update_outputs(struct hda_codec *codec)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100432{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100433 struct sigmatel_spec *spec = codec->spec;
434
Takashi Iwai36c9db72013-01-17 17:07:59 +0100435 if (spec->gpio_mute)
436 spec->gen.master_mute =
437 !(snd_hda_codec_read(codec, codec->afg, 0,
438 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
439
440 snd_hda_gen_update_outputs(codec);
441
442 if (spec->eapd_mask && spec->eapd_switch) {
443 unsigned int val = spec->gpio_data;
444 if (spec->gen.speaker_muted)
445 val &= ~spec->eapd_mask;
446 else
447 val |= spec->eapd_mask;
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200448 if (spec->gpio_data != val) {
449 spec->gpio_data = val;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100450 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir,
451 val);
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200452 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100453 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100454}
455
Takashi Iwai36c9db72013-01-17 17:07:59 +0100456static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
457 bool enable, bool do_write)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100458{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100459 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100460 unsigned int idx, val;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100461
Takashi Iwai36c9db72013-01-17 17:07:59 +0100462 for (idx = 0; idx < spec->num_pwrs; idx++) {
463 if (spec->pwr_nids[idx] == nid)
464 break;
465 }
466 if (idx >= spec->num_pwrs)
467 return;
468
469 idx = 1 << idx;
470
471 val = spec->power_map_bits;
472 if (enable)
473 val &= ~idx;
474 else
475 val |= idx;
476
477 /* power down unused output ports */
478 if (val != spec->power_map_bits) {
479 spec->power_map_bits = val;
480 if (do_write)
481 snd_hda_codec_write(codec, codec->afg, 0,
482 AC_VERB_IDT_SET_POWER_MAP, val);
483 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100484}
485
Takashi Iwai36c9db72013-01-17 17:07:59 +0100486/* update power bit per jack plug/unplug */
487static void jack_update_power(struct hda_codec *codec,
488 struct hda_jack_tbl *jack)
489{
490 struct sigmatel_spec *spec = codec->spec;
491 int i;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200492
Takashi Iwai36c9db72013-01-17 17:07:59 +0100493 if (!spec->num_pwrs)
494 return;
495
496 if (jack && jack->nid) {
497 stac_toggle_power_map(codec, jack->nid,
498 snd_hda_jack_detect(codec, jack->nid),
499 true);
500 return;
501 }
502
503 /* update all jacks */
504 for (i = 0; i < spec->num_pwrs; i++) {
505 hda_nid_t nid = spec->pwr_nids[i];
506 jack = snd_hda_jack_tbl_get(codec, nid);
507 if (!jack || !jack->action)
508 continue;
509 if (jack->action == STAC_PWR_EVENT ||
510 jack->action <= HDA_GEN_LAST_EVENT)
511 stac_toggle_power_map(codec, nid,
512 snd_hda_jack_detect(codec, nid),
513 false);
514 }
515
516 snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_IDT_SET_POWER_MAP,
517 spec->power_map_bits);
518}
519
520static void stac_hp_automute(struct hda_codec *codec,
521 struct hda_jack_tbl *jack)
522{
523 snd_hda_gen_hp_automute(codec, jack);
524 jack_update_power(codec, jack);
525}
526
527static void stac_line_automute(struct hda_codec *codec,
528 struct hda_jack_tbl *jack)
529{
530 snd_hda_gen_line_automute(codec, jack);
531 jack_update_power(codec, jack);
532}
533
David Henningsson664389d2013-01-28 11:29:17 +0100534static void stac_mic_autoswitch(struct hda_codec *codec,
535 struct hda_jack_tbl *jack)
536{
537 snd_hda_gen_mic_autoswitch(codec, jack);
538 jack_update_power(codec, jack);
539}
540
Takashi Iwai36c9db72013-01-17 17:07:59 +0100541static void stac_vref_event(struct hda_codec *codec, struct hda_jack_tbl *event)
542{
543 unsigned int data;
544
545 data = snd_hda_codec_read(codec, codec->afg, 0,
546 AC_VERB_GET_GPIO_DATA, 0);
547 /* toggle VREF state based on GPIOx status */
548 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
549 !!(data & (1 << event->private_data)));
550}
551
552/* initialize the power map and enable the power event to jacks that
553 * haven't been assigned to automute
554 */
555static void stac_init_power_map(struct hda_codec *codec)
556{
557 struct sigmatel_spec *spec = codec->spec;
558 int i;
559
560 for (i = 0; i < spec->num_pwrs; i++) {
561 hda_nid_t nid = spec->pwr_nids[i];
562 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
563 def_conf = get_defcfg_connect(def_conf);
564 if (snd_hda_jack_tbl_get(codec, nid))
565 continue;
566 if (def_conf == AC_JACK_PORT_COMPLEX &&
567 !(spec->vref_mute_led_nid == nid ||
568 is_jack_detectable(codec, nid))) {
569 snd_hda_jack_detect_enable_callback(codec, nid,
570 STAC_PWR_EVENT,
571 jack_update_power);
572 } else {
573 if (def_conf == AC_JACK_PORT_NONE)
574 stac_toggle_power_map(codec, nid, false, false);
575 else
576 stac_toggle_power_map(codec, nid, true, false);
577 }
578 }
579}
580
581/*
582 */
583
584static inline bool get_int_hint(struct hda_codec *codec, const char *key,
585 int *valp)
586{
587 return !snd_hda_get_int_hint(codec, key, valp);
588}
589
590/* override some hints from the hwdep entry */
591static void stac_store_hints(struct hda_codec *codec)
592{
593 struct sigmatel_spec *spec = codec->spec;
594 int val;
595
596 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
597 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
598 spec->gpio_mask;
599 }
600 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
601 spec->gpio_mask &= spec->gpio_mask;
602 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
603 spec->gpio_dir &= spec->gpio_mask;
604 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
605 spec->eapd_mask &= spec->gpio_mask;
606 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
607 spec->gpio_mute &= spec->gpio_mask;
608 val = snd_hda_get_bool_hint(codec, "eapd_switch");
609 if (val >= 0)
610 spec->eapd_switch = val;
611}
612
613/*
614 * loopback controls
615 */
616
617#define stac_aloopback_info snd_ctl_boolean_mono_info
618
619static int stac_aloopback_get(struct snd_kcontrol *kcontrol,
620 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200621{
622 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100623 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200624 struct sigmatel_spec *spec = codec->spec;
625
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100626 ucontrol->value.integer.value[0] = !!(spec->aloopback &
627 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200628 return 0;
629}
630
Takashi Iwai36c9db72013-01-17 17:07:59 +0100631static int stac_aloopback_put(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200633{
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100636 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200637 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100638 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200639
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100640 idx_val = spec->aloopback_mask << idx;
641 if (ucontrol->value.integer.value[0])
642 val = spec->aloopback | idx_val;
643 else
644 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100645 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200646 return 0;
647
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100648 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200649
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100650 /* Only return the bits defined by the shift value of the
651 * first two bytes of the mask
652 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200653 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100654 kcontrol->private_value & 0xFFFF, 0x0);
655 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200656
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100657 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200658 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100659 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200660 } else {
661 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100662 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200663 }
664
665 snd_hda_codec_write_cache(codec, codec->afg, 0,
666 kcontrol->private_value >> 16, dac_mode);
667
668 return 1;
669}
670
Takashi Iwai36c9db72013-01-17 17:07:59 +0100671#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
672 { \
673 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
674 .name = "Analog Loopback", \
675 .count = cnt, \
676 .info = stac_aloopback_info, \
677 .get = stac_aloopback_get, \
678 .put = stac_aloopback_put, \
679 .private_value = verb_read | (verb_write << 16), \
680 }
681
682/*
683 * Mute LED handling on HP laptops
684 */
685
686/* check whether it's a HP laptop with a docking port */
687static bool hp_bnb2011_with_dock(struct hda_codec *codec)
688{
689 if (codec->vendor_id != 0x111d7605 &&
690 codec->vendor_id != 0x111d76d1)
691 return false;
692
693 switch (codec->subsystem_id) {
694 case 0x103c1618:
695 case 0x103c1619:
696 case 0x103c161a:
697 case 0x103c161b:
698 case 0x103c161c:
699 case 0x103c161d:
700 case 0x103c161e:
701 case 0x103c161f:
702
703 case 0x103c162a:
704 case 0x103c162b:
705
706 case 0x103c1630:
707 case 0x103c1631:
708
709 case 0x103c1633:
710 case 0x103c1634:
711 case 0x103c1635:
712
713 case 0x103c3587:
714 case 0x103c3588:
715 case 0x103c3589:
716 case 0x103c358a:
717
718 case 0x103c3667:
719 case 0x103c3668:
720 case 0x103c3669:
721
722 return true;
723 }
724 return false;
725}
726
727static bool hp_blike_system(u32 subsystem_id)
728{
729 switch (subsystem_id) {
730 case 0x103c1520:
731 case 0x103c1521:
732 case 0x103c1523:
733 case 0x103c1524:
734 case 0x103c1525:
735 case 0x103c1722:
736 case 0x103c1723:
737 case 0x103c1724:
738 case 0x103c1725:
739 case 0x103c1726:
740 case 0x103c1727:
741 case 0x103c1728:
742 case 0x103c1729:
743 case 0x103c172a:
744 case 0x103c172b:
745 case 0x103c307e:
746 case 0x103c307f:
747 case 0x103c3080:
748 case 0x103c3081:
749 case 0x103c7007:
750 case 0x103c7008:
751 return true;
752 }
753 return false;
754}
755
756static void set_hp_led_gpio(struct hda_codec *codec)
757{
758 struct sigmatel_spec *spec = codec->spec;
759 unsigned int gpio;
760
761 if (spec->gpio_led)
762 return;
763
764 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
765 gpio &= AC_GPIO_IO_COUNT;
766 if (gpio > 3)
767 spec->gpio_led = 0x08; /* GPIO 3 */
768 else
769 spec->gpio_led = 0x01; /* GPIO 0 */
770}
771
772/*
773 * This method searches for the mute LED GPIO configuration
774 * provided as OEM string in SMBIOS. The format of that string
775 * is HP_Mute_LED_P_G or HP_Mute_LED_P
776 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
777 * that corresponds to the NOT muted state of the master volume
778 * and G is the index of the GPIO to use as the mute LED control (0..9)
779 * If _G portion is missing it is assigned based on the codec ID
780 *
781 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
782 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
783 *
784 *
785 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
786 * SMBIOS - at least the ones I have seen do not have them - which include
787 * my own system (HP Pavilion dv6-1110ax) and my cousin's
788 * HP Pavilion dv9500t CTO.
789 * Need more information on whether it is true across the entire series.
790 * -- kunal
791 */
792static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
793{
794 struct sigmatel_spec *spec = codec->spec;
795 const struct dmi_device *dev = NULL;
796
797 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
798 get_int_hint(codec, "gpio_led_polarity",
799 &spec->gpio_led_polarity);
800 return 1;
801 }
802
803 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
Toralf Förstere7fc4962014-05-20 19:19:24 +0200804 if (sscanf(dev->name, "HP_Mute_LED_%u_%x",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100805 &spec->gpio_led_polarity,
806 &spec->gpio_led) == 2) {
807 unsigned int max_gpio;
808 max_gpio = snd_hda_param_read(codec, codec->afg,
809 AC_PAR_GPIO_CAP);
810 max_gpio &= AC_GPIO_IO_COUNT;
811 if (spec->gpio_led < max_gpio)
812 spec->gpio_led = 1 << spec->gpio_led;
813 else
814 spec->vref_mute_led_nid = spec->gpio_led;
815 return 1;
816 }
Toralf Förstere7fc4962014-05-20 19:19:24 +0200817 if (sscanf(dev->name, "HP_Mute_LED_%u",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100818 &spec->gpio_led_polarity) == 1) {
819 set_hp_led_gpio(codec);
820 return 1;
821 }
822 /* BIOS bug: unfilled OEM string */
823 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
824 set_hp_led_gpio(codec);
825 if (default_polarity >= 0)
826 spec->gpio_led_polarity = default_polarity;
827 else
828 spec->gpio_led_polarity = 1;
829 return 1;
830 }
831 }
832
833 /*
834 * Fallback case - if we don't find the DMI strings,
835 * we statically set the GPIO - if not a B-series system
836 * and default polarity is provided
837 */
838 if (!hp_blike_system(codec->subsystem_id) &&
839 (default_polarity == 0 || default_polarity == 1)) {
840 set_hp_led_gpio(codec);
841 spec->gpio_led_polarity = default_polarity;
842 return 1;
843 }
844 return 0;
845}
846
David Henningsson303985f2013-03-14 15:28:29 +0100847/* check whether a built-in speaker is included in parsed pins */
848static bool has_builtin_speaker(struct hda_codec *codec)
849{
850 struct sigmatel_spec *spec = codec->spec;
851 hda_nid_t *nid_pin;
852 int nids, i;
853
854 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
855 nid_pin = spec->gen.autocfg.line_out_pins;
856 nids = spec->gen.autocfg.line_outs;
857 } else {
858 nid_pin = spec->gen.autocfg.speaker_pins;
859 nids = spec->gen.autocfg.speaker_outs;
860 }
861
862 for (i = 0; i < nids; i++) {
863 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
864 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
865 return true;
866 }
867 return false;
868}
869
Takashi Iwai36c9db72013-01-17 17:07:59 +0100870/*
871 * PC beep controls
872 */
873
874/* create PC beep volume controls */
875static int stac_auto_create_beep_ctls(struct hda_codec *codec,
876 hda_nid_t nid)
877{
878 struct sigmatel_spec *spec = codec->spec;
879 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
880 struct snd_kcontrol_new *knew;
881 static struct snd_kcontrol_new abeep_mute_ctl =
882 HDA_CODEC_MUTE(NULL, 0, 0, 0);
883 static struct snd_kcontrol_new dbeep_mute_ctl =
884 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0);
885 static struct snd_kcontrol_new beep_vol_ctl =
886 HDA_CODEC_VOLUME(NULL, 0, 0, 0);
887
888 /* check for mute support for the the amp */
889 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
890 const struct snd_kcontrol_new *temp;
891 if (spec->anabeep_nid == nid)
892 temp = &abeep_mute_ctl;
893 else
894 temp = &dbeep_mute_ctl;
895 knew = snd_hda_gen_add_kctl(&spec->gen,
896 "Beep Playback Switch", temp);
897 if (!knew)
898 return -ENOMEM;
899 knew->private_value =
900 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
901 }
902
903 /* check to see if there is volume support for the amp */
904 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
905 knew = snd_hda_gen_add_kctl(&spec->gen,
906 "Beep Playback Volume",
907 &beep_vol_ctl);
908 if (!knew)
909 return -ENOMEM;
910 knew->private_value =
911 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
912 }
913 return 0;
914}
915
916#ifdef CONFIG_SND_HDA_INPUT_BEEP
917#define stac_dig_beep_switch_info snd_ctl_boolean_mono_info
918
919static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
920 struct snd_ctl_elem_value *ucontrol)
921{
922 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
923 ucontrol->value.integer.value[0] = codec->beep->enabled;
924 return 0;
925}
926
927static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
928 struct snd_ctl_elem_value *ucontrol)
929{
930 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
931 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
932}
933
934static const struct snd_kcontrol_new stac_dig_beep_ctrl = {
935 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
936 .name = "Beep Playback Switch",
937 .info = stac_dig_beep_switch_info,
938 .get = stac_dig_beep_switch_get,
939 .put = stac_dig_beep_switch_put,
940};
941
942static int stac_beep_switch_ctl(struct hda_codec *codec)
943{
944 struct sigmatel_spec *spec = codec->spec;
945
946 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl))
947 return -ENOMEM;
948 return 0;
949}
950#endif
951
952/*
Takashi Iwai42875472013-01-22 09:34:48 +0100953 * SPDIF-out mux controls
954 */
955
956static int stac_smux_enum_info(struct snd_kcontrol *kcontrol,
957 struct snd_ctl_elem_info *uinfo)
958{
959 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
960 struct sigmatel_spec *spec = codec->spec;
961 return snd_hda_input_mux_info(&spec->spdif_mux, uinfo);
962}
963
964static int stac_smux_enum_get(struct snd_kcontrol *kcontrol,
965 struct snd_ctl_elem_value *ucontrol)
966{
967 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
968 struct sigmatel_spec *spec = codec->spec;
969 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
970
971 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
972 return 0;
973}
974
975static int stac_smux_enum_put(struct snd_kcontrol *kcontrol,
976 struct snd_ctl_elem_value *ucontrol)
977{
978 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
979 struct sigmatel_spec *spec = codec->spec;
980 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
981
982 return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol,
983 spec->gen.autocfg.dig_out_pins[smux_idx],
984 &spec->cur_smux[smux_idx]);
985}
986
987static struct snd_kcontrol_new stac_smux_mixer = {
988 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
989 .name = "IEC958 Playback Source",
990 /* count set later */
991 .info = stac_smux_enum_info,
992 .get = stac_smux_enum_get,
993 .put = stac_smux_enum_put,
994};
995
996static const char * const stac_spdif_labels[] = {
997 "Digital Playback", "Analog Mux 1", "Analog Mux 2", NULL
998};
999
1000static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
1001{
1002 struct sigmatel_spec *spec = codec->spec;
1003 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1004 const char * const *labels = spec->spdif_labels;
1005 struct snd_kcontrol_new *kctl;
1006 int i, num_cons;
1007
1008 if (cfg->dig_outs < 1)
1009 return 0;
1010
1011 num_cons = snd_hda_get_num_conns(codec, cfg->dig_out_pins[0]);
1012 if (num_cons <= 1)
1013 return 0;
1014
1015 if (!labels)
1016 labels = stac_spdif_labels;
1017 for (i = 0; i < num_cons; i++) {
1018 if (snd_BUG_ON(!labels[i]))
1019 return -EINVAL;
1020 snd_hda_add_imux_item(&spec->spdif_mux, labels[i], i, NULL);
1021 }
1022
1023 kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer);
1024 if (!kctl)
1025 return -ENOMEM;
1026 kctl->count = cfg->dig_outs;
1027
1028 return 0;
1029}
1030
1031/*
Takashi Iwai36c9db72013-01-17 17:07:59 +01001032 */
1033
Takashi Iwai2b635362011-05-02 12:33:43 +02001034static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +02001035 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +02001036 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +02001037 {}
1038};
1039
Takashi Iwai2b635362011-05-02 12:33:43 +02001040static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001041 /* set dac0mux for dac converter */
1042 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1043 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1044 {}
1045};
1046
Takashi Iwai2b635362011-05-02 12:33:43 +02001047static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +01001048 /* set master volume to max value without distortion
1049 * and direct control */
1050 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +01001051 {}
1052};
1053
Takashi Iwai2b635362011-05-02 12:33:43 +02001054static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001055 /* set master volume and direct control */
1056 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001057 {}
1058};
1059
Takashi Iwai2b635362011-05-02 12:33:43 +02001060static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001061 /* power state controls amps */
1062 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001063 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001064};
1065
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001066static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1067 { 0x22, 0x785, 0x43 },
1068 { 0x22, 0x782, 0xe0 },
1069 { 0x22, 0x795, 0x00 },
1070 {}
1071};
1072
Takashi Iwai2b635362011-05-02 12:33:43 +02001073static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001074 /* set master volume and direct control */
1075 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001076 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +01001077};
1078
Takashi Iwai2b635362011-05-02 12:33:43 +02001079static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05001080 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
1081 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001082 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1083 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001084 {}
1085};
1086
Takashi Iwai2b635362011-05-02 12:33:43 +02001087static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001088 /* set dac0mux for dac converter */
1089 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +01001090 /* mute the master volume */
1091 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +01001092 {}
1093};
1094
Takashi Iwai2b635362011-05-02 12:33:43 +02001095static const struct hda_verb stac922x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001096 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +02001097 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +02001098 {}
1099};
1100
Takashi Iwai2b635362011-05-02 12:33:43 +02001101static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02001102 /* unmute node 0x1b */
1103 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
Takashi Iwai36c9db72013-01-17 17:07:59 +01001104 /* select node 0x03 as DAC */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001105 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1106 {}
1107};
1108
Takashi Iwai2b635362011-05-02 12:33:43 +02001109static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02001110 /* don't set delta bit */
1111 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1112 /* unmute node 0x1b */
1113 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1114 /* select node 0x03 as DAC */
1115 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1116 {}
1117};
1118
Takashi Iwai2b635362011-05-02 12:33:43 +02001119static const struct hda_verb stac927x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001120 /* set master volume and direct control */
Matt Porter3cc08dc2006-01-23 15:27:49 +01001121 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001122 /* enable analog pc beep path */
1123 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +01001124 {}
1125};
1126
Takashi Iwai2b635362011-05-02 12:33:43 +02001127static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +02001128 /* don't set delta bit */
1129 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1130 /* enable analog pc beep path */
1131 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1132 {}
1133};
1134
Takashi Iwai2b635362011-05-02 12:33:43 +02001135static const struct hda_verb stac9205_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001136 /* set master volume and direct control */
Matt Porterf3302a52006-07-31 12:49:34 +02001137 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001138 /* enable analog pc beep path */
1139 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +02001140 {}
1141};
1142
Takashi Iwai36c9db72013-01-17 17:07:59 +01001143static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback =
1144 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01001145
Takashi Iwai36c9db72013-01-17 17:07:59 +01001146static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback =
1147 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001148
Takashi Iwai36c9db72013-01-17 17:07:59 +01001149static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback =
1150 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001151
Takashi Iwai36c9db72013-01-17 17:07:59 +01001152static const struct snd_kcontrol_new stac92hd71bxx_loopback =
1153 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2);
Matt2f2f4252005-04-13 14:45:30 +02001154
Takashi Iwai36c9db72013-01-17 17:07:59 +01001155static const struct snd_kcontrol_new stac9205_loopback =
1156 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001157
Takashi Iwai36c9db72013-01-17 17:07:59 +01001158static const struct snd_kcontrol_new stac927x_loopback =
1159 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1);
Matt2f2f4252005-04-13 14:45:30 +02001160
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001161static const struct hda_pintbl ref9200_pin_configs[] = {
1162 { 0x08, 0x01c47010 },
1163 { 0x09, 0x01447010 },
1164 { 0x0d, 0x0221401f },
1165 { 0x0e, 0x01114010 },
1166 { 0x0f, 0x02a19020 },
1167 { 0x10, 0x01a19021 },
1168 { 0x11, 0x90100140 },
1169 { 0x12, 0x01813122 },
1170 {}
Matt2f2f4252005-04-13 14:45:30 +02001171};
1172
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001173static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1174 { 0x08, 0x400000fe },
1175 { 0x09, 0x404500f4 },
1176 { 0x0d, 0x400100f0 },
1177 { 0x0e, 0x90110010 },
1178 { 0x0f, 0x400100f1 },
1179 { 0x10, 0x02a1902e },
1180 { 0x11, 0x500000f2 },
1181 { 0x12, 0x500000f3 },
1182 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001183};
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001184
1185static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1186 { 0x08, 0x400000fe },
1187 { 0x09, 0x404500f4 },
1188 { 0x0d, 0x400100f0 },
1189 { 0x0e, 0x90110010 },
1190 { 0x0f, 0x400100f1 },
1191 { 0x10, 0x02a1902e },
1192 { 0x11, 0x500000f2 },
1193 { 0x12, 0x500000f3 },
1194 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001195};
1196
1197/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001198 STAC 9200 pin configs for
1199 102801A8
1200 102801DE
1201 102801E8
1202*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001203static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1204 { 0x08, 0x400001f0 },
1205 { 0x09, 0x400001f1 },
1206 { 0x0d, 0x02214030 },
1207 { 0x0e, 0x01014010 },
1208 { 0x0f, 0x02a19020 },
1209 { 0x10, 0x01a19021 },
1210 { 0x11, 0x90100140 },
1211 { 0x12, 0x01813122 },
1212 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001213};
1214
Takashi Iwai36c9db72013-01-17 17:07:59 +01001215/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001216 STAC 9200 pin configs for
1217 102801C0
1218 102801C1
1219*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001220static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1221 { 0x08, 0x400001f0 },
1222 { 0x09, 0x400001f1 },
1223 { 0x0d, 0x0221401f },
1224 { 0x0e, 0x01014010 },
1225 { 0x0f, 0x01813020 },
1226 { 0x10, 0x02a19021 },
1227 { 0x11, 0x90100140 },
1228 { 0x12, 0x400001f2 },
1229 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001230};
1231
Takashi Iwai36c9db72013-01-17 17:07:59 +01001232/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001233 STAC 9200 pin configs for
1234 102801C4 (Dell Dimension E310)
1235 102801C5
1236 102801C7
1237 102801D9
1238 102801DA
1239 102801E3
1240*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001241static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1242 { 0x08, 0x400001f0 },
1243 { 0x09, 0x400001f1 },
1244 { 0x0d, 0x0221401f },
1245 { 0x0e, 0x01014010 },
1246 { 0x0f, 0x01813020 },
1247 { 0x10, 0x01a19021 },
1248 { 0x11, 0x90100140 },
1249 { 0x12, 0x400001f2 },
1250 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001251};
1252
1253
1254/*
1255 STAC 9200-32 pin configs for
1256 102801B5 (Dell Inspiron 630m)
1257 102801D8 (Dell Inspiron 640m)
1258*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001259static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1260 { 0x08, 0x40c003fa },
1261 { 0x09, 0x03441340 },
1262 { 0x0d, 0x0321121f },
1263 { 0x0e, 0x90170310 },
1264 { 0x0f, 0x408003fb },
1265 { 0x10, 0x03a11020 },
1266 { 0x11, 0x401003fc },
1267 { 0x12, 0x403003fd },
1268 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001269};
1270
1271/*
1272 STAC 9200-32 pin configs for
1273 102801C2 (Dell Latitude D620)
1274 102801C8
1275 102801CC (Dell Latitude D820)
1276 102801D4
1277 102801D6
1278*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001279static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1280 { 0x08, 0x40c003fa },
1281 { 0x09, 0x0144131f },
1282 { 0x0d, 0x0321121f },
1283 { 0x0e, 0x90170310 },
1284 { 0x0f, 0x90a70321 },
1285 { 0x10, 0x03a11020 },
1286 { 0x11, 0x401003fb },
1287 { 0x12, 0x40f000fc },
1288 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001289};
1290
1291/*
1292 STAC 9200-32 pin configs for
1293 102801CE (Dell XPS M1710)
1294 102801CF (Dell Precision M90)
1295*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001296static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1297 { 0x08, 0x40c003fa },
1298 { 0x09, 0x01441340 },
1299 { 0x0d, 0x0421421f },
1300 { 0x0e, 0x90170310 },
1301 { 0x0f, 0x408003fb },
1302 { 0x10, 0x04a1102e },
1303 { 0x11, 0x90170311 },
1304 { 0x12, 0x403003fc },
1305 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001306};
1307
1308/*
1309 STAC 9200-32 pin configs for
1310 102801C9
1311 102801CA
1312 102801CB (Dell Latitude 120L)
1313 102801D3
1314*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001315static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1316 { 0x08, 0x40c003fa },
1317 { 0x09, 0x404003fb },
1318 { 0x0d, 0x0321121f },
1319 { 0x0e, 0x90170310 },
1320 { 0x0f, 0x408003fc },
1321 { 0x10, 0x03a11020 },
1322 { 0x11, 0x401003fd },
1323 { 0x12, 0x403003fe },
1324 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001325};
1326
1327/*
1328 STAC 9200-32 pin configs for
1329 102801BD (Dell Inspiron E1505n)
1330 102801EE
1331 102801EF
1332*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001333static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1334 { 0x08, 0x40c003fa },
1335 { 0x09, 0x01441340 },
1336 { 0x0d, 0x0421121f },
1337 { 0x0e, 0x90170310 },
1338 { 0x0f, 0x408003fb },
1339 { 0x10, 0x04a11020 },
1340 { 0x11, 0x401003fc },
1341 { 0x12, 0x403003fd },
1342 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001343};
1344
1345/*
1346 STAC 9200-32 pin configs for
1347 102801F5 (Dell Inspiron 1501)
1348 102801F6
1349*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001350static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1351 { 0x08, 0x40c003fa },
1352 { 0x09, 0x404003fb },
1353 { 0x0d, 0x0421121f },
1354 { 0x0e, 0x90170310 },
1355 { 0x0f, 0x408003fc },
1356 { 0x10, 0x04a11020 },
1357 { 0x11, 0x401003fd },
1358 { 0x12, 0x403003fe },
1359 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001360};
1361
1362/*
1363 STAC 9200-32
1364 102801CD (Dell Inspiron E1705/9400)
1365*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001366static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1367 { 0x08, 0x40c003fa },
1368 { 0x09, 0x01441340 },
1369 { 0x0d, 0x0421121f },
1370 { 0x0e, 0x90170310 },
1371 { 0x0f, 0x90170310 },
1372 { 0x10, 0x04a11020 },
1373 { 0x11, 0x90170310 },
1374 { 0x12, 0x40f003fc },
1375 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001376};
1377
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001378static const struct hda_pintbl oqo9200_pin_configs[] = {
1379 { 0x08, 0x40c000f0 },
1380 { 0x09, 0x404000f1 },
1381 { 0x0d, 0x0221121f },
1382 { 0x0e, 0x02211210 },
1383 { 0x0f, 0x90170111 },
1384 { 0x10, 0x90a70120 },
1385 { 0x11, 0x400000f2 },
1386 { 0x12, 0x400000f3 },
1387 {}
Tobin Davisbf277782008-02-03 20:31:47 +01001388};
1389
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001390
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001391static void stac9200_fixup_panasonic(struct hda_codec *codec,
1392 const struct hda_fixup *fix, int action)
1393{
1394 struct sigmatel_spec *spec = codec->spec;
1395
Takashi Iwai36c9db72013-01-17 17:07:59 +01001396 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001397 spec->gpio_mask = spec->gpio_dir = 0x09;
1398 spec->gpio_data = 0x00;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001399 /* CF-74 has no headphone detection, and the driver should *NOT*
1400 * do detection and HP/speaker toggle because the hardware does it.
1401 */
Takashi Iwai36c9db72013-01-17 17:07:59 +01001402 spec->gen.suppress_auto_mute = 1;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001403 }
1404}
1405
1406
1407static const struct hda_fixup stac9200_fixups[] = {
1408 [STAC_REF] = {
1409 .type = HDA_FIXUP_PINS,
1410 .v.pins = ref9200_pin_configs,
1411 },
1412 [STAC_9200_OQO] = {
1413 .type = HDA_FIXUP_PINS,
1414 .v.pins = oqo9200_pin_configs,
1415 .chained = true,
1416 .chain_id = STAC_9200_EAPD_INIT,
1417 },
1418 [STAC_9200_DELL_D21] = {
1419 .type = HDA_FIXUP_PINS,
1420 .v.pins = dell9200_d21_pin_configs,
1421 },
1422 [STAC_9200_DELL_D22] = {
1423 .type = HDA_FIXUP_PINS,
1424 .v.pins = dell9200_d22_pin_configs,
1425 },
1426 [STAC_9200_DELL_D23] = {
1427 .type = HDA_FIXUP_PINS,
1428 .v.pins = dell9200_d23_pin_configs,
1429 },
1430 [STAC_9200_DELL_M21] = {
1431 .type = HDA_FIXUP_PINS,
1432 .v.pins = dell9200_m21_pin_configs,
1433 },
1434 [STAC_9200_DELL_M22] = {
1435 .type = HDA_FIXUP_PINS,
1436 .v.pins = dell9200_m22_pin_configs,
1437 },
1438 [STAC_9200_DELL_M23] = {
1439 .type = HDA_FIXUP_PINS,
1440 .v.pins = dell9200_m23_pin_configs,
1441 },
1442 [STAC_9200_DELL_M24] = {
1443 .type = HDA_FIXUP_PINS,
1444 .v.pins = dell9200_m24_pin_configs,
1445 },
1446 [STAC_9200_DELL_M25] = {
1447 .type = HDA_FIXUP_PINS,
1448 .v.pins = dell9200_m25_pin_configs,
1449 },
1450 [STAC_9200_DELL_M26] = {
1451 .type = HDA_FIXUP_PINS,
1452 .v.pins = dell9200_m26_pin_configs,
1453 },
1454 [STAC_9200_DELL_M27] = {
1455 .type = HDA_FIXUP_PINS,
1456 .v.pins = dell9200_m27_pin_configs,
1457 },
1458 [STAC_9200_M4] = {
1459 .type = HDA_FIXUP_PINS,
1460 .v.pins = gateway9200_m4_pin_configs,
1461 .chained = true,
1462 .chain_id = STAC_9200_EAPD_INIT,
1463 },
1464 [STAC_9200_M4_2] = {
1465 .type = HDA_FIXUP_PINS,
1466 .v.pins = gateway9200_m4_2_pin_configs,
1467 .chained = true,
1468 .chain_id = STAC_9200_EAPD_INIT,
1469 },
1470 [STAC_9200_PANASONIC] = {
1471 .type = HDA_FIXUP_FUNC,
1472 .v.func = stac9200_fixup_panasonic,
1473 },
1474 [STAC_9200_EAPD_INIT] = {
1475 .type = HDA_FIXUP_VERBS,
1476 .v.verbs = (const struct hda_verb[]) {
1477 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1478 {}
1479 },
1480 },
Matt Porter403d1942005-11-29 15:00:51 +01001481};
1482
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001483static const struct hda_model_fixup stac9200_models[] = {
1484 { .id = STAC_REF, .name = "ref" },
1485 { .id = STAC_9200_OQO, .name = "oqo" },
1486 { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1487 { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1488 { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1489 { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1490 { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1491 { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1492 { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1493 { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1494 { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1495 { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1496 { .id = STAC_9200_M4, .name = "gateway-m4" },
1497 { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1498 { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1499 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001500};
1501
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001502static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001503 /* SigmaTel reference board */
1504 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1505 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001506 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1507 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001508 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001509 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1510 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001511 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001512 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1513 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1514 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1516 "unknown Dell", STAC_9200_DELL_D22),
1517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1518 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001520 "Dell Latitude D620", STAC_9200_DELL_M22),
1521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1522 "unknown Dell", STAC_9200_DELL_D23),
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1524 "unknown Dell", STAC_9200_DELL_D23),
1525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1526 "unknown Dell", STAC_9200_DELL_M22),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1528 "unknown Dell", STAC_9200_DELL_M24),
1529 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1530 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001531 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001532 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001533 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001534 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001535 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001536 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001537 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001538 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001539 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001540 "Dell Precision M90", STAC_9200_DELL_M23),
1541 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1542 "unknown Dell", STAC_9200_DELL_M22),
1543 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1544 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001545 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001546 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001547 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001548 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1549 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1550 "unknown Dell", STAC_9200_DELL_D23),
1551 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1552 "unknown Dell", STAC_9200_DELL_D23),
1553 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1554 "unknown Dell", STAC_9200_DELL_D21),
1555 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1556 "unknown Dell", STAC_9200_DELL_D23),
1557 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1558 "unknown Dell", STAC_9200_DELL_D21),
1559 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1560 "unknown Dell", STAC_9200_DELL_M25),
1561 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1562 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001563 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001564 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1565 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1566 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001567 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001568 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001569 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001570 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1571 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1572 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001573 /* OQO Mobile */
1574 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001575 {} /* terminator */
1576};
1577
Takashi Iwaid2077d42013-01-14 14:20:16 +01001578static const struct hda_pintbl ref925x_pin_configs[] = {
1579 { 0x07, 0x40c003f0 },
1580 { 0x08, 0x424503f2 },
1581 { 0x0a, 0x01813022 },
1582 { 0x0b, 0x02a19021 },
1583 { 0x0c, 0x90a70320 },
1584 { 0x0d, 0x02214210 },
1585 { 0x10, 0x01019020 },
1586 { 0x11, 0x9033032e },
1587 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001588};
1589
Takashi Iwaid2077d42013-01-14 14:20:16 +01001590static const struct hda_pintbl stac925xM1_pin_configs[] = {
1591 { 0x07, 0x40c003f4 },
1592 { 0x08, 0x424503f2 },
1593 { 0x0a, 0x400000f3 },
1594 { 0x0b, 0x02a19020 },
1595 { 0x0c, 0x40a000f0 },
1596 { 0x0d, 0x90100210 },
1597 { 0x10, 0x400003f1 },
1598 { 0x11, 0x9033032e },
1599 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001600};
1601
Takashi Iwaid2077d42013-01-14 14:20:16 +01001602static const struct hda_pintbl stac925xM1_2_pin_configs[] = {
1603 { 0x07, 0x40c003f4 },
1604 { 0x08, 0x424503f2 },
1605 { 0x0a, 0x400000f3 },
1606 { 0x0b, 0x02a19020 },
1607 { 0x0c, 0x40a000f0 },
1608 { 0x0d, 0x90100210 },
1609 { 0x10, 0x400003f1 },
1610 { 0x11, 0x9033032e },
1611 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001612};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001613
Takashi Iwaid2077d42013-01-14 14:20:16 +01001614static const struct hda_pintbl stac925xM2_pin_configs[] = {
1615 { 0x07, 0x40c003f4 },
1616 { 0x08, 0x424503f2 },
1617 { 0x0a, 0x400000f3 },
1618 { 0x0b, 0x02a19020 },
1619 { 0x0c, 0x40a000f0 },
1620 { 0x0d, 0x90100210 },
1621 { 0x10, 0x400003f1 },
1622 { 0x11, 0x9033032e },
1623 {}
Tobin Davis2c11f952007-05-17 09:36:34 +02001624};
1625
Takashi Iwaid2077d42013-01-14 14:20:16 +01001626static const struct hda_pintbl stac925xM2_2_pin_configs[] = {
1627 { 0x07, 0x40c003f4 },
1628 { 0x08, 0x424503f2 },
1629 { 0x0a, 0x400000f3 },
1630 { 0x0b, 0x02a19020 },
1631 { 0x0c, 0x40a000f0 },
1632 { 0x0d, 0x90100210 },
1633 { 0x10, 0x400003f1 },
1634 { 0x11, 0x9033032e },
1635 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001636};
1637
Takashi Iwaid2077d42013-01-14 14:20:16 +01001638static const struct hda_pintbl stac925xM3_pin_configs[] = {
1639 { 0x07, 0x40c003f4 },
1640 { 0x08, 0x424503f2 },
1641 { 0x0a, 0x400000f3 },
1642 { 0x0b, 0x02a19020 },
1643 { 0x0c, 0x40a000f0 },
1644 { 0x0d, 0x90100210 },
1645 { 0x10, 0x400003f1 },
1646 { 0x11, 0x503303f3 },
1647 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001648};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001649
Takashi Iwaid2077d42013-01-14 14:20:16 +01001650static const struct hda_pintbl stac925xM5_pin_configs[] = {
1651 { 0x07, 0x40c003f4 },
1652 { 0x08, 0x424503f2 },
1653 { 0x0a, 0x400000f3 },
1654 { 0x0b, 0x02a19020 },
1655 { 0x0c, 0x40a000f0 },
1656 { 0x0d, 0x90100210 },
1657 { 0x10, 0x400003f1 },
1658 { 0x11, 0x9033032e },
1659 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001660};
1661
Takashi Iwaid2077d42013-01-14 14:20:16 +01001662static const struct hda_pintbl stac925xM6_pin_configs[] = {
1663 { 0x07, 0x40c003f4 },
1664 { 0x08, 0x424503f2 },
1665 { 0x0a, 0x400000f3 },
1666 { 0x0b, 0x02a19020 },
1667 { 0x0c, 0x40a000f0 },
1668 { 0x0d, 0x90100210 },
1669 { 0x10, 0x400003f1 },
1670 { 0x11, 0x90330320 },
1671 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001672};
1673
Takashi Iwaid2077d42013-01-14 14:20:16 +01001674static const struct hda_fixup stac925x_fixups[] = {
1675 [STAC_REF] = {
1676 .type = HDA_FIXUP_PINS,
1677 .v.pins = ref925x_pin_configs,
1678 },
1679 [STAC_M1] = {
1680 .type = HDA_FIXUP_PINS,
1681 .v.pins = stac925xM1_pin_configs,
1682 },
1683 [STAC_M1_2] = {
1684 .type = HDA_FIXUP_PINS,
1685 .v.pins = stac925xM1_2_pin_configs,
1686 },
1687 [STAC_M2] = {
1688 .type = HDA_FIXUP_PINS,
1689 .v.pins = stac925xM2_pin_configs,
1690 },
1691 [STAC_M2_2] = {
1692 .type = HDA_FIXUP_PINS,
1693 .v.pins = stac925xM2_2_pin_configs,
1694 },
1695 [STAC_M3] = {
1696 .type = HDA_FIXUP_PINS,
1697 .v.pins = stac925xM3_pin_configs,
1698 },
1699 [STAC_M5] = {
1700 .type = HDA_FIXUP_PINS,
1701 .v.pins = stac925xM5_pin_configs,
1702 },
1703 [STAC_M6] = {
1704 .type = HDA_FIXUP_PINS,
1705 .v.pins = stac925xM6_pin_configs,
1706 },
Tobin Davis8e21c342007-01-08 11:04:17 +01001707};
1708
Takashi Iwaid2077d42013-01-14 14:20:16 +01001709static const struct hda_model_fixup stac925x_models[] = {
1710 { .id = STAC_REF, .name = "ref" },
1711 { .id = STAC_M1, .name = "m1" },
1712 { .id = STAC_M1_2, .name = "m1-2" },
1713 { .id = STAC_M2, .name = "m2" },
1714 { .id = STAC_M2_2, .name = "m2-2" },
1715 { .id = STAC_M3, .name = "m3" },
1716 { .id = STAC_M5, .name = "m5" },
1717 { .id = STAC_M6, .name = "m6" },
1718 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001719};
1720
Takashi Iwaid2077d42013-01-14 14:20:16 +01001721static const struct snd_pci_quirk stac925x_fixup_tbl[] = {
1722 /* SigmaTel reference board */
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1725 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1726
1727 /* Default table for unknown ID */
1728 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1729
1730 /* gateway machines are checked via codec ssid */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001731 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1732 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1733 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1734 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001735 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001736 /* Not sure about the brand name for those */
1737 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1738 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1739 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1740 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001741 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001742};
1743
Takashi Iwai55e30142013-01-14 17:30:04 +01001744static const struct hda_pintbl ref92hd73xx_pin_configs[] = {
1745 { 0x0a, 0x02214030 },
1746 { 0x0b, 0x02a19040 },
1747 { 0x0c, 0x01a19020 },
1748 { 0x0d, 0x02214030 },
1749 { 0x0e, 0x0181302e },
1750 { 0x0f, 0x01014010 },
1751 { 0x10, 0x01014020 },
1752 { 0x11, 0x01014030 },
1753 { 0x12, 0x02319040 },
1754 { 0x13, 0x90a000f0 },
1755 { 0x14, 0x90a000f0 },
1756 { 0x22, 0x01452050 },
1757 { 0x23, 0x01452050 },
1758 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01001759};
1760
Takashi Iwai55e30142013-01-14 17:30:04 +01001761static const struct hda_pintbl dell_m6_pin_configs[] = {
1762 { 0x0a, 0x0321101f },
1763 { 0x0b, 0x4f00000f },
1764 { 0x0c, 0x4f0000f0 },
1765 { 0x0d, 0x90170110 },
1766 { 0x0e, 0x03a11020 },
1767 { 0x0f, 0x0321101f },
1768 { 0x10, 0x4f0000f0 },
1769 { 0x11, 0x4f0000f0 },
1770 { 0x12, 0x4f0000f0 },
1771 { 0x13, 0x90a60160 },
1772 { 0x14, 0x4f0000f0 },
1773 { 0x22, 0x4f0000f0 },
1774 { 0x23, 0x4f0000f0 },
1775 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001776};
1777
Takashi Iwai55e30142013-01-14 17:30:04 +01001778static const struct hda_pintbl alienware_m17x_pin_configs[] = {
1779 { 0x0a, 0x0321101f },
1780 { 0x0b, 0x0321101f },
1781 { 0x0c, 0x03a11020 },
1782 { 0x0d, 0x03014020 },
1783 { 0x0e, 0x90170110 },
1784 { 0x0f, 0x4f0000f0 },
1785 { 0x10, 0x4f0000f0 },
1786 { 0x11, 0x4f0000f0 },
1787 { 0x12, 0x4f0000f0 },
1788 { 0x13, 0x90a60160 },
1789 { 0x14, 0x4f0000f0 },
1790 { 0x22, 0x4f0000f0 },
1791 { 0x23, 0x904601b0 },
1792 {}
Takashi Iwai842ae632009-09-02 07:43:08 +02001793};
1794
Takashi Iwai55e30142013-01-14 17:30:04 +01001795static const struct hda_pintbl intel_dg45id_pin_configs[] = {
1796 { 0x0a, 0x02214230 },
1797 { 0x0b, 0x02A19240 },
1798 { 0x0c, 0x01013214 },
1799 { 0x0d, 0x01014210 },
1800 { 0x0e, 0x01A19250 },
1801 { 0x0f, 0x01011212 },
1802 { 0x10, 0x01016211 },
1803 {}
Alexey Fisher52dc4382009-12-12 11:16:41 +02001804};
1805
Hui Wang1de7ca52014-02-20 11:47:21 +08001806static const struct hda_pintbl stac92hd89xx_hp_front_jack_pin_configs[] = {
1807 { 0x0a, 0x02214030 },
1808 { 0x0b, 0x02A19010 },
1809 {}
1810};
1811
Takashi Iwai55e30142013-01-14 17:30:04 +01001812static void stac92hd73xx_fixup_ref(struct hda_codec *codec,
1813 const struct hda_fixup *fix, int action)
1814{
1815 struct sigmatel_spec *spec = codec->spec;
1816
1817 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1818 return;
1819
1820 snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs);
1821 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
1822}
1823
1824static void stac92hd73xx_fixup_dell(struct hda_codec *codec)
1825{
1826 struct sigmatel_spec *spec = codec->spec;
1827
1828 snd_hda_apply_pincfgs(codec, dell_m6_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001829 spec->eapd_switch = 0;
1830}
1831
1832static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec,
1833 const struct hda_fixup *fix, int action)
1834{
1835 struct sigmatel_spec *spec = codec->spec;
1836
1837 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1838 return;
1839
1840 stac92hd73xx_fixup_dell(codec);
1841 snd_hda_add_verbs(codec, dell_eq_core_init);
1842 spec->volknob_init = 1;
1843}
1844
1845/* Analog Mics */
1846static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec,
1847 const struct hda_fixup *fix, int action)
1848{
Takashi Iwai55e30142013-01-14 17:30:04 +01001849 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1850 return;
1851
1852 stac92hd73xx_fixup_dell(codec);
1853 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Takashi Iwai55e30142013-01-14 17:30:04 +01001854}
1855
1856/* Digital Mics */
1857static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec,
1858 const struct hda_fixup *fix, int action)
1859{
Takashi Iwai55e30142013-01-14 17:30:04 +01001860 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1861 return;
1862
1863 stac92hd73xx_fixup_dell(codec);
1864 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001865}
1866
1867/* Both */
1868static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec,
1869 const struct hda_fixup *fix, int action)
1870{
Takashi Iwai55e30142013-01-14 17:30:04 +01001871 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1872 return;
1873
1874 stac92hd73xx_fixup_dell(codec);
1875 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1876 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001877}
1878
1879static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec,
1880 const struct hda_fixup *fix, int action)
1881{
1882 struct sigmatel_spec *spec = codec->spec;
1883
1884 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1885 return;
1886
1887 snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001888 spec->eapd_switch = 0;
1889}
1890
1891static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec,
1892 const struct hda_fixup *fix, int action)
1893{
Takashi Iwai36c9db72013-01-17 17:07:59 +01001894 if (action == HDA_FIXUP_ACT_PRE_PROBE)
1895 codec->no_jack_detect = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01001896}
1897
1898static const struct hda_fixup stac92hd73xx_fixups[] = {
1899 [STAC_92HD73XX_REF] = {
1900 .type = HDA_FIXUP_FUNC,
1901 .v.func = stac92hd73xx_fixup_ref,
1902 },
1903 [STAC_DELL_M6_AMIC] = {
1904 .type = HDA_FIXUP_FUNC,
1905 .v.func = stac92hd73xx_fixup_dell_m6_amic,
1906 },
1907 [STAC_DELL_M6_DMIC] = {
1908 .type = HDA_FIXUP_FUNC,
1909 .v.func = stac92hd73xx_fixup_dell_m6_dmic,
1910 },
1911 [STAC_DELL_M6_BOTH] = {
1912 .type = HDA_FIXUP_FUNC,
1913 .v.func = stac92hd73xx_fixup_dell_m6_both,
1914 },
1915 [STAC_DELL_EQ] = {
1916 .type = HDA_FIXUP_FUNC,
1917 .v.func = stac92hd73xx_fixup_dell_eq,
1918 },
1919 [STAC_ALIENWARE_M17X] = {
1920 .type = HDA_FIXUP_FUNC,
1921 .v.func = stac92hd73xx_fixup_alienware_m17x,
1922 },
1923 [STAC_92HD73XX_INTEL] = {
1924 .type = HDA_FIXUP_PINS,
1925 .v.pins = intel_dg45id_pin_configs,
1926 },
1927 [STAC_92HD73XX_NO_JD] = {
1928 .type = HDA_FIXUP_FUNC,
1929 .v.func = stac92hd73xx_fixup_no_jd,
Hui Wang1de7ca52014-02-20 11:47:21 +08001930 },
1931 [STAC_92HD89XX_HP_FRONT_JACK] = {
1932 .type = HDA_FIXUP_PINS,
1933 .v.pins = stac92hd89xx_hp_front_jack_pin_configs,
Takashi Iwai55e30142013-01-14 17:30:04 +01001934 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001935};
1936
Takashi Iwai55e30142013-01-14 17:30:04 +01001937static const struct hda_model_fixup stac92hd73xx_models[] = {
1938 { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" },
1939 { .id = STAC_92HD73XX_REF, .name = "ref" },
1940 { .id = STAC_92HD73XX_INTEL, .name = "intel" },
1941 { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" },
1942 { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" },
1943 { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" },
1944 { .id = STAC_DELL_EQ, .name = "dell-eq" },
1945 { .id = STAC_ALIENWARE_M17X, .name = "alienware" },
1946 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001947};
1948
Takashi Iwai55e30142013-01-14 17:30:04 +01001949static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001950 /* SigmaTel reference board */
1951 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001952 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001953 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1954 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001955 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1956 "Intel DG45ID", STAC_92HD73XX_INTEL),
1957 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1958 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001959 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001960 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001961 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001962 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001963 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001964 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001965 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001966 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001967 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001968 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001969 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001970 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001971 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001972 "unknown Dell", STAC_DELL_M6_DMIC),
1973 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1974 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001975 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001976 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001977 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1978 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001979 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1980 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001981 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1982 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001983 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001984 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001985 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001986 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Takashi Iwai55e30142013-01-14 17:30:04 +01001987 /* codec SSID matching */
Takashi Iwai842ae632009-09-02 07:43:08 +02001988 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1989 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001990 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1991 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001992 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001993 "Alienware M17x R3", STAC_DELL_EQ),
Hui Wang1de7ca52014-02-20 11:47:21 +08001994 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17,
1995 "unknown HP", STAC_92HD89XX_HP_FRONT_JACK),
Takashi Iwai842ae632009-09-02 07:43:08 +02001996 {} /* terminator */
1997};
1998
Takashi Iwai372f8c72013-01-14 18:06:34 +01001999static const struct hda_pintbl ref92hd83xxx_pin_configs[] = {
2000 { 0x0a, 0x02214030 },
2001 { 0x0b, 0x02211010 },
2002 { 0x0c, 0x02a19020 },
2003 { 0x0d, 0x02170130 },
2004 { 0x0e, 0x01014050 },
2005 { 0x0f, 0x01819040 },
2006 { 0x10, 0x01014020 },
2007 { 0x11, 0x90a3014e },
2008 { 0x1f, 0x01451160 },
2009 { 0x20, 0x98560170 },
2010 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002011};
2012
Takashi Iwai372f8c72013-01-14 18:06:34 +01002013static const struct hda_pintbl dell_s14_pin_configs[] = {
2014 { 0x0a, 0x0221403f },
2015 { 0x0b, 0x0221101f },
2016 { 0x0c, 0x02a19020 },
2017 { 0x0d, 0x90170110 },
2018 { 0x0e, 0x40f000f0 },
2019 { 0x0f, 0x40f000f0 },
2020 { 0x10, 0x40f000f0 },
2021 { 0x11, 0x90a60160 },
2022 { 0x1f, 0x40f000f0 },
2023 { 0x20, 0x40f000f0 },
2024 {}
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002025};
2026
Takashi Iwai372f8c72013-01-14 18:06:34 +01002027static const struct hda_pintbl dell_vostro_3500_pin_configs[] = {
2028 { 0x0a, 0x02a11020 },
2029 { 0x0b, 0x0221101f },
2030 { 0x0c, 0x400000f0 },
2031 { 0x0d, 0x90170110 },
2032 { 0x0e, 0x400000f1 },
2033 { 0x0f, 0x400000f2 },
2034 { 0x10, 0x400000f3 },
2035 { 0x11, 0x90a60160 },
2036 { 0x1f, 0x400000f4 },
2037 { 0x20, 0x400000f5 },
2038 {}
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002039};
2040
Takashi Iwai372f8c72013-01-14 18:06:34 +01002041static const struct hda_pintbl hp_dv7_4000_pin_configs[] = {
2042 { 0x0a, 0x03a12050 },
2043 { 0x0b, 0x0321201f },
2044 { 0x0c, 0x40f000f0 },
2045 { 0x0d, 0x90170110 },
2046 { 0x0e, 0x40f000f0 },
2047 { 0x0f, 0x40f000f0 },
2048 { 0x10, 0x90170110 },
2049 { 0x11, 0xd5a30140 },
2050 { 0x1f, 0x40f000f0 },
2051 { 0x20, 0x40f000f0 },
2052 {}
Steven Eastland48315592010-08-06 15:07:35 -06002053};
2054
Takashi Iwai372f8c72013-01-14 18:06:34 +01002055static const struct hda_pintbl hp_zephyr_pin_configs[] = {
2056 { 0x0a, 0x01813050 },
2057 { 0x0b, 0x0421201f },
2058 { 0x0c, 0x04a1205e },
2059 { 0x0d, 0x96130310 },
2060 { 0x0e, 0x96130310 },
2061 { 0x0f, 0x0101401f },
2062 { 0x10, 0x1111611f },
2063 { 0x11, 0xd5a30130 },
2064 {}
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002065};
2066
Takashi Iwai372f8c72013-01-14 18:06:34 +01002067static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = {
2068 { 0x0a, 0x40f000f0 },
2069 { 0x0b, 0x0221101f },
2070 { 0x0c, 0x02a11020 },
2071 { 0x0d, 0x92170110 },
2072 { 0x0e, 0x40f000f0 },
2073 { 0x0f, 0x92170110 },
2074 { 0x10, 0x40f000f0 },
2075 { 0x11, 0xd5a30130 },
2076 { 0x1f, 0x40f000f0 },
2077 { 0x20, 0x40f000f0 },
2078 {}
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002079};
2080
Takashi Iwai372f8c72013-01-14 18:06:34 +01002081static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
2082 const struct hda_fixup *fix, int action)
2083{
2084 struct sigmatel_spec *spec = codec->spec;
2085
2086 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2087 return;
2088
2089 if (hp_bnb2011_with_dock(codec)) {
2090 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
2091 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
2092 }
2093
2094 if (find_mute_led_cfg(codec, spec->default_polarity))
Takashi Iwai4e76a882014-02-25 12:21:03 +01002095 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai372f8c72013-01-14 18:06:34 +01002096 spec->gpio_led,
2097 spec->gpio_led_polarity);
Takashi Iwaie8b99a12014-02-27 16:24:53 +01002098
2099 /* allow auto-switching of dock line-in */
2100 spec->gen.line_in_auto_switch = true;
Takashi Iwai372f8c72013-01-14 18:06:34 +01002101}
2102
2103static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
2104 const struct hda_fixup *fix, int action)
2105{
2106 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2107 return;
2108
2109 snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs);
2110 snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
2111}
2112
2113static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec,
2114 const struct hda_fixup *fix, int action)
2115{
2116 struct sigmatel_spec *spec = codec->spec;
2117
2118 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2119 spec->default_polarity = 0;
2120}
2121
2122static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec,
2123 const struct hda_fixup *fix, int action)
2124{
2125 struct sigmatel_spec *spec = codec->spec;
2126
2127 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2128 spec->default_polarity = 1;
2129}
2130
2131static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec,
2132 const struct hda_fixup *fix, int action)
2133{
2134 struct sigmatel_spec *spec = codec->spec;
2135
Takashi Iwai95f74c42013-10-24 01:24:15 +02002136 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai372f8c72013-01-14 18:06:34 +01002137 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
Takashi Iwai873ce8a2013-11-26 11:58:40 +01002138 /* resetting controller clears GPIO, so we need to keep on */
2139 codec->bus->power_keep_link_on = 1;
Takashi Iwai95f74c42013-10-24 01:24:15 +02002140 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01002141}
2142
Takashi Iwai37c367e2014-02-24 15:23:10 +01002143static void stac92hd83xxx_fixup_hp_led_gpio10(struct hda_codec *codec,
2144 const struct hda_fixup *fix, int action)
2145{
2146 struct sigmatel_spec *spec = codec->spec;
2147
2148 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
2149 spec->gpio_led = 0x10; /* GPIO4 */
2150 spec->default_polarity = 0;
2151 }
2152}
2153
Takashi Iwai372f8c72013-01-14 18:06:34 +01002154static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec,
2155 const struct hda_fixup *fix, int action)
2156{
2157 struct sigmatel_spec *spec = codec->spec;
2158
2159 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2160 spec->headset_jack = 1;
2161}
2162
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002163static const struct hda_verb hp_bnb13_eq_verbs[] = {
2164 /* 44.1KHz base */
2165 { 0x22, 0x7A6, 0x3E },
2166 { 0x22, 0x7A7, 0x68 },
2167 { 0x22, 0x7A8, 0x17 },
2168 { 0x22, 0x7A9, 0x3E },
2169 { 0x22, 0x7AA, 0x68 },
2170 { 0x22, 0x7AB, 0x17 },
2171 { 0x22, 0x7AC, 0x00 },
2172 { 0x22, 0x7AD, 0x80 },
2173 { 0x22, 0x7A6, 0x83 },
2174 { 0x22, 0x7A7, 0x2F },
2175 { 0x22, 0x7A8, 0xD1 },
2176 { 0x22, 0x7A9, 0x83 },
2177 { 0x22, 0x7AA, 0x2F },
2178 { 0x22, 0x7AB, 0xD1 },
2179 { 0x22, 0x7AC, 0x01 },
2180 { 0x22, 0x7AD, 0x80 },
2181 { 0x22, 0x7A6, 0x3E },
2182 { 0x22, 0x7A7, 0x68 },
2183 { 0x22, 0x7A8, 0x17 },
2184 { 0x22, 0x7A9, 0x3E },
2185 { 0x22, 0x7AA, 0x68 },
2186 { 0x22, 0x7AB, 0x17 },
2187 { 0x22, 0x7AC, 0x02 },
2188 { 0x22, 0x7AD, 0x80 },
2189 { 0x22, 0x7A6, 0x7C },
2190 { 0x22, 0x7A7, 0xC6 },
2191 { 0x22, 0x7A8, 0x0C },
2192 { 0x22, 0x7A9, 0x7C },
2193 { 0x22, 0x7AA, 0xC6 },
2194 { 0x22, 0x7AB, 0x0C },
2195 { 0x22, 0x7AC, 0x03 },
2196 { 0x22, 0x7AD, 0x80 },
2197 { 0x22, 0x7A6, 0xC3 },
2198 { 0x22, 0x7A7, 0x25 },
2199 { 0x22, 0x7A8, 0xAF },
2200 { 0x22, 0x7A9, 0xC3 },
2201 { 0x22, 0x7AA, 0x25 },
2202 { 0x22, 0x7AB, 0xAF },
2203 { 0x22, 0x7AC, 0x04 },
2204 { 0x22, 0x7AD, 0x80 },
2205 { 0x22, 0x7A6, 0x3E },
2206 { 0x22, 0x7A7, 0x85 },
2207 { 0x22, 0x7A8, 0x73 },
2208 { 0x22, 0x7A9, 0x3E },
2209 { 0x22, 0x7AA, 0x85 },
2210 { 0x22, 0x7AB, 0x73 },
2211 { 0x22, 0x7AC, 0x05 },
2212 { 0x22, 0x7AD, 0x80 },
2213 { 0x22, 0x7A6, 0x85 },
2214 { 0x22, 0x7A7, 0x39 },
2215 { 0x22, 0x7A8, 0xC7 },
2216 { 0x22, 0x7A9, 0x85 },
2217 { 0x22, 0x7AA, 0x39 },
2218 { 0x22, 0x7AB, 0xC7 },
2219 { 0x22, 0x7AC, 0x06 },
2220 { 0x22, 0x7AD, 0x80 },
2221 { 0x22, 0x7A6, 0x3C },
2222 { 0x22, 0x7A7, 0x90 },
2223 { 0x22, 0x7A8, 0xB0 },
2224 { 0x22, 0x7A9, 0x3C },
2225 { 0x22, 0x7AA, 0x90 },
2226 { 0x22, 0x7AB, 0xB0 },
2227 { 0x22, 0x7AC, 0x07 },
2228 { 0x22, 0x7AD, 0x80 },
2229 { 0x22, 0x7A6, 0x7A },
2230 { 0x22, 0x7A7, 0xC6 },
2231 { 0x22, 0x7A8, 0x39 },
2232 { 0x22, 0x7A9, 0x7A },
2233 { 0x22, 0x7AA, 0xC6 },
2234 { 0x22, 0x7AB, 0x39 },
2235 { 0x22, 0x7AC, 0x08 },
2236 { 0x22, 0x7AD, 0x80 },
2237 { 0x22, 0x7A6, 0xC4 },
2238 { 0x22, 0x7A7, 0xE9 },
2239 { 0x22, 0x7A8, 0xDC },
2240 { 0x22, 0x7A9, 0xC4 },
2241 { 0x22, 0x7AA, 0xE9 },
2242 { 0x22, 0x7AB, 0xDC },
2243 { 0x22, 0x7AC, 0x09 },
2244 { 0x22, 0x7AD, 0x80 },
2245 { 0x22, 0x7A6, 0x3D },
2246 { 0x22, 0x7A7, 0xE1 },
2247 { 0x22, 0x7A8, 0x0D },
2248 { 0x22, 0x7A9, 0x3D },
2249 { 0x22, 0x7AA, 0xE1 },
2250 { 0x22, 0x7AB, 0x0D },
2251 { 0x22, 0x7AC, 0x0A },
2252 { 0x22, 0x7AD, 0x80 },
2253 { 0x22, 0x7A6, 0x89 },
2254 { 0x22, 0x7A7, 0xB6 },
2255 { 0x22, 0x7A8, 0xEB },
2256 { 0x22, 0x7A9, 0x89 },
2257 { 0x22, 0x7AA, 0xB6 },
2258 { 0x22, 0x7AB, 0xEB },
2259 { 0x22, 0x7AC, 0x0B },
2260 { 0x22, 0x7AD, 0x80 },
2261 { 0x22, 0x7A6, 0x39 },
2262 { 0x22, 0x7A7, 0x9D },
2263 { 0x22, 0x7A8, 0xFE },
2264 { 0x22, 0x7A9, 0x39 },
2265 { 0x22, 0x7AA, 0x9D },
2266 { 0x22, 0x7AB, 0xFE },
2267 { 0x22, 0x7AC, 0x0C },
2268 { 0x22, 0x7AD, 0x80 },
2269 { 0x22, 0x7A6, 0x76 },
2270 { 0x22, 0x7A7, 0x49 },
2271 { 0x22, 0x7A8, 0x15 },
2272 { 0x22, 0x7A9, 0x76 },
2273 { 0x22, 0x7AA, 0x49 },
2274 { 0x22, 0x7AB, 0x15 },
2275 { 0x22, 0x7AC, 0x0D },
2276 { 0x22, 0x7AD, 0x80 },
2277 { 0x22, 0x7A6, 0xC8 },
2278 { 0x22, 0x7A7, 0x80 },
2279 { 0x22, 0x7A8, 0xF5 },
2280 { 0x22, 0x7A9, 0xC8 },
2281 { 0x22, 0x7AA, 0x80 },
2282 { 0x22, 0x7AB, 0xF5 },
2283 { 0x22, 0x7AC, 0x0E },
2284 { 0x22, 0x7AD, 0x80 },
2285 { 0x22, 0x7A6, 0x40 },
2286 { 0x22, 0x7A7, 0x00 },
2287 { 0x22, 0x7A8, 0x00 },
2288 { 0x22, 0x7A9, 0x40 },
2289 { 0x22, 0x7AA, 0x00 },
2290 { 0x22, 0x7AB, 0x00 },
2291 { 0x22, 0x7AC, 0x0F },
2292 { 0x22, 0x7AD, 0x80 },
2293 { 0x22, 0x7A6, 0x90 },
2294 { 0x22, 0x7A7, 0x68 },
2295 { 0x22, 0x7A8, 0xF1 },
2296 { 0x22, 0x7A9, 0x90 },
2297 { 0x22, 0x7AA, 0x68 },
2298 { 0x22, 0x7AB, 0xF1 },
2299 { 0x22, 0x7AC, 0x10 },
2300 { 0x22, 0x7AD, 0x80 },
2301 { 0x22, 0x7A6, 0x34 },
2302 { 0x22, 0x7A7, 0x47 },
2303 { 0x22, 0x7A8, 0x6C },
2304 { 0x22, 0x7A9, 0x34 },
2305 { 0x22, 0x7AA, 0x47 },
2306 { 0x22, 0x7AB, 0x6C },
2307 { 0x22, 0x7AC, 0x11 },
2308 { 0x22, 0x7AD, 0x80 },
2309 { 0x22, 0x7A6, 0x6F },
2310 { 0x22, 0x7A7, 0x97 },
2311 { 0x22, 0x7A8, 0x0F },
2312 { 0x22, 0x7A9, 0x6F },
2313 { 0x22, 0x7AA, 0x97 },
2314 { 0x22, 0x7AB, 0x0F },
2315 { 0x22, 0x7AC, 0x12 },
2316 { 0x22, 0x7AD, 0x80 },
2317 { 0x22, 0x7A6, 0xCB },
2318 { 0x22, 0x7A7, 0xB8 },
2319 { 0x22, 0x7A8, 0x94 },
2320 { 0x22, 0x7A9, 0xCB },
2321 { 0x22, 0x7AA, 0xB8 },
2322 { 0x22, 0x7AB, 0x94 },
2323 { 0x22, 0x7AC, 0x13 },
2324 { 0x22, 0x7AD, 0x80 },
2325 { 0x22, 0x7A6, 0x40 },
2326 { 0x22, 0x7A7, 0x00 },
2327 { 0x22, 0x7A8, 0x00 },
2328 { 0x22, 0x7A9, 0x40 },
2329 { 0x22, 0x7AA, 0x00 },
2330 { 0x22, 0x7AB, 0x00 },
2331 { 0x22, 0x7AC, 0x14 },
2332 { 0x22, 0x7AD, 0x80 },
2333 { 0x22, 0x7A6, 0x95 },
2334 { 0x22, 0x7A7, 0x76 },
2335 { 0x22, 0x7A8, 0x5B },
2336 { 0x22, 0x7A9, 0x95 },
2337 { 0x22, 0x7AA, 0x76 },
2338 { 0x22, 0x7AB, 0x5B },
2339 { 0x22, 0x7AC, 0x15 },
2340 { 0x22, 0x7AD, 0x80 },
2341 { 0x22, 0x7A6, 0x31 },
2342 { 0x22, 0x7A7, 0xAC },
2343 { 0x22, 0x7A8, 0x31 },
2344 { 0x22, 0x7A9, 0x31 },
2345 { 0x22, 0x7AA, 0xAC },
2346 { 0x22, 0x7AB, 0x31 },
2347 { 0x22, 0x7AC, 0x16 },
2348 { 0x22, 0x7AD, 0x80 },
2349 { 0x22, 0x7A6, 0x6A },
2350 { 0x22, 0x7A7, 0x89 },
2351 { 0x22, 0x7A8, 0xA5 },
2352 { 0x22, 0x7A9, 0x6A },
2353 { 0x22, 0x7AA, 0x89 },
2354 { 0x22, 0x7AB, 0xA5 },
2355 { 0x22, 0x7AC, 0x17 },
2356 { 0x22, 0x7AD, 0x80 },
2357 { 0x22, 0x7A6, 0xCE },
2358 { 0x22, 0x7A7, 0x53 },
2359 { 0x22, 0x7A8, 0xCF },
2360 { 0x22, 0x7A9, 0xCE },
2361 { 0x22, 0x7AA, 0x53 },
2362 { 0x22, 0x7AB, 0xCF },
2363 { 0x22, 0x7AC, 0x18 },
2364 { 0x22, 0x7AD, 0x80 },
2365 { 0x22, 0x7A6, 0x40 },
2366 { 0x22, 0x7A7, 0x00 },
2367 { 0x22, 0x7A8, 0x00 },
2368 { 0x22, 0x7A9, 0x40 },
2369 { 0x22, 0x7AA, 0x00 },
2370 { 0x22, 0x7AB, 0x00 },
2371 { 0x22, 0x7AC, 0x19 },
2372 { 0x22, 0x7AD, 0x80 },
2373 /* 48KHz base */
2374 { 0x22, 0x7A6, 0x3E },
2375 { 0x22, 0x7A7, 0x88 },
2376 { 0x22, 0x7A8, 0xDC },
2377 { 0x22, 0x7A9, 0x3E },
2378 { 0x22, 0x7AA, 0x88 },
2379 { 0x22, 0x7AB, 0xDC },
2380 { 0x22, 0x7AC, 0x1A },
2381 { 0x22, 0x7AD, 0x80 },
2382 { 0x22, 0x7A6, 0x82 },
2383 { 0x22, 0x7A7, 0xEE },
2384 { 0x22, 0x7A8, 0x46 },
2385 { 0x22, 0x7A9, 0x82 },
2386 { 0x22, 0x7AA, 0xEE },
2387 { 0x22, 0x7AB, 0x46 },
2388 { 0x22, 0x7AC, 0x1B },
2389 { 0x22, 0x7AD, 0x80 },
2390 { 0x22, 0x7A6, 0x3E },
2391 { 0x22, 0x7A7, 0x88 },
2392 { 0x22, 0x7A8, 0xDC },
2393 { 0x22, 0x7A9, 0x3E },
2394 { 0x22, 0x7AA, 0x88 },
2395 { 0x22, 0x7AB, 0xDC },
2396 { 0x22, 0x7AC, 0x1C },
2397 { 0x22, 0x7AD, 0x80 },
2398 { 0x22, 0x7A6, 0x7D },
2399 { 0x22, 0x7A7, 0x09 },
2400 { 0x22, 0x7A8, 0x28 },
2401 { 0x22, 0x7A9, 0x7D },
2402 { 0x22, 0x7AA, 0x09 },
2403 { 0x22, 0x7AB, 0x28 },
2404 { 0x22, 0x7AC, 0x1D },
2405 { 0x22, 0x7AD, 0x80 },
2406 { 0x22, 0x7A6, 0xC2 },
2407 { 0x22, 0x7A7, 0xE5 },
2408 { 0x22, 0x7A8, 0xB4 },
2409 { 0x22, 0x7A9, 0xC2 },
2410 { 0x22, 0x7AA, 0xE5 },
2411 { 0x22, 0x7AB, 0xB4 },
2412 { 0x22, 0x7AC, 0x1E },
2413 { 0x22, 0x7AD, 0x80 },
2414 { 0x22, 0x7A6, 0x3E },
2415 { 0x22, 0x7A7, 0xA3 },
2416 { 0x22, 0x7A8, 0x1F },
2417 { 0x22, 0x7A9, 0x3E },
2418 { 0x22, 0x7AA, 0xA3 },
2419 { 0x22, 0x7AB, 0x1F },
2420 { 0x22, 0x7AC, 0x1F },
2421 { 0x22, 0x7AD, 0x80 },
2422 { 0x22, 0x7A6, 0x84 },
2423 { 0x22, 0x7A7, 0xCA },
2424 { 0x22, 0x7A8, 0xF1 },
2425 { 0x22, 0x7A9, 0x84 },
2426 { 0x22, 0x7AA, 0xCA },
2427 { 0x22, 0x7AB, 0xF1 },
2428 { 0x22, 0x7AC, 0x20 },
2429 { 0x22, 0x7AD, 0x80 },
2430 { 0x22, 0x7A6, 0x3C },
2431 { 0x22, 0x7A7, 0xD5 },
2432 { 0x22, 0x7A8, 0x9C },
2433 { 0x22, 0x7A9, 0x3C },
2434 { 0x22, 0x7AA, 0xD5 },
2435 { 0x22, 0x7AB, 0x9C },
2436 { 0x22, 0x7AC, 0x21 },
2437 { 0x22, 0x7AD, 0x80 },
2438 { 0x22, 0x7A6, 0x7B },
2439 { 0x22, 0x7A7, 0x35 },
2440 { 0x22, 0x7A8, 0x0F },
2441 { 0x22, 0x7A9, 0x7B },
2442 { 0x22, 0x7AA, 0x35 },
2443 { 0x22, 0x7AB, 0x0F },
2444 { 0x22, 0x7AC, 0x22 },
2445 { 0x22, 0x7AD, 0x80 },
2446 { 0x22, 0x7A6, 0xC4 },
2447 { 0x22, 0x7A7, 0x87 },
2448 { 0x22, 0x7A8, 0x45 },
2449 { 0x22, 0x7A9, 0xC4 },
2450 { 0x22, 0x7AA, 0x87 },
2451 { 0x22, 0x7AB, 0x45 },
2452 { 0x22, 0x7AC, 0x23 },
2453 { 0x22, 0x7AD, 0x80 },
2454 { 0x22, 0x7A6, 0x3E },
2455 { 0x22, 0x7A7, 0x0A },
2456 { 0x22, 0x7A8, 0x78 },
2457 { 0x22, 0x7A9, 0x3E },
2458 { 0x22, 0x7AA, 0x0A },
2459 { 0x22, 0x7AB, 0x78 },
2460 { 0x22, 0x7AC, 0x24 },
2461 { 0x22, 0x7AD, 0x80 },
2462 { 0x22, 0x7A6, 0x88 },
2463 { 0x22, 0x7A7, 0xE2 },
2464 { 0x22, 0x7A8, 0x05 },
2465 { 0x22, 0x7A9, 0x88 },
2466 { 0x22, 0x7AA, 0xE2 },
2467 { 0x22, 0x7AB, 0x05 },
2468 { 0x22, 0x7AC, 0x25 },
2469 { 0x22, 0x7AD, 0x80 },
2470 { 0x22, 0x7A6, 0x3A },
2471 { 0x22, 0x7A7, 0x1A },
2472 { 0x22, 0x7A8, 0xA3 },
2473 { 0x22, 0x7A9, 0x3A },
2474 { 0x22, 0x7AA, 0x1A },
2475 { 0x22, 0x7AB, 0xA3 },
2476 { 0x22, 0x7AC, 0x26 },
2477 { 0x22, 0x7AD, 0x80 },
2478 { 0x22, 0x7A6, 0x77 },
2479 { 0x22, 0x7A7, 0x1D },
2480 { 0x22, 0x7A8, 0xFB },
2481 { 0x22, 0x7A9, 0x77 },
2482 { 0x22, 0x7AA, 0x1D },
2483 { 0x22, 0x7AB, 0xFB },
2484 { 0x22, 0x7AC, 0x27 },
2485 { 0x22, 0x7AD, 0x80 },
2486 { 0x22, 0x7A6, 0xC7 },
2487 { 0x22, 0x7A7, 0xDA },
2488 { 0x22, 0x7A8, 0xE5 },
2489 { 0x22, 0x7A9, 0xC7 },
2490 { 0x22, 0x7AA, 0xDA },
2491 { 0x22, 0x7AB, 0xE5 },
2492 { 0x22, 0x7AC, 0x28 },
2493 { 0x22, 0x7AD, 0x80 },
2494 { 0x22, 0x7A6, 0x40 },
2495 { 0x22, 0x7A7, 0x00 },
2496 { 0x22, 0x7A8, 0x00 },
2497 { 0x22, 0x7A9, 0x40 },
2498 { 0x22, 0x7AA, 0x00 },
2499 { 0x22, 0x7AB, 0x00 },
2500 { 0x22, 0x7AC, 0x29 },
2501 { 0x22, 0x7AD, 0x80 },
2502 { 0x22, 0x7A6, 0x8E },
2503 { 0x22, 0x7A7, 0xD7 },
2504 { 0x22, 0x7A8, 0x22 },
2505 { 0x22, 0x7A9, 0x8E },
2506 { 0x22, 0x7AA, 0xD7 },
2507 { 0x22, 0x7AB, 0x22 },
2508 { 0x22, 0x7AC, 0x2A },
2509 { 0x22, 0x7AD, 0x80 },
2510 { 0x22, 0x7A6, 0x35 },
2511 { 0x22, 0x7A7, 0x26 },
2512 { 0x22, 0x7A8, 0xC6 },
2513 { 0x22, 0x7A9, 0x35 },
2514 { 0x22, 0x7AA, 0x26 },
2515 { 0x22, 0x7AB, 0xC6 },
2516 { 0x22, 0x7AC, 0x2B },
2517 { 0x22, 0x7AD, 0x80 },
2518 { 0x22, 0x7A6, 0x71 },
2519 { 0x22, 0x7A7, 0x28 },
2520 { 0x22, 0x7A8, 0xDE },
2521 { 0x22, 0x7A9, 0x71 },
2522 { 0x22, 0x7AA, 0x28 },
2523 { 0x22, 0x7AB, 0xDE },
2524 { 0x22, 0x7AC, 0x2C },
2525 { 0x22, 0x7AD, 0x80 },
2526 { 0x22, 0x7A6, 0xCA },
2527 { 0x22, 0x7A7, 0xD9 },
2528 { 0x22, 0x7A8, 0x3A },
2529 { 0x22, 0x7A9, 0xCA },
2530 { 0x22, 0x7AA, 0xD9 },
2531 { 0x22, 0x7AB, 0x3A },
2532 { 0x22, 0x7AC, 0x2D },
2533 { 0x22, 0x7AD, 0x80 },
2534 { 0x22, 0x7A6, 0x40 },
2535 { 0x22, 0x7A7, 0x00 },
2536 { 0x22, 0x7A8, 0x00 },
2537 { 0x22, 0x7A9, 0x40 },
2538 { 0x22, 0x7AA, 0x00 },
2539 { 0x22, 0x7AB, 0x00 },
2540 { 0x22, 0x7AC, 0x2E },
2541 { 0x22, 0x7AD, 0x80 },
2542 { 0x22, 0x7A6, 0x93 },
2543 { 0x22, 0x7A7, 0x5E },
2544 { 0x22, 0x7A8, 0xD8 },
2545 { 0x22, 0x7A9, 0x93 },
2546 { 0x22, 0x7AA, 0x5E },
2547 { 0x22, 0x7AB, 0xD8 },
2548 { 0x22, 0x7AC, 0x2F },
2549 { 0x22, 0x7AD, 0x80 },
2550 { 0x22, 0x7A6, 0x32 },
2551 { 0x22, 0x7A7, 0xB7 },
2552 { 0x22, 0x7A8, 0xB1 },
2553 { 0x22, 0x7A9, 0x32 },
2554 { 0x22, 0x7AA, 0xB7 },
2555 { 0x22, 0x7AB, 0xB1 },
2556 { 0x22, 0x7AC, 0x30 },
2557 { 0x22, 0x7AD, 0x80 },
2558 { 0x22, 0x7A6, 0x6C },
2559 { 0x22, 0x7A7, 0xA1 },
2560 { 0x22, 0x7A8, 0x28 },
2561 { 0x22, 0x7A9, 0x6C },
2562 { 0x22, 0x7AA, 0xA1 },
2563 { 0x22, 0x7AB, 0x28 },
2564 { 0x22, 0x7AC, 0x31 },
2565 { 0x22, 0x7AD, 0x80 },
2566 { 0x22, 0x7A6, 0xCD },
2567 { 0x22, 0x7A7, 0x48 },
2568 { 0x22, 0x7A8, 0x4F },
2569 { 0x22, 0x7A9, 0xCD },
2570 { 0x22, 0x7AA, 0x48 },
2571 { 0x22, 0x7AB, 0x4F },
2572 { 0x22, 0x7AC, 0x32 },
2573 { 0x22, 0x7AD, 0x80 },
2574 { 0x22, 0x7A6, 0x40 },
2575 { 0x22, 0x7A7, 0x00 },
2576 { 0x22, 0x7A8, 0x00 },
2577 { 0x22, 0x7A9, 0x40 },
2578 { 0x22, 0x7AA, 0x00 },
2579 { 0x22, 0x7AB, 0x00 },
2580 { 0x22, 0x7AC, 0x33 },
2581 { 0x22, 0x7AD, 0x80 },
2582 /* common */
2583 { 0x22, 0x782, 0xC1 },
2584 { 0x22, 0x771, 0x2C },
2585 { 0x22, 0x772, 0x2C },
2586 { 0x22, 0x788, 0x04 },
2587 { 0x01, 0x7B0, 0x08 },
2588 {}
2589};
2590
Takashi Iwai372f8c72013-01-14 18:06:34 +01002591static const struct hda_fixup stac92hd83xxx_fixups[] = {
2592 [STAC_92HD83XXX_REF] = {
2593 .type = HDA_FIXUP_PINS,
2594 .v.pins = ref92hd83xxx_pin_configs,
2595 },
2596 [STAC_92HD83XXX_PWR_REF] = {
2597 .type = HDA_FIXUP_PINS,
2598 .v.pins = ref92hd83xxx_pin_configs,
2599 },
2600 [STAC_DELL_S14] = {
2601 .type = HDA_FIXUP_PINS,
2602 .v.pins = dell_s14_pin_configs,
2603 },
2604 [STAC_DELL_VOSTRO_3500] = {
2605 .type = HDA_FIXUP_PINS,
2606 .v.pins = dell_vostro_3500_pin_configs,
2607 },
2608 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = {
2609 .type = HDA_FIXUP_PINS,
2610 .v.pins = hp_cNB11_intquad_pin_configs,
2611 .chained = true,
2612 .chain_id = STAC_92HD83XXX_HP,
2613 },
2614 [STAC_92HD83XXX_HP] = {
2615 .type = HDA_FIXUP_FUNC,
2616 .v.func = stac92hd83xxx_fixup_hp,
2617 },
2618 [STAC_HP_DV7_4000] = {
2619 .type = HDA_FIXUP_PINS,
2620 .v.pins = hp_dv7_4000_pin_configs,
2621 .chained = true,
2622 .chain_id = STAC_92HD83XXX_HP,
2623 },
2624 [STAC_HP_ZEPHYR] = {
2625 .type = HDA_FIXUP_FUNC,
2626 .v.func = stac92hd83xxx_fixup_hp_zephyr,
2627 .chained = true,
2628 .chain_id = STAC_92HD83XXX_HP,
2629 },
2630 [STAC_92HD83XXX_HP_LED] = {
2631 .type = HDA_FIXUP_FUNC,
2632 .v.func = stac92hd83xxx_fixup_hp_led,
2633 .chained = true,
2634 .chain_id = STAC_92HD83XXX_HP,
2635 },
2636 [STAC_92HD83XXX_HP_INV_LED] = {
2637 .type = HDA_FIXUP_FUNC,
2638 .v.func = stac92hd83xxx_fixup_hp_inv_led,
2639 .chained = true,
2640 .chain_id = STAC_92HD83XXX_HP,
2641 },
2642 [STAC_92HD83XXX_HP_MIC_LED] = {
2643 .type = HDA_FIXUP_FUNC,
2644 .v.func = stac92hd83xxx_fixup_hp_mic_led,
2645 .chained = true,
2646 .chain_id = STAC_92HD83XXX_HP,
2647 },
Takashi Iwai37c367e2014-02-24 15:23:10 +01002648 [STAC_HP_LED_GPIO10] = {
2649 .type = HDA_FIXUP_FUNC,
2650 .v.func = stac92hd83xxx_fixup_hp_led_gpio10,
2651 .chained = true,
2652 .chain_id = STAC_92HD83XXX_HP,
2653 },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002654 [STAC_92HD83XXX_HEADSET_JACK] = {
2655 .type = HDA_FIXUP_FUNC,
2656 .v.func = stac92hd83xxx_fixup_headset_jack,
2657 },
Takashi Iwai49920422013-01-18 14:28:07 +01002658 [STAC_HP_ENVY_BASS] = {
2659 .type = HDA_FIXUP_PINS,
2660 .v.pins = (const struct hda_pintbl[]) {
2661 { 0x0f, 0x90170111 },
2662 {}
2663 },
2664 },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002665 [STAC_HP_BNB13_EQ] = {
2666 .type = HDA_FIXUP_VERBS,
2667 .v.verbs = hp_bnb13_eq_verbs,
2668 .chained = true,
2669 .chain_id = STAC_92HD83XXX_HP_MIC_LED,
2670 },
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002671};
2672
Takashi Iwai372f8c72013-01-14 18:06:34 +01002673static const struct hda_model_fixup stac92hd83xxx_models[] = {
2674 { .id = STAC_92HD83XXX_REF, .name = "ref" },
2675 { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" },
2676 { .id = STAC_DELL_S14, .name = "dell-s14" },
2677 { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" },
2678 { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" },
2679 { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" },
2680 { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" },
2681 { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" },
2682 { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" },
2683 { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" },
2684 { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" },
Takashi Iwai49920422013-01-18 14:28:07 +01002685 { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002686 { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002687 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002688};
2689
Takashi Iwai372f8c72013-01-14 18:06:34 +01002690static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002691 /* SigmaTel reference board */
2692 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01002693 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002694 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2695 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002696 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
2697 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02002698 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
2699 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
2700 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
2701 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
2702 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
2703 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
2704 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
2705 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
2706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
2707 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
2709 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
2710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
2711 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
2713 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
2714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
2715 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
2717 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002718 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
2719 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2720 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
2721 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2722 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
2723 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2724 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
Takashi Iwai8ae58652012-12-13 14:33:42 +01002725 "HP Pavilion dv7", STAC_HP_DV7_4000),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002726 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
2727 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2728 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
2729 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai49920422013-01-18 14:28:07 +01002730 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1888,
2731 "HP Envy Spectre", STAC_HP_ENVY_BASS),
Takashi Iwai37c367e2014-02-24 15:23:10 +01002732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1899,
2733 "HP Folio 13", STAC_HP_LED_GPIO10),
Takashi Iwai62cbde12012-09-14 11:58:54 +02002734 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002735 "HP Folio", STAC_HP_BNB13_EQ),
2736 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18F8,
2737 "HP bNB13", STAC_HP_BNB13_EQ),
2738 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1909,
2739 "HP bNB13", STAC_HP_BNB13_EQ),
2740 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A,
2741 "HP bNB13", STAC_HP_BNB13_EQ),
2742 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940,
2743 "HP bNB13", STAC_HP_BNB13_EQ),
2744 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941,
2745 "HP bNB13", STAC_HP_BNB13_EQ),
2746 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1942,
2747 "HP bNB13", STAC_HP_BNB13_EQ),
2748 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1943,
2749 "HP bNB13", STAC_HP_BNB13_EQ),
2750 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1944,
2751 "HP bNB13", STAC_HP_BNB13_EQ),
2752 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1945,
2753 "HP bNB13", STAC_HP_BNB13_EQ),
2754 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1946,
2755 "HP bNB13", STAC_HP_BNB13_EQ),
2756 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1948,
2757 "HP bNB13", STAC_HP_BNB13_EQ),
2758 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1949,
2759 "HP bNB13", STAC_HP_BNB13_EQ),
2760 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194A,
2761 "HP bNB13", STAC_HP_BNB13_EQ),
2762 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194B,
2763 "HP bNB13", STAC_HP_BNB13_EQ),
2764 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194C,
2765 "HP bNB13", STAC_HP_BNB13_EQ),
2766 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194E,
2767 "HP bNB13", STAC_HP_BNB13_EQ),
2768 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194F,
2769 "HP bNB13", STAC_HP_BNB13_EQ),
2770 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1950,
2771 "HP bNB13", STAC_HP_BNB13_EQ),
2772 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1951,
2773 "HP bNB13", STAC_HP_BNB13_EQ),
2774 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195A,
2775 "HP bNB13", STAC_HP_BNB13_EQ),
2776 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195B,
2777 "HP bNB13", STAC_HP_BNB13_EQ),
2778 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195C,
2779 "HP bNB13", STAC_HP_BNB13_EQ),
2780 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1991,
2781 "HP bNB13", STAC_HP_BNB13_EQ),
2782 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2103,
2783 "HP bNB13", STAC_HP_BNB13_EQ),
2784 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2104,
2785 "HP bNB13", STAC_HP_BNB13_EQ),
2786 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2105,
2787 "HP bNB13", STAC_HP_BNB13_EQ),
2788 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2106,
2789 "HP bNB13", STAC_HP_BNB13_EQ),
2790 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2107,
2791 "HP bNB13", STAC_HP_BNB13_EQ),
2792 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2108,
2793 "HP bNB13", STAC_HP_BNB13_EQ),
2794 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2109,
2795 "HP bNB13", STAC_HP_BNB13_EQ),
2796 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210A,
2797 "HP bNB13", STAC_HP_BNB13_EQ),
2798 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210B,
2799 "HP bNB13", STAC_HP_BNB13_EQ),
2800 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211C,
2801 "HP bNB13", STAC_HP_BNB13_EQ),
2802 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211D,
2803 "HP bNB13", STAC_HP_BNB13_EQ),
2804 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211E,
2805 "HP bNB13", STAC_HP_BNB13_EQ),
2806 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211F,
2807 "HP bNB13", STAC_HP_BNB13_EQ),
2808 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2120,
2809 "HP bNB13", STAC_HP_BNB13_EQ),
2810 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2121,
2811 "HP bNB13", STAC_HP_BNB13_EQ),
2812 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2122,
2813 "HP bNB13", STAC_HP_BNB13_EQ),
2814 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2123,
2815 "HP bNB13", STAC_HP_BNB13_EQ),
2816 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213E,
2817 "HP bNB13", STAC_HP_BNB13_EQ),
2818 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213F,
2819 "HP bNB13", STAC_HP_BNB13_EQ),
2820 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2140,
2821 "HP bNB13", STAC_HP_BNB13_EQ),
2822 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B2,
2823 "HP bNB13", STAC_HP_BNB13_EQ),
2824 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B3,
2825 "HP bNB13", STAC_HP_BNB13_EQ),
2826 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B5,
2827 "HP bNB13", STAC_HP_BNB13_EQ),
2828 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B6,
2829 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwaif9afed12013-02-06 12:39:06 +01002830 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2831 "HP", STAC_92HD83XXX_HP_MIC_LED),
Takashi Iwai4059a422013-05-28 14:53:40 +02002832 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
2833 "HP", STAC_92HD83XXX_HP_MIC_LED),
2834 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
2835 "HP", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002836 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2837 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2838 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
2839 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2840 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
2841 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2842 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
2843 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2844 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
2845 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2846 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
2847 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2848 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
2849 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2850 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
2851 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2852 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
2853 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2854 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
2855 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2856 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
2857 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2858 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
2859 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2860 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
2861 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2862 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
2863 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002864 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
2865 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02002866 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
2867 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02002868 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
2869 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Takashi Iwai8c698fe2013-01-15 11:20:50 +01002870 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a,
2871 "HP Mini", STAC_92HD83XXX_HP_LED),
Takashi Iwai372f8c72013-01-14 18:06:34 +01002872 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02002873 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002874};
2875
Takashi Iwai36c9db72013-01-17 17:07:59 +01002876/* HP dv7 bass switch - GPIO5 */
2877#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
2878static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
2879 struct snd_ctl_elem_value *ucontrol)
2880{
2881 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2882 struct sigmatel_spec *spec = codec->spec;
2883 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
2884 return 0;
2885}
2886
2887static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
2888 struct snd_ctl_elem_value *ucontrol)
2889{
2890 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2891 struct sigmatel_spec *spec = codec->spec;
2892 unsigned int gpio_data;
2893
2894 gpio_data = (spec->gpio_data & ~0x20) |
2895 (ucontrol->value.integer.value[0] ? 0x20 : 0);
2896 if (gpio_data == spec->gpio_data)
2897 return 0;
2898 spec->gpio_data = gpio_data;
2899 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
2900 return 1;
2901}
2902
2903static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
2904 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2905 .info = stac_hp_bass_gpio_info,
2906 .get = stac_hp_bass_gpio_get,
2907 .put = stac_hp_bass_gpio_put,
2908};
2909
2910static int stac_add_hp_bass_switch(struct hda_codec *codec)
2911{
2912 struct sigmatel_spec *spec = codec->spec;
2913
2914 if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch",
2915 &stac_hp_bass_sw_ctrl))
2916 return -ENOMEM;
2917
2918 spec->gpio_mask |= 0x20;
2919 spec->gpio_dir |= 0x20;
2920 spec->gpio_data |= 0x20;
2921 return 0;
2922}
2923
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002924static const struct hda_pintbl ref92hd71bxx_pin_configs[] = {
2925 { 0x0a, 0x02214030 },
2926 { 0x0b, 0x02a19040 },
2927 { 0x0c, 0x01a19020 },
2928 { 0x0d, 0x01014010 },
2929 { 0x0e, 0x0181302e },
2930 { 0x0f, 0x01014010 },
2931 { 0x14, 0x01019020 },
2932 { 0x18, 0x90a000f0 },
2933 { 0x19, 0x90a000f0 },
2934 { 0x1e, 0x01452050 },
2935 { 0x1f, 0x01452050 },
2936 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01002937};
2938
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002939static const struct hda_pintbl dell_m4_1_pin_configs[] = {
2940 { 0x0a, 0x0421101f },
2941 { 0x0b, 0x04a11221 },
2942 { 0x0c, 0x40f000f0 },
2943 { 0x0d, 0x90170110 },
2944 { 0x0e, 0x23a1902e },
2945 { 0x0f, 0x23014250 },
2946 { 0x14, 0x40f000f0 },
2947 { 0x18, 0x90a000f0 },
2948 { 0x19, 0x40f000f0 },
2949 { 0x1e, 0x4f0000f0 },
2950 { 0x1f, 0x4f0000f0 },
2951 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002952};
2953
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002954static const struct hda_pintbl dell_m4_2_pin_configs[] = {
2955 { 0x0a, 0x0421101f },
2956 { 0x0b, 0x04a11221 },
2957 { 0x0c, 0x90a70330 },
2958 { 0x0d, 0x90170110 },
2959 { 0x0e, 0x23a1902e },
2960 { 0x0f, 0x23014250 },
2961 { 0x14, 0x40f000f0 },
2962 { 0x18, 0x40f000f0 },
2963 { 0x19, 0x40f000f0 },
2964 { 0x1e, 0x044413b0 },
2965 { 0x1f, 0x044413b0 },
2966 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002967};
2968
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002969static const struct hda_pintbl dell_m4_3_pin_configs[] = {
2970 { 0x0a, 0x0421101f },
2971 { 0x0b, 0x04a11221 },
2972 { 0x0c, 0x90a70330 },
2973 { 0x0d, 0x90170110 },
2974 { 0x0e, 0x40f000f0 },
2975 { 0x0f, 0x40f000f0 },
2976 { 0x14, 0x40f000f0 },
2977 { 0x18, 0x90a000f0 },
2978 { 0x19, 0x40f000f0 },
2979 { 0x1e, 0x044413b0 },
2980 { 0x1f, 0x044413b0 },
2981 {}
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05002982};
2983
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002984static void stac92hd71bxx_fixup_ref(struct hda_codec *codec,
2985 const struct hda_fixup *fix, int action)
2986{
2987 struct sigmatel_spec *spec = codec->spec;
2988
2989 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2990 return;
2991
2992 snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs);
2993 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
2994}
2995
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002996static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec,
2997 const struct hda_fixup *fix, int action)
2998{
2999 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01003000 struct hda_jack_tbl *jack;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003001
3002 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3003 return;
3004
3005 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003006 snd_hda_codec_write_cache(codec, codec->afg, 0,
3007 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai36c9db72013-01-17 17:07:59 +01003008 snd_hda_jack_detect_enable_callback(codec, codec->afg,
3009 STAC_VREF_EVENT,
3010 stac_vref_event);
3011 jack = snd_hda_jack_tbl_get(codec, codec->afg);
3012 if (jack)
3013 jack->private_data = 0x02;
3014
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003015 spec->gpio_mask |= 0x02;
3016
3017 /* enable internal microphone */
3018 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003019}
3020
3021static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec,
3022 const struct hda_fixup *fix, int action)
3023{
3024 struct sigmatel_spec *spec = codec->spec;
3025
3026 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3027 return;
3028 spec->gpio_led = 0x01;
3029}
3030
3031static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec,
3032 const struct hda_fixup *fix, int action)
3033{
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003034 unsigned int cap;
3035
3036 switch (action) {
3037 case HDA_FIXUP_ACT_PRE_PROBE:
3038 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Takashi Iwaif6655d52013-01-17 08:49:01 +01003039 break;
3040
3041 case HDA_FIXUP_ACT_PROBE:
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003042 /* enable bass on HP dv7 */
3043 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
3044 cap &= AC_GPIO_IO_COUNT;
3045 if (cap >= 6)
3046 stac_add_hp_bass_switch(codec);
3047 break;
3048 }
3049}
3050
3051static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec,
3052 const struct hda_fixup *fix, int action)
3053{
3054 struct sigmatel_spec *spec = codec->spec;
3055
3056 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3057 return;
3058 spec->gpio_led = 0x08;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003059}
3060
3061
3062static void stac92hd71bxx_fixup_hp(struct hda_codec *codec,
3063 const struct hda_fixup *fix, int action)
3064{
3065 struct sigmatel_spec *spec = codec->spec;
3066
3067 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3068 return;
3069
3070 if (hp_blike_system(codec->subsystem_id)) {
3071 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
3072 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
3073 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
3074 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
3075 /* It was changed in the BIOS to just satisfy MS DTM.
3076 * Lets turn it back into slaved HP
3077 */
3078 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
3079 | (AC_JACK_HP_OUT <<
3080 AC_DEFCFG_DEVICE_SHIFT);
3081 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
3082 | AC_DEFCFG_SEQUENCE)))
3083 | 0x1f;
3084 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
3085 }
3086 }
3087
Takashi Iwai36c9db72013-01-17 17:07:59 +01003088 if (find_mute_led_cfg(codec, 1))
Takashi Iwai4e76a882014-02-25 12:21:03 +01003089 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003090 spec->gpio_led,
3091 spec->gpio_led_polarity);
3092
3093}
3094
3095static const struct hda_fixup stac92hd71bxx_fixups[] = {
3096 [STAC_92HD71BXX_REF] = {
3097 .type = HDA_FIXUP_FUNC,
3098 .v.func = stac92hd71bxx_fixup_ref,
3099 },
3100 [STAC_DELL_M4_1] = {
3101 .type = HDA_FIXUP_PINS,
3102 .v.pins = dell_m4_1_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003103 },
3104 [STAC_DELL_M4_2] = {
3105 .type = HDA_FIXUP_PINS,
3106 .v.pins = dell_m4_2_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003107 },
3108 [STAC_DELL_M4_3] = {
3109 .type = HDA_FIXUP_PINS,
3110 .v.pins = dell_m4_3_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003111 },
3112 [STAC_HP_M4] = {
3113 .type = HDA_FIXUP_FUNC,
3114 .v.func = stac92hd71bxx_fixup_hp_m4,
3115 .chained = true,
3116 .chain_id = STAC_92HD71BXX_HP,
3117 },
3118 [STAC_HP_DV4] = {
3119 .type = HDA_FIXUP_FUNC,
3120 .v.func = stac92hd71bxx_fixup_hp_dv4,
3121 .chained = true,
3122 .chain_id = STAC_HP_DV5,
3123 },
3124 [STAC_HP_DV5] = {
3125 .type = HDA_FIXUP_FUNC,
3126 .v.func = stac92hd71bxx_fixup_hp_dv5,
3127 .chained = true,
3128 .chain_id = STAC_92HD71BXX_HP,
3129 },
3130 [STAC_HP_HDX] = {
3131 .type = HDA_FIXUP_FUNC,
3132 .v.func = stac92hd71bxx_fixup_hp_hdx,
3133 .chained = true,
3134 .chain_id = STAC_92HD71BXX_HP,
3135 },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003136 [STAC_92HD71BXX_HP] = {
3137 .type = HDA_FIXUP_FUNC,
3138 .v.func = stac92hd71bxx_fixup_hp,
3139 },
Matthew Ranostaye035b842007-11-06 11:53:55 +01003140};
3141
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003142static const struct hda_model_fixup stac92hd71bxx_models[] = {
3143 { .id = STAC_92HD71BXX_REF, .name = "ref" },
3144 { .id = STAC_DELL_M4_1, .name = "dell-m4-1" },
3145 { .id = STAC_DELL_M4_2, .name = "dell-m4-2" },
3146 { .id = STAC_DELL_M4_3, .name = "dell-m4-3" },
3147 { .id = STAC_HP_M4, .name = "hp-m4" },
3148 { .id = STAC_HP_DV4, .name = "hp-dv4" },
3149 { .id = STAC_HP_DV5, .name = "hp-dv5" },
3150 { .id = STAC_HP_HDX, .name = "hp-hdx" },
Takashi Iwai36c9db72013-01-17 17:07:59 +01003151 { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003152 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01003153};
3154
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003155static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01003156 /* SigmaTel reference board */
3157 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3158 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003159 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3160 "DFI LanParty", STAC_92HD71BXX_REF),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01003161 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
3162 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01003163 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
3164 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003165 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02003166 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003167 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
3168 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003169 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
3170 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04003171 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003172 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01003173 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003174 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02003175 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
3176 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05303177 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
3178 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11003179 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
3180 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02003181 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
3182 "HP", STAC_HP_DV5),
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003183 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP),
Matthew Ranostaya7662642008-02-21 07:51:14 +01003184 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
3185 "unknown Dell", STAC_DELL_M4_1),
3186 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
3187 "unknown Dell", STAC_DELL_M4_1),
3188 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
3189 "unknown Dell", STAC_DELL_M4_1),
3190 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
3191 "unknown Dell", STAC_DELL_M4_1),
3192 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
3193 "unknown Dell", STAC_DELL_M4_1),
3194 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
3195 "unknown Dell", STAC_DELL_M4_1),
3196 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
3197 "unknown Dell", STAC_DELL_M4_1),
3198 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
3199 "unknown Dell", STAC_DELL_M4_2),
3200 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
3201 "unknown Dell", STAC_DELL_M4_2),
3202 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
3203 "unknown Dell", STAC_DELL_M4_2),
3204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
3205 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
3207 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01003208 {} /* terminator */
3209};
3210
Takashi Iwai0a427842013-01-14 15:20:13 +01003211static const struct hda_pintbl ref922x_pin_configs[] = {
3212 { 0x0a, 0x01014010 },
3213 { 0x0b, 0x01016011 },
3214 { 0x0c, 0x01012012 },
3215 { 0x0d, 0x0221401f },
3216 { 0x0e, 0x01813122 },
3217 { 0x0f, 0x01011014 },
3218 { 0x10, 0x01441030 },
3219 { 0x11, 0x01c41030 },
3220 { 0x15, 0x40000100 },
3221 { 0x1b, 0x40000100 },
3222 {}
Matt2f2f4252005-04-13 14:45:30 +02003223};
3224
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003225/*
3226 STAC 922X pin configs for
3227 102801A7
3228 102801AB
3229 102801A9
3230 102801D1
3231 102801D2
3232*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003233static const struct hda_pintbl dell_922x_d81_pin_configs[] = {
3234 { 0x0a, 0x02214030 },
3235 { 0x0b, 0x01a19021 },
3236 { 0x0c, 0x01111012 },
3237 { 0x0d, 0x01114010 },
3238 { 0x0e, 0x02a19020 },
3239 { 0x0f, 0x01117011 },
3240 { 0x10, 0x400001f0 },
3241 { 0x11, 0x400001f1 },
3242 { 0x15, 0x01813122 },
3243 { 0x1b, 0x400001f2 },
3244 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003245};
3246
3247/*
3248 STAC 922X pin configs for
3249 102801AC
3250 102801D0
3251*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003252static const struct hda_pintbl dell_922x_d82_pin_configs[] = {
3253 { 0x0a, 0x02214030 },
3254 { 0x0b, 0x01a19021 },
3255 { 0x0c, 0x01111012 },
3256 { 0x0d, 0x01114010 },
3257 { 0x0e, 0x02a19020 },
3258 { 0x0f, 0x01117011 },
3259 { 0x10, 0x01451140 },
3260 { 0x11, 0x400001f0 },
3261 { 0x15, 0x01813122 },
3262 { 0x1b, 0x400001f1 },
3263 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003264};
3265
3266/*
3267 STAC 922X pin configs for
3268 102801BF
3269*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003270static const struct hda_pintbl dell_922x_m81_pin_configs[] = {
3271 { 0x0a, 0x0321101f },
3272 { 0x0b, 0x01112024 },
3273 { 0x0c, 0x01111222 },
3274 { 0x0d, 0x91174220 },
3275 { 0x0e, 0x03a11050 },
3276 { 0x0f, 0x01116221 },
3277 { 0x10, 0x90a70330 },
3278 { 0x11, 0x01452340 },
3279 { 0x15, 0x40C003f1 },
3280 { 0x1b, 0x405003f0 },
3281 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003282};
3283
3284/*
3285 STAC 9221 A1 pin configs for
3286 102801D7 (Dell XPS M1210)
3287*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003288static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
3289 { 0x0a, 0x02211211 },
3290 { 0x0b, 0x408103ff },
3291 { 0x0c, 0x02a1123e },
3292 { 0x0d, 0x90100310 },
3293 { 0x0e, 0x408003f1 },
3294 { 0x0f, 0x0221121f },
3295 { 0x10, 0x03451340 },
3296 { 0x11, 0x40c003f2 },
3297 { 0x15, 0x508003f3 },
3298 { 0x1b, 0x405003f4 },
3299 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003300};
3301
Takashi Iwai0a427842013-01-14 15:20:13 +01003302static const struct hda_pintbl d945gtp3_pin_configs[] = {
3303 { 0x0a, 0x0221401f },
3304 { 0x0b, 0x01a19022 },
3305 { 0x0c, 0x01813021 },
3306 { 0x0d, 0x01014010 },
3307 { 0x0e, 0x40000100 },
3308 { 0x0f, 0x40000100 },
3309 { 0x10, 0x40000100 },
3310 { 0x11, 0x40000100 },
3311 { 0x15, 0x02a19120 },
3312 { 0x1b, 0x40000100 },
3313 {}
Matt Porter403d1942005-11-29 15:00:51 +01003314};
3315
Takashi Iwai0a427842013-01-14 15:20:13 +01003316static const struct hda_pintbl d945gtp5_pin_configs[] = {
3317 { 0x0a, 0x0221401f },
3318 { 0x0b, 0x01011012 },
3319 { 0x0c, 0x01813024 },
3320 { 0x0d, 0x01014010 },
3321 { 0x0e, 0x01a19021 },
3322 { 0x0f, 0x01016011 },
3323 { 0x10, 0x01452130 },
3324 { 0x11, 0x40000100 },
3325 { 0x15, 0x02a19320 },
3326 { 0x1b, 0x40000100 },
3327 {}
Matt Porter403d1942005-11-29 15:00:51 +01003328};
3329
Takashi Iwai0a427842013-01-14 15:20:13 +01003330static const struct hda_pintbl intel_mac_v1_pin_configs[] = {
3331 { 0x0a, 0x0121e21f },
3332 { 0x0b, 0x400000ff },
3333 { 0x0c, 0x9017e110 },
3334 { 0x0d, 0x400000fd },
3335 { 0x0e, 0x400000fe },
3336 { 0x0f, 0x0181e020 },
3337 { 0x10, 0x1145e030 },
3338 { 0x11, 0x11c5e240 },
3339 { 0x15, 0x400000fc },
3340 { 0x1b, 0x400000fb },
3341 {}
Takashi Iwai3fc24d82007-02-16 13:27:18 +01003342};
3343
Takashi Iwai0a427842013-01-14 15:20:13 +01003344static const struct hda_pintbl intel_mac_v2_pin_configs[] = {
3345 { 0x0a, 0x0121e21f },
3346 { 0x0b, 0x90a7012e },
3347 { 0x0c, 0x9017e110 },
3348 { 0x0d, 0x400000fd },
3349 { 0x0e, 0x400000fe },
3350 { 0x0f, 0x0181e020 },
3351 { 0x10, 0x1145e230 },
3352 { 0x11, 0x500000fa },
3353 { 0x15, 0x400000fc },
3354 { 0x1b, 0x400000fb },
3355 {}
Sylvain FORETf16928f2007-04-27 14:22:36 +02003356};
3357
Takashi Iwai0a427842013-01-14 15:20:13 +01003358static const struct hda_pintbl intel_mac_v3_pin_configs[] = {
3359 { 0x0a, 0x0121e21f },
3360 { 0x0b, 0x90a7012e },
3361 { 0x0c, 0x9017e110 },
3362 { 0x0d, 0x400000fd },
3363 { 0x0e, 0x400000fe },
3364 { 0x0f, 0x0181e020 },
3365 { 0x10, 0x1145e230 },
3366 { 0x11, 0x11c5e240 },
3367 { 0x15, 0x400000fc },
3368 { 0x1b, 0x400000fb },
3369 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003370};
3371
Takashi Iwai0a427842013-01-14 15:20:13 +01003372static const struct hda_pintbl intel_mac_v4_pin_configs[] = {
3373 { 0x0a, 0x0321e21f },
3374 { 0x0b, 0x03a1e02e },
3375 { 0x0c, 0x9017e110 },
3376 { 0x0d, 0x9017e11f },
3377 { 0x0e, 0x400000fe },
3378 { 0x0f, 0x0381e020 },
3379 { 0x10, 0x1345e230 },
3380 { 0x11, 0x13c5e240 },
3381 { 0x15, 0x400000fc },
3382 { 0x1b, 0x400000fb },
3383 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003384};
3385
Takashi Iwai0a427842013-01-14 15:20:13 +01003386static const struct hda_pintbl intel_mac_v5_pin_configs[] = {
3387 { 0x0a, 0x0321e21f },
3388 { 0x0b, 0x03a1e02e },
3389 { 0x0c, 0x9017e110 },
3390 { 0x0d, 0x9017e11f },
3391 { 0x0e, 0x400000fe },
3392 { 0x0f, 0x0381e020 },
3393 { 0x10, 0x1345e230 },
3394 { 0x11, 0x13c5e240 },
3395 { 0x15, 0x400000fc },
3396 { 0x1b, 0x400000fb },
3397 {}
Takashi Iwai0dae0f82007-05-21 12:41:29 +02003398};
3399
Takashi Iwai0a427842013-01-14 15:20:13 +01003400static const struct hda_pintbl ecs202_pin_configs[] = {
3401 { 0x0a, 0x0221401f },
3402 { 0x0b, 0x02a19020 },
3403 { 0x0c, 0x01a19020 },
3404 { 0x0d, 0x01114010 },
3405 { 0x0e, 0x408000f0 },
3406 { 0x0f, 0x01813022 },
3407 { 0x10, 0x074510a0 },
3408 { 0x11, 0x40c400f1 },
3409 { 0x15, 0x9037012e },
3410 { 0x1b, 0x40e000f2 },
3411 {}
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003412};
Takashi Iwai76c08822007-06-19 12:17:42 +02003413
Takashi Iwai0a427842013-01-14 15:20:13 +01003414/* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */
3415static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = {
Takashi Iwai697aeba2013-08-01 08:38:27 +02003416 SND_PCI_QUIRK(0x0000, 0x0100, "Mac Mini", STAC_INTEL_MAC_V3),
Takashi Iwai0a427842013-01-14 15:20:13 +01003417 SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1),
3418 SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2),
3419 SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2),
3420 SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3),
3421 SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3),
3422 SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3),
3423 SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3),
3424 SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3),
3425 SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3),
3426 SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4),
3427 SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5),
3428 SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5),
3429 {}
3430};
3431
3432static const struct hda_fixup stac922x_fixups[];
3433
3434/* remap the fixup from codec SSID and apply it */
3435static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec,
3436 const struct hda_fixup *fix,
3437 int action)
3438{
3439 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3440 return;
3441 snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl,
3442 stac922x_fixups);
3443 if (codec->fixup_id != STAC_INTEL_MAC_AUTO)
3444 snd_hda_apply_fixup(codec, action);
3445}
3446
3447static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec,
3448 const struct hda_fixup *fix,
3449 int action)
3450{
3451 struct sigmatel_spec *spec = codec->spec;
3452
3453 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3454 spec->gpio_mask = spec->gpio_dir = 0x03;
3455 spec->gpio_data = 0x03;
3456 }
3457}
3458
3459static const struct hda_fixup stac922x_fixups[] = {
3460 [STAC_D945_REF] = {
3461 .type = HDA_FIXUP_PINS,
3462 .v.pins = ref922x_pin_configs,
3463 },
3464 [STAC_D945GTP3] = {
3465 .type = HDA_FIXUP_PINS,
3466 .v.pins = d945gtp3_pin_configs,
3467 },
3468 [STAC_D945GTP5] = {
3469 .type = HDA_FIXUP_PINS,
3470 .v.pins = d945gtp5_pin_configs,
3471 },
3472 [STAC_INTEL_MAC_AUTO] = {
3473 .type = HDA_FIXUP_FUNC,
3474 .v.func = stac922x_fixup_intel_mac_auto,
3475 },
3476 [STAC_INTEL_MAC_V1] = {
3477 .type = HDA_FIXUP_PINS,
3478 .v.pins = intel_mac_v1_pin_configs,
3479 .chained = true,
3480 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3481 },
3482 [STAC_INTEL_MAC_V2] = {
3483 .type = HDA_FIXUP_PINS,
3484 .v.pins = intel_mac_v2_pin_configs,
3485 .chained = true,
3486 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3487 },
3488 [STAC_INTEL_MAC_V3] = {
3489 .type = HDA_FIXUP_PINS,
3490 .v.pins = intel_mac_v3_pin_configs,
3491 .chained = true,
3492 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3493 },
3494 [STAC_INTEL_MAC_V4] = {
3495 .type = HDA_FIXUP_PINS,
3496 .v.pins = intel_mac_v4_pin_configs,
3497 .chained = true,
3498 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3499 },
3500 [STAC_INTEL_MAC_V5] = {
3501 .type = HDA_FIXUP_PINS,
3502 .v.pins = intel_mac_v5_pin_configs,
3503 .chained = true,
3504 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3505 },
3506 [STAC_922X_INTEL_MAC_GPIO] = {
3507 .type = HDA_FIXUP_FUNC,
3508 .v.func = stac922x_fixup_intel_mac_gpio,
3509 },
3510 [STAC_ECS_202] = {
3511 .type = HDA_FIXUP_PINS,
3512 .v.pins = ecs202_pin_configs,
3513 },
3514 [STAC_922X_DELL_D81] = {
3515 .type = HDA_FIXUP_PINS,
3516 .v.pins = dell_922x_d81_pin_configs,
3517 },
3518 [STAC_922X_DELL_D82] = {
3519 .type = HDA_FIXUP_PINS,
3520 .v.pins = dell_922x_d82_pin_configs,
3521 },
3522 [STAC_922X_DELL_M81] = {
3523 .type = HDA_FIXUP_PINS,
3524 .v.pins = dell_922x_m81_pin_configs,
3525 },
3526 [STAC_922X_DELL_M82] = {
3527 .type = HDA_FIXUP_PINS,
3528 .v.pins = dell_922x_m82_pin_configs,
3529 },
3530};
3531
3532static const struct hda_model_fixup stac922x_models[] = {
3533 { .id = STAC_D945_REF, .name = "ref" },
3534 { .id = STAC_D945GTP5, .name = "5stack" },
3535 { .id = STAC_D945GTP3, .name = "3stack" },
3536 { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" },
3537 { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" },
3538 { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" },
3539 { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" },
3540 { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" },
3541 { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" },
3542 { .id = STAC_ECS_202, .name = "ecs202" },
3543 { .id = STAC_922X_DELL_D81, .name = "dell-d81" },
3544 { .id = STAC_922X_DELL_D82, .name = "dell-d82" },
3545 { .id = STAC_922X_DELL_M81, .name = "dell-m81" },
3546 { .id = STAC_922X_DELL_M82, .name = "dell-m82" },
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003547 /* for backward compatibility */
Takashi Iwai0a427842013-01-14 15:20:13 +01003548 { .id = STAC_INTEL_MAC_V3, .name = "macmini" },
3549 { .id = STAC_INTEL_MAC_V5, .name = "macbook" },
3550 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" },
3551 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" },
3552 { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" },
3553 { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" },
3554 {}
Matt Porter403d1942005-11-29 15:00:51 +01003555};
3556
Takashi Iwai0a427842013-01-14 15:20:13 +01003557static const struct snd_pci_quirk stac922x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003558 /* SigmaTel reference board */
3559 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3560 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003561 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3562 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003563 /* Intel 945G based systems */
3564 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
3565 "Intel D945G", STAC_D945GTP3),
3566 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
3567 "Intel D945G", STAC_D945GTP3),
3568 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
3569 "Intel D945G", STAC_D945GTP3),
3570 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
3571 "Intel D945G", STAC_D945GTP3),
3572 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
3573 "Intel D945G", STAC_D945GTP3),
3574 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
3575 "Intel D945G", STAC_D945GTP3),
3576 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
3577 "Intel D945G", STAC_D945GTP3),
3578 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
3579 "Intel D945G", STAC_D945GTP3),
3580 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
3581 "Intel D945G", STAC_D945GTP3),
3582 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
3583 "Intel D945G", STAC_D945GTP3),
3584 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
3585 "Intel D945G", STAC_D945GTP3),
3586 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
3587 "Intel D945G", STAC_D945GTP3),
3588 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
3589 "Intel D945G", STAC_D945GTP3),
3590 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
3591 "Intel D945G", STAC_D945GTP3),
3592 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
3593 "Intel D945G", STAC_D945GTP3),
3594 /* Intel D945G 5-stack systems */
3595 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
3596 "Intel D945G", STAC_D945GTP5),
3597 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
3598 "Intel D945G", STAC_D945GTP5),
3599 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
3600 "Intel D945G", STAC_D945GTP5),
3601 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
3602 "Intel D945G", STAC_D945GTP5),
3603 /* Intel 945P based systems */
3604 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
3605 "Intel D945P", STAC_D945GTP3),
3606 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
3607 "Intel D945P", STAC_D945GTP3),
3608 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
3609 "Intel D945P", STAC_D945GTP3),
3610 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
3611 "Intel D945P", STAC_D945GTP3),
3612 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
3613 "Intel D945P", STAC_D945GTP3),
3614 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
3615 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01003616 /* other intel */
3617 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
3618 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003619 /* other systems */
Takashi Iwai0a427842013-01-14 15:20:13 +01003620
Nicolas Boichat536319a2008-07-21 22:18:01 +08003621 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwai0a427842013-01-14 15:20:13 +01003622 SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO),
3623
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003624 /* Dell systems */
3625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
3626 "unknown Dell", STAC_922X_DELL_D81),
3627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
3628 "unknown Dell", STAC_922X_DELL_D81),
3629 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
3630 "unknown Dell", STAC_922X_DELL_D81),
3631 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
3632 "unknown Dell", STAC_922X_DELL_D82),
3633 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
3634 "unknown Dell", STAC_922X_DELL_M81),
3635 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
3636 "unknown Dell", STAC_922X_DELL_D82),
3637 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
3638 "unknown Dell", STAC_922X_DELL_D81),
3639 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
3640 "unknown Dell", STAC_922X_DELL_D81),
3641 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
3642 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003643 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003644 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02003645 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01003646 {} /* terminator */
3647};
3648
Takashi Iwai29ac8362013-01-14 16:03:38 +01003649static const struct hda_pintbl ref927x_pin_configs[] = {
3650 { 0x0a, 0x02214020 },
3651 { 0x0b, 0x02a19080 },
3652 { 0x0c, 0x0181304e },
3653 { 0x0d, 0x01014010 },
3654 { 0x0e, 0x01a19040 },
3655 { 0x0f, 0x01011012 },
3656 { 0x10, 0x01016011 },
3657 { 0x11, 0x0101201f },
3658 { 0x12, 0x183301f0 },
3659 { 0x13, 0x18a001f0 },
3660 { 0x14, 0x18a001f0 },
3661 { 0x21, 0x01442070 },
3662 { 0x22, 0x01c42190 },
3663 { 0x23, 0x40000100 },
3664 {}
Matt Porter3cc08dc2006-01-23 15:27:49 +01003665};
3666
Takashi Iwai29ac8362013-01-14 16:03:38 +01003667static const struct hda_pintbl d965_3st_pin_configs[] = {
3668 { 0x0a, 0x0221401f },
3669 { 0x0b, 0x02a19120 },
3670 { 0x0c, 0x40000100 },
3671 { 0x0d, 0x01014011 },
3672 { 0x0e, 0x01a19021 },
3673 { 0x0f, 0x01813024 },
3674 { 0x10, 0x40000100 },
3675 { 0x11, 0x40000100 },
3676 { 0x12, 0x40000100 },
3677 { 0x13, 0x40000100 },
3678 { 0x14, 0x40000100 },
3679 { 0x21, 0x40000100 },
3680 { 0x22, 0x40000100 },
3681 { 0x23, 0x40000100 },
3682 {}
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003683};
3684
Takashi Iwai29ac8362013-01-14 16:03:38 +01003685static const struct hda_pintbl d965_5st_pin_configs[] = {
3686 { 0x0a, 0x02214020 },
3687 { 0x0b, 0x02a19080 },
3688 { 0x0c, 0x0181304e },
3689 { 0x0d, 0x01014010 },
3690 { 0x0e, 0x01a19040 },
3691 { 0x0f, 0x01011012 },
3692 { 0x10, 0x01016011 },
3693 { 0x11, 0x40000100 },
3694 { 0x12, 0x40000100 },
3695 { 0x13, 0x40000100 },
3696 { 0x14, 0x40000100 },
3697 { 0x21, 0x01442070 },
3698 { 0x22, 0x40000100 },
3699 { 0x23, 0x40000100 },
3700 {}
Tobin Davis93ed1502006-09-01 21:03:12 +02003701};
3702
Takashi Iwai29ac8362013-01-14 16:03:38 +01003703static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = {
3704 { 0x0a, 0x40000100 },
3705 { 0x0b, 0x40000100 },
3706 { 0x0c, 0x0181304e },
3707 { 0x0d, 0x01014010 },
3708 { 0x0e, 0x01a19040 },
3709 { 0x0f, 0x01011012 },
3710 { 0x10, 0x01016011 },
3711 { 0x11, 0x40000100 },
3712 { 0x12, 0x40000100 },
3713 { 0x13, 0x40000100 },
3714 { 0x14, 0x40000100 },
3715 { 0x21, 0x01442070 },
3716 { 0x22, 0x40000100 },
3717 { 0x23, 0x40000100 },
3718 {}
Takashi Iwai679d92e2009-05-24 19:00:08 +02003719};
3720
Takashi Iwai29ac8362013-01-14 16:03:38 +01003721static const struct hda_pintbl dell_3st_pin_configs[] = {
3722 { 0x0a, 0x02211230 },
3723 { 0x0b, 0x02a11220 },
3724 { 0x0c, 0x01a19040 },
3725 { 0x0d, 0x01114210 },
3726 { 0x0e, 0x01111212 },
3727 { 0x0f, 0x01116211 },
3728 { 0x10, 0x01813050 },
3729 { 0x11, 0x01112214 },
3730 { 0x12, 0x403003fa },
3731 { 0x13, 0x90a60040 },
3732 { 0x14, 0x90a60040 },
3733 { 0x21, 0x404003fb },
3734 { 0x22, 0x40c003fc },
3735 { 0x23, 0x40000100 },
3736 {}
Tobin Davis4ff076e2007-08-07 11:48:12 +02003737};
3738
Takashi Iwai29ac8362013-01-14 16:03:38 +01003739static void stac927x_fixup_ref_no_jd(struct hda_codec *codec,
3740 const struct hda_fixup *fix, int action)
3741{
Takashi Iwai29ac8362013-01-14 16:03:38 +01003742 /* no jack detecion for ref-no-jd model */
Takashi Iwai36c9db72013-01-17 17:07:59 +01003743 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3744 codec->no_jack_detect = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003745}
3746
3747static void stac927x_fixup_ref(struct hda_codec *codec,
3748 const struct hda_fixup *fix, int action)
3749{
3750 struct sigmatel_spec *spec = codec->spec;
3751
3752 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3753 snd_hda_apply_pincfgs(codec, ref927x_pin_configs);
3754 spec->eapd_mask = spec->gpio_mask = 0;
3755 spec->gpio_dir = spec->gpio_data = 0;
3756 }
3757}
3758
3759static void stac927x_fixup_dell_dmic(struct hda_codec *codec,
3760 const struct hda_fixup *fix, int action)
3761{
3762 struct sigmatel_spec *spec = codec->spec;
3763
3764 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3765 return;
3766
3767 if (codec->subsystem_id != 0x1028022f) {
3768 /* GPIO2 High = Enable EAPD */
3769 spec->eapd_mask = spec->gpio_mask = 0x04;
3770 spec->gpio_dir = spec->gpio_data = 0x04;
3771 }
Takashi Iwai29ac8362013-01-14 16:03:38 +01003772
3773 snd_hda_add_verbs(codec, dell_3st_core_init);
3774 spec->volknob_init = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003775}
3776
3777static void stac927x_fixup_volknob(struct hda_codec *codec,
3778 const struct hda_fixup *fix, int action)
3779{
3780 struct sigmatel_spec *spec = codec->spec;
3781
3782 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3783 snd_hda_add_verbs(codec, stac927x_volknob_core_init);
3784 spec->volknob_init = 1;
3785 }
3786}
3787
3788static const struct hda_fixup stac927x_fixups[] = {
3789 [STAC_D965_REF_NO_JD] = {
3790 .type = HDA_FIXUP_FUNC,
3791 .v.func = stac927x_fixup_ref_no_jd,
3792 .chained = true,
3793 .chain_id = STAC_D965_REF,
3794 },
3795 [STAC_D965_REF] = {
3796 .type = HDA_FIXUP_FUNC,
3797 .v.func = stac927x_fixup_ref,
3798 },
3799 [STAC_D965_3ST] = {
3800 .type = HDA_FIXUP_PINS,
3801 .v.pins = d965_3st_pin_configs,
3802 .chained = true,
3803 .chain_id = STAC_D965_VERBS,
3804 },
3805 [STAC_D965_5ST] = {
3806 .type = HDA_FIXUP_PINS,
3807 .v.pins = d965_5st_pin_configs,
3808 .chained = true,
3809 .chain_id = STAC_D965_VERBS,
3810 },
3811 [STAC_D965_VERBS] = {
3812 .type = HDA_FIXUP_VERBS,
3813 .v.verbs = d965_core_init,
3814 },
3815 [STAC_D965_5ST_NO_FP] = {
3816 .type = HDA_FIXUP_PINS,
3817 .v.pins = d965_5st_no_fp_pin_configs,
3818 },
3819 [STAC_DELL_3ST] = {
3820 .type = HDA_FIXUP_PINS,
3821 .v.pins = dell_3st_pin_configs,
3822 .chained = true,
3823 .chain_id = STAC_927X_DELL_DMIC,
3824 },
3825 [STAC_DELL_BIOS] = {
3826 .type = HDA_FIXUP_PINS,
3827 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai29ac8362013-01-14 16:03:38 +01003828 /* correct the front output jack as a hp out */
Takashi Iwaif3e351e2013-07-19 08:02:25 +02003829 { 0x0f, 0x0221101f },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003830 /* correct the front input jack as a mic */
3831 { 0x0e, 0x02a79130 },
3832 {}
3833 },
3834 .chained = true,
3835 .chain_id = STAC_927X_DELL_DMIC,
3836 },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003837 [STAC_DELL_BIOS_AMIC] = {
3838 .type = HDA_FIXUP_PINS,
3839 .v.pins = (const struct hda_pintbl[]) {
3840 /* configure the analog microphone on some laptops */
3841 { 0x0c, 0x90a79130 },
3842 {}
3843 },
3844 .chained = true,
3845 .chain_id = STAC_DELL_BIOS,
3846 },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003847 [STAC_DELL_BIOS_SPDIF] = {
3848 .type = HDA_FIXUP_PINS,
3849 .v.pins = (const struct hda_pintbl[]) {
3850 /* correct the device field to SPDIF out */
3851 { 0x21, 0x01442070 },
3852 {}
3853 },
3854 .chained = true,
3855 .chain_id = STAC_DELL_BIOS,
3856 },
3857 [STAC_927X_DELL_DMIC] = {
3858 .type = HDA_FIXUP_FUNC,
3859 .v.func = stac927x_fixup_dell_dmic,
3860 },
3861 [STAC_927X_VOLKNOB] = {
3862 .type = HDA_FIXUP_FUNC,
3863 .v.func = stac927x_fixup_volknob,
3864 },
Matt Porter3cc08dc2006-01-23 15:27:49 +01003865};
3866
Takashi Iwai29ac8362013-01-14 16:03:38 +01003867static const struct hda_model_fixup stac927x_models[] = {
3868 { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" },
3869 { .id = STAC_D965_REF, .name = "ref" },
3870 { .id = STAC_D965_3ST, .name = "3stack" },
3871 { .id = STAC_D965_5ST, .name = "5stack" },
3872 { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" },
3873 { .id = STAC_DELL_3ST, .name = "dell-3stack" },
3874 { .id = STAC_DELL_BIOS, .name = "dell-bios" },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003875 { .id = STAC_DELL_BIOS_AMIC, .name = "dell-bios-amic" },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003876 { .id = STAC_927X_VOLKNOB, .name = "volknob" },
3877 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003878};
3879
Takashi Iwai29ac8362013-01-14 16:03:38 +01003880static const struct snd_pci_quirk stac927x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003881 /* SigmaTel reference board */
3882 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3883 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003884 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3885 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003886 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003887 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
3888 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02003889 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003890 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
3891 "Intel D965", STAC_D965_3ST),
3892 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
3893 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003894 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003895 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003896 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
3897 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003898 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003899 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04003900 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003901 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003902 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS_SPDIF),
Chengu Wang84d3dc22009-07-30 19:43:55 +08003903 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003904 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
3905 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
3906 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003907 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF),
Tobin Davis93ed1502006-09-01 21:03:12 +02003908 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003909 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
3910 "Intel D965", STAC_D965_5ST),
3911 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
3912 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02003913 /* volume-knob fixes */
3914 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01003915 {} /* terminator */
3916};
3917
Takashi Iwaife6322c2013-01-14 14:46:51 +01003918static const struct hda_pintbl ref9205_pin_configs[] = {
3919 { 0x0a, 0x40000100 },
3920 { 0x0b, 0x40000100 },
3921 { 0x0c, 0x01016011 },
3922 { 0x0d, 0x01014010 },
3923 { 0x0e, 0x01813122 },
3924 { 0x0f, 0x01a19021 },
3925 { 0x14, 0x01019020 },
3926 { 0x16, 0x40000100 },
3927 { 0x17, 0x90a000f0 },
3928 { 0x18, 0x90a000f0 },
3929 { 0x21, 0x01441030 },
3930 { 0x22, 0x01c41030 },
3931 {}
Matt Porterf3302a52006-07-31 12:49:34 +02003932};
3933
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003934/*
3935 STAC 9205 pin configs for
3936 102801F1
3937 102801F2
3938 102801FC
3939 102801FD
3940 10280204
3941 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01003942 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01003943 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003944*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003945static const struct hda_pintbl dell_9205_m42_pin_configs[] = {
3946 { 0x0a, 0x0321101F },
3947 { 0x0b, 0x03A11020 },
3948 { 0x0c, 0x400003FA },
3949 { 0x0d, 0x90170310 },
3950 { 0x0e, 0x400003FB },
3951 { 0x0f, 0x400003FC },
3952 { 0x14, 0x400003FD },
3953 { 0x16, 0x40F000F9 },
3954 { 0x17, 0x90A60330 },
3955 { 0x18, 0x400003FF },
3956 { 0x21, 0x0144131F },
3957 { 0x22, 0x40C003FE },
3958 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003959};
3960
3961/*
3962 STAC 9205 pin configs for
3963 102801F9
3964 102801FA
3965 102801FE
3966 102801FF (Dell Precision M4300)
3967 10280206
3968 10280200
3969 10280201
3970*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003971static const struct hda_pintbl dell_9205_m43_pin_configs[] = {
3972 { 0x0a, 0x0321101f },
3973 { 0x0b, 0x03a11020 },
3974 { 0x0c, 0x90a70330 },
3975 { 0x0d, 0x90170310 },
3976 { 0x0e, 0x400000fe },
3977 { 0x0f, 0x400000ff },
3978 { 0x14, 0x400000fd },
3979 { 0x16, 0x40f000f9 },
3980 { 0x17, 0x400000fa },
3981 { 0x18, 0x400000fc },
3982 { 0x21, 0x0144131f },
3983 { 0x22, 0x40c003f8 },
3984 /* Enable SPDIF in/out */
3985 { 0x1f, 0x01441030 },
3986 { 0x20, 0x1c410030 },
3987 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02003988};
3989
Takashi Iwaife6322c2013-01-14 14:46:51 +01003990static const struct hda_pintbl dell_9205_m44_pin_configs[] = {
3991 { 0x0a, 0x0421101f },
3992 { 0x0b, 0x04a11020 },
3993 { 0x0c, 0x400003fa },
3994 { 0x0d, 0x90170310 },
3995 { 0x0e, 0x400003fb },
3996 { 0x0f, 0x400003fc },
3997 { 0x14, 0x400003fd },
3998 { 0x16, 0x400003f9 },
3999 { 0x17, 0x90a60330 },
4000 { 0x18, 0x400003ff },
4001 { 0x21, 0x01441340 },
4002 { 0x22, 0x40c003fe },
4003 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004004};
4005
Takashi Iwaife6322c2013-01-14 14:46:51 +01004006static void stac9205_fixup_ref(struct hda_codec *codec,
4007 const struct hda_fixup *fix, int action)
4008{
4009 struct sigmatel_spec *spec = codec->spec;
4010
4011 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4012 snd_hda_apply_pincfgs(codec, ref9205_pin_configs);
4013 /* SPDIF-In enabled */
4014 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0;
4015 }
4016}
4017
Takashi Iwaife6322c2013-01-14 14:46:51 +01004018static void stac9205_fixup_dell_m43(struct hda_codec *codec,
4019 const struct hda_fixup *fix, int action)
4020{
4021 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004022 struct hda_jack_tbl *jack;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004023
4024 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4025 snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs);
4026
4027 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaife6322c2013-01-14 14:46:51 +01004028 snd_hda_codec_write_cache(codec, codec->afg, 0,
4029 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004030 snd_hda_jack_detect_enable_callback(codec, codec->afg,
4031 STAC_VREF_EVENT,
4032 stac_vref_event);
4033 jack = snd_hda_jack_tbl_get(codec, codec->afg);
4034 if (jack)
4035 jack->private_data = 0x01;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004036
4037 spec->gpio_dir = 0x0b;
4038 spec->eapd_mask = 0x01;
4039 spec->gpio_mask = 0x1b;
4040 spec->gpio_mute = 0x10;
4041 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4042 * GPIO3 Low = DRM
4043 */
4044 spec->gpio_data = 0x01;
4045 }
4046}
4047
4048static void stac9205_fixup_eapd(struct hda_codec *codec,
4049 const struct hda_fixup *fix, int action)
4050{
4051 struct sigmatel_spec *spec = codec->spec;
4052
4053 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4054 spec->eapd_switch = 0;
4055}
4056
4057static const struct hda_fixup stac9205_fixups[] = {
4058 [STAC_9205_REF] = {
4059 .type = HDA_FIXUP_FUNC,
4060 .v.func = stac9205_fixup_ref,
4061 },
4062 [STAC_9205_DELL_M42] = {
4063 .type = HDA_FIXUP_PINS,
4064 .v.pins = dell_9205_m42_pin_configs,
4065 },
4066 [STAC_9205_DELL_M43] = {
4067 .type = HDA_FIXUP_FUNC,
4068 .v.func = stac9205_fixup_dell_m43,
4069 },
4070 [STAC_9205_DELL_M44] = {
4071 .type = HDA_FIXUP_PINS,
4072 .v.pins = dell_9205_m44_pin_configs,
4073 },
4074 [STAC_9205_EAPD] = {
4075 .type = HDA_FIXUP_FUNC,
4076 .v.func = stac9205_fixup_eapd,
4077 },
4078 {}
Matt Porterf3302a52006-07-31 12:49:34 +02004079};
4080
Takashi Iwaife6322c2013-01-14 14:46:51 +01004081static const struct hda_model_fixup stac9205_models[] = {
4082 { .id = STAC_9205_REF, .name = "ref" },
4083 { .id = STAC_9205_DELL_M42, .name = "dell-m42" },
4084 { .id = STAC_9205_DELL_M43, .name = "dell-m43" },
4085 { .id = STAC_9205_DELL_M44, .name = "dell-m44" },
4086 { .id = STAC_9205_EAPD, .name = "eapd" },
4087 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004088};
4089
Takashi Iwaife6322c2013-01-14 14:46:51 +01004090static const struct snd_pci_quirk stac9205_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004091 /* SigmaTel reference board */
4092 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
4093 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03004094 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
4095 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05004096 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
4097 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004098 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004099 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
4100 "unknown Dell", STAC_9205_DELL_M42),
4101 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
4102 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004103 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02004104 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004105 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
4106 "Dell Precision", STAC_9205_DELL_M43),
4107 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
4108 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004109 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
4110 "unknown Dell", STAC_9205_DELL_M42),
4111 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
4112 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004113 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
4114 "Dell Precision", STAC_9205_DELL_M43),
4115 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004116 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004117 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
4118 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02004119 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
4120 "Dell Precision", STAC_9205_DELL_M43),
4121 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
4122 "Dell Precision", STAC_9205_DELL_M43),
4123 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
4124 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004125 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
4126 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01004127 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
4128 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01004129 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
4130 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004131 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08004132 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004133 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02004134 {} /* terminator */
4135};
4136
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004137static void stac92hd95_fixup_hp_led(struct hda_codec *codec,
4138 const struct hda_fixup *fix, int action)
4139{
4140 struct sigmatel_spec *spec = codec->spec;
4141
4142 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4143 return;
4144
4145 if (find_mute_led_cfg(codec, spec->default_polarity))
4146 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
4147 spec->gpio_led,
4148 spec->gpio_led_polarity);
4149}
4150
4151static const struct hda_fixup stac92hd95_fixups[] = {
4152 [STAC_92HD95_HP_LED] = {
4153 .type = HDA_FIXUP_FUNC,
4154 .v.func = stac92hd95_fixup_hp_led,
4155 },
4156 [STAC_92HD95_HP_BASS] = {
4157 .type = HDA_FIXUP_VERBS,
4158 .v.verbs = (const struct hda_verb[]) {
4159 {0x1a, 0x795, 0x00}, /* HPF to 100Hz */
4160 {}
4161 },
4162 .chained = true,
4163 .chain_id = STAC_92HD95_HP_LED,
4164 },
4165};
4166
4167static const struct snd_pci_quirk stac92hd95_fixup_tbl[] = {
4168 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1911, "HP Spectre 13", STAC_92HD95_HP_BASS),
4169 {} /* terminator */
4170};
4171
4172static const struct hda_model_fixup stac92hd95_models[] = {
4173 { .id = STAC_92HD95_HP_LED, .name = "hp-led" },
4174 { .id = STAC_92HD95_HP_BASS, .name = "hp-bass" },
4175 {}
4176};
4177
4178
Takashi Iwai36c9db72013-01-17 17:07:59 +01004179static int stac_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02004180{
4181 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004182 int err;
David Henningssonf390dad2013-03-21 12:16:30 +01004183 int flags = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004184
David Henningssonf390dad2013-03-21 12:16:30 +01004185 if (spec->headset_jack)
4186 flags |= HDA_PINCFG_HEADSET_MIC;
4187
4188 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004189 if (err < 0)
4190 return err;
4191
Takashi Iwai36c9db72013-01-17 17:07:59 +01004192 /* add hooks */
4193 spec->gen.pcm_playback_hook = stac_playback_pcm_hook;
4194 spec->gen.pcm_capture_hook = stac_capture_pcm_hook;
4195
4196 spec->gen.automute_hook = stac_update_outputs;
4197 spec->gen.hp_automute_hook = stac_hp_automute;
4198 spec->gen.line_automute_hook = stac_line_automute;
David Henningsson664389d2013-01-28 11:29:17 +01004199 spec->gen.mic_autoswitch_hook = stac_mic_autoswitch;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004200
4201 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004202 if (err < 0)
4203 return err;
4204
Takashi Iwai36c9db72013-01-17 17:07:59 +01004205 /* minimum value is actually mute */
4206 spec->gen.vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Mattc7d4b2f2005-06-27 14:59:41 +02004207
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004208 /* setup analog beep controls */
4209 if (spec->anabeep_nid > 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004210 err = stac_auto_create_beep_ctls(codec,
4211 spec->anabeep_nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004212 if (err < 0)
4213 return err;
4214 }
4215
4216 /* setup digital beep controls and input device */
4217#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004218 if (spec->gen.beep_nid) {
4219 hda_nid_t nid = spec->gen.beep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004220 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004221
Takashi Iwai36c9db72013-01-17 17:07:59 +01004222 err = stac_auto_create_beep_ctls(codec, nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004223 if (err < 0)
4224 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004225 if (codec->beep) {
4226 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004227 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004228 /* if no beep switch is available, make its own one */
4229 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4230 if (!(caps & AC_AMPCAP_MUTE)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004231 err = stac_beep_switch_ctl(codec);
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004232 if (err < 0)
4233 return err;
4234 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004235 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004236 }
4237#endif
4238
Takashi Iwai36c9db72013-01-17 17:07:59 +01004239 if (spec->gpio_led)
4240 spec->gen.vmaster_mute.hook = stac_vmaster_hook;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004241
Takashi Iwai36c9db72013-01-17 17:07:59 +01004242 if (spec->aloopback_ctl &&
4243 snd_hda_get_bool_hint(codec, "loopback") == 1) {
4244 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl))
4245 return -ENOMEM;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004246 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004247
Takashi Iwai42875472013-01-22 09:34:48 +01004248 if (spec->have_spdif_mux) {
4249 err = stac_create_spdif_mux_ctls(codec);
4250 if (err < 0)
4251 return err;
4252 }
4253
Takashi Iwai36c9db72013-01-17 17:07:59 +01004254 stac_init_power_map(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004255
4256 return 0;
4257}
4258
Takashi Iwai36c9db72013-01-17 17:07:59 +01004259
4260static int stac_init(struct hda_codec *codec)
Richard Fish160ea0d2006-09-06 13:58:25 +02004261{
4262 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004263 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004264
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004265 /* override some hints */
4266 stac_store_hints(codec);
4267
Takashi Iwaif73d3582008-11-25 08:21:51 +01004268 /* set up GPIO */
Takashi Iwaif73d3582008-11-25 08:21:51 +01004269 /* turn on EAPD statically when spec->eapd_switch isn't set.
4270 * otherwise, unsol event will turn it on/off dynamically
4271 */
4272 if (!spec->eapd_switch)
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004273 spec->gpio_data |= spec->eapd_mask;
4274 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004275
Takashi Iwai36c9db72013-01-17 17:07:59 +01004276 snd_hda_gen_init(codec);
Takashi Iwaic8822462012-05-15 09:11:36 +02004277
4278 /* sync the power-map */
4279 if (spec->num_pwrs)
4280 snd_hda_codec_write(codec, codec->afg, 0,
4281 AC_VERB_IDT_SET_POWER_MAP,
4282 spec->power_map_bits);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004283
4284 /* power down inactive ADCs */
4285 if (spec->powerdown_adcs) {
4286 for (i = 0; i < spec->gen.num_all_adcs; i++) {
4287 if (spec->active_adcs & (1 << i))
4288 continue;
4289 snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0,
4290 AC_VERB_SET_POWER_STATE,
4291 AC_PWRST_D3);
4292 }
4293 }
4294
Mattc7d4b2f2005-06-27 14:59:41 +02004295 return 0;
4296}
4297
Takashi Iwai36c9db72013-01-17 17:07:59 +01004298static void stac_shutup(struct hda_codec *codec)
Takashi Iwai603c4012008-07-30 15:01:44 +02004299{
4300 struct sigmatel_spec *spec = codec->spec;
4301
Takashi Iwai36c9db72013-01-17 17:07:59 +01004302 snd_hda_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004303
4304 if (spec->eapd_mask)
4305 stac_gpio_set(codec, spec->gpio_mask,
4306 spec->gpio_dir, spec->gpio_data &
4307 ~spec->eapd_mask);
4308}
4309
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004310#define stac_free snd_hda_gen_free
Matt2f2f4252005-04-13 14:45:30 +02004311
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004312#ifdef CONFIG_PROC_FS
4313static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4314 struct hda_codec *codec, hda_nid_t nid)
4315{
4316 if (nid == codec->afg)
4317 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02004318 snd_hda_codec_read(codec, nid, 0,
4319 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004320}
4321
4322static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4323 struct hda_codec *codec,
4324 unsigned int verb)
4325{
4326 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4327 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4328}
4329
4330/* stac92hd71bxx, stac92hd73xx */
4331static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4332 struct hda_codec *codec, hda_nid_t nid)
4333{
4334 stac92hd_proc_hook(buffer, codec, nid);
4335 if (nid == codec->afg)
4336 analog_loop_proc_hook(buffer, codec, 0xfa0);
4337}
4338
4339static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4340 struct hda_codec *codec, hda_nid_t nid)
4341{
4342 if (nid == codec->afg)
4343 analog_loop_proc_hook(buffer, codec, 0xfe0);
4344}
4345
4346static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4347 struct hda_codec *codec, hda_nid_t nid)
4348{
4349 if (nid == codec->afg)
4350 analog_loop_proc_hook(buffer, codec, 0xfeb);
4351}
4352#else
4353#define stac92hd_proc_hook NULL
4354#define stac92hd7x_proc_hook NULL
4355#define stac9205_proc_hook NULL
4356#define stac927x_proc_hook NULL
4357#endif
4358
Takashi Iwai2a439522011-07-26 09:52:50 +02004359#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004360static int stac_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004361{
Takashi Iwai36c9db72013-01-17 17:07:59 +01004362 stac_shutup(codec);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004363 return 0;
4364}
Takashi Iwai350eba432012-03-16 16:09:03 +01004365#else
Takashi Iwai36c9db72013-01-17 17:07:59 +01004366#define stac_suspend NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01004367#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004368
Takashi Iwai36c9db72013-01-17 17:07:59 +01004369static const struct hda_codec_ops stac_patch_ops = {
4370 .build_controls = snd_hda_gen_build_controls,
4371 .build_pcms = snd_hda_gen_build_pcms,
4372 .init = stac_init,
4373 .free = stac_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02004374 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02004375#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004376 .suspend = stac_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004377#endif
Takashi Iwai36c9db72013-01-17 17:07:59 +01004378 .reboot_notify = stac_shutup,
Matt2f2f4252005-04-13 14:45:30 +02004379};
4380
Takashi Iwai36c9db72013-01-17 17:07:59 +01004381static int alloc_stac_spec(struct hda_codec *codec)
Takashi Iwai361dab32012-05-09 14:35:27 +02004382{
4383 struct sigmatel_spec *spec;
4384
4385 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4386 if (!spec)
4387 return -ENOMEM;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004388 snd_hda_gen_spec_init(&spec->gen);
Takashi Iwai361dab32012-05-09 14:35:27 +02004389 codec->spec = spec;
4390 codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
Takashi Iwai361dab32012-05-09 14:35:27 +02004391 return 0;
4392}
4393
Matt2f2f4252005-04-13 14:45:30 +02004394static int patch_stac9200(struct hda_codec *codec)
4395{
4396 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004397 int err;
Matt2f2f4252005-04-13 14:45:30 +02004398
Takashi Iwai36c9db72013-01-17 17:07:59 +01004399 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004400 if (err < 0)
4401 return err;
Matt2f2f4252005-04-13 14:45:30 +02004402
Takashi Iwai361dab32012-05-09 14:35:27 +02004403 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004404 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004405 spec->gen.own_eapd_ctl = 1;
4406
4407 codec->patch_ops = stac_patch_ops;
Takashi Iwaiba615b82013-03-13 14:47:21 +01004408 codec->power_filter = snd_hda_codec_eapd_power_filter;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004409
4410 snd_hda_add_verbs(codec, stac9200_eapd_init);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004411
4412 snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
4413 stac9200_fixups);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004414 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai117f2572008-03-18 09:53:23 +01004415
Takashi Iwai36c9db72013-01-17 17:07:59 +01004416 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004417 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004418 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004419 return err;
4420 }
Matt2f2f4252005-04-13 14:45:30 +02004421
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004422 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4423
Matt2f2f4252005-04-13 14:45:30 +02004424 return 0;
4425}
4426
Tobin Davis8e21c342007-01-08 11:04:17 +01004427static int patch_stac925x(struct hda_codec *codec)
4428{
4429 struct sigmatel_spec *spec;
4430 int err;
4431
Takashi Iwai36c9db72013-01-17 17:07:59 +01004432 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004433 if (err < 0)
4434 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004435
Takashi Iwai361dab32012-05-09 14:35:27 +02004436 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004437 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004438 spec->gen.own_eapd_ctl = 1;
4439
4440 codec->patch_ops = stac_patch_ops;
4441
4442 snd_hda_add_verbs(codec, stac925x_core_init);
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004443
Takashi Iwaid2077d42013-01-14 14:20:16 +01004444 snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl,
4445 stac925x_fixups);
Takashi Iwaid2077d42013-01-14 14:20:16 +01004446 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4447
Takashi Iwai36c9db72013-01-17 17:07:59 +01004448 err = stac_parse_auto_config(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004449 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004450 stac_free(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004451 return err;
4452 }
4453
Takashi Iwaid2077d42013-01-14 14:20:16 +01004454 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4455
Tobin Davis8e21c342007-01-08 11:04:17 +01004456 return 0;
4457}
4458
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004459static int patch_stac92hd73xx(struct hda_codec *codec)
4460{
4461 struct sigmatel_spec *spec;
Takashi Iwai361dab32012-05-09 14:35:27 +02004462 int err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004463 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004464
Takashi Iwai36c9db72013-01-17 17:07:59 +01004465 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004466 if (err < 0)
4467 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004468
Takashi Iwai361dab32012-05-09 14:35:27 +02004469 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004470 spec->linear_tone_beep = 0;
Takashi Iwai27487462013-01-21 16:25:18 +01004471 spec->gen.mixer_nid = 0x1d;
Takashi Iwai42875472013-01-22 09:34:48 +01004472 spec->have_spdif_mux = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01004473
Takashi Iwai36c9db72013-01-17 17:07:59 +01004474 num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004475 if (num_dacs < 3 || num_dacs > 5) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01004476 codec_warn(codec,
4477 "Could not determine number of channels defaulting to DAC count\n");
Takashi Iwai36c9db72013-01-17 17:07:59 +01004478 num_dacs = 5;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004479 }
Takashi Iwai55e30142013-01-14 17:30:04 +01004480
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004481 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004482 case 0x3: /* 6 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004483 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004484 break;
4485 case 0x4: /* 8 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004486 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004487 break;
4488 case 0x5: /* 10 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004489 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01004490 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004491 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004492
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004493 spec->aloopback_mask = 0x01;
4494 spec->aloopback_shift = 8;
4495
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004496 spec->gen.beep_nid = 0x1c; /* digital beep */
Takashi Iwai6479c632009-07-28 18:20:25 +02004497
Takashi Iwai55e30142013-01-14 17:30:04 +01004498 /* GPIO0 High = Enable EAPD */
4499 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4500 spec->gpio_data = 0x01;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004501
Takashi Iwai55e30142013-01-14 17:30:04 +01004502 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004503
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004504 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4505 spec->pwr_nids = stac92hd73xx_pwr_nids;
4506
Takashi Iwai36c9db72013-01-17 17:07:59 +01004507 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004508 spec->gen.power_down_unused = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004509
4510 codec->patch_ops = stac_patch_ops;
4511
4512 snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl,
4513 stac92hd73xx_fixups);
Takashi Iwai55e30142013-01-14 17:30:04 +01004514 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4515
4516 if (!spec->volknob_init)
4517 snd_hda_add_verbs(codec, stac92hd73xx_core_init);
4518
Takashi Iwai36c9db72013-01-17 17:07:59 +01004519 err = stac_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004520 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004521 stac_free(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004522 return err;
4523 }
4524
David Henningsson303985f2013-03-14 15:28:29 +01004525 /* Don't GPIO-mute speakers if there are no internal speakers, because
4526 * the GPIO might be necessary for Headphone
4527 */
4528 if (spec->eapd_switch && !has_builtin_speaker(codec))
4529 spec->eapd_switch = 0;
4530
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004531 codec->proc_widget_hook = stac92hd7x_proc_hook;
4532
Takashi Iwai55e30142013-01-14 17:30:04 +01004533 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4534
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004535 return 0;
4536}
4537
Takashi Iwai372f8c72013-01-14 18:06:34 +01004538static void stac_setup_gpio(struct hda_codec *codec)
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004539{
Takashi Iwai372f8c72013-01-14 18:06:34 +01004540 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01004541
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004542 spec->gpio_mask |= spec->eapd_mask;
Takashi Iwaib4e81872009-11-18 17:20:24 +01004543 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004544 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004545 spec->gpio_mask |= spec->gpio_led;
4546 spec->gpio_dir |= spec->gpio_led;
4547 spec->gpio_data |= spec->gpio_led;
4548 } else {
Takashi Iwaidfc6e462014-01-13 16:09:57 +01004549 codec->power_filter = stac_vref_led_power_filter;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004550 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004551 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004552
Takashi Iwai62cbde12012-09-14 11:58:54 +02004553 if (spec->mic_mute_led_gpio) {
4554 spec->gpio_mask |= spec->mic_mute_led_gpio;
4555 spec->gpio_dir |= spec->mic_mute_led_gpio;
Takashi Iwai7fe30712014-01-30 17:59:02 +01004556 spec->mic_enabled = 0;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004557 spec->gpio_data |= spec->mic_mute_led_gpio;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004558
Takashi Iwaia90229e2013-01-18 14:10:00 +01004559 spec->gen.cap_sync_hook = stac_capture_led_hook;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004560 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01004561}
4562
4563static int patch_stac92hd83xxx(struct hda_codec *codec)
4564{
4565 struct sigmatel_spec *spec;
4566 int err;
4567
Takashi Iwai36c9db72013-01-17 17:07:59 +01004568 err = alloc_stac_spec(codec);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004569 if (err < 0)
4570 return err;
4571
4572 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004573
4574 spec = codec->spec;
4575 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004576 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004577 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004578 spec->gen.mixer_nid = 0x1b;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004579
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004580 spec->gen.beep_nid = 0x21; /* digital beep */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004581 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4582 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004583 spec->default_polarity = -1; /* no default cfg */
4584
4585 codec->patch_ops = stac_patch_ops;
4586
4587 snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004588
4589 snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl,
4590 stac92hd83xxx_fixups);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004591 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4592
4593 stac_setup_gpio(codec);
Takashi Iwai62cbde12012-09-14 11:58:54 +02004594
Takashi Iwai36c9db72013-01-17 17:07:59 +01004595 err = stac_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004596 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004597 stac_free(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004598 return err;
4599 }
4600
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004601 codec->proc_widget_hook = stac92hd_proc_hook;
4602
Takashi Iwai372f8c72013-01-14 18:06:34 +01004603 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4604
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004605 return 0;
4606}
4607
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004608static const hda_nid_t stac92hd95_pwr_nids[] = {
4609 0x0a, 0x0b, 0x0c, 0x0d
4610};
4611
4612static int patch_stac92hd95(struct hda_codec *codec)
4613{
4614 struct sigmatel_spec *spec;
4615 int err;
4616
4617 err = alloc_stac_spec(codec);
4618 if (err < 0)
4619 return err;
4620
4621 codec->epss = 0; /* longer delay needed for D3 */
4622
4623 spec = codec->spec;
4624 spec->linear_tone_beep = 0;
4625 spec->gen.own_eapd_ctl = 1;
4626 spec->gen.power_down_unused = 1;
4627
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004628 spec->gen.beep_nid = 0x19; /* digital beep */
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004629 spec->pwr_nids = stac92hd95_pwr_nids;
4630 spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids);
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004631 spec->default_polarity = 0;
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004632
4633 codec->patch_ops = stac_patch_ops;
4634
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004635 snd_hda_pick_fixup(codec, stac92hd95_models, stac92hd95_fixup_tbl,
4636 stac92hd95_fixups);
4637 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4638
4639 stac_setup_gpio(codec);
4640
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004641 err = stac_parse_auto_config(codec);
4642 if (err < 0) {
4643 stac_free(codec);
4644 return err;
4645 }
4646
4647 codec->proc_widget_hook = stac92hd_proc_hook;
4648
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004649 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4650
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004651 return 0;
4652}
4653
Matthew Ranostaye035b842007-11-06 11:53:55 +01004654static int patch_stac92hd71bxx(struct hda_codec *codec)
4655{
4656 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02004657 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Takashi Iwai361dab32012-05-09 14:35:27 +02004658 int err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004659
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;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004663
Takashi Iwai361dab32012-05-09 14:35:27 +02004664 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004665 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004666 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004667 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004668 spec->gen.mixer_nid = 0x17;
Takashi Iwai42875472013-01-22 09:34:48 +01004669 spec->have_spdif_mux = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004670
Takashi Iwai36c9db72013-01-17 17:07:59 +01004671 codec->patch_ops = stac_patch_ops;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004672
4673 /* GPIO0 = EAPD */
4674 spec->gpio_mask = 0x01;
4675 spec->gpio_dir = 0x01;
4676 spec->gpio_data = 0x01;
Takashi Iwai41c3b642008-11-18 10:45:15 +01004677
Matthew Ranostay541eee82007-12-14 12:08:04 +01004678 switch (codec->vendor_id) {
4679 case 0x111d76b6: /* 4 Port without Analog Mixer */
4680 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02004681 unmute_init++;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004682 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004683 case 0x111d7608: /* 5 Port with Analog Mixer */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004684 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004685 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004686 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004687
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004688 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004689 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01004690 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
4691 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004692 break;
4693 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004694 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004695 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004696
Takashi Iwai5207e102009-07-30 13:09:08 +02004697 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004698 }
4699
David Henningsson5e68fb32012-08-16 14:11:09 +02004700 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004701 snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
David Henningsson5e68fb32012-08-16 14:11:09 +02004702
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004703 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
4704 snd_hda_sequence_write_cache(codec, unmute_init);
4705
Takashi Iwai36c9db72013-01-17 17:07:59 +01004706 spec->aloopback_ctl = &stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004707 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004708 spec->aloopback_shift = 0;
4709
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004710 spec->powerdown_adcs = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004711 spec->gen.beep_nid = 0x26; /* digital beep */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004712 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004713 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004714
Takashi Iwai36c9db72013-01-17 17:07:59 +01004715 snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl,
4716 stac92hd71bxx_fixups);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004717 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01004718
Takashi Iwai372f8c72013-01-14 18:06:34 +01004719 stac_setup_gpio(codec);
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004720
Takashi Iwai36c9db72013-01-17 17:07:59 +01004721 err = stac_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004722 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004723 stac_free(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004724 return err;
4725 }
4726
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004727 codec->proc_widget_hook = stac92hd7x_proc_hook;
4728
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004729 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4730
Matthew Ranostaye035b842007-11-06 11:53:55 +01004731 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02004732}
Matthew Ranostaye035b842007-11-06 11:53:55 +01004733
Matt2f2f4252005-04-13 14:45:30 +02004734static int patch_stac922x(struct hda_codec *codec)
4735{
4736 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004737 int err;
Matt2f2f4252005-04-13 14:45:30 +02004738
Takashi Iwai36c9db72013-01-17 17:07:59 +01004739 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004740 if (err < 0)
4741 return err;
Matt2f2f4252005-04-13 14:45:30 +02004742
Takashi Iwai361dab32012-05-09 14:35:27 +02004743 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004744 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004745 spec->gen.own_eapd_ctl = 1;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004746
Takashi Iwai36c9db72013-01-17 17:07:59 +01004747 codec->patch_ops = stac_patch_ops;
Matt2f2f4252005-04-13 14:45:30 +02004748
Takashi Iwai0a427842013-01-14 15:20:13 +01004749 snd_hda_add_verbs(codec, stac922x_core_init);
4750
Takashi Iwai807a46362007-05-29 19:01:37 +02004751 /* Fix Mux capture level; max to 2 */
4752 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4753 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4754 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4755 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4756 (0 << AC_AMPCAP_MUTE_SHIFT));
4757
Takashi Iwai36c9db72013-01-17 17:07:59 +01004758 snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl,
4759 stac922x_fixups);
4760 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4761
4762 err = stac_parse_auto_config(codec);
4763 if (err < 0) {
4764 stac_free(codec);
4765 return err;
4766 }
4767
Takashi Iwai0a427842013-01-14 15:20:13 +01004768 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4769
Matt Porter3cc08dc2006-01-23 15:27:49 +01004770 return 0;
4771}
4772
Takashi Iwai42875472013-01-22 09:34:48 +01004773static const char * const stac927x_spdif_labels[] = {
4774 "Digital Playback", "ADAT", "Analog Mux 1",
4775 "Analog Mux 2", "Analog Mux 3", NULL
4776};
4777
Matt Porter3cc08dc2006-01-23 15:27:49 +01004778static int patch_stac927x(struct hda_codec *codec)
4779{
4780 struct sigmatel_spec *spec;
4781 int err;
4782
Takashi Iwai36c9db72013-01-17 17:07:59 +01004783 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004784 if (err < 0)
4785 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004786
Takashi Iwai361dab32012-05-09 14:35:27 +02004787 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004788 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004789 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004790 spec->have_spdif_mux = 1;
4791 spec->spdif_labels = stac927x_spdif_labels;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004792
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004793 spec->gen.beep_nid = 0x23; /* digital beep */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004794
Takashi Iwai29ac8362013-01-14 16:03:38 +01004795 /* GPIO0 High = Enable EAPD */
4796 spec->eapd_mask = spec->gpio_mask = 0x01;
4797 spec->gpio_dir = spec->gpio_data = 0x01;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02004798
Takashi Iwai36c9db72013-01-17 17:07:59 +01004799 spec->aloopback_ctl = &stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004800 spec->aloopback_mask = 0x40;
4801 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004802 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004803
Takashi Iwai36c9db72013-01-17 17:07:59 +01004804 codec->patch_ops = stac_patch_ops;
4805
4806 snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl,
4807 stac927x_fixups);
Takashi Iwaif6655d52013-01-17 08:49:01 +01004808 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4809
Takashi Iwai29ac8362013-01-14 16:03:38 +01004810 if (!spec->volknob_init)
4811 snd_hda_add_verbs(codec, stac927x_core_init);
4812
Takashi Iwai36c9db72013-01-17 17:07:59 +01004813 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004814 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004815 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004816 return err;
4817 }
Matt2f2f4252005-04-13 14:45:30 +02004818
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004819 codec->proc_widget_hook = stac927x_proc_hook;
4820
Takashi Iwai52987652008-01-16 16:09:47 +01004821 /*
4822 * !!FIXME!!
4823 * The STAC927x seem to require fairly long delays for certain
4824 * command sequences. With too short delays (even if the answer
4825 * is set to RIRB properly), it results in the silence output
4826 * on some hardwares like Dell.
4827 *
4828 * The below flag enables the longer delay (see get_response
4829 * in hda_intel.c).
4830 */
4831 codec->bus->needs_damn_long_delay = 1;
4832
Takashi Iwai29ac8362013-01-14 16:03:38 +01004833 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwaie28d8322008-12-17 13:48:29 +01004834
Matt2f2f4252005-04-13 14:45:30 +02004835 return 0;
4836}
4837
Matt Porterf3302a52006-07-31 12:49:34 +02004838static int patch_stac9205(struct hda_codec *codec)
4839{
4840 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004841 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004842
Takashi Iwai36c9db72013-01-17 17:07:59 +01004843 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004844 if (err < 0)
4845 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02004846
Takashi Iwai361dab32012-05-09 14:35:27 +02004847 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004848 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004849 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004850 spec->have_spdif_mux = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02004851
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004852 spec->gen.beep_nid = 0x23; /* digital beep */
Matt Porterf3302a52006-07-31 12:49:34 +02004853
Takashi Iwaife6322c2013-01-14 14:46:51 +01004854 snd_hda_add_verbs(codec, stac9205_core_init);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004855 spec->aloopback_ctl = &stac9205_loopback;
Takashi Iwai6479c632009-07-28 18:20:25 +02004856
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004857 spec->aloopback_mask = 0x40;
4858 spec->aloopback_shift = 0;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004859
Takashi Iwaife6322c2013-01-14 14:46:51 +01004860 /* GPIO0 High = EAPD */
4861 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4862 spec->gpio_data = 0x01;
Matt Porter33382402006-12-18 13:17:28 +01004863
Takashi Iwaife6322c2013-01-14 14:46:51 +01004864 /* Turn on/off EAPD per HP plugging */
4865 spec->eapd_switch = 1;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004866
Takashi Iwai36c9db72013-01-17 17:07:59 +01004867 codec->patch_ops = stac_patch_ops;
4868
4869 snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl,
4870 stac9205_fixups);
Takashi Iwaife6322c2013-01-14 14:46:51 +01004871 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Matthew Ranostay87d48362007-07-17 11:52:24 +02004872
Takashi Iwai36c9db72013-01-17 17:07:59 +01004873 err = stac_parse_auto_config(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004874 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004875 stac_free(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004876 return err;
4877 }
4878
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004879 codec->proc_widget_hook = stac9205_proc_hook;
4880
Takashi Iwaife6322c2013-01-14 14:46:51 +01004881 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4882
Matt Porterf3302a52006-07-31 12:49:34 +02004883 return 0;
4884}
4885
Matt2f2f4252005-04-13 14:45:30 +02004886/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004887 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004888 */
4889
Takashi Iwai2b635362011-05-02 12:33:43 +02004890static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02004891 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004892 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4893 {}
4894};
4895
Takashi Iwaifc268c12013-01-14 14:29:36 +01004896static const struct hda_pintbl stac9872_vaio_pin_configs[] = {
4897 { 0x0a, 0x03211020 },
4898 { 0x0b, 0x411111f0 },
4899 { 0x0c, 0x411111f0 },
4900 { 0x0d, 0x03a15030 },
4901 { 0x0e, 0x411111f0 },
4902 { 0x0f, 0x90170110 },
4903 { 0x11, 0x411111f0 },
4904 { 0x13, 0x411111f0 },
4905 { 0x14, 0x90a7013e },
4906 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004907};
4908
Takashi Iwaifc268c12013-01-14 14:29:36 +01004909static const struct hda_model_fixup stac9872_models[] = {
4910 { .id = STAC_9872_VAIO, .name = "vaio" },
4911 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004912};
4913
Takashi Iwaifc268c12013-01-14 14:29:36 +01004914static const struct hda_fixup stac9872_fixups[] = {
4915 [STAC_9872_VAIO] = {
4916 .type = HDA_FIXUP_PINS,
4917 .v.pins = stac9872_vaio_pin_configs,
4918 },
Takashi Iwai307282c2009-03-12 18:17:58 +01004919};
4920
Takashi Iwaifc268c12013-01-14 14:29:36 +01004921static const struct snd_pci_quirk stac9872_fixup_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02004922 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
4923 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01004924 {} /* terminator */
4925};
4926
Guillaume Munch6d859062006-08-22 17:15:47 +02004927static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01004928{
4929 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01004930 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01004931
Takashi Iwai36c9db72013-01-17 17:07:59 +01004932 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004933 if (err < 0)
4934 return err;
4935
4936 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004937 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004938 spec->gen.own_eapd_ctl = 1;
4939
4940 codec->patch_ops = stac_patch_ops;
4941
4942 snd_hda_add_verbs(codec, stac9872_core_init);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004943
Takashi Iwaifc268c12013-01-14 14:29:36 +01004944 snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl,
4945 stac9872_fixups);
Takashi Iwaifc268c12013-01-14 14:29:36 +01004946 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004947
Takashi Iwai36c9db72013-01-17 17:07:59 +01004948 err = stac_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004949 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004950 stac_free(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004951 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004952 }
Takashi Iwaifc268c12013-01-14 14:29:36 +01004953
4954 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4955
Takashi Iwaidb064e52006-03-16 16:04:58 +01004956 return 0;
4957}
4958
4959
4960/*
Matt2f2f4252005-04-13 14:45:30 +02004961 * patch entries
4962 */
Takashi Iwai2b635362011-05-02 12:33:43 +02004963static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02004964 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
4965 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
4966 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
4967 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
4968 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
4969 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
4970 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02004971 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
4972 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
4973 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
4974 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
4975 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
4976 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01004977 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
4978 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
4979 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
4980 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
4981 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
4982 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
4983 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
4984 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
4985 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
4986 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01004987 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
4988 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
4989 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
4990 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
4991 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
4992 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02004993 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
4994 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02004995 /* The following does not take into account .id=0x83847661 when subsys =
4996 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
4997 * currently not fully supported.
4998 */
4999 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5000 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5001 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01005002 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02005003 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5004 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5005 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5006 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5007 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5008 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5009 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5010 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005011 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005012 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01005013 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005014 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005015 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02005016 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
5017 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01005018 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
5019 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
5020 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
5021 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005022 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005023 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5024 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005025 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06005026 { .id = 0x111d7695, .name = "92HD95", .patch = patch_stac92hd95 },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005027 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5028 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5029 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5030 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5031 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5032 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5033 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5034 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02005035 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
5036 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
5037 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
5038 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
5039 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
5040 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
5041 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
5042 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
5043 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
5044 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
5045 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
5046 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
5047 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
5048 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
5049 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02005050 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005051 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005052 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
5053 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005054 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01005055 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
5056 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
5057 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
5058 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
5059 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
5060 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
5061 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
5062 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
5063 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
5064 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
5065 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
5066 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02005067 {} /* terminator */
5068};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005069
5070MODULE_ALIAS("snd-hda-codec-id:8384*");
5071MODULE_ALIAS("snd-hda-codec-id:111d*");
5072
5073MODULE_LICENSE("GPL");
5074MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5075
5076static struct hda_codec_preset_list sigmatel_list = {
5077 .preset = snd_hda_preset_sigmatel,
5078 .owner = THIS_MODULE,
5079};
5080
5081static int __init patch_sigmatel_init(void)
5082{
5083 return snd_hda_add_codec_preset(&sigmatel_list);
5084}
5085
5086static void __exit patch_sigmatel_exit(void)
5087{
5088 snd_hda_delete_codec_preset(&sigmatel_list);
5089}
5090
5091module_init(patch_sigmatel_init)
5092module_exit(patch_sigmatel_exit)