blob: 98cd1908c0393856e8bfeec7622874079d60c3c1 [file] [log] [blame]
Matt2f2f4252005-04-13 14:45:30 +02001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for SigmaTel STAC92xx
5 *
6 * Copyright (c) 2005 Embedded Alley Solutions, Inc.
Matt Porter403d1942005-11-29 15:00:51 +01007 * Matt Porter <mporter@embeddedalley.com>
Matt2f2f4252005-04-13 14:45:30 +02008 *
9 * Based on patch_cmedia.c and patch_realtek.c
10 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
11 *
12 * This driver is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This driver is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Matt2f2f4252005-04-13 14:45:30 +020027#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +010031#include <linux/dmi.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040032#include <linux/module.h>
Matt2f2f4252005-04-13 14:45:30 +020033#include <sound/core.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040034#include <sound/jack.h>
Clemens Ladischa74ccea2010-10-22 15:52:34 +020035#include <sound/tlv.h>
Matt2f2f4252005-04-13 14:45:30 +020036#include "hda_codec.h"
37#include "hda_local.h"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020038#include "hda_auto_parser.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020039#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020040#include "hda_jack.h"
Takashi Iwai36c9db72013-01-17 17:07:59 +010041#include "hda_generic.h"
Matt2f2f4252005-04-13 14:45:30 +020042
Takashi Iwaic6e4c662008-11-25 11:58:19 +010043enum {
Takashi Iwai36c9db72013-01-17 17:07:59 +010044 STAC_VREF_EVENT = 8,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010045 STAC_PWR_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010046};
Matt4e550962005-07-04 17:51:39 +020047
Takashi Iwaif5fcc132006-11-24 17:07:44 +010048enum {
49 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010050 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020051 STAC_9200_DELL_D21,
52 STAC_9200_DELL_D22,
53 STAC_9200_DELL_D23,
54 STAC_9200_DELL_M21,
55 STAC_9200_DELL_M22,
56 STAC_9200_DELL_M23,
57 STAC_9200_DELL_M24,
58 STAC_9200_DELL_M25,
59 STAC_9200_DELL_M26,
60 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020061 STAC_9200_M4,
62 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010063 STAC_9200_PANASONIC,
Takashi Iwaid39a3ae2013-01-14 14:06:26 +010064 STAC_9200_EAPD_INIT,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010065 STAC_9200_MODELS
66};
67
68enum {
69 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020070 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020071 STAC_9205_DELL_M43,
72 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010073 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010074 STAC_9205_MODELS
75};
76
77enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010078 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010079 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080080 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010081 STAC_DELL_M6_AMIC,
82 STAC_DELL_M6_DMIC,
83 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050084 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020085 STAC_ALIENWARE_M17X,
Hui Wang1de7ca52014-02-20 11:47:21 +080086 STAC_92HD89XX_HP_FRONT_JACK,
Hui Wang74408502014-07-30 11:11:48 +080087 STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010088 STAC_92HD73XX_MODELS
89};
90
91enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020092 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050093 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050094 STAC_DELL_S14,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +010095 STAC_DELL_VOSTRO_3500,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -050096 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -060097 STAC_HP_DV7_4000,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -060098 STAC_HP_ZEPHYR,
Takashi Iwaia3e19972012-07-26 08:17:20 +020099 STAC_92HD83XXX_HP_LED,
Takashi Iwaiff8a1e22012-07-31 10:16:59 +0200100 STAC_92HD83XXX_HP_INV_LED,
Takashi Iwai62cbde12012-09-14 11:58:54 +0200101 STAC_92HD83XXX_HP_MIC_LED,
Takashi Iwai37c367e2014-02-24 15:23:10 +0100102 STAC_HP_LED_GPIO10,
David Henningsson8d032a82012-10-09 12:48:40 +0200103 STAC_92HD83XXX_HEADSET_JACK,
Takashi Iwai372f8c72013-01-14 18:06:34 +0100104 STAC_92HD83XXX_HP,
Takashi Iwai49920422013-01-18 14:28:07 +0100105 STAC_HP_ENVY_BASS,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -0600106 STAC_HP_BNB13_EQ,
Takashi Iwai8695a002014-07-15 16:52:40 +0200107 STAC_HP_ENVY_TS_BASS,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200108 STAC_92HD83XXX_MODELS
109};
110
111enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100112 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100113 STAC_DELL_M4_1,
114 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500115 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400116 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200117 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100118 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100119 STAC_HP_HDX,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +0100120 STAC_92HD71BXX_HP,
121 STAC_92HD71BXX_NO_DMIC,
122 STAC_92HD71BXX_NO_SMUX,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100123 STAC_92HD71BXX_MODELS
124};
125
126enum {
Takashi Iwai8b3dfda2014-06-24 13:55:25 +0200127 STAC_92HD95_HP_LED,
128 STAC_92HD95_HP_BASS,
129 STAC_92HD95_MODELS
130};
131
132enum {
Tobin Davis8e21c342007-01-08 11:04:17 +0100133 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200134 STAC_M1,
135 STAC_M1_2,
136 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100137 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200138 STAC_M3,
139 STAC_M5,
140 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100141 STAC_925x_MODELS
142};
143
144enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100145 STAC_D945_REF,
146 STAC_D945GTP3,
147 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200148 STAC_INTEL_MAC_V1,
149 STAC_INTEL_MAC_V2,
150 STAC_INTEL_MAC_V3,
151 STAC_INTEL_MAC_V4,
152 STAC_INTEL_MAC_V5,
Takashi Iwai0a427842013-01-14 15:20:13 +0100153 STAC_INTEL_MAC_AUTO,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300154 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200155 STAC_922X_DELL_D81,
156 STAC_922X_DELL_D82,
157 STAC_922X_DELL_M81,
158 STAC_922X_DELL_M82,
Takashi Iwai0a427842013-01-14 15:20:13 +0100159 STAC_922X_INTEL_MAC_GPIO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100160 STAC_922X_MODELS
161};
162
163enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100164 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100165 STAC_D965_REF,
166 STAC_D965_3ST,
167 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200168 STAC_D965_5ST_NO_FP,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100169 STAC_D965_VERBS,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200170 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100171 STAC_DELL_BIOS,
Takashi Iwaieefb8be2013-07-29 16:26:15 +0200172 STAC_DELL_BIOS_AMIC,
Takashi Iwai29ac8362013-01-14 16:03:38 +0100173 STAC_DELL_BIOS_SPDIF,
174 STAC_927X_DELL_DMIC,
Takashi Iwai54930532009-10-11 17:38:29 +0200175 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100176 STAC_927X_MODELS
177};
Matt Porter403d1942005-11-29 15:00:51 +0100178
Takashi Iwai307282c2009-03-12 18:17:58 +0100179enum {
Takashi Iwai307282c2009-03-12 18:17:58 +0100180 STAC_9872_VAIO,
181 STAC_9872_MODELS
182};
183
Matt2f2f4252005-04-13 14:45:30 +0200184struct sigmatel_spec {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100185 struct hda_gen_spec gen;
Mattc7d4b2f2005-06-27 14:59:41 +0200186
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500187 unsigned int eapd_switch: 1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100188 unsigned int linear_tone_beep:1;
David Henningsson8d032a82012-10-09 12:48:40 +0200189 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
Takashi Iwai29ac8362013-01-14 16:03:38 +0100190 unsigned int volknob_init:1; /* special volume-knob initialization */
Takashi Iwai36c9db72013-01-17 17:07:59 +0100191 unsigned int powerdown_adcs:1;
Takashi Iwai42875472013-01-22 09:34:48 +0100192 unsigned int have_spdif_mux:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200193
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100194 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200195 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100196 unsigned int gpio_mask;
197 unsigned int gpio_dir;
198 unsigned int gpio_data;
199 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200200 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100201 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100202 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500203 unsigned int vref_led;
Takashi Iwai372f8c72013-01-14 18:06:34 +0100204 int default_polarity;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100205
Takashi Iwai62cbde12012-09-14 11:58:54 +0200206 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
Takashi Iwai7fe30712014-01-30 17:59:02 +0100207 unsigned int mic_enabled; /* current mic mute state (bitmask) */
Takashi Iwai62cbde12012-09-14 11:58:54 +0200208
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200209 /* stream */
210 unsigned int stream_delay;
211
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100212 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200213 const struct snd_kcontrol_new *aloopback_ctl;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100214 unsigned int aloopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100215 unsigned char aloopback_mask;
216 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200217
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100218 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200219 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100220 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200221 const hda_nid_t *pwr_nids;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100222 unsigned int active_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100223
Takashi Iwai36c9db72013-01-17 17:07:59 +0100224 /* beep widgets */
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200225 hda_nid_t anabeep_nid;
Takashi Iwai42875472013-01-22 09:34:48 +0100226
227 /* SPDIF-out mux */
228 const char * const *spdif_labels;
229 struct hda_input_mux spdif_mux;
230 unsigned int cur_smux[2];
Matt2f2f4252005-04-13 14:45:30 +0200231};
232
Takashi Iwaic8822462012-05-15 09:11:36 +0200233#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
234#define AC_VERB_IDT_GET_POWER_MAP 0xfec
235
Takashi Iwai2b635362011-05-02 12:33:43 +0200236static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100237 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
238 0x0f, 0x10, 0x11
239};
240
Charles Chinafef2cf2011-11-11 08:05:28 +0100241static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
242 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
243 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200244};
245
Takashi Iwai2b635362011-05-02 12:33:43 +0200246static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100247 0x0a, 0x0d, 0x0f
248};
249
Matthew Ranostaye035b842007-11-06 11:53:55 +0100250
Takashi Iwai36c9db72013-01-17 17:07:59 +0100251/*
252 * PCM hooks
253 */
254static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo,
255 struct hda_codec *codec,
256 struct snd_pcm_substream *substream,
257 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200258{
Matt Porter8b657272006-10-26 17:12:59 +0200259 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100260 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay)
261 msleep(spec->stream_delay);
Matt Porter8b657272006-10-26 17:12:59 +0200262}
263
Takashi Iwai36c9db72013-01-17 17:07:59 +0100264static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo,
265 struct hda_codec *codec,
266 struct snd_pcm_substream *substream,
267 int action)
Matt Porter8b657272006-10-26 17:12:59 +0200268{
Matt Porter8b657272006-10-26 17:12:59 +0200269 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100270 int i, idx = 0;
Matt Porter8b657272006-10-26 17:12:59 +0200271
Takashi Iwai36c9db72013-01-17 17:07:59 +0100272 if (!spec->powerdown_adcs)
273 return;
Matt Porter8b657272006-10-26 17:12:59 +0200274
Takashi Iwai36c9db72013-01-17 17:07:59 +0100275 for (i = 0; i < spec->gen.num_all_adcs; i++) {
276 if (spec->gen.all_adcs[i] == hinfo->nid) {
277 idx = i;
278 break;
279 }
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400280 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100281
282 switch (action) {
283 case HDA_GEN_PCM_ACT_OPEN:
284 msleep(40);
285 snd_hda_codec_write(codec, hinfo->nid, 0,
286 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
287 spec->active_adcs |= (1 << idx);
288 break;
289 case HDA_GEN_PCM_ACT_CLOSE:
290 snd_hda_codec_write(codec, hinfo->nid, 0,
291 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
292 spec->active_adcs &= ~(1 << idx);
293 break;
294 }
295}
296
297/*
298 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
299 * funky external mute control using GPIO pins.
300 */
301
302static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
303 unsigned int dir_mask, unsigned int data)
304{
305 unsigned int gpiostate, gpiomask, gpiodir;
306
Takashi Iwai4e76a882014-02-25 12:21:03 +0100307 codec_dbg(codec, "%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
Takashi Iwai36c9db72013-01-17 17:07:59 +0100308
309 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
310 AC_VERB_GET_GPIO_DATA, 0);
311 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
312
313 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
314 AC_VERB_GET_GPIO_MASK, 0);
315 gpiomask |= mask;
316
317 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
318 AC_VERB_GET_GPIO_DIRECTION, 0);
319 gpiodir |= dir_mask;
320
321 /* Configure GPIOx as CMOS */
322 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
323
324 snd_hda_codec_write(codec, codec->afg, 0,
325 AC_VERB_SET_GPIO_MASK, gpiomask);
326 snd_hda_codec_read(codec, codec->afg, 0,
327 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
328
329 msleep(1);
330
331 snd_hda_codec_read(codec, codec->afg, 0,
332 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
333}
334
335/* hook for controlling mic-mute LED GPIO */
Takashi Iwaia90229e2013-01-18 14:10:00 +0100336static void stac_capture_led_hook(struct hda_codec *codec,
Takashi Iwai7fe30712014-01-30 17:59:02 +0100337 struct snd_kcontrol *kcontrol,
338 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100339{
340 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai7fe30712014-01-30 17:59:02 +0100341 unsigned int mask;
342 bool cur_mute, prev_mute;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100343
Takashi Iwai7fe30712014-01-30 17:59:02 +0100344 if (!kcontrol || !ucontrol)
Takashi Iwaia90229e2013-01-18 14:10:00 +0100345 return;
346
Takashi Iwai7fe30712014-01-30 17:59:02 +0100347 mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
348 prev_mute = !spec->mic_enabled;
349 if (ucontrol->value.integer.value[0] ||
350 ucontrol->value.integer.value[1])
351 spec->mic_enabled |= mask;
352 else
353 spec->mic_enabled &= ~mask;
354 cur_mute = !spec->mic_enabled;
355 if (cur_mute != prev_mute) {
356 if (cur_mute)
Takashi Iwai36c9db72013-01-17 17:07:59 +0100357 spec->gpio_data |= spec->mic_mute_led_gpio;
358 else
359 spec->gpio_data &= ~spec->mic_mute_led_gpio;
360 stac_gpio_set(codec, spec->gpio_mask,
361 spec->gpio_dir, spec->gpio_data);
362 }
Matthew Ranostayd9737752008-09-07 12:03:41 +0200363}
364
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500365static int stac_vrefout_set(struct hda_codec *codec,
366 hda_nid_t nid, unsigned int new_vref)
367{
368 int error, pinctl;
369
Takashi Iwai4e76a882014-02-25 12:21:03 +0100370 codec_dbg(codec, "%s, nid %x ctl %x\n", __func__, nid, new_vref);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500371 pinctl = snd_hda_codec_read(codec, nid, 0,
372 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
373
374 if (pinctl < 0)
375 return pinctl;
376
377 pinctl &= 0xff;
378 pinctl &= ~AC_PINCTL_VREFEN;
379 pinctl |= (new_vref & AC_PINCTL_VREFEN);
380
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200381 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500382 if (error < 0)
383 return error;
384
385 return 1;
386}
387
Takashi Iwaidfc6e462014-01-13 16:09:57 +0100388/* prevent codec AFG to D3 state when vref-out pin is used for mute LED */
389/* this hook is set in stac_setup_gpio() */
390static unsigned int stac_vref_led_power_filter(struct hda_codec *codec,
391 hda_nid_t nid,
392 unsigned int power_state)
393{
394 if (nid == codec->afg && power_state == AC_PWRST_D3)
395 return AC_PWRST_D1;
396 return snd_hda_gen_path_power_filter(codec, nid, power_state);
397}
398
Takashi Iwai36c9db72013-01-17 17:07:59 +0100399/* update mute-LED accoring to the master switch */
400static void stac_update_led_status(struct hda_codec *codec, int enabled)
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200401{
Matt2f2f4252005-04-13 14:45:30 +0200402 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100403 int muted = !enabled;
Matt2f2f4252005-04-13 14:45:30 +0200404
Takashi Iwai36c9db72013-01-17 17:07:59 +0100405 if (!spec->gpio_led)
406 return;
Matt2f2f4252005-04-13 14:45:30 +0200407
Takashi Iwai36c9db72013-01-17 17:07:59 +0100408 /* LED state is inverted on these systems */
409 if (spec->gpio_led_polarity)
410 muted = !muted;
Matt2f2f4252005-04-13 14:45:30 +0200411
Takashi Iwai36c9db72013-01-17 17:07:59 +0100412 if (!spec->vref_mute_led_nid) {
413 if (muted)
414 spec->gpio_data |= spec->gpio_led;
415 else
416 spec->gpio_data &= ~spec->gpio_led;
417 stac_gpio_set(codec, spec->gpio_mask,
418 spec->gpio_dir, spec->gpio_data);
Takashi Iwai5207e102009-07-30 13:09:08 +0200419 } else {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100420 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
421 stac_vrefout_set(codec, spec->vref_mute_led_nid,
422 spec->vref_led);
Takashi Iwai5207e102009-07-30 13:09:08 +0200423 }
Matt2f2f4252005-04-13 14:45:30 +0200424}
425
Takashi Iwai36c9db72013-01-17 17:07:59 +0100426/* vmaster hook to update mute LED */
427static void stac_vmaster_hook(void *private_data, int val)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100428{
Takashi Iwai36c9db72013-01-17 17:07:59 +0100429 stac_update_led_status(private_data, val);
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100430}
431
Takashi Iwai36c9db72013-01-17 17:07:59 +0100432/* automute hook to handle GPIO mute and EAPD updates */
433static void stac_update_outputs(struct hda_codec *codec)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100434{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100435 struct sigmatel_spec *spec = codec->spec;
436
Takashi Iwai36c9db72013-01-17 17:07:59 +0100437 if (spec->gpio_mute)
438 spec->gen.master_mute =
439 !(snd_hda_codec_read(codec, codec->afg, 0,
440 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
441
442 snd_hda_gen_update_outputs(codec);
443
444 if (spec->eapd_mask && spec->eapd_switch) {
445 unsigned int val = spec->gpio_data;
446 if (spec->gen.speaker_muted)
447 val &= ~spec->eapd_mask;
448 else
449 val |= spec->eapd_mask;
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200450 if (spec->gpio_data != val) {
451 spec->gpio_data = val;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100452 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir,
453 val);
Takashi Iwai1ea9a692013-07-19 07:58:02 +0200454 }
Takashi Iwai36c9db72013-01-17 17:07:59 +0100455 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100456}
457
Takashi Iwai36c9db72013-01-17 17:07:59 +0100458static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
459 bool enable, bool do_write)
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100460{
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100461 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +0100462 unsigned int idx, val;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100463
Takashi Iwai36c9db72013-01-17 17:07:59 +0100464 for (idx = 0; idx < spec->num_pwrs; idx++) {
465 if (spec->pwr_nids[idx] == nid)
466 break;
467 }
468 if (idx >= spec->num_pwrs)
469 return;
470
471 idx = 1 << idx;
472
473 val = spec->power_map_bits;
474 if (enable)
475 val &= ~idx;
476 else
477 val |= idx;
478
479 /* power down unused output ports */
480 if (val != spec->power_map_bits) {
481 spec->power_map_bits = val;
482 if (do_write)
483 snd_hda_codec_write(codec, codec->afg, 0,
484 AC_VERB_IDT_SET_POWER_MAP, val);
485 }
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100486}
487
Takashi Iwai36c9db72013-01-17 17:07:59 +0100488/* update power bit per jack plug/unplug */
489static void jack_update_power(struct hda_codec *codec,
490 struct hda_jack_tbl *jack)
491{
492 struct sigmatel_spec *spec = codec->spec;
493 int i;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200494
Takashi Iwai36c9db72013-01-17 17:07:59 +0100495 if (!spec->num_pwrs)
496 return;
497
498 if (jack && jack->nid) {
499 stac_toggle_power_map(codec, jack->nid,
500 snd_hda_jack_detect(codec, jack->nid),
501 true);
502 return;
503 }
504
505 /* update all jacks */
506 for (i = 0; i < spec->num_pwrs; i++) {
507 hda_nid_t nid = spec->pwr_nids[i];
508 jack = snd_hda_jack_tbl_get(codec, nid);
509 if (!jack || !jack->action)
510 continue;
511 if (jack->action == STAC_PWR_EVENT ||
512 jack->action <= HDA_GEN_LAST_EVENT)
513 stac_toggle_power_map(codec, nid,
514 snd_hda_jack_detect(codec, nid),
515 false);
516 }
517
518 snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_IDT_SET_POWER_MAP,
519 spec->power_map_bits);
520}
521
522static void stac_hp_automute(struct hda_codec *codec,
523 struct hda_jack_tbl *jack)
524{
525 snd_hda_gen_hp_automute(codec, jack);
526 jack_update_power(codec, jack);
527}
528
529static void stac_line_automute(struct hda_codec *codec,
530 struct hda_jack_tbl *jack)
531{
532 snd_hda_gen_line_automute(codec, jack);
533 jack_update_power(codec, jack);
534}
535
David Henningsson664389d2013-01-28 11:29:17 +0100536static void stac_mic_autoswitch(struct hda_codec *codec,
537 struct hda_jack_tbl *jack)
538{
539 snd_hda_gen_mic_autoswitch(codec, jack);
540 jack_update_power(codec, jack);
541}
542
Takashi Iwai36c9db72013-01-17 17:07:59 +0100543static void stac_vref_event(struct hda_codec *codec, struct hda_jack_tbl *event)
544{
545 unsigned int data;
546
547 data = snd_hda_codec_read(codec, codec->afg, 0,
548 AC_VERB_GET_GPIO_DATA, 0);
549 /* toggle VREF state based on GPIOx status */
550 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
551 !!(data & (1 << event->private_data)));
552}
553
554/* initialize the power map and enable the power event to jacks that
555 * haven't been assigned to automute
556 */
557static void stac_init_power_map(struct hda_codec *codec)
558{
559 struct sigmatel_spec *spec = codec->spec;
560 int i;
561
562 for (i = 0; i < spec->num_pwrs; i++) {
563 hda_nid_t nid = spec->pwr_nids[i];
564 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
565 def_conf = get_defcfg_connect(def_conf);
566 if (snd_hda_jack_tbl_get(codec, nid))
567 continue;
568 if (def_conf == AC_JACK_PORT_COMPLEX &&
Takashi Iwai7a9744c2014-09-11 12:59:21 +0200569 spec->vref_mute_led_nid != nid &&
570 is_jack_detectable(codec, nid)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +0100571 snd_hda_jack_detect_enable_callback(codec, nid,
572 STAC_PWR_EVENT,
573 jack_update_power);
574 } else {
575 if (def_conf == AC_JACK_PORT_NONE)
576 stac_toggle_power_map(codec, nid, false, false);
577 else
578 stac_toggle_power_map(codec, nid, true, false);
579 }
580 }
581}
582
583/*
584 */
585
586static inline bool get_int_hint(struct hda_codec *codec, const char *key,
587 int *valp)
588{
589 return !snd_hda_get_int_hint(codec, key, valp);
590}
591
592/* override some hints from the hwdep entry */
593static void stac_store_hints(struct hda_codec *codec)
594{
595 struct sigmatel_spec *spec = codec->spec;
596 int val;
597
598 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
599 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
600 spec->gpio_mask;
601 }
602 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
603 spec->gpio_mask &= spec->gpio_mask;
604 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
605 spec->gpio_dir &= spec->gpio_mask;
606 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
607 spec->eapd_mask &= spec->gpio_mask;
608 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
609 spec->gpio_mute &= spec->gpio_mask;
610 val = snd_hda_get_bool_hint(codec, "eapd_switch");
611 if (val >= 0)
612 spec->eapd_switch = val;
613}
614
615/*
616 * loopback controls
617 */
618
619#define stac_aloopback_info snd_ctl_boolean_mono_info
620
621static int stac_aloopback_get(struct snd_kcontrol *kcontrol,
622 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200623{
624 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100625 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200626 struct sigmatel_spec *spec = codec->spec;
627
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100628 ucontrol->value.integer.value[0] = !!(spec->aloopback &
629 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200630 return 0;
631}
632
Takashi Iwai36c9db72013-01-17 17:07:59 +0100633static int stac_aloopback_put(struct snd_kcontrol *kcontrol,
634 struct snd_ctl_elem_value *ucontrol)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200635{
636 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
637 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100638 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200639 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100640 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200641
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100642 idx_val = spec->aloopback_mask << idx;
643 if (ucontrol->value.integer.value[0])
644 val = spec->aloopback | idx_val;
645 else
646 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100647 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200648 return 0;
649
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100650 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200651
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100652 /* Only return the bits defined by the shift value of the
653 * first two bytes of the mask
654 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200655 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100656 kcontrol->private_value & 0xFFFF, 0x0);
657 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200658
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100659 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200660 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100661 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200662 } else {
663 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100664 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200665 }
666
667 snd_hda_codec_write_cache(codec, codec->afg, 0,
668 kcontrol->private_value >> 16, dac_mode);
669
670 return 1;
671}
672
Takashi Iwai36c9db72013-01-17 17:07:59 +0100673#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
674 { \
675 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
676 .name = "Analog Loopback", \
677 .count = cnt, \
678 .info = stac_aloopback_info, \
679 .get = stac_aloopback_get, \
680 .put = stac_aloopback_put, \
681 .private_value = verb_read | (verb_write << 16), \
682 }
683
684/*
685 * Mute LED handling on HP laptops
686 */
687
688/* check whether it's a HP laptop with a docking port */
689static bool hp_bnb2011_with_dock(struct hda_codec *codec)
690{
691 if (codec->vendor_id != 0x111d7605 &&
692 codec->vendor_id != 0x111d76d1)
693 return false;
694
695 switch (codec->subsystem_id) {
696 case 0x103c1618:
697 case 0x103c1619:
698 case 0x103c161a:
699 case 0x103c161b:
700 case 0x103c161c:
701 case 0x103c161d:
702 case 0x103c161e:
703 case 0x103c161f:
704
705 case 0x103c162a:
706 case 0x103c162b:
707
708 case 0x103c1630:
709 case 0x103c1631:
710
711 case 0x103c1633:
712 case 0x103c1634:
713 case 0x103c1635:
714
715 case 0x103c3587:
716 case 0x103c3588:
717 case 0x103c3589:
718 case 0x103c358a:
719
720 case 0x103c3667:
721 case 0x103c3668:
722 case 0x103c3669:
723
724 return true;
725 }
726 return false;
727}
728
729static bool hp_blike_system(u32 subsystem_id)
730{
731 switch (subsystem_id) {
732 case 0x103c1520:
733 case 0x103c1521:
734 case 0x103c1523:
735 case 0x103c1524:
736 case 0x103c1525:
737 case 0x103c1722:
738 case 0x103c1723:
739 case 0x103c1724:
740 case 0x103c1725:
741 case 0x103c1726:
742 case 0x103c1727:
743 case 0x103c1728:
744 case 0x103c1729:
745 case 0x103c172a:
746 case 0x103c172b:
747 case 0x103c307e:
748 case 0x103c307f:
749 case 0x103c3080:
750 case 0x103c3081:
751 case 0x103c7007:
752 case 0x103c7008:
753 return true;
754 }
755 return false;
756}
757
758static void set_hp_led_gpio(struct hda_codec *codec)
759{
760 struct sigmatel_spec *spec = codec->spec;
761 unsigned int gpio;
762
763 if (spec->gpio_led)
764 return;
765
766 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
767 gpio &= AC_GPIO_IO_COUNT;
768 if (gpio > 3)
769 spec->gpio_led = 0x08; /* GPIO 3 */
770 else
771 spec->gpio_led = 0x01; /* GPIO 0 */
772}
773
774/*
775 * This method searches for the mute LED GPIO configuration
776 * provided as OEM string in SMBIOS. The format of that string
777 * is HP_Mute_LED_P_G or HP_Mute_LED_P
778 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
779 * that corresponds to the NOT muted state of the master volume
780 * and G is the index of the GPIO to use as the mute LED control (0..9)
781 * If _G portion is missing it is assigned based on the codec ID
782 *
783 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
784 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
785 *
786 *
787 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
788 * SMBIOS - at least the ones I have seen do not have them - which include
789 * my own system (HP Pavilion dv6-1110ax) and my cousin's
790 * HP Pavilion dv9500t CTO.
791 * Need more information on whether it is true across the entire series.
792 * -- kunal
793 */
794static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
795{
796 struct sigmatel_spec *spec = codec->spec;
797 const struct dmi_device *dev = NULL;
798
799 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
800 get_int_hint(codec, "gpio_led_polarity",
801 &spec->gpio_led_polarity);
802 return 1;
803 }
804
805 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) {
Toralf Förstere7fc4962014-05-20 19:19:24 +0200806 if (sscanf(dev->name, "HP_Mute_LED_%u_%x",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100807 &spec->gpio_led_polarity,
808 &spec->gpio_led) == 2) {
809 unsigned int max_gpio;
810 max_gpio = snd_hda_param_read(codec, codec->afg,
811 AC_PAR_GPIO_CAP);
812 max_gpio &= AC_GPIO_IO_COUNT;
813 if (spec->gpio_led < max_gpio)
814 spec->gpio_led = 1 << spec->gpio_led;
815 else
816 spec->vref_mute_led_nid = spec->gpio_led;
817 return 1;
818 }
Toralf Förstere7fc4962014-05-20 19:19:24 +0200819 if (sscanf(dev->name, "HP_Mute_LED_%u",
Takashi Iwai36c9db72013-01-17 17:07:59 +0100820 &spec->gpio_led_polarity) == 1) {
821 set_hp_led_gpio(codec);
822 return 1;
823 }
824 /* BIOS bug: unfilled OEM string */
825 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
826 set_hp_led_gpio(codec);
827 if (default_polarity >= 0)
828 spec->gpio_led_polarity = default_polarity;
829 else
830 spec->gpio_led_polarity = 1;
831 return 1;
832 }
833 }
834
835 /*
836 * Fallback case - if we don't find the DMI strings,
837 * we statically set the GPIO - if not a B-series system
838 * and default polarity is provided
839 */
840 if (!hp_blike_system(codec->subsystem_id) &&
841 (default_polarity == 0 || default_polarity == 1)) {
842 set_hp_led_gpio(codec);
843 spec->gpio_led_polarity = default_polarity;
844 return 1;
845 }
846 return 0;
847}
848
David Henningsson303985f2013-03-14 15:28:29 +0100849/* check whether a built-in speaker is included in parsed pins */
850static bool has_builtin_speaker(struct hda_codec *codec)
851{
852 struct sigmatel_spec *spec = codec->spec;
853 hda_nid_t *nid_pin;
854 int nids, i;
855
856 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) {
857 nid_pin = spec->gen.autocfg.line_out_pins;
858 nids = spec->gen.autocfg.line_outs;
859 } else {
860 nid_pin = spec->gen.autocfg.speaker_pins;
861 nids = spec->gen.autocfg.speaker_outs;
862 }
863
864 for (i = 0; i < nids; i++) {
865 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
866 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
867 return true;
868 }
869 return false;
870}
871
Takashi Iwai36c9db72013-01-17 17:07:59 +0100872/*
873 * PC beep controls
874 */
875
876/* create PC beep volume controls */
877static int stac_auto_create_beep_ctls(struct hda_codec *codec,
878 hda_nid_t nid)
879{
880 struct sigmatel_spec *spec = codec->spec;
881 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
882 struct snd_kcontrol_new *knew;
883 static struct snd_kcontrol_new abeep_mute_ctl =
884 HDA_CODEC_MUTE(NULL, 0, 0, 0);
885 static struct snd_kcontrol_new dbeep_mute_ctl =
886 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0);
887 static struct snd_kcontrol_new beep_vol_ctl =
888 HDA_CODEC_VOLUME(NULL, 0, 0, 0);
889
890 /* check for mute support for the the amp */
891 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
892 const struct snd_kcontrol_new *temp;
893 if (spec->anabeep_nid == nid)
894 temp = &abeep_mute_ctl;
895 else
896 temp = &dbeep_mute_ctl;
897 knew = snd_hda_gen_add_kctl(&spec->gen,
898 "Beep Playback Switch", temp);
899 if (!knew)
900 return -ENOMEM;
901 knew->private_value =
902 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
903 }
904
905 /* check to see if there is volume support for the amp */
906 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
907 knew = snd_hda_gen_add_kctl(&spec->gen,
908 "Beep Playback Volume",
909 &beep_vol_ctl);
910 if (!knew)
911 return -ENOMEM;
912 knew->private_value =
913 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
914 }
915 return 0;
916}
917
918#ifdef CONFIG_SND_HDA_INPUT_BEEP
919#define stac_dig_beep_switch_info snd_ctl_boolean_mono_info
920
921static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
922 struct snd_ctl_elem_value *ucontrol)
923{
924 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
925 ucontrol->value.integer.value[0] = codec->beep->enabled;
926 return 0;
927}
928
929static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
930 struct snd_ctl_elem_value *ucontrol)
931{
932 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
933 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
934}
935
936static const struct snd_kcontrol_new stac_dig_beep_ctrl = {
937 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
938 .name = "Beep Playback Switch",
939 .info = stac_dig_beep_switch_info,
940 .get = stac_dig_beep_switch_get,
941 .put = stac_dig_beep_switch_put,
942};
943
944static int stac_beep_switch_ctl(struct hda_codec *codec)
945{
946 struct sigmatel_spec *spec = codec->spec;
947
948 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl))
949 return -ENOMEM;
950 return 0;
951}
952#endif
953
954/*
Takashi Iwai42875472013-01-22 09:34:48 +0100955 * SPDIF-out mux controls
956 */
957
958static int stac_smux_enum_info(struct snd_kcontrol *kcontrol,
959 struct snd_ctl_elem_info *uinfo)
960{
961 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
962 struct sigmatel_spec *spec = codec->spec;
963 return snd_hda_input_mux_info(&spec->spdif_mux, uinfo);
964}
965
966static int stac_smux_enum_get(struct snd_kcontrol *kcontrol,
967 struct snd_ctl_elem_value *ucontrol)
968{
969 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
970 struct sigmatel_spec *spec = codec->spec;
971 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
972
973 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
974 return 0;
975}
976
977static int stac_smux_enum_put(struct snd_kcontrol *kcontrol,
978 struct snd_ctl_elem_value *ucontrol)
979{
980 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
981 struct sigmatel_spec *spec = codec->spec;
982 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
983
984 return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol,
985 spec->gen.autocfg.dig_out_pins[smux_idx],
986 &spec->cur_smux[smux_idx]);
987}
988
989static struct snd_kcontrol_new stac_smux_mixer = {
990 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
991 .name = "IEC958 Playback Source",
992 /* count set later */
993 .info = stac_smux_enum_info,
994 .get = stac_smux_enum_get,
995 .put = stac_smux_enum_put,
996};
997
998static const char * const stac_spdif_labels[] = {
999 "Digital Playback", "Analog Mux 1", "Analog Mux 2", NULL
1000};
1001
1002static int stac_create_spdif_mux_ctls(struct hda_codec *codec)
1003{
1004 struct sigmatel_spec *spec = codec->spec;
1005 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1006 const char * const *labels = spec->spdif_labels;
1007 struct snd_kcontrol_new *kctl;
1008 int i, num_cons;
1009
1010 if (cfg->dig_outs < 1)
1011 return 0;
1012
1013 num_cons = snd_hda_get_num_conns(codec, cfg->dig_out_pins[0]);
1014 if (num_cons <= 1)
1015 return 0;
1016
1017 if (!labels)
1018 labels = stac_spdif_labels;
1019 for (i = 0; i < num_cons; i++) {
1020 if (snd_BUG_ON(!labels[i]))
1021 return -EINVAL;
Takashi Iwai6194b992014-06-06 18:12:16 +02001022 snd_hda_add_imux_item(codec, &spec->spdif_mux, labels[i], i, NULL);
Takashi Iwai42875472013-01-22 09:34:48 +01001023 }
1024
1025 kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer);
1026 if (!kctl)
1027 return -ENOMEM;
1028 kctl->count = cfg->dig_outs;
1029
1030 return 0;
1031}
1032
1033/*
Takashi Iwai36c9db72013-01-17 17:07:59 +01001034 */
1035
Takashi Iwai2b635362011-05-02 12:33:43 +02001036static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +02001037 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +02001038 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +02001039 {}
1040};
1041
Takashi Iwai2b635362011-05-02 12:33:43 +02001042static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001043 /* set dac0mux for dac converter */
1044 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
1045 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1046 {}
1047};
1048
Takashi Iwai2b635362011-05-02 12:33:43 +02001049static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +01001050 /* set master volume to max value without distortion
1051 * and direct control */
1052 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +01001053 {}
1054};
1055
Takashi Iwai2b635362011-05-02 12:33:43 +02001056static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001057 /* set master volume and direct control */
1058 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001059 {}
1060};
1061
Takashi Iwai2b635362011-05-02 12:33:43 +02001062static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001063 /* power state controls amps */
1064 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001065 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001066};
1067
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001068static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
1069 { 0x22, 0x785, 0x43 },
1070 { 0x22, 0x782, 0xe0 },
1071 { 0x22, 0x795, 0x00 },
1072 {}
1073};
1074
Takashi Iwai2b635362011-05-02 12:33:43 +02001075static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001076 /* set master volume and direct control */
1077 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001078 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +01001079};
1080
Takashi Iwai2b635362011-05-02 12:33:43 +02001081static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05001082 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
1083 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001084 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1085 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001086 {}
1087};
1088
Takashi Iwai2b635362011-05-02 12:33:43 +02001089static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001090 /* set dac0mux for dac converter */
1091 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +01001092 /* mute the master volume */
1093 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +01001094 {}
1095};
1096
Takashi Iwai2b635362011-05-02 12:33:43 +02001097static const struct hda_verb stac922x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001098 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +02001099 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +02001100 {}
1101};
1102
Takashi Iwai2b635362011-05-02 12:33:43 +02001103static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02001104 /* unmute node 0x1b */
1105 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
Takashi Iwai36c9db72013-01-17 17:07:59 +01001106 /* select node 0x03 as DAC */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001107 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1108 {}
1109};
1110
Takashi Iwai2b635362011-05-02 12:33:43 +02001111static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02001112 /* don't set delta bit */
1113 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1114 /* unmute node 0x1b */
1115 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1116 /* select node 0x03 as DAC */
1117 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1118 {}
1119};
1120
Takashi Iwai2b635362011-05-02 12:33:43 +02001121static const struct hda_verb stac927x_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001122 /* set master volume and direct control */
Matt Porter3cc08dc2006-01-23 15:27:49 +01001123 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001124 /* enable analog pc beep path */
1125 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +01001126 {}
1127};
1128
Takashi Iwai2b635362011-05-02 12:33:43 +02001129static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +02001130 /* don't set delta bit */
1131 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
1132 /* enable analog pc beep path */
1133 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
1134 {}
1135};
1136
Takashi Iwai2b635362011-05-02 12:33:43 +02001137static const struct hda_verb stac9205_core_init[] = {
Takashi Iwai36c9db72013-01-17 17:07:59 +01001138 /* set master volume and direct control */
Matt Porterf3302a52006-07-31 12:49:34 +02001139 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001140 /* enable analog pc beep path */
1141 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +02001142 {}
1143};
1144
Takashi Iwai36c9db72013-01-17 17:07:59 +01001145static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback =
1146 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01001147
Takashi Iwai36c9db72013-01-17 17:07:59 +01001148static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback =
1149 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001150
Takashi Iwai36c9db72013-01-17 17:07:59 +01001151static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback =
1152 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001153
Takashi Iwai36c9db72013-01-17 17:07:59 +01001154static const struct snd_kcontrol_new stac92hd71bxx_loopback =
1155 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2);
Matt2f2f4252005-04-13 14:45:30 +02001156
Takashi Iwai36c9db72013-01-17 17:07:59 +01001157static const struct snd_kcontrol_new stac9205_loopback =
1158 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001159
Takashi Iwai36c9db72013-01-17 17:07:59 +01001160static const struct snd_kcontrol_new stac927x_loopback =
1161 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1);
Matt2f2f4252005-04-13 14:45:30 +02001162
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001163static const struct hda_pintbl ref9200_pin_configs[] = {
1164 { 0x08, 0x01c47010 },
1165 { 0x09, 0x01447010 },
1166 { 0x0d, 0x0221401f },
1167 { 0x0e, 0x01114010 },
1168 { 0x0f, 0x02a19020 },
1169 { 0x10, 0x01a19021 },
1170 { 0x11, 0x90100140 },
1171 { 0x12, 0x01813122 },
1172 {}
Matt2f2f4252005-04-13 14:45:30 +02001173};
1174
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001175static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1176 { 0x08, 0x400000fe },
1177 { 0x09, 0x404500f4 },
1178 { 0x0d, 0x400100f0 },
1179 { 0x0e, 0x90110010 },
1180 { 0x0f, 0x400100f1 },
1181 { 0x10, 0x02a1902e },
1182 { 0x11, 0x500000f2 },
1183 { 0x12, 0x500000f3 },
1184 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001185};
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001186
1187static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1188 { 0x08, 0x400000fe },
1189 { 0x09, 0x404500f4 },
1190 { 0x0d, 0x400100f0 },
1191 { 0x0e, 0x90110010 },
1192 { 0x0f, 0x400100f1 },
1193 { 0x10, 0x02a1902e },
1194 { 0x11, 0x500000f2 },
1195 { 0x12, 0x500000f3 },
1196 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001197};
1198
1199/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001200 STAC 9200 pin configs for
1201 102801A8
1202 102801DE
1203 102801E8
1204*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001205static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1206 { 0x08, 0x400001f0 },
1207 { 0x09, 0x400001f1 },
1208 { 0x0d, 0x02214030 },
1209 { 0x0e, 0x01014010 },
1210 { 0x0f, 0x02a19020 },
1211 { 0x10, 0x01a19021 },
1212 { 0x11, 0x90100140 },
1213 { 0x12, 0x01813122 },
1214 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001215};
1216
Takashi Iwai36c9db72013-01-17 17:07:59 +01001217/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001218 STAC 9200 pin configs for
1219 102801C0
1220 102801C1
1221*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001222static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1223 { 0x08, 0x400001f0 },
1224 { 0x09, 0x400001f1 },
1225 { 0x0d, 0x0221401f },
1226 { 0x0e, 0x01014010 },
1227 { 0x0f, 0x01813020 },
1228 { 0x10, 0x02a19021 },
1229 { 0x11, 0x90100140 },
1230 { 0x12, 0x400001f2 },
1231 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001232};
1233
Takashi Iwai36c9db72013-01-17 17:07:59 +01001234/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001235 STAC 9200 pin configs for
1236 102801C4 (Dell Dimension E310)
1237 102801C5
1238 102801C7
1239 102801D9
1240 102801DA
1241 102801E3
1242*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001243static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1244 { 0x08, 0x400001f0 },
1245 { 0x09, 0x400001f1 },
1246 { 0x0d, 0x0221401f },
1247 { 0x0e, 0x01014010 },
1248 { 0x0f, 0x01813020 },
1249 { 0x10, 0x01a19021 },
1250 { 0x11, 0x90100140 },
1251 { 0x12, 0x400001f2 },
1252 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001253};
1254
1255
1256/*
1257 STAC 9200-32 pin configs for
1258 102801B5 (Dell Inspiron 630m)
1259 102801D8 (Dell Inspiron 640m)
1260*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001261static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1262 { 0x08, 0x40c003fa },
1263 { 0x09, 0x03441340 },
1264 { 0x0d, 0x0321121f },
1265 { 0x0e, 0x90170310 },
1266 { 0x0f, 0x408003fb },
1267 { 0x10, 0x03a11020 },
1268 { 0x11, 0x401003fc },
1269 { 0x12, 0x403003fd },
1270 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001271};
1272
1273/*
1274 STAC 9200-32 pin configs for
1275 102801C2 (Dell Latitude D620)
1276 102801C8
1277 102801CC (Dell Latitude D820)
1278 102801D4
1279 102801D6
1280*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001281static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1282 { 0x08, 0x40c003fa },
1283 { 0x09, 0x0144131f },
1284 { 0x0d, 0x0321121f },
1285 { 0x0e, 0x90170310 },
1286 { 0x0f, 0x90a70321 },
1287 { 0x10, 0x03a11020 },
1288 { 0x11, 0x401003fb },
1289 { 0x12, 0x40f000fc },
1290 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001291};
1292
1293/*
1294 STAC 9200-32 pin configs for
1295 102801CE (Dell XPS M1710)
1296 102801CF (Dell Precision M90)
1297*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001298static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1299 { 0x08, 0x40c003fa },
1300 { 0x09, 0x01441340 },
1301 { 0x0d, 0x0421421f },
1302 { 0x0e, 0x90170310 },
1303 { 0x0f, 0x408003fb },
1304 { 0x10, 0x04a1102e },
1305 { 0x11, 0x90170311 },
1306 { 0x12, 0x403003fc },
1307 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001308};
1309
1310/*
1311 STAC 9200-32 pin configs for
1312 102801C9
1313 102801CA
1314 102801CB (Dell Latitude 120L)
1315 102801D3
1316*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001317static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1318 { 0x08, 0x40c003fa },
1319 { 0x09, 0x404003fb },
1320 { 0x0d, 0x0321121f },
1321 { 0x0e, 0x90170310 },
1322 { 0x0f, 0x408003fc },
1323 { 0x10, 0x03a11020 },
1324 { 0x11, 0x401003fd },
1325 { 0x12, 0x403003fe },
1326 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001327};
1328
1329/*
1330 STAC 9200-32 pin configs for
1331 102801BD (Dell Inspiron E1505n)
1332 102801EE
1333 102801EF
1334*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001335static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1336 { 0x08, 0x40c003fa },
1337 { 0x09, 0x01441340 },
1338 { 0x0d, 0x0421121f },
1339 { 0x0e, 0x90170310 },
1340 { 0x0f, 0x408003fb },
1341 { 0x10, 0x04a11020 },
1342 { 0x11, 0x401003fc },
1343 { 0x12, 0x403003fd },
1344 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001345};
1346
1347/*
1348 STAC 9200-32 pin configs for
1349 102801F5 (Dell Inspiron 1501)
1350 102801F6
1351*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001352static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1353 { 0x08, 0x40c003fa },
1354 { 0x09, 0x404003fb },
1355 { 0x0d, 0x0421121f },
1356 { 0x0e, 0x90170310 },
1357 { 0x0f, 0x408003fc },
1358 { 0x10, 0x04a11020 },
1359 { 0x11, 0x401003fd },
1360 { 0x12, 0x403003fe },
1361 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001362};
1363
1364/*
1365 STAC 9200-32
1366 102801CD (Dell Inspiron E1705/9400)
1367*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001368static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1369 { 0x08, 0x40c003fa },
1370 { 0x09, 0x01441340 },
1371 { 0x0d, 0x0421121f },
1372 { 0x0e, 0x90170310 },
1373 { 0x0f, 0x90170310 },
1374 { 0x10, 0x04a11020 },
1375 { 0x11, 0x90170310 },
1376 { 0x12, 0x40f003fc },
1377 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001378};
1379
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001380static const struct hda_pintbl oqo9200_pin_configs[] = {
1381 { 0x08, 0x40c000f0 },
1382 { 0x09, 0x404000f1 },
1383 { 0x0d, 0x0221121f },
1384 { 0x0e, 0x02211210 },
1385 { 0x0f, 0x90170111 },
1386 { 0x10, 0x90a70120 },
1387 { 0x11, 0x400000f2 },
1388 { 0x12, 0x400000f3 },
1389 {}
Tobin Davisbf277782008-02-03 20:31:47 +01001390};
1391
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001392
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001393static void stac9200_fixup_panasonic(struct hda_codec *codec,
1394 const struct hda_fixup *fix, int action)
1395{
1396 struct sigmatel_spec *spec = codec->spec;
1397
Takashi Iwai36c9db72013-01-17 17:07:59 +01001398 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001399 spec->gpio_mask = spec->gpio_dir = 0x09;
1400 spec->gpio_data = 0x00;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001401 /* CF-74 has no headphone detection, and the driver should *NOT*
1402 * do detection and HP/speaker toggle because the hardware does it.
1403 */
Takashi Iwai36c9db72013-01-17 17:07:59 +01001404 spec->gen.suppress_auto_mute = 1;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001405 }
1406}
1407
1408
1409static const struct hda_fixup stac9200_fixups[] = {
1410 [STAC_REF] = {
1411 .type = HDA_FIXUP_PINS,
1412 .v.pins = ref9200_pin_configs,
1413 },
1414 [STAC_9200_OQO] = {
1415 .type = HDA_FIXUP_PINS,
1416 .v.pins = oqo9200_pin_configs,
1417 .chained = true,
1418 .chain_id = STAC_9200_EAPD_INIT,
1419 },
1420 [STAC_9200_DELL_D21] = {
1421 .type = HDA_FIXUP_PINS,
1422 .v.pins = dell9200_d21_pin_configs,
1423 },
1424 [STAC_9200_DELL_D22] = {
1425 .type = HDA_FIXUP_PINS,
1426 .v.pins = dell9200_d22_pin_configs,
1427 },
1428 [STAC_9200_DELL_D23] = {
1429 .type = HDA_FIXUP_PINS,
1430 .v.pins = dell9200_d23_pin_configs,
1431 },
1432 [STAC_9200_DELL_M21] = {
1433 .type = HDA_FIXUP_PINS,
1434 .v.pins = dell9200_m21_pin_configs,
1435 },
1436 [STAC_9200_DELL_M22] = {
1437 .type = HDA_FIXUP_PINS,
1438 .v.pins = dell9200_m22_pin_configs,
1439 },
1440 [STAC_9200_DELL_M23] = {
1441 .type = HDA_FIXUP_PINS,
1442 .v.pins = dell9200_m23_pin_configs,
1443 },
1444 [STAC_9200_DELL_M24] = {
1445 .type = HDA_FIXUP_PINS,
1446 .v.pins = dell9200_m24_pin_configs,
1447 },
1448 [STAC_9200_DELL_M25] = {
1449 .type = HDA_FIXUP_PINS,
1450 .v.pins = dell9200_m25_pin_configs,
1451 },
1452 [STAC_9200_DELL_M26] = {
1453 .type = HDA_FIXUP_PINS,
1454 .v.pins = dell9200_m26_pin_configs,
1455 },
1456 [STAC_9200_DELL_M27] = {
1457 .type = HDA_FIXUP_PINS,
1458 .v.pins = dell9200_m27_pin_configs,
1459 },
1460 [STAC_9200_M4] = {
1461 .type = HDA_FIXUP_PINS,
1462 .v.pins = gateway9200_m4_pin_configs,
1463 .chained = true,
1464 .chain_id = STAC_9200_EAPD_INIT,
1465 },
1466 [STAC_9200_M4_2] = {
1467 .type = HDA_FIXUP_PINS,
1468 .v.pins = gateway9200_m4_2_pin_configs,
1469 .chained = true,
1470 .chain_id = STAC_9200_EAPD_INIT,
1471 },
1472 [STAC_9200_PANASONIC] = {
1473 .type = HDA_FIXUP_FUNC,
1474 .v.func = stac9200_fixup_panasonic,
1475 },
1476 [STAC_9200_EAPD_INIT] = {
1477 .type = HDA_FIXUP_VERBS,
1478 .v.verbs = (const struct hda_verb[]) {
1479 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1480 {}
1481 },
1482 },
Matt Porter403d1942005-11-29 15:00:51 +01001483};
1484
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001485static const struct hda_model_fixup stac9200_models[] = {
1486 { .id = STAC_REF, .name = "ref" },
1487 { .id = STAC_9200_OQO, .name = "oqo" },
1488 { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1489 { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1490 { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1491 { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1492 { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1493 { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1494 { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1495 { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1496 { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1497 { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1498 { .id = STAC_9200_M4, .name = "gateway-m4" },
1499 { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1500 { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1501 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001502};
1503
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001504static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001505 /* SigmaTel reference board */
1506 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1507 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001508 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1509 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001510 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001511 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1512 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001513 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001514 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1516 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1518 "unknown Dell", STAC_9200_DELL_D22),
1519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1520 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001522 "Dell Latitude D620", STAC_9200_DELL_M22),
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1524 "unknown Dell", STAC_9200_DELL_D23),
1525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1526 "unknown Dell", STAC_9200_DELL_D23),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1528 "unknown Dell", STAC_9200_DELL_M22),
1529 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1530 "unknown Dell", STAC_9200_DELL_M24),
1531 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1532 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001533 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001534 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001535 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001536 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001537 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001538 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001539 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001540 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001541 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001542 "Dell Precision M90", STAC_9200_DELL_M23),
1543 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1544 "unknown Dell", STAC_9200_DELL_M22),
1545 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1546 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001547 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001548 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001549 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001550 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1551 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1552 "unknown Dell", STAC_9200_DELL_D23),
1553 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1554 "unknown Dell", STAC_9200_DELL_D23),
1555 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1556 "unknown Dell", STAC_9200_DELL_D21),
1557 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1558 "unknown Dell", STAC_9200_DELL_D23),
1559 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1560 "unknown Dell", STAC_9200_DELL_D21),
1561 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1562 "unknown Dell", STAC_9200_DELL_M25),
1563 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1564 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001565 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001566 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1567 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1568 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001569 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001570 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001571 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001572 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1573 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1574 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001575 /* OQO Mobile */
1576 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001577 {} /* terminator */
1578};
1579
Takashi Iwaid2077d42013-01-14 14:20:16 +01001580static const struct hda_pintbl ref925x_pin_configs[] = {
1581 { 0x07, 0x40c003f0 },
1582 { 0x08, 0x424503f2 },
1583 { 0x0a, 0x01813022 },
1584 { 0x0b, 0x02a19021 },
1585 { 0x0c, 0x90a70320 },
1586 { 0x0d, 0x02214210 },
1587 { 0x10, 0x01019020 },
1588 { 0x11, 0x9033032e },
1589 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001590};
1591
Takashi Iwaid2077d42013-01-14 14:20:16 +01001592static const struct hda_pintbl stac925xM1_pin_configs[] = {
1593 { 0x07, 0x40c003f4 },
1594 { 0x08, 0x424503f2 },
1595 { 0x0a, 0x400000f3 },
1596 { 0x0b, 0x02a19020 },
1597 { 0x0c, 0x40a000f0 },
1598 { 0x0d, 0x90100210 },
1599 { 0x10, 0x400003f1 },
1600 { 0x11, 0x9033032e },
1601 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001602};
1603
Takashi Iwaid2077d42013-01-14 14:20:16 +01001604static const struct hda_pintbl stac925xM1_2_pin_configs[] = {
1605 { 0x07, 0x40c003f4 },
1606 { 0x08, 0x424503f2 },
1607 { 0x0a, 0x400000f3 },
1608 { 0x0b, 0x02a19020 },
1609 { 0x0c, 0x40a000f0 },
1610 { 0x0d, 0x90100210 },
1611 { 0x10, 0x400003f1 },
1612 { 0x11, 0x9033032e },
1613 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001614};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001615
Takashi Iwaid2077d42013-01-14 14:20:16 +01001616static const struct hda_pintbl stac925xM2_pin_configs[] = {
1617 { 0x07, 0x40c003f4 },
1618 { 0x08, 0x424503f2 },
1619 { 0x0a, 0x400000f3 },
1620 { 0x0b, 0x02a19020 },
1621 { 0x0c, 0x40a000f0 },
1622 { 0x0d, 0x90100210 },
1623 { 0x10, 0x400003f1 },
1624 { 0x11, 0x9033032e },
1625 {}
Tobin Davis2c11f952007-05-17 09:36:34 +02001626};
1627
Takashi Iwaid2077d42013-01-14 14:20:16 +01001628static const struct hda_pintbl stac925xM2_2_pin_configs[] = {
1629 { 0x07, 0x40c003f4 },
1630 { 0x08, 0x424503f2 },
1631 { 0x0a, 0x400000f3 },
1632 { 0x0b, 0x02a19020 },
1633 { 0x0c, 0x40a000f0 },
1634 { 0x0d, 0x90100210 },
1635 { 0x10, 0x400003f1 },
1636 { 0x11, 0x9033032e },
1637 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001638};
1639
Takashi Iwaid2077d42013-01-14 14:20:16 +01001640static const struct hda_pintbl stac925xM3_pin_configs[] = {
1641 { 0x07, 0x40c003f4 },
1642 { 0x08, 0x424503f2 },
1643 { 0x0a, 0x400000f3 },
1644 { 0x0b, 0x02a19020 },
1645 { 0x0c, 0x40a000f0 },
1646 { 0x0d, 0x90100210 },
1647 { 0x10, 0x400003f1 },
1648 { 0x11, 0x503303f3 },
1649 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001650};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001651
Takashi Iwaid2077d42013-01-14 14:20:16 +01001652static const struct hda_pintbl stac925xM5_pin_configs[] = {
1653 { 0x07, 0x40c003f4 },
1654 { 0x08, 0x424503f2 },
1655 { 0x0a, 0x400000f3 },
1656 { 0x0b, 0x02a19020 },
1657 { 0x0c, 0x40a000f0 },
1658 { 0x0d, 0x90100210 },
1659 { 0x10, 0x400003f1 },
1660 { 0x11, 0x9033032e },
1661 {}
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001662};
1663
Takashi Iwaid2077d42013-01-14 14:20:16 +01001664static const struct hda_pintbl stac925xM6_pin_configs[] = {
1665 { 0x07, 0x40c003f4 },
1666 { 0x08, 0x424503f2 },
1667 { 0x0a, 0x400000f3 },
1668 { 0x0b, 0x02a19020 },
1669 { 0x0c, 0x40a000f0 },
1670 { 0x0d, 0x90100210 },
1671 { 0x10, 0x400003f1 },
1672 { 0x11, 0x90330320 },
1673 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001674};
1675
Takashi Iwaid2077d42013-01-14 14:20:16 +01001676static const struct hda_fixup stac925x_fixups[] = {
1677 [STAC_REF] = {
1678 .type = HDA_FIXUP_PINS,
1679 .v.pins = ref925x_pin_configs,
1680 },
1681 [STAC_M1] = {
1682 .type = HDA_FIXUP_PINS,
1683 .v.pins = stac925xM1_pin_configs,
1684 },
1685 [STAC_M1_2] = {
1686 .type = HDA_FIXUP_PINS,
1687 .v.pins = stac925xM1_2_pin_configs,
1688 },
1689 [STAC_M2] = {
1690 .type = HDA_FIXUP_PINS,
1691 .v.pins = stac925xM2_pin_configs,
1692 },
1693 [STAC_M2_2] = {
1694 .type = HDA_FIXUP_PINS,
1695 .v.pins = stac925xM2_2_pin_configs,
1696 },
1697 [STAC_M3] = {
1698 .type = HDA_FIXUP_PINS,
1699 .v.pins = stac925xM3_pin_configs,
1700 },
1701 [STAC_M5] = {
1702 .type = HDA_FIXUP_PINS,
1703 .v.pins = stac925xM5_pin_configs,
1704 },
1705 [STAC_M6] = {
1706 .type = HDA_FIXUP_PINS,
1707 .v.pins = stac925xM6_pin_configs,
1708 },
Tobin Davis8e21c342007-01-08 11:04:17 +01001709};
1710
Takashi Iwaid2077d42013-01-14 14:20:16 +01001711static const struct hda_model_fixup stac925x_models[] = {
1712 { .id = STAC_REF, .name = "ref" },
1713 { .id = STAC_M1, .name = "m1" },
1714 { .id = STAC_M1_2, .name = "m1-2" },
1715 { .id = STAC_M2, .name = "m2" },
1716 { .id = STAC_M2_2, .name = "m2-2" },
1717 { .id = STAC_M3, .name = "m3" },
1718 { .id = STAC_M5, .name = "m5" },
1719 { .id = STAC_M6, .name = "m6" },
1720 {}
Tobin Davis8e21c342007-01-08 11:04:17 +01001721};
1722
Takashi Iwaid2077d42013-01-14 14:20:16 +01001723static const struct snd_pci_quirk stac925x_fixup_tbl[] = {
1724 /* SigmaTel reference board */
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
1727 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
1728
1729 /* Default table for unknown ID */
1730 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1731
1732 /* gateway machines are checked via codec ssid */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001733 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1734 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1735 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1736 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001737 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001738 /* Not sure about the brand name for those */
1739 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1740 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1741 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1742 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001743 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001744};
1745
Takashi Iwai55e30142013-01-14 17:30:04 +01001746static const struct hda_pintbl ref92hd73xx_pin_configs[] = {
1747 { 0x0a, 0x02214030 },
1748 { 0x0b, 0x02a19040 },
1749 { 0x0c, 0x01a19020 },
1750 { 0x0d, 0x02214030 },
1751 { 0x0e, 0x0181302e },
1752 { 0x0f, 0x01014010 },
1753 { 0x10, 0x01014020 },
1754 { 0x11, 0x01014030 },
1755 { 0x12, 0x02319040 },
1756 { 0x13, 0x90a000f0 },
1757 { 0x14, 0x90a000f0 },
1758 { 0x22, 0x01452050 },
1759 { 0x23, 0x01452050 },
1760 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01001761};
1762
Takashi Iwai55e30142013-01-14 17:30:04 +01001763static const struct hda_pintbl dell_m6_pin_configs[] = {
1764 { 0x0a, 0x0321101f },
1765 { 0x0b, 0x4f00000f },
1766 { 0x0c, 0x4f0000f0 },
1767 { 0x0d, 0x90170110 },
1768 { 0x0e, 0x03a11020 },
1769 { 0x0f, 0x0321101f },
1770 { 0x10, 0x4f0000f0 },
1771 { 0x11, 0x4f0000f0 },
1772 { 0x12, 0x4f0000f0 },
1773 { 0x13, 0x90a60160 },
1774 { 0x14, 0x4f0000f0 },
1775 { 0x22, 0x4f0000f0 },
1776 { 0x23, 0x4f0000f0 },
1777 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001778};
1779
Takashi Iwai55e30142013-01-14 17:30:04 +01001780static const struct hda_pintbl alienware_m17x_pin_configs[] = {
1781 { 0x0a, 0x0321101f },
1782 { 0x0b, 0x0321101f },
1783 { 0x0c, 0x03a11020 },
1784 { 0x0d, 0x03014020 },
1785 { 0x0e, 0x90170110 },
1786 { 0x0f, 0x4f0000f0 },
1787 { 0x10, 0x4f0000f0 },
1788 { 0x11, 0x4f0000f0 },
1789 { 0x12, 0x4f0000f0 },
1790 { 0x13, 0x90a60160 },
1791 { 0x14, 0x4f0000f0 },
1792 { 0x22, 0x4f0000f0 },
1793 { 0x23, 0x904601b0 },
1794 {}
Takashi Iwai842ae632009-09-02 07:43:08 +02001795};
1796
Takashi Iwai55e30142013-01-14 17:30:04 +01001797static const struct hda_pintbl intel_dg45id_pin_configs[] = {
1798 { 0x0a, 0x02214230 },
1799 { 0x0b, 0x02A19240 },
1800 { 0x0c, 0x01013214 },
1801 { 0x0d, 0x01014210 },
1802 { 0x0e, 0x01A19250 },
1803 { 0x0f, 0x01011212 },
1804 { 0x10, 0x01016211 },
1805 {}
Alexey Fisher52dc4382009-12-12 11:16:41 +02001806};
1807
Hui Wang1de7ca52014-02-20 11:47:21 +08001808static const struct hda_pintbl stac92hd89xx_hp_front_jack_pin_configs[] = {
1809 { 0x0a, 0x02214030 },
1810 { 0x0b, 0x02A19010 },
1811 {}
1812};
1813
Hui Wang74408502014-07-30 11:11:48 +08001814static const struct hda_pintbl stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs[] = {
1815 { 0x0e, 0x400000f0 },
1816 {}
1817};
1818
Takashi Iwai55e30142013-01-14 17:30:04 +01001819static void stac92hd73xx_fixup_ref(struct hda_codec *codec,
1820 const struct hda_fixup *fix, int action)
1821{
1822 struct sigmatel_spec *spec = codec->spec;
1823
1824 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1825 return;
1826
1827 snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs);
1828 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
1829}
1830
1831static void stac92hd73xx_fixup_dell(struct hda_codec *codec)
1832{
1833 struct sigmatel_spec *spec = codec->spec;
1834
1835 snd_hda_apply_pincfgs(codec, dell_m6_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001836 spec->eapd_switch = 0;
1837}
1838
1839static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec,
1840 const struct hda_fixup *fix, int action)
1841{
1842 struct sigmatel_spec *spec = codec->spec;
1843
1844 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1845 return;
1846
1847 stac92hd73xx_fixup_dell(codec);
1848 snd_hda_add_verbs(codec, dell_eq_core_init);
1849 spec->volknob_init = 1;
1850}
1851
1852/* Analog Mics */
1853static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec,
1854 const struct hda_fixup *fix, int action)
1855{
Takashi Iwai55e30142013-01-14 17:30:04 +01001856 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1857 return;
1858
1859 stac92hd73xx_fixup_dell(codec);
1860 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Takashi Iwai55e30142013-01-14 17:30:04 +01001861}
1862
1863/* Digital Mics */
1864static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec,
1865 const struct hda_fixup *fix, int action)
1866{
Takashi Iwai55e30142013-01-14 17:30:04 +01001867 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1868 return;
1869
1870 stac92hd73xx_fixup_dell(codec);
1871 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001872}
1873
1874/* Both */
1875static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec,
1876 const struct hda_fixup *fix, int action)
1877{
Takashi Iwai55e30142013-01-14 17:30:04 +01001878 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1879 return;
1880
1881 stac92hd73xx_fixup_dell(codec);
1882 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
1883 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Takashi Iwai55e30142013-01-14 17:30:04 +01001884}
1885
1886static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec,
1887 const struct hda_fixup *fix, int action)
1888{
1889 struct sigmatel_spec *spec = codec->spec;
1890
1891 if (action != HDA_FIXUP_ACT_PRE_PROBE)
1892 return;
1893
1894 snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs);
Takashi Iwai55e30142013-01-14 17:30:04 +01001895 spec->eapd_switch = 0;
1896}
1897
1898static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec,
1899 const struct hda_fixup *fix, int action)
1900{
Takashi Iwai36c9db72013-01-17 17:07:59 +01001901 if (action == HDA_FIXUP_ACT_PRE_PROBE)
1902 codec->no_jack_detect = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01001903}
1904
1905static const struct hda_fixup stac92hd73xx_fixups[] = {
1906 [STAC_92HD73XX_REF] = {
1907 .type = HDA_FIXUP_FUNC,
1908 .v.func = stac92hd73xx_fixup_ref,
1909 },
1910 [STAC_DELL_M6_AMIC] = {
1911 .type = HDA_FIXUP_FUNC,
1912 .v.func = stac92hd73xx_fixup_dell_m6_amic,
1913 },
1914 [STAC_DELL_M6_DMIC] = {
1915 .type = HDA_FIXUP_FUNC,
1916 .v.func = stac92hd73xx_fixup_dell_m6_dmic,
1917 },
1918 [STAC_DELL_M6_BOTH] = {
1919 .type = HDA_FIXUP_FUNC,
1920 .v.func = stac92hd73xx_fixup_dell_m6_both,
1921 },
1922 [STAC_DELL_EQ] = {
1923 .type = HDA_FIXUP_FUNC,
1924 .v.func = stac92hd73xx_fixup_dell_eq,
1925 },
1926 [STAC_ALIENWARE_M17X] = {
1927 .type = HDA_FIXUP_FUNC,
1928 .v.func = stac92hd73xx_fixup_alienware_m17x,
1929 },
1930 [STAC_92HD73XX_INTEL] = {
1931 .type = HDA_FIXUP_PINS,
1932 .v.pins = intel_dg45id_pin_configs,
1933 },
1934 [STAC_92HD73XX_NO_JD] = {
1935 .type = HDA_FIXUP_FUNC,
1936 .v.func = stac92hd73xx_fixup_no_jd,
Hui Wang1de7ca52014-02-20 11:47:21 +08001937 },
1938 [STAC_92HD89XX_HP_FRONT_JACK] = {
1939 .type = HDA_FIXUP_PINS,
1940 .v.pins = stac92hd89xx_hp_front_jack_pin_configs,
Hui Wang74408502014-07-30 11:11:48 +08001941 },
1942 [STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK] = {
1943 .type = HDA_FIXUP_PINS,
1944 .v.pins = stac92hd89xx_hp_z1_g2_right_mic_jack_pin_configs,
Takashi Iwai55e30142013-01-14 17:30:04 +01001945 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001946};
1947
Takashi Iwai55e30142013-01-14 17:30:04 +01001948static const struct hda_model_fixup stac92hd73xx_models[] = {
1949 { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" },
1950 { .id = STAC_92HD73XX_REF, .name = "ref" },
1951 { .id = STAC_92HD73XX_INTEL, .name = "intel" },
1952 { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" },
1953 { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" },
1954 { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" },
1955 { .id = STAC_DELL_EQ, .name = "dell-eq" },
1956 { .id = STAC_ALIENWARE_M17X, .name = "alienware" },
1957 {}
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001958};
1959
Takashi Iwai55e30142013-01-14 17:30:04 +01001960static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001961 /* SigmaTel reference board */
1962 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001963 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001964 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1965 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001966 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1967 "Intel DG45ID", STAC_92HD73XX_INTEL),
1968 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1969 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001970 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001971 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001972 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001973 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001974 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001975 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001976 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001977 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001978 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001979 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001980 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001981 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001982 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001983 "unknown Dell", STAC_DELL_M6_DMIC),
1984 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1985 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001986 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001987 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001988 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1989 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001990 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1991 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001992 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1993 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001994 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001995 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001996 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001997 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Takashi Iwai55e30142013-01-14 17:30:04 +01001998 /* codec SSID matching */
Takashi Iwai842ae632009-09-02 07:43:08 +02001999 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
2000 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05002001 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
2002 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01002003 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01002004 "Alienware M17x R3", STAC_DELL_EQ),
Hui Wang74408502014-07-30 11:11:48 +08002005 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1927,
2006 "HP Z1 G2", STAC_92HD89XX_HP_Z1_G2_RIGHT_MIC_JACK),
Hui Wang1de7ca52014-02-20 11:47:21 +08002007 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2b17,
2008 "unknown HP", STAC_92HD89XX_HP_FRONT_JACK),
Takashi Iwai842ae632009-09-02 07:43:08 +02002009 {} /* terminator */
2010};
2011
Takashi Iwai372f8c72013-01-14 18:06:34 +01002012static const struct hda_pintbl ref92hd83xxx_pin_configs[] = {
2013 { 0x0a, 0x02214030 },
2014 { 0x0b, 0x02211010 },
2015 { 0x0c, 0x02a19020 },
2016 { 0x0d, 0x02170130 },
2017 { 0x0e, 0x01014050 },
2018 { 0x0f, 0x01819040 },
2019 { 0x10, 0x01014020 },
2020 { 0x11, 0x90a3014e },
2021 { 0x1f, 0x01451160 },
2022 { 0x20, 0x98560170 },
2023 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002024};
2025
Takashi Iwai372f8c72013-01-14 18:06:34 +01002026static const struct hda_pintbl dell_s14_pin_configs[] = {
2027 { 0x0a, 0x0221403f },
2028 { 0x0b, 0x0221101f },
2029 { 0x0c, 0x02a19020 },
2030 { 0x0d, 0x90170110 },
2031 { 0x0e, 0x40f000f0 },
2032 { 0x0f, 0x40f000f0 },
2033 { 0x10, 0x40f000f0 },
2034 { 0x11, 0x90a60160 },
2035 { 0x1f, 0x40f000f0 },
2036 { 0x20, 0x40f000f0 },
2037 {}
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002038};
2039
Takashi Iwai372f8c72013-01-14 18:06:34 +01002040static const struct hda_pintbl dell_vostro_3500_pin_configs[] = {
2041 { 0x0a, 0x02a11020 },
2042 { 0x0b, 0x0221101f },
2043 { 0x0c, 0x400000f0 },
2044 { 0x0d, 0x90170110 },
2045 { 0x0e, 0x400000f1 },
2046 { 0x0f, 0x400000f2 },
2047 { 0x10, 0x400000f3 },
2048 { 0x11, 0x90a60160 },
2049 { 0x1f, 0x400000f4 },
2050 { 0x20, 0x400000f5 },
2051 {}
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002052};
2053
Takashi Iwai372f8c72013-01-14 18:06:34 +01002054static const struct hda_pintbl hp_dv7_4000_pin_configs[] = {
2055 { 0x0a, 0x03a12050 },
2056 { 0x0b, 0x0321201f },
2057 { 0x0c, 0x40f000f0 },
2058 { 0x0d, 0x90170110 },
2059 { 0x0e, 0x40f000f0 },
2060 { 0x0f, 0x40f000f0 },
2061 { 0x10, 0x90170110 },
2062 { 0x11, 0xd5a30140 },
2063 { 0x1f, 0x40f000f0 },
2064 { 0x20, 0x40f000f0 },
2065 {}
Steven Eastland48315592010-08-06 15:07:35 -06002066};
2067
Takashi Iwai372f8c72013-01-14 18:06:34 +01002068static const struct hda_pintbl hp_zephyr_pin_configs[] = {
2069 { 0x0a, 0x01813050 },
2070 { 0x0b, 0x0421201f },
2071 { 0x0c, 0x04a1205e },
2072 { 0x0d, 0x96130310 },
2073 { 0x0e, 0x96130310 },
2074 { 0x0f, 0x0101401f },
2075 { 0x10, 0x1111611f },
2076 { 0x11, 0xd5a30130 },
2077 {}
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002078};
2079
Takashi Iwai372f8c72013-01-14 18:06:34 +01002080static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = {
2081 { 0x0a, 0x40f000f0 },
2082 { 0x0b, 0x0221101f },
2083 { 0x0c, 0x02a11020 },
2084 { 0x0d, 0x92170110 },
2085 { 0x0e, 0x40f000f0 },
2086 { 0x0f, 0x92170110 },
2087 { 0x10, 0x40f000f0 },
2088 { 0x11, 0xd5a30130 },
2089 { 0x1f, 0x40f000f0 },
2090 { 0x20, 0x40f000f0 },
2091 {}
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002092};
2093
Takashi Iwai372f8c72013-01-14 18:06:34 +01002094static void stac92hd83xxx_fixup_hp(struct hda_codec *codec,
2095 const struct hda_fixup *fix, int action)
2096{
2097 struct sigmatel_spec *spec = codec->spec;
2098
2099 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2100 return;
2101
2102 if (hp_bnb2011_with_dock(codec)) {
2103 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
2104 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
2105 }
2106
2107 if (find_mute_led_cfg(codec, spec->default_polarity))
Takashi Iwai4e76a882014-02-25 12:21:03 +01002108 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai372f8c72013-01-14 18:06:34 +01002109 spec->gpio_led,
2110 spec->gpio_led_polarity);
Takashi Iwaie8b99a12014-02-27 16:24:53 +01002111
2112 /* allow auto-switching of dock line-in */
2113 spec->gen.line_in_auto_switch = true;
Takashi Iwai372f8c72013-01-14 18:06:34 +01002114}
2115
2116static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec,
2117 const struct hda_fixup *fix, int action)
2118{
2119 if (action != HDA_FIXUP_ACT_PRE_PROBE)
2120 return;
2121
2122 snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs);
2123 snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init);
2124}
2125
2126static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec,
2127 const struct hda_fixup *fix, int action)
2128{
2129 struct sigmatel_spec *spec = codec->spec;
2130
2131 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2132 spec->default_polarity = 0;
2133}
2134
2135static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec,
2136 const struct hda_fixup *fix, int action)
2137{
2138 struct sigmatel_spec *spec = codec->spec;
2139
2140 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2141 spec->default_polarity = 1;
2142}
2143
2144static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec,
2145 const struct hda_fixup *fix, int action)
2146{
2147 struct sigmatel_spec *spec = codec->spec;
2148
Takashi Iwai95f74c42013-10-24 01:24:15 +02002149 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
Takashi Iwai372f8c72013-01-14 18:06:34 +01002150 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
Takashi Iwai873ce8a2013-11-26 11:58:40 +01002151 /* resetting controller clears GPIO, so we need to keep on */
2152 codec->bus->power_keep_link_on = 1;
Takashi Iwai95f74c42013-10-24 01:24:15 +02002153 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01002154}
2155
Takashi Iwai37c367e2014-02-24 15:23:10 +01002156static void stac92hd83xxx_fixup_hp_led_gpio10(struct hda_codec *codec,
2157 const struct hda_fixup *fix, int action)
2158{
2159 struct sigmatel_spec *spec = codec->spec;
2160
2161 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
2162 spec->gpio_led = 0x10; /* GPIO4 */
2163 spec->default_polarity = 0;
2164 }
2165}
2166
Takashi Iwai372f8c72013-01-14 18:06:34 +01002167static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec,
2168 const struct hda_fixup *fix, int action)
2169{
2170 struct sigmatel_spec *spec = codec->spec;
2171
2172 if (action == HDA_FIXUP_ACT_PRE_PROBE)
2173 spec->headset_jack = 1;
2174}
2175
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002176static const struct hda_verb hp_bnb13_eq_verbs[] = {
2177 /* 44.1KHz base */
2178 { 0x22, 0x7A6, 0x3E },
2179 { 0x22, 0x7A7, 0x68 },
2180 { 0x22, 0x7A8, 0x17 },
2181 { 0x22, 0x7A9, 0x3E },
2182 { 0x22, 0x7AA, 0x68 },
2183 { 0x22, 0x7AB, 0x17 },
2184 { 0x22, 0x7AC, 0x00 },
2185 { 0x22, 0x7AD, 0x80 },
2186 { 0x22, 0x7A6, 0x83 },
2187 { 0x22, 0x7A7, 0x2F },
2188 { 0x22, 0x7A8, 0xD1 },
2189 { 0x22, 0x7A9, 0x83 },
2190 { 0x22, 0x7AA, 0x2F },
2191 { 0x22, 0x7AB, 0xD1 },
2192 { 0x22, 0x7AC, 0x01 },
2193 { 0x22, 0x7AD, 0x80 },
2194 { 0x22, 0x7A6, 0x3E },
2195 { 0x22, 0x7A7, 0x68 },
2196 { 0x22, 0x7A8, 0x17 },
2197 { 0x22, 0x7A9, 0x3E },
2198 { 0x22, 0x7AA, 0x68 },
2199 { 0x22, 0x7AB, 0x17 },
2200 { 0x22, 0x7AC, 0x02 },
2201 { 0x22, 0x7AD, 0x80 },
2202 { 0x22, 0x7A6, 0x7C },
2203 { 0x22, 0x7A7, 0xC6 },
2204 { 0x22, 0x7A8, 0x0C },
2205 { 0x22, 0x7A9, 0x7C },
2206 { 0x22, 0x7AA, 0xC6 },
2207 { 0x22, 0x7AB, 0x0C },
2208 { 0x22, 0x7AC, 0x03 },
2209 { 0x22, 0x7AD, 0x80 },
2210 { 0x22, 0x7A6, 0xC3 },
2211 { 0x22, 0x7A7, 0x25 },
2212 { 0x22, 0x7A8, 0xAF },
2213 { 0x22, 0x7A9, 0xC3 },
2214 { 0x22, 0x7AA, 0x25 },
2215 { 0x22, 0x7AB, 0xAF },
2216 { 0x22, 0x7AC, 0x04 },
2217 { 0x22, 0x7AD, 0x80 },
2218 { 0x22, 0x7A6, 0x3E },
2219 { 0x22, 0x7A7, 0x85 },
2220 { 0x22, 0x7A8, 0x73 },
2221 { 0x22, 0x7A9, 0x3E },
2222 { 0x22, 0x7AA, 0x85 },
2223 { 0x22, 0x7AB, 0x73 },
2224 { 0x22, 0x7AC, 0x05 },
2225 { 0x22, 0x7AD, 0x80 },
2226 { 0x22, 0x7A6, 0x85 },
2227 { 0x22, 0x7A7, 0x39 },
2228 { 0x22, 0x7A8, 0xC7 },
2229 { 0x22, 0x7A9, 0x85 },
2230 { 0x22, 0x7AA, 0x39 },
2231 { 0x22, 0x7AB, 0xC7 },
2232 { 0x22, 0x7AC, 0x06 },
2233 { 0x22, 0x7AD, 0x80 },
2234 { 0x22, 0x7A6, 0x3C },
2235 { 0x22, 0x7A7, 0x90 },
2236 { 0x22, 0x7A8, 0xB0 },
2237 { 0x22, 0x7A9, 0x3C },
2238 { 0x22, 0x7AA, 0x90 },
2239 { 0x22, 0x7AB, 0xB0 },
2240 { 0x22, 0x7AC, 0x07 },
2241 { 0x22, 0x7AD, 0x80 },
2242 { 0x22, 0x7A6, 0x7A },
2243 { 0x22, 0x7A7, 0xC6 },
2244 { 0x22, 0x7A8, 0x39 },
2245 { 0x22, 0x7A9, 0x7A },
2246 { 0x22, 0x7AA, 0xC6 },
2247 { 0x22, 0x7AB, 0x39 },
2248 { 0x22, 0x7AC, 0x08 },
2249 { 0x22, 0x7AD, 0x80 },
2250 { 0x22, 0x7A6, 0xC4 },
2251 { 0x22, 0x7A7, 0xE9 },
2252 { 0x22, 0x7A8, 0xDC },
2253 { 0x22, 0x7A9, 0xC4 },
2254 { 0x22, 0x7AA, 0xE9 },
2255 { 0x22, 0x7AB, 0xDC },
2256 { 0x22, 0x7AC, 0x09 },
2257 { 0x22, 0x7AD, 0x80 },
2258 { 0x22, 0x7A6, 0x3D },
2259 { 0x22, 0x7A7, 0xE1 },
2260 { 0x22, 0x7A8, 0x0D },
2261 { 0x22, 0x7A9, 0x3D },
2262 { 0x22, 0x7AA, 0xE1 },
2263 { 0x22, 0x7AB, 0x0D },
2264 { 0x22, 0x7AC, 0x0A },
2265 { 0x22, 0x7AD, 0x80 },
2266 { 0x22, 0x7A6, 0x89 },
2267 { 0x22, 0x7A7, 0xB6 },
2268 { 0x22, 0x7A8, 0xEB },
2269 { 0x22, 0x7A9, 0x89 },
2270 { 0x22, 0x7AA, 0xB6 },
2271 { 0x22, 0x7AB, 0xEB },
2272 { 0x22, 0x7AC, 0x0B },
2273 { 0x22, 0x7AD, 0x80 },
2274 { 0x22, 0x7A6, 0x39 },
2275 { 0x22, 0x7A7, 0x9D },
2276 { 0x22, 0x7A8, 0xFE },
2277 { 0x22, 0x7A9, 0x39 },
2278 { 0x22, 0x7AA, 0x9D },
2279 { 0x22, 0x7AB, 0xFE },
2280 { 0x22, 0x7AC, 0x0C },
2281 { 0x22, 0x7AD, 0x80 },
2282 { 0x22, 0x7A6, 0x76 },
2283 { 0x22, 0x7A7, 0x49 },
2284 { 0x22, 0x7A8, 0x15 },
2285 { 0x22, 0x7A9, 0x76 },
2286 { 0x22, 0x7AA, 0x49 },
2287 { 0x22, 0x7AB, 0x15 },
2288 { 0x22, 0x7AC, 0x0D },
2289 { 0x22, 0x7AD, 0x80 },
2290 { 0x22, 0x7A6, 0xC8 },
2291 { 0x22, 0x7A7, 0x80 },
2292 { 0x22, 0x7A8, 0xF5 },
2293 { 0x22, 0x7A9, 0xC8 },
2294 { 0x22, 0x7AA, 0x80 },
2295 { 0x22, 0x7AB, 0xF5 },
2296 { 0x22, 0x7AC, 0x0E },
2297 { 0x22, 0x7AD, 0x80 },
2298 { 0x22, 0x7A6, 0x40 },
2299 { 0x22, 0x7A7, 0x00 },
2300 { 0x22, 0x7A8, 0x00 },
2301 { 0x22, 0x7A9, 0x40 },
2302 { 0x22, 0x7AA, 0x00 },
2303 { 0x22, 0x7AB, 0x00 },
2304 { 0x22, 0x7AC, 0x0F },
2305 { 0x22, 0x7AD, 0x80 },
2306 { 0x22, 0x7A6, 0x90 },
2307 { 0x22, 0x7A7, 0x68 },
2308 { 0x22, 0x7A8, 0xF1 },
2309 { 0x22, 0x7A9, 0x90 },
2310 { 0x22, 0x7AA, 0x68 },
2311 { 0x22, 0x7AB, 0xF1 },
2312 { 0x22, 0x7AC, 0x10 },
2313 { 0x22, 0x7AD, 0x80 },
2314 { 0x22, 0x7A6, 0x34 },
2315 { 0x22, 0x7A7, 0x47 },
2316 { 0x22, 0x7A8, 0x6C },
2317 { 0x22, 0x7A9, 0x34 },
2318 { 0x22, 0x7AA, 0x47 },
2319 { 0x22, 0x7AB, 0x6C },
2320 { 0x22, 0x7AC, 0x11 },
2321 { 0x22, 0x7AD, 0x80 },
2322 { 0x22, 0x7A6, 0x6F },
2323 { 0x22, 0x7A7, 0x97 },
2324 { 0x22, 0x7A8, 0x0F },
2325 { 0x22, 0x7A9, 0x6F },
2326 { 0x22, 0x7AA, 0x97 },
2327 { 0x22, 0x7AB, 0x0F },
2328 { 0x22, 0x7AC, 0x12 },
2329 { 0x22, 0x7AD, 0x80 },
2330 { 0x22, 0x7A6, 0xCB },
2331 { 0x22, 0x7A7, 0xB8 },
2332 { 0x22, 0x7A8, 0x94 },
2333 { 0x22, 0x7A9, 0xCB },
2334 { 0x22, 0x7AA, 0xB8 },
2335 { 0x22, 0x7AB, 0x94 },
2336 { 0x22, 0x7AC, 0x13 },
2337 { 0x22, 0x7AD, 0x80 },
2338 { 0x22, 0x7A6, 0x40 },
2339 { 0x22, 0x7A7, 0x00 },
2340 { 0x22, 0x7A8, 0x00 },
2341 { 0x22, 0x7A9, 0x40 },
2342 { 0x22, 0x7AA, 0x00 },
2343 { 0x22, 0x7AB, 0x00 },
2344 { 0x22, 0x7AC, 0x14 },
2345 { 0x22, 0x7AD, 0x80 },
2346 { 0x22, 0x7A6, 0x95 },
2347 { 0x22, 0x7A7, 0x76 },
2348 { 0x22, 0x7A8, 0x5B },
2349 { 0x22, 0x7A9, 0x95 },
2350 { 0x22, 0x7AA, 0x76 },
2351 { 0x22, 0x7AB, 0x5B },
2352 { 0x22, 0x7AC, 0x15 },
2353 { 0x22, 0x7AD, 0x80 },
2354 { 0x22, 0x7A6, 0x31 },
2355 { 0x22, 0x7A7, 0xAC },
2356 { 0x22, 0x7A8, 0x31 },
2357 { 0x22, 0x7A9, 0x31 },
2358 { 0x22, 0x7AA, 0xAC },
2359 { 0x22, 0x7AB, 0x31 },
2360 { 0x22, 0x7AC, 0x16 },
2361 { 0x22, 0x7AD, 0x80 },
2362 { 0x22, 0x7A6, 0x6A },
2363 { 0x22, 0x7A7, 0x89 },
2364 { 0x22, 0x7A8, 0xA5 },
2365 { 0x22, 0x7A9, 0x6A },
2366 { 0x22, 0x7AA, 0x89 },
2367 { 0x22, 0x7AB, 0xA5 },
2368 { 0x22, 0x7AC, 0x17 },
2369 { 0x22, 0x7AD, 0x80 },
2370 { 0x22, 0x7A6, 0xCE },
2371 { 0x22, 0x7A7, 0x53 },
2372 { 0x22, 0x7A8, 0xCF },
2373 { 0x22, 0x7A9, 0xCE },
2374 { 0x22, 0x7AA, 0x53 },
2375 { 0x22, 0x7AB, 0xCF },
2376 { 0x22, 0x7AC, 0x18 },
2377 { 0x22, 0x7AD, 0x80 },
2378 { 0x22, 0x7A6, 0x40 },
2379 { 0x22, 0x7A7, 0x00 },
2380 { 0x22, 0x7A8, 0x00 },
2381 { 0x22, 0x7A9, 0x40 },
2382 { 0x22, 0x7AA, 0x00 },
2383 { 0x22, 0x7AB, 0x00 },
2384 { 0x22, 0x7AC, 0x19 },
2385 { 0x22, 0x7AD, 0x80 },
2386 /* 48KHz base */
2387 { 0x22, 0x7A6, 0x3E },
2388 { 0x22, 0x7A7, 0x88 },
2389 { 0x22, 0x7A8, 0xDC },
2390 { 0x22, 0x7A9, 0x3E },
2391 { 0x22, 0x7AA, 0x88 },
2392 { 0x22, 0x7AB, 0xDC },
2393 { 0x22, 0x7AC, 0x1A },
2394 { 0x22, 0x7AD, 0x80 },
2395 { 0x22, 0x7A6, 0x82 },
2396 { 0x22, 0x7A7, 0xEE },
2397 { 0x22, 0x7A8, 0x46 },
2398 { 0x22, 0x7A9, 0x82 },
2399 { 0x22, 0x7AA, 0xEE },
2400 { 0x22, 0x7AB, 0x46 },
2401 { 0x22, 0x7AC, 0x1B },
2402 { 0x22, 0x7AD, 0x80 },
2403 { 0x22, 0x7A6, 0x3E },
2404 { 0x22, 0x7A7, 0x88 },
2405 { 0x22, 0x7A8, 0xDC },
2406 { 0x22, 0x7A9, 0x3E },
2407 { 0x22, 0x7AA, 0x88 },
2408 { 0x22, 0x7AB, 0xDC },
2409 { 0x22, 0x7AC, 0x1C },
2410 { 0x22, 0x7AD, 0x80 },
2411 { 0x22, 0x7A6, 0x7D },
2412 { 0x22, 0x7A7, 0x09 },
2413 { 0x22, 0x7A8, 0x28 },
2414 { 0x22, 0x7A9, 0x7D },
2415 { 0x22, 0x7AA, 0x09 },
2416 { 0x22, 0x7AB, 0x28 },
2417 { 0x22, 0x7AC, 0x1D },
2418 { 0x22, 0x7AD, 0x80 },
2419 { 0x22, 0x7A6, 0xC2 },
2420 { 0x22, 0x7A7, 0xE5 },
2421 { 0x22, 0x7A8, 0xB4 },
2422 { 0x22, 0x7A9, 0xC2 },
2423 { 0x22, 0x7AA, 0xE5 },
2424 { 0x22, 0x7AB, 0xB4 },
2425 { 0x22, 0x7AC, 0x1E },
2426 { 0x22, 0x7AD, 0x80 },
2427 { 0x22, 0x7A6, 0x3E },
2428 { 0x22, 0x7A7, 0xA3 },
2429 { 0x22, 0x7A8, 0x1F },
2430 { 0x22, 0x7A9, 0x3E },
2431 { 0x22, 0x7AA, 0xA3 },
2432 { 0x22, 0x7AB, 0x1F },
2433 { 0x22, 0x7AC, 0x1F },
2434 { 0x22, 0x7AD, 0x80 },
2435 { 0x22, 0x7A6, 0x84 },
2436 { 0x22, 0x7A7, 0xCA },
2437 { 0x22, 0x7A8, 0xF1 },
2438 { 0x22, 0x7A9, 0x84 },
2439 { 0x22, 0x7AA, 0xCA },
2440 { 0x22, 0x7AB, 0xF1 },
2441 { 0x22, 0x7AC, 0x20 },
2442 { 0x22, 0x7AD, 0x80 },
2443 { 0x22, 0x7A6, 0x3C },
2444 { 0x22, 0x7A7, 0xD5 },
2445 { 0x22, 0x7A8, 0x9C },
2446 { 0x22, 0x7A9, 0x3C },
2447 { 0x22, 0x7AA, 0xD5 },
2448 { 0x22, 0x7AB, 0x9C },
2449 { 0x22, 0x7AC, 0x21 },
2450 { 0x22, 0x7AD, 0x80 },
2451 { 0x22, 0x7A6, 0x7B },
2452 { 0x22, 0x7A7, 0x35 },
2453 { 0x22, 0x7A8, 0x0F },
2454 { 0x22, 0x7A9, 0x7B },
2455 { 0x22, 0x7AA, 0x35 },
2456 { 0x22, 0x7AB, 0x0F },
2457 { 0x22, 0x7AC, 0x22 },
2458 { 0x22, 0x7AD, 0x80 },
2459 { 0x22, 0x7A6, 0xC4 },
2460 { 0x22, 0x7A7, 0x87 },
2461 { 0x22, 0x7A8, 0x45 },
2462 { 0x22, 0x7A9, 0xC4 },
2463 { 0x22, 0x7AA, 0x87 },
2464 { 0x22, 0x7AB, 0x45 },
2465 { 0x22, 0x7AC, 0x23 },
2466 { 0x22, 0x7AD, 0x80 },
2467 { 0x22, 0x7A6, 0x3E },
2468 { 0x22, 0x7A7, 0x0A },
2469 { 0x22, 0x7A8, 0x78 },
2470 { 0x22, 0x7A9, 0x3E },
2471 { 0x22, 0x7AA, 0x0A },
2472 { 0x22, 0x7AB, 0x78 },
2473 { 0x22, 0x7AC, 0x24 },
2474 { 0x22, 0x7AD, 0x80 },
2475 { 0x22, 0x7A6, 0x88 },
2476 { 0x22, 0x7A7, 0xE2 },
2477 { 0x22, 0x7A8, 0x05 },
2478 { 0x22, 0x7A9, 0x88 },
2479 { 0x22, 0x7AA, 0xE2 },
2480 { 0x22, 0x7AB, 0x05 },
2481 { 0x22, 0x7AC, 0x25 },
2482 { 0x22, 0x7AD, 0x80 },
2483 { 0x22, 0x7A6, 0x3A },
2484 { 0x22, 0x7A7, 0x1A },
2485 { 0x22, 0x7A8, 0xA3 },
2486 { 0x22, 0x7A9, 0x3A },
2487 { 0x22, 0x7AA, 0x1A },
2488 { 0x22, 0x7AB, 0xA3 },
2489 { 0x22, 0x7AC, 0x26 },
2490 { 0x22, 0x7AD, 0x80 },
2491 { 0x22, 0x7A6, 0x77 },
2492 { 0x22, 0x7A7, 0x1D },
2493 { 0x22, 0x7A8, 0xFB },
2494 { 0x22, 0x7A9, 0x77 },
2495 { 0x22, 0x7AA, 0x1D },
2496 { 0x22, 0x7AB, 0xFB },
2497 { 0x22, 0x7AC, 0x27 },
2498 { 0x22, 0x7AD, 0x80 },
2499 { 0x22, 0x7A6, 0xC7 },
2500 { 0x22, 0x7A7, 0xDA },
2501 { 0x22, 0x7A8, 0xE5 },
2502 { 0x22, 0x7A9, 0xC7 },
2503 { 0x22, 0x7AA, 0xDA },
2504 { 0x22, 0x7AB, 0xE5 },
2505 { 0x22, 0x7AC, 0x28 },
2506 { 0x22, 0x7AD, 0x80 },
2507 { 0x22, 0x7A6, 0x40 },
2508 { 0x22, 0x7A7, 0x00 },
2509 { 0x22, 0x7A8, 0x00 },
2510 { 0x22, 0x7A9, 0x40 },
2511 { 0x22, 0x7AA, 0x00 },
2512 { 0x22, 0x7AB, 0x00 },
2513 { 0x22, 0x7AC, 0x29 },
2514 { 0x22, 0x7AD, 0x80 },
2515 { 0x22, 0x7A6, 0x8E },
2516 { 0x22, 0x7A7, 0xD7 },
2517 { 0x22, 0x7A8, 0x22 },
2518 { 0x22, 0x7A9, 0x8E },
2519 { 0x22, 0x7AA, 0xD7 },
2520 { 0x22, 0x7AB, 0x22 },
2521 { 0x22, 0x7AC, 0x2A },
2522 { 0x22, 0x7AD, 0x80 },
2523 { 0x22, 0x7A6, 0x35 },
2524 { 0x22, 0x7A7, 0x26 },
2525 { 0x22, 0x7A8, 0xC6 },
2526 { 0x22, 0x7A9, 0x35 },
2527 { 0x22, 0x7AA, 0x26 },
2528 { 0x22, 0x7AB, 0xC6 },
2529 { 0x22, 0x7AC, 0x2B },
2530 { 0x22, 0x7AD, 0x80 },
2531 { 0x22, 0x7A6, 0x71 },
2532 { 0x22, 0x7A7, 0x28 },
2533 { 0x22, 0x7A8, 0xDE },
2534 { 0x22, 0x7A9, 0x71 },
2535 { 0x22, 0x7AA, 0x28 },
2536 { 0x22, 0x7AB, 0xDE },
2537 { 0x22, 0x7AC, 0x2C },
2538 { 0x22, 0x7AD, 0x80 },
2539 { 0x22, 0x7A6, 0xCA },
2540 { 0x22, 0x7A7, 0xD9 },
2541 { 0x22, 0x7A8, 0x3A },
2542 { 0x22, 0x7A9, 0xCA },
2543 { 0x22, 0x7AA, 0xD9 },
2544 { 0x22, 0x7AB, 0x3A },
2545 { 0x22, 0x7AC, 0x2D },
2546 { 0x22, 0x7AD, 0x80 },
2547 { 0x22, 0x7A6, 0x40 },
2548 { 0x22, 0x7A7, 0x00 },
2549 { 0x22, 0x7A8, 0x00 },
2550 { 0x22, 0x7A9, 0x40 },
2551 { 0x22, 0x7AA, 0x00 },
2552 { 0x22, 0x7AB, 0x00 },
2553 { 0x22, 0x7AC, 0x2E },
2554 { 0x22, 0x7AD, 0x80 },
2555 { 0x22, 0x7A6, 0x93 },
2556 { 0x22, 0x7A7, 0x5E },
2557 { 0x22, 0x7A8, 0xD8 },
2558 { 0x22, 0x7A9, 0x93 },
2559 { 0x22, 0x7AA, 0x5E },
2560 { 0x22, 0x7AB, 0xD8 },
2561 { 0x22, 0x7AC, 0x2F },
2562 { 0x22, 0x7AD, 0x80 },
2563 { 0x22, 0x7A6, 0x32 },
2564 { 0x22, 0x7A7, 0xB7 },
2565 { 0x22, 0x7A8, 0xB1 },
2566 { 0x22, 0x7A9, 0x32 },
2567 { 0x22, 0x7AA, 0xB7 },
2568 { 0x22, 0x7AB, 0xB1 },
2569 { 0x22, 0x7AC, 0x30 },
2570 { 0x22, 0x7AD, 0x80 },
2571 { 0x22, 0x7A6, 0x6C },
2572 { 0x22, 0x7A7, 0xA1 },
2573 { 0x22, 0x7A8, 0x28 },
2574 { 0x22, 0x7A9, 0x6C },
2575 { 0x22, 0x7AA, 0xA1 },
2576 { 0x22, 0x7AB, 0x28 },
2577 { 0x22, 0x7AC, 0x31 },
2578 { 0x22, 0x7AD, 0x80 },
2579 { 0x22, 0x7A6, 0xCD },
2580 { 0x22, 0x7A7, 0x48 },
2581 { 0x22, 0x7A8, 0x4F },
2582 { 0x22, 0x7A9, 0xCD },
2583 { 0x22, 0x7AA, 0x48 },
2584 { 0x22, 0x7AB, 0x4F },
2585 { 0x22, 0x7AC, 0x32 },
2586 { 0x22, 0x7AD, 0x80 },
2587 { 0x22, 0x7A6, 0x40 },
2588 { 0x22, 0x7A7, 0x00 },
2589 { 0x22, 0x7A8, 0x00 },
2590 { 0x22, 0x7A9, 0x40 },
2591 { 0x22, 0x7AA, 0x00 },
2592 { 0x22, 0x7AB, 0x00 },
2593 { 0x22, 0x7AC, 0x33 },
2594 { 0x22, 0x7AD, 0x80 },
2595 /* common */
2596 { 0x22, 0x782, 0xC1 },
2597 { 0x22, 0x771, 0x2C },
2598 { 0x22, 0x772, 0x2C },
2599 { 0x22, 0x788, 0x04 },
2600 { 0x01, 0x7B0, 0x08 },
2601 {}
2602};
2603
Takashi Iwai372f8c72013-01-14 18:06:34 +01002604static const struct hda_fixup stac92hd83xxx_fixups[] = {
2605 [STAC_92HD83XXX_REF] = {
2606 .type = HDA_FIXUP_PINS,
2607 .v.pins = ref92hd83xxx_pin_configs,
2608 },
2609 [STAC_92HD83XXX_PWR_REF] = {
2610 .type = HDA_FIXUP_PINS,
2611 .v.pins = ref92hd83xxx_pin_configs,
2612 },
2613 [STAC_DELL_S14] = {
2614 .type = HDA_FIXUP_PINS,
2615 .v.pins = dell_s14_pin_configs,
2616 },
2617 [STAC_DELL_VOSTRO_3500] = {
2618 .type = HDA_FIXUP_PINS,
2619 .v.pins = dell_vostro_3500_pin_configs,
2620 },
2621 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = {
2622 .type = HDA_FIXUP_PINS,
2623 .v.pins = hp_cNB11_intquad_pin_configs,
2624 .chained = true,
2625 .chain_id = STAC_92HD83XXX_HP,
2626 },
2627 [STAC_92HD83XXX_HP] = {
2628 .type = HDA_FIXUP_FUNC,
2629 .v.func = stac92hd83xxx_fixup_hp,
2630 },
2631 [STAC_HP_DV7_4000] = {
2632 .type = HDA_FIXUP_PINS,
2633 .v.pins = hp_dv7_4000_pin_configs,
2634 .chained = true,
2635 .chain_id = STAC_92HD83XXX_HP,
2636 },
2637 [STAC_HP_ZEPHYR] = {
2638 .type = HDA_FIXUP_FUNC,
2639 .v.func = stac92hd83xxx_fixup_hp_zephyr,
2640 .chained = true,
2641 .chain_id = STAC_92HD83XXX_HP,
2642 },
2643 [STAC_92HD83XXX_HP_LED] = {
2644 .type = HDA_FIXUP_FUNC,
2645 .v.func = stac92hd83xxx_fixup_hp_led,
2646 .chained = true,
2647 .chain_id = STAC_92HD83XXX_HP,
2648 },
2649 [STAC_92HD83XXX_HP_INV_LED] = {
2650 .type = HDA_FIXUP_FUNC,
2651 .v.func = stac92hd83xxx_fixup_hp_inv_led,
2652 .chained = true,
2653 .chain_id = STAC_92HD83XXX_HP,
2654 },
2655 [STAC_92HD83XXX_HP_MIC_LED] = {
2656 .type = HDA_FIXUP_FUNC,
2657 .v.func = stac92hd83xxx_fixup_hp_mic_led,
2658 .chained = true,
2659 .chain_id = STAC_92HD83XXX_HP,
2660 },
Takashi Iwai37c367e2014-02-24 15:23:10 +01002661 [STAC_HP_LED_GPIO10] = {
2662 .type = HDA_FIXUP_FUNC,
2663 .v.func = stac92hd83xxx_fixup_hp_led_gpio10,
2664 .chained = true,
2665 .chain_id = STAC_92HD83XXX_HP,
2666 },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002667 [STAC_92HD83XXX_HEADSET_JACK] = {
2668 .type = HDA_FIXUP_FUNC,
2669 .v.func = stac92hd83xxx_fixup_headset_jack,
2670 },
Takashi Iwai49920422013-01-18 14:28:07 +01002671 [STAC_HP_ENVY_BASS] = {
2672 .type = HDA_FIXUP_PINS,
2673 .v.pins = (const struct hda_pintbl[]) {
2674 { 0x0f, 0x90170111 },
2675 {}
2676 },
2677 },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002678 [STAC_HP_BNB13_EQ] = {
2679 .type = HDA_FIXUP_VERBS,
2680 .v.verbs = hp_bnb13_eq_verbs,
2681 .chained = true,
2682 .chain_id = STAC_92HD83XXX_HP_MIC_LED,
2683 },
Takashi Iwai8695a002014-07-15 16:52:40 +02002684 [STAC_HP_ENVY_TS_BASS] = {
2685 .type = HDA_FIXUP_PINS,
2686 .v.pins = (const struct hda_pintbl[]) {
2687 { 0x10, 0x92170111 },
2688 {}
2689 },
2690 },
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002691};
2692
Takashi Iwai372f8c72013-01-14 18:06:34 +01002693static const struct hda_model_fixup stac92hd83xxx_models[] = {
2694 { .id = STAC_92HD83XXX_REF, .name = "ref" },
2695 { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" },
2696 { .id = STAC_DELL_S14, .name = "dell-s14" },
2697 { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" },
2698 { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" },
2699 { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" },
2700 { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" },
2701 { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" },
2702 { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" },
2703 { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" },
2704 { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" },
Takashi Iwai49920422013-01-18 14:28:07 +01002705 { .id = STAC_HP_ENVY_BASS, .name = "hp-envy-bass" },
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002706 { .id = STAC_HP_BNB13_EQ, .name = "hp-bnb13-eq" },
Takashi Iwai8695a002014-07-15 16:52:40 +02002707 { .id = STAC_HP_ENVY_TS_BASS, .name = "hp-envy-ts-bass" },
Takashi Iwai372f8c72013-01-14 18:06:34 +01002708 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002709};
2710
Takashi Iwai372f8c72013-01-14 18:06:34 +01002711static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002712 /* SigmaTel reference board */
2713 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01002714 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002715 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2716 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05002717 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
2718 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02002719 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
2720 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
2721 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
2722 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
2723 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
2724 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
2725 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
2726 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
2727 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
2728 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2729 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
2730 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
2731 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
2732 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
2733 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
2734 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
2735 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
2736 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01002737 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
2738 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002739 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
2740 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2741 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
2742 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2743 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
2744 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2745 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
Takashi Iwai8ae58652012-12-13 14:33:42 +01002746 "HP Pavilion dv7", STAC_HP_DV7_4000),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002747 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
2748 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2749 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
2750 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai49920422013-01-18 14:28:07 +01002751 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1888,
2752 "HP Envy Spectre", STAC_HP_ENVY_BASS),
Takashi Iwai37c367e2014-02-24 15:23:10 +01002753 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1899,
2754 "HP Folio 13", STAC_HP_LED_GPIO10),
Takashi Iwai62cbde12012-09-14 11:58:54 +02002755 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002756 "HP Folio", STAC_HP_BNB13_EQ),
2757 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18F8,
2758 "HP bNB13", STAC_HP_BNB13_EQ),
2759 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1909,
2760 "HP bNB13", STAC_HP_BNB13_EQ),
2761 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190A,
2762 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwai8695a002014-07-15 16:52:40 +02002763 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x190e,
2764 "HP ENVY TS", STAC_HP_ENVY_TS_BASS),
Vitaliy Kulikovd009f3d2013-11-14 11:52:16 -06002765 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1940,
2766 "HP bNB13", STAC_HP_BNB13_EQ),
2767 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1941,
2768 "HP bNB13", STAC_HP_BNB13_EQ),
2769 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1942,
2770 "HP bNB13", STAC_HP_BNB13_EQ),
2771 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1943,
2772 "HP bNB13", STAC_HP_BNB13_EQ),
2773 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1944,
2774 "HP bNB13", STAC_HP_BNB13_EQ),
2775 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1945,
2776 "HP bNB13", STAC_HP_BNB13_EQ),
2777 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1946,
2778 "HP bNB13", STAC_HP_BNB13_EQ),
2779 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1948,
2780 "HP bNB13", STAC_HP_BNB13_EQ),
2781 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1949,
2782 "HP bNB13", STAC_HP_BNB13_EQ),
2783 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194A,
2784 "HP bNB13", STAC_HP_BNB13_EQ),
2785 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194B,
2786 "HP bNB13", STAC_HP_BNB13_EQ),
2787 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194C,
2788 "HP bNB13", STAC_HP_BNB13_EQ),
2789 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194E,
2790 "HP bNB13", STAC_HP_BNB13_EQ),
2791 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x194F,
2792 "HP bNB13", STAC_HP_BNB13_EQ),
2793 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1950,
2794 "HP bNB13", STAC_HP_BNB13_EQ),
2795 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1951,
2796 "HP bNB13", STAC_HP_BNB13_EQ),
2797 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195A,
2798 "HP bNB13", STAC_HP_BNB13_EQ),
2799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195B,
2800 "HP bNB13", STAC_HP_BNB13_EQ),
2801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x195C,
2802 "HP bNB13", STAC_HP_BNB13_EQ),
2803 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1991,
2804 "HP bNB13", STAC_HP_BNB13_EQ),
2805 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2103,
2806 "HP bNB13", STAC_HP_BNB13_EQ),
2807 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2104,
2808 "HP bNB13", STAC_HP_BNB13_EQ),
2809 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2105,
2810 "HP bNB13", STAC_HP_BNB13_EQ),
2811 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2106,
2812 "HP bNB13", STAC_HP_BNB13_EQ),
2813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2107,
2814 "HP bNB13", STAC_HP_BNB13_EQ),
2815 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2108,
2816 "HP bNB13", STAC_HP_BNB13_EQ),
2817 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2109,
2818 "HP bNB13", STAC_HP_BNB13_EQ),
2819 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210A,
2820 "HP bNB13", STAC_HP_BNB13_EQ),
2821 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x210B,
2822 "HP bNB13", STAC_HP_BNB13_EQ),
2823 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211C,
2824 "HP bNB13", STAC_HP_BNB13_EQ),
2825 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211D,
2826 "HP bNB13", STAC_HP_BNB13_EQ),
2827 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211E,
2828 "HP bNB13", STAC_HP_BNB13_EQ),
2829 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x211F,
2830 "HP bNB13", STAC_HP_BNB13_EQ),
2831 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2120,
2832 "HP bNB13", STAC_HP_BNB13_EQ),
2833 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2121,
2834 "HP bNB13", STAC_HP_BNB13_EQ),
2835 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2122,
2836 "HP bNB13", STAC_HP_BNB13_EQ),
2837 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2123,
2838 "HP bNB13", STAC_HP_BNB13_EQ),
2839 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213E,
2840 "HP bNB13", STAC_HP_BNB13_EQ),
2841 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x213F,
2842 "HP bNB13", STAC_HP_BNB13_EQ),
2843 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x2140,
2844 "HP bNB13", STAC_HP_BNB13_EQ),
2845 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B2,
2846 "HP bNB13", STAC_HP_BNB13_EQ),
2847 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B3,
2848 "HP bNB13", STAC_HP_BNB13_EQ),
2849 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B5,
2850 "HP bNB13", STAC_HP_BNB13_EQ),
2851 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x21B6,
2852 "HP bNB13", STAC_HP_BNB13_EQ),
Takashi Iwaif9afed12013-02-06 12:39:06 +01002853 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x1900,
2854 "HP", STAC_92HD83XXX_HP_MIC_LED),
Takashi Iwai4059a422013-05-28 14:53:40 +02002855 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2000,
2856 "HP", STAC_92HD83XXX_HP_MIC_LED),
2857 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x2100,
2858 "HP", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05002859 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
2860 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2861 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
2862 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2863 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
2864 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2865 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
2866 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2867 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
2868 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2869 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
2870 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2871 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
2872 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2873 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
2874 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2875 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
2876 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2877 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
2878 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2879 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
2880 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2881 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
2882 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2883 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
2884 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
2885 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
2886 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06002887 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
2888 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02002889 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
2890 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02002891 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
2892 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Takashi Iwai8c698fe2013-01-15 11:20:50 +01002893 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a,
2894 "HP Mini", STAC_92HD83XXX_HP_LED),
Takashi Iwai372f8c72013-01-14 18:06:34 +01002895 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02002896 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002897};
2898
Takashi Iwai36c9db72013-01-17 17:07:59 +01002899/* HP dv7 bass switch - GPIO5 */
2900#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
2901static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
2902 struct snd_ctl_elem_value *ucontrol)
2903{
2904 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2905 struct sigmatel_spec *spec = codec->spec;
2906 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
2907 return 0;
2908}
2909
2910static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
2911 struct snd_ctl_elem_value *ucontrol)
2912{
2913 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2914 struct sigmatel_spec *spec = codec->spec;
2915 unsigned int gpio_data;
2916
2917 gpio_data = (spec->gpio_data & ~0x20) |
2918 (ucontrol->value.integer.value[0] ? 0x20 : 0);
2919 if (gpio_data == spec->gpio_data)
2920 return 0;
2921 spec->gpio_data = gpio_data;
2922 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
2923 return 1;
2924}
2925
2926static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
2927 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2928 .info = stac_hp_bass_gpio_info,
2929 .get = stac_hp_bass_gpio_get,
2930 .put = stac_hp_bass_gpio_put,
2931};
2932
2933static int stac_add_hp_bass_switch(struct hda_codec *codec)
2934{
2935 struct sigmatel_spec *spec = codec->spec;
2936
2937 if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch",
2938 &stac_hp_bass_sw_ctrl))
2939 return -ENOMEM;
2940
2941 spec->gpio_mask |= 0x20;
2942 spec->gpio_dir |= 0x20;
2943 spec->gpio_data |= 0x20;
2944 return 0;
2945}
2946
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002947static const struct hda_pintbl ref92hd71bxx_pin_configs[] = {
2948 { 0x0a, 0x02214030 },
2949 { 0x0b, 0x02a19040 },
2950 { 0x0c, 0x01a19020 },
2951 { 0x0d, 0x01014010 },
2952 { 0x0e, 0x0181302e },
2953 { 0x0f, 0x01014010 },
2954 { 0x14, 0x01019020 },
2955 { 0x18, 0x90a000f0 },
2956 { 0x19, 0x90a000f0 },
2957 { 0x1e, 0x01452050 },
2958 { 0x1f, 0x01452050 },
2959 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01002960};
2961
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002962static const struct hda_pintbl dell_m4_1_pin_configs[] = {
2963 { 0x0a, 0x0421101f },
2964 { 0x0b, 0x04a11221 },
2965 { 0x0c, 0x40f000f0 },
2966 { 0x0d, 0x90170110 },
2967 { 0x0e, 0x23a1902e },
2968 { 0x0f, 0x23014250 },
2969 { 0x14, 0x40f000f0 },
2970 { 0x18, 0x90a000f0 },
2971 { 0x19, 0x40f000f0 },
2972 { 0x1e, 0x4f0000f0 },
2973 { 0x1f, 0x4f0000f0 },
2974 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002975};
2976
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002977static const struct hda_pintbl dell_m4_2_pin_configs[] = {
2978 { 0x0a, 0x0421101f },
2979 { 0x0b, 0x04a11221 },
2980 { 0x0c, 0x90a70330 },
2981 { 0x0d, 0x90170110 },
2982 { 0x0e, 0x23a1902e },
2983 { 0x0f, 0x23014250 },
2984 { 0x14, 0x40f000f0 },
2985 { 0x18, 0x40f000f0 },
2986 { 0x19, 0x40f000f0 },
2987 { 0x1e, 0x044413b0 },
2988 { 0x1f, 0x044413b0 },
2989 {}
Matthew Ranostaya7662642008-02-21 07:51:14 +01002990};
2991
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01002992static const struct hda_pintbl dell_m4_3_pin_configs[] = {
2993 { 0x0a, 0x0421101f },
2994 { 0x0b, 0x04a11221 },
2995 { 0x0c, 0x90a70330 },
2996 { 0x0d, 0x90170110 },
2997 { 0x0e, 0x40f000f0 },
2998 { 0x0f, 0x40f000f0 },
2999 { 0x14, 0x40f000f0 },
3000 { 0x18, 0x90a000f0 },
3001 { 0x19, 0x40f000f0 },
3002 { 0x1e, 0x044413b0 },
3003 { 0x1f, 0x044413b0 },
3004 {}
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003005};
3006
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003007static void stac92hd71bxx_fixup_ref(struct hda_codec *codec,
3008 const struct hda_fixup *fix, int action)
3009{
3010 struct sigmatel_spec *spec = codec->spec;
3011
3012 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3013 return;
3014
3015 snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs);
3016 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0;
3017}
3018
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003019static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec,
3020 const struct hda_fixup *fix, int action)
3021{
3022 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01003023 struct hda_jack_tbl *jack;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003024
3025 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3026 return;
3027
3028 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003029 snd_hda_codec_write_cache(codec, codec->afg, 0,
3030 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai36c9db72013-01-17 17:07:59 +01003031 snd_hda_jack_detect_enable_callback(codec, codec->afg,
3032 STAC_VREF_EVENT,
3033 stac_vref_event);
3034 jack = snd_hda_jack_tbl_get(codec, codec->afg);
3035 if (jack)
3036 jack->private_data = 0x02;
3037
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003038 spec->gpio_mask |= 0x02;
3039
3040 /* enable internal microphone */
3041 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003042}
3043
3044static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec,
3045 const struct hda_fixup *fix, int action)
3046{
3047 struct sigmatel_spec *spec = codec->spec;
3048
3049 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3050 return;
3051 spec->gpio_led = 0x01;
3052}
3053
3054static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec,
3055 const struct hda_fixup *fix, int action)
3056{
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003057 unsigned int cap;
3058
3059 switch (action) {
3060 case HDA_FIXUP_ACT_PRE_PROBE:
3061 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Takashi Iwaif6655d52013-01-17 08:49:01 +01003062 break;
3063
3064 case HDA_FIXUP_ACT_PROBE:
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003065 /* enable bass on HP dv7 */
3066 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
3067 cap &= AC_GPIO_IO_COUNT;
3068 if (cap >= 6)
3069 stac_add_hp_bass_switch(codec);
3070 break;
3071 }
3072}
3073
3074static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec,
3075 const struct hda_fixup *fix, int action)
3076{
3077 struct sigmatel_spec *spec = codec->spec;
3078
3079 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3080 return;
3081 spec->gpio_led = 0x08;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003082}
3083
3084
3085static void stac92hd71bxx_fixup_hp(struct hda_codec *codec,
3086 const struct hda_fixup *fix, int action)
3087{
3088 struct sigmatel_spec *spec = codec->spec;
3089
3090 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3091 return;
3092
3093 if (hp_blike_system(codec->subsystem_id)) {
3094 unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
3095 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
3096 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
3097 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
3098 /* It was changed in the BIOS to just satisfy MS DTM.
3099 * Lets turn it back into slaved HP
3100 */
3101 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
3102 | (AC_JACK_HP_OUT <<
3103 AC_DEFCFG_DEVICE_SHIFT);
3104 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
3105 | AC_DEFCFG_SEQUENCE)))
3106 | 0x1f;
3107 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
3108 }
3109 }
3110
Takashi Iwai36c9db72013-01-17 17:07:59 +01003111 if (find_mute_led_cfg(codec, 1))
Takashi Iwai4e76a882014-02-25 12:21:03 +01003112 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003113 spec->gpio_led,
3114 spec->gpio_led_polarity);
3115
3116}
3117
3118static const struct hda_fixup stac92hd71bxx_fixups[] = {
3119 [STAC_92HD71BXX_REF] = {
3120 .type = HDA_FIXUP_FUNC,
3121 .v.func = stac92hd71bxx_fixup_ref,
3122 },
3123 [STAC_DELL_M4_1] = {
3124 .type = HDA_FIXUP_PINS,
3125 .v.pins = dell_m4_1_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003126 },
3127 [STAC_DELL_M4_2] = {
3128 .type = HDA_FIXUP_PINS,
3129 .v.pins = dell_m4_2_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003130 },
3131 [STAC_DELL_M4_3] = {
3132 .type = HDA_FIXUP_PINS,
3133 .v.pins = dell_m4_3_pin_configs,
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003134 },
3135 [STAC_HP_M4] = {
3136 .type = HDA_FIXUP_FUNC,
3137 .v.func = stac92hd71bxx_fixup_hp_m4,
3138 .chained = true,
3139 .chain_id = STAC_92HD71BXX_HP,
3140 },
3141 [STAC_HP_DV4] = {
3142 .type = HDA_FIXUP_FUNC,
3143 .v.func = stac92hd71bxx_fixup_hp_dv4,
3144 .chained = true,
3145 .chain_id = STAC_HP_DV5,
3146 },
3147 [STAC_HP_DV5] = {
3148 .type = HDA_FIXUP_FUNC,
3149 .v.func = stac92hd71bxx_fixup_hp_dv5,
3150 .chained = true,
3151 .chain_id = STAC_92HD71BXX_HP,
3152 },
3153 [STAC_HP_HDX] = {
3154 .type = HDA_FIXUP_FUNC,
3155 .v.func = stac92hd71bxx_fixup_hp_hdx,
3156 .chained = true,
3157 .chain_id = STAC_92HD71BXX_HP,
3158 },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003159 [STAC_92HD71BXX_HP] = {
3160 .type = HDA_FIXUP_FUNC,
3161 .v.func = stac92hd71bxx_fixup_hp,
3162 },
Matthew Ranostaye035b842007-11-06 11:53:55 +01003163};
3164
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003165static const struct hda_model_fixup stac92hd71bxx_models[] = {
3166 { .id = STAC_92HD71BXX_REF, .name = "ref" },
3167 { .id = STAC_DELL_M4_1, .name = "dell-m4-1" },
3168 { .id = STAC_DELL_M4_2, .name = "dell-m4-2" },
3169 { .id = STAC_DELL_M4_3, .name = "dell-m4-3" },
3170 { .id = STAC_HP_M4, .name = "hp-m4" },
3171 { .id = STAC_HP_DV4, .name = "hp-dv4" },
3172 { .id = STAC_HP_DV5, .name = "hp-dv5" },
3173 { .id = STAC_HP_HDX, .name = "hp-hdx" },
Takashi Iwai36c9db72013-01-17 17:07:59 +01003174 { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" },
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003175 {}
Matthew Ranostaye035b842007-11-06 11:53:55 +01003176};
3177
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003178static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01003179 /* SigmaTel reference board */
3180 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3181 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003182 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3183 "DFI LanParty", STAC_92HD71BXX_REF),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01003184 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
3185 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01003186 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
3187 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003188 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02003189 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003190 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
3191 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003192 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
3193 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04003194 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01003195 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01003196 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01003197 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02003198 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
3199 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05303200 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
3201 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11003202 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
3203 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02003204 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
3205 "HP", STAC_HP_DV5),
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01003206 SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP),
Matthew Ranostaya7662642008-02-21 07:51:14 +01003207 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
3208 "unknown Dell", STAC_DELL_M4_1),
3209 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
3210 "unknown Dell", STAC_DELL_M4_1),
3211 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
3212 "unknown Dell", STAC_DELL_M4_1),
3213 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
3214 "unknown Dell", STAC_DELL_M4_1),
3215 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
3216 "unknown Dell", STAC_DELL_M4_1),
3217 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
3218 "unknown Dell", STAC_DELL_M4_1),
3219 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
3220 "unknown Dell", STAC_DELL_M4_1),
3221 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
3222 "unknown Dell", STAC_DELL_M4_2),
3223 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
3224 "unknown Dell", STAC_DELL_M4_2),
3225 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
3226 "unknown Dell", STAC_DELL_M4_2),
3227 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
3228 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05003229 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
3230 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01003231 {} /* terminator */
3232};
3233
Takashi Iwai0a427842013-01-14 15:20:13 +01003234static const struct hda_pintbl ref922x_pin_configs[] = {
3235 { 0x0a, 0x01014010 },
3236 { 0x0b, 0x01016011 },
3237 { 0x0c, 0x01012012 },
3238 { 0x0d, 0x0221401f },
3239 { 0x0e, 0x01813122 },
3240 { 0x0f, 0x01011014 },
3241 { 0x10, 0x01441030 },
3242 { 0x11, 0x01c41030 },
3243 { 0x15, 0x40000100 },
3244 { 0x1b, 0x40000100 },
3245 {}
Matt2f2f4252005-04-13 14:45:30 +02003246};
3247
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003248/*
3249 STAC 922X pin configs for
3250 102801A7
3251 102801AB
3252 102801A9
3253 102801D1
3254 102801D2
3255*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003256static const struct hda_pintbl dell_922x_d81_pin_configs[] = {
3257 { 0x0a, 0x02214030 },
3258 { 0x0b, 0x01a19021 },
3259 { 0x0c, 0x01111012 },
3260 { 0x0d, 0x01114010 },
3261 { 0x0e, 0x02a19020 },
3262 { 0x0f, 0x01117011 },
3263 { 0x10, 0x400001f0 },
3264 { 0x11, 0x400001f1 },
3265 { 0x15, 0x01813122 },
3266 { 0x1b, 0x400001f2 },
3267 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003268};
3269
3270/*
3271 STAC 922X pin configs for
3272 102801AC
3273 102801D0
3274*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003275static const struct hda_pintbl dell_922x_d82_pin_configs[] = {
3276 { 0x0a, 0x02214030 },
3277 { 0x0b, 0x01a19021 },
3278 { 0x0c, 0x01111012 },
3279 { 0x0d, 0x01114010 },
3280 { 0x0e, 0x02a19020 },
3281 { 0x0f, 0x01117011 },
3282 { 0x10, 0x01451140 },
3283 { 0x11, 0x400001f0 },
3284 { 0x15, 0x01813122 },
3285 { 0x1b, 0x400001f1 },
3286 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003287};
3288
3289/*
3290 STAC 922X pin configs for
3291 102801BF
3292*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003293static const struct hda_pintbl dell_922x_m81_pin_configs[] = {
3294 { 0x0a, 0x0321101f },
3295 { 0x0b, 0x01112024 },
3296 { 0x0c, 0x01111222 },
3297 { 0x0d, 0x91174220 },
3298 { 0x0e, 0x03a11050 },
3299 { 0x0f, 0x01116221 },
3300 { 0x10, 0x90a70330 },
3301 { 0x11, 0x01452340 },
3302 { 0x15, 0x40C003f1 },
3303 { 0x1b, 0x405003f0 },
3304 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003305};
3306
3307/*
3308 STAC 9221 A1 pin configs for
3309 102801D7 (Dell XPS M1210)
3310*/
Takashi Iwai0a427842013-01-14 15:20:13 +01003311static const struct hda_pintbl dell_922x_m82_pin_configs[] = {
3312 { 0x0a, 0x02211211 },
3313 { 0x0b, 0x408103ff },
3314 { 0x0c, 0x02a1123e },
3315 { 0x0d, 0x90100310 },
3316 { 0x0e, 0x408003f1 },
3317 { 0x0f, 0x0221121f },
3318 { 0x10, 0x03451340 },
3319 { 0x11, 0x40c003f2 },
3320 { 0x15, 0x508003f3 },
3321 { 0x1b, 0x405003f4 },
3322 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003323};
3324
Takashi Iwai0a427842013-01-14 15:20:13 +01003325static const struct hda_pintbl d945gtp3_pin_configs[] = {
3326 { 0x0a, 0x0221401f },
3327 { 0x0b, 0x01a19022 },
3328 { 0x0c, 0x01813021 },
3329 { 0x0d, 0x01014010 },
3330 { 0x0e, 0x40000100 },
3331 { 0x0f, 0x40000100 },
3332 { 0x10, 0x40000100 },
3333 { 0x11, 0x40000100 },
3334 { 0x15, 0x02a19120 },
3335 { 0x1b, 0x40000100 },
3336 {}
Matt Porter403d1942005-11-29 15:00:51 +01003337};
3338
Takashi Iwai0a427842013-01-14 15:20:13 +01003339static const struct hda_pintbl d945gtp5_pin_configs[] = {
3340 { 0x0a, 0x0221401f },
3341 { 0x0b, 0x01011012 },
3342 { 0x0c, 0x01813024 },
3343 { 0x0d, 0x01014010 },
3344 { 0x0e, 0x01a19021 },
3345 { 0x0f, 0x01016011 },
3346 { 0x10, 0x01452130 },
3347 { 0x11, 0x40000100 },
3348 { 0x15, 0x02a19320 },
3349 { 0x1b, 0x40000100 },
3350 {}
Matt Porter403d1942005-11-29 15:00:51 +01003351};
3352
Takashi Iwai0a427842013-01-14 15:20:13 +01003353static const struct hda_pintbl intel_mac_v1_pin_configs[] = {
3354 { 0x0a, 0x0121e21f },
3355 { 0x0b, 0x400000ff },
3356 { 0x0c, 0x9017e110 },
3357 { 0x0d, 0x400000fd },
3358 { 0x0e, 0x400000fe },
3359 { 0x0f, 0x0181e020 },
3360 { 0x10, 0x1145e030 },
3361 { 0x11, 0x11c5e240 },
3362 { 0x15, 0x400000fc },
3363 { 0x1b, 0x400000fb },
3364 {}
Takashi Iwai3fc24d82007-02-16 13:27:18 +01003365};
3366
Takashi Iwai0a427842013-01-14 15:20:13 +01003367static const struct hda_pintbl intel_mac_v2_pin_configs[] = {
3368 { 0x0a, 0x0121e21f },
3369 { 0x0b, 0x90a7012e },
3370 { 0x0c, 0x9017e110 },
3371 { 0x0d, 0x400000fd },
3372 { 0x0e, 0x400000fe },
3373 { 0x0f, 0x0181e020 },
3374 { 0x10, 0x1145e230 },
3375 { 0x11, 0x500000fa },
3376 { 0x15, 0x400000fc },
3377 { 0x1b, 0x400000fb },
3378 {}
Sylvain FORETf16928f2007-04-27 14:22:36 +02003379};
3380
Takashi Iwai0a427842013-01-14 15:20:13 +01003381static const struct hda_pintbl intel_mac_v3_pin_configs[] = {
3382 { 0x0a, 0x0121e21f },
3383 { 0x0b, 0x90a7012e },
3384 { 0x0c, 0x9017e110 },
3385 { 0x0d, 0x400000fd },
3386 { 0x0e, 0x400000fe },
3387 { 0x0f, 0x0181e020 },
3388 { 0x10, 0x1145e230 },
3389 { 0x11, 0x11c5e240 },
3390 { 0x15, 0x400000fc },
3391 { 0x1b, 0x400000fb },
3392 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003393};
3394
Takashi Iwai0a427842013-01-14 15:20:13 +01003395static const struct hda_pintbl intel_mac_v4_pin_configs[] = {
3396 { 0x0a, 0x0321e21f },
3397 { 0x0b, 0x03a1e02e },
3398 { 0x0c, 0x9017e110 },
3399 { 0x0d, 0x9017e11f },
3400 { 0x0e, 0x400000fe },
3401 { 0x0f, 0x0381e020 },
3402 { 0x10, 0x1345e230 },
3403 { 0x11, 0x13c5e240 },
3404 { 0x15, 0x400000fc },
3405 { 0x1b, 0x400000fb },
3406 {}
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02003407};
3408
Takashi Iwai0a427842013-01-14 15:20:13 +01003409static const struct hda_pintbl intel_mac_v5_pin_configs[] = {
3410 { 0x0a, 0x0321e21f },
3411 { 0x0b, 0x03a1e02e },
3412 { 0x0c, 0x9017e110 },
3413 { 0x0d, 0x9017e11f },
3414 { 0x0e, 0x400000fe },
3415 { 0x0f, 0x0381e020 },
3416 { 0x10, 0x1345e230 },
3417 { 0x11, 0x13c5e240 },
3418 { 0x15, 0x400000fc },
3419 { 0x1b, 0x400000fb },
3420 {}
Takashi Iwai0dae0f82007-05-21 12:41:29 +02003421};
3422
Takashi Iwai0a427842013-01-14 15:20:13 +01003423static const struct hda_pintbl ecs202_pin_configs[] = {
3424 { 0x0a, 0x0221401f },
3425 { 0x0b, 0x02a19020 },
3426 { 0x0c, 0x01a19020 },
3427 { 0x0d, 0x01114010 },
3428 { 0x0e, 0x408000f0 },
3429 { 0x0f, 0x01813022 },
3430 { 0x10, 0x074510a0 },
3431 { 0x11, 0x40c400f1 },
3432 { 0x15, 0x9037012e },
3433 { 0x1b, 0x40e000f2 },
3434 {}
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003435};
Takashi Iwai76c08822007-06-19 12:17:42 +02003436
Takashi Iwai0a427842013-01-14 15:20:13 +01003437/* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */
3438static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = {
Takashi Iwai697aeba2013-08-01 08:38:27 +02003439 SND_PCI_QUIRK(0x0000, 0x0100, "Mac Mini", STAC_INTEL_MAC_V3),
Takashi Iwai0a427842013-01-14 15:20:13 +01003440 SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1),
3441 SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2),
3442 SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2),
3443 SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3),
3444 SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3),
3445 SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3),
3446 SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3),
3447 SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3),
3448 SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3),
3449 SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4),
3450 SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5),
3451 SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5),
3452 {}
3453};
3454
3455static const struct hda_fixup stac922x_fixups[];
3456
3457/* remap the fixup from codec SSID and apply it */
3458static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec,
3459 const struct hda_fixup *fix,
3460 int action)
3461{
3462 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3463 return;
David Henningssonf5662e12014-07-22 14:09:34 +02003464
3465 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
Takashi Iwai0a427842013-01-14 15:20:13 +01003466 snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl,
3467 stac922x_fixups);
David Henningssonf5662e12014-07-22 14:09:34 +02003468 if (codec->fixup_id != HDA_FIXUP_ID_NOT_SET)
Takashi Iwai0a427842013-01-14 15:20:13 +01003469 snd_hda_apply_fixup(codec, action);
3470}
3471
3472static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec,
3473 const struct hda_fixup *fix,
3474 int action)
3475{
3476 struct sigmatel_spec *spec = codec->spec;
3477
3478 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3479 spec->gpio_mask = spec->gpio_dir = 0x03;
3480 spec->gpio_data = 0x03;
3481 }
3482}
3483
3484static const struct hda_fixup stac922x_fixups[] = {
3485 [STAC_D945_REF] = {
3486 .type = HDA_FIXUP_PINS,
3487 .v.pins = ref922x_pin_configs,
3488 },
3489 [STAC_D945GTP3] = {
3490 .type = HDA_FIXUP_PINS,
3491 .v.pins = d945gtp3_pin_configs,
3492 },
3493 [STAC_D945GTP5] = {
3494 .type = HDA_FIXUP_PINS,
3495 .v.pins = d945gtp5_pin_configs,
3496 },
3497 [STAC_INTEL_MAC_AUTO] = {
3498 .type = HDA_FIXUP_FUNC,
3499 .v.func = stac922x_fixup_intel_mac_auto,
3500 },
3501 [STAC_INTEL_MAC_V1] = {
3502 .type = HDA_FIXUP_PINS,
3503 .v.pins = intel_mac_v1_pin_configs,
3504 .chained = true,
3505 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3506 },
3507 [STAC_INTEL_MAC_V2] = {
3508 .type = HDA_FIXUP_PINS,
3509 .v.pins = intel_mac_v2_pin_configs,
3510 .chained = true,
3511 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3512 },
3513 [STAC_INTEL_MAC_V3] = {
3514 .type = HDA_FIXUP_PINS,
3515 .v.pins = intel_mac_v3_pin_configs,
3516 .chained = true,
3517 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3518 },
3519 [STAC_INTEL_MAC_V4] = {
3520 .type = HDA_FIXUP_PINS,
3521 .v.pins = intel_mac_v4_pin_configs,
3522 .chained = true,
3523 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3524 },
3525 [STAC_INTEL_MAC_V5] = {
3526 .type = HDA_FIXUP_PINS,
3527 .v.pins = intel_mac_v5_pin_configs,
3528 .chained = true,
3529 .chain_id = STAC_922X_INTEL_MAC_GPIO,
3530 },
3531 [STAC_922X_INTEL_MAC_GPIO] = {
3532 .type = HDA_FIXUP_FUNC,
3533 .v.func = stac922x_fixup_intel_mac_gpio,
3534 },
3535 [STAC_ECS_202] = {
3536 .type = HDA_FIXUP_PINS,
3537 .v.pins = ecs202_pin_configs,
3538 },
3539 [STAC_922X_DELL_D81] = {
3540 .type = HDA_FIXUP_PINS,
3541 .v.pins = dell_922x_d81_pin_configs,
3542 },
3543 [STAC_922X_DELL_D82] = {
3544 .type = HDA_FIXUP_PINS,
3545 .v.pins = dell_922x_d82_pin_configs,
3546 },
3547 [STAC_922X_DELL_M81] = {
3548 .type = HDA_FIXUP_PINS,
3549 .v.pins = dell_922x_m81_pin_configs,
3550 },
3551 [STAC_922X_DELL_M82] = {
3552 .type = HDA_FIXUP_PINS,
3553 .v.pins = dell_922x_m82_pin_configs,
3554 },
3555};
3556
3557static const struct hda_model_fixup stac922x_models[] = {
3558 { .id = STAC_D945_REF, .name = "ref" },
3559 { .id = STAC_D945GTP5, .name = "5stack" },
3560 { .id = STAC_D945GTP3, .name = "3stack" },
3561 { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" },
3562 { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" },
3563 { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" },
3564 { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" },
3565 { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" },
3566 { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" },
3567 { .id = STAC_ECS_202, .name = "ecs202" },
3568 { .id = STAC_922X_DELL_D81, .name = "dell-d81" },
3569 { .id = STAC_922X_DELL_D82, .name = "dell-d82" },
3570 { .id = STAC_922X_DELL_M81, .name = "dell-m81" },
3571 { .id = STAC_922X_DELL_M82, .name = "dell-m82" },
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003572 /* for backward compatibility */
Takashi Iwai0a427842013-01-14 15:20:13 +01003573 { .id = STAC_INTEL_MAC_V3, .name = "macmini" },
3574 { .id = STAC_INTEL_MAC_V5, .name = "macbook" },
3575 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" },
3576 { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" },
3577 { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" },
3578 { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" },
3579 {}
Matt Porter403d1942005-11-29 15:00:51 +01003580};
3581
Takashi Iwai0a427842013-01-14 15:20:13 +01003582static const struct snd_pci_quirk stac922x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003583 /* SigmaTel reference board */
3584 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3585 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003586 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3587 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003588 /* Intel 945G based systems */
3589 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
3590 "Intel D945G", STAC_D945GTP3),
3591 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
3592 "Intel D945G", STAC_D945GTP3),
3593 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
3594 "Intel D945G", STAC_D945GTP3),
3595 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
3596 "Intel D945G", STAC_D945GTP3),
3597 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
3598 "Intel D945G", STAC_D945GTP3),
3599 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
3600 "Intel D945G", STAC_D945GTP3),
3601 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
3602 "Intel D945G", STAC_D945GTP3),
3603 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
3604 "Intel D945G", STAC_D945GTP3),
3605 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
3606 "Intel D945G", STAC_D945GTP3),
3607 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
3608 "Intel D945G", STAC_D945GTP3),
3609 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
3610 "Intel D945G", STAC_D945GTP3),
3611 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
3612 "Intel D945G", STAC_D945GTP3),
3613 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
3614 "Intel D945G", STAC_D945GTP3),
3615 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
3616 "Intel D945G", STAC_D945GTP3),
3617 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
3618 "Intel D945G", STAC_D945GTP3),
3619 /* Intel D945G 5-stack systems */
3620 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
3621 "Intel D945G", STAC_D945GTP5),
3622 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
3623 "Intel D945G", STAC_D945GTP5),
3624 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
3625 "Intel D945G", STAC_D945GTP5),
3626 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
3627 "Intel D945G", STAC_D945GTP5),
3628 /* Intel 945P based systems */
3629 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
3630 "Intel D945P", STAC_D945GTP3),
3631 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
3632 "Intel D945P", STAC_D945GTP3),
3633 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
3634 "Intel D945P", STAC_D945GTP3),
3635 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
3636 "Intel D945P", STAC_D945GTP3),
3637 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
3638 "Intel D945P", STAC_D945GTP3),
3639 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
3640 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01003641 /* other intel */
3642 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
3643 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003644 /* other systems */
Takashi Iwai0a427842013-01-14 15:20:13 +01003645
Nicolas Boichat536319a2008-07-21 22:18:01 +08003646 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwai0a427842013-01-14 15:20:13 +01003647 SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO),
3648
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003649 /* Dell systems */
3650 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
3651 "unknown Dell", STAC_922X_DELL_D81),
3652 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
3653 "unknown Dell", STAC_922X_DELL_D81),
3654 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
3655 "unknown Dell", STAC_922X_DELL_D81),
3656 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
3657 "unknown Dell", STAC_922X_DELL_D82),
3658 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
3659 "unknown Dell", STAC_922X_DELL_M81),
3660 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
3661 "unknown Dell", STAC_922X_DELL_D82),
3662 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
3663 "unknown Dell", STAC_922X_DELL_D81),
3664 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
3665 "unknown Dell", STAC_922X_DELL_D81),
3666 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
3667 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03003668 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003669 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02003670 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01003671 {} /* terminator */
3672};
3673
Takashi Iwai29ac8362013-01-14 16:03:38 +01003674static const struct hda_pintbl ref927x_pin_configs[] = {
3675 { 0x0a, 0x02214020 },
3676 { 0x0b, 0x02a19080 },
3677 { 0x0c, 0x0181304e },
3678 { 0x0d, 0x01014010 },
3679 { 0x0e, 0x01a19040 },
3680 { 0x0f, 0x01011012 },
3681 { 0x10, 0x01016011 },
3682 { 0x11, 0x0101201f },
3683 { 0x12, 0x183301f0 },
3684 { 0x13, 0x18a001f0 },
3685 { 0x14, 0x18a001f0 },
3686 { 0x21, 0x01442070 },
3687 { 0x22, 0x01c42190 },
3688 { 0x23, 0x40000100 },
3689 {}
Matt Porter3cc08dc2006-01-23 15:27:49 +01003690};
3691
Takashi Iwai29ac8362013-01-14 16:03:38 +01003692static const struct hda_pintbl d965_3st_pin_configs[] = {
3693 { 0x0a, 0x0221401f },
3694 { 0x0b, 0x02a19120 },
3695 { 0x0c, 0x40000100 },
3696 { 0x0d, 0x01014011 },
3697 { 0x0e, 0x01a19021 },
3698 { 0x0f, 0x01813024 },
3699 { 0x10, 0x40000100 },
3700 { 0x11, 0x40000100 },
3701 { 0x12, 0x40000100 },
3702 { 0x13, 0x40000100 },
3703 { 0x14, 0x40000100 },
3704 { 0x21, 0x40000100 },
3705 { 0x22, 0x40000100 },
3706 { 0x23, 0x40000100 },
3707 {}
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003708};
3709
Takashi Iwai29ac8362013-01-14 16:03:38 +01003710static const struct hda_pintbl d965_5st_pin_configs[] = {
3711 { 0x0a, 0x02214020 },
3712 { 0x0b, 0x02a19080 },
3713 { 0x0c, 0x0181304e },
3714 { 0x0d, 0x01014010 },
3715 { 0x0e, 0x01a19040 },
3716 { 0x0f, 0x01011012 },
3717 { 0x10, 0x01016011 },
3718 { 0x11, 0x40000100 },
3719 { 0x12, 0x40000100 },
3720 { 0x13, 0x40000100 },
3721 { 0x14, 0x40000100 },
3722 { 0x21, 0x01442070 },
3723 { 0x22, 0x40000100 },
3724 { 0x23, 0x40000100 },
3725 {}
Tobin Davis93ed1502006-09-01 21:03:12 +02003726};
3727
Takashi Iwai29ac8362013-01-14 16:03:38 +01003728static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = {
3729 { 0x0a, 0x40000100 },
3730 { 0x0b, 0x40000100 },
3731 { 0x0c, 0x0181304e },
3732 { 0x0d, 0x01014010 },
3733 { 0x0e, 0x01a19040 },
3734 { 0x0f, 0x01011012 },
3735 { 0x10, 0x01016011 },
3736 { 0x11, 0x40000100 },
3737 { 0x12, 0x40000100 },
3738 { 0x13, 0x40000100 },
3739 { 0x14, 0x40000100 },
3740 { 0x21, 0x01442070 },
3741 { 0x22, 0x40000100 },
3742 { 0x23, 0x40000100 },
3743 {}
Takashi Iwai679d92e2009-05-24 19:00:08 +02003744};
3745
Takashi Iwai29ac8362013-01-14 16:03:38 +01003746static const struct hda_pintbl dell_3st_pin_configs[] = {
3747 { 0x0a, 0x02211230 },
3748 { 0x0b, 0x02a11220 },
3749 { 0x0c, 0x01a19040 },
3750 { 0x0d, 0x01114210 },
3751 { 0x0e, 0x01111212 },
3752 { 0x0f, 0x01116211 },
3753 { 0x10, 0x01813050 },
3754 { 0x11, 0x01112214 },
3755 { 0x12, 0x403003fa },
3756 { 0x13, 0x90a60040 },
3757 { 0x14, 0x90a60040 },
3758 { 0x21, 0x404003fb },
3759 { 0x22, 0x40c003fc },
3760 { 0x23, 0x40000100 },
3761 {}
Tobin Davis4ff076e2007-08-07 11:48:12 +02003762};
3763
Takashi Iwai29ac8362013-01-14 16:03:38 +01003764static void stac927x_fixup_ref_no_jd(struct hda_codec *codec,
3765 const struct hda_fixup *fix, int action)
3766{
Takashi Iwai29ac8362013-01-14 16:03:38 +01003767 /* no jack detecion for ref-no-jd model */
Takashi Iwai36c9db72013-01-17 17:07:59 +01003768 if (action == HDA_FIXUP_ACT_PRE_PROBE)
3769 codec->no_jack_detect = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003770}
3771
3772static void stac927x_fixup_ref(struct hda_codec *codec,
3773 const struct hda_fixup *fix, int action)
3774{
3775 struct sigmatel_spec *spec = codec->spec;
3776
3777 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3778 snd_hda_apply_pincfgs(codec, ref927x_pin_configs);
3779 spec->eapd_mask = spec->gpio_mask = 0;
3780 spec->gpio_dir = spec->gpio_data = 0;
3781 }
3782}
3783
3784static void stac927x_fixup_dell_dmic(struct hda_codec *codec,
3785 const struct hda_fixup *fix, int action)
3786{
3787 struct sigmatel_spec *spec = codec->spec;
3788
3789 if (action != HDA_FIXUP_ACT_PRE_PROBE)
3790 return;
3791
3792 if (codec->subsystem_id != 0x1028022f) {
3793 /* GPIO2 High = Enable EAPD */
3794 spec->eapd_mask = spec->gpio_mask = 0x04;
3795 spec->gpio_dir = spec->gpio_data = 0x04;
3796 }
Takashi Iwai29ac8362013-01-14 16:03:38 +01003797
3798 snd_hda_add_verbs(codec, dell_3st_core_init);
3799 spec->volknob_init = 1;
Takashi Iwai29ac8362013-01-14 16:03:38 +01003800}
3801
3802static void stac927x_fixup_volknob(struct hda_codec *codec,
3803 const struct hda_fixup *fix, int action)
3804{
3805 struct sigmatel_spec *spec = codec->spec;
3806
3807 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
3808 snd_hda_add_verbs(codec, stac927x_volknob_core_init);
3809 spec->volknob_init = 1;
3810 }
3811}
3812
3813static const struct hda_fixup stac927x_fixups[] = {
3814 [STAC_D965_REF_NO_JD] = {
3815 .type = HDA_FIXUP_FUNC,
3816 .v.func = stac927x_fixup_ref_no_jd,
3817 .chained = true,
3818 .chain_id = STAC_D965_REF,
3819 },
3820 [STAC_D965_REF] = {
3821 .type = HDA_FIXUP_FUNC,
3822 .v.func = stac927x_fixup_ref,
3823 },
3824 [STAC_D965_3ST] = {
3825 .type = HDA_FIXUP_PINS,
3826 .v.pins = d965_3st_pin_configs,
3827 .chained = true,
3828 .chain_id = STAC_D965_VERBS,
3829 },
3830 [STAC_D965_5ST] = {
3831 .type = HDA_FIXUP_PINS,
3832 .v.pins = d965_5st_pin_configs,
3833 .chained = true,
3834 .chain_id = STAC_D965_VERBS,
3835 },
3836 [STAC_D965_VERBS] = {
3837 .type = HDA_FIXUP_VERBS,
3838 .v.verbs = d965_core_init,
3839 },
3840 [STAC_D965_5ST_NO_FP] = {
3841 .type = HDA_FIXUP_PINS,
3842 .v.pins = d965_5st_no_fp_pin_configs,
3843 },
3844 [STAC_DELL_3ST] = {
3845 .type = HDA_FIXUP_PINS,
3846 .v.pins = dell_3st_pin_configs,
3847 .chained = true,
3848 .chain_id = STAC_927X_DELL_DMIC,
3849 },
3850 [STAC_DELL_BIOS] = {
3851 .type = HDA_FIXUP_PINS,
3852 .v.pins = (const struct hda_pintbl[]) {
Takashi Iwai29ac8362013-01-14 16:03:38 +01003853 /* correct the front output jack as a hp out */
Takashi Iwaif3e351e2013-07-19 08:02:25 +02003854 { 0x0f, 0x0221101f },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003855 /* correct the front input jack as a mic */
3856 { 0x0e, 0x02a79130 },
3857 {}
3858 },
3859 .chained = true,
3860 .chain_id = STAC_927X_DELL_DMIC,
3861 },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003862 [STAC_DELL_BIOS_AMIC] = {
3863 .type = HDA_FIXUP_PINS,
3864 .v.pins = (const struct hda_pintbl[]) {
3865 /* configure the analog microphone on some laptops */
3866 { 0x0c, 0x90a79130 },
3867 {}
3868 },
3869 .chained = true,
3870 .chain_id = STAC_DELL_BIOS,
3871 },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003872 [STAC_DELL_BIOS_SPDIF] = {
3873 .type = HDA_FIXUP_PINS,
3874 .v.pins = (const struct hda_pintbl[]) {
3875 /* correct the device field to SPDIF out */
3876 { 0x21, 0x01442070 },
3877 {}
3878 },
3879 .chained = true,
3880 .chain_id = STAC_DELL_BIOS,
3881 },
3882 [STAC_927X_DELL_DMIC] = {
3883 .type = HDA_FIXUP_FUNC,
3884 .v.func = stac927x_fixup_dell_dmic,
3885 },
3886 [STAC_927X_VOLKNOB] = {
3887 .type = HDA_FIXUP_FUNC,
3888 .v.func = stac927x_fixup_volknob,
3889 },
Matt Porter3cc08dc2006-01-23 15:27:49 +01003890};
3891
Takashi Iwai29ac8362013-01-14 16:03:38 +01003892static const struct hda_model_fixup stac927x_models[] = {
3893 { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" },
3894 { .id = STAC_D965_REF, .name = "ref" },
3895 { .id = STAC_D965_3ST, .name = "3stack" },
3896 { .id = STAC_D965_5ST, .name = "5stack" },
3897 { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" },
3898 { .id = STAC_DELL_3ST, .name = "dell-3stack" },
3899 { .id = STAC_DELL_BIOS, .name = "dell-bios" },
Takashi Iwaieefb8be2013-07-29 16:26:15 +02003900 { .id = STAC_DELL_BIOS_AMIC, .name = "dell-bios-amic" },
Takashi Iwai29ac8362013-01-14 16:03:38 +01003901 { .id = STAC_927X_VOLKNOB, .name = "volknob" },
3902 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003903};
3904
Takashi Iwai29ac8362013-01-14 16:03:38 +01003905static const struct snd_pci_quirk stac927x_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003906 /* SigmaTel reference board */
3907 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
3908 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05003909 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
3910 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02003911 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003912 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
3913 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02003914 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003915 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
3916 "Intel D965", STAC_D965_3ST),
3917 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
3918 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003919 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003920 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02003921 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
3922 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003923 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003924 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04003925 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01003926 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003927 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS_SPDIF),
Chengu Wang84d3dc22009-07-30 19:43:55 +08003928 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003929 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
3930 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
3931 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
Takashi Iwai29ac8362013-01-14 16:03:38 +01003932 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF),
Tobin Davis93ed1502006-09-01 21:03:12 +02003933 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01003934 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
3935 "Intel D965", STAC_D965_5ST),
3936 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
3937 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02003938 /* volume-knob fixes */
3939 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01003940 {} /* terminator */
3941};
3942
Takashi Iwaife6322c2013-01-14 14:46:51 +01003943static const struct hda_pintbl ref9205_pin_configs[] = {
3944 { 0x0a, 0x40000100 },
3945 { 0x0b, 0x40000100 },
3946 { 0x0c, 0x01016011 },
3947 { 0x0d, 0x01014010 },
3948 { 0x0e, 0x01813122 },
3949 { 0x0f, 0x01a19021 },
3950 { 0x14, 0x01019020 },
3951 { 0x16, 0x40000100 },
3952 { 0x17, 0x90a000f0 },
3953 { 0x18, 0x90a000f0 },
3954 { 0x21, 0x01441030 },
3955 { 0x22, 0x01c41030 },
3956 {}
Matt Porterf3302a52006-07-31 12:49:34 +02003957};
3958
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003959/*
3960 STAC 9205 pin configs for
3961 102801F1
3962 102801F2
3963 102801FC
3964 102801FD
3965 10280204
3966 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01003967 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01003968 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003969*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003970static const struct hda_pintbl dell_9205_m42_pin_configs[] = {
3971 { 0x0a, 0x0321101F },
3972 { 0x0b, 0x03A11020 },
3973 { 0x0c, 0x400003FA },
3974 { 0x0d, 0x90170310 },
3975 { 0x0e, 0x400003FB },
3976 { 0x0f, 0x400003FC },
3977 { 0x14, 0x400003FD },
3978 { 0x16, 0x40F000F9 },
3979 { 0x17, 0x90A60330 },
3980 { 0x18, 0x400003FF },
3981 { 0x21, 0x0144131F },
3982 { 0x22, 0x40C003FE },
3983 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02003984};
3985
3986/*
3987 STAC 9205 pin configs for
3988 102801F9
3989 102801FA
3990 102801FE
3991 102801FF (Dell Precision M4300)
3992 10280206
3993 10280200
3994 10280201
3995*/
Takashi Iwaife6322c2013-01-14 14:46:51 +01003996static const struct hda_pintbl dell_9205_m43_pin_configs[] = {
3997 { 0x0a, 0x0321101f },
3998 { 0x0b, 0x03a11020 },
3999 { 0x0c, 0x90a70330 },
4000 { 0x0d, 0x90170310 },
4001 { 0x0e, 0x400000fe },
4002 { 0x0f, 0x400000ff },
4003 { 0x14, 0x400000fd },
4004 { 0x16, 0x40f000f9 },
4005 { 0x17, 0x400000fa },
4006 { 0x18, 0x400000fc },
4007 { 0x21, 0x0144131f },
4008 { 0x22, 0x40c003f8 },
4009 /* Enable SPDIF in/out */
4010 { 0x1f, 0x01441030 },
4011 { 0x20, 0x1c410030 },
4012 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004013};
4014
Takashi Iwaife6322c2013-01-14 14:46:51 +01004015static const struct hda_pintbl dell_9205_m44_pin_configs[] = {
4016 { 0x0a, 0x0421101f },
4017 { 0x0b, 0x04a11020 },
4018 { 0x0c, 0x400003fa },
4019 { 0x0d, 0x90170310 },
4020 { 0x0e, 0x400003fb },
4021 { 0x0f, 0x400003fc },
4022 { 0x14, 0x400003fd },
4023 { 0x16, 0x400003f9 },
4024 { 0x17, 0x90a60330 },
4025 { 0x18, 0x400003ff },
4026 { 0x21, 0x01441340 },
4027 { 0x22, 0x40c003fe },
4028 {}
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004029};
4030
Takashi Iwaife6322c2013-01-14 14:46:51 +01004031static void stac9205_fixup_ref(struct hda_codec *codec,
4032 const struct hda_fixup *fix, int action)
4033{
4034 struct sigmatel_spec *spec = codec->spec;
4035
4036 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4037 snd_hda_apply_pincfgs(codec, ref9205_pin_configs);
4038 /* SPDIF-In enabled */
4039 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0;
4040 }
4041}
4042
Takashi Iwaife6322c2013-01-14 14:46:51 +01004043static void stac9205_fixup_dell_m43(struct hda_codec *codec,
4044 const struct hda_fixup *fix, int action)
4045{
4046 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004047 struct hda_jack_tbl *jack;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004048
4049 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
4050 snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs);
4051
4052 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaife6322c2013-01-14 14:46:51 +01004053 snd_hda_codec_write_cache(codec, codec->afg, 0,
4054 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004055 snd_hda_jack_detect_enable_callback(codec, codec->afg,
4056 STAC_VREF_EVENT,
4057 stac_vref_event);
4058 jack = snd_hda_jack_tbl_get(codec, codec->afg);
4059 if (jack)
4060 jack->private_data = 0x01;
Takashi Iwaife6322c2013-01-14 14:46:51 +01004061
4062 spec->gpio_dir = 0x0b;
4063 spec->eapd_mask = 0x01;
4064 spec->gpio_mask = 0x1b;
4065 spec->gpio_mute = 0x10;
4066 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4067 * GPIO3 Low = DRM
4068 */
4069 spec->gpio_data = 0x01;
4070 }
4071}
4072
4073static void stac9205_fixup_eapd(struct hda_codec *codec,
4074 const struct hda_fixup *fix, int action)
4075{
4076 struct sigmatel_spec *spec = codec->spec;
4077
4078 if (action == HDA_FIXUP_ACT_PRE_PROBE)
4079 spec->eapd_switch = 0;
4080}
4081
4082static const struct hda_fixup stac9205_fixups[] = {
4083 [STAC_9205_REF] = {
4084 .type = HDA_FIXUP_FUNC,
4085 .v.func = stac9205_fixup_ref,
4086 },
4087 [STAC_9205_DELL_M42] = {
4088 .type = HDA_FIXUP_PINS,
4089 .v.pins = dell_9205_m42_pin_configs,
4090 },
4091 [STAC_9205_DELL_M43] = {
4092 .type = HDA_FIXUP_FUNC,
4093 .v.func = stac9205_fixup_dell_m43,
4094 },
4095 [STAC_9205_DELL_M44] = {
4096 .type = HDA_FIXUP_PINS,
4097 .v.pins = dell_9205_m44_pin_configs,
4098 },
4099 [STAC_9205_EAPD] = {
4100 .type = HDA_FIXUP_FUNC,
4101 .v.func = stac9205_fixup_eapd,
4102 },
4103 {}
Matt Porterf3302a52006-07-31 12:49:34 +02004104};
4105
Takashi Iwaife6322c2013-01-14 14:46:51 +01004106static const struct hda_model_fixup stac9205_models[] = {
4107 { .id = STAC_9205_REF, .name = "ref" },
4108 { .id = STAC_9205_DELL_M42, .name = "dell-m42" },
4109 { .id = STAC_9205_DELL_M43, .name = "dell-m43" },
4110 { .id = STAC_9205_DELL_M44, .name = "dell-m44" },
4111 { .id = STAC_9205_EAPD, .name = "eapd" },
4112 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004113};
4114
Takashi Iwaife6322c2013-01-14 14:46:51 +01004115static const struct snd_pci_quirk stac9205_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004116 /* SigmaTel reference board */
4117 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
4118 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03004119 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
4120 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05004121 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
4122 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004123 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004124 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
4125 "unknown Dell", STAC_9205_DELL_M42),
4126 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
4127 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004128 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02004129 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004130 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
4131 "Dell Precision", STAC_9205_DELL_M43),
4132 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
4133 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004134 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
4135 "unknown Dell", STAC_9205_DELL_M42),
4136 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
4137 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004138 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
4139 "Dell Precision", STAC_9205_DELL_M43),
4140 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004141 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02004142 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
4143 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02004144 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
4145 "Dell Precision", STAC_9205_DELL_M43),
4146 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
4147 "Dell Precision", STAC_9205_DELL_M43),
4148 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
4149 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004150 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
4151 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01004152 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
4153 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01004154 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
4155 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004156 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08004157 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01004158 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02004159 {} /* terminator */
4160};
4161
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004162static void stac92hd95_fixup_hp_led(struct hda_codec *codec,
4163 const struct hda_fixup *fix, int action)
4164{
4165 struct sigmatel_spec *spec = codec->spec;
4166
4167 if (action != HDA_FIXUP_ACT_PRE_PROBE)
4168 return;
4169
4170 if (find_mute_led_cfg(codec, spec->default_polarity))
4171 codec_dbg(codec, "mute LED gpio %d polarity %d\n",
4172 spec->gpio_led,
4173 spec->gpio_led_polarity);
4174}
4175
4176static const struct hda_fixup stac92hd95_fixups[] = {
4177 [STAC_92HD95_HP_LED] = {
4178 .type = HDA_FIXUP_FUNC,
4179 .v.func = stac92hd95_fixup_hp_led,
4180 },
4181 [STAC_92HD95_HP_BASS] = {
4182 .type = HDA_FIXUP_VERBS,
4183 .v.verbs = (const struct hda_verb[]) {
4184 {0x1a, 0x795, 0x00}, /* HPF to 100Hz */
4185 {}
4186 },
4187 .chained = true,
4188 .chain_id = STAC_92HD95_HP_LED,
4189 },
4190};
4191
4192static const struct snd_pci_quirk stac92hd95_fixup_tbl[] = {
4193 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1911, "HP Spectre 13", STAC_92HD95_HP_BASS),
4194 {} /* terminator */
4195};
4196
4197static const struct hda_model_fixup stac92hd95_models[] = {
4198 { .id = STAC_92HD95_HP_LED, .name = "hp-led" },
4199 { .id = STAC_92HD95_HP_BASS, .name = "hp-bass" },
4200 {}
4201};
4202
4203
Takashi Iwai36c9db72013-01-17 17:07:59 +01004204static int stac_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02004205{
4206 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004207 int err;
David Henningssonf390dad2013-03-21 12:16:30 +01004208 int flags = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004209
David Henningssonf390dad2013-03-21 12:16:30 +01004210 if (spec->headset_jack)
4211 flags |= HDA_PINCFG_HEADSET_MIC;
4212
4213 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004214 if (err < 0)
4215 return err;
4216
Takashi Iwai36c9db72013-01-17 17:07:59 +01004217 /* add hooks */
4218 spec->gen.pcm_playback_hook = stac_playback_pcm_hook;
4219 spec->gen.pcm_capture_hook = stac_capture_pcm_hook;
4220
4221 spec->gen.automute_hook = stac_update_outputs;
4222 spec->gen.hp_automute_hook = stac_hp_automute;
4223 spec->gen.line_automute_hook = stac_line_automute;
David Henningsson664389d2013-01-28 11:29:17 +01004224 spec->gen.mic_autoswitch_hook = stac_mic_autoswitch;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004225
4226 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004227 if (err < 0)
4228 return err;
4229
Takashi Iwai36c9db72013-01-17 17:07:59 +01004230 /* minimum value is actually mute */
4231 spec->gen.vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Mattc7d4b2f2005-06-27 14:59:41 +02004232
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004233 /* setup analog beep controls */
4234 if (spec->anabeep_nid > 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004235 err = stac_auto_create_beep_ctls(codec,
4236 spec->anabeep_nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004237 if (err < 0)
4238 return err;
4239 }
4240
4241 /* setup digital beep controls and input device */
4242#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004243 if (spec->gen.beep_nid) {
4244 hda_nid_t nid = spec->gen.beep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004245 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004246
Takashi Iwai36c9db72013-01-17 17:07:59 +01004247 err = stac_auto_create_beep_ctls(codec, nid);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004248 if (err < 0)
4249 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004250 if (codec->beep) {
4251 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004252 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004253 /* if no beep switch is available, make its own one */
4254 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4255 if (!(caps & AC_AMPCAP_MUTE)) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004256 err = stac_beep_switch_ctl(codec);
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004257 if (err < 0)
4258 return err;
4259 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004260 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004261 }
4262#endif
4263
Takashi Iwai36c9db72013-01-17 17:07:59 +01004264 if (spec->gpio_led)
4265 spec->gen.vmaster_mute.hook = stac_vmaster_hook;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004266
Takashi Iwai36c9db72013-01-17 17:07:59 +01004267 if (spec->aloopback_ctl &&
4268 snd_hda_get_bool_hint(codec, "loopback") == 1) {
4269 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl))
4270 return -ENOMEM;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004271 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004272
Takashi Iwai42875472013-01-22 09:34:48 +01004273 if (spec->have_spdif_mux) {
4274 err = stac_create_spdif_mux_ctls(codec);
4275 if (err < 0)
4276 return err;
4277 }
4278
Takashi Iwai82bc9552006-03-21 11:24:42 +01004279 return 0;
4280}
4281
Takashi Iwai7a9744c2014-09-11 12:59:21 +02004282static int stac_build_controls(struct hda_codec *codec)
4283{
4284 int err = snd_hda_gen_build_controls(codec);
4285
4286 if (err < 0)
4287 return err;
4288 stac_init_power_map(codec);
4289 return 0;
4290}
Takashi Iwai36c9db72013-01-17 17:07:59 +01004291
4292static int stac_init(struct hda_codec *codec)
Richard Fish160ea0d2006-09-06 13:58:25 +02004293{
4294 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004295 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004296
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004297 /* override some hints */
4298 stac_store_hints(codec);
4299
Takashi Iwaif73d3582008-11-25 08:21:51 +01004300 /* set up GPIO */
Takashi Iwaif73d3582008-11-25 08:21:51 +01004301 /* turn on EAPD statically when spec->eapd_switch isn't set.
4302 * otherwise, unsol event will turn it on/off dynamically
4303 */
4304 if (!spec->eapd_switch)
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004305 spec->gpio_data |= spec->eapd_mask;
4306 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004307
Takashi Iwai36c9db72013-01-17 17:07:59 +01004308 snd_hda_gen_init(codec);
Takashi Iwaic8822462012-05-15 09:11:36 +02004309
4310 /* sync the power-map */
4311 if (spec->num_pwrs)
4312 snd_hda_codec_write(codec, codec->afg, 0,
4313 AC_VERB_IDT_SET_POWER_MAP,
4314 spec->power_map_bits);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004315
4316 /* power down inactive ADCs */
4317 if (spec->powerdown_adcs) {
4318 for (i = 0; i < spec->gen.num_all_adcs; i++) {
4319 if (spec->active_adcs & (1 << i))
4320 continue;
4321 snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0,
4322 AC_VERB_SET_POWER_STATE,
4323 AC_PWRST_D3);
4324 }
4325 }
4326
Mattc7d4b2f2005-06-27 14:59:41 +02004327 return 0;
4328}
4329
Takashi Iwai36c9db72013-01-17 17:07:59 +01004330static void stac_shutup(struct hda_codec *codec)
Takashi Iwai603c4012008-07-30 15:01:44 +02004331{
4332 struct sigmatel_spec *spec = codec->spec;
4333
Takashi Iwai36c9db72013-01-17 17:07:59 +01004334 snd_hda_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004335
4336 if (spec->eapd_mask)
4337 stac_gpio_set(codec, spec->gpio_mask,
4338 spec->gpio_dir, spec->gpio_data &
4339 ~spec->eapd_mask);
4340}
4341
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004342#define stac_free snd_hda_gen_free
Matt2f2f4252005-04-13 14:45:30 +02004343
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004344#ifdef CONFIG_PROC_FS
4345static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4346 struct hda_codec *codec, hda_nid_t nid)
4347{
4348 if (nid == codec->afg)
4349 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02004350 snd_hda_codec_read(codec, nid, 0,
4351 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004352}
4353
4354static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4355 struct hda_codec *codec,
4356 unsigned int verb)
4357{
4358 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4359 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4360}
4361
4362/* stac92hd71bxx, stac92hd73xx */
4363static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4364 struct hda_codec *codec, hda_nid_t nid)
4365{
4366 stac92hd_proc_hook(buffer, codec, nid);
4367 if (nid == codec->afg)
4368 analog_loop_proc_hook(buffer, codec, 0xfa0);
4369}
4370
4371static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4372 struct hda_codec *codec, hda_nid_t nid)
4373{
4374 if (nid == codec->afg)
4375 analog_loop_proc_hook(buffer, codec, 0xfe0);
4376}
4377
4378static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4379 struct hda_codec *codec, hda_nid_t nid)
4380{
4381 if (nid == codec->afg)
4382 analog_loop_proc_hook(buffer, codec, 0xfeb);
4383}
4384#else
4385#define stac92hd_proc_hook NULL
4386#define stac92hd7x_proc_hook NULL
4387#define stac9205_proc_hook NULL
4388#define stac927x_proc_hook NULL
4389#endif
4390
Takashi Iwai2a439522011-07-26 09:52:50 +02004391#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004392static int stac_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004393{
Takashi Iwai36c9db72013-01-17 17:07:59 +01004394 stac_shutup(codec);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004395 return 0;
4396}
Takashi Iwai350eba432012-03-16 16:09:03 +01004397#else
Takashi Iwai36c9db72013-01-17 17:07:59 +01004398#define stac_suspend NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01004399#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004400
Takashi Iwai36c9db72013-01-17 17:07:59 +01004401static const struct hda_codec_ops stac_patch_ops = {
Takashi Iwai7a9744c2014-09-11 12:59:21 +02004402 .build_controls = stac_build_controls,
Takashi Iwai36c9db72013-01-17 17:07:59 +01004403 .build_pcms = snd_hda_gen_build_pcms,
4404 .init = stac_init,
4405 .free = stac_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02004406 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02004407#ifdef CONFIG_PM
Takashi Iwai36c9db72013-01-17 17:07:59 +01004408 .suspend = stac_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004409#endif
Takashi Iwai36c9db72013-01-17 17:07:59 +01004410 .reboot_notify = stac_shutup,
Matt2f2f4252005-04-13 14:45:30 +02004411};
4412
Takashi Iwai36c9db72013-01-17 17:07:59 +01004413static int alloc_stac_spec(struct hda_codec *codec)
Takashi Iwai361dab32012-05-09 14:35:27 +02004414{
4415 struct sigmatel_spec *spec;
4416
4417 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4418 if (!spec)
4419 return -ENOMEM;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004420 snd_hda_gen_spec_init(&spec->gen);
Takashi Iwai361dab32012-05-09 14:35:27 +02004421 codec->spec = spec;
4422 codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
Takashi Iwai361dab32012-05-09 14:35:27 +02004423 return 0;
4424}
4425
Matt2f2f4252005-04-13 14:45:30 +02004426static int patch_stac9200(struct hda_codec *codec)
4427{
4428 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004429 int err;
Matt2f2f4252005-04-13 14:45:30 +02004430
Takashi Iwai36c9db72013-01-17 17:07:59 +01004431 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004432 if (err < 0)
4433 return err;
Matt2f2f4252005-04-13 14:45:30 +02004434
Takashi Iwai361dab32012-05-09 14:35:27 +02004435 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004436 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004437 spec->gen.own_eapd_ctl = 1;
4438
4439 codec->patch_ops = stac_patch_ops;
Takashi Iwaiba615b82013-03-13 14:47:21 +01004440 codec->power_filter = snd_hda_codec_eapd_power_filter;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004441
4442 snd_hda_add_verbs(codec, stac9200_eapd_init);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004443
4444 snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
4445 stac9200_fixups);
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004446 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai117f2572008-03-18 09:53:23 +01004447
Takashi Iwai36c9db72013-01-17 17:07:59 +01004448 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004449 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004450 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004451 return err;
4452 }
Matt2f2f4252005-04-13 14:45:30 +02004453
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004454 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4455
Matt2f2f4252005-04-13 14:45:30 +02004456 return 0;
4457}
4458
Tobin Davis8e21c342007-01-08 11:04:17 +01004459static int patch_stac925x(struct hda_codec *codec)
4460{
4461 struct sigmatel_spec *spec;
4462 int err;
4463
Takashi Iwai36c9db72013-01-17 17:07:59 +01004464 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004465 if (err < 0)
4466 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004467
Takashi Iwai361dab32012-05-09 14:35:27 +02004468 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004469 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004470 spec->gen.own_eapd_ctl = 1;
4471
4472 codec->patch_ops = stac_patch_ops;
4473
4474 snd_hda_add_verbs(codec, stac925x_core_init);
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004475
Takashi Iwaid2077d42013-01-14 14:20:16 +01004476 snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl,
4477 stac925x_fixups);
Takashi Iwaid2077d42013-01-14 14:20:16 +01004478 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4479
Takashi Iwai36c9db72013-01-17 17:07:59 +01004480 err = stac_parse_auto_config(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004481 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004482 stac_free(codec);
Tobin Davis8e21c342007-01-08 11:04:17 +01004483 return err;
4484 }
4485
Takashi Iwaid2077d42013-01-14 14:20:16 +01004486 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4487
Tobin Davis8e21c342007-01-08 11:04:17 +01004488 return 0;
4489}
4490
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004491static int patch_stac92hd73xx(struct hda_codec *codec)
4492{
4493 struct sigmatel_spec *spec;
Takashi Iwai361dab32012-05-09 14:35:27 +02004494 int err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004495 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004496
Takashi Iwai36c9db72013-01-17 17:07:59 +01004497 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004498 if (err < 0)
4499 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004500
Takashi Iwai361dab32012-05-09 14:35:27 +02004501 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004502 spec->linear_tone_beep = 0;
Takashi Iwai27487462013-01-21 16:25:18 +01004503 spec->gen.mixer_nid = 0x1d;
Takashi Iwai42875472013-01-22 09:34:48 +01004504 spec->have_spdif_mux = 1;
Takashi Iwai55e30142013-01-14 17:30:04 +01004505
Takashi Iwai36c9db72013-01-17 17:07:59 +01004506 num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004507 if (num_dacs < 3 || num_dacs > 5) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01004508 codec_warn(codec,
4509 "Could not determine number of channels defaulting to DAC count\n");
Takashi Iwai36c9db72013-01-17 17:07:59 +01004510 num_dacs = 5;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004511 }
Takashi Iwai55e30142013-01-14 17:30:04 +01004512
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004513 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004514 case 0x3: /* 6 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004515 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004516 break;
4517 case 0x4: /* 8 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004518 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004519 break;
4520 case 0x5: /* 10 Channel */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004521 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01004522 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004523 }
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004524
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004525 spec->aloopback_mask = 0x01;
4526 spec->aloopback_shift = 8;
4527
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004528 spec->gen.beep_nid = 0x1c; /* digital beep */
Takashi Iwai6479c632009-07-28 18:20:25 +02004529
Takashi Iwai55e30142013-01-14 17:30:04 +01004530 /* GPIO0 High = Enable EAPD */
4531 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4532 spec->gpio_data = 0x01;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004533
Takashi Iwai55e30142013-01-14 17:30:04 +01004534 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004535
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004536 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4537 spec->pwr_nids = stac92hd73xx_pwr_nids;
4538
Takashi Iwai36c9db72013-01-17 17:07:59 +01004539 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004540 spec->gen.power_down_unused = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004541
4542 codec->patch_ops = stac_patch_ops;
4543
4544 snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl,
4545 stac92hd73xx_fixups);
Takashi Iwai55e30142013-01-14 17:30:04 +01004546 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4547
4548 if (!spec->volknob_init)
4549 snd_hda_add_verbs(codec, stac92hd73xx_core_init);
4550
Takashi Iwai36c9db72013-01-17 17:07:59 +01004551 err = stac_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004552 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004553 stac_free(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004554 return err;
4555 }
4556
David Henningsson303985f2013-03-14 15:28:29 +01004557 /* Don't GPIO-mute speakers if there are no internal speakers, because
4558 * the GPIO might be necessary for Headphone
4559 */
4560 if (spec->eapd_switch && !has_builtin_speaker(codec))
4561 spec->eapd_switch = 0;
4562
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004563 codec->proc_widget_hook = stac92hd7x_proc_hook;
4564
Takashi Iwai55e30142013-01-14 17:30:04 +01004565 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4566
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004567 return 0;
4568}
4569
Takashi Iwai372f8c72013-01-14 18:06:34 +01004570static void stac_setup_gpio(struct hda_codec *codec)
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004571{
Takashi Iwai372f8c72013-01-14 18:06:34 +01004572 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01004573
Takashi Iwai1ea9a692013-07-19 07:58:02 +02004574 spec->gpio_mask |= spec->eapd_mask;
Takashi Iwaib4e81872009-11-18 17:20:24 +01004575 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004576 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004577 spec->gpio_mask |= spec->gpio_led;
4578 spec->gpio_dir |= spec->gpio_led;
4579 spec->gpio_data |= spec->gpio_led;
4580 } else {
Takashi Iwaidfc6e462014-01-13 16:09:57 +01004581 codec->power_filter = stac_vref_led_power_filter;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004582 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004583 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01004584
Takashi Iwai62cbde12012-09-14 11:58:54 +02004585 if (spec->mic_mute_led_gpio) {
4586 spec->gpio_mask |= spec->mic_mute_led_gpio;
4587 spec->gpio_dir |= spec->mic_mute_led_gpio;
Takashi Iwai7fe30712014-01-30 17:59:02 +01004588 spec->mic_enabled = 0;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004589 spec->gpio_data |= spec->mic_mute_led_gpio;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004590
Takashi Iwaia90229e2013-01-18 14:10:00 +01004591 spec->gen.cap_sync_hook = stac_capture_led_hook;
Takashi Iwai62cbde12012-09-14 11:58:54 +02004592 }
Takashi Iwai372f8c72013-01-14 18:06:34 +01004593}
4594
4595static int patch_stac92hd83xxx(struct hda_codec *codec)
4596{
4597 struct sigmatel_spec *spec;
4598 int err;
4599
Takashi Iwai36c9db72013-01-17 17:07:59 +01004600 err = alloc_stac_spec(codec);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004601 if (err < 0)
4602 return err;
4603
4604 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004605
4606 spec = codec->spec;
4607 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004608 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004609 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004610 spec->gen.mixer_nid = 0x1b;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004611
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004612 spec->gen.beep_nid = 0x21; /* digital beep */
Takashi Iwai372f8c72013-01-14 18:06:34 +01004613 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4614 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004615 spec->default_polarity = -1; /* no default cfg */
4616
4617 codec->patch_ops = stac_patch_ops;
4618
4619 snd_hda_add_verbs(codec, stac92hd83xxx_core_init);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004620
4621 snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl,
4622 stac92hd83xxx_fixups);
Takashi Iwai372f8c72013-01-14 18:06:34 +01004623 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4624
4625 stac_setup_gpio(codec);
Takashi Iwai62cbde12012-09-14 11:58:54 +02004626
Takashi Iwai36c9db72013-01-17 17:07:59 +01004627 err = stac_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004628 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004629 stac_free(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004630 return err;
4631 }
4632
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004633 codec->proc_widget_hook = stac92hd_proc_hook;
4634
Takashi Iwai372f8c72013-01-14 18:06:34 +01004635 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4636
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004637 return 0;
4638}
4639
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004640static const hda_nid_t stac92hd95_pwr_nids[] = {
4641 0x0a, 0x0b, 0x0c, 0x0d
4642};
4643
4644static int patch_stac92hd95(struct hda_codec *codec)
4645{
4646 struct sigmatel_spec *spec;
4647 int err;
4648
4649 err = alloc_stac_spec(codec);
4650 if (err < 0)
4651 return err;
4652
4653 codec->epss = 0; /* longer delay needed for D3 */
4654
4655 spec = codec->spec;
4656 spec->linear_tone_beep = 0;
4657 spec->gen.own_eapd_ctl = 1;
4658 spec->gen.power_down_unused = 1;
4659
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004660 spec->gen.beep_nid = 0x19; /* digital beep */
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004661 spec->pwr_nids = stac92hd95_pwr_nids;
4662 spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids);
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004663 spec->default_polarity = 0;
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004664
4665 codec->patch_ops = stac_patch_ops;
4666
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004667 snd_hda_pick_fixup(codec, stac92hd95_models, stac92hd95_fixup_tbl,
4668 stac92hd95_fixups);
4669 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4670
4671 stac_setup_gpio(codec);
4672
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004673 err = stac_parse_auto_config(codec);
4674 if (err < 0) {
4675 stac_free(codec);
4676 return err;
4677 }
4678
4679 codec->proc_widget_hook = stac92hd_proc_hook;
4680
Takashi Iwai8b3dfda2014-06-24 13:55:25 +02004681 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4682
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06004683 return 0;
4684}
4685
Matthew Ranostaye035b842007-11-06 11:53:55 +01004686static int patch_stac92hd71bxx(struct hda_codec *codec)
4687{
4688 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02004689 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Takashi Iwai361dab32012-05-09 14:35:27 +02004690 int err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004691
Takashi Iwai36c9db72013-01-17 17:07:59 +01004692 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004693 if (err < 0)
4694 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004695
Takashi Iwai361dab32012-05-09 14:35:27 +02004696 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004697 spec->linear_tone_beep = 0;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004698 spec->gen.own_eapd_ctl = 1;
Takashi Iwaif4f678d2013-01-24 18:02:43 +01004699 spec->gen.power_down_unused = 1;
Takashi Iwai27487462013-01-21 16:25:18 +01004700 spec->gen.mixer_nid = 0x17;
Takashi Iwai42875472013-01-22 09:34:48 +01004701 spec->have_spdif_mux = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004702
Takashi Iwai36c9db72013-01-17 17:07:59 +01004703 codec->patch_ops = stac_patch_ops;
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004704
4705 /* GPIO0 = EAPD */
4706 spec->gpio_mask = 0x01;
4707 spec->gpio_dir = 0x01;
4708 spec->gpio_data = 0x01;
Takashi Iwai41c3b642008-11-18 10:45:15 +01004709
Matthew Ranostay541eee82007-12-14 12:08:04 +01004710 switch (codec->vendor_id) {
4711 case 0x111d76b6: /* 4 Port without Analog Mixer */
4712 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02004713 unmute_init++;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004714 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004715 case 0x111d7608: /* 5 Port with Analog Mixer */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004716 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004717 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004718 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004719
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004720 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004721 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01004722 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
4723 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004724 break;
4725 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004726 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004727 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004728
Takashi Iwai5207e102009-07-30 13:09:08 +02004729 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004730 }
4731
David Henningsson5e68fb32012-08-16 14:11:09 +02004732 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004733 snd_hda_add_verbs(codec, stac92hd71bxx_core_init);
David Henningsson5e68fb32012-08-16 14:11:09 +02004734
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004735 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
4736 snd_hda_sequence_write_cache(codec, unmute_init);
4737
Takashi Iwai36c9db72013-01-17 17:07:59 +01004738 spec->aloopback_ctl = &stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004739 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004740 spec->aloopback_shift = 0;
4741
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004742 spec->powerdown_adcs = 1;
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004743 spec->gen.beep_nid = 0x26; /* digital beep */
Takashi Iwai36c9db72013-01-17 17:07:59 +01004744 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004745 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004746
Takashi Iwai36c9db72013-01-17 17:07:59 +01004747 snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl,
4748 stac92hd71bxx_fixups);
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004749 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01004750
Takashi Iwai372f8c72013-01-14 18:06:34 +01004751 stac_setup_gpio(codec);
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004752
Takashi Iwai36c9db72013-01-17 17:07:59 +01004753 err = stac_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004754 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004755 stac_free(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004756 return err;
4757 }
4758
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004759 codec->proc_widget_hook = stac92hd7x_proc_hook;
4760
Takashi Iwai0f6fcb72013-01-14 17:05:25 +01004761 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4762
Matthew Ranostaye035b842007-11-06 11:53:55 +01004763 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02004764}
Matthew Ranostaye035b842007-11-06 11:53:55 +01004765
Matt2f2f4252005-04-13 14:45:30 +02004766static int patch_stac922x(struct hda_codec *codec)
4767{
4768 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004769 int err;
Matt2f2f4252005-04-13 14:45:30 +02004770
Takashi Iwai36c9db72013-01-17 17:07:59 +01004771 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004772 if (err < 0)
4773 return err;
Matt2f2f4252005-04-13 14:45:30 +02004774
Takashi Iwai361dab32012-05-09 14:35:27 +02004775 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004776 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004777 spec->gen.own_eapd_ctl = 1;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004778
Takashi Iwai36c9db72013-01-17 17:07:59 +01004779 codec->patch_ops = stac_patch_ops;
Matt2f2f4252005-04-13 14:45:30 +02004780
Takashi Iwai0a427842013-01-14 15:20:13 +01004781 snd_hda_add_verbs(codec, stac922x_core_init);
4782
Takashi Iwai807a46362007-05-29 19:01:37 +02004783 /* Fix Mux capture level; max to 2 */
4784 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4785 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4786 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4787 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4788 (0 << AC_AMPCAP_MUTE_SHIFT));
4789
Takashi Iwai36c9db72013-01-17 17:07:59 +01004790 snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl,
4791 stac922x_fixups);
4792 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4793
4794 err = stac_parse_auto_config(codec);
4795 if (err < 0) {
4796 stac_free(codec);
4797 return err;
4798 }
4799
Takashi Iwai0a427842013-01-14 15:20:13 +01004800 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4801
Matt Porter3cc08dc2006-01-23 15:27:49 +01004802 return 0;
4803}
4804
Takashi Iwai42875472013-01-22 09:34:48 +01004805static const char * const stac927x_spdif_labels[] = {
4806 "Digital Playback", "ADAT", "Analog Mux 1",
4807 "Analog Mux 2", "Analog Mux 3", NULL
4808};
4809
Matt Porter3cc08dc2006-01-23 15:27:49 +01004810static int patch_stac927x(struct hda_codec *codec)
4811{
4812 struct sigmatel_spec *spec;
4813 int err;
4814
Takashi Iwai36c9db72013-01-17 17:07:59 +01004815 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004816 if (err < 0)
4817 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004818
Takashi Iwai361dab32012-05-09 14:35:27 +02004819 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004820 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004821 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004822 spec->have_spdif_mux = 1;
4823 spec->spdif_labels = stac927x_spdif_labels;
Matt Porter3cc08dc2006-01-23 15:27:49 +01004824
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004825 spec->gen.beep_nid = 0x23; /* digital beep */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004826
Takashi Iwai29ac8362013-01-14 16:03:38 +01004827 /* GPIO0 High = Enable EAPD */
4828 spec->eapd_mask = spec->gpio_mask = 0x01;
4829 spec->gpio_dir = spec->gpio_data = 0x01;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02004830
Takashi Iwai36c9db72013-01-17 17:07:59 +01004831 spec->aloopback_ctl = &stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004832 spec->aloopback_mask = 0x40;
4833 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004834 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004835
Takashi Iwai36c9db72013-01-17 17:07:59 +01004836 codec->patch_ops = stac_patch_ops;
4837
4838 snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl,
4839 stac927x_fixups);
Takashi Iwaif6655d52013-01-17 08:49:01 +01004840 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
4841
Takashi Iwai29ac8362013-01-14 16:03:38 +01004842 if (!spec->volknob_init)
4843 snd_hda_add_verbs(codec, stac927x_core_init);
4844
Takashi Iwai36c9db72013-01-17 17:07:59 +01004845 err = stac_parse_auto_config(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004846 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004847 stac_free(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004848 return err;
4849 }
Matt2f2f4252005-04-13 14:45:30 +02004850
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004851 codec->proc_widget_hook = stac927x_proc_hook;
4852
Takashi Iwai52987652008-01-16 16:09:47 +01004853 /*
4854 * !!FIXME!!
4855 * The STAC927x seem to require fairly long delays for certain
4856 * command sequences. With too short delays (even if the answer
4857 * is set to RIRB properly), it results in the silence output
4858 * on some hardwares like Dell.
4859 *
4860 * The below flag enables the longer delay (see get_response
4861 * in hda_intel.c).
4862 */
4863 codec->bus->needs_damn_long_delay = 1;
4864
Takashi Iwai29ac8362013-01-14 16:03:38 +01004865 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
Takashi Iwaie28d8322008-12-17 13:48:29 +01004866
Matt2f2f4252005-04-13 14:45:30 +02004867 return 0;
4868}
4869
Matt Porterf3302a52006-07-31 12:49:34 +02004870static int patch_stac9205(struct hda_codec *codec)
4871{
4872 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004873 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004874
Takashi Iwai36c9db72013-01-17 17:07:59 +01004875 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004876 if (err < 0)
4877 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02004878
Takashi Iwai361dab32012-05-09 14:35:27 +02004879 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004880 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004881 spec->gen.own_eapd_ctl = 1;
Takashi Iwai42875472013-01-22 09:34:48 +01004882 spec->have_spdif_mux = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02004883
Takashi Iwai7504b6c2013-03-18 11:25:51 +01004884 spec->gen.beep_nid = 0x23; /* digital beep */
Matt Porterf3302a52006-07-31 12:49:34 +02004885
Takashi Iwaife6322c2013-01-14 14:46:51 +01004886 snd_hda_add_verbs(codec, stac9205_core_init);
Takashi Iwai36c9db72013-01-17 17:07:59 +01004887 spec->aloopback_ctl = &stac9205_loopback;
Takashi Iwai6479c632009-07-28 18:20:25 +02004888
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004889 spec->aloopback_mask = 0x40;
4890 spec->aloopback_shift = 0;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004891
Takashi Iwaife6322c2013-01-14 14:46:51 +01004892 /* GPIO0 High = EAPD */
4893 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4894 spec->gpio_data = 0x01;
Matt Porter33382402006-12-18 13:17:28 +01004895
Takashi Iwaife6322c2013-01-14 14:46:51 +01004896 /* Turn on/off EAPD per HP plugging */
4897 spec->eapd_switch = 1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004898
Takashi Iwai36c9db72013-01-17 17:07:59 +01004899 codec->patch_ops = stac_patch_ops;
4900
4901 snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl,
4902 stac9205_fixups);
Takashi Iwaife6322c2013-01-14 14:46:51 +01004903 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Matthew Ranostay87d48362007-07-17 11:52:24 +02004904
Takashi Iwai36c9db72013-01-17 17:07:59 +01004905 err = stac_parse_auto_config(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004906 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004907 stac_free(codec);
Matt Porterf3302a52006-07-31 12:49:34 +02004908 return err;
4909 }
4910
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004911 codec->proc_widget_hook = stac9205_proc_hook;
4912
Takashi Iwaife6322c2013-01-14 14:46:51 +01004913 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4914
Matt Porterf3302a52006-07-31 12:49:34 +02004915 return 0;
4916}
4917
Matt2f2f4252005-04-13 14:45:30 +02004918/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004919 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004920 */
4921
Takashi Iwai2b635362011-05-02 12:33:43 +02004922static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02004923 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004924 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4925 {}
4926};
4927
Takashi Iwaifc268c12013-01-14 14:29:36 +01004928static const struct hda_pintbl stac9872_vaio_pin_configs[] = {
4929 { 0x0a, 0x03211020 },
4930 { 0x0b, 0x411111f0 },
4931 { 0x0c, 0x411111f0 },
4932 { 0x0d, 0x03a15030 },
4933 { 0x0e, 0x411111f0 },
4934 { 0x0f, 0x90170110 },
4935 { 0x11, 0x411111f0 },
4936 { 0x13, 0x411111f0 },
4937 { 0x14, 0x90a7013e },
4938 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004939};
4940
Takashi Iwaifc268c12013-01-14 14:29:36 +01004941static const struct hda_model_fixup stac9872_models[] = {
4942 { .id = STAC_9872_VAIO, .name = "vaio" },
4943 {}
Takashi Iwai307282c2009-03-12 18:17:58 +01004944};
4945
Takashi Iwaifc268c12013-01-14 14:29:36 +01004946static const struct hda_fixup stac9872_fixups[] = {
4947 [STAC_9872_VAIO] = {
4948 .type = HDA_FIXUP_PINS,
4949 .v.pins = stac9872_vaio_pin_configs,
4950 },
Takashi Iwai307282c2009-03-12 18:17:58 +01004951};
4952
Takashi Iwaifc268c12013-01-14 14:29:36 +01004953static const struct snd_pci_quirk stac9872_fixup_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02004954 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
4955 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01004956 {} /* terminator */
4957};
4958
Guillaume Munch6d859062006-08-22 17:15:47 +02004959static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01004960{
4961 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01004962 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01004963
Takashi Iwai36c9db72013-01-17 17:07:59 +01004964 err = alloc_stac_spec(codec);
Takashi Iwai361dab32012-05-09 14:35:27 +02004965 if (err < 0)
4966 return err;
4967
4968 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004969 spec->linear_tone_beep = 1;
Takashi Iwai36c9db72013-01-17 17:07:59 +01004970 spec->gen.own_eapd_ctl = 1;
4971
4972 codec->patch_ops = stac_patch_ops;
4973
4974 snd_hda_add_verbs(codec, stac9872_core_init);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004975
Takashi Iwaifc268c12013-01-14 14:29:36 +01004976 snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl,
4977 stac9872_fixups);
Takashi Iwaifc268c12013-01-14 14:29:36 +01004978 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004979
Takashi Iwai36c9db72013-01-17 17:07:59 +01004980 err = stac_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004981 if (err < 0) {
Takashi Iwai36c9db72013-01-17 17:07:59 +01004982 stac_free(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01004983 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01004984 }
Takashi Iwaifc268c12013-01-14 14:29:36 +01004985
4986 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
4987
Takashi Iwaidb064e52006-03-16 16:04:58 +01004988 return 0;
4989}
4990
4991
4992/*
Matt2f2f4252005-04-13 14:45:30 +02004993 * patch entries
4994 */
Takashi Iwai2b635362011-05-02 12:33:43 +02004995static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02004996 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
4997 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
4998 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
4999 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5000 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5001 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5002 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005003 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5004 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5005 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5006 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5007 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5008 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005009 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5010 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5011 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5012 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5013 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5014 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5015 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5016 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5017 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5018 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005019 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5020 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5021 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5022 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5023 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5024 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005025 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5026 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005027 /* The following does not take into account .id=0x83847661 when subsys =
5028 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5029 * currently not fully supported.
5030 */
5031 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5032 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5033 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01005034 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02005035 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5036 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5037 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5038 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5039 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5040 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5041 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5042 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005043 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005044 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01005045 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005046 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005047 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02005048 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
5049 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01005050 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
5051 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
5052 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
5053 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005054 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005055 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5056 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005057 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Vitaliy Kulikov4e637c62013-01-31 17:58:59 -06005058 { .id = 0x111d7695, .name = "92HD95", .patch = patch_stac92hd95 },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005059 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5060 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5061 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5062 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5063 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5064 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5065 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5066 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02005067 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
5068 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
5069 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
5070 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
5071 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
5072 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
5073 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
5074 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
5075 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
5076 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
5077 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
5078 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
5079 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
5080 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
5081 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02005082 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005083 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005084 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
5085 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005086 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01005087 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
5088 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
5089 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
5090 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
5091 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
5092 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
5093 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
5094 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
5095 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
5096 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
5097 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
5098 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02005099 {} /* terminator */
5100};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005101
5102MODULE_ALIAS("snd-hda-codec-id:8384*");
5103MODULE_ALIAS("snd-hda-codec-id:111d*");
5104
5105MODULE_LICENSE("GPL");
5106MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5107
5108static struct hda_codec_preset_list sigmatel_list = {
5109 .preset = snd_hda_preset_sigmatel,
5110 .owner = THIS_MODULE,
5111};
5112
5113static int __init patch_sigmatel_init(void)
5114{
5115 return snd_hda_add_codec_preset(&sigmatel_list);
5116}
5117
5118static void __exit patch_sigmatel_exit(void)
5119{
5120 snd_hda_delete_codec_preset(&sigmatel_list);
5121}
5122
5123module_init(patch_sigmatel_init)
5124module_exit(patch_sigmatel_exit)