blob: f03b2ff90496f86151b01cec6131e9cc94996a42 [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>
Matt2f2f4252005-04-13 14:45:30 +020032#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020033#include <sound/asoundef.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"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020038#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020039
Takashi Iwaic6e4c662008-11-25 11:58:19 +010040enum {
41 STAC_VREF_EVENT = 1,
42 STAC_INSERT_EVENT,
43 STAC_PWR_EVENT,
44 STAC_HP_EVENT,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020045 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020046 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010047};
Matt4e550962005-07-04 17:51:39 +020048
Takashi Iwaif5fcc132006-11-24 17:07:44 +010049enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010050 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010051 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010052 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020053 STAC_9200_DELL_D21,
54 STAC_9200_DELL_D22,
55 STAC_9200_DELL_D23,
56 STAC_9200_DELL_M21,
57 STAC_9200_DELL_M22,
58 STAC_9200_DELL_M23,
59 STAC_9200_DELL_M24,
60 STAC_9200_DELL_M25,
61 STAC_9200_DELL_M26,
62 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020063 STAC_9200_M4,
64 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010065 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010066 STAC_9200_MODELS
67};
68
69enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010070 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010071 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020072 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020073 STAC_9205_DELL_M43,
74 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010075 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010076 STAC_9205_MODELS
77};
78
79enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010080 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010081 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010082 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080083 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010084 STAC_DELL_M6_AMIC,
85 STAC_DELL_M6_DMIC,
86 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050087 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020088 STAC_ALIENWARE_M17X,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010089 STAC_92HD73XX_MODELS
90};
91
92enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010093 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020094 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050095 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050096 STAC_DELL_S14,
Takashi Iwaib4e81872009-11-18 17:20:24 +010097 STAC_92HD83XXX_HP,
Steven Eastland48315592010-08-06 15:07:35 -060098 STAC_HP_DV7_4000,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020099 STAC_92HD83XXX_MODELS
100};
101
102enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100103 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100104 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100105 STAC_DELL_M4_1,
106 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500107 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400108 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200109 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100110 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100111 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400112 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100113 STAC_92HD71BXX_MODELS
114};
115
116enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100117 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100118 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200119 STAC_M1,
120 STAC_M1_2,
121 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100122 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200123 STAC_M3,
124 STAC_M5,
125 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100126 STAC_925x_MODELS
127};
128
129enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100130 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100131 STAC_D945_REF,
132 STAC_D945GTP3,
133 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200134 STAC_INTEL_MAC_V1,
135 STAC_INTEL_MAC_V2,
136 STAC_INTEL_MAC_V3,
137 STAC_INTEL_MAC_V4,
138 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800139 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
140 * is given, one of the above models will be
141 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200142 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100143 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100144 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100145 STAC_MACBOOK_PRO_V1,
146 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200147 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200148 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300149 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200150 STAC_922X_DELL_D81,
151 STAC_922X_DELL_D82,
152 STAC_922X_DELL_M81,
153 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100154 STAC_922X_MODELS
155};
156
157enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100158 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100159 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100160 STAC_D965_REF,
161 STAC_D965_3ST,
162 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200163 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200164 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100165 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200166 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100167 STAC_927X_MODELS
168};
Matt Porter403d1942005-11-29 15:00:51 +0100169
Takashi Iwai307282c2009-03-12 18:17:58 +0100170enum {
171 STAC_9872_AUTO,
172 STAC_9872_VAIO,
173 STAC_9872_MODELS
174};
175
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400176struct sigmatel_event {
177 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100178 unsigned char type;
179 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400180 int data;
181};
182
183struct sigmatel_jack {
184 hda_nid_t nid;
185 int type;
186 struct snd_jack *jack;
187};
188
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200189struct sigmatel_mic_route {
190 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200191 signed char mux_idx;
192 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200193};
194
Matt2f2f4252005-04-13 14:45:30 +0200195struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100196 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200197 unsigned int num_mixers;
198
Matt Porter403d1942005-11-29 15:00:51 +0100199 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500200 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200201 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100202 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100203 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400204 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100205 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200206 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100207 unsigned int linear_tone_beep:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200208
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100209 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200210 unsigned int eapd_mask;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100211 unsigned int gpio_mask;
212 unsigned int gpio_dir;
213 unsigned int gpio_data;
214 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200215 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100216 unsigned int gpio_led_polarity;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100217
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200218 /* stream */
219 unsigned int stream_delay;
220
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100221 /* analog loopback */
Takashi Iwaid78d7a92009-03-02 14:26:25 +0100222 struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100223 unsigned char aloopback_mask;
224 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200225
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100226 /* power management */
227 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200228 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100229 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100230 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100231
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400232 /* jack detection */
233 struct snd_array jacks;
234
235 /* events */
236 struct snd_array events;
237
Matt2f2f4252005-04-13 14:45:30 +0200238 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100239 struct hda_input_mux *mono_mux;
240 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200241 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100242 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100243 hda_nid_t hp_dacs[5];
244 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200245
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100246 int volume_offset;
247
Matt2f2f4252005-04-13 14:45:30 +0200248 /* capture */
249 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200250 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200251 hda_nid_t *mux_nids;
252 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200253 hda_nid_t *dmic_nids;
254 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100255 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100256 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200257 hda_nid_t *smux_nids;
258 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200259 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200260
261 unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
262 unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
263 unsigned int num_caps; /* number of capture volume/switch elements */
264
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200265 struct sigmatel_mic_route ext_mic;
266 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200267 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200268
Matthew Ranostay65973632008-09-16 10:39:37 -0400269 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200270
Mattdabbed62005-06-14 10:19:34 +0200271 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100272 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200273 hda_nid_t anabeep_nid;
274 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200275
Matt2f2f4252005-04-13 14:45:30 +0200276 /* pin widgets */
277 hda_nid_t *pin_nids;
278 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200279
280 /* codec specific stuff */
281 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100282 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200283
284 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200285 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100286 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200287 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100288 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200289 struct hda_input_mux *sinput_mux;
290 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400291 unsigned int cur_amux;
292 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200293 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200294
Matt Porter403d1942005-11-29 15:00:51 +0100295 /* i/o switches */
296 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200297 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100298 hda_nid_t line_switch; /* shared line-in for input and output */
299 hda_nid_t mic_switch; /* shared mic-in for input and output */
300 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200301 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200302
Mattc7d4b2f2005-06-27 14:59:41 +0200303 struct hda_pcm pcm_rec[2]; /* PCM information */
304
305 /* dynamic controls and input_mux */
306 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200307 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200308 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200309 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200310 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100311 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200312};
313
314static hda_nid_t stac9200_adc_nids[1] = {
315 0x03,
316};
317
318static hda_nid_t stac9200_mux_nids[1] = {
319 0x0c,
320};
321
322static hda_nid_t stac9200_dac_nids[1] = {
323 0x02,
324};
325
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100326static hda_nid_t stac92hd73xx_pwr_nids[8] = {
327 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
328 0x0f, 0x10, 0x11
329};
330
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400331static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
332 0x26, 0,
333};
334
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100335static hda_nid_t stac92hd73xx_adc_nids[2] = {
336 0x1a, 0x1b
337};
338
339#define STAC92HD73XX_NUM_DMICS 2
340static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
341 0x13, 0x14, 0
342};
343
344#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100345
Takashi Iwaie2aec172009-09-02 01:00:05 +0200346static hda_nid_t stac92hd73xx_mux_nids[2] = {
347 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100348};
349
350static hda_nid_t stac92hd73xx_dmux_nids[2] = {
351 0x20, 0x21,
352};
353
Matthew Ranostayd9737752008-09-07 12:03:41 +0200354static hda_nid_t stac92hd73xx_smux_nids[2] = {
355 0x22, 0x23,
356};
357
Takashi Iwai6479c632009-07-28 18:20:25 +0200358#define STAC92HD73XX_NUM_CAPS 2
359static unsigned long stac92hd73xx_capvols[] = {
360 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
361 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
362};
363#define stac92hd73xx_capsws stac92hd73xx_capvols
364
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200365#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200366
Takashi Iwai667067d2009-08-13 18:14:42 +0200367static hda_nid_t stac92hd83xxx_mux_nids[2] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200368 0x17, 0x18,
369};
370
371static hda_nid_t stac92hd83xxx_adc_nids[2] = {
372 0x15, 0x16,
373};
374
375static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
376 0xa, 0xb, 0xd, 0xe,
377};
378
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400379static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
380 0x1e, 0,
381};
382
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200383static unsigned int stac92hd83xxx_pwr_mapping[4] = {
Matthew Ranostay87e88a72009-01-22 20:38:42 -0500384 0x03, 0x0c, 0x20, 0x40,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200385};
386
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200387#define STAC92HD83XXX_NUM_DMICS 2
388static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
389 0x11, 0x20, 0
390};
391
David Henningsson89feca12010-10-13 15:48:24 +0200392#define STAC92HD87B_NUM_DMICS 1
393static hda_nid_t stac92hd87b_dmic_nids[STAC92HD87B_NUM_DMICS + 1] = {
394 0x11, 0
395};
396
Takashi Iwai6479c632009-07-28 18:20:25 +0200397#define STAC92HD83XXX_NUM_CAPS 2
398static unsigned long stac92hd83xxx_capvols[] = {
399 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_OUTPUT),
400 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_OUTPUT),
401};
402#define stac92hd83xxx_capsws stac92hd83xxx_capvols
403
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100404static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
405 0x0a, 0x0d, 0x0f
406};
407
Matthew Ranostaye035b842007-11-06 11:53:55 +0100408static hda_nid_t stac92hd71bxx_adc_nids[2] = {
409 0x12, 0x13,
410};
411
412static hda_nid_t stac92hd71bxx_mux_nids[2] = {
413 0x1a, 0x1b
414};
415
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400416static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
417 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100418};
419
Matthew Ranostayd9737752008-09-07 12:03:41 +0200420static hda_nid_t stac92hd71bxx_smux_nids[2] = {
421 0x24, 0x25,
422};
423
Matthew Ranostaye035b842007-11-06 11:53:55 +0100424#define STAC92HD71BXX_NUM_DMICS 2
425static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
426 0x18, 0x19, 0
427};
428
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400429static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
430 0x22, 0
431};
432
Takashi Iwai6479c632009-07-28 18:20:25 +0200433#define STAC92HD71BXX_NUM_CAPS 2
434static unsigned long stac92hd71bxx_capvols[] = {
435 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
436 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
437};
438#define stac92hd71bxx_capsws stac92hd71bxx_capvols
439
Tobin Davis8e21c342007-01-08 11:04:17 +0100440static hda_nid_t stac925x_adc_nids[1] = {
441 0x03,
442};
443
444static hda_nid_t stac925x_mux_nids[1] = {
445 0x0f,
446};
447
448static hda_nid_t stac925x_dac_nids[1] = {
449 0x02,
450};
451
Takashi Iwaif6e98522007-10-16 14:27:04 +0200452#define STAC925X_NUM_DMICS 1
453static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
454 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200455};
456
Takashi Iwai1697055e2007-12-18 18:05:52 +0100457static hda_nid_t stac925x_dmux_nids[1] = {
458 0x14,
459};
460
Takashi Iwai6479c632009-07-28 18:20:25 +0200461static unsigned long stac925x_capvols[] = {
462 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
463};
464static unsigned long stac925x_capsws[] = {
465 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
466};
467
Matt2f2f4252005-04-13 14:45:30 +0200468static hda_nid_t stac922x_adc_nids[2] = {
469 0x06, 0x07,
470};
471
472static hda_nid_t stac922x_mux_nids[2] = {
473 0x12, 0x13,
474};
475
Takashi Iwai6479c632009-07-28 18:20:25 +0200476#define STAC922X_NUM_CAPS 2
477static unsigned long stac922x_capvols[] = {
478 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
479 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
480};
481#define stac922x_capsws stac922x_capvols
482
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500483static hda_nid_t stac927x_slave_dig_outs[2] = {
484 0x1f, 0,
485};
486
Matt Porter3cc08dc2006-01-23 15:27:49 +0100487static hda_nid_t stac927x_adc_nids[3] = {
488 0x07, 0x08, 0x09
489};
490
491static hda_nid_t stac927x_mux_nids[3] = {
492 0x15, 0x16, 0x17
493};
494
Matthew Ranostayd9737752008-09-07 12:03:41 +0200495static hda_nid_t stac927x_smux_nids[1] = {
496 0x21,
497};
498
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100499static hda_nid_t stac927x_dac_nids[6] = {
500 0x02, 0x03, 0x04, 0x05, 0x06, 0
501};
502
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100503static hda_nid_t stac927x_dmux_nids[1] = {
504 0x1b,
505};
506
Matthew Ranostay7f168592007-10-18 17:38:17 +0200507#define STAC927X_NUM_DMICS 2
508static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
509 0x13, 0x14, 0
510};
511
Takashi Iwai6479c632009-07-28 18:20:25 +0200512#define STAC927X_NUM_CAPS 3
513static unsigned long stac927x_capvols[] = {
514 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
515 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
516 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
517};
518static unsigned long stac927x_capsws[] = {
519 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
520 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
521 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
522};
523
Matthew Ranostay65973632008-09-16 10:39:37 -0400524static const char *stac927x_spdif_labels[5] = {
525 "Digital Playback", "ADAT", "Analog Mux 1",
526 "Analog Mux 2", "Analog Mux 3"
527};
528
Matt Porterf3302a52006-07-31 12:49:34 +0200529static hda_nid_t stac9205_adc_nids[2] = {
530 0x12, 0x13
531};
532
533static hda_nid_t stac9205_mux_nids[2] = {
534 0x19, 0x1a
535};
536
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100537static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100538 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100539};
540
Matthew Ranostayd9737752008-09-07 12:03:41 +0200541static hda_nid_t stac9205_smux_nids[1] = {
542 0x21,
543};
544
Takashi Iwaif6e98522007-10-16 14:27:04 +0200545#define STAC9205_NUM_DMICS 2
546static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
547 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200548};
549
Takashi Iwai6479c632009-07-28 18:20:25 +0200550#define STAC9205_NUM_CAPS 2
551static unsigned long stac9205_capvols[] = {
552 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
553 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
554};
555static unsigned long stac9205_capsws[] = {
556 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
557 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
558};
559
Mattc7d4b2f2005-06-27 14:59:41 +0200560static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200561 0x08, 0x09, 0x0d, 0x0e,
562 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200563};
564
Tobin Davis8e21c342007-01-08 11:04:17 +0100565static hda_nid_t stac925x_pin_nids[8] = {
566 0x07, 0x08, 0x0a, 0x0b,
567 0x0c, 0x0d, 0x10, 0x11,
568};
569
Matt2f2f4252005-04-13 14:45:30 +0200570static hda_nid_t stac922x_pin_nids[10] = {
571 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
572 0x0f, 0x10, 0x11, 0x15, 0x1b,
573};
574
Matthew Ranostaya7662642008-02-21 07:51:14 +0100575static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100576 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
577 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200578 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100579};
580
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500581static hda_nid_t stac92hd83xxx_pin_nids[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200582 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500583 0x0f, 0x10, 0x11, 0x1f, 0x20,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200584};
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500585
Charles Chin36706002010-01-29 12:05:51 +0100586static hda_nid_t stac92hd88xxx_pin_nids[10] = {
587 0x0a, 0x0b, 0x0c, 0x0d,
588 0x0f, 0x11, 0x1f, 0x20,
589};
590
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500591#define STAC92HD71BXX_NUM_PINS 13
592static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
593 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
594 0x00, 0x14, 0x18, 0x19, 0x1e,
595 0x1f, 0x20, 0x27
596};
597static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100598 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
599 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500600 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100601};
602
Matt Porter3cc08dc2006-01-23 15:27:49 +0100603static hda_nid_t stac927x_pin_nids[14] = {
604 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
605 0x0f, 0x10, 0x11, 0x12, 0x13,
606 0x14, 0x21, 0x22, 0x23,
607};
608
Matt Porterf3302a52006-07-31 12:49:34 +0200609static hda_nid_t stac9205_pin_nids[12] = {
610 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
611 0x0f, 0x14, 0x16, 0x17, 0x18,
612 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200613};
614
Matt Porter8b657272006-10-26 17:12:59 +0200615static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
616 struct snd_ctl_elem_info *uinfo)
617{
618 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
619 struct sigmatel_spec *spec = codec->spec;
620 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
621}
622
623static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
624 struct snd_ctl_elem_value *ucontrol)
625{
626 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
627 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100628 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200629
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100630 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200631 return 0;
632}
633
634static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
635 struct snd_ctl_elem_value *ucontrol)
636{
637 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
638 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100639 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200640
641 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100642 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200643}
644
Matthew Ranostayd9737752008-09-07 12:03:41 +0200645static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
646 struct snd_ctl_elem_info *uinfo)
647{
648 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
649 struct sigmatel_spec *spec = codec->spec;
650 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
651}
652
653static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
654 struct snd_ctl_elem_value *ucontrol)
655{
656 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
657 struct sigmatel_spec *spec = codec->spec;
658 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
659
660 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
661 return 0;
662}
663
664static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
665 struct snd_ctl_elem_value *ucontrol)
666{
667 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
668 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400669 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200670 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400671 int err, val;
672 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200673
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400674 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200675 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400676 if (err < 0)
677 return err;
678
679 if (spec->spdif_mute) {
680 if (smux_idx == 0)
681 nid = spec->multiout.dig_out_nid;
682 else
683 nid = codec->slave_dig_outs[smux_idx - 1];
684 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100685 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400686 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100687 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400688 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100689 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
690 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400691 }
692 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200693}
694
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200695static unsigned int stac92xx_vref_set(struct hda_codec *codec,
696 hda_nid_t nid, unsigned int new_vref)
697{
Takashi Iwaib8621512009-06-22 08:00:10 +0200698 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200699 unsigned int pincfg;
700 pincfg = snd_hda_codec_read(codec, nid, 0,
701 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
702
703 pincfg &= 0xff;
704 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
705 pincfg |= new_vref;
706
707 if (new_vref == AC_PINCTL_VREF_HIZ)
708 pincfg |= AC_PINCTL_OUT_EN;
709 else
710 pincfg |= AC_PINCTL_IN_EN;
711
712 error = snd_hda_codec_write_cache(codec, nid, 0,
713 AC_VERB_SET_PIN_WIDGET_CONTROL, pincfg);
714 if (error < 0)
715 return error;
716 else
717 return 1;
718}
719
720static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
721{
722 unsigned int vref;
723 vref = snd_hda_codec_read(codec, nid, 0,
724 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
725 vref &= AC_PINCTL_VREFEN;
726 return vref;
727}
728
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100729static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200730{
731 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
732 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200733 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200734}
735
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100736static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200737{
738 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
739 struct sigmatel_spec *spec = codec->spec;
740 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
741
742 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
743 return 0;
744}
745
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100746static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200747{
748 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
749 struct sigmatel_spec *spec = codec->spec;
750 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200751 const struct hda_input_mux *imux = spec->input_mux;
752 unsigned int idx, prev_idx;
Matt2f2f4252005-04-13 14:45:30 +0200753
Takashi Iwai5207e102009-07-30 13:09:08 +0200754 idx = ucontrol->value.enumerated.item[0];
755 if (idx >= imux->num_items)
756 idx = imux->num_items - 1;
757 prev_idx = spec->cur_mux[adc_idx];
758 if (prev_idx == idx)
759 return 0;
760 if (idx < spec->num_analog_muxes) {
761 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
762 AC_VERB_SET_CONNECT_SEL,
763 imux->items[idx].index);
764 if (prev_idx >= spec->num_analog_muxes) {
765 imux = spec->dinput_mux;
766 /* 0 = analog */
767 snd_hda_codec_write_cache(codec,
768 spec->dmux_nids[adc_idx], 0,
769 AC_VERB_SET_CONNECT_SEL,
770 imux->items[0].index);
771 }
772 } else {
773 imux = spec->dinput_mux;
774 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
775 AC_VERB_SET_CONNECT_SEL,
776 imux->items[idx - 1].index);
777 }
778 spec->cur_mux[adc_idx] = idx;
779 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200780}
781
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100782static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
783 struct snd_ctl_elem_info *uinfo)
784{
785 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
786 struct sigmatel_spec *spec = codec->spec;
787 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
788}
789
790static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
791 struct snd_ctl_elem_value *ucontrol)
792{
793 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
794 struct sigmatel_spec *spec = codec->spec;
795
796 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
797 return 0;
798}
799
800static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
801 struct snd_ctl_elem_value *ucontrol)
802{
803 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
804 struct sigmatel_spec *spec = codec->spec;
805
806 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
807 spec->mono_nid, &spec->cur_mmux);
808}
809
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200810#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
811
812static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
813 struct snd_ctl_elem_value *ucontrol)
814{
815 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100816 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200817 struct sigmatel_spec *spec = codec->spec;
818
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100819 ucontrol->value.integer.value[0] = !!(spec->aloopback &
820 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200821 return 0;
822}
823
824static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
825 struct snd_ctl_elem_value *ucontrol)
826{
827 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
828 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200830 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100831 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200832
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100833 idx_val = spec->aloopback_mask << idx;
834 if (ucontrol->value.integer.value[0])
835 val = spec->aloopback | idx_val;
836 else
837 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100838 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200839 return 0;
840
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100841 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200842
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100843 /* Only return the bits defined by the shift value of the
844 * first two bytes of the mask
845 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200846 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100847 kcontrol->private_value & 0xFFFF, 0x0);
848 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200849
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100850 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200851 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100852 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200853 } else {
854 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100855 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200856 }
857
858 snd_hda_codec_write_cache(codec, codec->afg, 0,
859 kcontrol->private_value >> 16, dac_mode);
860
861 return 1;
862}
863
Mattc7d4b2f2005-06-27 14:59:41 +0200864static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200865 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200866 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200867 {}
868};
869
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200870static struct hda_verb stac9200_eapd_init[] = {
871 /* set dac0mux for dac converter */
872 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
873 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
874 {}
875};
876
Matthew Ranostayd654a662008-03-14 08:46:51 +0100877static struct hda_verb dell_eq_core_init[] = {
878 /* set master volume to max value without distortion
879 * and direct control */
880 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100881 {}
882};
883
Takashi Iwaie2aec172009-09-02 01:00:05 +0200884static struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100885 /* set master volume and direct control */
886 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100887 {}
888};
889
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200890static struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200891 /* power state controls amps */
892 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200893 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200894};
895
Matthew Ranostaye035b842007-11-06 11:53:55 +0100896static struct hda_verb stac92hd71bxx_core_init[] = {
897 /* set master volume and direct control */
898 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200899 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100900};
901
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500902static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
903 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
904 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100905 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
906 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100907 {}
908};
909
Tobin Davis8e21c342007-01-08 11:04:17 +0100910static struct hda_verb stac925x_core_init[] = {
911 /* set dac0mux for dac converter */
912 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100913 /* mute the master volume */
914 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100915 {}
916};
917
Mattc7d4b2f2005-06-27 14:59:41 +0200918static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200919 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200920 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200921 {}
922};
923
Tobin Davis93ed1502006-09-01 21:03:12 +0200924static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200925 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200926 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200927 /* unmute node 0x1b */
928 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
929 /* select node 0x03 as DAC */
930 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
931 {}
932};
933
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200934static struct hda_verb dell_3st_core_init[] = {
935 /* don't set delta bit */
936 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
937 /* unmute node 0x1b */
938 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
939 /* select node 0x03 as DAC */
940 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
941 {}
942};
943
Matt Porter3cc08dc2006-01-23 15:27:49 +0100944static struct hda_verb stac927x_core_init[] = {
945 /* set master volume and direct control */
946 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200947 /* enable analog pc beep path */
948 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100949 {}
950};
951
Takashi Iwai54930532009-10-11 17:38:29 +0200952static struct hda_verb stac927x_volknob_core_init[] = {
953 /* don't set delta bit */
954 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
955 /* enable analog pc beep path */
956 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
957 {}
958};
959
Matt Porterf3302a52006-07-31 12:49:34 +0200960static struct hda_verb stac9205_core_init[] = {
961 /* set master volume and direct control */
962 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200963 /* enable analog pc beep path */
964 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200965 {}
966};
967
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100968#define STAC_MONO_MUX \
969 { \
970 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
971 .name = "Mono Mux", \
972 .count = 1, \
973 .info = stac92xx_mono_mux_enum_info, \
974 .get = stac92xx_mono_mux_enum_get, \
975 .put = stac92xx_mono_mux_enum_put, \
976 }
977
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100978#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200979 { \
980 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
981 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100982 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200983 .info = stac92xx_aloopback_info, \
984 .get = stac92xx_aloopback_get, \
985 .put = stac92xx_aloopback_put, \
986 .private_value = verb_read | (verb_write << 16), \
987 }
988
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200989#define DC_BIAS(xname, idx, nid) \
990 { \
991 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
992 .name = xname, \
993 .index = idx, \
994 .info = stac92xx_dc_bias_info, \
995 .get = stac92xx_dc_bias_get, \
996 .put = stac92xx_dc_bias_put, \
997 .private_value = nid, \
998 }
999
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01001000static struct snd_kcontrol_new stac9200_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001001 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001002 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001003 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1004 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001005 { } /* end */
1006};
1007
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001008static struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
1009 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1010 {}
1011};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001012
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001013static struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
1014 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1015 {}
1016};
1017
1018static struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
1019 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1020 {}
1021};
1022
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001023
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001024static struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1025 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1026};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001027
Tobin Davis8e21c342007-01-08 11:04:17 +01001028static struct snd_kcontrol_new stac925x_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001029 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xe, 0, HDA_OUTPUT),
Takashi Iwaic9280d62009-01-15 17:31:00 +01001030 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001031 { } /* end */
1032};
1033
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001034static struct snd_kcontrol_new stac9205_loopback[] = {
1035 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1036 {}
1037};
1038
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001039static struct snd_kcontrol_new stac927x_loopback[] = {
1040 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1041 {}
1042};
1043
Takashi Iwai1697055e2007-12-18 18:05:52 +01001044static struct snd_kcontrol_new stac_dmux_mixer = {
1045 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1046 .name = "Digital Input Source",
1047 /* count set later */
1048 .info = stac92xx_dmux_enum_info,
1049 .get = stac92xx_dmux_enum_get,
1050 .put = stac92xx_dmux_enum_put,
1051};
1052
Matthew Ranostayd9737752008-09-07 12:03:41 +02001053static struct snd_kcontrol_new stac_smux_mixer = {
1054 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001055 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001056 /* count set later */
1057 .info = stac92xx_smux_enum_info,
1058 .get = stac92xx_smux_enum_get,
1059 .put = stac92xx_smux_enum_put,
1060};
1061
Takashi Iwai2134ea42008-01-10 16:53:55 +01001062static const char *slave_vols[] = {
1063 "Front Playback Volume",
1064 "Surround Playback Volume",
1065 "Center Playback Volume",
1066 "LFE Playback Volume",
1067 "Side Playback Volume",
1068 "Headphone Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001069 "Speaker Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001070 NULL
1071};
1072
1073static const char *slave_sws[] = {
1074 "Front Playback Switch",
1075 "Surround Playback Switch",
1076 "Center Playback Switch",
1077 "LFE Playback Switch",
1078 "Side Playback Switch",
1079 "Headphone Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001080 "Speaker Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001081 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001082 NULL
1083};
1084
Takashi Iwai603c4012008-07-30 15:01:44 +02001085static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001086static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001087
Matt2f2f4252005-04-13 14:45:30 +02001088static int stac92xx_build_controls(struct hda_codec *codec)
1089{
1090 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001091 struct auto_pin_cfg *cfg = &spec->autocfg;
1092 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001093 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001094 int i;
Matt2f2f4252005-04-13 14:45:30 +02001095
Takashi Iwai6479c632009-07-28 18:20:25 +02001096 if (spec->mixer) {
1097 err = snd_hda_add_new_ctls(codec, spec->mixer);
1098 if (err < 0)
1099 return err;
1100 }
Mattc7d4b2f2005-06-27 14:59:41 +02001101
1102 for (i = 0; i < spec->num_mixers; i++) {
1103 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1104 if (err < 0)
1105 return err;
1106 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001107 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1108 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001109 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001110 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001111 snd_ctl_new1(&stac_dmux_mixer, codec));
1112 if (err < 0)
1113 return err;
1114 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001115 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001116 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1117 struct hda_input_mux *smux = &spec->private_smux;
1118 /* check for mute support on SPDIF out */
1119 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001120 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001121 spec->spdif_mute = 1;
1122 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001123 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001124 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001125 snd_ctl_new1(&stac_smux_mixer, codec));
1126 if (err < 0)
1127 return err;
1128 }
Mattc7d4b2f2005-06-27 14:59:41 +02001129
Mattdabbed62005-06-14 10:19:34 +02001130 if (spec->multiout.dig_out_nid) {
1131 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1132 if (err < 0)
1133 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001134 err = snd_hda_create_spdif_share_sw(codec,
1135 &spec->multiout);
1136 if (err < 0)
1137 return err;
1138 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001139 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001140 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001141 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1142 if (err < 0)
1143 return err;
1144 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001145
1146 /* if we have no master control, let's create it */
1147 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001148 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001149 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001150 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai7c7767e2009-01-20 15:28:38 +01001151 /* correct volume offset */
1152 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001153 /* minimum value is actually mute */
Clemens Ladischa74ccea2010-10-22 15:52:34 +02001154 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001155 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001156 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001157 if (err < 0)
1158 return err;
1159 }
1160 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1161 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1162 NULL, slave_sws);
1163 if (err < 0)
1164 return err;
1165 }
1166
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001167 if (spec->aloopback_ctl &&
1168 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1169 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1170 if (err < 0)
1171 return err;
1172 }
1173
Takashi Iwai603c4012008-07-30 15:01:44 +02001174 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001175
1176 /* create jack input elements */
1177 if (spec->hp_detect) {
1178 for (i = 0; i < cfg->hp_outs; i++) {
1179 int type = SND_JACK_HEADPHONE;
1180 nid = cfg->hp_pins[i];
1181 /* jack detection */
1182 if (cfg->hp_outs == i)
1183 type |= SND_JACK_LINEOUT;
1184 err = stac92xx_add_jack(codec, nid, type);
1185 if (err < 0)
1186 return err;
1187 }
1188 }
1189 for (i = 0; i < cfg->line_outs; i++) {
1190 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1191 SND_JACK_LINEOUT);
1192 if (err < 0)
1193 return err;
1194 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02001195 for (i = 0; i < cfg->num_inputs; i++) {
1196 nid = cfg->inputs[i].pin;
1197 err = stac92xx_add_jack(codec, nid, SND_JACK_MICROPHONE);
1198 if (err < 0)
1199 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001200 }
1201
Mattdabbed62005-06-14 10:19:34 +02001202 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001203}
1204
Matt Porter403d1942005-11-29 15:00:51 +01001205static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001206 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001207 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1208};
1209
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001210static unsigned int gateway9200_m4_pin_configs[8] = {
1211 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1212 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1213};
1214static unsigned int gateway9200_m4_2_pin_configs[8] = {
1215 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1216 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1217};
1218
1219/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001220 STAC 9200 pin configs for
1221 102801A8
1222 102801DE
1223 102801E8
1224*/
1225static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001226 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1227 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001228};
1229
1230/*
1231 STAC 9200 pin configs for
1232 102801C0
1233 102801C1
1234*/
1235static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001236 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1237 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001238};
1239
1240/*
1241 STAC 9200 pin configs for
1242 102801C4 (Dell Dimension E310)
1243 102801C5
1244 102801C7
1245 102801D9
1246 102801DA
1247 102801E3
1248*/
1249static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001250 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1251 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001252};
1253
1254
1255/*
1256 STAC 9200-32 pin configs for
1257 102801B5 (Dell Inspiron 630m)
1258 102801D8 (Dell Inspiron 640m)
1259*/
1260static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001261 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1262 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001263};
1264
1265/*
1266 STAC 9200-32 pin configs for
1267 102801C2 (Dell Latitude D620)
1268 102801C8
1269 102801CC (Dell Latitude D820)
1270 102801D4
1271 102801D6
1272*/
1273static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001274 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1275 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001276};
1277
1278/*
1279 STAC 9200-32 pin configs for
1280 102801CE (Dell XPS M1710)
1281 102801CF (Dell Precision M90)
1282*/
1283static unsigned int dell9200_m23_pin_configs[8] = {
1284 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1285 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1286};
1287
1288/*
1289 STAC 9200-32 pin configs for
1290 102801C9
1291 102801CA
1292 102801CB (Dell Latitude 120L)
1293 102801D3
1294*/
1295static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001296 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1297 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001298};
1299
1300/*
1301 STAC 9200-32 pin configs for
1302 102801BD (Dell Inspiron E1505n)
1303 102801EE
1304 102801EF
1305*/
1306static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001307 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1308 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001309};
1310
1311/*
1312 STAC 9200-32 pin configs for
1313 102801F5 (Dell Inspiron 1501)
1314 102801F6
1315*/
1316static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001317 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1318 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001319};
1320
1321/*
1322 STAC 9200-32
1323 102801CD (Dell Inspiron E1705/9400)
1324*/
1325static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001326 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1327 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001328};
1329
Tobin Davisbf277782008-02-03 20:31:47 +01001330static unsigned int oqo9200_pin_configs[8] = {
1331 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1332 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1333};
1334
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001335
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001336static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1337 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001338 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001339 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1340 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1341 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1342 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1343 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1344 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1345 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1346 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1347 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1348 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001349 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1350 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001351 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001352};
1353
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001354static const char *stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001355 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001356 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001357 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001358 [STAC_9200_DELL_D21] = "dell-d21",
1359 [STAC_9200_DELL_D22] = "dell-d22",
1360 [STAC_9200_DELL_D23] = "dell-d23",
1361 [STAC_9200_DELL_M21] = "dell-m21",
1362 [STAC_9200_DELL_M22] = "dell-m22",
1363 [STAC_9200_DELL_M23] = "dell-m23",
1364 [STAC_9200_DELL_M24] = "dell-m24",
1365 [STAC_9200_DELL_M25] = "dell-m25",
1366 [STAC_9200_DELL_M26] = "dell-m26",
1367 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001368 [STAC_9200_M4] = "gateway-m4",
1369 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001370 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001371};
1372
1373static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1374 /* SigmaTel reference board */
1375 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1376 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001377 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1378 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001379 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001380 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1381 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001383 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1385 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1387 "unknown Dell", STAC_9200_DELL_D22),
1388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1389 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001390 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001391 "Dell Latitude D620", STAC_9200_DELL_M22),
1392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1393 "unknown Dell", STAC_9200_DELL_D23),
1394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1395 "unknown Dell", STAC_9200_DELL_D23),
1396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1397 "unknown Dell", STAC_9200_DELL_M22),
1398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1399 "unknown Dell", STAC_9200_DELL_M24),
1400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1401 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001405 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001407 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001409 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001411 "Dell Precision M90", STAC_9200_DELL_M23),
1412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1413 "unknown Dell", STAC_9200_DELL_M22),
1414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1415 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001417 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001419 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1421 "unknown Dell", STAC_9200_DELL_D23),
1422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1423 "unknown Dell", STAC_9200_DELL_D23),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1425 "unknown Dell", STAC_9200_DELL_D21),
1426 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1427 "unknown Dell", STAC_9200_DELL_D23),
1428 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1429 "unknown Dell", STAC_9200_DELL_D21),
1430 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1431 "unknown Dell", STAC_9200_DELL_M25),
1432 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1433 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001434 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001435 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1436 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1437 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001438 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001439 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001440 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001441 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1442 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1443 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001444 /* OQO Mobile */
1445 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001446 {} /* terminator */
1447};
1448
Tobin Davis8e21c342007-01-08 11:04:17 +01001449static unsigned int ref925x_pin_configs[8] = {
1450 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001451 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001452};
1453
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001454static unsigned int stac925xM1_pin_configs[8] = {
1455 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1456 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001457};
1458
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001459static unsigned int stac925xM1_2_pin_configs[8] = {
1460 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1461 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1462};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001463
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001464static unsigned int stac925xM2_pin_configs[8] = {
1465 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1466 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001467};
1468
Tobin Davis8e21c342007-01-08 11:04:17 +01001469static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001470 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1471 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1472};
1473
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001474static unsigned int stac925xM3_pin_configs[8] = {
1475 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1476 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1477};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001478
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001479static unsigned int stac925xM5_pin_configs[8] = {
1480 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1481 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1482};
1483
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001484static unsigned int stac925xM6_pin_configs[8] = {
1485 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1486 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001487};
1488
1489static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1490 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001491 [STAC_M1] = stac925xM1_pin_configs,
1492 [STAC_M1_2] = stac925xM1_2_pin_configs,
1493 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001494 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001495 [STAC_M3] = stac925xM3_pin_configs,
1496 [STAC_M5] = stac925xM5_pin_configs,
1497 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001498};
1499
1500static const char *stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001501 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001502 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001503 [STAC_M1] = "m1",
1504 [STAC_M1_2] = "m1-2",
1505 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001506 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001507 [STAC_M3] = "m3",
1508 [STAC_M5] = "m5",
1509 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001510};
1511
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001512static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001513 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1514 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1515 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1516 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001517 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001518 /* Not sure about the brand name for those */
1519 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1520 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1521 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1522 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001523 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001524};
1525
1526static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1527 /* SigmaTel reference board */
1528 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001529 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001530 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001531
1532 /* Default table for unknown ID */
1533 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1534
Tobin Davis8e21c342007-01-08 11:04:17 +01001535 {} /* terminator */
1536};
1537
Matthew Ranostaya7662642008-02-21 07:51:14 +01001538static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001539 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1540 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1541 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001542 0x01452050,
1543};
1544
1545static unsigned int dell_m6_pin_configs[13] = {
1546 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001547 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001548 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1549 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001550};
1551
Takashi Iwai842ae632009-09-02 07:43:08 +02001552static unsigned int alienware_m17x_pin_configs[13] = {
1553 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1554 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1555 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1556 0x904601b0,
1557};
1558
Wu Fengguang4d26f442010-05-07 08:47:54 +08001559static unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001560 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001561 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001562};
1563
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001564static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001565 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001566 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1567 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1568 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001569 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001570 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001571 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001572};
1573
1574static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001575 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001576 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001577 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001578 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001579 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1580 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1581 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001582 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001583 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001584};
1585
1586static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1587 /* SigmaTel reference board */
1588 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001589 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1591 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001592 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1593 "Intel DG45ID", STAC_92HD73XX_INTEL),
1594 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1595 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001597 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001599 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001601 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001603 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001605 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001607 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001609 "unknown Dell", STAC_DELL_M6_DMIC),
1610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1611 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001613 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001614 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1615 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1617 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001618 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1619 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001620 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1621 "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
1623 "Dell Studio 1558", STAC_DELL_M6_BOTH),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001624 {} /* terminator */
1625};
1626
Takashi Iwai842ae632009-09-02 07:43:08 +02001627static struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
1628 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1629 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001630 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1631 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwai842ae632009-09-02 07:43:08 +02001632 {} /* terminator */
1633};
1634
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001635static unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001636 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1637 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001638 0x01451160, 0x98560170,
1639};
1640
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001641static unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001642 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1643 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001644 0x40f000f0, 0x40f000f0,
1645};
1646
Steven Eastland48315592010-08-06 15:07:35 -06001647static unsigned int hp_dv7_4000_pin_configs[10] = {
1648 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1649 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1650 0x40f000f0, 0x40f000f0,
1651};
1652
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001653static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1654 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001655 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001656 [STAC_DELL_S14] = dell_s14_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001657 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001658};
1659
1660static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001661 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001662 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001663 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001664 [STAC_DELL_S14] = "dell-s14",
Takashi Iwaib4e81872009-11-18 17:20:24 +01001665 [STAC_92HD83XXX_HP] = "hp",
Steven Eastland48315592010-08-06 15:07:35 -06001666 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001667};
1668
1669static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1670 /* SigmaTel reference board */
1671 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001672 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001673 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1674 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001675 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1676 "unknown Dell", STAC_DELL_S14),
Takashi Iwaib4e81872009-11-18 17:20:24 +01001677 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600,
1678 "HP", STAC_92HD83XXX_HP),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001679 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001680};
1681
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001682static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001683 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001684 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001685 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1686 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001687};
1688
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001689static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001690 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001691 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001692 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1693 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001694};
1695
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001696static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001697 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1698 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001699 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1700 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001701};
1702
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001703static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001704 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1705 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001706 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1707 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001708};
1709
Matthew Ranostaye035b842007-11-06 11:53:55 +01001710static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1711 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001712 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1713 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001714 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001715 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001716 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001717 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001718 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001719 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001720};
1721
1722static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001723 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001724 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001725 [STAC_DELL_M4_1] = "dell-m4-1",
1726 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001727 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001728 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001729 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001730 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001731 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001732 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001733};
1734
1735static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1736 /* SigmaTel reference board */
1737 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1738 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001739 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1740 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001741 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1742 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001743 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1744 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001745 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1746 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001747 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001748 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001749 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1750 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001751 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1752 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001753 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001754 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001755 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001756 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001757 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1758 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301759 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1760 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001761 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1762 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001763 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1764 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001765 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1766 "unknown Dell", STAC_DELL_M4_1),
1767 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1768 "unknown Dell", STAC_DELL_M4_1),
1769 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1770 "unknown Dell", STAC_DELL_M4_1),
1771 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1772 "unknown Dell", STAC_DELL_M4_1),
1773 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1774 "unknown Dell", STAC_DELL_M4_1),
1775 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1776 "unknown Dell", STAC_DELL_M4_1),
1777 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1778 "unknown Dell", STAC_DELL_M4_1),
1779 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1780 "unknown Dell", STAC_DELL_M4_2),
1781 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1782 "unknown Dell", STAC_DELL_M4_2),
1783 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1784 "unknown Dell", STAC_DELL_M4_2),
1785 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1786 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001787 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1788 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001789 {} /* terminator */
1790};
1791
Matt Porter403d1942005-11-29 15:00:51 +01001792static unsigned int ref922x_pin_configs[10] = {
1793 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1794 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001795 0x40000100, 0x40000100,
1796};
1797
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001798/*
1799 STAC 922X pin configs for
1800 102801A7
1801 102801AB
1802 102801A9
1803 102801D1
1804 102801D2
1805*/
1806static unsigned int dell_922x_d81_pin_configs[10] = {
1807 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1808 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1809 0x01813122, 0x400001f2,
1810};
1811
1812/*
1813 STAC 922X pin configs for
1814 102801AC
1815 102801D0
1816*/
1817static unsigned int dell_922x_d82_pin_configs[10] = {
1818 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1819 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1820 0x01813122, 0x400001f1,
1821};
1822
1823/*
1824 STAC 922X pin configs for
1825 102801BF
1826*/
1827static unsigned int dell_922x_m81_pin_configs[10] = {
1828 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1829 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1830 0x40C003f1, 0x405003f0,
1831};
1832
1833/*
1834 STAC 9221 A1 pin configs for
1835 102801D7 (Dell XPS M1210)
1836*/
1837static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001838 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1839 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001840 0x508003f3, 0x405003f4,
1841};
1842
Matt Porter403d1942005-11-29 15:00:51 +01001843static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001844 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001845 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1846 0x02a19120, 0x40000100,
1847};
1848
1849static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001850 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1851 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001852 0x02a19320, 0x40000100,
1853};
1854
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001855static unsigned int intel_mac_v1_pin_configs[10] = {
1856 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1857 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001858 0x400000fc, 0x400000fb,
1859};
1860
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001861static unsigned int intel_mac_v2_pin_configs[10] = {
1862 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1863 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001864 0x400000fc, 0x400000fb,
1865};
1866
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001867static unsigned int intel_mac_v3_pin_configs[10] = {
1868 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1869 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1870 0x400000fc, 0x400000fb,
1871};
1872
1873static unsigned int intel_mac_v4_pin_configs[10] = {
1874 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1875 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1876 0x400000fc, 0x400000fb,
1877};
1878
1879static unsigned int intel_mac_v5_pin_configs[10] = {
1880 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1881 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1882 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001883};
1884
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001885static unsigned int ecs202_pin_configs[10] = {
1886 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1887 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1888 0x9037012e, 0x40e000f2,
1889};
Takashi Iwai76c08822007-06-19 12:17:42 +02001890
Takashi Iwai19039bd2006-06-28 15:52:16 +02001891static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001892 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001893 [STAC_D945GTP3] = d945gtp3_pin_configs,
1894 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001895 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1896 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1897 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1898 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1899 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001900 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001901 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001902 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1903 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1904 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1905 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1906 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1907 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001908 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001909 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1910 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1911 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1912 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001913};
1914
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001915static const char *stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001916 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001917 [STAC_D945_REF] = "ref",
1918 [STAC_D945GTP5] = "5stack",
1919 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001920 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1921 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1922 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1923 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1924 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001925 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001926 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001927 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001928 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001929 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1930 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001931 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001932 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001933 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001934 [STAC_922X_DELL_D81] = "dell-d81",
1935 [STAC_922X_DELL_D82] = "dell-d82",
1936 [STAC_922X_DELL_M81] = "dell-m81",
1937 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001938};
1939
1940static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1941 /* SigmaTel reference board */
1942 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1943 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001944 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1945 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001946 /* Intel 945G based systems */
1947 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1948 "Intel D945G", STAC_D945GTP3),
1949 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1950 "Intel D945G", STAC_D945GTP3),
1951 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1952 "Intel D945G", STAC_D945GTP3),
1953 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1954 "Intel D945G", STAC_D945GTP3),
1955 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1956 "Intel D945G", STAC_D945GTP3),
1957 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1958 "Intel D945G", STAC_D945GTP3),
1959 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1960 "Intel D945G", STAC_D945GTP3),
1961 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1962 "Intel D945G", STAC_D945GTP3),
1963 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1964 "Intel D945G", STAC_D945GTP3),
1965 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1966 "Intel D945G", STAC_D945GTP3),
1967 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1968 "Intel D945G", STAC_D945GTP3),
1969 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1970 "Intel D945G", STAC_D945GTP3),
1971 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1972 "Intel D945G", STAC_D945GTP3),
1973 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1974 "Intel D945G", STAC_D945GTP3),
1975 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1976 "Intel D945G", STAC_D945GTP3),
1977 /* Intel D945G 5-stack systems */
1978 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1979 "Intel D945G", STAC_D945GTP5),
1980 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1981 "Intel D945G", STAC_D945GTP5),
1982 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1983 "Intel D945G", STAC_D945GTP5),
1984 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1985 "Intel D945G", STAC_D945GTP5),
1986 /* Intel 945P based systems */
1987 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1988 "Intel D945P", STAC_D945GTP3),
1989 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1990 "Intel D945P", STAC_D945GTP3),
1991 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1992 "Intel D945P", STAC_D945GTP3),
1993 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1994 "Intel D945P", STAC_D945GTP3),
1995 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1996 "Intel D945P", STAC_D945GTP3),
1997 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1998 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01001999 /* other intel */
2000 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2001 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002002 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002003 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002004 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002005 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002006 /* Dell systems */
2007 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2008 "unknown Dell", STAC_922X_DELL_D81),
2009 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2010 "unknown Dell", STAC_922X_DELL_D81),
2011 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2012 "unknown Dell", STAC_922X_DELL_D81),
2013 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2014 "unknown Dell", STAC_922X_DELL_D82),
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2016 "unknown Dell", STAC_922X_DELL_M81),
2017 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2018 "unknown Dell", STAC_922X_DELL_D82),
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2020 "unknown Dell", STAC_922X_DELL_D81),
2021 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2022 "unknown Dell", STAC_922X_DELL_D81),
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2024 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002025 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002026 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002027 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002028 {} /* terminator */
2029};
2030
Matt Porter3cc08dc2006-01-23 15:27:49 +01002031static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002032 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2033 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2034 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2035 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002036};
2037
Tobin Davis93ed1502006-09-01 21:03:12 +02002038static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002039 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2040 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2041 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2042 0x40000100, 0x40000100
2043};
2044
Tobin Davis93ed1502006-09-01 21:03:12 +02002045static unsigned int d965_5st_pin_configs[14] = {
2046 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2047 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2048 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2049 0x40000100, 0x40000100
2050};
2051
Takashi Iwai679d92e2009-05-24 19:00:08 +02002052static unsigned int d965_5st_no_fp_pin_configs[14] = {
2053 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2054 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2055 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2056 0x40000100, 0x40000100
2057};
2058
Tobin Davis4ff076e2007-08-07 11:48:12 +02002059static unsigned int dell_3st_pin_configs[14] = {
2060 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2061 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002062 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002063 0x40c003fc, 0x40000100
2064};
2065
Tobin Davis93ed1502006-09-01 21:03:12 +02002066static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002067 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002068 [STAC_D965_REF] = ref927x_pin_configs,
2069 [STAC_D965_3ST] = d965_3st_pin_configs,
2070 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002071 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002072 [STAC_DELL_3ST] = dell_3st_pin_configs,
2073 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002074 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002075};
2076
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002077static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002078 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002079 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002080 [STAC_D965_REF] = "ref",
2081 [STAC_D965_3ST] = "3stack",
2082 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002083 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002084 [STAC_DELL_3ST] = "dell-3stack",
2085 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002086 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002087};
2088
2089static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2090 /* SigmaTel reference board */
2091 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2092 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002093 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2094 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002095 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002096 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2097 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002098 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002099 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2100 "Intel D965", STAC_D965_3ST),
2101 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2102 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002103 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002104 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002105 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2106 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002107 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002108 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002109 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002110 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002111 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002112 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002113 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2114 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2115 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2116 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002117 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002118 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2119 "Intel D965", STAC_D965_5ST),
2120 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2121 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002122 /* volume-knob fixes */
2123 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002124 {} /* terminator */
2125};
2126
Matt Porterf3302a52006-07-31 12:49:34 +02002127static unsigned int ref9205_pin_configs[12] = {
2128 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002129 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002130 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002131};
2132
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002133/*
2134 STAC 9205 pin configs for
2135 102801F1
2136 102801F2
2137 102801FC
2138 102801FD
2139 10280204
2140 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002141 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002142 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002143*/
2144static unsigned int dell_9205_m42_pin_configs[12] = {
2145 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2146 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2147 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2148};
2149
2150/*
2151 STAC 9205 pin configs for
2152 102801F9
2153 102801FA
2154 102801FE
2155 102801FF (Dell Precision M4300)
2156 10280206
2157 10280200
2158 10280201
2159*/
2160static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002161 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2162 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2163 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2164};
2165
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002166static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002167 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2168 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2169 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2170};
2171
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002172static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002173 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002174 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2175 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2176 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002177 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002178};
2179
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002180static const char *stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002181 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002182 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002183 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002184 [STAC_9205_DELL_M43] = "dell-m43",
2185 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002186 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002187};
2188
2189static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2190 /* SigmaTel reference board */
2191 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2192 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002193 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2194 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002195 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2196 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002197 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002198 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2199 "unknown Dell", STAC_9205_DELL_M42),
2200 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2201 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002202 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002203 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2205 "Dell Precision", STAC_9205_DELL_M43),
2206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2207 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2209 "unknown Dell", STAC_9205_DELL_M42),
2210 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2211 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002212 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2213 "Dell Precision", STAC_9205_DELL_M43),
2214 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002215 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002216 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2217 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002218 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2219 "Dell Precision", STAC_9205_DELL_M43),
2220 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2221 "Dell Precision", STAC_9205_DELL_M43),
2222 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2223 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002224 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2225 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002226 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2227 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002228 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2229 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002230 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002231 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002232 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002233 {} /* terminator */
2234};
2235
Takashi Iwai330ee992009-02-20 14:33:36 +01002236static void stac92xx_set_config_regs(struct hda_codec *codec,
2237 unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002238{
2239 int i;
2240 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002241
Takashi Iwai330ee992009-02-20 14:33:36 +01002242 if (!pincfgs)
2243 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002244
Matthew Ranostay87d48362007-07-17 11:52:24 +02002245 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002246 if (spec->pin_nids[i] && pincfgs[i])
2247 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2248 pincfgs[i]);
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01002249}
2250
Matt2f2f4252005-04-13 14:45:30 +02002251/*
2252 * Analog playback callbacks
2253 */
2254static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2255 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002256 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002257{
2258 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002259 if (spec->stream_delay)
2260 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002261 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2262 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002263}
2264
2265static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2266 struct hda_codec *codec,
2267 unsigned int stream_tag,
2268 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002269 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002270{
2271 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002272 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002273}
2274
2275static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2276 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002277 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002278{
2279 struct sigmatel_spec *spec = codec->spec;
2280 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2281}
2282
2283/*
Mattdabbed62005-06-14 10:19:34 +02002284 * Digital playback callbacks
2285 */
2286static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2287 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002288 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002289{
2290 struct sigmatel_spec *spec = codec->spec;
2291 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2292}
2293
2294static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2295 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002296 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002297{
2298 struct sigmatel_spec *spec = codec->spec;
2299 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2300}
2301
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002302static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2303 struct hda_codec *codec,
2304 unsigned int stream_tag,
2305 unsigned int format,
2306 struct snd_pcm_substream *substream)
2307{
2308 struct sigmatel_spec *spec = codec->spec;
2309 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2310 stream_tag, format, substream);
2311}
2312
Takashi Iwai9411e212009-02-13 11:32:28 +01002313static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2314 struct hda_codec *codec,
2315 struct snd_pcm_substream *substream)
2316{
2317 struct sigmatel_spec *spec = codec->spec;
2318 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2319}
2320
Mattdabbed62005-06-14 10:19:34 +02002321
2322/*
Matt2f2f4252005-04-13 14:45:30 +02002323 * Analog capture callbacks
2324 */
2325static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2326 struct hda_codec *codec,
2327 unsigned int stream_tag,
2328 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002329 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002330{
2331 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002332 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002333
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002334 if (spec->powerdown_adcs) {
2335 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002336 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002337 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2338 }
2339 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002340 return 0;
2341}
2342
2343static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2344 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002345 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002346{
2347 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002348 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002349
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002350 snd_hda_codec_cleanup_stream(codec, nid);
2351 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002352 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002353 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002354 return 0;
2355}
2356
Mattdabbed62005-06-14 10:19:34 +02002357static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2358 .substreams = 1,
2359 .channels_min = 2,
2360 .channels_max = 2,
2361 /* NID is set in stac92xx_build_pcms */
2362 .ops = {
2363 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002364 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002365 .prepare = stac92xx_dig_playback_pcm_prepare,
2366 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002367 },
2368};
2369
2370static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2371 .substreams = 1,
2372 .channels_min = 2,
2373 .channels_max = 2,
2374 /* NID is set in stac92xx_build_pcms */
2375};
2376
Matt2f2f4252005-04-13 14:45:30 +02002377static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2378 .substreams = 1,
2379 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002380 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002381 .nid = 0x02, /* NID to query formats and rates */
2382 .ops = {
2383 .open = stac92xx_playback_pcm_open,
2384 .prepare = stac92xx_playback_pcm_prepare,
2385 .cleanup = stac92xx_playback_pcm_cleanup
2386 },
2387};
2388
Matt Porter3cc08dc2006-01-23 15:27:49 +01002389static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2390 .substreams = 1,
2391 .channels_min = 2,
2392 .channels_max = 2,
2393 .nid = 0x06, /* NID to query formats and rates */
2394 .ops = {
2395 .open = stac92xx_playback_pcm_open,
2396 .prepare = stac92xx_playback_pcm_prepare,
2397 .cleanup = stac92xx_playback_pcm_cleanup
2398 },
2399};
2400
Matt2f2f4252005-04-13 14:45:30 +02002401static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002402 .channels_min = 2,
2403 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002404 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002405 .ops = {
2406 .prepare = stac92xx_capture_pcm_prepare,
2407 .cleanup = stac92xx_capture_pcm_cleanup
2408 },
2409};
2410
2411static int stac92xx_build_pcms(struct hda_codec *codec)
2412{
2413 struct sigmatel_spec *spec = codec->spec;
2414 struct hda_pcm *info = spec->pcm_rec;
2415
2416 codec->num_pcms = 1;
2417 codec->pcm_info = info;
2418
Mattc7d4b2f2005-06-27 14:59:41 +02002419 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002420 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002421 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2422 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002423 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002424 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002425 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002426
2427 if (spec->alt_switch) {
2428 codec->num_pcms++;
2429 info++;
2430 info->name = "STAC92xx Analog Alt";
2431 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2432 }
Matt2f2f4252005-04-13 14:45:30 +02002433
Mattdabbed62005-06-14 10:19:34 +02002434 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2435 codec->num_pcms++;
2436 info++;
2437 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002438 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002439 if (spec->multiout.dig_out_nid) {
2440 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2441 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2442 }
2443 if (spec->dig_in_nid) {
2444 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2445 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2446 }
2447 }
2448
Matt2f2f4252005-04-13 14:45:30 +02002449 return 0;
2450}
2451
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002452static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2453 hda_nid_t nid)
Takashi Iwaic960a032006-03-23 17:06:28 +01002454{
Takashi Iwai1327a322009-03-23 13:07:47 +01002455 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002456 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2457 if (pincap & AC_PINCAP_VREF_100)
2458 return AC_PINCTL_VREF_100;
2459 if (pincap & AC_PINCAP_VREF_80)
2460 return AC_PINCTL_VREF_80;
2461 if (pincap & AC_PINCAP_VREF_50)
2462 return AC_PINCTL_VREF_50;
2463 if (pincap & AC_PINCAP_VREF_GRD)
2464 return AC_PINCTL_VREF_GRD;
2465 return 0;
2466}
2467
Matt Porter403d1942005-11-29 15:00:51 +01002468static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2469
2470{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002471 snd_hda_codec_write_cache(codec, nid, 0,
2472 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002473}
2474
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002475#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2476
2477static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2478 struct snd_ctl_elem_value *ucontrol)
2479{
2480 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2481 struct sigmatel_spec *spec = codec->spec;
2482
Takashi Iwaid7a89432008-11-12 09:48:04 +01002483 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002484 return 0;
2485}
2486
Takashi Iwai62558ce2009-07-29 14:23:09 +02002487static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002488
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002489static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2490 struct snd_ctl_elem_value *ucontrol)
2491{
2492 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2493 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002494 int nid = kcontrol->private_value;
2495
2496 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002497
2498 /* check to be sure that the ports are upto date with
2499 * switch changes
2500 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002501 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002502
2503 return 1;
2504}
2505
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002506static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2507 struct snd_ctl_elem_info *uinfo)
2508{
2509 int i;
2510 static char *texts[] = {
2511 "Mic In", "Line In", "Line Out"
2512 };
2513
2514 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2515 struct sigmatel_spec *spec = codec->spec;
2516 hda_nid_t nid = kcontrol->private_value;
2517
2518 if (nid == spec->mic_switch || nid == spec->line_switch)
2519 i = 3;
2520 else
2521 i = 2;
2522
2523 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2524 uinfo->value.enumerated.items = i;
2525 uinfo->count = 1;
2526 if (uinfo->value.enumerated.item >= i)
2527 uinfo->value.enumerated.item = i-1;
2528 strcpy(uinfo->value.enumerated.name,
2529 texts[uinfo->value.enumerated.item]);
2530
2531 return 0;
2532}
2533
2534static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2535 struct snd_ctl_elem_value *ucontrol)
2536{
2537 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2538 hda_nid_t nid = kcontrol->private_value;
2539 unsigned int vref = stac92xx_vref_get(codec, nid);
2540
2541 if (vref == stac92xx_get_default_vref(codec, nid))
2542 ucontrol->value.enumerated.item[0] = 0;
2543 else if (vref == AC_PINCTL_VREF_GRD)
2544 ucontrol->value.enumerated.item[0] = 1;
2545 else if (vref == AC_PINCTL_VREF_HIZ)
2546 ucontrol->value.enumerated.item[0] = 2;
2547
2548 return 0;
2549}
2550
2551static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2552 struct snd_ctl_elem_value *ucontrol)
2553{
2554 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2555 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002556 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002557 hda_nid_t nid = kcontrol->private_value;
2558
2559 if (ucontrol->value.enumerated.item[0] == 0)
2560 new_vref = stac92xx_get_default_vref(codec, nid);
2561 else if (ucontrol->value.enumerated.item[0] == 1)
2562 new_vref = AC_PINCTL_VREF_GRD;
2563 else if (ucontrol->value.enumerated.item[0] == 2)
2564 new_vref = AC_PINCTL_VREF_HIZ;
2565 else
2566 return 0;
2567
2568 if (new_vref != stac92xx_vref_get(codec, nid)) {
2569 error = stac92xx_vref_set(codec, nid, new_vref);
2570 return error;
2571 }
2572
2573 return 0;
2574}
2575
2576static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2577 struct snd_ctl_elem_info *uinfo)
2578{
2579 static char *texts[2];
2580 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2581 struct sigmatel_spec *spec = codec->spec;
2582
2583 if (kcontrol->private_value == spec->line_switch)
2584 texts[0] = "Line In";
2585 else
2586 texts[0] = "Mic In";
2587 texts[1] = "Line Out";
2588 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2589 uinfo->value.enumerated.items = 2;
2590 uinfo->count = 1;
2591
2592 if (uinfo->value.enumerated.item >= 2)
2593 uinfo->value.enumerated.item = 1;
2594 strcpy(uinfo->value.enumerated.name,
2595 texts[uinfo->value.enumerated.item]);
2596
2597 return 0;
2598}
Matt Porter403d1942005-11-29 15:00:51 +01002599
2600static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2601{
2602 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2603 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002604 hda_nid_t nid = kcontrol->private_value;
2605 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002606
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002607 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002608 return 0;
2609}
2610
2611static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2612{
2613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2614 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002615 hda_nid_t nid = kcontrol->private_value;
2616 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2617 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002618
2619 spec->io_switch[io_idx] = val;
2620
2621 if (val)
2622 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002623 else {
2624 unsigned int pinctl = AC_PINCTL_IN_EN;
2625 if (io_idx) /* set VREF for mic */
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002626 pinctl |= stac92xx_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002627 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2628 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002629
2630 /* check the auto-mute again: we need to mute/unmute the speaker
2631 * appropriately according to the pin direction
2632 */
2633 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002634 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002635
Matt Porter403d1942005-11-29 15:00:51 +01002636 return 1;
2637}
2638
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002639#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2640
2641static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2642 struct snd_ctl_elem_value *ucontrol)
2643{
2644 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2645 struct sigmatel_spec *spec = codec->spec;
2646
2647 ucontrol->value.integer.value[0] = spec->clfe_swap;
2648 return 0;
2649}
2650
2651static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2652 struct snd_ctl_elem_value *ucontrol)
2653{
2654 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2655 struct sigmatel_spec *spec = codec->spec;
2656 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002657 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002658
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002659 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002660 return 0;
2661
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002662 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002663
2664 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2665 spec->clfe_swap ? 0x4 : 0x0);
2666
2667 return 1;
2668}
2669
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002670#define STAC_CODEC_HP_SWITCH(xname) \
2671 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2672 .name = xname, \
2673 .index = 0, \
2674 .info = stac92xx_hp_switch_info, \
2675 .get = stac92xx_hp_switch_get, \
2676 .put = stac92xx_hp_switch_put, \
2677 }
2678
Matt Porter403d1942005-11-29 15:00:51 +01002679#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2680 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2681 .name = xname, \
2682 .index = 0, \
2683 .info = stac92xx_io_switch_info, \
2684 .get = stac92xx_io_switch_get, \
2685 .put = stac92xx_io_switch_put, \
2686 .private_value = xpval, \
2687 }
2688
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002689#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2690 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2691 .name = xname, \
2692 .index = 0, \
2693 .info = stac92xx_clfe_switch_info, \
2694 .get = stac92xx_clfe_switch_get, \
2695 .put = stac92xx_clfe_switch_put, \
2696 .private_value = xpval, \
2697 }
Matt Porter403d1942005-11-29 15:00:51 +01002698
Mattc7d4b2f2005-06-27 14:59:41 +02002699enum {
2700 STAC_CTL_WIDGET_VOL,
2701 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002702 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002703 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002704 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002705 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002706 STAC_CTL_WIDGET_CLFE_SWITCH,
2707 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002708};
2709
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002710static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002711 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2712 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002713 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002714 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002715 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002716 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002717 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002718 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002719};
2720
2721/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002722static struct snd_kcontrol_new *
2723stac_control_new(struct sigmatel_spec *spec,
2724 struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002725 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002726 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002727{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002728 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002729
Takashi Iwai603c4012008-07-30 15:01:44 +02002730 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2731 knew = snd_array_new(&spec->kctls);
2732 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002733 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002734 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002735 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002736 if (!knew->name) {
2737 /* roolback */
2738 memset(knew, 0, sizeof(*knew));
2739 spec->kctls.alloced--;
2740 return NULL;
2741 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002742 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002743 return knew;
2744}
2745
2746static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2747 struct snd_kcontrol_new *ktemp,
2748 int idx, const char *name,
2749 unsigned long val)
2750{
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002751 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002752 HDA_SUBDEV_AMP_FLAG);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002753 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002754 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002755 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002756 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002757 return 0;
2758}
2759
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002760static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2761 int type, int idx, const char *name,
2762 unsigned long val)
2763{
2764 return stac92xx_add_control_temp(spec,
2765 &stac92xx_control_templates[type],
2766 idx, name, val);
2767}
2768
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002769
2770/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002771static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2772 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002773{
2774 return stac92xx_add_control_idx(spec, type, 0, name, val);
2775}
2776
Takashi Iwaie3c75962009-01-23 11:57:22 +01002777static struct snd_kcontrol_new stac_input_src_temp = {
2778 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2779 .name = "Input Source",
2780 .info = stac92xx_mux_enum_info,
2781 .get = stac92xx_mux_enum_get,
2782 .put = stac92xx_mux_enum_put,
2783};
2784
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002785static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2786 hda_nid_t nid, int idx)
2787{
2788 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2789 int control = 0;
2790 struct sigmatel_spec *spec = codec->spec;
2791 char name[22];
2792
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002793 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002794 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2795 && nid == spec->line_switch)
2796 control = STAC_CTL_WIDGET_IO_SWITCH;
2797 else if (snd_hda_query_pin_caps(codec, nid)
2798 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2799 control = STAC_CTL_WIDGET_DC_BIAS;
2800 else if (nid == spec->mic_switch)
2801 control = STAC_CTL_WIDGET_IO_SWITCH;
2802 }
2803
2804 if (control) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02002805 strcpy(name, hda_get_input_pin_label(codec, nid, 1));
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002806 return stac92xx_add_control(codec->spec, control,
2807 strcat(name, " Jack Mode"), nid);
2808 }
2809
2810 return 0;
2811}
2812
Takashi Iwaie3c75962009-01-23 11:57:22 +01002813static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2814{
2815 struct snd_kcontrol_new *knew;
2816 struct hda_input_mux *imux = &spec->private_imux;
2817
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002818 if (spec->auto_mic)
2819 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002820 if (!spec->num_adcs || imux->num_items <= 1)
2821 return 0; /* no need for input source control */
2822 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002823 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002824 if (!knew)
2825 return -ENOMEM;
2826 knew->count = spec->num_adcs;
2827 return 0;
2828}
2829
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002830/* check whether the line-input can be used as line-out */
2831static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002832{
2833 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002834 struct auto_pin_cfg *cfg = &spec->autocfg;
2835 hda_nid_t nid;
2836 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002837 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002838
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002839 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2840 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002841 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002842 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002843 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002844 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002845 if (pincap & AC_PINCAP_OUT)
2846 return nid;
2847 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002848 }
Matt Porter403d1942005-11-29 15:00:51 +01002849 return 0;
2850}
2851
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002852static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2853
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002854/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002855static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002856{
2857 struct sigmatel_spec *spec = codec->spec;
2858 struct auto_pin_cfg *cfg = &spec->autocfg;
2859 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002860 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002861
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002862 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002863 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2864 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002865 for (i = 0; i < cfg->num_inputs; i++) {
2866 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002867 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002868 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002869 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2870 /* some laptops have an internal analog microphone
2871 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002872 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002873 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002874 if (pincap & AC_PINCAP_OUT) {
2875 *dac = get_unassigned_dac(codec, nid);
2876 if (*dac)
2877 return nid;
2878 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002879 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002880 }
2881 return 0;
2882}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002883
2884static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2885{
2886 int i;
2887
2888 for (i = 0; i < spec->multiout.num_dacs; i++) {
2889 if (spec->multiout.dac_nids[i] == nid)
2890 return 1;
2891 }
2892
2893 return 0;
2894}
2895
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002896static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2897{
2898 int i;
2899 if (is_in_dac_nids(spec, nid))
2900 return 1;
2901 for (i = 0; i < spec->autocfg.hp_outs; i++)
2902 if (spec->hp_dacs[i] == nid)
2903 return 1;
2904 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2905 if (spec->speaker_dacs[i] == nid)
2906 return 1;
2907 return 0;
2908}
2909
2910static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2911{
2912 struct sigmatel_spec *spec = codec->spec;
2913 int j, conn_len;
2914 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2915 unsigned int wcaps, wtype;
2916
2917 conn_len = snd_hda_get_connections(codec, nid, conn,
2918 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01002919 /* 92HD88: trace back up the link of nids to find the DAC */
2920 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2921 != AC_WID_AUD_OUT)) {
2922 nid = conn[0];
2923 conn_len = snd_hda_get_connections(codec, nid, conn,
2924 HDA_MAX_CONNECTIONS);
2925 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002926 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01002927 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02002928 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002929 /* we check only analog outputs */
2930 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2931 continue;
2932 /* if this route has a free DAC, assign it */
2933 if (!check_all_dac_nids(spec, conn[j])) {
2934 if (conn_len > 1) {
2935 /* select this DAC in the pin's input mux */
2936 snd_hda_codec_write_cache(codec, nid, 0,
2937 AC_VERB_SET_CONNECT_SEL, j);
2938 }
2939 return conn[j];
2940 }
2941 }
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01002942 /* if all DACs are already assigned, connect to the primary DAC */
2943 if (conn_len > 1) {
2944 for (j = 0; j < conn_len; j++) {
2945 if (conn[j] == spec->multiout.dac_nids[0]) {
2946 snd_hda_codec_write_cache(codec, nid, 0,
2947 AC_VERB_SET_CONNECT_SEL, j);
2948 break;
2949 }
2950 }
2951 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002952 return 0;
2953}
2954
2955static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2956static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2957
Matt Porter3cc08dc2006-01-23 15:27:49 +01002958/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002959 * Fill in the dac_nids table from the parsed pin configuration
2960 * This function only works when every pin in line_out_pins[]
2961 * contains atleast one DAC in its connection list. Some 92xx
2962 * codecs are not connected directly to a DAC, such as the 9200
2963 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002964 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002965static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02002966{
2967 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002968 struct auto_pin_cfg *cfg = &spec->autocfg;
2969 int i;
2970 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002971
Mattc7d4b2f2005-06-27 14:59:41 +02002972 for (i = 0; i < cfg->line_outs; i++) {
2973 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002974 dac = get_unassigned_dac(codec, nid);
2975 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002976 if (spec->multiout.num_dacs > 0) {
2977 /* we have already working output pins,
2978 * so let's drop the broken ones again
2979 */
2980 cfg->line_outs = spec->multiout.num_dacs;
2981 break;
2982 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002983 /* error out, no available DAC found */
2984 snd_printk(KERN_ERR
2985 "%s: No available DAC for pin 0x%x\n",
2986 __func__, nid);
2987 return -ENODEV;
2988 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002989 add_spec_dacs(spec, dac);
2990 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002991
Takashi Iwai139e0712009-03-06 12:10:41 +01002992 for (i = 0; i < cfg->hp_outs; i++) {
2993 nid = cfg->hp_pins[i];
2994 dac = get_unassigned_dac(codec, nid);
2995 if (dac) {
2996 if (!spec->multiout.hp_nid)
2997 spec->multiout.hp_nid = dac;
2998 else
2999 add_spec_extra_dacs(spec, dac);
3000 }
3001 spec->hp_dacs[i] = dac;
3002 }
3003
3004 for (i = 0; i < cfg->speaker_outs; i++) {
3005 nid = cfg->speaker_pins[i];
3006 dac = get_unassigned_dac(codec, nid);
3007 if (dac)
3008 add_spec_extra_dacs(spec, dac);
3009 spec->speaker_dacs[i] = dac;
3010 }
3011
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003012 /* add line-in as output */
3013 nid = check_line_out_switch(codec);
3014 if (nid) {
3015 dac = get_unassigned_dac(codec, nid);
3016 if (dac) {
3017 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3018 nid, cfg->line_outs);
3019 cfg->line_out_pins[cfg->line_outs] = nid;
3020 cfg->line_outs++;
3021 spec->line_switch = nid;
3022 add_spec_dacs(spec, dac);
3023 }
3024 }
3025 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003026 nid = check_mic_out_switch(codec, &dac);
3027 if (nid && dac) {
3028 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3029 nid, cfg->line_outs);
3030 cfg->line_out_pins[cfg->line_outs] = nid;
3031 cfg->line_outs++;
3032 spec->mic_switch = nid;
3033 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003034 }
3035
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003036 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003037 spec->multiout.num_dacs,
3038 spec->multiout.dac_nids[0],
3039 spec->multiout.dac_nids[1],
3040 spec->multiout.dac_nids[2],
3041 spec->multiout.dac_nids[3],
3042 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003043
Mattc7d4b2f2005-06-27 14:59:41 +02003044 return 0;
3045}
3046
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003047/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003048static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3049 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003050{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003051 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003052 char name[32];
3053 int err;
3054
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003055 if (!spec->check_volume_offset) {
3056 unsigned int caps, step, nums, db_scale;
3057 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3058 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3059 AC_AMPCAP_STEP_SIZE_SHIFT;
3060 step = (step + 1) * 25; /* in .01dB unit */
3061 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3062 AC_AMPCAP_NUM_STEPS_SHIFT;
3063 db_scale = nums * step;
3064 /* if dB scale is over -64dB, and finer enough,
3065 * let's reduce it to half
3066 */
3067 if (db_scale > 6400 && nums >= 0x1f)
3068 spec->volume_offset = nums / 2;
3069 spec->check_volume_offset = 1;
3070 }
3071
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003072 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003073 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003074 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3075 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003076 if (err < 0)
3077 return err;
3078 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003079 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003080 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3081 if (err < 0)
3082 return err;
3083 return 0;
3084}
3085
Takashi Iwai668b9652009-03-06 10:13:24 +01003086#define create_controls(codec, pfx, nid, chs) \
3087 create_controls_idx(codec, pfx, 0, nid, chs)
3088
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003089static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3090{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003091 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003092 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3093 return 1;
3094 } else {
3095 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3096 spec->multiout.num_dacs++;
3097 }
3098 return 0;
3099}
3100
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003101static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003102{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003103 int i;
3104 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3105 if (!spec->multiout.extra_out_nid[i]) {
3106 spec->multiout.extra_out_nid[i] = nid;
3107 return 0;
3108 }
3109 }
3110 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3111 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003112}
3113
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003114/* Create output controls
3115 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3116 */
3117static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3118 const hda_nid_t *pins,
3119 const hda_nid_t *dac_nids,
3120 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003121{
Takashi Iwai76624532008-12-19 10:09:47 +01003122 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003123 static const char *chname[4] = {
3124 "Front", "Surround", NULL /*CLFE*/, "Side"
3125 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003126 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003127 int i, err;
3128 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003129
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003130 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003131 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3132 wid_caps = get_wcaps(codec, pins[i]);
3133 if (wid_caps & AC_WCAP_UNSOL_CAP)
3134 spec->hp_detect = 1;
3135 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003136 nid = dac_nids[i];
3137 if (!nid)
3138 continue;
3139 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003140 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003141 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003142 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003143 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003144 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003145 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003146 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003147
3148 wid_caps = get_wcaps(codec, nid);
3149
3150 if (wid_caps & AC_WCAP_LR_SWAP) {
3151 err = stac92xx_add_control(spec,
3152 STAC_CTL_WIDGET_CLFE_SWITCH,
3153 "Swap Center/LFE Playback Switch", nid);
3154
3155 if (err < 0)
3156 return err;
3157 }
3158
Mattc7d4b2f2005-06-27 14:59:41 +02003159 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003160 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003161 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003162 switch (type) {
3163 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003164 name = "Headphone";
3165 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003166 break;
3167 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003168 name = "Speaker";
3169 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003170 break;
3171 default:
3172 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003173 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003174 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003175 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003176 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003177 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003178 return err;
3179 }
3180 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003181 return 0;
3182}
3183
Takashi Iwai6479c632009-07-28 18:20:25 +02003184static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3185 unsigned long sw, int idx)
3186{
3187 int err;
3188 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003189 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003190 if (err < 0)
3191 return err;
3192 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003193 "Capture Switch", sw);
Takashi Iwai6479c632009-07-28 18:20:25 +02003194 if (err < 0)
3195 return err;
3196 return 0;
3197}
3198
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003199/* add playback controls from the parsed DAC table */
3200static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3201 const struct auto_pin_cfg *cfg)
3202{
3203 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003204 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003205 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003206 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003207
3208 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3209 spec->multiout.dac_nids,
3210 cfg->line_out_type);
3211 if (err < 0)
3212 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003213
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003214 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003215 err = stac92xx_add_control(spec,
3216 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003217 "Headphone as Line Out Switch",
3218 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003219 if (err < 0)
3220 return err;
3221 }
3222
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003223 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003224 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003225 break;
3226 nid = cfg->inputs[idx].pin;
3227 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3228 if (err < 0)
3229 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003230 }
Matt Porter403d1942005-11-29 15:00:51 +01003231
Mattc7d4b2f2005-06-27 14:59:41 +02003232 return 0;
3233}
3234
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003235/* add playback controls for Speaker and HP outputs */
3236static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3237 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003238{
3239 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003240 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003241
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003242 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3243 spec->hp_dacs, AUTO_PIN_HP_OUT);
3244 if (err < 0)
3245 return err;
3246
3247 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3248 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3249 if (err < 0)
3250 return err;
3251
Mattc7d4b2f2005-06-27 14:59:41 +02003252 return 0;
3253}
3254
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003255/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003256static const char *stac92xx_mono_labels[4] = {
3257 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003258};
3259
3260/* create mono mux for mono out on capable codecs */
3261static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3262{
3263 struct sigmatel_spec *spec = codec->spec;
3264 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3265 int i, num_cons;
3266 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3267
3268 num_cons = snd_hda_get_connections(codec,
3269 spec->mono_nid,
3270 con_lst,
3271 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003272 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003273 return -EINVAL;
3274
Takashi Iwai10a20af2010-09-09 16:28:02 +02003275 for (i = 0; i < num_cons; i++)
3276 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3277 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003278
3279 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3280 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003281}
3282
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003283/* create PC beep volume controls */
3284static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3285 hda_nid_t nid)
3286{
3287 struct sigmatel_spec *spec = codec->spec;
3288 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003289 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3290
3291 if (spec->anabeep_nid == nid)
3292 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003293
3294 /* check for mute support for the the amp */
3295 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003296 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003297 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003298 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3299 if (err < 0)
3300 return err;
3301 }
3302
3303 /* check to see if there is volume support for the amp */
3304 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3305 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003306 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003307 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3308 if (err < 0)
3309 return err;
3310 }
3311 return 0;
3312}
3313
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003314#ifdef CONFIG_SND_HDA_INPUT_BEEP
3315#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3316
3317static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3318 struct snd_ctl_elem_value *ucontrol)
3319{
3320 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3321 ucontrol->value.integer.value[0] = codec->beep->enabled;
3322 return 0;
3323}
3324
3325static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3326 struct snd_ctl_elem_value *ucontrol)
3327{
3328 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003329 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003330}
3331
3332static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3333 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3334 .info = stac92xx_dig_beep_switch_info,
3335 .get = stac92xx_dig_beep_switch_get,
3336 .put = stac92xx_dig_beep_switch_put,
3337};
3338
3339static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3340{
3341 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003342 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003343}
3344#endif
3345
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003346static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3347{
3348 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003349 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003350
3351 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003352 hda_nid_t nid;
3353 unsigned int wcaps;
3354 unsigned long val;
3355
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003356 nid = spec->mux_nids[i];
3357 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003358 if (!(wcaps & AC_WCAP_OUT_AMP))
3359 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003360
Takashi Iwai667067d2009-08-13 18:14:42 +02003361 /* check whether already the same control was created as
3362 * normal Capture Volume.
3363 */
3364 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3365 for (j = 0; j < spec->num_caps; j++) {
3366 if (spec->capvols[j] == val)
3367 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003368 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003369 if (j < spec->num_caps)
3370 continue;
3371
3372 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3373 "Mux Capture Volume", val);
3374 if (err < 0)
3375 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003376 }
3377 return 0;
3378};
3379
Matthew Ranostayd9737752008-09-07 12:03:41 +02003380static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003381 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003382};
3383
3384static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3385{
3386 struct sigmatel_spec *spec = codec->spec;
3387 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003388 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003389 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003390 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003391
3392 num_cons = snd_hda_get_connections(codec,
3393 spec->smux_nids[0],
3394 con_lst,
3395 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003396 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003397 return -EINVAL;
3398
Matthew Ranostay65973632008-09-16 10:39:37 -04003399 if (!labels)
3400 labels = stac92xx_spdif_labels;
3401
Takashi Iwai10a20af2010-09-09 16:28:02 +02003402 for (i = 0; i < num_cons; i++)
3403 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003404
3405 return 0;
3406}
3407
Matt Porter8b657272006-10-26 17:12:59 +02003408/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003409static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003410 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3411 "Digital Mic 3", "Digital Mic 4"
3412};
3413
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003414static int get_connection_index(struct hda_codec *codec, hda_nid_t mux,
3415 hda_nid_t nid)
3416{
3417 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3418 int i, nums;
3419
3420 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3421 for (i = 0; i < nums; i++)
3422 if (conn[i] == nid)
3423 return i;
3424 return -1;
3425}
3426
Takashi Iwai667067d2009-08-13 18:14:42 +02003427/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003428/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003429static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003430 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003431{
3432 unsigned int caps, nums;
3433 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003434 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003435
Takashi Iwai96f845d2009-08-29 00:49:36 +02003436 if (direction == HDA_OUTPUT)
3437 caps = AC_WCAP_OUT_AMP;
3438 else
3439 caps = AC_WCAP_IN_AMP;
3440 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003441 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003442 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003443 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3444 if (!nums)
3445 return 0;
3446 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003447 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3448 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003449 if (err < 0)
3450 return err;
3451 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003452}
3453
Matt Porter8b657272006-10-26 17:12:59 +02003454/* create playback/capture controls for input pins on dmic capable codecs */
3455static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3456 const struct auto_pin_cfg *cfg)
3457{
3458 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003459 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003460 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003461 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003462 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003463
Takashi Iwai10a20af2010-09-09 16:28:02 +02003464 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003465
Matt Porter8b657272006-10-26 17:12:59 +02003466 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003467 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003468 int index, type_idx;
Takashi Iwai5207e102009-07-30 13:09:08 +02003469 const char *label;
Matt Porter8b657272006-10-26 17:12:59 +02003470
Takashi Iwai667067d2009-08-13 18:14:42 +02003471 nid = spec->dmic_nids[i];
3472 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3473 continue;
3474 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003475 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3476 continue;
3477
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003478 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3479 if (index < 0)
3480 continue;
3481
Takashi Iwai10a20af2010-09-09 16:28:02 +02003482 label = hda_get_input_pin_label(codec, nid, 1);
3483 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003484 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3485 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003486
Takashi Iwai10a20af2010-09-09 16:28:02 +02003487 err = create_elem_capture_vol(codec, nid, label, type_idx,
3488 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003489 if (err < 0)
3490 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003491 if (!err) {
3492 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003493 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003494 if (err < 0)
3495 return err;
3496 }
Matt Porter8b657272006-10-26 17:12:59 +02003497 }
3498
3499 return 0;
3500}
3501
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003502static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003503 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003504{
3505 unsigned int cfg;
3506
3507 if (!nid)
3508 return 0;
3509 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003510 switch (snd_hda_get_input_pin_attr(cfg)) {
3511 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003512 if (*fixed)
3513 return 1; /* already occupied */
3514 *fixed = nid;
3515 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003516 case INPUT_PIN_ATTR_UNUSED:
3517 break;
3518 case INPUT_PIN_ATTR_DOCK:
3519 if (*dock)
3520 return 1; /* already occupied */
3521 *dock = nid;
3522 break;
3523 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003524 if (*ext)
3525 return 1; /* already occupied */
3526 *ext = nid;
3527 break;
3528 }
3529 return 0;
3530}
3531
3532static int set_mic_route(struct hda_codec *codec,
3533 struct sigmatel_mic_route *mic,
3534 hda_nid_t pin)
3535{
3536 struct sigmatel_spec *spec = codec->spec;
3537 struct auto_pin_cfg *cfg = &spec->autocfg;
3538 int i;
3539
3540 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003541 if (pin == 0)
3542 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003543 for (i = 0; i < cfg->num_inputs; i++) {
3544 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003545 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003546 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003547 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003548 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003549 i = get_connection_index(codec, spec->mux_nids[0], pin);
3550 if (i < 0)
3551 return -1;
3552 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003553 mic->dmux_idx = -1;
3554 if (spec->dmux_nids)
3555 mic->dmux_idx = get_connection_index(codec,
3556 spec->dmux_nids[0],
3557 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003558 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003559 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003560 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3561 if (i < 0)
3562 return -1;
3563 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003564 mic->mux_idx = -1;
3565 if (spec->mux_nids)
3566 mic->mux_idx = get_connection_index(codec,
3567 spec->mux_nids[0],
3568 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003569 }
3570 return 0;
3571}
3572
3573/* return non-zero if the device is for automatic mic switch */
3574static int stac_check_auto_mic(struct hda_codec *codec)
3575{
3576 struct sigmatel_spec *spec = codec->spec;
3577 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003578 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003579 int i;
3580
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003581 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003582 if (cfg->inputs[i].type >= AUTO_PIN_LINE_IN)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003583 return 0; /* must be exclusively mics */
3584 }
Charles Chin99077902010-09-17 10:22:32 +02003585 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003586 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003587 if (check_mic_pin(codec, cfg->inputs[i].pin,
3588 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003589 return 0;
3590 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003591 if (check_mic_pin(codec, spec->dmic_nids[i],
3592 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003593 return 0;
Charles Chin99077902010-09-17 10:22:32 +02003594 if (!fixed && !ext && !dock)
3595 return 0; /* no input to switch */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003596 if (!(get_wcaps(codec, ext) & AC_WCAP_UNSOL_CAP))
3597 return 0; /* no unsol support */
3598 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003599 set_mic_route(codec, &spec->int_mic, fixed) ||
3600 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003601 return 0; /* something is wrong */
3602 return 1;
3603}
3604
Mattc7d4b2f2005-06-27 14:59:41 +02003605/* create playback/capture controls for input pins */
3606static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3607{
3608 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003609 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003610 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003611 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003612
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003613 for (i = 0; i < cfg->num_inputs; i++) {
3614 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003615 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003616
Takashi Iwai314634b2006-09-21 11:56:18 +02003617 index = -1;
3618 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003619 index = get_connection_index(codec, spec->mux_nids[j],
3620 nid);
3621 if (index >= 0)
3622 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003623 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003624 if (index < 0)
3625 continue;
3626
Takashi Iwai10a20af2010-09-09 16:28:02 +02003627 label = hda_get_autocfg_input_label(codec, cfg, i);
3628 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003629
Takashi Iwai667067d2009-08-13 18:14:42 +02003630 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003631 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003632 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003633 if (err < 0)
3634 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003635 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003636 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003637
Steve Longerbeam7b043892007-05-03 20:50:03 +02003638 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003639 /*
3640 * Set the current input for the muxes.
3641 * The STAC9221 has two input muxes with identical source
3642 * NID lists. Hopefully this won't get confused.
3643 */
3644 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003645 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3646 AC_VERB_SET_CONNECT_SEL,
3647 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003648 }
3649 }
3650
Mattc7d4b2f2005-06-27 14:59:41 +02003651 return 0;
3652}
3653
Mattc7d4b2f2005-06-27 14:59:41 +02003654static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3655{
3656 struct sigmatel_spec *spec = codec->spec;
3657 int i;
3658
3659 for (i = 0; i < spec->autocfg.line_outs; i++) {
3660 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3661 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3662 }
3663}
3664
3665static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3666{
3667 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003668 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003669
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003670 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3671 hda_nid_t pin;
3672 pin = spec->autocfg.hp_pins[i];
3673 if (pin) /* connect to front */
3674 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3675 }
3676 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3677 hda_nid_t pin;
3678 pin = spec->autocfg.speaker_pins[i];
3679 if (pin) /* connect to front */
3680 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3681 }
Mattc7d4b2f2005-06-27 14:59:41 +02003682}
3683
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003684static int is_dual_headphones(struct hda_codec *codec)
3685{
3686 struct sigmatel_spec *spec = codec->spec;
3687 int i, valid_hps;
3688
3689 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3690 spec->autocfg.hp_outs <= 1)
3691 return 0;
3692 valid_hps = 0;
3693 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3694 hda_nid_t nid = spec->autocfg.hp_pins[i];
3695 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3696 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3697 continue;
3698 valid_hps++;
3699 }
3700 return (valid_hps > 1);
3701}
3702
3703
Matt Porter3cc08dc2006-01-23 15:27:49 +01003704static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
Mattc7d4b2f2005-06-27 14:59:41 +02003705{
3706 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003707 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003708 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003709
Matt Porter8b657272006-10-26 17:12:59 +02003710 if ((err = snd_hda_parse_pin_def_config(codec,
3711 &spec->autocfg,
3712 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003713 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003714 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003715 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003716
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003717 /* If we have no real line-out pin and multiple hp-outs, HPs should
3718 * be set up as multi-channel outputs.
3719 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003720 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003721 /* Copy hp_outs to line_outs, backup line_outs in
3722 * speaker_outs so that the following routines can handle
3723 * HP pins as primary outputs.
3724 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003725 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003726 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3727 sizeof(spec->autocfg.line_out_pins));
3728 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3729 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3730 sizeof(spec->autocfg.hp_pins));
3731 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003732 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3733 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003734 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003735 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003736 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003737 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3738 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003739 u32 caps = query_amp_caps(codec,
3740 spec->autocfg.mono_out_pin, dir);
3741 hda_nid_t conn_list[1];
3742
3743 /* get the mixer node and then the mono mux if it exists */
3744 if (snd_hda_get_connections(codec,
3745 spec->autocfg.mono_out_pin, conn_list, 1) &&
3746 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003747 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003748
3749 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003750 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003751 /* LR swap check, some stac925x have a mux that
3752 * changes the DACs output path instead of the
3753 * mono-mux path.
3754 */
3755 if (wid_type == AC_WID_AUD_SEL &&
3756 !(wcaps & AC_WCAP_LR_SWAP))
3757 spec->mono_nid = conn_list[0];
3758 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003759 if (dir) {
3760 hda_nid_t nid = spec->autocfg.mono_out_pin;
3761
3762 /* most mono outs have a least a mute/unmute switch */
3763 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3764 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3765 "Mono Playback Switch",
3766 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003767 if (err < 0)
3768 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003769 /* check for volume support for the amp */
3770 if ((caps & AC_AMPCAP_NUM_STEPS)
3771 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3772 err = stac92xx_add_control(spec,
3773 STAC_CTL_WIDGET_VOL,
3774 "Mono Playback Volume",
3775 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3776 if (err < 0)
3777 return err;
3778 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003779 }
3780
3781 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3782 AC_PINCTL_OUT_EN);
3783 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003784
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003785 if (!spec->multiout.num_dacs) {
3786 err = stac92xx_auto_fill_dac_nids(codec);
3787 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003788 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003789 err = stac92xx_auto_create_multi_out_ctls(codec,
3790 &spec->autocfg);
3791 if (err < 0)
3792 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003793 }
Mattc7d4b2f2005-06-27 14:59:41 +02003794
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003795 /* setup analog beep controls */
3796 if (spec->anabeep_nid > 0) {
3797 err = stac92xx_auto_create_beep_ctls(codec,
3798 spec->anabeep_nid);
3799 if (err < 0)
3800 return err;
3801 }
3802
3803 /* setup digital beep controls and input device */
3804#ifdef CONFIG_SND_HDA_INPUT_BEEP
3805 if (spec->digbeep_nid > 0) {
3806 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003807 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003808
3809 err = stac92xx_auto_create_beep_ctls(codec, nid);
3810 if (err < 0)
3811 return err;
3812 err = snd_hda_attach_beep_device(codec, nid);
3813 if (err < 0)
3814 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003815 if (codec->beep) {
3816 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003817 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003818 /* if no beep switch is available, make its own one */
3819 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3820 if (!(caps & AC_AMPCAP_MUTE)) {
3821 err = stac92xx_beep_switch_ctl(codec);
3822 if (err < 0)
3823 return err;
3824 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003825 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003826 }
3827#endif
3828
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003829 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003830 if (err < 0)
3831 return err;
3832
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003833 /* All output parsing done, now restore the swapped hp pins */
3834 if (hp_swap) {
3835 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3836 sizeof(spec->autocfg.hp_pins));
3837 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3838 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3839 spec->autocfg.line_outs = 0;
3840 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003841
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003842 if (stac_check_auto_mic(codec)) {
3843 spec->auto_mic = 1;
3844 /* only one capture for auto-mic */
3845 spec->num_adcs = 1;
3846 spec->num_caps = 1;
3847 spec->num_muxes = 1;
3848 }
3849
Takashi Iwai6479c632009-07-28 18:20:25 +02003850 for (i = 0; i < spec->num_caps; i++) {
3851 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3852 spec->capsws[i], i);
3853 if (err < 0)
3854 return err;
3855 }
3856
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003857 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003858 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003859 return err;
3860
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003861 if (spec->mono_nid > 0) {
3862 err = stac92xx_auto_create_mono_output_ctls(codec);
3863 if (err < 0)
3864 return err;
3865 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003866 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003867 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3868 &spec->autocfg)) < 0)
3869 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003870 if (spec->num_muxes > 0) {
3871 err = stac92xx_auto_create_mux_input_ctls(codec);
3872 if (err < 0)
3873 return err;
3874 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003875 if (spec->num_smuxes > 0) {
3876 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3877 if (err < 0)
3878 return err;
3879 }
Matt Porter8b657272006-10-26 17:12:59 +02003880
Takashi Iwaie3c75962009-01-23 11:57:22 +01003881 err = stac92xx_add_input_source(spec);
3882 if (err < 0)
3883 return err;
3884
Mattc7d4b2f2005-06-27 14:59:41 +02003885 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003886 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003887 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003888
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003889 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003890 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003891 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003892 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003893
Takashi Iwai603c4012008-07-30 15:01:44 +02003894 if (spec->kctls.list)
3895 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003896
3897 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003898 if (!spec->dinput_mux)
3899 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003900 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003901 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003902 return 1;
3903}
3904
Takashi Iwai82bc9552006-03-21 11:24:42 +01003905/* add playback controls for HP output */
3906static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3907 struct auto_pin_cfg *cfg)
3908{
3909 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003910 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003911 unsigned int wid_caps;
3912
3913 if (! pin)
3914 return 0;
3915
3916 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003917 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003918 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003919
3920 return 0;
3921}
3922
Richard Fish160ea0d2006-09-06 13:58:25 +02003923/* add playback controls for LFE output */
3924static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3925 struct auto_pin_cfg *cfg)
3926{
3927 struct sigmatel_spec *spec = codec->spec;
3928 int err;
3929 hda_nid_t lfe_pin = 0x0;
3930 int i;
3931
3932 /*
3933 * search speaker outs and line outs for a mono speaker pin
3934 * with an amp. If one is found, add LFE controls
3935 * for it.
3936 */
3937 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3938 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003939 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003940 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3941 if (wcaps == AC_WCAP_OUT_AMP)
3942 /* found a mono speaker with an amp, must be lfe */
3943 lfe_pin = pin;
3944 }
3945
3946 /* if speaker_outs is 0, then speakers may be in line_outs */
3947 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3948 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3949 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003950 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01003951 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01003952 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003953 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003954 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3955 if (wcaps == AC_WCAP_OUT_AMP)
3956 /* found a mono speaker with an amp,
3957 must be lfe */
3958 lfe_pin = pin;
3959 }
3960 }
3961 }
3962
3963 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003964 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003965 if (err < 0)
3966 return err;
3967 }
3968
3969 return 0;
3970}
3971
Mattc7d4b2f2005-06-27 14:59:41 +02003972static int stac9200_parse_auto_config(struct hda_codec *codec)
3973{
3974 struct sigmatel_spec *spec = codec->spec;
3975 int err;
3976
Kailang Yangdf694da2005-12-05 19:42:22 +01003977 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003978 return err;
3979
3980 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3981 return err;
3982
Takashi Iwai82bc9552006-03-21 11:24:42 +01003983 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3984 return err;
3985
Richard Fish160ea0d2006-09-06 13:58:25 +02003986 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3987 return err;
3988
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003989 if (spec->num_muxes > 0) {
3990 err = stac92xx_auto_create_mux_input_ctls(codec);
3991 if (err < 0)
3992 return err;
3993 }
3994
Takashi Iwaie3c75962009-01-23 11:57:22 +01003995 err = stac92xx_add_input_source(spec);
3996 if (err < 0)
3997 return err;
3998
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003999 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004000 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004001 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004002 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004003
Takashi Iwai603c4012008-07-30 15:01:44 +02004004 if (spec->kctls.list)
4005 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004006
4007 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004008 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004009
4010 return 1;
4011}
4012
Sam Revitch62fe78e2006-05-10 15:09:17 +02004013/*
4014 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4015 * funky external mute control using GPIO pins.
4016 */
4017
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004018static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004019 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004020{
4021 unsigned int gpiostate, gpiomask, gpiodir;
4022
4023 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4024 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004025 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004026
4027 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4028 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004029 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004030
4031 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4032 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004033 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004034
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004035 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004036 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4037
4038 snd_hda_codec_write(codec, codec->afg, 0,
4039 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004040 snd_hda_codec_read(codec, codec->afg, 0,
4041 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004042
4043 msleep(1);
4044
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004045 snd_hda_codec_read(codec, codec->afg, 0,
4046 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004047}
4048
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004049#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwai95c09092009-04-14 16:15:29 +02004050static void stac92xx_free_jack_priv(struct snd_jack *jack)
4051{
4052 struct sigmatel_jack *jacks = jack->private_data;
4053 jacks->nid = 0;
4054 jacks->jack = NULL;
4055}
4056#endif
4057
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004058static int stac92xx_add_jack(struct hda_codec *codec,
4059 hda_nid_t nid, int type)
4060{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004061#ifdef CONFIG_SND_HDA_INPUT_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004062 struct sigmatel_spec *spec = codec->spec;
4063 struct sigmatel_jack *jack;
Takashi Iwai330ee992009-02-20 14:33:36 +01004064 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004065 int connectivity = get_defcfg_connect(def_conf);
4066 char name[32];
Takashi Iwai95c09092009-04-14 16:15:29 +02004067 int err;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004068
4069 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
4070 return 0;
4071
4072 snd_array_init(&spec->jacks, sizeof(*jack), 32);
4073 jack = snd_array_new(&spec->jacks);
4074 if (!jack)
4075 return -ENOMEM;
4076 jack->nid = nid;
4077 jack->type = type;
4078
Takashi Iwai86de7412009-07-22 16:02:46 +02004079 snprintf(name, sizeof(name), "%s at %s %s Jack",
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004080 snd_hda_get_jack_type(def_conf),
4081 snd_hda_get_jack_connectivity(def_conf),
4082 snd_hda_get_jack_location(def_conf));
4083
Takashi Iwai95c09092009-04-14 16:15:29 +02004084 err = snd_jack_new(codec->bus->card, name, type, &jack->jack);
4085 if (err < 0) {
4086 jack->nid = 0;
4087 return err;
4088 }
4089 jack->jack->private_data = jack;
4090 jack->jack->private_free = stac92xx_free_jack_priv;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004091#endif
Takashi Iwai95c09092009-04-14 16:15:29 +02004092 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004093}
4094
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004095static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4096 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004097{
4098 struct sigmatel_event *event;
4099
4100 snd_array_init(&spec->events, sizeof(*event), 32);
4101 event = snd_array_new(&spec->events);
4102 if (!event)
4103 return -ENOMEM;
4104 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004105 event->type = type;
4106 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004107 event->data = data;
4108
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004109 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004110}
4111
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004112static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
Takashi Iwai62558ce2009-07-29 14:23:09 +02004113 hda_nid_t nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004114{
4115 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004116 struct sigmatel_event *event = spec->events.list;
4117 int i;
4118
4119 for (i = 0; i < spec->events.used; i++, event++) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004120 if (event->nid == nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004121 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004122 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004123 return NULL;
4124}
4125
4126static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
4127 unsigned char tag)
4128{
4129 struct sigmatel_spec *spec = codec->spec;
4130 struct sigmatel_event *event = spec->events.list;
4131 int i;
4132
4133 for (i = 0; i < spec->events.used; i++, event++) {
4134 if (event->tag == tag)
4135 return event;
4136 }
4137 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004138}
4139
Takashi Iwai62558ce2009-07-29 14:23:09 +02004140/* check if given nid is a valid pin and no other events are assigned
4141 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4142 * Otherwise, returns zero.
4143 */
4144static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4145 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004146{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004147 struct sigmatel_event *event;
4148 int tag;
4149
4150 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004151 return 0;
4152 event = stac_get_event(codec, nid);
4153 if (event) {
4154 if (event->type != type)
4155 return 0;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004156 tag = event->tag;
Takashi Iwai62558ce2009-07-29 14:23:09 +02004157 } else {
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004158 tag = stac_add_event(codec->spec, nid, type, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004159 if (tag < 0)
4160 return 0;
4161 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004162 snd_hda_codec_write_cache(codec, nid, 0,
4163 AC_VERB_SET_UNSOLICITED_ENABLE,
4164 AC_USRSP_EN | tag);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004165 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004166}
4167
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004168static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4169{
4170 int i;
4171 for (i = 0; i < cfg->hp_outs; i++)
4172 if (cfg->hp_pins[i] == nid)
4173 return 1; /* nid is a HP-Out */
4174
4175 return 0; /* nid is not a HP-Out */
4176};
4177
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004178static void stac92xx_power_down(struct hda_codec *codec)
4179{
4180 struct sigmatel_spec *spec = codec->spec;
4181
4182 /* power down inactive DACs */
4183 hda_nid_t *dac;
4184 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004185 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004186 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004187 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4188}
4189
Takashi Iwaif73d3582008-11-25 08:21:51 +01004190static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4191 int enable);
4192
Takashi Iwai014c41f2009-12-27 13:53:24 +01004193static inline int get_int_hint(struct hda_codec *codec, const char *key,
4194 int *valp)
4195{
4196 const char *p;
4197 p = snd_hda_get_hint(codec, key);
4198 if (p) {
4199 unsigned long val;
4200 if (!strict_strtoul(p, 0, &val)) {
4201 *valp = val;
4202 return 1;
4203 }
4204 }
4205 return 0;
4206}
4207
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004208/* override some hints from the hwdep entry */
4209static void stac_store_hints(struct hda_codec *codec)
4210{
4211 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004212 int val;
4213
4214 val = snd_hda_get_bool_hint(codec, "hp_detect");
4215 if (val >= 0)
4216 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004217 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004218 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4219 spec->gpio_mask;
4220 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004221 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4222 spec->gpio_mask &= spec->gpio_mask;
4223 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4224 spec->gpio_dir &= spec->gpio_mask;
4225 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4226 spec->eapd_mask &= spec->gpio_mask;
4227 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4228 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004229 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4230 if (val >= 0)
4231 spec->eapd_switch = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004232 get_int_hint(codec, "gpio_led_polarity", &spec->gpio_led_polarity);
4233 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
Takashi Iwai043958e2009-12-26 10:36:12 +01004234 spec->gpio_mask |= spec->gpio_led;
4235 spec->gpio_dir |= spec->gpio_led;
4236 if (spec->gpio_led_polarity)
4237 spec->gpio_data |= spec->gpio_led;
4238 }
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004239}
4240
Mattc7d4b2f2005-06-27 14:59:41 +02004241static int stac92xx_init(struct hda_codec *codec)
4242{
4243 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004244 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004245 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004246 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004247
Mattc7d4b2f2005-06-27 14:59:41 +02004248 snd_hda_sequence_write(codec, spec->init);
4249
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004250 /* power down adcs initially */
4251 if (spec->powerdown_adcs)
4252 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004253 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004254 spec->adc_nids[i], 0,
4255 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004256
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004257 /* override some hints */
4258 stac_store_hints(codec);
4259
Takashi Iwaif73d3582008-11-25 08:21:51 +01004260 /* set up GPIO */
4261 gpio = spec->gpio_data;
4262 /* turn on EAPD statically when spec->eapd_switch isn't set.
4263 * otherwise, unsol event will turn it on/off dynamically
4264 */
4265 if (!spec->eapd_switch)
4266 gpio |= spec->eapd_mask;
4267 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4268
Takashi Iwai82bc9552006-03-21 11:24:42 +01004269 /* set up pins */
4270 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004271 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004272 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004273 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004274 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004275 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004276 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4277 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004278 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004279 for (i = 0; i < cfg->line_outs; i++) {
4280 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004281 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4282 }
4283 }
4284
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004285 /* force to enable the first line-out; the others are set up
4286 * in unsol_event
4287 */
4288 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004289 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004290 /* fake event to set up pins */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004291 if (cfg->hp_pins[0])
4292 stac_issue_unsol_event(codec, cfg->hp_pins[0]);
4293 else if (cfg->line_out_pins[0])
4294 stac_issue_unsol_event(codec, cfg->line_out_pins[0]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004295 } else {
4296 stac92xx_auto_init_multi_out(codec);
4297 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004298 for (i = 0; i < cfg->hp_outs; i++)
4299 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004300 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004301 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004302 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004303 if (spec->dmux_nids)
4304 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004305 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004306 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4307 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004308 if (enable_pin_detect(codec, spec->dock_mic.pin,
4309 STAC_MIC_EVENT))
4310 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004311 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004312 for (i = 0; i < cfg->num_inputs; i++) {
4313 hda_nid_t nid = cfg->inputs[i].pin;
4314 int type = cfg->inputs[i].type;
4315 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004316 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004317 /* for mic pins, force to initialize */
4318 pinctl = stac92xx_get_default_vref(codec, nid);
4319 pinctl |= AC_PINCTL_IN_EN;
4320 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4321 } else {
4322 pinctl = snd_hda_codec_read(codec, nid, 0,
4323 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4324 /* if PINCTL already set then skip */
4325 /* Also, if both INPUT and OUTPUT are set,
4326 * it must be a BIOS bug; need to override, too
4327 */
4328 if (!(pinctl & AC_PINCTL_IN_EN) ||
4329 (pinctl & AC_PINCTL_OUT_EN)) {
4330 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004331 pinctl |= AC_PINCTL_IN_EN;
4332 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004333 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004334 }
4335 conf = snd_hda_codec_get_pincfg(codec, nid);
4336 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4337 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4338 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004339 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004340 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004341 for (i = 0; i < spec->num_dmics; i++)
4342 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4343 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004344 if (cfg->dig_out_pins[0])
4345 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004346 AC_PINCTL_OUT_EN);
4347 if (cfg->dig_in_pin)
4348 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4349 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004350 for (i = 0; i < spec->num_pwrs; i++) {
4351 hda_nid_t nid = spec->pwr_nids[i];
4352 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004353
Takashi Iwaieb632122008-12-19 16:39:48 +01004354 /* power on when no jack detection is available */
4355 if (!spec->hp_detect) {
4356 stac_toggle_power_map(codec, nid, 1);
4357 continue;
4358 }
4359
4360 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004361 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004362
Takashi Iwaif73d3582008-11-25 08:21:51 +01004363 pinctl = snd_hda_codec_read(codec, nid, 0,
4364 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4365 /* outputs are only ports capable of power management
4366 * any attempts on powering down a input port cause the
4367 * referenced VREF to act quirky.
4368 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004369 if (pinctl & AC_PINCTL_IN_EN) {
4370 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004371 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004372 }
Takashi Iwai330ee992009-02-20 14:33:36 +01004373 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004374 def_conf = get_defcfg_connect(def_conf);
4375 /* skip any ports that don't have jacks since presence
4376 * detection is useless */
4377 if (def_conf != AC_JACK_PORT_COMPLEX) {
4378 if (def_conf != AC_JACK_PORT_NONE)
4379 stac_toggle_power_map(codec, nid, 1);
4380 continue;
4381 }
Takashi Iwai62558ce2009-07-29 14:23:09 +02004382 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT))
4383 stac_issue_unsol_event(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004384 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004385
Takashi Iwaic21bd022010-02-08 15:16:08 +01004386 /* sync mute LED */
Takashi Iwai9e5341b2010-09-21 09:57:06 +02004387 if (spec->gpio_led)
4388 hda_call_check_power_status(codec, 0x01);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004389 if (spec->dac_list)
4390 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004391 return 0;
4392}
4393
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004394static void stac92xx_free_jacks(struct hda_codec *codec)
4395{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004396#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwaib94d35392008-11-21 09:08:06 +01004397 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004398 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d35392008-11-21 09:08:06 +01004399 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004400 struct sigmatel_jack *jacks = spec->jacks.list;
4401 int i;
Takashi Iwai95c09092009-04-14 16:15:29 +02004402 for (i = 0; i < spec->jacks.used; i++, jacks++) {
4403 if (jacks->jack)
4404 snd_device_free(codec->bus->card, jacks->jack);
4405 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004406 }
4407 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004408#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004409}
4410
Takashi Iwai603c4012008-07-30 15:01:44 +02004411static void stac92xx_free_kctls(struct hda_codec *codec)
4412{
4413 struct sigmatel_spec *spec = codec->spec;
4414
4415 if (spec->kctls.list) {
4416 struct snd_kcontrol_new *kctl = spec->kctls.list;
4417 int i;
4418 for (i = 0; i < spec->kctls.used; i++)
4419 kfree(kctl[i].name);
4420 }
4421 snd_array_free(&spec->kctls);
4422}
4423
Takashi Iwai167eae52009-11-06 15:47:50 +01004424static void stac92xx_shutup(struct hda_codec *codec)
4425{
4426 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004427
Takashi Iwai92ee6162009-12-27 11:18:59 +01004428 snd_hda_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004429
4430 if (spec->eapd_mask)
4431 stac_gpio_set(codec, spec->gpio_mask,
4432 spec->gpio_dir, spec->gpio_data &
4433 ~spec->eapd_mask);
4434}
4435
Matt2f2f4252005-04-13 14:45:30 +02004436static void stac92xx_free(struct hda_codec *codec)
4437{
Mattc7d4b2f2005-06-27 14:59:41 +02004438 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004439
4440 if (! spec)
4441 return;
4442
Takashi Iwai167eae52009-11-06 15:47:50 +01004443 stac92xx_shutup(codec);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004444 stac92xx_free_jacks(codec);
4445 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004446
Mattc7d4b2f2005-06-27 14:59:41 +02004447 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004448 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004449}
4450
Matt4e550962005-07-04 17:51:39 +02004451static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4452 unsigned int flag)
4453{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004454 unsigned int old_ctl, pin_ctl;
4455
4456 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004457 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004458
Takashi Iwaif9acba42007-05-29 18:01:06 +02004459 if (pin_ctl & AC_PINCTL_IN_EN) {
4460 /*
4461 * we need to check the current set-up direction of
4462 * shared input pins since they can be switched via
4463 * "xxx as Output" mixer switch
4464 */
4465 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004466 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004467 return;
4468 }
4469
Takashi Iwai8ce84192009-01-22 16:59:20 +01004470 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004471 /* if setting pin direction bits, clear the current
4472 direction bits first */
4473 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4474 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4475
Takashi Iwai8ce84192009-01-22 16:59:20 +01004476 pin_ctl |= flag;
4477 if (old_ctl != pin_ctl)
4478 snd_hda_codec_write_cache(codec, nid, 0,
4479 AC_VERB_SET_PIN_WIDGET_CONTROL,
4480 pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004481}
4482
4483static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4484 unsigned int flag)
4485{
4486 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4487 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004488 if (pin_ctl & flag)
4489 snd_hda_codec_write_cache(codec, nid, 0,
4490 AC_VERB_SET_PIN_WIDGET_CONTROL,
4491 pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004492}
4493
Takashi Iwaid56757a2009-11-18 08:00:14 +01004494static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004495{
4496 if (!nid)
4497 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004498 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004499}
4500
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004501static void stac92xx_line_out_detect(struct hda_codec *codec,
4502 int presence)
4503{
4504 struct sigmatel_spec *spec = codec->spec;
4505 struct auto_pin_cfg *cfg = &spec->autocfg;
4506 int i;
4507
4508 for (i = 0; i < cfg->line_outs; i++) {
4509 if (presence)
4510 break;
4511 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4512 if (presence) {
4513 unsigned int pinctl;
4514 pinctl = snd_hda_codec_read(codec,
4515 cfg->line_out_pins[i], 0,
4516 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4517 if (pinctl & AC_PINCTL_IN_EN)
4518 presence = 0; /* mic- or line-input */
4519 }
4520 }
4521
4522 if (presence) {
4523 /* disable speakers */
4524 for (i = 0; i < cfg->speaker_outs; i++)
4525 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4526 AC_PINCTL_OUT_EN);
4527 if (spec->eapd_mask && spec->eapd_switch)
4528 stac_gpio_set(codec, spec->gpio_mask,
4529 spec->gpio_dir, spec->gpio_data &
4530 ~spec->eapd_mask);
4531 } else {
4532 /* enable speakers */
4533 for (i = 0; i < cfg->speaker_outs; i++)
4534 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4535 AC_PINCTL_OUT_EN);
4536 if (spec->eapd_mask && spec->eapd_switch)
4537 stac_gpio_set(codec, spec->gpio_mask,
4538 spec->gpio_dir, spec->gpio_data |
4539 spec->eapd_mask);
4540 }
4541}
4542
Takashi Iwaid7a89432008-11-12 09:48:04 +01004543/* return non-zero if the hp-pin of the given array index isn't
4544 * a jack-detection target
4545 */
4546static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4547{
4548 struct auto_pin_cfg *cfg = &spec->autocfg;
4549
4550 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004551 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004552 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004553 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004554 return 1;
4555 /* ignore if the pin is set as line-out */
4556 if (cfg->hp_pins[i] == spec->hp_switch)
4557 return 1;
4558 return 0;
4559}
4560
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004561static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004562{
4563 struct sigmatel_spec *spec = codec->spec;
4564 struct auto_pin_cfg *cfg = &spec->autocfg;
4565 int i, presence;
4566
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004567 presence = 0;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004568 if (spec->gpio_mute)
4569 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4570 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4571
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004572 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004573 if (presence)
4574 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004575 if (no_hp_sensing(spec, i))
4576 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004577 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4578 if (presence) {
4579 unsigned int pinctl;
4580 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4581 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4582 if (pinctl & AC_PINCTL_IN_EN)
4583 presence = 0; /* mic- or line-input */
4584 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004585 }
Matt4e550962005-07-04 17:51:39 +02004586
4587 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004588 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004589 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004590 stac92xx_reset_pinctl(codec, spec->hp_switch,
4591 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004592 for (i = 0; i < cfg->line_outs; i++)
4593 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4594 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004595 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004596 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004597 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004598 stac92xx_set_pinctl(codec, spec->hp_switch,
4599 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004600 for (i = 0; i < cfg->line_outs; i++)
4601 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4602 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004603 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004604 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004605 /* toggle hp outs */
4606 for (i = 0; i < cfg->hp_outs; i++) {
4607 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4608 if (no_hp_sensing(spec, i))
4609 continue;
4610 if (presence)
4611 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004612#if 0 /* FIXME */
4613/* Resetting the pinctl like below may lead to (a sort of) regressions
4614 * on some devices since they use the HP pin actually for line/speaker
4615 * outs although the default pin config shows a different pin (that is
4616 * wrong and useless).
4617 *
4618 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4619 * But, disabling the code below just works around it, and I'm too tired of
4620 * bug reports with such devices...
4621 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004622 else
4623 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004624#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004625 }
Matt4e550962005-07-04 17:51:39 +02004626}
4627
Takashi Iwaif73d3582008-11-25 08:21:51 +01004628static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4629 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004630{
4631 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004632 unsigned int idx, val;
4633
4634 for (idx = 0; idx < spec->num_pwrs; idx++) {
4635 if (spec->pwr_nids[idx] == nid)
4636 break;
4637 }
4638 if (idx >= spec->num_pwrs)
4639 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004640
4641 /* several codecs have two power down bits */
4642 if (spec->pwr_mapping)
4643 idx = spec->pwr_mapping[idx];
4644 else
4645 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004646
Takashi Iwaif73d3582008-11-25 08:21:51 +01004647 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4648 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004649 val &= ~idx;
4650 else
4651 val |= idx;
4652
4653 /* power down unused output ports */
4654 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004655}
4656
Takashi Iwaif73d3582008-11-25 08:21:51 +01004657static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4658{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004659 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004660}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004661
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004662static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4663{
4664 struct sigmatel_spec *spec = codec->spec;
4665 struct sigmatel_jack *jacks = spec->jacks.list;
4666
4667 if (jacks) {
4668 int i;
4669 for (i = 0; i < spec->jacks.used; i++) {
4670 if (jacks->nid == nid) {
4671 unsigned int pin_ctl =
4672 snd_hda_codec_read(codec, nid,
4673 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4674 0x00);
4675 int type = jacks->type;
4676 if (type == (SND_JACK_LINEOUT
4677 | SND_JACK_HEADPHONE))
4678 type = (pin_ctl & AC_PINCTL_HP_EN)
4679 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4680 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004681 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004682 ? type : 0);
4683 }
4684 jacks++;
4685 }
4686 }
4687}
Matt2f2f4252005-04-13 14:45:30 +02004688
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004689/* get the pin connection (fixed, none, etc) */
4690static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4691{
4692 struct sigmatel_spec *spec = codec->spec;
4693 unsigned int cfg;
4694
4695 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4696 return get_defcfg_connect(cfg);
4697}
4698
4699static int stac92xx_connected_ports(struct hda_codec *codec,
4700 hda_nid_t *nids, int num_nids)
4701{
4702 struct sigmatel_spec *spec = codec->spec;
4703 int idx, num;
4704 unsigned int def_conf;
4705
4706 for (num = 0; num < num_nids; num++) {
4707 for (idx = 0; idx < spec->num_pins; idx++)
4708 if (spec->pin_nids[idx] == nids[num])
4709 break;
4710 if (idx >= spec->num_pins)
4711 break;
4712 def_conf = stac_get_defcfg_connect(codec, idx);
4713 if (def_conf == AC_JACK_PORT_NONE)
4714 break;
4715 }
4716 return num;
4717}
4718
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004719static void stac92xx_mic_detect(struct hda_codec *codec)
4720{
4721 struct sigmatel_spec *spec = codec->spec;
4722 struct sigmatel_mic_route *mic;
4723
4724 if (get_pin_presence(codec, spec->ext_mic.pin))
4725 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004726 else if (get_pin_presence(codec, spec->dock_mic.pin))
4727 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004728 else
4729 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004730 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004731 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4732 AC_VERB_SET_CONNECT_SEL,
4733 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004734 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004735 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4736 AC_VERB_SET_CONNECT_SEL,
4737 mic->mux_idx);
4738}
4739
Takashi Iwai62558ce2009-07-29 14:23:09 +02004740static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004741{
Takashi Iwai62558ce2009-07-29 14:23:09 +02004742 struct sigmatel_event *event = stac_get_event(codec, nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004743 if (!event)
4744 return;
4745 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4746}
4747
Takashi Iwai314634b2006-09-21 11:56:18 +02004748static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4749{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004750 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004751 struct sigmatel_event *event;
4752 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004753
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004754 tag = (res >> 26) & 0x7f;
4755 event = stac_get_event_from_tag(codec, tag);
4756 if (!event)
4757 return;
4758
4759 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004760 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004761 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004762 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004763 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004764 case STAC_MIC_EVENT:
4765 stac92xx_mic_detect(codec);
4766 break;
4767 }
4768
4769 switch (event->type) {
4770 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004771 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004772 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004773 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004774 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004775 if (spec->num_pwrs > 0)
4776 stac92xx_pin_sense(codec, event->nid);
4777 stac92xx_report_jack(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004778
4779 switch (codec->subsystem_id) {
4780 case 0x103c308f:
4781 if (event->nid == 0xb) {
4782 int pin = AC_PINCTL_IN_EN;
4783
4784 if (get_pin_presence(codec, 0xa)
4785 && get_pin_presence(codec, 0xb))
4786 pin |= AC_PINCTL_VREF_80;
4787 if (!get_pin_presence(codec, 0xb))
4788 pin |= AC_PINCTL_VREF_80;
4789
4790 /* toggle VREF state based on mic + hp pin
4791 * status
4792 */
4793 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4794 }
4795 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004796 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004797 case STAC_VREF_EVENT:
4798 data = snd_hda_codec_read(codec, codec->afg, 0,
4799 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004800 /* toggle VREF state based on GPIOx status */
4801 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004802 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004803 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004804 }
4805}
4806
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304807static int hp_blike_system(u32 subsystem_id);
4808
4809static void set_hp_led_gpio(struct hda_codec *codec)
4810{
4811 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004812 unsigned int gpio;
4813
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004814 if (spec->gpio_led)
4815 return;
4816
Takashi Iwai07f80442010-02-08 15:06:13 +01004817 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4818 gpio &= AC_GPIO_IO_COUNT;
4819 if (gpio > 3)
4820 spec->gpio_led = 0x08; /* GPIO 3 */
4821 else
4822 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304823}
4824
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004825/*
4826 * This method searches for the mute LED GPIO configuration
4827 * provided as OEM string in SMBIOS. The format of that string
4828 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4829 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4830 * that corresponds to the NOT muted state of the master volume
4831 * and G is the index of the GPIO to use as the mute LED control (0..9)
4832 * If _G portion is missing it is assigned based on the codec ID
4833 *
4834 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4835 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304836 *
4837 *
4838 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4839 * SMBIOS - at least the ones I have seen do not have them - which include
4840 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4841 * HP Pavilion dv9500t CTO.
4842 * Need more information on whether it is true across the entire series.
4843 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004844 */
Takashi Iwaidce17d42010-02-09 09:25:26 +01004845static int find_mute_led_gpio(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004846{
4847 struct sigmatel_spec *spec = codec->spec;
4848 const struct dmi_device *dev = NULL;
4849
4850 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4851 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4852 NULL, dev))) {
4853 if (sscanf(dev->name, "HP_Mute_LED_%d_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304854 &spec->gpio_led_polarity,
4855 &spec->gpio_led) == 2) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004856 spec->gpio_led = 1 << spec->gpio_led;
4857 return 1;
4858 }
4859 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304860 &spec->gpio_led_polarity) == 1) {
4861 set_hp_led_gpio(codec);
4862 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004863 }
4864 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304865
4866 /*
4867 * Fallback case - if we don't find the DMI strings,
4868 * we statically set the GPIO - if not a B-series system.
4869 */
4870 if (!hp_blike_system(codec->subsystem_id)) {
4871 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004872 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304873 return 1;
4874 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004875 }
4876 return 0;
4877}
4878
4879static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004880{
4881 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004882 case 0x103c1520:
4883 case 0x103c1521:
4884 case 0x103c1523:
4885 case 0x103c1524:
4886 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004887 case 0x103c1722:
4888 case 0x103c1723:
4889 case 0x103c1724:
4890 case 0x103c1725:
4891 case 0x103c1726:
4892 case 0x103c1727:
4893 case 0x103c1728:
4894 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004895 case 0x103c172a:
4896 case 0x103c172b:
4897 case 0x103c307e:
4898 case 0x103c307f:
4899 case 0x103c3080:
4900 case 0x103c3081:
4901 case 0x103c7007:
4902 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004903 return 1;
4904 }
4905 return 0;
4906}
4907
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004908#ifdef CONFIG_PROC_FS
4909static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4910 struct hda_codec *codec, hda_nid_t nid)
4911{
4912 if (nid == codec->afg)
4913 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4914 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4915}
4916
4917static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4918 struct hda_codec *codec,
4919 unsigned int verb)
4920{
4921 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4922 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4923}
4924
4925/* stac92hd71bxx, stac92hd73xx */
4926static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4927 struct hda_codec *codec, hda_nid_t nid)
4928{
4929 stac92hd_proc_hook(buffer, codec, nid);
4930 if (nid == codec->afg)
4931 analog_loop_proc_hook(buffer, codec, 0xfa0);
4932}
4933
4934static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4935 struct hda_codec *codec, hda_nid_t nid)
4936{
4937 if (nid == codec->afg)
4938 analog_loop_proc_hook(buffer, codec, 0xfe0);
4939}
4940
4941static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4942 struct hda_codec *codec, hda_nid_t nid)
4943{
4944 if (nid == codec->afg)
4945 analog_loop_proc_hook(buffer, codec, 0xfeb);
4946}
4947#else
4948#define stac92hd_proc_hook NULL
4949#define stac92hd7x_proc_hook NULL
4950#define stac9205_proc_hook NULL
4951#define stac927x_proc_hook NULL
4952#endif
4953
Takashi Iwaicb53c622007-08-10 17:21:45 +02004954#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004955static int stac92xx_resume(struct hda_codec *codec)
4956{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004957 struct sigmatel_spec *spec = codec->spec;
4958
Takashi Iwai2c885872008-11-18 09:36:55 +01004959 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004960 snd_hda_codec_resume_amp(codec);
4961 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004962 /* fake event to set up pins again to override cached values */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004963 if (spec->hp_detect) {
4964 if (spec->autocfg.hp_pins[0])
4965 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
4966 else if (spec->autocfg.line_out_pins[0])
4967 stac_issue_unsol_event(codec,
4968 spec->autocfg.line_out_pins[0]);
4969 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004970 /* sync mute LED */
Takashi Iwai9e5341b2010-09-21 09:57:06 +02004971 if (spec->gpio_led)
4972 hda_call_check_power_status(codec, 0x01);
Mattff6fdc32005-06-27 15:06:52 +02004973 return 0;
4974}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004975
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004976/*
James Gardiner514bf542009-05-03 04:00:44 -04004977 * using power check for controlling mute led of HP notebooks
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004978 * check for mute state only on Speakers (nid = 0x10)
4979 *
4980 * For this feature CONFIG_SND_HDA_POWER_SAVE is needed, otherwise
4981 * the LED is NOT working properly !
James Gardiner514bf542009-05-03 04:00:44 -04004982 *
4983 * Changed name to reflect that it now works for any designated
4984 * model, not just HP HDX.
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004985 */
4986
4987#ifdef CONFIG_SND_HDA_POWER_SAVE
James Gardiner514bf542009-05-03 04:00:44 -04004988static int stac92xx_hp_check_power_status(struct hda_codec *codec,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01004989 hda_nid_t nid)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004990{
4991 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21bd022010-02-08 15:16:08 +01004992 int i, muted = 1;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01004993
Takashi Iwaic21bd022010-02-08 15:16:08 +01004994 for (i = 0; i < spec->multiout.num_dacs; i++) {
4995 nid = spec->multiout.dac_nids[i];
4996 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
4997 HDA_AMP_MUTE)) {
4998 muted = 0; /* something heard */
4999 break;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005000 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01005001 }
5002 if (muted)
5003 spec->gpio_data &= ~spec->gpio_led; /* orange */
5004 else
5005 spec->gpio_data |= spec->gpio_led; /* white */
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005006
Takashi Iwaic21bd022010-02-08 15:16:08 +01005007 if (!spec->gpio_led_polarity) {
5008 /* LED state is inverted on these systems */
5009 spec->gpio_data ^= spec->gpio_led;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005010 }
5011
Takashi Iwaib4e81872009-11-18 17:20:24 +01005012 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
Takashi Iwaib4e81872009-11-18 17:20:24 +01005013 return 0;
5014}
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005015#endif
5016
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005017static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
5018{
Takashi Iwai167eae52009-11-06 15:47:50 +01005019 stac92xx_shutup(codec);
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005020 return 0;
5021}
Mattff6fdc32005-06-27 15:06:52 +02005022#endif
5023
Matt2f2f4252005-04-13 14:45:30 +02005024static struct hda_codec_ops stac92xx_patch_ops = {
5025 .build_controls = stac92xx_build_controls,
5026 .build_pcms = stac92xx_build_pcms,
5027 .init = stac92xx_init,
5028 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02005029 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02005030#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005031 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005032 .resume = stac92xx_resume,
5033#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005034 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005035};
5036
5037static int patch_stac9200(struct hda_codec *codec)
5038{
5039 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005040 int err;
Matt2f2f4252005-04-13 14:45:30 +02005041
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005042 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005043 if (spec == NULL)
5044 return -ENOMEM;
5045
Takashi Iwaia252c812009-12-25 22:56:20 +01005046 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005047 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005048 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005049 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005050 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005051 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5052 stac9200_models,
5053 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005054 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005055 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5056 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005057 else
5058 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005059 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005060
5061 spec->multiout.max_channels = 2;
5062 spec->multiout.num_dacs = 1;
5063 spec->multiout.dac_nids = stac9200_dac_nids;
5064 spec->adc_nids = stac9200_adc_nids;
5065 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005066 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005067 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005068 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005069 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005070
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005071 if (spec->board_config == STAC_9200_M4 ||
5072 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005073 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005074 spec->init = stac9200_eapd_init;
5075 else
5076 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005077 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005078
Takashi Iwai117f2572008-03-18 09:53:23 +01005079 if (spec->board_config == STAC_9200_PANASONIC) {
5080 spec->gpio_mask = spec->gpio_dir = 0x09;
5081 spec->gpio_data = 0x00;
5082 }
5083
Mattc7d4b2f2005-06-27 14:59:41 +02005084 err = stac9200_parse_auto_config(codec);
5085 if (err < 0) {
5086 stac92xx_free(codec);
5087 return err;
5088 }
Matt2f2f4252005-04-13 14:45:30 +02005089
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005090 /* CF-74 has no headphone detection, and the driver should *NOT*
5091 * do detection and HP/speaker toggle because the hardware does it.
5092 */
5093 if (spec->board_config == STAC_9200_PANASONIC)
5094 spec->hp_detect = 0;
5095
Matt2f2f4252005-04-13 14:45:30 +02005096 codec->patch_ops = stac92xx_patch_ops;
5097
5098 return 0;
5099}
5100
Tobin Davis8e21c342007-01-08 11:04:17 +01005101static int patch_stac925x(struct hda_codec *codec)
5102{
5103 struct sigmatel_spec *spec;
5104 int err;
5105
5106 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5107 if (spec == NULL)
5108 return -ENOMEM;
5109
Takashi Iwaia252c812009-12-25 22:56:20 +01005110 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005111 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005112 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005113 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005114 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005115
5116 /* Check first for codec ID */
5117 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5118 STAC_925x_MODELS,
5119 stac925x_models,
5120 stac925x_codec_id_cfg_tbl);
5121
5122 /* Now checks for PCI ID, if codec ID is not found */
5123 if (spec->board_config < 0)
5124 spec->board_config = snd_hda_check_board_config(codec,
5125 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005126 stac925x_models,
5127 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005128 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005129 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005130 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5131 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005132 else
5133 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005134 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005135
5136 spec->multiout.max_channels = 2;
5137 spec->multiout.num_dacs = 1;
5138 spec->multiout.dac_nids = stac925x_dac_nids;
5139 spec->adc_nids = stac925x_adc_nids;
5140 spec->mux_nids = stac925x_mux_nids;
5141 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005142 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005143 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005144 switch (codec->vendor_id) {
5145 case 0x83847632: /* STAC9202 */
5146 case 0x83847633: /* STAC9202D */
5147 case 0x83847636: /* STAC9251 */
5148 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005149 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005150 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005151 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5152 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005153 break;
5154 default:
5155 spec->num_dmics = 0;
5156 break;
5157 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005158
5159 spec->init = stac925x_core_init;
5160 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005161 spec->num_caps = 1;
5162 spec->capvols = stac925x_capvols;
5163 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005164
5165 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005166 if (!err) {
5167 if (spec->board_config < 0) {
5168 printk(KERN_WARNING "hda_codec: No auto-config is "
5169 "available, default to model=ref\n");
5170 spec->board_config = STAC_925x_REF;
5171 goto again;
5172 }
5173 err = -EINVAL;
5174 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005175 if (err < 0) {
5176 stac92xx_free(codec);
5177 return err;
5178 }
5179
5180 codec->patch_ops = stac92xx_patch_ops;
5181
5182 return 0;
5183}
5184
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005185static int patch_stac92hd73xx(struct hda_codec *codec)
5186{
5187 struct sigmatel_spec *spec;
5188 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5189 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005190 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005191
5192 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5193 if (spec == NULL)
5194 return -ENOMEM;
5195
Takashi Iwaia252c812009-12-25 22:56:20 +01005196 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005197 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005198 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005199 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005200 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5201 spec->pin_nids = stac92hd73xx_pin_nids;
5202 spec->board_config = snd_hda_check_board_config(codec,
5203 STAC_92HD73XX_MODELS,
5204 stac92hd73xx_models,
5205 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005206 /* check codec subsystem id if not found */
5207 if (spec->board_config < 0)
5208 spec->board_config =
5209 snd_hda_check_board_codec_sid_config(codec,
5210 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5211 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005212again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005213 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005214 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5215 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005216 else
5217 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005218 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005219
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005220 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005221 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5222
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005223 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005224 printk(KERN_WARNING "hda_codec: Could not determine "
5225 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005226 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005227 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005228 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005229 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005230 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005231 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005232 break;
5233 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005234 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005235 break;
5236 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005237 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5238 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005239 }
5240 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005241
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005242 spec->aloopback_mask = 0x01;
5243 spec->aloopback_shift = 8;
5244
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005245 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005246 spec->mux_nids = stac92hd73xx_mux_nids;
5247 spec->adc_nids = stac92hd73xx_adc_nids;
5248 spec->dmic_nids = stac92hd73xx_dmic_nids;
5249 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005250 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005251
5252 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5253 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005254 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005255
Takashi Iwai6479c632009-07-28 18:20:25 +02005256 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5257 spec->capvols = stac92hd73xx_capvols;
5258 spec->capsws = stac92hd73xx_capsws;
5259
Matthew Ranostaya7662642008-02-21 07:51:14 +01005260 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005261 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005262 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005263 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005264 case STAC_DELL_M6_AMIC:
5265 case STAC_DELL_M6_DMIC:
5266 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005267 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005268 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005269
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005270 switch (spec->board_config) {
5271 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005272 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005273 spec->num_dmics = 0;
5274 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005275 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005276 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005277 spec->num_dmics = 1;
5278 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005279 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005280 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5281 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005282 spec->num_dmics = 1;
5283 break;
5284 }
5285 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005286 case STAC_ALIENWARE_M17X:
5287 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5288 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5289 spec->eapd_switch = 0;
5290 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005291 default:
5292 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005293 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005294 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005295 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005296 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005297 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005298 /* GPIO0 High = Enable EAPD */
5299 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5300 spec->gpio_data = 0x01;
5301 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005302
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005303 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5304 spec->pwr_nids = stac92hd73xx_pwr_nids;
5305
Matthew Ranostayd9737752008-09-07 12:03:41 +02005306 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005307
5308 if (!err) {
5309 if (spec->board_config < 0) {
5310 printk(KERN_WARNING "hda_codec: No auto-config is "
5311 "available, default to model=ref\n");
5312 spec->board_config = STAC_92HD73XX_REF;
5313 goto again;
5314 }
5315 err = -EINVAL;
5316 }
5317
5318 if (err < 0) {
5319 stac92xx_free(codec);
5320 return err;
5321 }
5322
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005323 if (spec->board_config == STAC_92HD73XX_NO_JD)
5324 spec->hp_detect = 0;
5325
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005326 codec->patch_ops = stac92xx_patch_ops;
5327
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005328 codec->proc_widget_hook = stac92hd7x_proc_hook;
5329
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005330 return 0;
5331}
5332
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005333static int stac92hd83xxx_set_system_btl_amp(struct hda_codec *codec)
5334{
5335 if (codec->vendor_id != 0x111d7605 &&
5336 codec->vendor_id != 0x111d76d1)
5337 return 0;
5338
5339 switch (codec->subsystem_id) {
5340 case 0x103c1618:
5341 case 0x103c1619:
5342 case 0x103c161a:
5343 case 0x103c161b:
5344 case 0x103c161c:
5345 case 0x103c161d:
5346 case 0x103c161e:
5347 case 0x103c161f:
5348 case 0x103c1620:
5349 case 0x103c1621:
5350 case 0x103c1622:
5351 case 0x103c1623:
5352
5353 case 0x103c162a:
5354 case 0x103c162b:
5355
5356 case 0x103c1630:
5357 case 0x103c1631:
5358
5359 case 0x103c1633:
5360
5361 case 0x103c1635:
5362
5363 case 0x103c164f:
5364
5365 case 0x103c1676:
5366 case 0x103c1677:
5367 case 0x103c1678:
5368 case 0x103c1679:
5369 case 0x103c167a:
5370 case 0x103c167b:
5371 case 0x103c167c:
5372 case 0x103c167d:
5373 case 0x103c167e:
5374 case 0x103c167f:
5375 case 0x103c1680:
5376 case 0x103c1681:
5377 case 0x103c1682:
5378 case 0x103c1683:
5379 case 0x103c1684:
5380 case 0x103c1685:
5381 case 0x103c1686:
5382 case 0x103c1687:
5383 case 0x103c1688:
5384 case 0x103c1689:
5385 case 0x103c168a:
5386 case 0x103c168b:
5387 case 0x103c168c:
5388 case 0x103c168d:
5389 case 0x103c168e:
5390 case 0x103c168f:
5391 case 0x103c1690:
5392 case 0x103c1691:
5393 case 0x103c1692:
5394
5395 case 0x103c3587:
5396 case 0x103c3588:
5397 case 0x103c3589:
5398 case 0x103c358a:
5399
5400 case 0x103c3667:
5401 case 0x103c3668:
5402 /* set BTL amp level to 13.43dB for louder speaker output */
5403 return snd_hda_codec_write_cache(codec, codec->afg, 0,
5404 0x7F4, 0x14);
5405 }
5406 return 0;
5407}
5408
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005409static int patch_stac92hd83xxx(struct hda_codec *codec)
5410{
5411 struct sigmatel_spec *spec;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005412 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005413 int err;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005414 int num_dacs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005415
5416 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5417 if (spec == NULL)
5418 return -ENOMEM;
5419
Charles1cc9e8f2010-10-18 16:22:00 +08005420 /* reset pin power-down; Windows may leave these bits after reboot */
5421 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7EC, 0);
5422 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
Takashi Iwaia252c812009-12-25 22:56:20 +01005423 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005424 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005425 spec->linear_tone_beep = 1;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005426 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005427 spec->digbeep_nid = 0x21;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005428 spec->dmic_nids = stac92hd83xxx_dmic_nids;
5429 spec->dmux_nids = stac92hd83xxx_mux_nids;
Takashi Iwai667067d2009-08-13 18:14:42 +02005430 spec->mux_nids = stac92hd83xxx_mux_nids;
5431 spec->num_muxes = ARRAY_SIZE(stac92hd83xxx_mux_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005432 spec->adc_nids = stac92hd83xxx_adc_nids;
Takashi Iwai7570ef12009-08-15 11:57:53 +02005433 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005434 spec->pwr_nids = stac92hd83xxx_pwr_nids;
5435 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
5436 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005437 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005438
5439 spec->init = stac92hd83xxx_core_init;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005440 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005441 spec->pin_nids = stac92hd83xxx_pin_nids;
Takashi Iwai6479c632009-07-28 18:20:25 +02005442 spec->num_caps = STAC92HD83XXX_NUM_CAPS;
5443 spec->capvols = stac92hd83xxx_capvols;
5444 spec->capsws = stac92hd83xxx_capsws;
5445
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005446 spec->board_config = snd_hda_check_board_config(codec,
5447 STAC_92HD83XXX_MODELS,
5448 stac92hd83xxx_models,
5449 stac92hd83xxx_cfg_tbl);
5450again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005451 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005452 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5453 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005454 else
5455 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005456 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005457
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005458 switch (codec->vendor_id) {
David Henningsson89feca12010-10-13 15:48:24 +02005459 case 0x111d76d1:
5460 case 0x111d76d9:
5461 spec->dmic_nids = stac92hd87b_dmic_nids;
5462 spec->num_dmics = stac92xx_connected_ports(codec,
5463 stac92hd87b_dmic_nids,
5464 STAC92HD87B_NUM_DMICS);
5465 /* Fall through */
Charles Chin36706002010-01-29 12:05:51 +01005466 case 0x111d7666:
5467 case 0x111d7667:
5468 case 0x111d7668:
5469 case 0x111d7669:
5470 spec->num_pins = ARRAY_SIZE(stac92hd88xxx_pin_nids);
5471 spec->pin_nids = stac92hd88xxx_pin_nids;
5472 spec->mono_nid = 0;
5473 spec->digbeep_nid = 0;
5474 spec->num_pwrs = 0;
5475 break;
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005476 case 0x111d7604:
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01005477 case 0x111d76d4:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005478 case 0x111d7605:
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005479 case 0x111d76d5:
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005480 case 0x111d76e7:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005481 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
5482 break;
5483 spec->num_pwrs = 0;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005484 spec->num_dmics = stac92xx_connected_ports(codec,
5485 stac92hd83xxx_dmic_nids,
5486 STAC92HD83XXX_NUM_DMICS);
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005487 break;
5488 }
5489
Takashi Iwaib4e81872009-11-18 17:20:24 +01005490 codec->patch_ops = stac92xx_patch_ops;
5491
Takashi Iwaidce17d42010-02-09 09:25:26 +01005492 if (find_mute_led_gpio(codec, 0))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005493 snd_printd("mute LED gpio %d polarity %d\n",
5494 spec->gpio_led,
5495 spec->gpio_led_polarity);
5496
Takashi Iwaib4e81872009-11-18 17:20:24 +01005497#ifdef CONFIG_SND_HDA_POWER_SAVE
5498 if (spec->gpio_led) {
5499 spec->gpio_mask |= spec->gpio_led;
5500 spec->gpio_dir |= spec->gpio_led;
5501 spec->gpio_data |= spec->gpio_led;
5502 /* register check_power_status callback. */
5503 codec->patch_ops.check_power_status =
Takashi Iwaic21bd022010-02-08 15:16:08 +01005504 stac92xx_hp_check_power_status;
Takashi Iwaib4e81872009-11-18 17:20:24 +01005505 }
5506#endif
5507
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005508 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
5509 if (!err) {
5510 if (spec->board_config < 0) {
5511 printk(KERN_WARNING "hda_codec: No auto-config is "
5512 "available, default to model=ref\n");
5513 spec->board_config = STAC_92HD83XXX_REF;
5514 goto again;
5515 }
5516 err = -EINVAL;
5517 }
5518
5519 if (err < 0) {
5520 stac92xx_free(codec);
5521 return err;
5522 }
5523
Charles Chin04b5efe2010-02-04 10:28:02 +01005524 /* docking output support */
5525 num_dacs = snd_hda_get_connections(codec, 0xF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005526 conn, STAC92HD83_DAC_COUNT + 1) - 1;
Charles Chin04b5efe2010-02-04 10:28:02 +01005527 /* skip non-DAC connections */
5528 while (num_dacs >= 0 &&
5529 (get_wcaps_type(get_wcaps(codec, conn[num_dacs]))
5530 != AC_WID_AUD_OUT))
5531 num_dacs--;
5532 /* set port E and F to select the last DAC */
5533 if (num_dacs >= 0) {
5534 snd_hda_codec_write_cache(codec, 0xE, 0,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005535 AC_VERB_SET_CONNECT_SEL, num_dacs);
Charles Chin04b5efe2010-02-04 10:28:02 +01005536 snd_hda_codec_write_cache(codec, 0xF, 0,
5537 AC_VERB_SET_CONNECT_SEL, num_dacs);
5538 }
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005539
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005540 stac92hd83xxx_set_system_btl_amp(codec);
5541
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005542 codec->proc_widget_hook = stac92hd_proc_hook;
5543
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005544 return 0;
5545}
5546
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005547static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5548 hda_nid_t dig0pin)
5549{
5550 struct sigmatel_spec *spec = codec->spec;
5551 int idx;
5552
5553 for (idx = 0; idx < spec->num_pins; idx++)
5554 if (spec->pin_nids[idx] == dig0pin)
5555 break;
5556 if ((idx + 2) >= spec->num_pins)
5557 return 0;
5558
5559 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005560 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005561 return 2;
5562
5563 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005564 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005565 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005566 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005567 return 1;
5568 else
5569 return 0;
5570}
5571
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005572/* HP dv7 bass switch - GPIO5 */
5573#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5574static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5575 struct snd_ctl_elem_value *ucontrol)
5576{
5577 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5578 struct sigmatel_spec *spec = codec->spec;
5579 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5580 return 0;
5581}
5582
5583static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5584 struct snd_ctl_elem_value *ucontrol)
5585{
5586 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5587 struct sigmatel_spec *spec = codec->spec;
5588 unsigned int gpio_data;
5589
5590 gpio_data = (spec->gpio_data & ~0x20) |
5591 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5592 if (gpio_data == spec->gpio_data)
5593 return 0;
5594 spec->gpio_data = gpio_data;
5595 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5596 return 1;
5597}
5598
5599static struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
5600 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5601 .info = stac_hp_bass_gpio_info,
5602 .get = stac_hp_bass_gpio_get,
5603 .put = stac_hp_bass_gpio_put,
5604};
5605
5606static int stac_add_hp_bass_switch(struct hda_codec *codec)
5607{
5608 struct sigmatel_spec *spec = codec->spec;
5609
5610 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5611 "Bass Speaker Playback Switch", 0))
5612 return -ENOMEM;
5613
5614 spec->gpio_mask |= 0x20;
5615 spec->gpio_dir |= 0x20;
5616 spec->gpio_data |= 0x20;
5617 return 0;
5618}
5619
Matthew Ranostaye035b842007-11-06 11:53:55 +01005620static int patch_stac92hd71bxx(struct hda_codec *codec)
5621{
5622 struct sigmatel_spec *spec;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005623 struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005624 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005625 int err = 0;
5626
5627 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5628 if (spec == NULL)
5629 return -ENOMEM;
5630
Takashi Iwaia252c812009-12-25 22:56:20 +01005631 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005632 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005633 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005634 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005635 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5636 switch (codec->vendor_id) {
5637 case 0x111d76b6:
5638 case 0x111d76b7:
5639 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5640 break;
5641 case 0x111d7603:
5642 case 0x111d7608:
5643 /* On 92HD75Bx 0x27 isn't a pin nid */
5644 spec->num_pins--;
5645 /* fallthrough */
5646 default:
5647 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5648 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005649 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005650 spec->board_config = snd_hda_check_board_config(codec,
5651 STAC_92HD71BXX_MODELS,
5652 stac92hd71bxx_models,
5653 stac92hd71bxx_cfg_tbl);
5654again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005655 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005656 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5657 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005658 else
5659 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005660 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005661
Takashi Iwaifc64b262009-09-14 15:33:01 +02005662 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005663 /* GPIO0 = EAPD */
5664 spec->gpio_mask = 0x01;
5665 spec->gpio_dir = 0x01;
5666 spec->gpio_data = 0x01;
5667 }
5668
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005669 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5670 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5671
Takashi Iwai6479c632009-07-28 18:20:25 +02005672 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5673 spec->capvols = stac92hd71bxx_capvols;
5674 spec->capsws = stac92hd71bxx_capsws;
5675
Matthew Ranostay541eee82007-12-14 12:08:04 +01005676 switch (codec->vendor_id) {
5677 case 0x111d76b6: /* 4 Port without Analog Mixer */
5678 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005679 unmute_init++;
5680 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005681 case 0x111d76b4: /* 6 Port without Analog Mixer */
5682 case 0x111d76b5:
Matthew Ranostay541eee82007-12-14 12:08:04 +01005683 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005684 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005685 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005686 stac92hd71bxx_dmic_nids,
5687 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005688 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005689 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005690 switch (spec->board_config) {
5691 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005692 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005693 err = stac_add_event(spec, codec->afg,
5694 STAC_VREF_EVENT, 0x02);
5695 if (err < 0)
5696 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005697 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005698 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5699 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005700 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005701 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005702 spec->gpio_mask |= 0x02;
5703 break;
5704 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005705 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005706 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005707 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005708
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005709 /* no output amps */
5710 spec->num_pwrs = 0;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005711 /* disable VSW */
Takashi Iwai26a27982009-07-29 16:28:09 +02005712 spec->init = stac92hd71bxx_core_init;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005713 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005714 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5715 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005716 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005717 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005718 stac92hd71bxx_dmic_nids,
5719 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005720 break;
5721 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005722 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005723 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005724
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005725 /* no output amps */
5726 spec->num_pwrs = 0;
5727 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005728 default:
Takashi Iwai26a27982009-07-29 16:28:09 +02005729 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005730 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005731 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005732 stac92hd71bxx_dmic_nids,
5733 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005734 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005735 }
5736
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005737 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5738 snd_hda_sequence_write_cache(codec, unmute_init);
5739
Takashi Iwaib20f3b82009-06-02 01:20:22 +02005740 /* Some HP machines seem to have unstable codec communications
5741 * especially with ATI fglrx driver. For recovering from the
5742 * CORB/RIRB stall, allow the BUS reset and keep always sync
5743 */
5744 if (spec->board_config == STAC_HP_DV5) {
5745 codec->bus->sync_write = 1;
5746 codec->bus->allow_bus_reset = 1;
5747 }
5748
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005749 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005750 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005751 spec->aloopback_shift = 0;
5752
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005753 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005754 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005755 spec->mux_nids = stac92hd71bxx_mux_nids;
5756 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005757 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005758 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005759
5760 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5761 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005762 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005763 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005764
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305765 snd_printdd("Found board config: %d\n", spec->board_config);
5766
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005767 switch (spec->board_config) {
5768 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005769 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005770 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005771 stac92xx_auto_set_pinctl(codec, 0x0e,
5772 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005773 /* fallthru */
5774 case STAC_DELL_M4_2:
5775 spec->num_dmics = 0;
5776 spec->num_smuxes = 0;
5777 spec->num_dmuxes = 0;
5778 break;
5779 case STAC_DELL_M4_1:
5780 case STAC_DELL_M4_3:
5781 spec->num_dmics = 1;
5782 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005783 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005784 break;
James Gardiner514bf542009-05-03 04:00:44 -04005785 case STAC_HP_DV4_1222NR:
5786 spec->num_dmics = 1;
5787 /* I don't know if it needs 1 or 2 smuxes - will wait for
5788 * bug reports to fix if needed
5789 */
5790 spec->num_smuxes = 1;
5791 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005792 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005793 case STAC_HP_DV4:
5794 spec->gpio_led = 0x01;
5795 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005796 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005797 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005798 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005799 /* HP dv6 gives the headphone pin as a line-out. Thus we
5800 * need to set hp_detect flag here to force to enable HP
5801 * detection.
5802 */
5803 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005804 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005805 case STAC_HP_HDX:
5806 spec->num_dmics = 1;
5807 spec->num_dmuxes = 1;
5808 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005809 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005810 break;
5811 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005812
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005813 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005814 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5815 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5816 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5817 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5818 /* It was changed in the BIOS to just satisfy MS DTM.
5819 * Lets turn it back into slaved HP
5820 */
5821 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5822 | (AC_JACK_HP_OUT <<
5823 AC_DEFCFG_DEVICE_SHIFT);
5824 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5825 | AC_DEFCFG_SEQUENCE)))
5826 | 0x1f;
5827 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5828 }
5829 }
5830
Takashi Iwaidce17d42010-02-09 09:25:26 +01005831 if (find_mute_led_gpio(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005832 snd_printd("mute LED gpio %d polarity %d\n",
5833 spec->gpio_led,
5834 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005835
Takashi Iwai86d190e2009-05-26 15:18:58 +02005836#ifdef CONFIG_SND_HDA_POWER_SAVE
5837 if (spec->gpio_led) {
5838 spec->gpio_mask |= spec->gpio_led;
5839 spec->gpio_dir |= spec->gpio_led;
5840 spec->gpio_data |= spec->gpio_led;
Christoph Plattner443e26d2009-03-10 00:05:56 +01005841 /* register check_power_status callback. */
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005842 codec->patch_ops.check_power_status =
Takashi Iwai86d190e2009-05-26 15:18:58 +02005843 stac92xx_hp_check_power_status;
5844 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005845#endif
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005846
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005847 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005848
Herton Ronaldo Krzesinski29d4ab42009-02-04 11:37:27 -05005849 err = stac92xx_parse_auto_config(codec, 0x21, 0);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005850 if (!err) {
5851 if (spec->board_config < 0) {
5852 printk(KERN_WARNING "hda_codec: No auto-config is "
5853 "available, default to model=ref\n");
5854 spec->board_config = STAC_92HD71BXX_REF;
5855 goto again;
5856 }
5857 err = -EINVAL;
5858 }
5859
5860 if (err < 0) {
5861 stac92xx_free(codec);
5862 return err;
5863 }
5864
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005865 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005866 if (spec->board_config == STAC_HP_DV4 ||
5867 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005868 unsigned int cap;
5869 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
5870 cap &= AC_GPIO_IO_COUNT;
5871 if (cap >= 6)
5872 stac_add_hp_bass_switch(codec);
5873 }
5874
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005875 codec->proc_widget_hook = stac92hd7x_proc_hook;
5876
Matthew Ranostaye035b842007-11-06 11:53:55 +01005877 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005878}
Matthew Ranostaye035b842007-11-06 11:53:55 +01005879
Matt2f2f4252005-04-13 14:45:30 +02005880static int patch_stac922x(struct hda_codec *codec)
5881{
5882 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005883 int err;
Matt2f2f4252005-04-13 14:45:30 +02005884
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005885 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005886 if (spec == NULL)
5887 return -ENOMEM;
5888
Takashi Iwaia252c812009-12-25 22:56:20 +01005889 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005890 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005891 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005892 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005893 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005894 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5895 stac922x_models,
5896 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005897 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01005898 spec->gpio_mask = spec->gpio_dir = 0x03;
5899 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005900 /* Intel Macs have all same PCI SSID, so we need to check
5901 * codec SSID to distinguish the exact models
5902 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005903 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005904 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005905
5906 case 0x106b0800:
5907 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005908 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005909 case 0x106b0600:
5910 case 0x106b0700:
5911 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005912 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005913 case 0x106b0e00:
5914 case 0x106b0f00:
5915 case 0x106b1600:
5916 case 0x106b1700:
5917 case 0x106b0200:
5918 case 0x106b1e00:
5919 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005920 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005921 case 0x106b1a00:
5922 case 0x00000100:
5923 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005924 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005925 case 0x106b0a00:
5926 case 0x106b2200:
5927 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005928 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005929 default:
5930 spec->board_config = STAC_INTEL_MAC_V3;
5931 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005932 }
5933 }
5934
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005935 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005936 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005937 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5938 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005939 else
5940 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005941 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005942
Matt2f2f4252005-04-13 14:45:30 +02005943 spec->adc_nids = stac922x_adc_nids;
5944 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005945 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005946 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005947 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005948 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005949
5950 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005951
5952 spec->num_caps = STAC922X_NUM_CAPS;
5953 spec->capvols = stac922x_capvols;
5954 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02005955
5956 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005957
Matt Porter3cc08dc2006-01-23 15:27:49 +01005958 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005959 if (!err) {
5960 if (spec->board_config < 0) {
5961 printk(KERN_WARNING "hda_codec: No auto-config is "
5962 "available, default to model=ref\n");
5963 spec->board_config = STAC_D945_REF;
5964 goto again;
5965 }
5966 err = -EINVAL;
5967 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005968 if (err < 0) {
5969 stac92xx_free(codec);
5970 return err;
5971 }
5972
5973 codec->patch_ops = stac92xx_patch_ops;
5974
Takashi Iwai807a46362007-05-29 19:01:37 +02005975 /* Fix Mux capture level; max to 2 */
5976 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5977 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5978 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5979 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5980 (0 << AC_AMPCAP_MUTE_SHIFT));
5981
Matt Porter3cc08dc2006-01-23 15:27:49 +01005982 return 0;
5983}
5984
5985static int patch_stac927x(struct hda_codec *codec)
5986{
5987 struct sigmatel_spec *spec;
5988 int err;
5989
5990 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5991 if (spec == NULL)
5992 return -ENOMEM;
5993
Takashi Iwaia252c812009-12-25 22:56:20 +01005994 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01005995 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005996 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05005997 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005998 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005999 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006000 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6001 stac927x_models,
6002 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006003 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006004 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006005 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6006 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006007 else
6008 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01006009 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006010
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006011 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006012 spec->adc_nids = stac927x_adc_nids;
6013 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6014 spec->mux_nids = stac927x_mux_nids;
6015 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006016 spec->smux_nids = stac927x_smux_nids;
6017 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006018 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006019 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006020 spec->multiout.dac_nids = spec->dac_nids;
6021
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006022 if (spec->board_config != STAC_D965_REF) {
6023 /* GPIO0 High = Enable EAPD */
6024 spec->eapd_mask = spec->gpio_mask = 0x01;
6025 spec->gpio_dir = spec->gpio_data = 0x01;
6026 }
6027
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006028 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006029 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006030 case STAC_D965_5ST:
6031 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006032 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006033 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006034 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006035 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006036 switch (codec->subsystem_id) {
6037 case 0x10280209:
6038 case 0x1028022e:
6039 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006040 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006041 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006042 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006043 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006044 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006045 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006046 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006047 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006048 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006049 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006050 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006051 if (codec->subsystem_id != 0x1028022f) {
6052 /* GPIO2 High = Enable EAPD */
6053 spec->eapd_mask = spec->gpio_mask = 0x04;
6054 spec->gpio_dir = spec->gpio_data = 0x04;
6055 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006056 spec->dmic_nids = stac927x_dmic_nids;
6057 spec->num_dmics = STAC927X_NUM_DMICS;
6058
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006059 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006060 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006061 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006062 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006063 case STAC_927X_VOLKNOB:
6064 spec->num_dmics = 0;
6065 spec->init = stac927x_volknob_core_init;
6066 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006067 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006068 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006069 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006070 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006071 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006072
Takashi Iwai6479c632009-07-28 18:20:25 +02006073 spec->num_caps = STAC927X_NUM_CAPS;
6074 spec->capvols = stac927x_capvols;
6075 spec->capsws = stac927x_capsws;
6076
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006077 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006078 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006079 spec->aloopback_mask = 0x40;
6080 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006081 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006082
Matt Porter3cc08dc2006-01-23 15:27:49 +01006083 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006084 if (!err) {
6085 if (spec->board_config < 0) {
6086 printk(KERN_WARNING "hda_codec: No auto-config is "
6087 "available, default to model=ref\n");
6088 spec->board_config = STAC_D965_REF;
6089 goto again;
6090 }
6091 err = -EINVAL;
6092 }
Mattc7d4b2f2005-06-27 14:59:41 +02006093 if (err < 0) {
6094 stac92xx_free(codec);
6095 return err;
6096 }
Matt2f2f4252005-04-13 14:45:30 +02006097
6098 codec->patch_ops = stac92xx_patch_ops;
6099
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006100 codec->proc_widget_hook = stac927x_proc_hook;
6101
Takashi Iwai52987652008-01-16 16:09:47 +01006102 /*
6103 * !!FIXME!!
6104 * The STAC927x seem to require fairly long delays for certain
6105 * command sequences. With too short delays (even if the answer
6106 * is set to RIRB properly), it results in the silence output
6107 * on some hardwares like Dell.
6108 *
6109 * The below flag enables the longer delay (see get_response
6110 * in hda_intel.c).
6111 */
6112 codec->bus->needs_damn_long_delay = 1;
6113
Takashi Iwaie28d8322008-12-17 13:48:29 +01006114 /* no jack detecion for ref-no-jd model */
6115 if (spec->board_config == STAC_D965_REF_NO_JD)
6116 spec->hp_detect = 0;
6117
Matt2f2f4252005-04-13 14:45:30 +02006118 return 0;
6119}
6120
Matt Porterf3302a52006-07-31 12:49:34 +02006121static int patch_stac9205(struct hda_codec *codec)
6122{
6123 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006124 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006125
6126 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6127 if (spec == NULL)
6128 return -ENOMEM;
6129
Takashi Iwaia252c812009-12-25 22:56:20 +01006130 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006131 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006132 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006133 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006134 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006135 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6136 stac9205_models,
6137 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006138 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006139 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006140 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6141 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006142 else
6143 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01006144 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006145
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006146 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006147 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006148 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006149 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006150 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006151 spec->smux_nids = stac9205_smux_nids;
6152 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006153 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006154 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006155 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006156 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006157 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006158
6159 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006160 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006161
Takashi Iwai6479c632009-07-28 18:20:25 +02006162 spec->num_caps = STAC9205_NUM_CAPS;
6163 spec->capvols = stac9205_capvols;
6164 spec->capsws = stac9205_capsws;
6165
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006166 spec->aloopback_mask = 0x40;
6167 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006168 /* Turn on/off EAPD per HP plugging */
6169 if (spec->board_config != STAC_9205_EAPD)
6170 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006171 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006172
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006173 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006174 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006175 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006176 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6177 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006178
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006179 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006180 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
6181 if (err < 0)
6182 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006183 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006184 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
6185 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006186 AC_VERB_SET_UNSOLICITED_ENABLE,
6187 AC_USRSP_EN | err);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006188
6189 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006190 spec->eapd_mask = 0x01;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006191 spec->gpio_mask = 0x1b;
6192 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006193 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006194 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006195 */
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006196 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006197 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006198 case STAC_9205_REF:
6199 /* SPDIF-In enabled */
6200 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006201 default:
6202 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006203 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006204 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006205 break;
6206 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006207
Matt Porterf3302a52006-07-31 12:49:34 +02006208 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006209 if (!err) {
6210 if (spec->board_config < 0) {
6211 printk(KERN_WARNING "hda_codec: No auto-config is "
6212 "available, default to model=ref\n");
6213 spec->board_config = STAC_9205_REF;
6214 goto again;
6215 }
6216 err = -EINVAL;
6217 }
Matt Porterf3302a52006-07-31 12:49:34 +02006218 if (err < 0) {
6219 stac92xx_free(codec);
6220 return err;
6221 }
6222
6223 codec->patch_ops = stac92xx_patch_ops;
6224
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006225 codec->proc_widget_hook = stac9205_proc_hook;
6226
Matt Porterf3302a52006-07-31 12:49:34 +02006227 return 0;
6228}
6229
Matt2f2f4252005-04-13 14:45:30 +02006230/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006231 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006232 */
6233
Takashi Iwai1e137f92009-01-21 07:41:22 +01006234static struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006235 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006236 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6237 {}
6238};
6239
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006240static hda_nid_t stac9872_pin_nids[] = {
6241 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6242 0x11, 0x13, 0x14,
6243};
6244
6245static hda_nid_t stac9872_adc_nids[] = {
6246 0x8 /*,0x6*/
6247};
6248
6249static hda_nid_t stac9872_mux_nids[] = {
6250 0x15
6251};
6252
Takashi Iwai6479c632009-07-28 18:20:25 +02006253static unsigned long stac9872_capvols[] = {
6254 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6255};
6256#define stac9872_capsws stac9872_capvols
6257
Takashi Iwai307282c2009-03-12 18:17:58 +01006258static unsigned int stac9872_vaio_pin_configs[9] = {
6259 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6260 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6261 0x90a7013e
6262};
6263
6264static const char *stac9872_models[STAC_9872_MODELS] = {
6265 [STAC_9872_AUTO] = "auto",
6266 [STAC_9872_VAIO] = "vaio",
6267};
6268
6269static unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
6270 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6271};
6272
6273static struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006274 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6275 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006276 {} /* terminator */
6277};
6278
Guillaume Munch6d859062006-08-22 17:15:47 +02006279static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006280{
6281 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006282 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006283
Takashi Iwaidb064e52006-03-16 16:04:58 +01006284 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6285 if (spec == NULL)
6286 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006287 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006288 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006289 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006290 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6291 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006292
6293 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6294 stac9872_models,
6295 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006296 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006297 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6298 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006299 else
6300 stac92xx_set_config_regs(codec,
6301 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006302
Takashi Iwai1e137f92009-01-21 07:41:22 +01006303 spec->multiout.dac_nids = spec->dac_nids;
6304 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6305 spec->adc_nids = stac9872_adc_nids;
6306 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6307 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006308 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006309 spec->num_caps = 1;
6310 spec->capvols = stac9872_capvols;
6311 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006312
Takashi Iwai1e137f92009-01-21 07:41:22 +01006313 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
6314 if (err < 0) {
6315 stac92xx_free(codec);
6316 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006317 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006318 spec->input_mux = &spec->private_imux;
6319 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006320 return 0;
6321}
6322
6323
6324/*
Matt2f2f4252005-04-13 14:45:30 +02006325 * patch entries
6326 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006327static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006328 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6329 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6330 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6331 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6332 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6333 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6334 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006335 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6336 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6337 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6338 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6339 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6340 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006341 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6342 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6343 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6344 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6345 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6346 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6347 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6348 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6349 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6350 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006351 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6352 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6353 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6354 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6355 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6356 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006357 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6358 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006359 /* The following does not take into account .id=0x83847661 when subsys =
6360 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6361 * currently not fully supported.
6362 */
6363 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6364 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6365 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006366 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006367 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6368 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6369 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6370 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6371 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6372 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6373 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6374 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006375 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006376 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006377 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006378 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006379 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006380 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6381 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006382 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6383 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6384 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6385 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006386 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006387 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6388 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006389 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006390 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6391 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6392 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6393 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6394 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6395 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6396 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6397 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006398 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6399 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6400 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6401 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6402 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6403 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6404 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6405 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6406 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6407 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6408 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6409 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6410 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6411 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6412 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006413 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
6414 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006415 {} /* terminator */
6416};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006417
6418MODULE_ALIAS("snd-hda-codec-id:8384*");
6419MODULE_ALIAS("snd-hda-codec-id:111d*");
6420
6421MODULE_LICENSE("GPL");
6422MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6423
6424static struct hda_codec_preset_list sigmatel_list = {
6425 .preset = snd_hda_preset_sigmatel,
6426 .owner = THIS_MODULE,
6427};
6428
6429static int __init patch_sigmatel_init(void)
6430{
6431 return snd_hda_add_codec_preset(&sigmatel_list);
6432}
6433
6434static void __exit patch_sigmatel_exit(void)
6435{
6436 snd_hda_delete_codec_preset(&sigmatel_list);
6437}
6438
6439module_init(patch_sigmatel_init)
6440module_exit(patch_sigmatel_exit)