blob: d1a6d20ace0da42d18cc6c786b8fbb6e276f4948 [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>
Matt2f2f4252005-04-13 14:45:30 +020035#include "hda_codec.h"
36#include "hda_local.h"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020037#include "hda_auto_parser.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020038#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020039#include "hda_jack.h"
Takashi Iwai36c9db72013-01-17 17:07:59 +010040#include "hda_generic.h"
Matt2f2f4252005-04-13 14:45:30 +020041
Takashi Iwaic6e4c662008-11-25 11:58:19 +010042enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +010043 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010044 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020045 STAC_9200_DELL_D21,
46 STAC_9200_DELL_D22,
47 STAC_9200_DELL_D23,
48 STAC_9200_DELL_M21,
49 STAC_9200_DELL_M22,
50 STAC_9200_DELL_M23,
51 STAC_9200_DELL_M24,
52 STAC_9200_DELL_M25,
53 STAC_9200_DELL_M26,
54 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020055 STAC_9200_M4,
56 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010057 STAC_9200_PANASONIC,
Takashi Iwaid39a3ae2013-01-14 14:06:26 +010058 STAC_9200_EAPD_INIT,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010059 STAC_9200_MODELS
60};
61
62enum {
63 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020064 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020065 STAC_9205_DELL_M43,
66 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010067 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010068 STAC_9205_MODELS
69};
70
71enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010072 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010073 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080074 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010075 STAC_DELL_M6_AMIC,
76 STAC_DELL_M6_DMIC,
77 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050078 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020079 STAC_ALIENWARE_M17X,
Michael Pobegabeac87d2018-10-04 14:58:21 -040080 STAC_ELO_VUPOINT_15MX,
Hui Wang1de7ca52014-02-20 11:47:21 +080081 STAC_92HD89XX_HP_FRONT_JACK,
Hui Wang74408502014-07-30 11:11:48 +080082 STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK,
Takashi Iwai64264602015-02-19 13:01:37 +010083 STAC_92HD73XX_ASUS_MOBO,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010084 STAC_92HD73XX_MODELS
85};
86
87enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020088 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050089 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050090 STAC_DELL_S14,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +010091 STAC_DELL_VOSTRO_3500,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -050092 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -060093 STAC_HP_DV7_4000,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -060094 STAC_HP_ZEPHYR,
Takashi Iwaia3e19972012-07-26 08:17:20 +020095 STAC_92HD83XXX_HP_LED,
Takashi Iwaiff8a1e22012-07-31 10:16:59 +020096 STAC_92HD83XXX_HP_INV_LED,
Takashi Iwai62cbde12012-09-14 11:58:54 +020097 STAC_92HD83XXX_HP_MIC_LED,
Takashi Iwai37c367e2014-02-24 15:23:10 +010098 STAC_HP_LED_GPIO10,
David Henningsson8d032a82012-10-09 12:48:40 +020099 STAC_92HD83XXX_HEADSET_JACK,
Takashi Iwai372f8c72013-01-14 18:06:34 +0100100 STAC_92HD83XXX_HP,
Takashi Iwai49920422013-01-18 14:28:07 +0100101 STAC_HP_ENVY_BASS,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -0600102 STAC_HP_BNB13_EQ,
Takashi Iwai8695a002014-07-15 16:52:40 +0200103 STAC_HP_ENVY_TS_BASS,
Hui Wang6ab42ff2015-06-15 17:43:39 +0800104 STAC_HP_ENVY_TS_DAC_BIND,
Takashi Iwai4227de22015-02-05 12:23:33 +0100105 STAC_92HD83XXX_GPIO10_EAPD,
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 Ranostay4fe51952008-01-29 15:28:44 +0100192 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200193 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-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 Ranostay4fe51952008-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 Ranostay4fe51952008-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;
Takashi Iwai7639a062015-03-03 10:07:24 +0100304 hda_nid_t fg = codec->core.afg;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100305
Takashi Iwai4e76a882014-02-25 12:21:03 +0100306 codec_dbg(codec, "%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100307
Takashi Iwai7639a062015-03-03 10:07:24 +0100308 gpiostate = snd_hda_codec_read(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100309 AC_VERB_GET_GPIO_DATA, 0);
310 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
311
Takashi Iwai7639a062015-03-03 10:07:24 +0100312 gpiomask = snd_hda_codec_read(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100313 AC_VERB_GET_GPIO_MASK, 0);
314 gpiomask |= mask;
315
Takashi Iwai7639a062015-03-03 10:07:24 +0100316 gpiodir = snd_hda_codec_read(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100317 AC_VERB_GET_GPIO_DIRECTION, 0);
318 gpiodir |= dir_mask;
319
320 /* Configure GPIOx as CMOS */
Takashi Iwai7639a062015-03-03 10:07:24 +0100321 snd_hda_codec_write(codec, fg, 0, 0x7e7, 0);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100322
Takashi Iwai7639a062015-03-03 10:07:24 +0100323 snd_hda_codec_write(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100324 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai7639a062015-03-03 10:07:24 +0100325 snd_hda_codec_read(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100326 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
327
328 msleep(1);
329
Takashi Iwai7639a062015-03-03 10:07:24 +0100330 snd_hda_codec_read(codec, fg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100331 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
332}
333
334/* hook for controlling mic-mute LED GPIO */
Takashi Iwaia90229e2013-01-18 14:10:00 +0100335static void stac_capture_led_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +0100336 struct snd_kcontrol *kcontrol,
337 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100338{
339 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai7fe30712014-01-30 17:59:02 +0100340 unsigned int mask;
341 bool cur_mute, prev_mute;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100342
Takashi Iwai7fe30712014-01-30 17:59:02 +0100343 if (!kcontrol || !ucontrol)
Takashi Iwaia90229e2013-01-18 14:10:00 +0100344 return;
345
Takashi Iwai7fe30712014-01-30 17:59:02 +0100346 mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
347 prev_mute = !spec->mic_enabled;
348 if (ucontrol->value.integer.value[0] ||
349 ucontrol->value.integer.value[1])
350 spec->mic_enabled |= mask;
351 else
352 spec->mic_enabled &= ~mask;
353 cur_mute = !spec->mic_enabled;
354 if (cur_mute != prev_mute) {
355 if (cur_mute)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100356 spec->gpio_data |= spec->mic_mute_led_gpio;
357 else
358 spec->gpio_data &= ~spec->mic_mute_led_gpio;
359 stac_gpio_set(codec, spec->gpio_mask,
360 spec->gpio_dir, spec->gpio_data);
361 }
Matthew Ranostayd9737752008-09-07 12:03:41 +0200362}
363
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500364static int stac_vrefout_set(struct hda_codec *codec,
365 hda_nid_t nid, unsigned int new_vref)
366{
367 int error, pinctl;
368
Takashi Iwai4e76a882014-02-25 12:21:03 +0100369 codec_dbg(codec, "%s, nid %x ctl %x\n", __func__, nid, new_vref);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500370 pinctl = snd_hda_codec_read(codec, nid, 0,
371 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
372
373 if (pinctl < 0)
374 return pinctl;
375
376 pinctl &= 0xff;
377 pinctl &= ~AC_PINCTL_VREFEN;
378 pinctl |= (new_vref & AC_PINCTL_VREFEN);
379
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200380 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500381 if (error < 0)
382 return error;
383
384 return 1;
385}
386
Takashi Iwaidfc6e462014-01-13 16:09:57 +0100387/* prevent codec AFG to D3 state when vref-out pin is used for mute LED */
388/* this hook is set in stac_setup_gpio() */
389static unsigned int stac_vref_led_power_filter(struct hda_codec *codec,
390 hda_nid_t nid,
391 unsigned int power_state)
392{
Takashi Iwai7639a062015-03-03 10:07:24 +0100393 if (nid == codec->core.afg && power_state == AC_PWRST_D3)
Takashi Iwaidfc6e462014-01-13 16:09:57 +0100394 return AC_PWRST_D1;
395 return snd_hda_gen_path_power_filter(codec, nid, power_state);
396}
397
Takashi Iwai36c9db72013-01-17 17:07:59 +0100398/* update mute-LED accoring to the master switch */
399static void stac_update_led_status(struct hda_codec *codec, int enabled)
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200400{
Matt2f2f4252005-04-13 14:45:30 +0200401 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100402 int muted = !enabled;
Matt2f2f4252005-04-13 14:45:30 +0200403
Takashi Iwai36c9db72013-01-17 17:07:59 +0100404 if (!spec->gpio_led)
405 return;
Matt2f2f4252005-04-13 14:45:30 +0200406
Takashi Iwai36c9db72013-01-17 17:07:59 +0100407 /* LED state is inverted on these systems */
408 if (spec->gpio_led_polarity)
409 muted = !muted;
Matt2f2f4252005-04-13 14:45:30 +0200410
Takashi Iwai36c9db72013-01-17 17:07:59 +0100411 if (!spec->vref_mute_led_nid) {
412 if (muted)
413 spec->gpio_data |= spec->gpio_led;
414 else
415 spec->gpio_data &= ~spec->gpio_led;
416 stac_gpio_set(codec, spec->gpio_mask,
417 spec->gpio_dir, spec->gpio_data);
Takashi Iwai5207e102009-07-30 13:09:08 +0200418 } else {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100419 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
420 stac_vrefout_set(codec, spec->vref_mute_led_nid,
421 spec->vref_led);
Takashi Iwai5207e102009-07-30 13:09:08 +0200422 }
Matt2f2f4252005-04-13 14:45:30 +0200423}
424
Takashi Iwai36c9db72013-01-17 17:07:59 +0100425/* vmaster hook to update mute LED */
426static void stac_vmaster_hook(void *private_data, int val)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100427{
Takashi Iwai36c9db72013-01-17 17:07:59 +0100428 stac_update_led_status(private_data, val);
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100429}
430
Takashi Iwai36c9db72013-01-17 17:07:59 +0100431/* automute hook to handle GPIO mute and EAPD updates */
432static void stac_update_outputs(struct hda_codec *codec)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100433{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100434 struct sigmatel_spec *spec = codec->spec;
435
Takashi Iwai36c9db72013-01-17 17:07:59 +0100436 if (spec->gpio_mute)
437 spec->gen.master_mute =
Takashi Iwai7639a062015-03-03 10:07:24 +0100438 !(snd_hda_codec_read(codec, codec->core.afg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100439 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
440
441 snd_hda_gen_update_outputs(codec);
442
443 if (spec->eapd_mask && spec->eapd_switch) {
444 unsigned int val = spec->gpio_data;
445 if (spec->gen.speaker_muted)
446 val &= ~spec->eapd_mask;
447 else
448 val |= spec->eapd_mask;
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200449 if (spec->gpio_data != val) {
450 spec->gpio_data = val;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100451 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir,
452 val);
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200453 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100454 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100455}
456
Takashi Iwai36c9db72013-01-17 17:07:59 +0100457static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
458 bool enable, bool do_write)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100459{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100460 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100461 unsigned int idx, val;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100462
Takashi Iwai36c9db72013-01-17 17:07:59 +0100463 for (idx = 0; idx < spec->num_pwrs; idx++) {
464 if (spec->pwr_nids[idx] == nid)
465 break;
466 }
467 if (idx >= spec->num_pwrs)
468 return;
469
470 idx = 1 << idx;
471
472 val = spec->power_map_bits;
473 if (enable)
474 val &= ~idx;
475 else
476 val |= idx;
477
478 /* power down unused output ports */
479 if (val != spec->power_map_bits) {
480 spec->power_map_bits = val;
481 if (do_write)
Takashi Iwai7639a062015-03-03 10:07:24 +0100482 snd_hda_codec_write(codec, codec->core.afg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100483 AC_VERB_IDT_SET_POWER_MAP, val);
484 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100485}
486
Takashi Iwai36c9db72013-01-17 17:07:59 +0100487/* update power bit per jack plug/unplug */
488static void jack_update_power(struct hda_codec *codec,
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200489 struct hda_jack_callback *jack)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100490{
491 struct sigmatel_spec *spec = codec->spec;
492 int i;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200493
Takashi Iwai36c9db72013-01-17 17:07:59 +0100494 if (!spec->num_pwrs)
495 return;
496
Takashi Iwai2ebab402016-02-09 10:23:52 +0100497 if (jack && jack->nid) {
498 stac_toggle_power_map(codec, jack->nid,
499 snd_hda_jack_detect(codec, jack->nid),
Takashi Iwai36c9db72013-01-17 17:07:59 +0100500 true);
501 return;
502 }
503
504 /* update all jacks */
505 for (i = 0; i < spec->num_pwrs; i++) {
506 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200507 if (!snd_hda_jack_tbl_get(codec, nid))
Takashi Iwai36c9db72013-01-17 17:07:59 +0100508 continue;
Takashi Iwai62f949b2014-09-11 14:06:53 +0200509 stac_toggle_power_map(codec, nid,
510 snd_hda_jack_detect(codec, nid),
511 false);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100512 }
513
Takashi Iwai7639a062015-03-03 10:07:24 +0100514 snd_hda_codec_write(codec, codec->core.afg, 0,
515 AC_VERB_IDT_SET_POWER_MAP,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100516 spec->power_map_bits);
517}
518
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200519static void stac_vref_event(struct hda_codec *codec,
520 struct hda_jack_callback *event)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100521{
522 unsigned int data;
523
Takashi Iwai7639a062015-03-03 10:07:24 +0100524 data = snd_hda_codec_read(codec, codec->core.afg, 0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100525 AC_VERB_GET_GPIO_DATA, 0);
526 /* toggle VREF state based on GPIOx status */
Takashi Iwai7639a062015-03-03 10:07:24 +0100527 snd_hda_codec_write(codec, codec->core.afg, 0, 0x7e0,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100528 !!(data & (1 << event->private_data)));
529}
530
531/* initialize the power map and enable the power event to jacks that
532 * haven't been assigned to automute
533 */
534static void stac_init_power_map(struct hda_codec *codec)
535{
536 struct sigmatel_spec *spec = codec->spec;
537 int i;
538
539 for (i = 0; i < spec->num_pwrs; i++) {
540 hda_nid_t nid = spec->pwr_nids[i];
541 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
542 def_conf = get_defcfg_connect(def_conf);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100543 if (def_conf == AC_JACK_PORT_COMPLEX &&
Takashi Iwai7a9744c2014-09-11 12:59:21 +0200544 spec->vref_mute_led_nid != nid &&
545 is_jack_detectable(codec, nid)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100546 snd_hda_jack_detect_enable_callback(codec, nid,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100547 jack_update_power);
548 } else {
549 if (def_conf == AC_JACK_PORT_NONE)
550 stac_toggle_power_map(codec, nid, false, false);
551 else
552 stac_toggle_power_map(codec, nid, true, false);
553 }
554 }
555}
556
557/*
558 */
559
560static inline bool get_int_hint(struct hda_codec *codec, const char *key,
561 int *valp)
562{
563 return !snd_hda_get_int_hint(codec, key, valp);
564}
565
566/* override some hints from the hwdep entry */
567static void stac_store_hints(struct hda_codec *codec)
568{
569 struct sigmatel_spec *spec = codec->spec;
570 int val;
571
572 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
573 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
574 spec->gpio_mask;
575 }
576 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
Takashi Iwai36c9db72013-01-17 17:07:59 +0100577 spec->gpio_dir &= spec->gpio_mask;
Takashi Iwaic507de82015-01-05 13:27:33 +0100578 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
579 spec->gpio_data &= spec->gpio_mask;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100580 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
581 spec->eapd_mask &= spec->gpio_mask;
582 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
583 spec->gpio_mute &= spec->gpio_mask;
584 val = snd_hda_get_bool_hint(codec, "eapd_switch");
585 if (val >= 0)
586 spec->eapd_switch = val;
587}
588
589/*
590 * loopback controls
591 */
592
593#define stac_aloopback_info snd_ctl_boolean_mono_info
594
595static int stac_aloopback_get(struct snd_kcontrol *kcontrol,
596 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200597{
598 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100599 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200600 struct sigmatel_spec *spec = codec->spec;
601
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100602 ucontrol->value.integer.value[0] = !!(spec->aloopback &
603 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200604 return 0;
605}
606
Takashi Iwai36c9db72013-01-17 17:07:59 +0100607static int stac_aloopback_put(struct snd_kcontrol *kcontrol,
608 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200609{
610 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
611 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100612 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200613 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100614 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200615
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100616 idx_val = spec->aloopback_mask << idx;
617 if (ucontrol->value.integer.value[0])
618 val = spec->aloopback | idx_val;
619 else
620 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100621 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200622 return 0;
623
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100624 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200625
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100626 /* Only return the bits defined by the shift value of the
627 * first two bytes of the mask
628 */
Takashi Iwai7639a062015-03-03 10:07:24 +0100629 dac_mode = snd_hda_codec_read(codec, codec->core.afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100630 kcontrol->private_value & 0xFFFF, 0x0);
631 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200632
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100633 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200634 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100635 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200636 } else {
637 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100638 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200639 }
640
Takashi Iwai7639a062015-03-03 10:07:24 +0100641 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200642 kcontrol->private_value >> 16, dac_mode);
643
644 return 1;
645}
646
Takashi Iwai36c9db72013-01-17 17:07:59 +0100647#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
648 { \
649 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
650 .name = "Analog Loopback", \
651 .count = cnt, \
652 .info = stac_aloopback_info, \
653 .get = stac_aloopback_get, \
654 .put = stac_aloopback_put, \
655 .private_value = verb_read | (verb_write << 16), \
656 }
657
658/*
659 * Mute LED handling on HP laptops
660 */
661
662/* check whether it's a HP laptop with a docking port */
663static bool hp_bnb2011_with_dock(struct hda_codec *codec)
664{
Takashi Iwai7639a062015-03-03 10:07:24 +0100665 if (codec->core.vendor_id != 0x111d7605 &&
666 codec->core.vendor_id != 0x111d76d1)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100667 return false;
668
Takashi Iwai7639a062015-03-03 10:07:24 +0100669 switch (codec->core.subsystem_id) {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100670 case 0x103c1618:
671 case 0x103c1619:
672 case 0x103c161a:
673 case 0x103c161b:
674 case 0x103c161c:
675 case 0x103c161d:
676 case 0x103c161e:
677 case 0x103c161f:
678
679 case 0x103c162a:
680 case 0x103c162b:
681
682 case 0x103c1630:
683 case 0x103c1631:
684
685 case 0x103c1633:
686 case 0x103c1634:
687 case 0x103c1635:
688
689 case 0x103c3587:
690 case 0x103c3588:
691 case 0x103c3589:
692 case 0x103c358a:
693
694 case 0x103c3667:
695 case 0x103c3668:
696 case 0x103c3669:
697
698 return true;
699 }
700 return false;
701}
702
703static bool hp_blike_system(u32 subsystem_id)
704{
705 switch (subsystem_id) {
Takashi Iwaic932b982015-11-04 22:39:16 +0100706 case 0x103c1473: /* HP ProBook 6550b */
Takashi Iwai36c9db72013-01-17 17:07:59 +0100707 case 0x103c1520:
708 case 0x103c1521:
709 case 0x103c1523:
710 case 0x103c1524:
711 case 0x103c1525:
712 case 0x103c1722:
713 case 0x103c1723:
714 case 0x103c1724:
715 case 0x103c1725:
716 case 0x103c1726:
717 case 0x103c1727:
718 case 0x103c1728:
719 case 0x103c1729:
720 case 0x103c172a:
721 case 0x103c172b:
722 case 0x103c307e:
723 case 0x103c307f:
724 case 0x103c3080:
725 case 0x103c3081:
726 case 0x103c7007:
727 case 0x103c7008:
728 return true;
729 }
730 return false;
731}
732
733static void set_hp_led_gpio(struct hda_codec *codec)
734{
735 struct sigmatel_spec *spec = codec->spec;
736 unsigned int gpio;
737
738 if (spec->gpio_led)
739 return;
740
Takashi Iwai7639a062015-03-03 10:07:24 +0100741 gpio = snd_hda_param_read(codec, codec->core.afg, AC_PAR_GPIO_CAP);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100742 gpio &= AC_GPIO_IO_COUNT;
743 if (gpio > 3)
744 spec->gpio_led = 0x08; /* GPIO 3 */
745 else
746 spec->gpio_led = 0x01; /* GPIO 0 */
747}
748
749/*
750 * This method searches for the mute LED GPIO configuration
751 * provided as OEM string in SMBIOS. The format of that string
752 * is HP_Mute_LED_P_G or HP_Mute_LED_P
753 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
754 * that corresponds to the NOT muted state of the master volume
755 * and G is the index of the GPIO to use as the mute LED control (0..9)
756 * If _G portion is missing it is assigned based on the codec ID
757 *
758 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
759 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
760 *
761 *
762 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
763 * SMBIOS - at least the ones I have seen do not have them - which include
764 * my own system (HP Pavilion dv6-1110ax) and my cousin's
765 * HP Pavilion dv9500t CTO.
766 * Need more information on whether it is true across the entire series.
767 * -- kunal
768 */
769static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
770{
771 struct sigmatel_spec *spec = codec->spec;
772 const struct dmi_device *dev = NULL;
773
774 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
775 get_int_hint(codec, "gpio_led_polarity",
776 &spec->gpio_led_polarity);
777 return 1;
778 }
779
780 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
Toralf Förstere7fc4962014-05-20 19:19:24 +0200781 if (sscanf(dev->name, "HP_Mute_LED_%u_%x",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100782 &spec->gpio_led_polarity,
783 &spec->gpio_led) == 2) {
784 unsigned int max_gpio;
Takashi Iwai7639a062015-03-03 10:07:24 +0100785 max_gpio = snd_hda_param_read(codec, codec->core.afg,
Takashi Iwai36c9db72013-01-17 17:07:59 +0100786 AC_PAR_GPIO_CAP);
787 max_gpio &= AC_GPIO_IO_COUNT;
788 if (spec->gpio_led < max_gpio)
789 spec->gpio_led = 1 << spec->gpio_led;
790 else
791 spec->vref_mute_led_nid = spec->gpio_led;
792 return 1;
793 }
Toralf Förstere7fc4962014-05-20 19:19:24 +0200794 if (sscanf(dev->name, "HP_Mute_LED_%u",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100795 &spec->gpio_led_polarity) == 1) {
796 set_hp_led_gpio(codec);
797 return 1;
798 }
799 /* BIOS bug: unfilled OEM string */
800 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
801 set_hp_led_gpio(codec);
802 if (default_polarity >= 0)
803 spec->gpio_led_polarity = default_polarity;
804 else
805 spec->gpio_led_polarity = 1;
806 return 1;
807 }
808 }
809
810 /*
811 * Fallback case - if we don't find the DMI strings,
812 * we statically set the GPIO - if not a B-series system
813 * and default polarity is provided
814 */
Takashi Iwai7639a062015-03-03 10:07:24 +0100815 if (!hp_blike_system(codec->core.subsystem_id) &&
Takashi Iwai36c9db72013-01-17 17:07:59 +0100816 (default_polarity == 0 || default_polarity == 1)) {
817 set_hp_led_gpio(codec);
818 spec->gpio_led_polarity = default_polarity;
819 return 1;
820 }
821 return 0;
822}
823
David Henningsson303985f2013-03-14 15:28:29 +0100824/* check whether a built-in speaker is included in parsed pins */
825static bool has_builtin_speaker(struct hda_codec *codec)
826{
827 struct sigmatel_spec *spec = codec->spec;
828 hda_nid_t *nid_pin;
829 int nids, i;
830
831 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
832 nid_pin = spec->gen.autocfg.line_out_pins;
833 nids = spec->gen.autocfg.line_outs;
834 } else {
835 nid_pin = spec->gen.autocfg.speaker_pins;
836 nids = spec->gen.autocfg.speaker_outs;
837 }
838
839 for (i = 0; i < nids; i++) {
840 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
841 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
842 return true;
843 }
844 return false;
845}
846
Takashi Iwai36c9db72013-01-17 17:07:59 +0100847/*
848 * PC beep controls
849 */
850
851/* create PC beep volume controls */
852static int stac_auto_create_beep_ctls(struct hda_codec *codec,
853 hda_nid_t nid)
854{
855 struct sigmatel_spec *spec = codec->spec;
856 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
857 struct snd_kcontrol_new *knew;
858 static struct snd_kcontrol_new abeep_mute_ctl =
859 HDA_CODEC_MUTE(NULL, 0, 0, 0);
860 static struct snd_kcontrol_new dbeep_mute_ctl =
861 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0);
862 static struct snd_kcontrol_new beep_vol_ctl =
863 HDA_CODEC_VOLUME(NULL, 0, 0, 0);
864
865 /* check for mute support for the the amp */
866 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
867 const struct snd_kcontrol_new *temp;
868 if (spec->anabeep_nid == nid)
869 temp = &abeep_mute_ctl;
870 else
871 temp = &dbeep_mute_ctl;
872 knew = snd_hda_gen_add_kctl(&spec->gen,
873 "Beep Playback Switch", temp);
874 if (!knew)
875 return -ENOMEM;
876 knew->private_value =
877 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
878 }
879
880 /* check to see if there is volume support for the amp */
881 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
882 knew = snd_hda_gen_add_kctl(&spec->gen,
883 "Beep Playback Volume",
884 &beep_vol_ctl);
885 if (!knew)
886 return -ENOMEM;
887 knew->private_value =
888 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
889 }
890 return 0;
891}
892
893#ifdef CONFIG_SND_HDA_INPUT_BEEP
894#define stac_dig_beep_switch_info snd_ctl_boolean_mono_info
895
896static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
897 struct snd_ctl_elem_value *ucontrol)
898{
899 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
900 ucontrol->value.integer.value[0] = codec->beep->enabled;
901 return 0;
902}
903
904static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
905 struct snd_ctl_elem_value *ucontrol)
906{
907 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
908 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
909}
910
911static const struct snd_kcontrol_new stac_dig_beep_ctrl = {
912 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
913 .name = "Beep Playback Switch",
914 .info = stac_dig_beep_switch_info,
915 .get = stac_dig_beep_switch_get,
916 .put = stac_dig_beep_switch_put,
917};
918
919static int stac_beep_switch_ctl(struct hda_codec *codec)
920{
921 struct sigmatel_spec *spec = codec->spec;
922
923 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl))
924 return -ENOMEM;
925 return 0;
926}
927#endif
928
929/*
Takashi Iwai42875472013-01-22 09:34:48 +0100930 * SPDIF-out mux controls
931 */
932
933static int stac_smux_enum_info(struct snd_kcontrol *kcontrol,
934 struct snd_ctl_elem_info *uinfo)
935{
936 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
937 struct sigmatel_spec *spec = codec->spec;
938 return snd_hda_input_mux_info(&spec->spdif_mux, uinfo);
939}
940
941static int stac_smux_enum_get(struct snd_kcontrol *kcontrol,
942 struct snd_ctl_elem_value *ucontrol)
943{
944 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
945 struct sigmatel_spec *spec = codec->spec;
946 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
947
948 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
949 return 0;
950}
951
952static int stac_smux_enum_put(struct snd_kcontrol *kcontrol,
953 struct snd_ctl_elem_value *ucontrol)
954{
955 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
956 struct sigmatel_spec *spec = codec->spec;
957 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
958
959 return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol,
960 spec->gen.autocfg.dig_out_pins[smux_idx],
961 &spec->cur_smux[smux_idx]);
962}
963
964static struct snd_kcontrol_new stac_smux_mixer = {
965 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
966 .name = "IEC958 Playback Source",
967 /* count set later */
968 .info = stac_smux_enum_info,
969 .get = stac_smux_enum_get,
970 .put = stac_smux_enum_put,
971};
972
973static const char * const stac_spdif_labels[] = {
974 "Digital Playback", "Analog Mux 1", "Analog Mux 2", NULL
975};
976
977static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
978{
979 struct sigmatel_spec *spec = codec->spec;
980 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
981 const char * const *labels = spec->spdif_labels;
982 struct snd_kcontrol_new *kctl;
983 int i, num_cons;
984
985 if (cfg->dig_outs < 1)
986 return 0;
987
988 num_cons = snd_hda_get_num_conns(codec, cfg->dig_out_pins[0]);
989 if (num_cons <= 1)
990 return 0;
991
992 if (!labels)
993 labels = stac_spdif_labels;
994 for (i = 0; i < num_cons; i++) {
995 if (snd_BUG_ON(!labels[i]))
996 return -EINVAL;
Takashi Iwai6194b992014-06-06 18:12:16 +0200997 snd_hda_add_imux_item(codec, &spec->spdif_mux, labels[i], i, NULL);
Takashi Iwai42875472013-01-22 09:34:48 +0100998 }
999
1000 kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer);
1001 if (!kctl)
1002 return -ENOMEM;
1003 kctl->count = cfg->dig_outs;
1004
1005 return 0;
1006}
1007
1008/*
Takashi Iwai36c9db72013-01-17 17:07:59 +01001009 */
1010
Takashi Iwai2b635362011-05-02 12:33:43 +02001011static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +02001012 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +02001013 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +02001014 {}
1015};
1016
Takashi Iwai2b635362011-05-02 12:33:43 +02001017static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001018 /* set dac0mux for dac converter */
1019 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1020 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1021 {}
1022};
1023
Takashi Iwai2b635362011-05-02 12:33:43 +02001024static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +01001025 /* set master volume to max value without distortion
1026 * and direct control */
1027 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +01001028 {}
1029};
1030
Takashi Iwai2b635362011-05-02 12:33:43 +02001031static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001032 /* set master volume and direct control */
1033 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001034 {}
1035};
1036
Takashi Iwai2b635362011-05-02 12:33:43 +02001037static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001038 /* power state controls amps */
1039 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001040 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001041};
1042
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001043static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1044 { 0x22, 0x785, 0x43 },
1045 { 0x22, 0x782, 0xe0 },
1046 { 0x22, 0x795, 0x00 },
1047 {}
1048};
1049
Takashi Iwai2b635362011-05-02 12:33:43 +02001050static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001051 /* set master volume and direct control */
1052 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001053 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +01001054};
1055
Takashi Iwaia551d912015-02-26 12:34:49 +01001056static const hda_nid_t stac92hd71bxx_unmute_nids[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05001057 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
Takashi Iwaia551d912015-02-26 12:34:49 +01001058 0x0f, 0x0a, 0x0d, 0
Matthew Ranostaye035b842007-11-06 11:53:55 +01001059};
1060
Takashi Iwai2b635362011-05-02 12:33:43 +02001061static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001062 /* set dac0mux for dac converter */
1063 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +01001064 /* mute the master volume */
1065 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +01001066 {}
1067};
1068
Takashi Iwai2b635362011-05-02 12:33:43 +02001069static const struct hda_verb stac922x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001070 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +02001071 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +02001072 {}
1073};
1074
Takashi Iwai2b635362011-05-02 12:33:43 +02001075static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02001076 /* unmute node 0x1b */
1077 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
Takashi Iwai36c9db72013-01-17 17:07:59 +01001078 /* select node 0x03 as DAC */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001079 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1080 {}
1081};
1082
Takashi Iwai2b635362011-05-02 12:33:43 +02001083static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02001084 /* don't set delta bit */
1085 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1086 /* unmute node 0x1b */
1087 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1088 /* select node 0x03 as DAC */
1089 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1090 {}
1091};
1092
Takashi Iwai2b635362011-05-02 12:33:43 +02001093static const struct hda_verb stac927x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001094 /* set master volume and direct control */
Matt Porter3cc08dc2006-01-23 15:27:49 +01001095 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001096 /* enable analog pc beep path */
1097 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +01001098 {}
1099};
1100
Takashi Iwai2b635362011-05-02 12:33:43 +02001101static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +02001102 /* don't set delta bit */
1103 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1104 /* enable analog pc beep path */
1105 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1106 {}
1107};
1108
Takashi Iwai2b635362011-05-02 12:33:43 +02001109static const struct hda_verb stac9205_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001110 /* set master volume and direct control */
Matt Porterf3302a52006-07-31 12:49:34 +02001111 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001112 /* enable analog pc beep path */
1113 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +02001114 {}
1115};
1116
Takashi Iwai36c9db72013-01-17 17:07:59 +01001117static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback =
1118 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01001119
Takashi Iwai36c9db72013-01-17 17:07:59 +01001120static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback =
1121 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001122
Takashi Iwai36c9db72013-01-17 17:07:59 +01001123static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback =
1124 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001125
Takashi Iwai36c9db72013-01-17 17:07:59 +01001126static const struct snd_kcontrol_new stac92hd71bxx_loopback =
1127 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2);
Matt2f2f4252005-04-13 14:45:30 +02001128
Takashi Iwai36c9db72013-01-17 17:07:59 +01001129static const struct snd_kcontrol_new stac9205_loopback =
1130 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001131
Takashi Iwai36c9db72013-01-17 17:07:59 +01001132static const struct snd_kcontrol_new stac927x_loopback =
1133 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1);
Matt2f2f4252005-04-13 14:45:30 +02001134
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001135static const struct hda_pintbl ref9200_pin_configs[] = {
1136 { 0x08, 0x01c47010 },
1137 { 0x09, 0x01447010 },
1138 { 0x0d, 0x0221401f },
1139 { 0x0e, 0x01114010 },
1140 { 0x0f, 0x02a19020 },
1141 { 0x10, 0x01a19021 },
1142 { 0x11, 0x90100140 },
1143 { 0x12, 0x01813122 },
1144 {}
Matt2f2f4252005-04-13 14:45:30 +02001145};
1146
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001147static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1148 { 0x08, 0x400000fe },
1149 { 0x09, 0x404500f4 },
1150 { 0x0d, 0x400100f0 },
1151 { 0x0e, 0x90110010 },
1152 { 0x0f, 0x400100f1 },
1153 { 0x10, 0x02a1902e },
1154 { 0x11, 0x500000f2 },
1155 { 0x12, 0x500000f3 },
1156 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001157};
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001158
1159static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1160 { 0x08, 0x400000fe },
1161 { 0x09, 0x404500f4 },
1162 { 0x0d, 0x400100f0 },
1163 { 0x0e, 0x90110010 },
1164 { 0x0f, 0x400100f1 },
1165 { 0x10, 0x02a1902e },
1166 { 0x11, 0x500000f2 },
1167 { 0x12, 0x500000f3 },
1168 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001169};
1170
1171/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001172 STAC 9200 pin configs for
1173 102801A8
1174 102801DE
1175 102801E8
1176*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001177static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1178 { 0x08, 0x400001f0 },
1179 { 0x09, 0x400001f1 },
1180 { 0x0d, 0x02214030 },
1181 { 0x0e, 0x01014010 },
1182 { 0x0f, 0x02a19020 },
1183 { 0x10, 0x01a19021 },
1184 { 0x11, 0x90100140 },
1185 { 0x12, 0x01813122 },
1186 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001187};
1188
Takashi Iwai36c9db72013-01-17 17:07:59 +01001189/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001190 STAC 9200 pin configs for
1191 102801C0
1192 102801C1
1193*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001194static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1195 { 0x08, 0x400001f0 },
1196 { 0x09, 0x400001f1 },
1197 { 0x0d, 0x0221401f },
1198 { 0x0e, 0x01014010 },
1199 { 0x0f, 0x01813020 },
1200 { 0x10, 0x02a19021 },
1201 { 0x11, 0x90100140 },
1202 { 0x12, 0x400001f2 },
1203 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001204};
1205
Takashi Iwai36c9db72013-01-17 17:07:59 +01001206/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001207 STAC 9200 pin configs for
1208 102801C4 (Dell Dimension E310)
1209 102801C5
1210 102801C7
1211 102801D9
1212 102801DA
1213 102801E3
1214*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001215static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1216 { 0x08, 0x400001f0 },
1217 { 0x09, 0x400001f1 },
1218 { 0x0d, 0x0221401f },
1219 { 0x0e, 0x01014010 },
1220 { 0x0f, 0x01813020 },
1221 { 0x10, 0x01a19021 },
1222 { 0x11, 0x90100140 },
1223 { 0x12, 0x400001f2 },
1224 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001225};
1226
1227
1228/*
1229 STAC 9200-32 pin configs for
1230 102801B5 (Dell Inspiron 630m)
1231 102801D8 (Dell Inspiron 640m)
1232*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001233static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1234 { 0x08, 0x40c003fa },
1235 { 0x09, 0x03441340 },
1236 { 0x0d, 0x0321121f },
1237 { 0x0e, 0x90170310 },
1238 { 0x0f, 0x408003fb },
1239 { 0x10, 0x03a11020 },
1240 { 0x11, 0x401003fc },
1241 { 0x12, 0x403003fd },
1242 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001243};
1244
1245/*
1246 STAC 9200-32 pin configs for
1247 102801C2 (Dell Latitude D620)
1248 102801C8
1249 102801CC (Dell Latitude D820)
1250 102801D4
1251 102801D6
1252*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001253static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1254 { 0x08, 0x40c003fa },
1255 { 0x09, 0x0144131f },
1256 { 0x0d, 0x0321121f },
1257 { 0x0e, 0x90170310 },
1258 { 0x0f, 0x90a70321 },
1259 { 0x10, 0x03a11020 },
1260 { 0x11, 0x401003fb },
1261 { 0x12, 0x40f000fc },
1262 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001263};
1264
1265/*
1266 STAC 9200-32 pin configs for
1267 102801CE (Dell XPS M1710)
1268 102801CF (Dell Precision M90)
1269*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001270static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1271 { 0x08, 0x40c003fa },
1272 { 0x09, 0x01441340 },
1273 { 0x0d, 0x0421421f },
1274 { 0x0e, 0x90170310 },
1275 { 0x0f, 0x408003fb },
1276 { 0x10, 0x04a1102e },
1277 { 0x11, 0x90170311 },
1278 { 0x12, 0x403003fc },
1279 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001280};
1281
1282/*
1283 STAC 9200-32 pin configs for
1284 102801C9
1285 102801CA
1286 102801CB (Dell Latitude 120L)
1287 102801D3
1288*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001289static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1290 { 0x08, 0x40c003fa },
1291 { 0x09, 0x404003fb },
1292 { 0x0d, 0x0321121f },
1293 { 0x0e, 0x90170310 },
1294 { 0x0f, 0x408003fc },
1295 { 0x10, 0x03a11020 },
1296 { 0x11, 0x401003fd },
1297 { 0x12, 0x403003fe },
1298 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001299};
1300
1301/*
1302 STAC 9200-32 pin configs for
1303 102801BD (Dell Inspiron E1505n)
1304 102801EE
1305 102801EF
1306*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001307static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1308 { 0x08, 0x40c003fa },
1309 { 0x09, 0x01441340 },
1310 { 0x0d, 0x0421121f },
1311 { 0x0e, 0x90170310 },
1312 { 0x0f, 0x408003fb },
1313 { 0x10, 0x04a11020 },
1314 { 0x11, 0x401003fc },
1315 { 0x12, 0x403003fd },
1316 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001317};
1318
1319/*
1320 STAC 9200-32 pin configs for
1321 102801F5 (Dell Inspiron 1501)
1322 102801F6
1323*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001324static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1325 { 0x08, 0x40c003fa },
1326 { 0x09, 0x404003fb },
1327 { 0x0d, 0x0421121f },
1328 { 0x0e, 0x90170310 },
1329 { 0x0f, 0x408003fc },
1330 { 0x10, 0x04a11020 },
1331 { 0x11, 0x401003fd },
1332 { 0x12, 0x403003fe },
1333 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001334};
1335
1336/*
1337 STAC 9200-32
1338 102801CD (Dell Inspiron E1705/9400)
1339*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001340static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1341 { 0x08, 0x40c003fa },
1342 { 0x09, 0x01441340 },
1343 { 0x0d, 0x0421121f },
1344 { 0x0e, 0x90170310 },
1345 { 0x0f, 0x90170310 },
1346 { 0x10, 0x04a11020 },
1347 { 0x11, 0x90170310 },
1348 { 0x12, 0x40f003fc },
1349 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001350};
1351
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001352static const struct hda_pintbl oqo9200_pin_configs[] = {
1353 { 0x08, 0x40c000f0 },
1354 { 0x09, 0x404000f1 },
1355 { 0x0d, 0x0221121f },
1356 { 0x0e, 0x02211210 },
1357 { 0x0f, 0x90170111 },
1358 { 0x10, 0x90a70120 },
1359 { 0x11, 0x400000f2 },
1360 { 0x12, 0x400000f3 },
1361 {}
Tobin Davisbf277782008-02-03 20:31:47 +01001362};
1363
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001364
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001365static void stac9200_fixup_panasonic(struct hda_codec *codec,
1366 const struct hda_fixup *fix, int action)
1367{
1368 struct sigmatel_spec *spec = codec->spec;
1369
Takashi Iwai36c9db72013-01-17 17:07:59 +01001370 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001371 spec->gpio_mask = spec->gpio_dir = 0x09;
1372 spec->gpio_data = 0x00;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001373 /* CF-74 has no headphone detection, and the driver should *NOT*
1374 * do detection and HP/speaker toggle because the hardware does it.
1375 */
Takashi Iwai36c9db72013-01-17 17:07:59 +01001376 spec->gen.suppress_auto_mute = 1;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001377 }
1378}
1379
1380
1381static const struct hda_fixup stac9200_fixups[] = {
1382 [STAC_REF] = {
1383 .type = HDA_FIXUP_PINS,
1384 .v.pins = ref9200_pin_configs,
1385 },
1386 [STAC_9200_OQO] = {
1387 .type = HDA_FIXUP_PINS,
1388 .v.pins = oqo9200_pin_configs,
1389 .chained = true,
1390 .chain_id = STAC_9200_EAPD_INIT,
1391 },
1392 [STAC_9200_DELL_D21] = {
1393 .type = HDA_FIXUP_PINS,
1394 .v.pins = dell9200_d21_pin_configs,
1395 },
1396 [STAC_9200_DELL_D22] = {
1397 .type = HDA_FIXUP_PINS,
1398 .v.pins = dell9200_d22_pin_configs,
1399 },
1400 [STAC_9200_DELL_D23] = {
1401 .type = HDA_FIXUP_PINS,
1402 .v.pins = dell9200_d23_pin_configs,
1403 },
1404 [STAC_9200_DELL_M21] = {
1405 .type = HDA_FIXUP_PINS,
1406 .v.pins = dell9200_m21_pin_configs,
1407 },
1408 [STAC_9200_DELL_M22] = {
1409 .type = HDA_FIXUP_PINS,
1410 .v.pins = dell9200_m22_pin_configs,
1411 },
1412 [STAC_9200_DELL_M23] = {
1413 .type = HDA_FIXUP_PINS,
1414 .v.pins = dell9200_m23_pin_configs,
1415 },
1416 [STAC_9200_DELL_M24] = {
1417 .type = HDA_FIXUP_PINS,
1418 .v.pins = dell9200_m24_pin_configs,
1419 },
1420 [STAC_9200_DELL_M25] = {
1421 .type = HDA_FIXUP_PINS,
1422 .v.pins = dell9200_m25_pin_configs,
1423 },
1424 [STAC_9200_DELL_M26] = {
1425 .type = HDA_FIXUP_PINS,
1426 .v.pins = dell9200_m26_pin_configs,
1427 },
1428 [STAC_9200_DELL_M27] = {
1429 .type = HDA_FIXUP_PINS,
1430 .v.pins = dell9200_m27_pin_configs,
1431 },
1432 [STAC_9200_M4] = {
1433 .type = HDA_FIXUP_PINS,
1434 .v.pins = gateway9200_m4_pin_configs,
1435 .chained = true,
1436 .chain_id = STAC_9200_EAPD_INIT,
1437 },
1438 [STAC_9200_M4_2] = {
1439 .type = HDA_FIXUP_PINS,
1440 .v.pins = gateway9200_m4_2_pin_configs,
1441 .chained = true,
1442 .chain_id = STAC_9200_EAPD_INIT,
1443 },
1444 [STAC_9200_PANASONIC] = {
1445 .type = HDA_FIXUP_FUNC,
1446 .v.func = stac9200_fixup_panasonic,
1447 },
1448 [STAC_9200_EAPD_INIT] = {
1449 .type = HDA_FIXUP_VERBS,
1450 .v.verbs = (const struct hda_verb[]) {
1451 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1452 {}
1453 },
1454 },
Matt Porter403d1942005-11-29 15:00:51 +01001455};
1456
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001457static const struct hda_model_fixup stac9200_models[] = {
1458 { .id = STAC_REF, .name = "ref" },
1459 { .id = STAC_9200_OQO, .name = "oqo" },
1460 { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1461 { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1462 { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1463 { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1464 { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1465 { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1466 { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1467 { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1468 { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1469 { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1470 { .id = STAC_9200_M4, .name = "gateway-m4" },
1471 { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1472 { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1473 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001474};
1475
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001476static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001477 /* SigmaTel reference board */
1478 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1479 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001480 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1481 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001482 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001483 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1484 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001485 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001486 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1487 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1488 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1489 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1490 "unknown Dell", STAC_9200_DELL_D22),
1491 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1492 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001493 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001494 "Dell Latitude D620", STAC_9200_DELL_M22),
1495 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1496 "unknown Dell", STAC_9200_DELL_D23),
1497 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1498 "unknown Dell", STAC_9200_DELL_D23),
1499 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1500 "unknown Dell", STAC_9200_DELL_M22),
1501 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1502 "unknown Dell", STAC_9200_DELL_M24),
1503 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1504 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001505 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001506 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001507 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001508 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001509 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001510 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001511 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001512 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001513 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001514 "Dell Precision M90", STAC_9200_DELL_M23),
1515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1516 "unknown Dell", STAC_9200_DELL_M22),
1517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1518 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001520 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001522 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1524 "unknown Dell", STAC_9200_DELL_D23),
1525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1526 "unknown Dell", STAC_9200_DELL_D23),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1528 "unknown Dell", STAC_9200_DELL_D21),
1529 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1530 "unknown Dell", STAC_9200_DELL_D23),
1531 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1532 "unknown Dell", STAC_9200_DELL_D21),
1533 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1534 "unknown Dell", STAC_9200_DELL_M25),
1535 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1536 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001537 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001538 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1539 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1540 "unknown Dell", STAC_9200_DELL_M26),
Alexander Tsoy7d8ef0e2017-05-22 20:58:11 +03001541 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0201,
1542 "Dell Latitude D430", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001543 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001544 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001545 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001546 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1547 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1548 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001549 /* OQO Mobile */
1550 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001551 {} /* terminator */
1552};
1553
Takashi Iwaid2077d42013-01-14 14:20:16 +01001554static const struct hda_pintbl ref925x_pin_configs[] = {
1555 { 0x07, 0x40c003f0 },
1556 { 0x08, 0x424503f2 },
1557 { 0x0a, 0x01813022 },
1558 { 0x0b, 0x02a19021 },
1559 { 0x0c, 0x90a70320 },
1560 { 0x0d, 0x02214210 },
1561 { 0x10, 0x01019020 },
1562 { 0x11, 0x9033032e },
1563 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001564};
1565
Takashi Iwaid2077d42013-01-14 14:20:16 +01001566static const struct hda_pintbl stac925xM1_pin_configs[] = {
1567 { 0x07, 0x40c003f4 },
1568 { 0x08, 0x424503f2 },
1569 { 0x0a, 0x400000f3 },
1570 { 0x0b, 0x02a19020 },
1571 { 0x0c, 0x40a000f0 },
1572 { 0x0d, 0x90100210 },
1573 { 0x10, 0x400003f1 },
1574 { 0x11, 0x9033032e },
1575 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001576};
1577
Takashi Iwaid2077d42013-01-14 14:20:16 +01001578static const struct hda_pintbl stac925xM1_2_pin_configs[] = {
1579 { 0x07, 0x40c003f4 },
1580 { 0x08, 0x424503f2 },
1581 { 0x0a, 0x400000f3 },
1582 { 0x0b, 0x02a19020 },
1583 { 0x0c, 0x40a000f0 },
1584 { 0x0d, 0x90100210 },
1585 { 0x10, 0x400003f1 },
1586 { 0x11, 0x9033032e },
1587 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001588};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001589
Takashi Iwaid2077d42013-01-14 14:20:16 +01001590static const struct hda_pintbl stac925xM2_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 Davis2c11f952007-05-17 09:36:34 +02001600};
1601
Takashi Iwaid2077d42013-01-14 14:20:16 +01001602static const struct hda_pintbl stac925xM2_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 Chehab58eec422008-08-11 10:18:39 +02001612};
1613
Takashi Iwaid2077d42013-01-14 14:20:16 +01001614static const struct hda_pintbl stac925xM3_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, 0x503303f3 },
1623 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001624};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001625
Takashi Iwaid2077d42013-01-14 14:20:16 +01001626static const struct hda_pintbl stac925xM5_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 Chehab9cb36c22008-08-11 10:18:39 +02001636};
1637
Takashi Iwaid2077d42013-01-14 14:20:16 +01001638static const struct hda_pintbl stac925xM6_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, 0x90330320 },
1647 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001648};
1649
Takashi Iwaid2077d42013-01-14 14:20:16 +01001650static const struct hda_fixup stac925x_fixups[] = {
1651 [STAC_REF] = {
1652 .type = HDA_FIXUP_PINS,
1653 .v.pins = ref925x_pin_configs,
1654 },
1655 [STAC_M1] = {
1656 .type = HDA_FIXUP_PINS,
1657 .v.pins = stac925xM1_pin_configs,
1658 },
1659 [STAC_M1_2] = {
1660 .type = HDA_FIXUP_PINS,
1661 .v.pins = stac925xM1_2_pin_configs,
1662 },
1663 [STAC_M2] = {
1664 .type = HDA_FIXUP_PINS,
1665 .v.pins = stac925xM2_pin_configs,
1666 },
1667 [STAC_M2_2] = {
1668 .type = HDA_FIXUP_PINS,
1669 .v.pins = stac925xM2_2_pin_configs,
1670 },
1671 [STAC_M3] = {
1672 .type = HDA_FIXUP_PINS,
1673 .v.pins = stac925xM3_pin_configs,
1674 },
1675 [STAC_M5] = {
1676 .type = HDA_FIXUP_PINS,
1677 .v.pins = stac925xM5_pin_configs,
1678 },
1679 [STAC_M6] = {
1680 .type = HDA_FIXUP_PINS,
1681 .v.pins = stac925xM6_pin_configs,
1682 },
Tobin Davis8e21c342007-01-08 11:04:17 +01001683};
1684
Takashi Iwaid2077d42013-01-14 14:20:16 +01001685static const struct hda_model_fixup stac925x_models[] = {
1686 { .id = STAC_REF, .name = "ref" },
1687 { .id = STAC_M1, .name = "m1" },
1688 { .id = STAC_M1_2, .name = "m1-2" },
1689 { .id = STAC_M2, .name = "m2" },
1690 { .id = STAC_M2_2, .name = "m2-2" },
1691 { .id = STAC_M3, .name = "m3" },
1692 { .id = STAC_M5, .name = "m5" },
1693 { .id = STAC_M6, .name = "m6" },
1694 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001695};
1696
Takashi Iwaid2077d42013-01-14 14:20:16 +01001697static const struct snd_pci_quirk stac925x_fixup_tbl[] = {
1698 /* SigmaTel reference board */
1699 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1700 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1701 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1702
1703 /* Default table for unknown ID */
1704 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1705
1706 /* gateway machines are checked via codec ssid */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001707 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1708 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1709 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1710 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001711 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001712 /* Not sure about the brand name for those */
1713 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1714 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1715 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1716 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001717 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001718};
1719
Takashi Iwai55e30142013-01-14 17:30:04 +01001720static const struct hda_pintbl ref92hd73xx_pin_configs[] = {
1721 { 0x0a, 0x02214030 },
1722 { 0x0b, 0x02a19040 },
1723 { 0x0c, 0x01a19020 },
1724 { 0x0d, 0x02214030 },
1725 { 0x0e, 0x0181302e },
1726 { 0x0f, 0x01014010 },
1727 { 0x10, 0x01014020 },
1728 { 0x11, 0x01014030 },
1729 { 0x12, 0x02319040 },
1730 { 0x13, 0x90a000f0 },
1731 { 0x14, 0x90a000f0 },
1732 { 0x22, 0x01452050 },
1733 { 0x23, 0x01452050 },
1734 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01001735};
1736
Takashi Iwai55e30142013-01-14 17:30:04 +01001737static const struct hda_pintbl dell_m6_pin_configs[] = {
1738 { 0x0a, 0x0321101f },
1739 { 0x0b, 0x4f00000f },
1740 { 0x0c, 0x4f0000f0 },
1741 { 0x0d, 0x90170110 },
1742 { 0x0e, 0x03a11020 },
1743 { 0x0f, 0x0321101f },
1744 { 0x10, 0x4f0000f0 },
1745 { 0x11, 0x4f0000f0 },
1746 { 0x12, 0x4f0000f0 },
1747 { 0x13, 0x90a60160 },
1748 { 0x14, 0x4f0000f0 },
1749 { 0x22, 0x4f0000f0 },
1750 { 0x23, 0x4f0000f0 },
1751 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001752};
1753
Takashi Iwai55e30142013-01-14 17:30:04 +01001754static const struct hda_pintbl alienware_m17x_pin_configs[] = {
1755 { 0x0a, 0x0321101f },
1756 { 0x0b, 0x0321101f },
1757 { 0x0c, 0x03a11020 },
1758 { 0x0d, 0x03014020 },
1759 { 0x0e, 0x90170110 },
1760 { 0x0f, 0x4f0000f0 },
1761 { 0x10, 0x4f0000f0 },
1762 { 0x11, 0x4f0000f0 },
1763 { 0x12, 0x4f0000f0 },
1764 { 0x13, 0x90a60160 },
1765 { 0x14, 0x4f0000f0 },
1766 { 0x22, 0x4f0000f0 },
1767 { 0x23, 0x904601b0 },
1768 {}
Takashi Iwai842ae632009-09-02 07:43:08 +02001769};
1770
Takashi Iwai55e30142013-01-14 17:30:04 +01001771static const struct hda_pintbl intel_dg45id_pin_configs[] = {
1772 { 0x0a, 0x02214230 },
1773 { 0x0b, 0x02A19240 },
1774 { 0x0c, 0x01013214 },
1775 { 0x0d, 0x01014210 },
1776 { 0x0e, 0x01A19250 },
1777 { 0x0f, 0x01011212 },
1778 { 0x10, 0x01016211 },
1779 {}
Alexey Fisher52dc4382009-12-12 11:16:41 +02001780};
1781
Hui Wang1de7ca52014-02-20 11:47:21 +08001782static const struct hda_pintbl stac92hd89xx_hp_front_jack_pin_configs[] = {
1783 { 0x0a, 0x02214030 },
1784 { 0x0b, 0x02A19010 },
1785 {}
1786};
1787
Hui Wang74408502014-07-30 11:11:48 +08001788static const struct hda_pintbl stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs[] = {
1789 { 0x0e, 0x400000f0 },
1790 {}
1791};
1792
Takashi Iwai55e30142013-01-14 17:30:04 +01001793static void stac92hd73xx_fixup_ref(struct hda_codec *codec,
1794 const struct hda_fixup *fix, int action)
1795{
1796 struct sigmatel_spec *spec = codec->spec;
1797
1798 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1799 return;
1800
1801 snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs);
1802 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
1803}
1804
1805static void stac92hd73xx_fixup_dell(struct hda_codec *codec)
1806{
1807 struct sigmatel_spec *spec = codec->spec;
1808
1809 snd_hda_apply_pincfgs(codec, dell_m6_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001810 spec->eapd_switch = 0;
1811}
1812
1813static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec,
1814 const struct hda_fixup *fix, int action)
1815{
1816 struct sigmatel_spec *spec = codec->spec;
1817
1818 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1819 return;
1820
1821 stac92hd73xx_fixup_dell(codec);
1822 snd_hda_add_verbs(codec, dell_eq_core_init);
1823 spec->volknob_init = 1;
1824}
1825
1826/* Analog Mics */
1827static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec,
1828 const struct hda_fixup *fix, int action)
1829{
Takashi Iwai55e30142013-01-14 17:30:04 +01001830 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1831 return;
1832
1833 stac92hd73xx_fixup_dell(codec);
1834 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Takashi Iwai55e30142013-01-14 17:30:04 +01001835}
1836
1837/* Digital Mics */
1838static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec,
1839 const struct hda_fixup *fix, int action)
1840{
Takashi Iwai55e30142013-01-14 17:30:04 +01001841 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1842 return;
1843
1844 stac92hd73xx_fixup_dell(codec);
1845 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001846}
1847
1848/* Both */
1849static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec,
1850 const struct hda_fixup *fix, int action)
1851{
Takashi Iwai55e30142013-01-14 17:30:04 +01001852 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1853 return;
1854
1855 stac92hd73xx_fixup_dell(codec);
1856 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1857 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001858}
1859
1860static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec,
1861 const struct hda_fixup *fix, int action)
1862{
1863 struct sigmatel_spec *spec = codec->spec;
1864
1865 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1866 return;
1867
1868 snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001869 spec->eapd_switch = 0;
1870}
1871
1872static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec,
1873 const struct hda_fixup *fix, int action)
1874{
Takashi Iwai36c9db72013-01-17 17:07:59 +01001875 if (action == HDA_FIXUP_ACT_PRE_PROBE)
1876 codec->no_jack_detect = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01001877}
1878
Michael Pobegabeac87d2018-10-04 14:58:21 -04001879
1880static void stac92hd73xx_disable_automute(struct hda_codec *codec,
1881 const struct hda_fixup *fix, int action)
1882{
1883 struct sigmatel_spec *spec = codec->spec;
1884
1885 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1886 return;
1887
1888 spec->gen.suppress_auto_mute = 1;
1889}
1890
Takashi Iwai55e30142013-01-14 17:30:04 +01001891static const struct hda_fixup stac92hd73xx_fixups[] = {
1892 [STAC_92HD73XX_REF] = {
1893 .type = HDA_FIXUP_FUNC,
1894 .v.func = stac92hd73xx_fixup_ref,
1895 },
1896 [STAC_DELL_M6_AMIC] = {
1897 .type = HDA_FIXUP_FUNC,
1898 .v.func = stac92hd73xx_fixup_dell_m6_amic,
1899 },
1900 [STAC_DELL_M6_DMIC] = {
1901 .type = HDA_FIXUP_FUNC,
1902 .v.func = stac92hd73xx_fixup_dell_m6_dmic,
1903 },
1904 [STAC_DELL_M6_BOTH] = {
1905 .type = HDA_FIXUP_FUNC,
1906 .v.func = stac92hd73xx_fixup_dell_m6_both,
1907 },
1908 [STAC_DELL_EQ] = {
1909 .type = HDA_FIXUP_FUNC,
1910 .v.func = stac92hd73xx_fixup_dell_eq,
1911 },
1912 [STAC_ALIENWARE_M17X] = {
1913 .type = HDA_FIXUP_FUNC,
1914 .v.func = stac92hd73xx_fixup_alienware_m17x,
1915 },
Michael Pobegabeac87d2018-10-04 14:58:21 -04001916 [STAC_ELO_VUPOINT_15MX] = {
1917 .type = HDA_FIXUP_FUNC,
1918 .v.func = stac92hd73xx_disable_automute,
1919 },
Takashi Iwai55e30142013-01-14 17:30:04 +01001920 [STAC_92HD73XX_INTEL] = {
1921 .type = HDA_FIXUP_PINS,
1922 .v.pins = intel_dg45id_pin_configs,
1923 },
1924 [STAC_92HD73XX_NO_JD] = {
1925 .type = HDA_FIXUP_FUNC,
1926 .v.func = stac92hd73xx_fixup_no_jd,
Hui Wang1de7ca52014-02-20 11:47:21 +08001927 },
1928 [STAC_92HD89XX_HP_FRONT_JACK] = {
1929 .type = HDA_FIXUP_PINS,
1930 .v.pins = stac92hd89xx_hp_front_jack_pin_configs,
Hui Wang74408502014-07-30 11:11:48 +08001931 },
1932 [STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK] = {
1933 .type = HDA_FIXUP_PINS,
1934 .v.pins = stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs,
Takashi Iwai64264602015-02-19 13:01:37 +01001935 },
1936 [STAC_92HD73XX_ASUS_MOBO] = {
1937 .type = HDA_FIXUP_PINS,
1938 .v.pins = (const struct hda_pintbl[]) {
1939 /* enable 5.1 and SPDIF out */
1940 { 0x0c, 0x01014411 },
1941 { 0x0d, 0x01014410 },
1942 { 0x0e, 0x01014412 },
1943 { 0x22, 0x014b1180 },
1944 { }
1945 }
1946 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001947};
1948
Takashi Iwai55e30142013-01-14 17:30:04 +01001949static const struct hda_model_fixup stac92hd73xx_models[] = {
1950 { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" },
1951 { .id = STAC_92HD73XX_REF, .name = "ref" },
1952 { .id = STAC_92HD73XX_INTEL, .name = "intel" },
1953 { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" },
1954 { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" },
1955 { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" },
1956 { .id = STAC_DELL_EQ, .name = "dell-eq" },
1957 { .id = STAC_ALIENWARE_M17X, .name = "alienware" },
Michael Pobegabeac87d2018-10-04 14:58:21 -04001958 { .id = STAC_ELO_VUPOINT_15MX, .name = "elo-vupoint-15mx" },
Takashi Iwai64264602015-02-19 13:01:37 +01001959 { .id = STAC_92HD73XX_ASUS_MOBO, .name = "asus-mobo" },
Takashi Iwai55e30142013-01-14 17:30:04 +01001960 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001961};
1962
Takashi Iwai55e30142013-01-14 17:30:04 +01001963static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001964 /* SigmaTel reference board */
1965 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001966 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001967 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1968 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001969 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1970 "Intel DG45ID", STAC_92HD73XX_INTEL),
1971 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1972 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001973 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001974 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001975 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001976 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001977 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001978 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001979 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001980 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001981 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001982 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001983 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001984 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001985 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001986 "unknown Dell", STAC_DELL_M6_DMIC),
1987 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1988 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001989 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001990 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001991 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1992 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001993 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1994 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001995 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1996 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001997 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001998 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001999 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02002000 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Takashi Iwai55e30142013-01-14 17:30:04 +01002001 /* codec SSID matching */
Takashi Iwai842ae632009-09-02 07:43:08 +02002002 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
2003 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05002004 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
2005 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01002006 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01002007 "Alienware M17x R3", STAC_DELL_EQ),
Michael Pobegabeac87d2018-10-04 14:58:21 -04002008 SND_PCI_QUIRK(0x1059, 0x1011,
2009 "ELO VuPoint 15MX", STAC_ELO_VUPOINT_15MX),
Hui Wang74408502014-07-30 11:11:48 +08002010 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1927,
2011 "HP Z1 G2", STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK),
Hui Wang1de7ca52014-02-20 11:47:21 +08002012 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17,
2013 "unknown HP", STAC_92HD89XX_HP_FRONT_JACK),
Takashi Iwai64264602015-02-19 13:01:37 +01002014 SND_PCI_QUIRK(PCI_VENDOR_ID_ASUSTEK, 0x83f8, "ASUS AT4NM10",
2015 STAC_92HD73XX_ASUS_MOBO),
Takashi Iwai842ae632009-09-02 07:43:08 +02002016 {} /* terminator */
2017};
2018
Takashi Iwai372f8c72013-01-14 18:06:34 +01002019static const struct hda_pintbl ref92hd83xxx_pin_configs[] = {
2020 { 0x0a, 0x02214030 },
2021 { 0x0b, 0x02211010 },
2022 { 0x0c, 0x02a19020 },
2023 { 0x0d, 0x02170130 },
2024 { 0x0e, 0x01014050 },
2025 { 0x0f, 0x01819040 },
2026 { 0x10, 0x01014020 },
2027 { 0x11, 0x90a3014e },
2028 { 0x1f, 0x01451160 },
2029 { 0x20, 0x98560170 },
2030 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002031};
2032
Takashi Iwai372f8c72013-01-14 18:06:34 +01002033static const struct hda_pintbl dell_s14_pin_configs[] = {
2034 { 0x0a, 0x0221403f },
2035 { 0x0b, 0x0221101f },
2036 { 0x0c, 0x02a19020 },
2037 { 0x0d, 0x90170110 },
2038 { 0x0e, 0x40f000f0 },
2039 { 0x0f, 0x40f000f0 },
2040 { 0x10, 0x40f000f0 },
2041 { 0x11, 0x90a60160 },
2042 { 0x1f, 0x40f000f0 },
2043 { 0x20, 0x40f000f0 },
2044 {}
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002045};
2046
Takashi Iwai372f8c72013-01-14 18:06:34 +01002047static const struct hda_pintbl dell_vostro_3500_pin_configs[] = {
2048 { 0x0a, 0x02a11020 },
2049 { 0x0b, 0x0221101f },
2050 { 0x0c, 0x400000f0 },
2051 { 0x0d, 0x90170110 },
2052 { 0x0e, 0x400000f1 },
2053 { 0x0f, 0x400000f2 },
2054 { 0x10, 0x400000f3 },
2055 { 0x11, 0x90a60160 },
2056 { 0x1f, 0x400000f4 },
2057 { 0x20, 0x400000f5 },
2058 {}
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002059};
2060
Takashi Iwai372f8c72013-01-14 18:06:34 +01002061static const struct hda_pintbl hp_dv7_4000_pin_configs[] = {
2062 { 0x0a, 0x03a12050 },
2063 { 0x0b, 0x0321201f },
2064 { 0x0c, 0x40f000f0 },
2065 { 0x0d, 0x90170110 },
2066 { 0x0e, 0x40f000f0 },
2067 { 0x0f, 0x40f000f0 },
2068 { 0x10, 0x90170110 },
2069 { 0x11, 0xd5a30140 },
2070 { 0x1f, 0x40f000f0 },
2071 { 0x20, 0x40f000f0 },
2072 {}
Steven Eastland48315592010-08-06 15:07:35 -06002073};
2074
Takashi Iwai372f8c72013-01-14 18:06:34 +01002075static const struct hda_pintbl hp_zephyr_pin_configs[] = {
2076 { 0x0a, 0x01813050 },
2077 { 0x0b, 0x0421201f },
2078 { 0x0c, 0x04a1205e },
2079 { 0x0d, 0x96130310 },
2080 { 0x0e, 0x96130310 },
2081 { 0x0f, 0x0101401f },
2082 { 0x10, 0x1111611f },
2083 { 0x11, 0xd5a30130 },
2084 {}
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002085};
2086
Takashi Iwai372f8c72013-01-14 18:06:34 +01002087static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = {
2088 { 0x0a, 0x40f000f0 },
2089 { 0x0b, 0x0221101f },
2090 { 0x0c, 0x02a11020 },
2091 { 0x0d, 0x92170110 },
2092 { 0x0e, 0x40f000f0 },
2093 { 0x0f, 0x92170110 },
2094 { 0x10, 0x40f000f0 },
2095 { 0x11, 0xd5a30130 },
2096 { 0x1f, 0x40f000f0 },
2097 { 0x20, 0x40f000f0 },
2098 {}
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002099};
2100
Takashi Iwai372f8c72013-01-14 18:06:34 +01002101static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
2102 const struct hda_fixup *fix, int action)
2103{
2104 struct sigmatel_spec *spec = codec->spec;
2105
2106 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2107 return;
2108
2109 if (hp_bnb2011_with_dock(codec)) {
2110 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
2111 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
2112 }
2113
2114 if (find_mute_led_cfg(codec, spec->default_polarity))
Takashi Iwai4e76a882014-02-25 12:21:03 +01002115 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai372f8c72013-01-14 18:06:34 +01002116 spec->gpio_led,
2117 spec->gpio_led_polarity);
Takashi Iwaie8b99a12014-02-27 16:24:53 +01002118
2119 /* allow auto-switching of dock line-in */
2120 spec->gen.line_in_auto_switch = true;
Takashi Iwai372f8c72013-01-14 18:06:34 +01002121}
2122
2123static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
2124 const struct hda_fixup *fix, int action)
2125{
2126 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2127 return;
2128
2129 snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs);
2130 snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
2131}
2132
2133static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec,
2134 const struct hda_fixup *fix, int action)
2135{
2136 struct sigmatel_spec *spec = codec->spec;
2137
2138 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2139 spec->default_polarity = 0;
2140}
2141
2142static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec,
2143 const struct hda_fixup *fix, int action)
2144{
2145 struct sigmatel_spec *spec = codec->spec;
2146
2147 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2148 spec->default_polarity = 1;
2149}
2150
2151static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec,
2152 const struct hda_fixup *fix, int action)
2153{
2154 struct sigmatel_spec *spec = codec->spec;
2155
Takashi Iwai95f74c42013-10-24 01:24:15 +02002156 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai372f8c72013-01-14 18:06:34 +01002157 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
Takashi Iwai55ed9cd2015-02-19 17:35:32 +01002158#ifdef CONFIG_PM
Takashi Iwai873ce8a2013-11-26 11:58:40 +01002159 /* resetting controller clears GPIO, so we need to keep on */
Takashi Iwai7639a062015-03-03 10:07:24 +01002160 codec->core.power_caps &= ~AC_PWRST_CLKSTOP;
Takashi Iwai55ed9cd2015-02-19 17:35:32 +01002161#endif
Takashi Iwai95f74c42013-10-24 01:24:15 +02002162 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01002163}
2164
Takashi Iwai37c367e2014-02-24 15:23:10 +01002165static void stac92hd83xxx_fixup_hp_led_gpio10(struct hda_codec *codec,
2166 const struct hda_fixup *fix, int action)
2167{
2168 struct sigmatel_spec *spec = codec->spec;
2169
2170 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
2171 spec->gpio_led = 0x10; /* GPIO4 */
2172 spec->default_polarity = 0;
2173 }
2174}
2175
Takashi Iwai372f8c72013-01-14 18:06:34 +01002176static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec,
2177 const struct hda_fixup *fix, int action)
2178{
2179 struct sigmatel_spec *spec = codec->spec;
2180
2181 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2182 spec->headset_jack = 1;
2183}
2184
Takashi Iwai4227de22015-02-05 12:23:33 +01002185static void stac92hd83xxx_fixup_gpio10_eapd(struct hda_codec *codec,
2186 const struct hda_fixup *fix,
2187 int action)
2188{
2189 struct sigmatel_spec *spec = codec->spec;
2190
2191 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2192 return;
2193 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir =
2194 spec->gpio_data = 0x10;
2195 spec->eapd_switch = 0;
2196}
2197
Hui Wang6ab42ff2015-06-15 17:43:39 +08002198static void hp_envy_ts_fixup_dac_bind(struct hda_codec *codec,
2199 const struct hda_fixup *fix,
2200 int action)
2201{
2202 struct sigmatel_spec *spec = codec->spec;
2203 static hda_nid_t preferred_pairs[] = {
2204 0xd, 0x13,
2205 0
2206 };
2207
2208 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2209 return;
2210
2211 spec->gen.preferred_dacs = preferred_pairs;
2212}
2213
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002214static const struct hda_verb hp_bnb13_eq_verbs[] = {
2215 /* 44.1KHz base */
2216 { 0x22, 0x7A6, 0x3E },
2217 { 0x22, 0x7A7, 0x68 },
2218 { 0x22, 0x7A8, 0x17 },
2219 { 0x22, 0x7A9, 0x3E },
2220 { 0x22, 0x7AA, 0x68 },
2221 { 0x22, 0x7AB, 0x17 },
2222 { 0x22, 0x7AC, 0x00 },
2223 { 0x22, 0x7AD, 0x80 },
2224 { 0x22, 0x7A6, 0x83 },
2225 { 0x22, 0x7A7, 0x2F },
2226 { 0x22, 0x7A8, 0xD1 },
2227 { 0x22, 0x7A9, 0x83 },
2228 { 0x22, 0x7AA, 0x2F },
2229 { 0x22, 0x7AB, 0xD1 },
2230 { 0x22, 0x7AC, 0x01 },
2231 { 0x22, 0x7AD, 0x80 },
2232 { 0x22, 0x7A6, 0x3E },
2233 { 0x22, 0x7A7, 0x68 },
2234 { 0x22, 0x7A8, 0x17 },
2235 { 0x22, 0x7A9, 0x3E },
2236 { 0x22, 0x7AA, 0x68 },
2237 { 0x22, 0x7AB, 0x17 },
2238 { 0x22, 0x7AC, 0x02 },
2239 { 0x22, 0x7AD, 0x80 },
2240 { 0x22, 0x7A6, 0x7C },
2241 { 0x22, 0x7A7, 0xC6 },
2242 { 0x22, 0x7A8, 0x0C },
2243 { 0x22, 0x7A9, 0x7C },
2244 { 0x22, 0x7AA, 0xC6 },
2245 { 0x22, 0x7AB, 0x0C },
2246 { 0x22, 0x7AC, 0x03 },
2247 { 0x22, 0x7AD, 0x80 },
2248 { 0x22, 0x7A6, 0xC3 },
2249 { 0x22, 0x7A7, 0x25 },
2250 { 0x22, 0x7A8, 0xAF },
2251 { 0x22, 0x7A9, 0xC3 },
2252 { 0x22, 0x7AA, 0x25 },
2253 { 0x22, 0x7AB, 0xAF },
2254 { 0x22, 0x7AC, 0x04 },
2255 { 0x22, 0x7AD, 0x80 },
2256 { 0x22, 0x7A6, 0x3E },
2257 { 0x22, 0x7A7, 0x85 },
2258 { 0x22, 0x7A8, 0x73 },
2259 { 0x22, 0x7A9, 0x3E },
2260 { 0x22, 0x7AA, 0x85 },
2261 { 0x22, 0x7AB, 0x73 },
2262 { 0x22, 0x7AC, 0x05 },
2263 { 0x22, 0x7AD, 0x80 },
2264 { 0x22, 0x7A6, 0x85 },
2265 { 0x22, 0x7A7, 0x39 },
2266 { 0x22, 0x7A8, 0xC7 },
2267 { 0x22, 0x7A9, 0x85 },
2268 { 0x22, 0x7AA, 0x39 },
2269 { 0x22, 0x7AB, 0xC7 },
2270 { 0x22, 0x7AC, 0x06 },
2271 { 0x22, 0x7AD, 0x80 },
2272 { 0x22, 0x7A6, 0x3C },
2273 { 0x22, 0x7A7, 0x90 },
2274 { 0x22, 0x7A8, 0xB0 },
2275 { 0x22, 0x7A9, 0x3C },
2276 { 0x22, 0x7AA, 0x90 },
2277 { 0x22, 0x7AB, 0xB0 },
2278 { 0x22, 0x7AC, 0x07 },
2279 { 0x22, 0x7AD, 0x80 },
2280 { 0x22, 0x7A6, 0x7A },
2281 { 0x22, 0x7A7, 0xC6 },
2282 { 0x22, 0x7A8, 0x39 },
2283 { 0x22, 0x7A9, 0x7A },
2284 { 0x22, 0x7AA, 0xC6 },
2285 { 0x22, 0x7AB, 0x39 },
2286 { 0x22, 0x7AC, 0x08 },
2287 { 0x22, 0x7AD, 0x80 },
2288 { 0x22, 0x7A6, 0xC4 },
2289 { 0x22, 0x7A7, 0xE9 },
2290 { 0x22, 0x7A8, 0xDC },
2291 { 0x22, 0x7A9, 0xC4 },
2292 { 0x22, 0x7AA, 0xE9 },
2293 { 0x22, 0x7AB, 0xDC },
2294 { 0x22, 0x7AC, 0x09 },
2295 { 0x22, 0x7AD, 0x80 },
2296 { 0x22, 0x7A6, 0x3D },
2297 { 0x22, 0x7A7, 0xE1 },
2298 { 0x22, 0x7A8, 0x0D },
2299 { 0x22, 0x7A9, 0x3D },
2300 { 0x22, 0x7AA, 0xE1 },
2301 { 0x22, 0x7AB, 0x0D },
2302 { 0x22, 0x7AC, 0x0A },
2303 { 0x22, 0x7AD, 0x80 },
2304 { 0x22, 0x7A6, 0x89 },
2305 { 0x22, 0x7A7, 0xB6 },
2306 { 0x22, 0x7A8, 0xEB },
2307 { 0x22, 0x7A9, 0x89 },
2308 { 0x22, 0x7AA, 0xB6 },
2309 { 0x22, 0x7AB, 0xEB },
2310 { 0x22, 0x7AC, 0x0B },
2311 { 0x22, 0x7AD, 0x80 },
2312 { 0x22, 0x7A6, 0x39 },
2313 { 0x22, 0x7A7, 0x9D },
2314 { 0x22, 0x7A8, 0xFE },
2315 { 0x22, 0x7A9, 0x39 },
2316 { 0x22, 0x7AA, 0x9D },
2317 { 0x22, 0x7AB, 0xFE },
2318 { 0x22, 0x7AC, 0x0C },
2319 { 0x22, 0x7AD, 0x80 },
2320 { 0x22, 0x7A6, 0x76 },
2321 { 0x22, 0x7A7, 0x49 },
2322 { 0x22, 0x7A8, 0x15 },
2323 { 0x22, 0x7A9, 0x76 },
2324 { 0x22, 0x7AA, 0x49 },
2325 { 0x22, 0x7AB, 0x15 },
2326 { 0x22, 0x7AC, 0x0D },
2327 { 0x22, 0x7AD, 0x80 },
2328 { 0x22, 0x7A6, 0xC8 },
2329 { 0x22, 0x7A7, 0x80 },
2330 { 0x22, 0x7A8, 0xF5 },
2331 { 0x22, 0x7A9, 0xC8 },
2332 { 0x22, 0x7AA, 0x80 },
2333 { 0x22, 0x7AB, 0xF5 },
2334 { 0x22, 0x7AC, 0x0E },
2335 { 0x22, 0x7AD, 0x80 },
2336 { 0x22, 0x7A6, 0x40 },
2337 { 0x22, 0x7A7, 0x00 },
2338 { 0x22, 0x7A8, 0x00 },
2339 { 0x22, 0x7A9, 0x40 },
2340 { 0x22, 0x7AA, 0x00 },
2341 { 0x22, 0x7AB, 0x00 },
2342 { 0x22, 0x7AC, 0x0F },
2343 { 0x22, 0x7AD, 0x80 },
2344 { 0x22, 0x7A6, 0x90 },
2345 { 0x22, 0x7A7, 0x68 },
2346 { 0x22, 0x7A8, 0xF1 },
2347 { 0x22, 0x7A9, 0x90 },
2348 { 0x22, 0x7AA, 0x68 },
2349 { 0x22, 0x7AB, 0xF1 },
2350 { 0x22, 0x7AC, 0x10 },
2351 { 0x22, 0x7AD, 0x80 },
2352 { 0x22, 0x7A6, 0x34 },
2353 { 0x22, 0x7A7, 0x47 },
2354 { 0x22, 0x7A8, 0x6C },
2355 { 0x22, 0x7A9, 0x34 },
2356 { 0x22, 0x7AA, 0x47 },
2357 { 0x22, 0x7AB, 0x6C },
2358 { 0x22, 0x7AC, 0x11 },
2359 { 0x22, 0x7AD, 0x80 },
2360 { 0x22, 0x7A6, 0x6F },
2361 { 0x22, 0x7A7, 0x97 },
2362 { 0x22, 0x7A8, 0x0F },
2363 { 0x22, 0x7A9, 0x6F },
2364 { 0x22, 0x7AA, 0x97 },
2365 { 0x22, 0x7AB, 0x0F },
2366 { 0x22, 0x7AC, 0x12 },
2367 { 0x22, 0x7AD, 0x80 },
2368 { 0x22, 0x7A6, 0xCB },
2369 { 0x22, 0x7A7, 0xB8 },
2370 { 0x22, 0x7A8, 0x94 },
2371 { 0x22, 0x7A9, 0xCB },
2372 { 0x22, 0x7AA, 0xB8 },
2373 { 0x22, 0x7AB, 0x94 },
2374 { 0x22, 0x7AC, 0x13 },
2375 { 0x22, 0x7AD, 0x80 },
2376 { 0x22, 0x7A6, 0x40 },
2377 { 0x22, 0x7A7, 0x00 },
2378 { 0x22, 0x7A8, 0x00 },
2379 { 0x22, 0x7A9, 0x40 },
2380 { 0x22, 0x7AA, 0x00 },
2381 { 0x22, 0x7AB, 0x00 },
2382 { 0x22, 0x7AC, 0x14 },
2383 { 0x22, 0x7AD, 0x80 },
2384 { 0x22, 0x7A6, 0x95 },
2385 { 0x22, 0x7A7, 0x76 },
2386 { 0x22, 0x7A8, 0x5B },
2387 { 0x22, 0x7A9, 0x95 },
2388 { 0x22, 0x7AA, 0x76 },
2389 { 0x22, 0x7AB, 0x5B },
2390 { 0x22, 0x7AC, 0x15 },
2391 { 0x22, 0x7AD, 0x80 },
2392 { 0x22, 0x7A6, 0x31 },
2393 { 0x22, 0x7A7, 0xAC },
2394 { 0x22, 0x7A8, 0x31 },
2395 { 0x22, 0x7A9, 0x31 },
2396 { 0x22, 0x7AA, 0xAC },
2397 { 0x22, 0x7AB, 0x31 },
2398 { 0x22, 0x7AC, 0x16 },
2399 { 0x22, 0x7AD, 0x80 },
2400 { 0x22, 0x7A6, 0x6A },
2401 { 0x22, 0x7A7, 0x89 },
2402 { 0x22, 0x7A8, 0xA5 },
2403 { 0x22, 0x7A9, 0x6A },
2404 { 0x22, 0x7AA, 0x89 },
2405 { 0x22, 0x7AB, 0xA5 },
2406 { 0x22, 0x7AC, 0x17 },
2407 { 0x22, 0x7AD, 0x80 },
2408 { 0x22, 0x7A6, 0xCE },
2409 { 0x22, 0x7A7, 0x53 },
2410 { 0x22, 0x7A8, 0xCF },
2411 { 0x22, 0x7A9, 0xCE },
2412 { 0x22, 0x7AA, 0x53 },
2413 { 0x22, 0x7AB, 0xCF },
2414 { 0x22, 0x7AC, 0x18 },
2415 { 0x22, 0x7AD, 0x80 },
2416 { 0x22, 0x7A6, 0x40 },
2417 { 0x22, 0x7A7, 0x00 },
2418 { 0x22, 0x7A8, 0x00 },
2419 { 0x22, 0x7A9, 0x40 },
2420 { 0x22, 0x7AA, 0x00 },
2421 { 0x22, 0x7AB, 0x00 },
2422 { 0x22, 0x7AC, 0x19 },
2423 { 0x22, 0x7AD, 0x80 },
2424 /* 48KHz base */
2425 { 0x22, 0x7A6, 0x3E },
2426 { 0x22, 0x7A7, 0x88 },
2427 { 0x22, 0x7A8, 0xDC },
2428 { 0x22, 0x7A9, 0x3E },
2429 { 0x22, 0x7AA, 0x88 },
2430 { 0x22, 0x7AB, 0xDC },
2431 { 0x22, 0x7AC, 0x1A },
2432 { 0x22, 0x7AD, 0x80 },
2433 { 0x22, 0x7A6, 0x82 },
2434 { 0x22, 0x7A7, 0xEE },
2435 { 0x22, 0x7A8, 0x46 },
2436 { 0x22, 0x7A9, 0x82 },
2437 { 0x22, 0x7AA, 0xEE },
2438 { 0x22, 0x7AB, 0x46 },
2439 { 0x22, 0x7AC, 0x1B },
2440 { 0x22, 0x7AD, 0x80 },
2441 { 0x22, 0x7A6, 0x3E },
2442 { 0x22, 0x7A7, 0x88 },
2443 { 0x22, 0x7A8, 0xDC },
2444 { 0x22, 0x7A9, 0x3E },
2445 { 0x22, 0x7AA, 0x88 },
2446 { 0x22, 0x7AB, 0xDC },
2447 { 0x22, 0x7AC, 0x1C },
2448 { 0x22, 0x7AD, 0x80 },
2449 { 0x22, 0x7A6, 0x7D },
2450 { 0x22, 0x7A7, 0x09 },
2451 { 0x22, 0x7A8, 0x28 },
2452 { 0x22, 0x7A9, 0x7D },
2453 { 0x22, 0x7AA, 0x09 },
2454 { 0x22, 0x7AB, 0x28 },
2455 { 0x22, 0x7AC, 0x1D },
2456 { 0x22, 0x7AD, 0x80 },
2457 { 0x22, 0x7A6, 0xC2 },
2458 { 0x22, 0x7A7, 0xE5 },
2459 { 0x22, 0x7A8, 0xB4 },
2460 { 0x22, 0x7A9, 0xC2 },
2461 { 0x22, 0x7AA, 0xE5 },
2462 { 0x22, 0x7AB, 0xB4 },
2463 { 0x22, 0x7AC, 0x1E },
2464 { 0x22, 0x7AD, 0x80 },
2465 { 0x22, 0x7A6, 0x3E },
2466 { 0x22, 0x7A7, 0xA3 },
2467 { 0x22, 0x7A8, 0x1F },
2468 { 0x22, 0x7A9, 0x3E },
2469 { 0x22, 0x7AA, 0xA3 },
2470 { 0x22, 0x7AB, 0x1F },
2471 { 0x22, 0x7AC, 0x1F },
2472 { 0x22, 0x7AD, 0x80 },
2473 { 0x22, 0x7A6, 0x84 },
2474 { 0x22, 0x7A7, 0xCA },
2475 { 0x22, 0x7A8, 0xF1 },
2476 { 0x22, 0x7A9, 0x84 },
2477 { 0x22, 0x7AA, 0xCA },
2478 { 0x22, 0x7AB, 0xF1 },
2479 { 0x22, 0x7AC, 0x20 },
2480 { 0x22, 0x7AD, 0x80 },
2481 { 0x22, 0x7A6, 0x3C },
2482 { 0x22, 0x7A7, 0xD5 },
2483 { 0x22, 0x7A8, 0x9C },
2484 { 0x22, 0x7A9, 0x3C },
2485 { 0x22, 0x7AA, 0xD5 },
2486 { 0x22, 0x7AB, 0x9C },
2487 { 0x22, 0x7AC, 0x21 },
2488 { 0x22, 0x7AD, 0x80 },
2489 { 0x22, 0x7A6, 0x7B },
2490 { 0x22, 0x7A7, 0x35 },
2491 { 0x22, 0x7A8, 0x0F },
2492 { 0x22, 0x7A9, 0x7B },
2493 { 0x22, 0x7AA, 0x35 },
2494 { 0x22, 0x7AB, 0x0F },
2495 { 0x22, 0x7AC, 0x22 },
2496 { 0x22, 0x7AD, 0x80 },
2497 { 0x22, 0x7A6, 0xC4 },
2498 { 0x22, 0x7A7, 0x87 },
2499 { 0x22, 0x7A8, 0x45 },
2500 { 0x22, 0x7A9, 0xC4 },
2501 { 0x22, 0x7AA, 0x87 },
2502 { 0x22, 0x7AB, 0x45 },
2503 { 0x22, 0x7AC, 0x23 },
2504 { 0x22, 0x7AD, 0x80 },
2505 { 0x22, 0x7A6, 0x3E },
2506 { 0x22, 0x7A7, 0x0A },
2507 { 0x22, 0x7A8, 0x78 },
2508 { 0x22, 0x7A9, 0x3E },
2509 { 0x22, 0x7AA, 0x0A },
2510 { 0x22, 0x7AB, 0x78 },
2511 { 0x22, 0x7AC, 0x24 },
2512 { 0x22, 0x7AD, 0x80 },
2513 { 0x22, 0x7A6, 0x88 },
2514 { 0x22, 0x7A7, 0xE2 },
2515 { 0x22, 0x7A8, 0x05 },
2516 { 0x22, 0x7A9, 0x88 },
2517 { 0x22, 0x7AA, 0xE2 },
2518 { 0x22, 0x7AB, 0x05 },
2519 { 0x22, 0x7AC, 0x25 },
2520 { 0x22, 0x7AD, 0x80 },
2521 { 0x22, 0x7A6, 0x3A },
2522 { 0x22, 0x7A7, 0x1A },
2523 { 0x22, 0x7A8, 0xA3 },
2524 { 0x22, 0x7A9, 0x3A },
2525 { 0x22, 0x7AA, 0x1A },
2526 { 0x22, 0x7AB, 0xA3 },
2527 { 0x22, 0x7AC, 0x26 },
2528 { 0x22, 0x7AD, 0x80 },
2529 { 0x22, 0x7A6, 0x77 },
2530 { 0x22, 0x7A7, 0x1D },
2531 { 0x22, 0x7A8, 0xFB },
2532 { 0x22, 0x7A9, 0x77 },
2533 { 0x22, 0x7AA, 0x1D },
2534 { 0x22, 0x7AB, 0xFB },
2535 { 0x22, 0x7AC, 0x27 },
2536 { 0x22, 0x7AD, 0x80 },
2537 { 0x22, 0x7A6, 0xC7 },
2538 { 0x22, 0x7A7, 0xDA },
2539 { 0x22, 0x7A8, 0xE5 },
2540 { 0x22, 0x7A9, 0xC7 },
2541 { 0x22, 0x7AA, 0xDA },
2542 { 0x22, 0x7AB, 0xE5 },
2543 { 0x22, 0x7AC, 0x28 },
2544 { 0x22, 0x7AD, 0x80 },
2545 { 0x22, 0x7A6, 0x40 },
2546 { 0x22, 0x7A7, 0x00 },
2547 { 0x22, 0x7A8, 0x00 },
2548 { 0x22, 0x7A9, 0x40 },
2549 { 0x22, 0x7AA, 0x00 },
2550 { 0x22, 0x7AB, 0x00 },
2551 { 0x22, 0x7AC, 0x29 },
2552 { 0x22, 0x7AD, 0x80 },
2553 { 0x22, 0x7A6, 0x8E },
2554 { 0x22, 0x7A7, 0xD7 },
2555 { 0x22, 0x7A8, 0x22 },
2556 { 0x22, 0x7A9, 0x8E },
2557 { 0x22, 0x7AA, 0xD7 },
2558 { 0x22, 0x7AB, 0x22 },
2559 { 0x22, 0x7AC, 0x2A },
2560 { 0x22, 0x7AD, 0x80 },
2561 { 0x22, 0x7A6, 0x35 },
2562 { 0x22, 0x7A7, 0x26 },
2563 { 0x22, 0x7A8, 0xC6 },
2564 { 0x22, 0x7A9, 0x35 },
2565 { 0x22, 0x7AA, 0x26 },
2566 { 0x22, 0x7AB, 0xC6 },
2567 { 0x22, 0x7AC, 0x2B },
2568 { 0x22, 0x7AD, 0x80 },
2569 { 0x22, 0x7A6, 0x71 },
2570 { 0x22, 0x7A7, 0x28 },
2571 { 0x22, 0x7A8, 0xDE },
2572 { 0x22, 0x7A9, 0x71 },
2573 { 0x22, 0x7AA, 0x28 },
2574 { 0x22, 0x7AB, 0xDE },
2575 { 0x22, 0x7AC, 0x2C },
2576 { 0x22, 0x7AD, 0x80 },
2577 { 0x22, 0x7A6, 0xCA },
2578 { 0x22, 0x7A7, 0xD9 },
2579 { 0x22, 0x7A8, 0x3A },
2580 { 0x22, 0x7A9, 0xCA },
2581 { 0x22, 0x7AA, 0xD9 },
2582 { 0x22, 0x7AB, 0x3A },
2583 { 0x22, 0x7AC, 0x2D },
2584 { 0x22, 0x7AD, 0x80 },
2585 { 0x22, 0x7A6, 0x40 },
2586 { 0x22, 0x7A7, 0x00 },
2587 { 0x22, 0x7A8, 0x00 },
2588 { 0x22, 0x7A9, 0x40 },
2589 { 0x22, 0x7AA, 0x00 },
2590 { 0x22, 0x7AB, 0x00 },
2591 { 0x22, 0x7AC, 0x2E },
2592 { 0x22, 0x7AD, 0x80 },
2593 { 0x22, 0x7A6, 0x93 },
2594 { 0x22, 0x7A7, 0x5E },
2595 { 0x22, 0x7A8, 0xD8 },
2596 { 0x22, 0x7A9, 0x93 },
2597 { 0x22, 0x7AA, 0x5E },
2598 { 0x22, 0x7AB, 0xD8 },
2599 { 0x22, 0x7AC, 0x2F },
2600 { 0x22, 0x7AD, 0x80 },
2601 { 0x22, 0x7A6, 0x32 },
2602 { 0x22, 0x7A7, 0xB7 },
2603 { 0x22, 0x7A8, 0xB1 },
2604 { 0x22, 0x7A9, 0x32 },
2605 { 0x22, 0x7AA, 0xB7 },
2606 { 0x22, 0x7AB, 0xB1 },
2607 { 0x22, 0x7AC, 0x30 },
2608 { 0x22, 0x7AD, 0x80 },
2609 { 0x22, 0x7A6, 0x6C },
2610 { 0x22, 0x7A7, 0xA1 },
2611 { 0x22, 0x7A8, 0x28 },
2612 { 0x22, 0x7A9, 0x6C },
2613 { 0x22, 0x7AA, 0xA1 },
2614 { 0x22, 0x7AB, 0x28 },
2615 { 0x22, 0x7AC, 0x31 },
2616 { 0x22, 0x7AD, 0x80 },
2617 { 0x22, 0x7A6, 0xCD },
2618 { 0x22, 0x7A7, 0x48 },
2619 { 0x22, 0x7A8, 0x4F },
2620 { 0x22, 0x7A9, 0xCD },
2621 { 0x22, 0x7AA, 0x48 },
2622 { 0x22, 0x7AB, 0x4F },
2623 { 0x22, 0x7AC, 0x32 },
2624 { 0x22, 0x7AD, 0x80 },
2625 { 0x22, 0x7A6, 0x40 },
2626 { 0x22, 0x7A7, 0x00 },
2627 { 0x22, 0x7A8, 0x00 },
2628 { 0x22, 0x7A9, 0x40 },
2629 { 0x22, 0x7AA, 0x00 },
2630 { 0x22, 0x7AB, 0x00 },
2631 { 0x22, 0x7AC, 0x33 },
2632 { 0x22, 0x7AD, 0x80 },
2633 /* common */
2634 { 0x22, 0x782, 0xC1 },
2635 { 0x22, 0x771, 0x2C },
2636 { 0x22, 0x772, 0x2C },
2637 { 0x22, 0x788, 0x04 },
2638 { 0x01, 0x7B0, 0x08 },
2639 {}
2640};
2641
Takashi Iwai372f8c72013-01-14 18:06:34 +01002642static const struct hda_fixup stac92hd83xxx_fixups[] = {
2643 [STAC_92HD83XXX_REF] = {
2644 .type = HDA_FIXUP_PINS,
2645 .v.pins = ref92hd83xxx_pin_configs,
2646 },
2647 [STAC_92HD83XXX_PWR_REF] = {
2648 .type = HDA_FIXUP_PINS,
2649 .v.pins = ref92hd83xxx_pin_configs,
2650 },
2651 [STAC_DELL_S14] = {
2652 .type = HDA_FIXUP_PINS,
2653 .v.pins = dell_s14_pin_configs,
2654 },
2655 [STAC_DELL_VOSTRO_3500] = {
2656 .type = HDA_FIXUP_PINS,
2657 .v.pins = dell_vostro_3500_pin_configs,
2658 },
2659 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = {
2660 .type = HDA_FIXUP_PINS,
2661 .v.pins = hp_cNB11_intquad_pin_configs,
2662 .chained = true,
2663 .chain_id = STAC_92HD83XXX_HP,
2664 },
2665 [STAC_92HD83XXX_HP] = {
2666 .type = HDA_FIXUP_FUNC,
2667 .v.func = stac92hd83xxx_fixup_hp,
2668 },
2669 [STAC_HP_DV7_4000] = {
2670 .type = HDA_FIXUP_PINS,
2671 .v.pins = hp_dv7_4000_pin_configs,
2672 .chained = true,
2673 .chain_id = STAC_92HD83XXX_HP,
2674 },
2675 [STAC_HP_ZEPHYR] = {
2676 .type = HDA_FIXUP_FUNC,
2677 .v.func = stac92hd83xxx_fixup_hp_zephyr,
2678 .chained = true,
2679 .chain_id = STAC_92HD83XXX_HP,
2680 },
2681 [STAC_92HD83XXX_HP_LED] = {
2682 .type = HDA_FIXUP_FUNC,
2683 .v.func = stac92hd83xxx_fixup_hp_led,
2684 .chained = true,
2685 .chain_id = STAC_92HD83XXX_HP,
2686 },
2687 [STAC_92HD83XXX_HP_INV_LED] = {
2688 .type = HDA_FIXUP_FUNC,
2689 .v.func = stac92hd83xxx_fixup_hp_inv_led,
2690 .chained = true,
2691 .chain_id = STAC_92HD83XXX_HP,
2692 },
2693 [STAC_92HD83XXX_HP_MIC_LED] = {
2694 .type = HDA_FIXUP_FUNC,
2695 .v.func = stac92hd83xxx_fixup_hp_mic_led,
2696 .chained = true,
2697 .chain_id = STAC_92HD83XXX_HP,
2698 },
Takashi Iwai37c367e2014-02-24 15:23:10 +01002699 [STAC_HP_LED_GPIO10] = {
2700 .type = HDA_FIXUP_FUNC,
2701 .v.func = stac92hd83xxx_fixup_hp_led_gpio10,
2702 .chained = true,
2703 .chain_id = STAC_92HD83XXX_HP,
2704 },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002705 [STAC_92HD83XXX_HEADSET_JACK] = {
2706 .type = HDA_FIXUP_FUNC,
2707 .v.func = stac92hd83xxx_fixup_headset_jack,
2708 },
Takashi Iwai49920422013-01-18 14:28:07 +01002709 [STAC_HP_ENVY_BASS] = {
2710 .type = HDA_FIXUP_PINS,
2711 .v.pins = (const struct hda_pintbl[]) {
2712 { 0x0f, 0x90170111 },
2713 {}
2714 },
2715 },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002716 [STAC_HP_BNB13_EQ] = {
2717 .type = HDA_FIXUP_VERBS,
2718 .v.verbs = hp_bnb13_eq_verbs,
2719 .chained = true,
2720 .chain_id = STAC_92HD83XXX_HP_MIC_LED,
2721 },
Takashi Iwai8695a002014-07-15 16:52:40 +02002722 [STAC_HP_ENVY_TS_BASS] = {
2723 .type = HDA_FIXUP_PINS,
2724 .v.pins = (const struct hda_pintbl[]) {
2725 { 0x10, 0x92170111 },
2726 {}
2727 },
2728 },
Hui Wang6ab42ff2015-06-15 17:43:39 +08002729 [STAC_HP_ENVY_TS_DAC_BIND] = {
2730 .type = HDA_FIXUP_FUNC,
2731 .v.func = hp_envy_ts_fixup_dac_bind,
2732 .chained = true,
2733 .chain_id = STAC_HP_ENVY_TS_BASS,
2734 },
Takashi Iwai4227de22015-02-05 12:23:33 +01002735 [STAC_92HD83XXX_GPIO10_EAPD] = {
2736 .type = HDA_FIXUP_FUNC,
2737 .v.func = stac92hd83xxx_fixup_gpio10_eapd,
2738 },
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002739};
2740
Takashi Iwai372f8c72013-01-14 18:06:34 +01002741static const struct hda_model_fixup stac92hd83xxx_models[] = {
2742 { .id = STAC_92HD83XXX_REF, .name = "ref" },
2743 { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" },
2744 { .id = STAC_DELL_S14, .name = "dell-s14" },
2745 { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" },
2746 { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" },
2747 { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" },
2748 { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" },
2749 { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" },
2750 { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" },
2751 { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" },
2752 { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" },
Takashi Iwai49920422013-01-18 14:28:07 +01002753 { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002754 { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" },
Takashi Iwai8695a002014-07-15 16:52:40 +02002755 { .id = STAC_HP_ENVY_TS_BASS, .name = "hp-envy-ts-bass" },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002756 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002757};
2758
Takashi Iwai372f8c72013-01-14 18:06:34 +01002759static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002760 /* SigmaTel reference board */
2761 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01002762 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002763 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2764 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002765 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
2766 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02002767 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
2768 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
2769 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
2770 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
2771 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
2772 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
2773 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
2774 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
2775 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
2776 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2777 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
2778 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
2779 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
2780 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2781 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
2782 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
2783 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
2784 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002785 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
2786 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002787 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
2788 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2789 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
2790 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2791 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
2792 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2793 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
Takashi Iwai8ae58652012-12-13 14:33:42 +01002794 "HP Pavilion dv7", STAC_HP_DV7_4000),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002795 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
2796 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2797 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
2798 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai49920422013-01-18 14:28:07 +01002799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1888,
2800 "HP Envy Spectre", STAC_HP_ENVY_BASS),
Takashi Iwai37c367e2014-02-24 15:23:10 +01002801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1899,
2802 "HP Folio 13", STAC_HP_LED_GPIO10),
Takashi Iwai62cbde12012-09-14 11:58:54 +02002803 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002804 "HP Folio", STAC_HP_BNB13_EQ),
2805 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18F8,
2806 "HP bNB13", STAC_HP_BNB13_EQ),
2807 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1909,
2808 "HP bNB13", STAC_HP_BNB13_EQ),
2809 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A,
2810 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwai8695a002014-07-15 16:52:40 +02002811 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190e,
2812 "HP ENVY TS", STAC_HP_ENVY_TS_BASS),
Hui Wang6ab42ff2015-06-15 17:43:39 +08002813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1967,
2814 "HP ENVY TS", STAC_HP_ENVY_TS_DAC_BIND),
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002815 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940,
2816 "HP bNB13", STAC_HP_BNB13_EQ),
2817 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941,
2818 "HP bNB13", STAC_HP_BNB13_EQ),
2819 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1942,
2820 "HP bNB13", STAC_HP_BNB13_EQ),
2821 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1943,
2822 "HP bNB13", STAC_HP_BNB13_EQ),
2823 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1944,
2824 "HP bNB13", STAC_HP_BNB13_EQ),
2825 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1945,
2826 "HP bNB13", STAC_HP_BNB13_EQ),
2827 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1946,
2828 "HP bNB13", STAC_HP_BNB13_EQ),
2829 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1948,
2830 "HP bNB13", STAC_HP_BNB13_EQ),
2831 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1949,
2832 "HP bNB13", STAC_HP_BNB13_EQ),
2833 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194A,
2834 "HP bNB13", STAC_HP_BNB13_EQ),
2835 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194B,
2836 "HP bNB13", STAC_HP_BNB13_EQ),
2837 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194C,
2838 "HP bNB13", STAC_HP_BNB13_EQ),
2839 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194E,
2840 "HP bNB13", STAC_HP_BNB13_EQ),
2841 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194F,
2842 "HP bNB13", STAC_HP_BNB13_EQ),
2843 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1950,
2844 "HP bNB13", STAC_HP_BNB13_EQ),
2845 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1951,
2846 "HP bNB13", STAC_HP_BNB13_EQ),
2847 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195A,
2848 "HP bNB13", STAC_HP_BNB13_EQ),
2849 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195B,
2850 "HP bNB13", STAC_HP_BNB13_EQ),
2851 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195C,
2852 "HP bNB13", STAC_HP_BNB13_EQ),
2853 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1991,
2854 "HP bNB13", STAC_HP_BNB13_EQ),
2855 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2103,
2856 "HP bNB13", STAC_HP_BNB13_EQ),
2857 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2104,
2858 "HP bNB13", STAC_HP_BNB13_EQ),
2859 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2105,
2860 "HP bNB13", STAC_HP_BNB13_EQ),
2861 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2106,
2862 "HP bNB13", STAC_HP_BNB13_EQ),
2863 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2107,
2864 "HP bNB13", STAC_HP_BNB13_EQ),
2865 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2108,
2866 "HP bNB13", STAC_HP_BNB13_EQ),
2867 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2109,
2868 "HP bNB13", STAC_HP_BNB13_EQ),
2869 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210A,
2870 "HP bNB13", STAC_HP_BNB13_EQ),
2871 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210B,
2872 "HP bNB13", STAC_HP_BNB13_EQ),
2873 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211C,
2874 "HP bNB13", STAC_HP_BNB13_EQ),
2875 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211D,
2876 "HP bNB13", STAC_HP_BNB13_EQ),
2877 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211E,
2878 "HP bNB13", STAC_HP_BNB13_EQ),
2879 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211F,
2880 "HP bNB13", STAC_HP_BNB13_EQ),
2881 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2120,
2882 "HP bNB13", STAC_HP_BNB13_EQ),
2883 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2121,
2884 "HP bNB13", STAC_HP_BNB13_EQ),
2885 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2122,
2886 "HP bNB13", STAC_HP_BNB13_EQ),
2887 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2123,
2888 "HP bNB13", STAC_HP_BNB13_EQ),
2889 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213E,
2890 "HP bNB13", STAC_HP_BNB13_EQ),
2891 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213F,
2892 "HP bNB13", STAC_HP_BNB13_EQ),
2893 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2140,
2894 "HP bNB13", STAC_HP_BNB13_EQ),
2895 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B2,
2896 "HP bNB13", STAC_HP_BNB13_EQ),
2897 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B3,
2898 "HP bNB13", STAC_HP_BNB13_EQ),
2899 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B5,
2900 "HP bNB13", STAC_HP_BNB13_EQ),
2901 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B6,
2902 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwaif9afed12013-02-06 12:39:06 +01002903 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2904 "HP", STAC_92HD83XXX_HP_MIC_LED),
Takashi Iwai4059a422013-05-28 14:53:40 +02002905 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
2906 "HP", STAC_92HD83XXX_HP_MIC_LED),
2907 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
2908 "HP", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002909 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2910 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2911 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
2912 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2913 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
2914 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2915 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
2916 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2917 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
2918 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2919 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
2920 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2921 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
2922 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2923 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
2924 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2925 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
2926 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2927 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
2928 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2929 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
2930 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2931 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
2932 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2933 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
2934 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2935 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
2936 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002937 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
2938 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02002939 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
2940 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02002941 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
2942 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Takashi Iwai8c698fe2013-01-15 11:20:50 +01002943 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a,
2944 "HP Mini", STAC_92HD83XXX_HP_LED),
Takashi Iwai372f8c72013-01-14 18:06:34 +01002945 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP),
Takashi Iwaib9d9c9e2015-07-27 10:13:37 +02002946 /* match both for 0xfa91 and 0xfa93 */
2947 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_TOSHIBA, 0xfffd, 0xfa91,
Takashi Iwai4227de22015-02-05 12:23:33 +01002948 "Toshiba Satellite S50D", STAC_92HD83XXX_GPIO10_EAPD),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02002949 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002950};
2951
Takashi Iwai36c9db72013-01-17 17:07:59 +01002952/* HP dv7 bass switch - GPIO5 */
2953#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
2954static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
2955 struct snd_ctl_elem_value *ucontrol)
2956{
2957 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2958 struct sigmatel_spec *spec = codec->spec;
2959 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
2960 return 0;
2961}
2962
2963static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
2964 struct snd_ctl_elem_value *ucontrol)
2965{
2966 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2967 struct sigmatel_spec *spec = codec->spec;
2968 unsigned int gpio_data;
2969
2970 gpio_data = (spec->gpio_data & ~0x20) |
2971 (ucontrol->value.integer.value[0] ? 0x20 : 0);
2972 if (gpio_data == spec->gpio_data)
2973 return 0;
2974 spec->gpio_data = gpio_data;
2975 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
2976 return 1;
2977}
2978
2979static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
2980 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2981 .info = stac_hp_bass_gpio_info,
2982 .get = stac_hp_bass_gpio_get,
2983 .put = stac_hp_bass_gpio_put,
2984};
2985
2986static int stac_add_hp_bass_switch(struct hda_codec *codec)
2987{
2988 struct sigmatel_spec *spec = codec->spec;
2989
2990 if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch",
2991 &stac_hp_bass_sw_ctrl))
2992 return -ENOMEM;
2993
2994 spec->gpio_mask |= 0x20;
2995 spec->gpio_dir |= 0x20;
2996 spec->gpio_data |= 0x20;
2997 return 0;
2998}
2999
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003000static const struct hda_pintbl ref92hd71bxx_pin_configs[] = {
3001 { 0x0a, 0x02214030 },
3002 { 0x0b, 0x02a19040 },
3003 { 0x0c, 0x01a19020 },
3004 { 0x0d, 0x01014010 },
3005 { 0x0e, 0x0181302e },
3006 { 0x0f, 0x01014010 },
3007 { 0x14, 0x01019020 },
3008 { 0x18, 0x90a000f0 },
3009 { 0x19, 0x90a000f0 },
3010 { 0x1e, 0x01452050 },
3011 { 0x1f, 0x01452050 },
3012 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01003013};
3014
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003015static const struct hda_pintbl dell_m4_1_pin_configs[] = {
3016 { 0x0a, 0x0421101f },
3017 { 0x0b, 0x04a11221 },
3018 { 0x0c, 0x40f000f0 },
3019 { 0x0d, 0x90170110 },
3020 { 0x0e, 0x23a1902e },
3021 { 0x0f, 0x23014250 },
3022 { 0x14, 0x40f000f0 },
3023 { 0x18, 0x90a000f0 },
3024 { 0x19, 0x40f000f0 },
3025 { 0x1e, 0x4f0000f0 },
3026 { 0x1f, 0x4f0000f0 },
3027 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01003028};
3029
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003030static const struct hda_pintbl dell_m4_2_pin_configs[] = {
3031 { 0x0a, 0x0421101f },
3032 { 0x0b, 0x04a11221 },
3033 { 0x0c, 0x90a70330 },
3034 { 0x0d, 0x90170110 },
3035 { 0x0e, 0x23a1902e },
3036 { 0x0f, 0x23014250 },
3037 { 0x14, 0x40f000f0 },
3038 { 0x18, 0x40f000f0 },
3039 { 0x19, 0x40f000f0 },
3040 { 0x1e, 0x044413b0 },
3041 { 0x1f, 0x044413b0 },
3042 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01003043};
3044
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003045static const struct hda_pintbl dell_m4_3_pin_configs[] = {
3046 { 0x0a, 0x0421101f },
3047 { 0x0b, 0x04a11221 },
3048 { 0x0c, 0x90a70330 },
3049 { 0x0d, 0x90170110 },
3050 { 0x0e, 0x40f000f0 },
3051 { 0x0f, 0x40f000f0 },
3052 { 0x14, 0x40f000f0 },
3053 { 0x18, 0x90a000f0 },
3054 { 0x19, 0x40f000f0 },
3055 { 0x1e, 0x044413b0 },
3056 { 0x1f, 0x044413b0 },
3057 {}
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003058};
3059
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003060static void stac92hd71bxx_fixup_ref(struct hda_codec *codec,
3061 const struct hda_fixup *fix, int action)
3062{
3063 struct sigmatel_spec *spec = codec->spec;
3064
3065 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3066 return;
3067
3068 snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs);
3069 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
3070}
3071
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003072static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec,
3073 const struct hda_fixup *fix, int action)
3074{
3075 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1a4f69d2014-09-11 15:22:46 +02003076 struct hda_jack_callback *jack;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003077
3078 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3079 return;
3080
3081 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai7639a062015-03-03 10:07:24 +01003082 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003083 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai7639a062015-03-03 10:07:24 +01003084 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg,
Takashi Iwaibda17b822014-09-11 14:39:09 +02003085 stac_vref_event);
3086 if (!IS_ERR(jack))
Takashi Iwai36c9db72013-01-17 17:07:59 +01003087 jack->private_data = 0x02;
3088
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003089 spec->gpio_mask |= 0x02;
3090
3091 /* enable internal microphone */
3092 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003093}
3094
3095static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec,
3096 const struct hda_fixup *fix, int action)
3097{
3098 struct sigmatel_spec *spec = codec->spec;
3099
3100 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3101 return;
3102 spec->gpio_led = 0x01;
3103}
3104
3105static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec,
3106 const struct hda_fixup *fix, int action)
3107{
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003108 unsigned int cap;
3109
3110 switch (action) {
3111 case HDA_FIXUP_ACT_PRE_PROBE:
3112 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Takashi Iwaif6655d52013-01-17 08:49:01 +01003113 break;
3114
3115 case HDA_FIXUP_ACT_PROBE:
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003116 /* enable bass on HP dv7 */
3117 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
3118 cap &= AC_GPIO_IO_COUNT;
3119 if (cap >= 6)
3120 stac_add_hp_bass_switch(codec);
3121 break;
3122 }
3123}
3124
3125static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec,
3126 const struct hda_fixup *fix, int action)
3127{
3128 struct sigmatel_spec *spec = codec->spec;
3129
3130 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3131 return;
3132 spec->gpio_led = 0x08;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003133}
3134
Takashi Iwai196543d2015-11-09 14:46:35 +01003135static bool is_hp_output(struct hda_codec *codec, hda_nid_t pin)
3136{
3137 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, pin);
3138
3139 /* count line-out, too, as BIOS sets often so */
3140 return get_defcfg_connect(pin_cfg) != AC_JACK_PORT_NONE &&
3141 (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
3142 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT);
3143}
3144
3145static void fixup_hp_headphone(struct hda_codec *codec, hda_nid_t pin)
3146{
3147 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, pin);
3148
3149 /* It was changed in the BIOS to just satisfy MS DTM.
3150 * Lets turn it back into slaved HP
3151 */
3152 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE)) |
3153 (AC_JACK_HP_OUT << AC_DEFCFG_DEVICE_SHIFT);
3154 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC | AC_DEFCFG_SEQUENCE))) |
3155 0x1f;
3156 snd_hda_codec_set_pincfg(codec, pin, pin_cfg);
3157}
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003158
3159static void stac92hd71bxx_fixup_hp(struct hda_codec *codec,
3160 const struct hda_fixup *fix, int action)
3161{
3162 struct sigmatel_spec *spec = codec->spec;
3163
3164 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3165 return;
3166
Takashi Iwai196543d2015-11-09 14:46:35 +01003167 /* when both output A and F are assigned, these are supposedly
3168 * dock and built-in headphones; fix both pin configs
3169 */
3170 if (is_hp_output(codec, 0x0a) && is_hp_output(codec, 0x0f)) {
3171 fixup_hp_headphone(codec, 0x0a);
3172 fixup_hp_headphone(codec, 0x0f);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003173 }
3174
Takashi Iwai36c9db72013-01-17 17:07:59 +01003175 if (find_mute_led_cfg(codec, 1))
Takashi Iwai4e76a882014-02-25 12:21:03 +01003176 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003177 spec->gpio_led,
3178 spec->gpio_led_polarity);
3179
3180}
3181
3182static const struct hda_fixup stac92hd71bxx_fixups[] = {
3183 [STAC_92HD71BXX_REF] = {
3184 .type = HDA_FIXUP_FUNC,
3185 .v.func = stac92hd71bxx_fixup_ref,
3186 },
3187 [STAC_DELL_M4_1] = {
3188 .type = HDA_FIXUP_PINS,
3189 .v.pins = dell_m4_1_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003190 },
3191 [STAC_DELL_M4_2] = {
3192 .type = HDA_FIXUP_PINS,
3193 .v.pins = dell_m4_2_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003194 },
3195 [STAC_DELL_M4_3] = {
3196 .type = HDA_FIXUP_PINS,
3197 .v.pins = dell_m4_3_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003198 },
3199 [STAC_HP_M4] = {
3200 .type = HDA_FIXUP_FUNC,
3201 .v.func = stac92hd71bxx_fixup_hp_m4,
3202 .chained = true,
3203 .chain_id = STAC_92HD71BXX_HP,
3204 },
3205 [STAC_HP_DV4] = {
3206 .type = HDA_FIXUP_FUNC,
3207 .v.func = stac92hd71bxx_fixup_hp_dv4,
3208 .chained = true,
3209 .chain_id = STAC_HP_DV5,
3210 },
3211 [STAC_HP_DV5] = {
3212 .type = HDA_FIXUP_FUNC,
3213 .v.func = stac92hd71bxx_fixup_hp_dv5,
3214 .chained = true,
3215 .chain_id = STAC_92HD71BXX_HP,
3216 },
3217 [STAC_HP_HDX] = {
3218 .type = HDA_FIXUP_FUNC,
3219 .v.func = stac92hd71bxx_fixup_hp_hdx,
3220 .chained = true,
3221 .chain_id = STAC_92HD71BXX_HP,
3222 },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003223 [STAC_92HD71BXX_HP] = {
3224 .type = HDA_FIXUP_FUNC,
3225 .v.func = stac92hd71bxx_fixup_hp,
3226 },
Matthew Ranostaye035b842007-11-06 11:53:55 +01003227};
3228
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003229static const struct hda_model_fixup stac92hd71bxx_models[] = {
3230 { .id = STAC_92HD71BXX_REF, .name = "ref" },
3231 { .id = STAC_DELL_M4_1, .name = "dell-m4-1" },
3232 { .id = STAC_DELL_M4_2, .name = "dell-m4-2" },
3233 { .id = STAC_DELL_M4_3, .name = "dell-m4-3" },
3234 { .id = STAC_HP_M4, .name = "hp-m4" },
3235 { .id = STAC_HP_DV4, .name = "hp-dv4" },
3236 { .id = STAC_HP_DV5, .name = "hp-dv5" },
3237 { .id = STAC_HP_HDX, .name = "hp-hdx" },
Takashi Iwai36c9db72013-01-17 17:07:59 +01003238 { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003239 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01003240};
3241
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003242static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01003243 /* SigmaTel reference board */
3244 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3245 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003246 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3247 "DFI LanParty", STAC_92HD71BXX_REF),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01003248 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
3249 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01003250 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
3251 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003252 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02003253 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003254 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
3255 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003256 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
3257 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04003258 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003259 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01003260 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003261 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02003262 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
3263 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05303264 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
3265 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11003266 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
3267 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02003268 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
3269 "HP", STAC_HP_DV5),
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003270 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP),
Matthew Ranostaya7662642008-02-21 07:51:14 +01003271 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
3272 "unknown Dell", STAC_DELL_M4_1),
3273 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
3274 "unknown Dell", STAC_DELL_M4_1),
3275 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
3276 "unknown Dell", STAC_DELL_M4_1),
3277 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
3278 "unknown Dell", STAC_DELL_M4_1),
3279 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
3280 "unknown Dell", STAC_DELL_M4_1),
3281 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
3282 "unknown Dell", STAC_DELL_M4_1),
3283 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
3284 "unknown Dell", STAC_DELL_M4_1),
3285 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
3286 "unknown Dell", STAC_DELL_M4_2),
3287 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
3288 "unknown Dell", STAC_DELL_M4_2),
3289 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
3290 "unknown Dell", STAC_DELL_M4_2),
3291 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
3292 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003293 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
3294 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01003295 {} /* terminator */
3296};
3297
Takashi Iwai0a427842013-01-14 15:20:13 +01003298static const struct hda_pintbl ref922x_pin_configs[] = {
3299 { 0x0a, 0x01014010 },
3300 { 0x0b, 0x01016011 },
3301 { 0x0c, 0x01012012 },
3302 { 0x0d, 0x0221401f },
3303 { 0x0e, 0x01813122 },
3304 { 0x0f, 0x01011014 },
3305 { 0x10, 0x01441030 },
3306 { 0x11, 0x01c41030 },
3307 { 0x15, 0x40000100 },
3308 { 0x1b, 0x40000100 },
3309 {}
Matt2f2f4252005-04-13 14:45:30 +02003310};
3311
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003312/*
3313 STAC 922X pin configs for
3314 102801A7
3315 102801AB
3316 102801A9
3317 102801D1
3318 102801D2
3319*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003320static const struct hda_pintbl dell_922x_d81_pin_configs[] = {
3321 { 0x0a, 0x02214030 },
3322 { 0x0b, 0x01a19021 },
3323 { 0x0c, 0x01111012 },
3324 { 0x0d, 0x01114010 },
3325 { 0x0e, 0x02a19020 },
3326 { 0x0f, 0x01117011 },
3327 { 0x10, 0x400001f0 },
3328 { 0x11, 0x400001f1 },
3329 { 0x15, 0x01813122 },
3330 { 0x1b, 0x400001f2 },
3331 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003332};
3333
3334/*
3335 STAC 922X pin configs for
3336 102801AC
3337 102801D0
3338*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003339static const struct hda_pintbl dell_922x_d82_pin_configs[] = {
3340 { 0x0a, 0x02214030 },
3341 { 0x0b, 0x01a19021 },
3342 { 0x0c, 0x01111012 },
3343 { 0x0d, 0x01114010 },
3344 { 0x0e, 0x02a19020 },
3345 { 0x0f, 0x01117011 },
3346 { 0x10, 0x01451140 },
3347 { 0x11, 0x400001f0 },
3348 { 0x15, 0x01813122 },
3349 { 0x1b, 0x400001f1 },
3350 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003351};
3352
3353/*
3354 STAC 922X pin configs for
3355 102801BF
3356*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003357static const struct hda_pintbl dell_922x_m81_pin_configs[] = {
3358 { 0x0a, 0x0321101f },
3359 { 0x0b, 0x01112024 },
3360 { 0x0c, 0x01111222 },
3361 { 0x0d, 0x91174220 },
3362 { 0x0e, 0x03a11050 },
3363 { 0x0f, 0x01116221 },
3364 { 0x10, 0x90a70330 },
3365 { 0x11, 0x01452340 },
3366 { 0x15, 0x40C003f1 },
3367 { 0x1b, 0x405003f0 },
3368 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003369};
3370
3371/*
3372 STAC 9221 A1 pin configs for
3373 102801D7 (Dell XPS M1210)
3374*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003375static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
3376 { 0x0a, 0x02211211 },
3377 { 0x0b, 0x408103ff },
3378 { 0x0c, 0x02a1123e },
3379 { 0x0d, 0x90100310 },
3380 { 0x0e, 0x408003f1 },
3381 { 0x0f, 0x0221121f },
3382 { 0x10, 0x03451340 },
3383 { 0x11, 0x40c003f2 },
3384 { 0x15, 0x508003f3 },
3385 { 0x1b, 0x405003f4 },
3386 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003387};
3388
Takashi Iwai0a427842013-01-14 15:20:13 +01003389static const struct hda_pintbl d945gtp3_pin_configs[] = {
3390 { 0x0a, 0x0221401f },
3391 { 0x0b, 0x01a19022 },
3392 { 0x0c, 0x01813021 },
3393 { 0x0d, 0x01014010 },
3394 { 0x0e, 0x40000100 },
3395 { 0x0f, 0x40000100 },
3396 { 0x10, 0x40000100 },
3397 { 0x11, 0x40000100 },
3398 { 0x15, 0x02a19120 },
3399 { 0x1b, 0x40000100 },
3400 {}
Matt Porter403d1942005-11-29 15:00:51 +01003401};
3402
Takashi Iwai0a427842013-01-14 15:20:13 +01003403static const struct hda_pintbl d945gtp5_pin_configs[] = {
3404 { 0x0a, 0x0221401f },
3405 { 0x0b, 0x01011012 },
3406 { 0x0c, 0x01813024 },
3407 { 0x0d, 0x01014010 },
3408 { 0x0e, 0x01a19021 },
3409 { 0x0f, 0x01016011 },
3410 { 0x10, 0x01452130 },
3411 { 0x11, 0x40000100 },
3412 { 0x15, 0x02a19320 },
3413 { 0x1b, 0x40000100 },
3414 {}
Matt Porter403d1942005-11-29 15:00:51 +01003415};
3416
Takashi Iwai0a427842013-01-14 15:20:13 +01003417static const struct hda_pintbl intel_mac_v1_pin_configs[] = {
3418 { 0x0a, 0x0121e21f },
3419 { 0x0b, 0x400000ff },
3420 { 0x0c, 0x9017e110 },
3421 { 0x0d, 0x400000fd },
3422 { 0x0e, 0x400000fe },
3423 { 0x0f, 0x0181e020 },
3424 { 0x10, 0x1145e030 },
3425 { 0x11, 0x11c5e240 },
3426 { 0x15, 0x400000fc },
3427 { 0x1b, 0x400000fb },
3428 {}
Takashi Iwai3fc24d82007-02-16 13:27:18 +01003429};
3430
Takashi Iwai0a427842013-01-14 15:20:13 +01003431static const struct hda_pintbl intel_mac_v2_pin_configs[] = {
3432 { 0x0a, 0x0121e21f },
3433 { 0x0b, 0x90a7012e },
3434 { 0x0c, 0x9017e110 },
3435 { 0x0d, 0x400000fd },
3436 { 0x0e, 0x400000fe },
3437 { 0x0f, 0x0181e020 },
3438 { 0x10, 0x1145e230 },
3439 { 0x11, 0x500000fa },
3440 { 0x15, 0x400000fc },
3441 { 0x1b, 0x400000fb },
3442 {}
Sylvain FORETf16928f2007-04-27 14:22:36 +02003443};
3444
Takashi Iwai0a427842013-01-14 15:20:13 +01003445static const struct hda_pintbl intel_mac_v3_pin_configs[] = {
3446 { 0x0a, 0x0121e21f },
3447 { 0x0b, 0x90a7012e },
3448 { 0x0c, 0x9017e110 },
3449 { 0x0d, 0x400000fd },
3450 { 0x0e, 0x400000fe },
3451 { 0x0f, 0x0181e020 },
3452 { 0x10, 0x1145e230 },
3453 { 0x11, 0x11c5e240 },
3454 { 0x15, 0x400000fc },
3455 { 0x1b, 0x400000fb },
3456 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003457};
3458
Takashi Iwai0a427842013-01-14 15:20:13 +01003459static const struct hda_pintbl intel_mac_v4_pin_configs[] = {
3460 { 0x0a, 0x0321e21f },
3461 { 0x0b, 0x03a1e02e },
3462 { 0x0c, 0x9017e110 },
3463 { 0x0d, 0x9017e11f },
3464 { 0x0e, 0x400000fe },
3465 { 0x0f, 0x0381e020 },
3466 { 0x10, 0x1345e230 },
3467 { 0x11, 0x13c5e240 },
3468 { 0x15, 0x400000fc },
3469 { 0x1b, 0x400000fb },
3470 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003471};
3472
Takashi Iwai0a427842013-01-14 15:20:13 +01003473static const struct hda_pintbl intel_mac_v5_pin_configs[] = {
3474 { 0x0a, 0x0321e21f },
3475 { 0x0b, 0x03a1e02e },
3476 { 0x0c, 0x9017e110 },
3477 { 0x0d, 0x9017e11f },
3478 { 0x0e, 0x400000fe },
3479 { 0x0f, 0x0381e020 },
3480 { 0x10, 0x1345e230 },
3481 { 0x11, 0x13c5e240 },
3482 { 0x15, 0x400000fc },
3483 { 0x1b, 0x400000fb },
3484 {}
Takashi Iwai0dae0f82007-05-21 12:41:29 +02003485};
3486
Takashi Iwai0a427842013-01-14 15:20:13 +01003487static const struct hda_pintbl ecs202_pin_configs[] = {
3488 { 0x0a, 0x0221401f },
3489 { 0x0b, 0x02a19020 },
3490 { 0x0c, 0x01a19020 },
3491 { 0x0d, 0x01114010 },
3492 { 0x0e, 0x408000f0 },
3493 { 0x0f, 0x01813022 },
3494 { 0x10, 0x074510a0 },
3495 { 0x11, 0x40c400f1 },
3496 { 0x15, 0x9037012e },
3497 { 0x1b, 0x40e000f2 },
3498 {}
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003499};
Takashi Iwai76c08822007-06-19 12:17:42 +02003500
Takashi Iwai0a427842013-01-14 15:20:13 +01003501/* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */
3502static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = {
Takashi Iwai697aeba2013-08-01 08:38:27 +02003503 SND_PCI_QUIRK(0x0000, 0x0100, "Mac Mini", STAC_INTEL_MAC_V3),
Takashi Iwai0a427842013-01-14 15:20:13 +01003504 SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1),
3505 SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2),
3506 SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2),
3507 SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3),
3508 SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3),
3509 SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3),
3510 SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3),
3511 SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3),
3512 SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3),
3513 SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4),
3514 SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5),
3515 SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5),
3516 {}
3517};
3518
3519static const struct hda_fixup stac922x_fixups[];
3520
3521/* remap the fixup from codec SSID and apply it */
3522static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec,
3523 const struct hda_fixup *fix,
3524 int action)
3525{
3526 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3527 return;
David Henningssonf5662e12014-07-22 14:09:34 +02003528
3529 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
Takashi Iwai0a427842013-01-14 15:20:13 +01003530 snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl,
3531 stac922x_fixups);
David Henningssonf5662e12014-07-22 14:09:34 +02003532 if (codec->fixup_id != HDA_FIXUP_ID_NOT_SET)
Takashi Iwai0a427842013-01-14 15:20:13 +01003533 snd_hda_apply_fixup(codec, action);
3534}
3535
3536static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec,
3537 const struct hda_fixup *fix,
3538 int action)
3539{
3540 struct sigmatel_spec *spec = codec->spec;
3541
3542 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3543 spec->gpio_mask = spec->gpio_dir = 0x03;
3544 spec->gpio_data = 0x03;
3545 }
3546}
3547
3548static const struct hda_fixup stac922x_fixups[] = {
3549 [STAC_D945_REF] = {
3550 .type = HDA_FIXUP_PINS,
3551 .v.pins = ref922x_pin_configs,
3552 },
3553 [STAC_D945GTP3] = {
3554 .type = HDA_FIXUP_PINS,
3555 .v.pins = d945gtp3_pin_configs,
3556 },
3557 [STAC_D945GTP5] = {
3558 .type = HDA_FIXUP_PINS,
3559 .v.pins = d945gtp5_pin_configs,
3560 },
3561 [STAC_INTEL_MAC_AUTO] = {
3562 .type = HDA_FIXUP_FUNC,
3563 .v.func = stac922x_fixup_intel_mac_auto,
3564 },
3565 [STAC_INTEL_MAC_V1] = {
3566 .type = HDA_FIXUP_PINS,
3567 .v.pins = intel_mac_v1_pin_configs,
3568 .chained = true,
3569 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3570 },
3571 [STAC_INTEL_MAC_V2] = {
3572 .type = HDA_FIXUP_PINS,
3573 .v.pins = intel_mac_v2_pin_configs,
3574 .chained = true,
3575 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3576 },
3577 [STAC_INTEL_MAC_V3] = {
3578 .type = HDA_FIXUP_PINS,
3579 .v.pins = intel_mac_v3_pin_configs,
3580 .chained = true,
3581 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3582 },
3583 [STAC_INTEL_MAC_V4] = {
3584 .type = HDA_FIXUP_PINS,
3585 .v.pins = intel_mac_v4_pin_configs,
3586 .chained = true,
3587 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3588 },
3589 [STAC_INTEL_MAC_V5] = {
3590 .type = HDA_FIXUP_PINS,
3591 .v.pins = intel_mac_v5_pin_configs,
3592 .chained = true,
3593 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3594 },
3595 [STAC_922X_INTEL_MAC_GPIO] = {
3596 .type = HDA_FIXUP_FUNC,
3597 .v.func = stac922x_fixup_intel_mac_gpio,
3598 },
3599 [STAC_ECS_202] = {
3600 .type = HDA_FIXUP_PINS,
3601 .v.pins = ecs202_pin_configs,
3602 },
3603 [STAC_922X_DELL_D81] = {
3604 .type = HDA_FIXUP_PINS,
3605 .v.pins = dell_922x_d81_pin_configs,
3606 },
3607 [STAC_922X_DELL_D82] = {
3608 .type = HDA_FIXUP_PINS,
3609 .v.pins = dell_922x_d82_pin_configs,
3610 },
3611 [STAC_922X_DELL_M81] = {
3612 .type = HDA_FIXUP_PINS,
3613 .v.pins = dell_922x_m81_pin_configs,
3614 },
3615 [STAC_922X_DELL_M82] = {
3616 .type = HDA_FIXUP_PINS,
3617 .v.pins = dell_922x_m82_pin_configs,
3618 },
3619};
3620
3621static const struct hda_model_fixup stac922x_models[] = {
3622 { .id = STAC_D945_REF, .name = "ref" },
3623 { .id = STAC_D945GTP5, .name = "5stack" },
3624 { .id = STAC_D945GTP3, .name = "3stack" },
3625 { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" },
3626 { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" },
3627 { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" },
3628 { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" },
3629 { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" },
3630 { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" },
3631 { .id = STAC_ECS_202, .name = "ecs202" },
3632 { .id = STAC_922X_DELL_D81, .name = "dell-d81" },
3633 { .id = STAC_922X_DELL_D82, .name = "dell-d82" },
3634 { .id = STAC_922X_DELL_M81, .name = "dell-m81" },
3635 { .id = STAC_922X_DELL_M82, .name = "dell-m82" },
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003636 /* for backward compatibility */
Takashi Iwai0a427842013-01-14 15:20:13 +01003637 { .id = STAC_INTEL_MAC_V3, .name = "macmini" },
3638 { .id = STAC_INTEL_MAC_V5, .name = "macbook" },
3639 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" },
3640 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" },
3641 { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" },
3642 { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" },
3643 {}
Matt Porter403d1942005-11-29 15:00:51 +01003644};
3645
Takashi Iwai0a427842013-01-14 15:20:13 +01003646static const struct snd_pci_quirk stac922x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003647 /* SigmaTel reference board */
3648 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3649 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003650 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3651 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003652 /* Intel 945G based systems */
3653 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
3654 "Intel D945G", STAC_D945GTP3),
3655 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
3656 "Intel D945G", STAC_D945GTP3),
3657 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
3658 "Intel D945G", STAC_D945GTP3),
3659 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
3660 "Intel D945G", STAC_D945GTP3),
3661 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
3662 "Intel D945G", STAC_D945GTP3),
3663 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
3664 "Intel D945G", STAC_D945GTP3),
3665 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
3666 "Intel D945G", STAC_D945GTP3),
3667 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
3668 "Intel D945G", STAC_D945GTP3),
3669 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
3670 "Intel D945G", STAC_D945GTP3),
3671 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
3672 "Intel D945G", STAC_D945GTP3),
3673 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
3674 "Intel D945G", STAC_D945GTP3),
3675 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
3676 "Intel D945G", STAC_D945GTP3),
3677 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
3678 "Intel D945G", STAC_D945GTP3),
3679 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
3680 "Intel D945G", STAC_D945GTP3),
3681 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
3682 "Intel D945G", STAC_D945GTP3),
3683 /* Intel D945G 5-stack systems */
3684 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
3685 "Intel D945G", STAC_D945GTP5),
3686 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
3687 "Intel D945G", STAC_D945GTP5),
3688 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
3689 "Intel D945G", STAC_D945GTP5),
3690 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
3691 "Intel D945G", STAC_D945GTP5),
3692 /* Intel 945P based systems */
3693 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
3694 "Intel D945P", STAC_D945GTP3),
3695 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
3696 "Intel D945P", STAC_D945GTP3),
3697 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
3698 "Intel D945P", STAC_D945GTP3),
3699 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
3700 "Intel D945P", STAC_D945GTP3),
3701 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
3702 "Intel D945P", STAC_D945GTP3),
3703 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
3704 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01003705 /* other intel */
3706 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
3707 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003708 /* other systems */
Takashi Iwai0a427842013-01-14 15:20:13 +01003709
Nicolas Boichat536319a2008-07-21 22:18:01 +08003710 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwai0a427842013-01-14 15:20:13 +01003711 SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO),
3712
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003713 /* Dell systems */
3714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
3715 "unknown Dell", STAC_922X_DELL_D81),
3716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
3717 "unknown Dell", STAC_922X_DELL_D81),
3718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
3719 "unknown Dell", STAC_922X_DELL_D81),
3720 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
3721 "unknown Dell", STAC_922X_DELL_D82),
3722 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
3723 "unknown Dell", STAC_922X_DELL_M81),
3724 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
3725 "unknown Dell", STAC_922X_DELL_D82),
3726 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
3727 "unknown Dell", STAC_922X_DELL_D81),
3728 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
3729 "unknown Dell", STAC_922X_DELL_D81),
3730 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
3731 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003732 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003733 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02003734 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01003735 {} /* terminator */
3736};
3737
Takashi Iwai29ac8362013-01-14 16:03:38 +01003738static const struct hda_pintbl ref927x_pin_configs[] = {
3739 { 0x0a, 0x02214020 },
3740 { 0x0b, 0x02a19080 },
3741 { 0x0c, 0x0181304e },
3742 { 0x0d, 0x01014010 },
3743 { 0x0e, 0x01a19040 },
3744 { 0x0f, 0x01011012 },
3745 { 0x10, 0x01016011 },
3746 { 0x11, 0x0101201f },
3747 { 0x12, 0x183301f0 },
3748 { 0x13, 0x18a001f0 },
3749 { 0x14, 0x18a001f0 },
3750 { 0x21, 0x01442070 },
3751 { 0x22, 0x01c42190 },
3752 { 0x23, 0x40000100 },
3753 {}
Matt Porter3cc08dc2006-01-23 15:27:49 +01003754};
3755
Takashi Iwai29ac8362013-01-14 16:03:38 +01003756static const struct hda_pintbl d965_3st_pin_configs[] = {
3757 { 0x0a, 0x0221401f },
3758 { 0x0b, 0x02a19120 },
3759 { 0x0c, 0x40000100 },
3760 { 0x0d, 0x01014011 },
3761 { 0x0e, 0x01a19021 },
3762 { 0x0f, 0x01813024 },
3763 { 0x10, 0x40000100 },
3764 { 0x11, 0x40000100 },
3765 { 0x12, 0x40000100 },
3766 { 0x13, 0x40000100 },
3767 { 0x14, 0x40000100 },
3768 { 0x21, 0x40000100 },
3769 { 0x22, 0x40000100 },
3770 { 0x23, 0x40000100 },
3771 {}
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003772};
3773
Takashi Iwai29ac8362013-01-14 16:03:38 +01003774static const struct hda_pintbl d965_5st_pin_configs[] = {
3775 { 0x0a, 0x02214020 },
3776 { 0x0b, 0x02a19080 },
3777 { 0x0c, 0x0181304e },
3778 { 0x0d, 0x01014010 },
3779 { 0x0e, 0x01a19040 },
3780 { 0x0f, 0x01011012 },
3781 { 0x10, 0x01016011 },
3782 { 0x11, 0x40000100 },
3783 { 0x12, 0x40000100 },
3784 { 0x13, 0x40000100 },
3785 { 0x14, 0x40000100 },
3786 { 0x21, 0x01442070 },
3787 { 0x22, 0x40000100 },
3788 { 0x23, 0x40000100 },
3789 {}
Tobin Davis93ed1502006-09-01 21:03:12 +02003790};
3791
Takashi Iwai29ac8362013-01-14 16:03:38 +01003792static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = {
3793 { 0x0a, 0x40000100 },
3794 { 0x0b, 0x40000100 },
3795 { 0x0c, 0x0181304e },
3796 { 0x0d, 0x01014010 },
3797 { 0x0e, 0x01a19040 },
3798 { 0x0f, 0x01011012 },
3799 { 0x10, 0x01016011 },
3800 { 0x11, 0x40000100 },
3801 { 0x12, 0x40000100 },
3802 { 0x13, 0x40000100 },
3803 { 0x14, 0x40000100 },
3804 { 0x21, 0x01442070 },
3805 { 0x22, 0x40000100 },
3806 { 0x23, 0x40000100 },
3807 {}
Takashi Iwai679d92e2009-05-24 19:00:08 +02003808};
3809
Takashi Iwai29ac8362013-01-14 16:03:38 +01003810static const struct hda_pintbl dell_3st_pin_configs[] = {
3811 { 0x0a, 0x02211230 },
3812 { 0x0b, 0x02a11220 },
3813 { 0x0c, 0x01a19040 },
3814 { 0x0d, 0x01114210 },
3815 { 0x0e, 0x01111212 },
3816 { 0x0f, 0x01116211 },
3817 { 0x10, 0x01813050 },
3818 { 0x11, 0x01112214 },
3819 { 0x12, 0x403003fa },
3820 { 0x13, 0x90a60040 },
3821 { 0x14, 0x90a60040 },
3822 { 0x21, 0x404003fb },
3823 { 0x22, 0x40c003fc },
3824 { 0x23, 0x40000100 },
3825 {}
Tobin Davis4ff076e2007-08-07 11:48:12 +02003826};
3827
Takashi Iwai29ac8362013-01-14 16:03:38 +01003828static void stac927x_fixup_ref_no_jd(struct hda_codec *codec,
3829 const struct hda_fixup *fix, int action)
3830{
Takashi Iwai29ac8362013-01-14 16:03:38 +01003831 /* no jack detecion for ref-no-jd model */
Takashi Iwai36c9db72013-01-17 17:07:59 +01003832 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3833 codec->no_jack_detect = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003834}
3835
3836static void stac927x_fixup_ref(struct hda_codec *codec,
3837 const struct hda_fixup *fix, int action)
3838{
3839 struct sigmatel_spec *spec = codec->spec;
3840
3841 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3842 snd_hda_apply_pincfgs(codec, ref927x_pin_configs);
3843 spec->eapd_mask = spec->gpio_mask = 0;
3844 spec->gpio_dir = spec->gpio_data = 0;
3845 }
3846}
3847
3848static void stac927x_fixup_dell_dmic(struct hda_codec *codec,
3849 const struct hda_fixup *fix, int action)
3850{
3851 struct sigmatel_spec *spec = codec->spec;
3852
3853 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3854 return;
3855
Takashi Iwai7639a062015-03-03 10:07:24 +01003856 if (codec->core.subsystem_id != 0x1028022f) {
Takashi Iwai29ac8362013-01-14 16:03:38 +01003857 /* GPIO2 High = Enable EAPD */
3858 spec->eapd_mask = spec->gpio_mask = 0x04;
3859 spec->gpio_dir = spec->gpio_data = 0x04;
3860 }
Takashi Iwai29ac8362013-01-14 16:03:38 +01003861
3862 snd_hda_add_verbs(codec, dell_3st_core_init);
3863 spec->volknob_init = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003864}
3865
3866static void stac927x_fixup_volknob(struct hda_codec *codec,
3867 const struct hda_fixup *fix, int action)
3868{
3869 struct sigmatel_spec *spec = codec->spec;
3870
3871 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3872 snd_hda_add_verbs(codec, stac927x_volknob_core_init);
3873 spec->volknob_init = 1;
3874 }
3875}
3876
3877static const struct hda_fixup stac927x_fixups[] = {
3878 [STAC_D965_REF_NO_JD] = {
3879 .type = HDA_FIXUP_FUNC,
3880 .v.func = stac927x_fixup_ref_no_jd,
3881 .chained = true,
3882 .chain_id = STAC_D965_REF,
3883 },
3884 [STAC_D965_REF] = {
3885 .type = HDA_FIXUP_FUNC,
3886 .v.func = stac927x_fixup_ref,
3887 },
3888 [STAC_D965_3ST] = {
3889 .type = HDA_FIXUP_PINS,
3890 .v.pins = d965_3st_pin_configs,
3891 .chained = true,
3892 .chain_id = STAC_D965_VERBS,
3893 },
3894 [STAC_D965_5ST] = {
3895 .type = HDA_FIXUP_PINS,
3896 .v.pins = d965_5st_pin_configs,
3897 .chained = true,
3898 .chain_id = STAC_D965_VERBS,
3899 },
3900 [STAC_D965_VERBS] = {
3901 .type = HDA_FIXUP_VERBS,
3902 .v.verbs = d965_core_init,
3903 },
3904 [STAC_D965_5ST_NO_FP] = {
3905 .type = HDA_FIXUP_PINS,
3906 .v.pins = d965_5st_no_fp_pin_configs,
3907 },
3908 [STAC_DELL_3ST] = {
3909 .type = HDA_FIXUP_PINS,
3910 .v.pins = dell_3st_pin_configs,
3911 .chained = true,
3912 .chain_id = STAC_927X_DELL_DMIC,
3913 },
3914 [STAC_DELL_BIOS] = {
3915 .type = HDA_FIXUP_PINS,
3916 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai29ac8362013-01-14 16:03:38 +01003917 /* correct the front output jack as a hp out */
Takashi Iwaif3e351e2013-07-19 08:02:25 +02003918 { 0x0f, 0x0221101f },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003919 /* correct the front input jack as a mic */
3920 { 0x0e, 0x02a79130 },
3921 {}
3922 },
3923 .chained = true,
3924 .chain_id = STAC_927X_DELL_DMIC,
3925 },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003926 [STAC_DELL_BIOS_AMIC] = {
3927 .type = HDA_FIXUP_PINS,
3928 .v.pins = (const struct hda_pintbl[]) {
3929 /* configure the analog microphone on some laptops */
3930 { 0x0c, 0x90a79130 },
3931 {}
3932 },
3933 .chained = true,
3934 .chain_id = STAC_DELL_BIOS,
3935 },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003936 [STAC_DELL_BIOS_SPDIF] = {
3937 .type = HDA_FIXUP_PINS,
3938 .v.pins = (const struct hda_pintbl[]) {
3939 /* correct the device field to SPDIF out */
3940 { 0x21, 0x01442070 },
3941 {}
3942 },
3943 .chained = true,
3944 .chain_id = STAC_DELL_BIOS,
3945 },
3946 [STAC_927X_DELL_DMIC] = {
3947 .type = HDA_FIXUP_FUNC,
3948 .v.func = stac927x_fixup_dell_dmic,
3949 },
3950 [STAC_927X_VOLKNOB] = {
3951 .type = HDA_FIXUP_FUNC,
3952 .v.func = stac927x_fixup_volknob,
3953 },
Matt Porter3cc08dc2006-01-23 15:27:49 +01003954};
3955
Takashi Iwai29ac8362013-01-14 16:03:38 +01003956static const struct hda_model_fixup stac927x_models[] = {
3957 { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" },
3958 { .id = STAC_D965_REF, .name = "ref" },
3959 { .id = STAC_D965_3ST, .name = "3stack" },
3960 { .id = STAC_D965_5ST, .name = "5stack" },
3961 { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" },
3962 { .id = STAC_DELL_3ST, .name = "dell-3stack" },
3963 { .id = STAC_DELL_BIOS, .name = "dell-bios" },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003964 { .id = STAC_DELL_BIOS_AMIC, .name = "dell-bios-amic" },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003965 { .id = STAC_927X_VOLKNOB, .name = "volknob" },
3966 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003967};
3968
Takashi Iwai29ac8362013-01-14 16:03:38 +01003969static const struct snd_pci_quirk stac927x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003970 /* SigmaTel reference board */
3971 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3972 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003973 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3974 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003975 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003976 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
3977 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02003978 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003979 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
3980 "Intel D965", STAC_D965_3ST),
3981 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
3982 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003983 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003984 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003985 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
3986 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003987 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003988 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04003989 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003990 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003991 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS_SPDIF),
Chengu Wang84d3dc22009-07-30 19:43:55 +08003992 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003993 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
3994 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
3995 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003996 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF),
Tobin Davis93ed1502006-09-01 21:03:12 +02003997 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003998 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
3999 "Intel D965", STAC_D965_5ST),
4000 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
4001 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02004002 /* volume-knob fixes */
4003 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01004004 {} /* terminator */
4005};
4006
Takashi Iwaife6322c2013-01-14 14:46:51 +01004007static const struct hda_pintbl ref9205_pin_configs[] = {
4008 { 0x0a, 0x40000100 },
4009 { 0x0b, 0x40000100 },
4010 { 0x0c, 0x01016011 },
4011 { 0x0d, 0x01014010 },
4012 { 0x0e, 0x01813122 },
4013 { 0x0f, 0x01a19021 },
4014 { 0x14, 0x01019020 },
4015 { 0x16, 0x40000100 },
4016 { 0x17, 0x90a000f0 },
4017 { 0x18, 0x90a000f0 },
4018 { 0x21, 0x01441030 },
4019 { 0x22, 0x01c41030 },
4020 {}
Matt Porterf3302a52006-07-31 12:49:34 +02004021};
4022
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004023/*
4024 STAC 9205 pin configs for
4025 102801F1
4026 102801F2
4027 102801FC
4028 102801FD
4029 10280204
4030 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01004031 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01004032 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004033*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01004034static const struct hda_pintbl dell_9205_m42_pin_configs[] = {
4035 { 0x0a, 0x0321101F },
4036 { 0x0b, 0x03A11020 },
4037 { 0x0c, 0x400003FA },
4038 { 0x0d, 0x90170310 },
4039 { 0x0e, 0x400003FB },
4040 { 0x0f, 0x400003FC },
4041 { 0x14, 0x400003FD },
4042 { 0x16, 0x40F000F9 },
4043 { 0x17, 0x90A60330 },
4044 { 0x18, 0x400003FF },
4045 { 0x21, 0x0144131F },
4046 { 0x22, 0x40C003FE },
4047 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004048};
4049
4050/*
4051 STAC 9205 pin configs for
4052 102801F9
4053 102801FA
4054 102801FE
4055 102801FF (Dell Precision M4300)
4056 10280206
4057 10280200
4058 10280201
4059*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01004060static const struct hda_pintbl dell_9205_m43_pin_configs[] = {
4061 { 0x0a, 0x0321101f },
4062 { 0x0b, 0x03a11020 },
4063 { 0x0c, 0x90a70330 },
4064 { 0x0d, 0x90170310 },
4065 { 0x0e, 0x400000fe },
4066 { 0x0f, 0x400000ff },
4067 { 0x14, 0x400000fd },
4068 { 0x16, 0x40f000f9 },
4069 { 0x17, 0x400000fa },
4070 { 0x18, 0x400000fc },
4071 { 0x21, 0x0144131f },
4072 { 0x22, 0x40c003f8 },
4073 /* Enable SPDIF in/out */
4074 { 0x1f, 0x01441030 },
4075 { 0x20, 0x1c410030 },
4076 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004077};
4078
Takashi Iwaife6322c2013-01-14 14:46:51 +01004079static const struct hda_pintbl dell_9205_m44_pin_configs[] = {
4080 { 0x0a, 0x0421101f },
4081 { 0x0b, 0x04a11020 },
4082 { 0x0c, 0x400003fa },
4083 { 0x0d, 0x90170310 },
4084 { 0x0e, 0x400003fb },
4085 { 0x0f, 0x400003fc },
4086 { 0x14, 0x400003fd },
4087 { 0x16, 0x400003f9 },
4088 { 0x17, 0x90a60330 },
4089 { 0x18, 0x400003ff },
4090 { 0x21, 0x01441340 },
4091 { 0x22, 0x40c003fe },
4092 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004093};
4094
Takashi Iwaife6322c2013-01-14 14:46:51 +01004095static void stac9205_fixup_ref(struct hda_codec *codec,
4096 const struct hda_fixup *fix, int action)
4097{
4098 struct sigmatel_spec *spec = codec->spec;
4099
4100 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4101 snd_hda_apply_pincfgs(codec, ref9205_pin_configs);
4102 /* SPDIF-In enabled */
4103 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0;
4104 }
4105}
4106
Takashi Iwaife6322c2013-01-14 14:46:51 +01004107static void stac9205_fixup_dell_m43(struct hda_codec *codec,
4108 const struct hda_fixup *fix, int action)
4109{
4110 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1a4f69d2014-09-11 15:22:46 +02004111 struct hda_jack_callback *jack;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004112
4113 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4114 snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs);
4115
4116 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai7639a062015-03-03 10:07:24 +01004117 snd_hda_codec_write_cache(codec, codec->core.afg, 0,
Takashi Iwaife6322c2013-01-14 14:46:51 +01004118 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai7639a062015-03-03 10:07:24 +01004119 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg,
Takashi Iwaibda17b822014-09-11 14:39:09 +02004120 stac_vref_event);
4121 if (!IS_ERR(jack))
Takashi Iwai36c9db72013-01-17 17:07:59 +01004122 jack->private_data = 0x01;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004123
4124 spec->gpio_dir = 0x0b;
4125 spec->eapd_mask = 0x01;
4126 spec->gpio_mask = 0x1b;
4127 spec->gpio_mute = 0x10;
4128 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4129 * GPIO3 Low = DRM
4130 */
4131 spec->gpio_data = 0x01;
4132 }
4133}
4134
4135static void stac9205_fixup_eapd(struct hda_codec *codec,
4136 const struct hda_fixup *fix, int action)
4137{
4138 struct sigmatel_spec *spec = codec->spec;
4139
4140 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4141 spec->eapd_switch = 0;
4142}
4143
4144static const struct hda_fixup stac9205_fixups[] = {
4145 [STAC_9205_REF] = {
4146 .type = HDA_FIXUP_FUNC,
4147 .v.func = stac9205_fixup_ref,
4148 },
4149 [STAC_9205_DELL_M42] = {
4150 .type = HDA_FIXUP_PINS,
4151 .v.pins = dell_9205_m42_pin_configs,
4152 },
4153 [STAC_9205_DELL_M43] = {
4154 .type = HDA_FIXUP_FUNC,
4155 .v.func = stac9205_fixup_dell_m43,
4156 },
4157 [STAC_9205_DELL_M44] = {
4158 .type = HDA_FIXUP_PINS,
4159 .v.pins = dell_9205_m44_pin_configs,
4160 },
4161 [STAC_9205_EAPD] = {
4162 .type = HDA_FIXUP_FUNC,
4163 .v.func = stac9205_fixup_eapd,
4164 },
4165 {}
Matt Porterf3302a52006-07-31 12:49:34 +02004166};
4167
Takashi Iwaife6322c2013-01-14 14:46:51 +01004168static const struct hda_model_fixup stac9205_models[] = {
4169 { .id = STAC_9205_REF, .name = "ref" },
4170 { .id = STAC_9205_DELL_M42, .name = "dell-m42" },
4171 { .id = STAC_9205_DELL_M43, .name = "dell-m43" },
4172 { .id = STAC_9205_DELL_M44, .name = "dell-m44" },
4173 { .id = STAC_9205_EAPD, .name = "eapd" },
4174 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004175};
4176
Takashi Iwaife6322c2013-01-14 14:46:51 +01004177static const struct snd_pci_quirk stac9205_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004178 /* SigmaTel reference board */
4179 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
4180 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03004181 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
4182 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05004183 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
4184 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004185 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004186 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
4187 "unknown Dell", STAC_9205_DELL_M42),
4188 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
4189 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004190 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02004191 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004192 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
4193 "Dell Precision", STAC_9205_DELL_M43),
4194 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
4195 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004196 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
4197 "unknown Dell", STAC_9205_DELL_M42),
4198 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
4199 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004200 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
4201 "Dell Precision", STAC_9205_DELL_M43),
4202 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004203 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
4205 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02004206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
4207 "Dell Precision", STAC_9205_DELL_M43),
4208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
4209 "Dell Precision", STAC_9205_DELL_M43),
4210 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
4211 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004212 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
4213 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01004214 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
4215 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01004216 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
4217 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004218 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08004219 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004220 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02004221 {} /* terminator */
4222};
4223
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004224static void stac92hd95_fixup_hp_led(struct hda_codec *codec,
4225 const struct hda_fixup *fix, int action)
4226{
4227 struct sigmatel_spec *spec = codec->spec;
4228
4229 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4230 return;
4231
4232 if (find_mute_led_cfg(codec, spec->default_polarity))
4233 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
4234 spec->gpio_led,
4235 spec->gpio_led_polarity);
4236}
4237
4238static const struct hda_fixup stac92hd95_fixups[] = {
4239 [STAC_92HD95_HP_LED] = {
4240 .type = HDA_FIXUP_FUNC,
4241 .v.func = stac92hd95_fixup_hp_led,
4242 },
4243 [STAC_92HD95_HP_BASS] = {
4244 .type = HDA_FIXUP_VERBS,
4245 .v.verbs = (const struct hda_verb[]) {
4246 {0x1a, 0x795, 0x00}, /* HPF to 100Hz */
4247 {}
4248 },
4249 .chained = true,
4250 .chain_id = STAC_92HD95_HP_LED,
4251 },
4252};
4253
4254static const struct snd_pci_quirk stac92hd95_fixup_tbl[] = {
4255 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1911, "HP Spectre 13", STAC_92HD95_HP_BASS),
4256 {} /* terminator */
4257};
4258
4259static const struct hda_model_fixup stac92hd95_models[] = {
4260 { .id = STAC_92HD95_HP_LED, .name = "hp-led" },
4261 { .id = STAC_92HD95_HP_BASS, .name = "hp-bass" },
4262 {}
4263};
4264
4265
Takashi Iwai36c9db72013-01-17 17:07:59 +01004266static int stac_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02004267{
4268 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004269 int err;
David Henningssonf390dad2013-03-21 12:16:30 +01004270 int flags = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004271
David Henningssonf390dad2013-03-21 12:16:30 +01004272 if (spec->headset_jack)
4273 flags |= HDA_PINCFG_HEADSET_MIC;
4274
4275 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004276 if (err < 0)
4277 return err;
4278
Takashi Iwai36c9db72013-01-17 17:07:59 +01004279 /* add hooks */
4280 spec->gen.pcm_playback_hook = stac_playback_pcm_hook;
4281 spec->gen.pcm_capture_hook = stac_capture_pcm_hook;
4282
4283 spec->gen.automute_hook = stac_update_outputs;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004284
4285 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004286 if (err < 0)
4287 return err;
4288
Takashi Iwai6b275b12015-03-20 18:11:05 +01004289 if (spec->vref_mute_led_nid) {
4290 err = snd_hda_gen_fix_pin_power(codec, spec->vref_mute_led_nid);
4291 if (err < 0)
4292 return err;
4293 }
4294
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004295 /* setup analog beep controls */
4296 if (spec->anabeep_nid > 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004297 err = stac_auto_create_beep_ctls(codec,
4298 spec->anabeep_nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004299 if (err < 0)
4300 return err;
4301 }
4302
4303 /* setup digital beep controls and input device */
4304#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004305 if (spec->gen.beep_nid) {
4306 hda_nid_t nid = spec->gen.beep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004307 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004308
Takashi Iwai36c9db72013-01-17 17:07:59 +01004309 err = stac_auto_create_beep_ctls(codec, nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004310 if (err < 0)
4311 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004312 if (codec->beep) {
4313 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004314 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004315 /* if no beep switch is available, make its own one */
4316 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4317 if (!(caps & AC_AMPCAP_MUTE)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004318 err = stac_beep_switch_ctl(codec);
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004319 if (err < 0)
4320 return err;
4321 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004322 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004323 }
4324#endif
4325
Takashi Iwai36c9db72013-01-17 17:07:59 +01004326 if (spec->gpio_led)
4327 spec->gen.vmaster_mute.hook = stac_vmaster_hook;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004328
Takashi Iwai36c9db72013-01-17 17:07:59 +01004329 if (spec->aloopback_ctl &&
4330 snd_hda_get_bool_hint(codec, "loopback") == 1) {
Takashi Iwaia551d912015-02-26 12:34:49 +01004331 unsigned int wr_verb =
4332 spec->aloopback_ctl->private_value >> 16;
4333 if (snd_hdac_regmap_add_vendor_verb(&codec->core, wr_verb))
4334 return -ENOMEM;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004335 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl))
4336 return -ENOMEM;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004337 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004338
Takashi Iwai42875472013-01-22 09:34:48 +01004339 if (spec->have_spdif_mux) {
4340 err = stac_create_spdif_mux_ctls(codec);
4341 if (err < 0)
4342 return err;
4343 }
4344
Takashi Iwai7a9744c2014-09-11 12:59:21 +02004345 stac_init_power_map(codec);
Takashi Iwaiaa699c42014-09-11 15:29:18 +02004346
Takashi Iwai7a9744c2014-09-11 12:59:21 +02004347 return 0;
4348}
Takashi Iwai36c9db72013-01-17 17:07:59 +01004349
4350static int stac_init(struct hda_codec *codec)
Richard Fish160ea0d2006-09-06 13:58:25 +02004351{
4352 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004353 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004354
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004355 /* override some hints */
4356 stac_store_hints(codec);
4357
Takashi Iwaif73d3582008-11-25 08:21:51 +01004358 /* set up GPIO */
Takashi Iwaif73d3582008-11-25 08:21:51 +01004359 /* turn on EAPD statically when spec->eapd_switch isn't set.
4360 * otherwise, unsol event will turn it on/off dynamically
4361 */
4362 if (!spec->eapd_switch)
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004363 spec->gpio_data |= spec->eapd_mask;
4364 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004365
Takashi Iwai36c9db72013-01-17 17:07:59 +01004366 snd_hda_gen_init(codec);
Takashi Iwaic8822462012-05-15 09:11:36 +02004367
4368 /* sync the power-map */
4369 if (spec->num_pwrs)
Takashi Iwai7639a062015-03-03 10:07:24 +01004370 snd_hda_codec_write(codec, codec->core.afg, 0,
Takashi Iwaic8822462012-05-15 09:11:36 +02004371 AC_VERB_IDT_SET_POWER_MAP,
4372 spec->power_map_bits);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004373
4374 /* power down inactive ADCs */
4375 if (spec->powerdown_adcs) {
4376 for (i = 0; i < spec->gen.num_all_adcs; i++) {
4377 if (spec->active_adcs & (1 << i))
4378 continue;
4379 snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0,
4380 AC_VERB_SET_POWER_STATE,
4381 AC_PWRST_D3);
4382 }
4383 }
4384
Mattc7d4b2f2005-06-27 14:59:41 +02004385 return 0;
4386}
4387
Takashi Iwai36c9db72013-01-17 17:07:59 +01004388static void stac_shutup(struct hda_codec *codec)
Takashi Iwai603c4012008-07-30 15:01:44 +02004389{
4390 struct sigmatel_spec *spec = codec->spec;
4391
Takashi Iwai36c9db72013-01-17 17:07:59 +01004392 snd_hda_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004393
4394 if (spec->eapd_mask)
4395 stac_gpio_set(codec, spec->gpio_mask,
4396 spec->gpio_dir, spec->gpio_data &
4397 ~spec->eapd_mask);
4398}
4399
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004400#define stac_free snd_hda_gen_free
Matt2f2f4252005-04-13 14:45:30 +02004401
Jie Yangcd6a6502015-05-27 19:45:45 +08004402#ifdef CONFIG_SND_PROC_FS
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004403static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4404 struct hda_codec *codec, hda_nid_t nid)
4405{
Takashi Iwai7639a062015-03-03 10:07:24 +01004406 if (nid == codec->core.afg)
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004407 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02004408 snd_hda_codec_read(codec, nid, 0,
4409 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004410}
4411
4412static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4413 struct hda_codec *codec,
4414 unsigned int verb)
4415{
4416 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
Takashi Iwai7639a062015-03-03 10:07:24 +01004417 snd_hda_codec_read(codec, codec->core.afg, 0, verb, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004418}
4419
4420/* stac92hd71bxx, stac92hd73xx */
4421static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4422 struct hda_codec *codec, hda_nid_t nid)
4423{
4424 stac92hd_proc_hook(buffer, codec, nid);
Takashi Iwai7639a062015-03-03 10:07:24 +01004425 if (nid == codec->core.afg)
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004426 analog_loop_proc_hook(buffer, codec, 0xfa0);
4427}
4428
4429static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4430 struct hda_codec *codec, hda_nid_t nid)
4431{
Takashi Iwai7639a062015-03-03 10:07:24 +01004432 if (nid == codec->core.afg)
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004433 analog_loop_proc_hook(buffer, codec, 0xfe0);
4434}
4435
4436static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4437 struct hda_codec *codec, hda_nid_t nid)
4438{
Takashi Iwai7639a062015-03-03 10:07:24 +01004439 if (nid == codec->core.afg)
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004440 analog_loop_proc_hook(buffer, codec, 0xfeb);
4441}
4442#else
4443#define stac92hd_proc_hook NULL
4444#define stac92hd7x_proc_hook NULL
4445#define stac9205_proc_hook NULL
4446#define stac927x_proc_hook NULL
4447#endif
4448
Takashi Iwai2a439522011-07-26 09:52:50 +02004449#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004450static int stac_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004451{
Takashi Iwai36c9db72013-01-17 17:07:59 +01004452 stac_shutup(codec);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004453 return 0;
4454}
Takashi Iwai350eba432012-03-16 16:09:03 +01004455#else
Takashi Iwai36c9db72013-01-17 17:07:59 +01004456#define stac_suspend NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01004457#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004458
Takashi Iwai36c9db72013-01-17 17:07:59 +01004459static const struct hda_codec_ops stac_patch_ops = {
Takashi Iwaiaa699c42014-09-11 15:29:18 +02004460 .build_controls = snd_hda_gen_build_controls,
Takashi Iwai36c9db72013-01-17 17:07:59 +01004461 .build_pcms = snd_hda_gen_build_pcms,
4462 .init = stac_init,
4463 .free = stac_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02004464 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02004465#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004466 .suspend = stac_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004467#endif
Takashi Iwai36c9db72013-01-17 17:07:59 +01004468 .reboot_notify = stac_shutup,
Matt2f2f4252005-04-13 14:45:30 +02004469};
4470
Takashi Iwai36c9db72013-01-17 17:07:59 +01004471static int alloc_stac_spec(struct hda_codec *codec)
Takashi Iwai361dab32012-05-09 14:35:27 +02004472{
4473 struct sigmatel_spec *spec;
4474
4475 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4476 if (!spec)
4477 return -ENOMEM;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004478 snd_hda_gen_spec_init(&spec->gen);
Takashi Iwai361dab32012-05-09 14:35:27 +02004479 codec->spec = spec;
4480 codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
Takashi Iwaid89c6c02014-09-01 10:07:04 +02004481 spec->gen.dac_min_mute = true;
Takashi Iwai225068a2015-05-29 10:42:14 +02004482 codec->patch_ops = stac_patch_ops;
Takashi Iwai361dab32012-05-09 14:35:27 +02004483 return 0;
4484}
4485
Matt2f2f4252005-04-13 14:45:30 +02004486static int patch_stac9200(struct hda_codec *codec)
4487{
4488 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004489 int err;
Matt2f2f4252005-04-13 14:45:30 +02004490
Takashi Iwai36c9db72013-01-17 17:07:59 +01004491 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004492 if (err < 0)
4493 return err;
Matt2f2f4252005-04-13 14:45:30 +02004494
Takashi Iwai361dab32012-05-09 14:35:27 +02004495 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004496 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004497 spec->gen.own_eapd_ctl = 1;
4498
Takashi Iwaiba615b82013-03-13 14:47:21 +01004499 codec->power_filter = snd_hda_codec_eapd_power_filter;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004500
4501 snd_hda_add_verbs(codec, stac9200_eapd_init);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004502
4503 snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
4504 stac9200_fixups);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004505 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai117f2572008-03-18 09:53:23 +01004506
Takashi Iwai36c9db72013-01-17 17:07:59 +01004507 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004508 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004509 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004510 return err;
4511 }
Matt2f2f4252005-04-13 14:45:30 +02004512
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004513 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4514
Matt2f2f4252005-04-13 14:45:30 +02004515 return 0;
4516}
4517
Tobin Davis8e21c342007-01-08 11:04:17 +01004518static int patch_stac925x(struct hda_codec *codec)
4519{
4520 struct sigmatel_spec *spec;
4521 int err;
4522
Takashi Iwai36c9db72013-01-17 17:07:59 +01004523 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004524 if (err < 0)
4525 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004526
Takashi Iwai361dab32012-05-09 14:35:27 +02004527 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004528 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004529 spec->gen.own_eapd_ctl = 1;
4530
Takashi Iwai36c9db72013-01-17 17:07:59 +01004531 snd_hda_add_verbs(codec, stac925x_core_init);
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004532
Takashi Iwaid2077d42013-01-14 14:20:16 +01004533 snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl,
4534 stac925x_fixups);
Takashi Iwaid2077d42013-01-14 14:20:16 +01004535 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4536
Takashi Iwai36c9db72013-01-17 17:07:59 +01004537 err = stac_parse_auto_config(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004538 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004539 stac_free(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004540 return err;
4541 }
4542
Takashi Iwaid2077d42013-01-14 14:20:16 +01004543 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4544
Tobin Davis8e21c342007-01-08 11:04:17 +01004545 return 0;
4546}
4547
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004548static int patch_stac92hd73xx(struct hda_codec *codec)
4549{
4550 struct sigmatel_spec *spec;
Takashi Iwai361dab32012-05-09 14:35:27 +02004551 int err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004552 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004553
Takashi Iwai36c9db72013-01-17 17:07:59 +01004554 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004555 if (err < 0)
4556 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004557
Takashi Iwai361dab32012-05-09 14:35:27 +02004558 spec = codec->spec;
Takashi Iwaic7e10082015-10-04 22:44:12 +02004559 /* enable power_save_node only for new 92HD89xx chips, as it causes
4560 * click noises on old 92HD73xx chips.
4561 */
4562 if ((codec->core.vendor_id & 0xfffffff0) != 0x111d7670)
4563 codec->power_save_node = 1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004564 spec->linear_tone_beep = 0;
Takashi Iwai27487462013-01-21 16:25:18 +01004565 spec->gen.mixer_nid = 0x1d;
Takashi Iwai42875472013-01-22 09:34:48 +01004566 spec->have_spdif_mux = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01004567
Takashi Iwai36c9db72013-01-17 17:07:59 +01004568 num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004569 if (num_dacs < 3 || num_dacs > 5) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01004570 codec_warn(codec,
4571 "Could not determine number of channels defaulting to DAC count\n");
Takashi Iwai36c9db72013-01-17 17:07:59 +01004572 num_dacs = 5;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004573 }
Takashi Iwai55e30142013-01-14 17:30:04 +01004574
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004575 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004576 case 0x3: /* 6 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004577 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004578 break;
4579 case 0x4: /* 8 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004580 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004581 break;
4582 case 0x5: /* 10 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004583 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01004584 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004585 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004586
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004587 spec->aloopback_mask = 0x01;
4588 spec->aloopback_shift = 8;
4589
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004590 spec->gen.beep_nid = 0x1c; /* digital beep */
Takashi Iwai6479c632009-07-28 18:20:25 +02004591
Takashi Iwai55e30142013-01-14 17:30:04 +01004592 /* GPIO0 High = Enable EAPD */
4593 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4594 spec->gpio_data = 0x01;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004595
Takashi Iwai55e30142013-01-14 17:30:04 +01004596 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004597
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004598 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4599 spec->pwr_nids = stac92hd73xx_pwr_nids;
4600
Takashi Iwai36c9db72013-01-17 17:07:59 +01004601 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004602 spec->gen.power_down_unused = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004603
Takashi Iwai36c9db72013-01-17 17:07:59 +01004604 snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl,
4605 stac92hd73xx_fixups);
Takashi Iwai55e30142013-01-14 17:30:04 +01004606 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4607
4608 if (!spec->volknob_init)
4609 snd_hda_add_verbs(codec, stac92hd73xx_core_init);
4610
Takashi Iwai36c9db72013-01-17 17:07:59 +01004611 err = stac_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004612 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004613 stac_free(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004614 return err;
4615 }
4616
David Henningsson303985f2013-03-14 15:28:29 +01004617 /* Don't GPIO-mute speakers if there are no internal speakers, because
4618 * the GPIO might be necessary for Headphone
4619 */
4620 if (spec->eapd_switch && !has_builtin_speaker(codec))
4621 spec->eapd_switch = 0;
4622
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004623 codec->proc_widget_hook = stac92hd7x_proc_hook;
4624
Takashi Iwai55e30142013-01-14 17:30:04 +01004625 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4626
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004627 return 0;
4628}
4629
Takashi Iwai372f8c72013-01-14 18:06:34 +01004630static void stac_setup_gpio(struct hda_codec *codec)
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004631{
Takashi Iwai372f8c72013-01-14 18:06:34 +01004632 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01004633
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004634 spec->gpio_mask |= spec->eapd_mask;
Takashi Iwaib4e81872009-11-18 17:20:24 +01004635 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004636 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004637 spec->gpio_mask |= spec->gpio_led;
4638 spec->gpio_dir |= spec->gpio_led;
4639 spec->gpio_data |= spec->gpio_led;
4640 } else {
Takashi Iwaidfc6e462014-01-13 16:09:57 +01004641 codec->power_filter = stac_vref_led_power_filter;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004642 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004643 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004644
Takashi Iwai62cbde12012-09-14 11:58:54 +02004645 if (spec->mic_mute_led_gpio) {
4646 spec->gpio_mask |= spec->mic_mute_led_gpio;
4647 spec->gpio_dir |= spec->mic_mute_led_gpio;
Takashi Iwai7fe30712014-01-30 17:59:02 +01004648 spec->mic_enabled = 0;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004649 spec->gpio_data |= spec->mic_mute_led_gpio;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004650
Takashi Iwaia90229e2013-01-18 14:10:00 +01004651 spec->gen.cap_sync_hook = stac_capture_led_hook;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004652 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01004653}
4654
4655static int patch_stac92hd83xxx(struct hda_codec *codec)
4656{
4657 struct sigmatel_spec *spec;
4658 int err;
4659
Takashi Iwai36c9db72013-01-17 17:07:59 +01004660 err = alloc_stac_spec(codec);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004661 if (err < 0)
4662 return err;
4663
Takashi Iwai7639a062015-03-03 10:07:24 +01004664 /* longer delay needed for D3 */
4665 codec->core.power_caps &= ~AC_PWRST_EPSS;
Takashi Iwai372f8c72013-01-14 18:06:34 +01004666
4667 spec = codec->spec;
Takashi Iwai967b1302015-03-20 18:21:03 +01004668 codec->power_save_node = 1;
Takashi Iwai372f8c72013-01-14 18:06:34 +01004669 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004670 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004671 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004672 spec->gen.mixer_nid = 0x1b;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004673
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004674 spec->gen.beep_nid = 0x21; /* digital beep */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004675 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4676 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004677 spec->default_polarity = -1; /* no default cfg */
4678
Takashi Iwai36c9db72013-01-17 17:07:59 +01004679 snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004680
4681 snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl,
4682 stac92hd83xxx_fixups);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004683 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4684
4685 stac_setup_gpio(codec);
Takashi Iwai62cbde12012-09-14 11:58:54 +02004686
Takashi Iwai36c9db72013-01-17 17:07:59 +01004687 err = stac_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004688 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004689 stac_free(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004690 return err;
4691 }
4692
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004693 codec->proc_widget_hook = stac92hd_proc_hook;
4694
Takashi Iwai372f8c72013-01-14 18:06:34 +01004695 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4696
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004697 return 0;
4698}
4699
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004700static const hda_nid_t stac92hd95_pwr_nids[] = {
4701 0x0a, 0x0b, 0x0c, 0x0d
4702};
4703
4704static int patch_stac92hd95(struct hda_codec *codec)
4705{
4706 struct sigmatel_spec *spec;
4707 int err;
4708
4709 err = alloc_stac_spec(codec);
4710 if (err < 0)
4711 return err;
4712
Takashi Iwai7639a062015-03-03 10:07:24 +01004713 /* longer delay needed for D3 */
4714 codec->core.power_caps &= ~AC_PWRST_EPSS;
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004715
4716 spec = codec->spec;
Takashi Iwai967b1302015-03-20 18:21:03 +01004717 codec->power_save_node = 1;
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004718 spec->linear_tone_beep = 0;
4719 spec->gen.own_eapd_ctl = 1;
4720 spec->gen.power_down_unused = 1;
4721
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004722 spec->gen.beep_nid = 0x19; /* digital beep */
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004723 spec->pwr_nids = stac92hd95_pwr_nids;
4724 spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids);
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004725 spec->default_polarity = 0;
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004726
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004727 snd_hda_pick_fixup(codec, stac92hd95_models, stac92hd95_fixup_tbl,
4728 stac92hd95_fixups);
4729 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4730
4731 stac_setup_gpio(codec);
4732
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004733 err = stac_parse_auto_config(codec);
4734 if (err < 0) {
4735 stac_free(codec);
4736 return err;
4737 }
4738
4739 codec->proc_widget_hook = stac92hd_proc_hook;
4740
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004741 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4742
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004743 return 0;
4744}
4745
Matthew Ranostaye035b842007-11-06 11:53:55 +01004746static int patch_stac92hd71bxx(struct hda_codec *codec)
4747{
4748 struct sigmatel_spec *spec;
Takashi Iwaia551d912015-02-26 12:34:49 +01004749 const hda_nid_t *unmute_nids = stac92hd71bxx_unmute_nids;
Takashi Iwai361dab32012-05-09 14:35:27 +02004750 int err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004751
Takashi Iwai36c9db72013-01-17 17:07:59 +01004752 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004753 if (err < 0)
4754 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004755
Takashi Iwai361dab32012-05-09 14:35:27 +02004756 spec = codec->spec;
Takashi Iwaic545f792015-05-27 21:20:12 +02004757 /* disabled power_save_node since it causes noises on a Dell machine */
4758 /* codec->power_save_node = 1; */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004759 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004760 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004761 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004762 spec->gen.mixer_nid = 0x17;
Takashi Iwai42875472013-01-22 09:34:48 +01004763 spec->have_spdif_mux = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004764
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004765 /* GPIO0 = EAPD */
4766 spec->gpio_mask = 0x01;
4767 spec->gpio_dir = 0x01;
4768 spec->gpio_data = 0x01;
Takashi Iwai41c3b642008-11-18 10:45:15 +01004769
Takashi Iwai7639a062015-03-03 10:07:24 +01004770 switch (codec->core.vendor_id) {
Matthew Ranostay541eee82007-12-14 12:08:04 +01004771 case 0x111d76b6: /* 4 Port without Analog Mixer */
4772 case 0x111d76b7:
Takashi Iwaia551d912015-02-26 12:34:49 +01004773 unmute_nids++;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004774 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004775 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai7639a062015-03-03 10:07:24 +01004776 if ((codec->core.revision_id & 0xf) == 0 ||
4777 (codec->core.revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004778 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004779
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004780 /* disable VSW */
Takashi Iwaia551d912015-02-26 12:34:49 +01004781 unmute_nids++;
Takashi Iwai330ee992009-02-20 14:33:36 +01004782 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
4783 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004784 break;
4785 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai7639a062015-03-03 10:07:24 +01004786 if ((codec->core.revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004787 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004788
Takashi Iwai5207e102009-07-30 13:09:08 +02004789 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004790 }
4791
David Henningsson5e68fb32012-08-16 14:11:09 +02004792 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004793 snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
David Henningsson5e68fb32012-08-16 14:11:09 +02004794
Takashi Iwaia551d912015-02-26 12:34:49 +01004795 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) {
4796 const hda_nid_t *p;
4797 for (p = unmute_nids; *p; p++)
4798 snd_hda_codec_amp_init_stereo(codec, *p, HDA_INPUT, 0,
4799 0xff, 0x00);
4800 }
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004801
Takashi Iwai36c9db72013-01-17 17:07:59 +01004802 spec->aloopback_ctl = &stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004803 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004804 spec->aloopback_shift = 0;
4805
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004806 spec->powerdown_adcs = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004807 spec->gen.beep_nid = 0x26; /* digital beep */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004808 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004809 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004810
Takashi Iwai36c9db72013-01-17 17:07:59 +01004811 snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl,
4812 stac92hd71bxx_fixups);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004813 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01004814
Takashi Iwai372f8c72013-01-14 18:06:34 +01004815 stac_setup_gpio(codec);
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004816
Takashi Iwai36c9db72013-01-17 17:07:59 +01004817 err = stac_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004818 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004819 stac_free(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004820 return err;
4821 }
4822
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004823 codec->proc_widget_hook = stac92hd7x_proc_hook;
4824
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004825 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4826
Matthew Ranostaye035b842007-11-06 11:53:55 +01004827 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02004828}
Matthew Ranostaye035b842007-11-06 11:53:55 +01004829
Matt2f2f4252005-04-13 14:45:30 +02004830static int patch_stac922x(struct hda_codec *codec)
4831{
4832 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004833 int err;
Matt2f2f4252005-04-13 14:45:30 +02004834
Takashi Iwai36c9db72013-01-17 17:07:59 +01004835 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004836 if (err < 0)
4837 return err;
Matt2f2f4252005-04-13 14:45:30 +02004838
Takashi Iwai361dab32012-05-09 14:35:27 +02004839 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004840 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004841 spec->gen.own_eapd_ctl = 1;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004842
Takashi Iwai0a427842013-01-14 15:20:13 +01004843 snd_hda_add_verbs(codec, stac922x_core_init);
4844
Takashi Iwai807a46362007-05-29 19:01:37 +02004845 /* Fix Mux capture level; max to 2 */
4846 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4847 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4848 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4849 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4850 (0 << AC_AMPCAP_MUTE_SHIFT));
4851
Takashi Iwai36c9db72013-01-17 17:07:59 +01004852 snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl,
4853 stac922x_fixups);
4854 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4855
4856 err = stac_parse_auto_config(codec);
4857 if (err < 0) {
4858 stac_free(codec);
4859 return err;
4860 }
4861
Takashi Iwai0a427842013-01-14 15:20:13 +01004862 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4863
Matt Porter3cc08dc2006-01-23 15:27:49 +01004864 return 0;
4865}
4866
Takashi Iwai42875472013-01-22 09:34:48 +01004867static const char * const stac927x_spdif_labels[] = {
4868 "Digital Playback", "ADAT", "Analog Mux 1",
4869 "Analog Mux 2", "Analog Mux 3", NULL
4870};
4871
Matt Porter3cc08dc2006-01-23 15:27:49 +01004872static int patch_stac927x(struct hda_codec *codec)
4873{
4874 struct sigmatel_spec *spec;
4875 int err;
4876
Takashi Iwai36c9db72013-01-17 17:07:59 +01004877 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004878 if (err < 0)
4879 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004880
Takashi Iwai361dab32012-05-09 14:35:27 +02004881 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004882 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004883 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004884 spec->have_spdif_mux = 1;
4885 spec->spdif_labels = stac927x_spdif_labels;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004886
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004887 spec->gen.beep_nid = 0x23; /* digital beep */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004888
Takashi Iwai29ac8362013-01-14 16:03:38 +01004889 /* GPIO0 High = Enable EAPD */
4890 spec->eapd_mask = spec->gpio_mask = 0x01;
4891 spec->gpio_dir = spec->gpio_data = 0x01;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02004892
Takashi Iwai36c9db72013-01-17 17:07:59 +01004893 spec->aloopback_ctl = &stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004894 spec->aloopback_mask = 0x40;
4895 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004896 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004897
Takashi Iwai36c9db72013-01-17 17:07:59 +01004898 snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl,
4899 stac927x_fixups);
Takashi Iwaif6655d52013-01-17 08:49:01 +01004900 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4901
Takashi Iwai29ac8362013-01-14 16:03:38 +01004902 if (!spec->volknob_init)
4903 snd_hda_add_verbs(codec, stac927x_core_init);
4904
Takashi Iwai36c9db72013-01-17 17:07:59 +01004905 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004906 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004907 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004908 return err;
4909 }
Matt2f2f4252005-04-13 14:45:30 +02004910
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004911 codec->proc_widget_hook = stac927x_proc_hook;
4912
Takashi Iwai52987652008-01-16 16:09:47 +01004913 /*
4914 * !!FIXME!!
4915 * The STAC927x seem to require fairly long delays for certain
4916 * command sequences. With too short delays (even if the answer
4917 * is set to RIRB properly), it results in the silence output
4918 * on some hardwares like Dell.
4919 *
4920 * The below flag enables the longer delay (see get_response
4921 * in hda_intel.c).
4922 */
4923 codec->bus->needs_damn_long_delay = 1;
4924
Takashi Iwai29ac8362013-01-14 16:03:38 +01004925 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwaie28d8322008-12-17 13:48:29 +01004926
Matt2f2f4252005-04-13 14:45:30 +02004927 return 0;
4928}
4929
Matt Porterf3302a52006-07-31 12:49:34 +02004930static int patch_stac9205(struct hda_codec *codec)
4931{
4932 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004933 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004934
Takashi Iwai36c9db72013-01-17 17:07:59 +01004935 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004936 if (err < 0)
4937 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02004938
Takashi Iwai361dab32012-05-09 14:35:27 +02004939 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004940 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004941 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004942 spec->have_spdif_mux = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02004943
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004944 spec->gen.beep_nid = 0x23; /* digital beep */
Matt Porterf3302a52006-07-31 12:49:34 +02004945
Takashi Iwaife6322c2013-01-14 14:46:51 +01004946 snd_hda_add_verbs(codec, stac9205_core_init);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004947 spec->aloopback_ctl = &stac9205_loopback;
Takashi Iwai6479c632009-07-28 18:20:25 +02004948
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004949 spec->aloopback_mask = 0x40;
4950 spec->aloopback_shift = 0;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004951
Takashi Iwaife6322c2013-01-14 14:46:51 +01004952 /* GPIO0 High = EAPD */
4953 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4954 spec->gpio_data = 0x01;
Matt Porter33382402006-12-18 13:17:28 +01004955
Takashi Iwaife6322c2013-01-14 14:46:51 +01004956 /* Turn on/off EAPD per HP plugging */
4957 spec->eapd_switch = 1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004958
Takashi Iwai36c9db72013-01-17 17:07:59 +01004959 snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl,
4960 stac9205_fixups);
Takashi Iwaife6322c2013-01-14 14:46:51 +01004961 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Matthew Ranostay87d48362007-07-17 11:52:24 +02004962
Takashi Iwai36c9db72013-01-17 17:07:59 +01004963 err = stac_parse_auto_config(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004964 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004965 stac_free(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004966 return err;
4967 }
4968
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004969 codec->proc_widget_hook = stac9205_proc_hook;
4970
Takashi Iwaife6322c2013-01-14 14:46:51 +01004971 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4972
Matt Porterf3302a52006-07-31 12:49:34 +02004973 return 0;
4974}
4975
Matt2f2f4252005-04-13 14:45:30 +02004976/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004977 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004978 */
4979
Takashi Iwai2b635362011-05-02 12:33:43 +02004980static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02004981 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004982 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4983 {}
4984};
4985
Takashi Iwaifc268c12013-01-14 14:29:36 +01004986static const struct hda_pintbl stac9872_vaio_pin_configs[] = {
4987 { 0x0a, 0x03211020 },
4988 { 0x0b, 0x411111f0 },
4989 { 0x0c, 0x411111f0 },
4990 { 0x0d, 0x03a15030 },
4991 { 0x0e, 0x411111f0 },
4992 { 0x0f, 0x90170110 },
4993 { 0x11, 0x411111f0 },
4994 { 0x13, 0x411111f0 },
4995 { 0x14, 0x90a7013e },
4996 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004997};
4998
Takashi Iwaifc268c12013-01-14 14:29:36 +01004999static const struct hda_model_fixup stac9872_models[] = {
5000 { .id = STAC_9872_VAIO, .name = "vaio" },
5001 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01005002};
5003
Takashi Iwaifc268c12013-01-14 14:29:36 +01005004static const struct hda_fixup stac9872_fixups[] = {
5005 [STAC_9872_VAIO] = {
5006 .type = HDA_FIXUP_PINS,
5007 .v.pins = stac9872_vaio_pin_configs,
5008 },
Takashi Iwai307282c2009-03-12 18:17:58 +01005009};
5010
Takashi Iwaifc268c12013-01-14 14:29:36 +01005011static const struct snd_pci_quirk stac9872_fixup_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02005012 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
5013 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01005014 {} /* terminator */
5015};
5016
Guillaume Munch6d859062006-08-22 17:15:47 +02005017static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005018{
5019 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01005020 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005021
Takashi Iwai36c9db72013-01-17 17:07:59 +01005022 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02005023 if (err < 0)
5024 return err;
5025
5026 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005027 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01005028 spec->gen.own_eapd_ctl = 1;
5029
Takashi Iwai36c9db72013-01-17 17:07:59 +01005030 snd_hda_add_verbs(codec, stac9872_core_init);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005031
Takashi Iwaifc268c12013-01-14 14:29:36 +01005032 snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl,
5033 stac9872_fixups);
Takashi Iwaifc268c12013-01-14 14:29:36 +01005034 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005035
Takashi Iwai36c9db72013-01-17 17:07:59 +01005036 err = stac_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01005037 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01005038 stac_free(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01005039 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005040 }
Takashi Iwaifc268c12013-01-14 14:29:36 +01005041
5042 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
5043
Takashi Iwaidb064e52006-03-16 16:04:58 +01005044 return 0;
5045}
5046
5047
5048/*
Matt2f2f4252005-04-13 14:45:30 +02005049 * patch entries
5050 */
Takashi Iwaib9a94a92015-10-01 16:20:04 +02005051static const struct hda_device_id snd_hda_id_sigmatel[] = {
5052 HDA_CODEC_ENTRY(0x83847690, "STAC9200", patch_stac9200),
5053 HDA_CODEC_ENTRY(0x83847882, "STAC9220 A1", patch_stac922x),
5054 HDA_CODEC_ENTRY(0x83847680, "STAC9221 A1", patch_stac922x),
5055 HDA_CODEC_ENTRY(0x83847880, "STAC9220 A2", patch_stac922x),
5056 HDA_CODEC_ENTRY(0x83847681, "STAC9220D/9223D A2", patch_stac922x),
5057 HDA_CODEC_ENTRY(0x83847682, "STAC9221 A2", patch_stac922x),
5058 HDA_CODEC_ENTRY(0x83847683, "STAC9221D A2", patch_stac922x),
5059 HDA_CODEC_ENTRY(0x83847618, "STAC9227", patch_stac927x),
5060 HDA_CODEC_ENTRY(0x83847619, "STAC9227", patch_stac927x),
5061 HDA_CODEC_ENTRY(0x83847616, "STAC9228", patch_stac927x),
5062 HDA_CODEC_ENTRY(0x83847617, "STAC9228", patch_stac927x),
5063 HDA_CODEC_ENTRY(0x83847614, "STAC9229", patch_stac927x),
5064 HDA_CODEC_ENTRY(0x83847615, "STAC9229", patch_stac927x),
5065 HDA_CODEC_ENTRY(0x83847620, "STAC9274", patch_stac927x),
5066 HDA_CODEC_ENTRY(0x83847621, "STAC9274D", patch_stac927x),
5067 HDA_CODEC_ENTRY(0x83847622, "STAC9273X", patch_stac927x),
5068 HDA_CODEC_ENTRY(0x83847623, "STAC9273D", patch_stac927x),
5069 HDA_CODEC_ENTRY(0x83847624, "STAC9272X", patch_stac927x),
5070 HDA_CODEC_ENTRY(0x83847625, "STAC9272D", patch_stac927x),
5071 HDA_CODEC_ENTRY(0x83847626, "STAC9271X", patch_stac927x),
5072 HDA_CODEC_ENTRY(0x83847627, "STAC9271D", patch_stac927x),
5073 HDA_CODEC_ENTRY(0x83847628, "STAC9274X5NH", patch_stac927x),
5074 HDA_CODEC_ENTRY(0x83847629, "STAC9274D5NH", patch_stac927x),
5075 HDA_CODEC_ENTRY(0x83847632, "STAC9202", patch_stac925x),
5076 HDA_CODEC_ENTRY(0x83847633, "STAC9202D", patch_stac925x),
5077 HDA_CODEC_ENTRY(0x83847634, "STAC9250", patch_stac925x),
5078 HDA_CODEC_ENTRY(0x83847635, "STAC9250D", patch_stac925x),
5079 HDA_CODEC_ENTRY(0x83847636, "STAC9251", patch_stac925x),
5080 HDA_CODEC_ENTRY(0x83847637, "STAC9250D", patch_stac925x),
5081 HDA_CODEC_ENTRY(0x83847645, "92HD206X", patch_stac927x),
5082 HDA_CODEC_ENTRY(0x83847646, "92HD206D", patch_stac927x),
5083 /* The following does not take into account .id=0x83847661 when subsys =
5084 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5085 * currently not fully supported.
5086 */
5087 HDA_CODEC_ENTRY(0x83847661, "CXD9872RD/K", patch_stac9872),
5088 HDA_CODEC_ENTRY(0x83847662, "STAC9872AK", patch_stac9872),
5089 HDA_CODEC_ENTRY(0x83847664, "CXD9872AKD", patch_stac9872),
5090 HDA_CODEC_ENTRY(0x83847698, "STAC9205", patch_stac9205),
5091 HDA_CODEC_ENTRY(0x838476a0, "STAC9205", patch_stac9205),
5092 HDA_CODEC_ENTRY(0x838476a1, "STAC9205D", patch_stac9205),
5093 HDA_CODEC_ENTRY(0x838476a2, "STAC9204", patch_stac9205),
5094 HDA_CODEC_ENTRY(0x838476a3, "STAC9204D", patch_stac9205),
5095 HDA_CODEC_ENTRY(0x838476a4, "STAC9255", patch_stac9205),
5096 HDA_CODEC_ENTRY(0x838476a5, "STAC9255D", patch_stac9205),
5097 HDA_CODEC_ENTRY(0x838476a6, "STAC9254", patch_stac9205),
5098 HDA_CODEC_ENTRY(0x838476a7, "STAC9254D", patch_stac9205),
5099 HDA_CODEC_ENTRY(0x111d7603, "92HD75B3X5", patch_stac92hd71bxx),
5100 HDA_CODEC_ENTRY(0x111d7604, "92HD83C1X5", patch_stac92hd83xxx),
5101 HDA_CODEC_ENTRY(0x111d76d4, "92HD83C1C5", patch_stac92hd83xxx),
5102 HDA_CODEC_ENTRY(0x111d7605, "92HD81B1X5", patch_stac92hd83xxx),
5103 HDA_CODEC_ENTRY(0x111d76d5, "92HD81B1C5", patch_stac92hd83xxx),
5104 HDA_CODEC_ENTRY(0x111d76d1, "92HD87B1/3", patch_stac92hd83xxx),
5105 HDA_CODEC_ENTRY(0x111d76d9, "92HD87B2/4", patch_stac92hd83xxx),
5106 HDA_CODEC_ENTRY(0x111d7666, "92HD88B3", patch_stac92hd83xxx),
5107 HDA_CODEC_ENTRY(0x111d7667, "92HD88B1", patch_stac92hd83xxx),
5108 HDA_CODEC_ENTRY(0x111d7668, "92HD88B2", patch_stac92hd83xxx),
5109 HDA_CODEC_ENTRY(0x111d7669, "92HD88B4", patch_stac92hd83xxx),
5110 HDA_CODEC_ENTRY(0x111d7608, "92HD75B2X5", patch_stac92hd71bxx),
5111 HDA_CODEC_ENTRY(0x111d7674, "92HD73D1X5", patch_stac92hd73xx),
5112 HDA_CODEC_ENTRY(0x111d7675, "92HD73C1X5", patch_stac92hd73xx),
5113 HDA_CODEC_ENTRY(0x111d7676, "92HD73E1X5", patch_stac92hd73xx),
5114 HDA_CODEC_ENTRY(0x111d7695, "92HD95", patch_stac92hd95),
5115 HDA_CODEC_ENTRY(0x111d76b0, "92HD71B8X", patch_stac92hd71bxx),
5116 HDA_CODEC_ENTRY(0x111d76b1, "92HD71B8X", patch_stac92hd71bxx),
5117 HDA_CODEC_ENTRY(0x111d76b2, "92HD71B7X", patch_stac92hd71bxx),
5118 HDA_CODEC_ENTRY(0x111d76b3, "92HD71B7X", patch_stac92hd71bxx),
5119 HDA_CODEC_ENTRY(0x111d76b4, "92HD71B6X", patch_stac92hd71bxx),
5120 HDA_CODEC_ENTRY(0x111d76b5, "92HD71B6X", patch_stac92hd71bxx),
5121 HDA_CODEC_ENTRY(0x111d76b6, "92HD71B5X", patch_stac92hd71bxx),
5122 HDA_CODEC_ENTRY(0x111d76b7, "92HD71B5X", patch_stac92hd71bxx),
5123 HDA_CODEC_ENTRY(0x111d76c0, "92HD89C3", patch_stac92hd73xx),
5124 HDA_CODEC_ENTRY(0x111d76c1, "92HD89C2", patch_stac92hd73xx),
5125 HDA_CODEC_ENTRY(0x111d76c2, "92HD89C1", patch_stac92hd73xx),
5126 HDA_CODEC_ENTRY(0x111d76c3, "92HD89B3", patch_stac92hd73xx),
5127 HDA_CODEC_ENTRY(0x111d76c4, "92HD89B2", patch_stac92hd73xx),
5128 HDA_CODEC_ENTRY(0x111d76c5, "92HD89B1", patch_stac92hd73xx),
5129 HDA_CODEC_ENTRY(0x111d76c6, "92HD89E3", patch_stac92hd73xx),
5130 HDA_CODEC_ENTRY(0x111d76c7, "92HD89E2", patch_stac92hd73xx),
5131 HDA_CODEC_ENTRY(0x111d76c8, "92HD89E1", patch_stac92hd73xx),
5132 HDA_CODEC_ENTRY(0x111d76c9, "92HD89D3", patch_stac92hd73xx),
5133 HDA_CODEC_ENTRY(0x111d76ca, "92HD89D2", patch_stac92hd73xx),
5134 HDA_CODEC_ENTRY(0x111d76cb, "92HD89D1", patch_stac92hd73xx),
5135 HDA_CODEC_ENTRY(0x111d76cc, "92HD89F3", patch_stac92hd73xx),
5136 HDA_CODEC_ENTRY(0x111d76cd, "92HD89F2", patch_stac92hd73xx),
5137 HDA_CODEC_ENTRY(0x111d76ce, "92HD89F1", patch_stac92hd73xx),
5138 HDA_CODEC_ENTRY(0x111d76df, "92HD93BXX", patch_stac92hd83xxx),
5139 HDA_CODEC_ENTRY(0x111d76e0, "92HD91BXX", patch_stac92hd83xxx),
5140 HDA_CODEC_ENTRY(0x111d76e3, "92HD98BXX", patch_stac92hd83xxx),
5141 HDA_CODEC_ENTRY(0x111d76e5, "92HD99BXX", patch_stac92hd83xxx),
5142 HDA_CODEC_ENTRY(0x111d76e7, "92HD90BXX", patch_stac92hd83xxx),
5143 HDA_CODEC_ENTRY(0x111d76e8, "92HD66B1X5", patch_stac92hd83xxx),
5144 HDA_CODEC_ENTRY(0x111d76e9, "92HD66B2X5", patch_stac92hd83xxx),
5145 HDA_CODEC_ENTRY(0x111d76ea, "92HD66B3X5", patch_stac92hd83xxx),
5146 HDA_CODEC_ENTRY(0x111d76eb, "92HD66C1X5", patch_stac92hd83xxx),
5147 HDA_CODEC_ENTRY(0x111d76ec, "92HD66C2X5", patch_stac92hd83xxx),
5148 HDA_CODEC_ENTRY(0x111d76ed, "92HD66C3X5", patch_stac92hd83xxx),
5149 HDA_CODEC_ENTRY(0x111d76ee, "92HD66B1X3", patch_stac92hd83xxx),
5150 HDA_CODEC_ENTRY(0x111d76ef, "92HD66B2X3", patch_stac92hd83xxx),
5151 HDA_CODEC_ENTRY(0x111d76f0, "92HD66B3X3", patch_stac92hd83xxx),
5152 HDA_CODEC_ENTRY(0x111d76f1, "92HD66C1X3", patch_stac92hd83xxx),
5153 HDA_CODEC_ENTRY(0x111d76f2, "92HD66C2X3", patch_stac92hd83xxx),
5154 HDA_CODEC_ENTRY(0x111d76f3, "92HD66C3/65", patch_stac92hd83xxx),
Matt2f2f4252005-04-13 14:45:30 +02005155 {} /* terminator */
5156};
Takashi Iwaib9a94a92015-10-01 16:20:04 +02005157MODULE_DEVICE_TABLE(hdaudio, snd_hda_id_sigmatel);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005158
5159MODULE_LICENSE("GPL");
5160MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5161
Takashi Iwaid8a766a2015-02-17 15:25:37 +01005162static struct hda_codec_driver sigmatel_driver = {
Takashi Iwaib9a94a92015-10-01 16:20:04 +02005163 .id = snd_hda_id_sigmatel,
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005164};
5165
Takashi Iwaid8a766a2015-02-17 15:25:37 +01005166module_hda_codec_driver(sigmatel_driver);