blob: e6c13963f2150d12c17fb0ae997de95956bbe6e0 [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>
31#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020032#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040033#include <sound/jack.h>
Matt2f2f4252005-04-13 14:45:30 +020034#include "hda_codec.h"
35#include "hda_local.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020036#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020037
Takashi Iwaic6e4c662008-11-25 11:58:19 +010038enum {
39 STAC_VREF_EVENT = 1,
40 STAC_INSERT_EVENT,
41 STAC_PWR_EVENT,
42 STAC_HP_EVENT,
43};
Matt4e550962005-07-04 17:51:39 +020044
Takashi Iwaif5fcc132006-11-24 17:07:44 +010045enum {
46 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010047 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020048 STAC_9200_DELL_D21,
49 STAC_9200_DELL_D22,
50 STAC_9200_DELL_D23,
51 STAC_9200_DELL_M21,
52 STAC_9200_DELL_M22,
53 STAC_9200_DELL_M23,
54 STAC_9200_DELL_M24,
55 STAC_9200_DELL_M25,
56 STAC_9200_DELL_M26,
57 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020058 STAC_9200_M4,
59 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010060 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010061 STAC_9200_MODELS
62};
63
64enum {
65 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020066 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020067 STAC_9205_DELL_M43,
68 STAC_9205_DELL_M44,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_9205_MODELS
70};
71
72enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010073 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010074 STAC_92HD73XX_REF,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010075 STAC_DELL_M6_AMIC,
76 STAC_DELL_M6_DMIC,
77 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050078 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010079 STAC_92HD73XX_MODELS
80};
81
82enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020083 STAC_92HD83XXX_REF,
84 STAC_92HD83XXX_MODELS
85};
86
87enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +010088 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010089 STAC_DELL_M4_1,
90 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -050091 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -040092 STAC_HP_M4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +010093 STAC_HP_DV5,
Matthew Ranostaye035b842007-11-06 11:53:55 +010094 STAC_92HD71BXX_MODELS
95};
96
97enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010098 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +020099 STAC_M1,
100 STAC_M1_2,
101 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100102 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200103 STAC_M3,
104 STAC_M5,
105 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100106 STAC_925x_MODELS
107};
108
109enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100110 STAC_D945_REF,
111 STAC_D945GTP3,
112 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200113 STAC_INTEL_MAC_V1,
114 STAC_INTEL_MAC_V2,
115 STAC_INTEL_MAC_V3,
116 STAC_INTEL_MAC_V4,
117 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800118 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
119 * is given, one of the above models will be
120 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200121 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100122 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100123 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100124 STAC_MACBOOK_PRO_V1,
125 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200126 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200127 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300128 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200129 STAC_922X_DELL_D81,
130 STAC_922X_DELL_D82,
131 STAC_922X_DELL_M81,
132 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100133 STAC_922X_MODELS
134};
135
136enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100137 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100138 STAC_D965_REF,
139 STAC_D965_3ST,
140 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200141 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100142 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100143 STAC_927X_MODELS
144};
Matt Porter403d1942005-11-29 15:00:51 +0100145
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400146struct sigmatel_event {
147 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100148 unsigned char type;
149 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400150 int data;
151};
152
153struct sigmatel_jack {
154 hda_nid_t nid;
155 int type;
156 struct snd_jack *jack;
157};
158
Matt2f2f4252005-04-13 14:45:30 +0200159struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100160 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200161 unsigned int num_mixers;
162
Matt Porter403d1942005-11-29 15:00:51 +0100163 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500164 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200165 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100166 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100167 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400168 unsigned int spdif_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200169
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100170 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200171 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100172 unsigned int gpio_mask;
173 unsigned int gpio_dir;
174 unsigned int gpio_data;
175 unsigned int gpio_mute;
176
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200177 /* stream */
178 unsigned int stream_delay;
179
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100180 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100181 unsigned char aloopback_mask;
182 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200183
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100184 /* power management */
185 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200186 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100187 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100188 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100189
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400190 /* jack detection */
191 struct snd_array jacks;
192
193 /* events */
194 struct snd_array events;
195
Matt2f2f4252005-04-13 14:45:30 +0200196 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100197 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400198 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100199 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200200 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100201 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100202 hda_nid_t hp_dacs[5];
203 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200204
205 /* capture */
206 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200207 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200208 hda_nid_t *mux_nids;
209 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200210 hda_nid_t *dmic_nids;
211 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100212 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100213 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200214 hda_nid_t *smux_nids;
215 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400216 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200217
Mattdabbed62005-06-14 10:19:34 +0200218 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100219 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200220 hda_nid_t anabeep_nid;
221 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200222
Matt2f2f4252005-04-13 14:45:30 +0200223 /* pin widgets */
224 hda_nid_t *pin_nids;
225 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200226 unsigned int *pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200227
228 /* codec specific stuff */
229 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100230 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200231
232 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200233 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100234 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200235 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100236 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200237 struct hda_input_mux *sinput_mux;
238 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400239 unsigned int cur_amux;
240 hda_nid_t *amp_nids;
241 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200242 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200243
Matt Porter403d1942005-11-29 15:00:51 +0100244 /* i/o switches */
245 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200246 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100247 hda_nid_t line_switch; /* shared line-in for input and output */
248 hda_nid_t mic_switch; /* shared mic-in for input and output */
249 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200250 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200251
Mattc7d4b2f2005-06-27 14:59:41 +0200252 struct hda_pcm pcm_rec[2]; /* PCM information */
253
254 /* dynamic controls and input_mux */
255 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200256 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200257 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200258 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200259 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400260 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100261 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200262};
263
264static hda_nid_t stac9200_adc_nids[1] = {
265 0x03,
266};
267
268static hda_nid_t stac9200_mux_nids[1] = {
269 0x0c,
270};
271
272static hda_nid_t stac9200_dac_nids[1] = {
273 0x02,
274};
275
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100276static hda_nid_t stac92hd73xx_pwr_nids[8] = {
277 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
278 0x0f, 0x10, 0x11
279};
280
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400281static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
282 0x26, 0,
283};
284
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100285static hda_nid_t stac92hd73xx_adc_nids[2] = {
286 0x1a, 0x1b
287};
288
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400289#define DELL_M6_AMP 2
290static hda_nid_t stac92hd73xx_amp_nids[3] = {
291 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400292};
293
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100294#define STAC92HD73XX_NUM_DMICS 2
295static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
296 0x13, 0x14, 0
297};
298
299#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100300
301static hda_nid_t stac92hd73xx_mux_nids[4] = {
302 0x28, 0x29, 0x2a, 0x2b,
303};
304
305static hda_nid_t stac92hd73xx_dmux_nids[2] = {
306 0x20, 0x21,
307};
308
Matthew Ranostayd9737752008-09-07 12:03:41 +0200309static hda_nid_t stac92hd73xx_smux_nids[2] = {
310 0x22, 0x23,
311};
312
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200313#define STAC92HD83XXX_NUM_DMICS 2
314static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
315 0x11, 0x12, 0
316};
317
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200318#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200319
320static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
321 0x17, 0x18,
322};
323
324static hda_nid_t stac92hd83xxx_adc_nids[2] = {
325 0x15, 0x16,
326};
327
328static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
329 0xa, 0xb, 0xd, 0xe,
330};
331
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400332static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
333 0x1e, 0,
334};
335
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200336static unsigned int stac92hd83xxx_pwr_mapping[4] = {
337 0x03, 0x0c, 0x10, 0x40,
338};
339
Takashi Iwai9248f262009-01-14 09:40:25 +0100340static hda_nid_t stac92hd83xxx_amp_nids[1] = {
Matthew Ranostayc15c5062009-01-13 13:30:07 -0500341 0xc,
342};
343
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100344static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
345 0x0a, 0x0d, 0x0f
346};
347
Matthew Ranostaye035b842007-11-06 11:53:55 +0100348static hda_nid_t stac92hd71bxx_adc_nids[2] = {
349 0x12, 0x13,
350};
351
352static hda_nid_t stac92hd71bxx_mux_nids[2] = {
353 0x1a, 0x1b
354};
355
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400356static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
357 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100358};
359
Matthew Ranostayd9737752008-09-07 12:03:41 +0200360static hda_nid_t stac92hd71bxx_smux_nids[2] = {
361 0x24, 0x25,
362};
363
Matthew Ranostaye035b842007-11-06 11:53:55 +0100364#define STAC92HD71BXX_NUM_DMICS 2
365static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
366 0x18, 0x19, 0
367};
368
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400369static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
370 0x22, 0
371};
372
Tobin Davis8e21c342007-01-08 11:04:17 +0100373static hda_nid_t stac925x_adc_nids[1] = {
374 0x03,
375};
376
377static hda_nid_t stac925x_mux_nids[1] = {
378 0x0f,
379};
380
381static hda_nid_t stac925x_dac_nids[1] = {
382 0x02,
383};
384
Takashi Iwaif6e98522007-10-16 14:27:04 +0200385#define STAC925X_NUM_DMICS 1
386static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
387 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200388};
389
Takashi Iwai1697055e2007-12-18 18:05:52 +0100390static hda_nid_t stac925x_dmux_nids[1] = {
391 0x14,
392};
393
Matt2f2f4252005-04-13 14:45:30 +0200394static hda_nid_t stac922x_adc_nids[2] = {
395 0x06, 0x07,
396};
397
398static hda_nid_t stac922x_mux_nids[2] = {
399 0x12, 0x13,
400};
401
Matt Porter3cc08dc2006-01-23 15:27:49 +0100402static hda_nid_t stac927x_adc_nids[3] = {
403 0x07, 0x08, 0x09
404};
405
406static hda_nid_t stac927x_mux_nids[3] = {
407 0x15, 0x16, 0x17
408};
409
Matthew Ranostayd9737752008-09-07 12:03:41 +0200410static hda_nid_t stac927x_smux_nids[1] = {
411 0x21,
412};
413
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100414static hda_nid_t stac927x_dac_nids[6] = {
415 0x02, 0x03, 0x04, 0x05, 0x06, 0
416};
417
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100418static hda_nid_t stac927x_dmux_nids[1] = {
419 0x1b,
420};
421
Matthew Ranostay7f168592007-10-18 17:38:17 +0200422#define STAC927X_NUM_DMICS 2
423static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
424 0x13, 0x14, 0
425};
426
Matthew Ranostay65973632008-09-16 10:39:37 -0400427static const char *stac927x_spdif_labels[5] = {
428 "Digital Playback", "ADAT", "Analog Mux 1",
429 "Analog Mux 2", "Analog Mux 3"
430};
431
Matt Porterf3302a52006-07-31 12:49:34 +0200432static hda_nid_t stac9205_adc_nids[2] = {
433 0x12, 0x13
434};
435
436static hda_nid_t stac9205_mux_nids[2] = {
437 0x19, 0x1a
438};
439
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100440static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100441 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100442};
443
Matthew Ranostayd9737752008-09-07 12:03:41 +0200444static hda_nid_t stac9205_smux_nids[1] = {
445 0x21,
446};
447
Takashi Iwaif6e98522007-10-16 14:27:04 +0200448#define STAC9205_NUM_DMICS 2
449static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
450 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200451};
452
Mattc7d4b2f2005-06-27 14:59:41 +0200453static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200454 0x08, 0x09, 0x0d, 0x0e,
455 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200456};
457
Tobin Davis8e21c342007-01-08 11:04:17 +0100458static hda_nid_t stac925x_pin_nids[8] = {
459 0x07, 0x08, 0x0a, 0x0b,
460 0x0c, 0x0d, 0x10, 0x11,
461};
462
Matt2f2f4252005-04-13 14:45:30 +0200463static hda_nid_t stac922x_pin_nids[10] = {
464 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
465 0x0f, 0x10, 0x11, 0x15, 0x1b,
466};
467
Matthew Ranostaya7662642008-02-21 07:51:14 +0100468static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100469 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
470 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200471 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100472};
473
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200474static hda_nid_t stac92hd83xxx_pin_nids[14] = {
475 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
476 0x0f, 0x10, 0x11, 0x12, 0x13,
477 0x1d, 0x1e, 0x1f, 0x20
478};
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400479static hda_nid_t stac92hd71bxx_pin_nids[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100480 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
481 0x0f, 0x14, 0x18, 0x19, 0x1e,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400482 0x1f,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100483};
484
Matt Porter3cc08dc2006-01-23 15:27:49 +0100485static hda_nid_t stac927x_pin_nids[14] = {
486 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
487 0x0f, 0x10, 0x11, 0x12, 0x13,
488 0x14, 0x21, 0x22, 0x23,
489};
490
Matt Porterf3302a52006-07-31 12:49:34 +0200491static hda_nid_t stac9205_pin_nids[12] = {
492 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
493 0x0f, 0x14, 0x16, 0x17, 0x18,
494 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200495};
496
Matthew Ranostay89385032008-09-11 09:49:39 -0400497#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
498
499static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
500 struct snd_ctl_elem_value *ucontrol)
501{
502 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
503 struct sigmatel_spec *spec = codec->spec;
504 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
505
506 kcontrol->private_value ^= get_amp_nid(kcontrol);
507 kcontrol->private_value |= nid;
508
509 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
510}
511
512static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
513 struct snd_ctl_elem_value *ucontrol)
514{
515 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
516 struct sigmatel_spec *spec = codec->spec;
517 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
518
519 kcontrol->private_value ^= get_amp_nid(kcontrol);
520 kcontrol->private_value |= nid;
521
522 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
523}
524
Matt Porter8b657272006-10-26 17:12:59 +0200525static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
526 struct snd_ctl_elem_info *uinfo)
527{
528 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
529 struct sigmatel_spec *spec = codec->spec;
530 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
531}
532
533static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
534 struct snd_ctl_elem_value *ucontrol)
535{
536 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
537 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100538 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200539
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100540 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200541 return 0;
542}
543
544static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
545 struct snd_ctl_elem_value *ucontrol)
546{
547 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
548 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100549 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200550
551 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100552 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200553}
554
Matthew Ranostayd9737752008-09-07 12:03:41 +0200555static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
556 struct snd_ctl_elem_info *uinfo)
557{
558 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
559 struct sigmatel_spec *spec = codec->spec;
560 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
561}
562
563static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
564 struct snd_ctl_elem_value *ucontrol)
565{
566 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
567 struct sigmatel_spec *spec = codec->spec;
568 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
569
570 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
571 return 0;
572}
573
574static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
575 struct snd_ctl_elem_value *ucontrol)
576{
577 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
578 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400579 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200580 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400581 int err, val;
582 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200583
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400584 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200585 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400586 if (err < 0)
587 return err;
588
589 if (spec->spdif_mute) {
590 if (smux_idx == 0)
591 nid = spec->multiout.dig_out_nid;
592 else
593 nid = codec->slave_dig_outs[smux_idx - 1];
594 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100595 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400596 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100597 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400598 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100599 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
600 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400601 }
602 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200603}
604
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100605static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200606{
607 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
608 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200609 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200610}
611
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100612static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200613{
614 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
615 struct sigmatel_spec *spec = codec->spec;
616 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
617
618 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
619 return 0;
620}
621
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100622static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200623{
624 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
625 struct sigmatel_spec *spec = codec->spec;
626 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
627
Mattc7d4b2f2005-06-27 14:59:41 +0200628 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200629 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
630}
631
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100632static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
633 struct snd_ctl_elem_info *uinfo)
634{
635 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
636 struct sigmatel_spec *spec = codec->spec;
637 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
638}
639
640static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
641 struct snd_ctl_elem_value *ucontrol)
642{
643 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
644 struct sigmatel_spec *spec = codec->spec;
645
646 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
647 return 0;
648}
649
650static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
651 struct snd_ctl_elem_value *ucontrol)
652{
653 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
654 struct sigmatel_spec *spec = codec->spec;
655
656 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
657 spec->mono_nid, &spec->cur_mmux);
658}
659
Matthew Ranostay89385032008-09-11 09:49:39 -0400660static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
661 struct snd_ctl_elem_info *uinfo)
662{
663 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
664 struct sigmatel_spec *spec = codec->spec;
665 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
666}
667
668static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
669 struct snd_ctl_elem_value *ucontrol)
670{
671 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
672 struct sigmatel_spec *spec = codec->spec;
673
674 ucontrol->value.enumerated.item[0] = spec->cur_amux;
675 return 0;
676}
677
678static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
679 struct snd_ctl_elem_value *ucontrol)
680{
681 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
682 struct sigmatel_spec *spec = codec->spec;
683 struct snd_kcontrol *ctl =
684 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
685 if (!ctl)
686 return -EINVAL;
687
688 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
689 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
690
691 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
692 0, &spec->cur_amux);
693}
694
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200695#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
696
697static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
698 struct snd_ctl_elem_value *ucontrol)
699{
700 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100701 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200702 struct sigmatel_spec *spec = codec->spec;
703
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100704 ucontrol->value.integer.value[0] = !!(spec->aloopback &
705 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200706 return 0;
707}
708
709static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
710 struct snd_ctl_elem_value *ucontrol)
711{
712 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
713 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100714 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200715 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100716 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200717
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100718 idx_val = spec->aloopback_mask << idx;
719 if (ucontrol->value.integer.value[0])
720 val = spec->aloopback | idx_val;
721 else
722 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100723 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200724 return 0;
725
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100726 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200727
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100728 /* Only return the bits defined by the shift value of the
729 * first two bytes of the mask
730 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200731 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100732 kcontrol->private_value & 0xFFFF, 0x0);
733 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200734
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100735 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200736 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100737 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200738 } else {
739 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100740 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200741 }
742
743 snd_hda_codec_write_cache(codec, codec->afg, 0,
744 kcontrol->private_value >> 16, dac_mode);
745
746 return 1;
747}
748
Mattc7d4b2f2005-06-27 14:59:41 +0200749static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200750 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200751 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200752 {}
753};
754
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200755static struct hda_verb stac9200_eapd_init[] = {
756 /* set dac0mux for dac converter */
757 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
758 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
759 {}
760};
761
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100762static struct hda_verb stac92hd73xx_6ch_core_init[] = {
763 /* set master volume and direct control */
764 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100765 /* setup adcs to point to mixer */
766 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
767 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100768 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
769 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
770 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
771 /* setup import muxs */
772 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
773 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
774 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
775 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
776 {}
777};
778
Matthew Ranostayd654a662008-03-14 08:46:51 +0100779static struct hda_verb dell_eq_core_init[] = {
780 /* set master volume to max value without distortion
781 * and direct control */
782 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100783 /* setup adcs to point to mixer */
784 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
785 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
786 /* setup import muxs */
787 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
788 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
790 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
791 {}
792};
793
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100794static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500795 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100796 /* setup adcs to point to mixer */
797 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
798 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
799 /* setup import muxs */
800 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
801 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
802 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
803 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
804 {}
805};
806
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100807static struct hda_verb stac92hd73xx_8ch_core_init[] = {
808 /* set master volume and direct control */
809 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100810 /* setup adcs to point to mixer */
811 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
812 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100813 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
814 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
815 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
816 /* setup import muxs */
817 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
818 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
819 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
820 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
821 {}
822};
823
824static struct hda_verb stac92hd73xx_10ch_core_init[] = {
825 /* set master volume and direct control */
826 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100827 /* dac3 is connected to import3 mux */
828 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 /* setup adcs to point to mixer */
830 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
831 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100832 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
833 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
834 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
835 /* setup import muxs */
836 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
837 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
838 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
839 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
840 {}
841};
842
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200843static struct hda_verb stac92hd83xxx_core_init[] = {
844 /* start of config #1 */
845 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
846
847 /* start of config #2 */
848 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
849 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
850 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
851
852 /* power state controls amps */
853 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200854 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200855};
856
Matthew Ranostaye035b842007-11-06 11:53:55 +0100857static struct hda_verb stac92hd71bxx_core_init[] = {
858 /* set master volume and direct control */
859 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100860 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
861 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
862 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
863 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200864 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100865};
866
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400867#define HD_DISABLE_PORTF 2
Matthew Ranostay541eee82007-12-14 12:08:04 +0100868static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200869 /* start of config #1 */
870
871 /* connect port 0f to audio mixer */
872 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200873 /* unmute right and left channels for node 0x0f */
874 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
875 /* start of config #2 */
876
Matthew Ranostay541eee82007-12-14 12:08:04 +0100877 /* set master volume and direct control */
878 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200879 /* unmute right and left channels for nodes 0x0a, 0xd */
Matthew Ranostaye035b842007-11-06 11:53:55 +0100880 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
881 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100882 {}
883};
884
Tobin Davis8e21c342007-01-08 11:04:17 +0100885static struct hda_verb stac925x_core_init[] = {
886 /* set dac0mux for dac converter */
887 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwai2465fb62009-01-14 15:58:55 +0100888 /* unmute and set max the selector */
889 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f },
Tobin Davis8e21c342007-01-08 11:04:17 +0100890 {}
891};
892
Mattc7d4b2f2005-06-27 14:59:41 +0200893static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200894 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200895 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200896 {}
897};
898
Tobin Davis93ed1502006-09-01 21:03:12 +0200899static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200900 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200901 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200902 /* unmute node 0x1b */
903 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
904 /* select node 0x03 as DAC */
905 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
906 {}
907};
908
Matt Porter3cc08dc2006-01-23 15:27:49 +0100909static struct hda_verb stac927x_core_init[] = {
910 /* set master volume and direct control */
911 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200912 /* enable analog pc beep path */
913 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100914 {}
915};
916
Matt Porterf3302a52006-07-31 12:49:34 +0200917static struct hda_verb stac9205_core_init[] = {
918 /* set master volume and direct control */
919 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200920 /* enable analog pc beep path */
921 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200922 {}
923};
924
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100925#define STAC_MONO_MUX \
926 { \
927 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
928 .name = "Mono Mux", \
929 .count = 1, \
930 .info = stac92xx_mono_mux_enum_info, \
931 .get = stac92xx_mono_mux_enum_get, \
932 .put = stac92xx_mono_mux_enum_put, \
933 }
934
Matthew Ranostay89385032008-09-11 09:49:39 -0400935#define STAC_AMP_MUX \
936 { \
937 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
938 .name = "Amp Selector Capture Switch", \
939 .count = 1, \
940 .info = stac92xx_amp_mux_enum_info, \
941 .get = stac92xx_amp_mux_enum_get, \
942 .put = stac92xx_amp_mux_enum_put, \
943 }
944
945#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
946 { \
947 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
948 .name = xname, \
949 .index = 0, \
950 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
951 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
952 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
953 .info = stac92xx_amp_volume_info, \
954 .get = stac92xx_amp_volume_get, \
955 .put = stac92xx_amp_volume_put, \
956 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
957 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
958 }
959
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200960#define STAC_INPUT_SOURCE(cnt) \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200961 { \
962 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
963 .name = "Input Source", \
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200964 .count = cnt, \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200965 .info = stac92xx_mux_enum_info, \
966 .get = stac92xx_mux_enum_get, \
967 .put = stac92xx_mux_enum_put, \
968 }
969
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100970#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200971 { \
972 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
973 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100974 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200975 .info = stac92xx_aloopback_info, \
976 .get = stac92xx_aloopback_get, \
977 .put = stac92xx_aloopback_put, \
978 .private_value = verb_read | (verb_write << 16), \
979 }
980
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100981static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200982 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
983 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200984 STAC_INPUT_SOURCE(1),
Matt2f2f4252005-04-13 14:45:30 +0200985 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
986 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200987 { } /* end */
988};
989
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400990#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100991static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400992 /* start of config #1 */
993 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
994 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
995
996 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
997 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
998
999 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1000 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1001
1002 /* start of config #2 */
1003 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1004 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1005
1006 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1007 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1008
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001009 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1010
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001011 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1012 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1013
1014 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1015 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1016
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001017 { } /* end */
1018};
1019
1020static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001021 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1022
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001023 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1025
1026 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1027 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1028
1029 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1030 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1031
1032 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1033 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1034
1035 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1036 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1037
1038 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1039 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1040
1041 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1042 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1043 { } /* end */
1044};
1045
1046static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001047 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1048
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001049 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1051
1052 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1054
1055 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1056 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1057
1058 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1059 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1060
1061 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1062 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1063
1064 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1065 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1066
1067 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1068 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1069 { } /* end */
1070};
1071
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001072
1073static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1076
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1079
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001080 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1081 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001082
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001083 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1084 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001085
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001086 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1087 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001088
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001089 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1090 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001091
1092 /*
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001093 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1094 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001095 */
1096 { } /* end */
1097};
1098
Matthew Ranostay541eee82007-12-14 12:08:04 +01001099static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001100 STAC_INPUT_SOURCE(2),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001101 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001102
Matthew Ranostay9b359472007-11-07 13:03:12 +01001103 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1104 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001105
1106 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1107 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001108 /* analog pc-beep replaced with digital beep support */
1109 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001110 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1111 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001112 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001113
Matthew Ranostay687cb982008-10-11 13:52:43 -04001114 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1115 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001116
Matthew Ranostay687cb982008-10-11 13:52:43 -04001117 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1118 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001119
1120 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1121 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1122
1123 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1124 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001125 { } /* end */
1126};
1127
Matthew Ranostay541eee82007-12-14 12:08:04 +01001128static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001129 STAC_INPUT_SOURCE(2),
1130 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1131
Matthew Ranostay541eee82007-12-14 12:08:04 +01001132 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1133 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001134
1135 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1136 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001137 { } /* end */
1138};
1139
Tobin Davis8e21c342007-01-08 11:04:17 +01001140static struct snd_kcontrol_new stac925x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001141 STAC_INPUT_SOURCE(1),
Tobin Davis8e21c342007-01-08 11:04:17 +01001142 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001143 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001144 { } /* end */
1145};
1146
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001147static struct snd_kcontrol_new stac9205_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001148 STAC_INPUT_SOURCE(2),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001149 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001150
1151 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1152 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001153
1154 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1155 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001156 { } /* end */
1157};
1158
1159/* This needs to be generated dynamically based on sequence */
1160static struct snd_kcontrol_new stac922x_mixer[] = {
1161 STAC_INPUT_SOURCE(2),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001162 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1163 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001164
1165 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1166 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001167 { } /* end */
1168};
1169
1170
1171static struct snd_kcontrol_new stac927x_mixer[] = {
1172 STAC_INPUT_SOURCE(3),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001173 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001174
1175 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1176 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001177
1178 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1179 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001180
1181 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1182 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001183 { } /* end */
1184};
1185
Takashi Iwai1697055e2007-12-18 18:05:52 +01001186static struct snd_kcontrol_new stac_dmux_mixer = {
1187 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1188 .name = "Digital Input Source",
1189 /* count set later */
1190 .info = stac92xx_dmux_enum_info,
1191 .get = stac92xx_dmux_enum_get,
1192 .put = stac92xx_dmux_enum_put,
1193};
1194
Matthew Ranostayd9737752008-09-07 12:03:41 +02001195static struct snd_kcontrol_new stac_smux_mixer = {
1196 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001197 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001198 /* count set later */
1199 .info = stac92xx_smux_enum_info,
1200 .get = stac92xx_smux_enum_get,
1201 .put = stac92xx_smux_enum_put,
1202};
1203
Takashi Iwai2134ea42008-01-10 16:53:55 +01001204static const char *slave_vols[] = {
1205 "Front Playback Volume",
1206 "Surround Playback Volume",
1207 "Center Playback Volume",
1208 "LFE Playback Volume",
1209 "Side Playback Volume",
1210 "Headphone Playback Volume",
1211 "Headphone Playback Volume",
1212 "Speaker Playback Volume",
1213 "External Speaker Playback Volume",
1214 "Speaker2 Playback Volume",
1215 NULL
1216};
1217
1218static const char *slave_sws[] = {
1219 "Front Playback Switch",
1220 "Surround Playback Switch",
1221 "Center Playback Switch",
1222 "LFE Playback Switch",
1223 "Side Playback Switch",
1224 "Headphone Playback Switch",
1225 "Headphone Playback Switch",
1226 "Speaker Playback Switch",
1227 "External Speaker Playback Switch",
1228 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001229 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001230 NULL
1231};
1232
Takashi Iwai603c4012008-07-30 15:01:44 +02001233static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001234static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001235
Matt2f2f4252005-04-13 14:45:30 +02001236static int stac92xx_build_controls(struct hda_codec *codec)
1237{
1238 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001239 struct auto_pin_cfg *cfg = &spec->autocfg;
1240 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001241 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001242 int i;
Matt2f2f4252005-04-13 14:45:30 +02001243
1244 err = snd_hda_add_new_ctls(codec, spec->mixer);
1245 if (err < 0)
1246 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001247
1248 for (i = 0; i < spec->num_mixers; i++) {
1249 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1250 if (err < 0)
1251 return err;
1252 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001253 if (spec->num_dmuxes > 0) {
1254 stac_dmux_mixer.count = spec->num_dmuxes;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001255 err = snd_hda_ctl_add(codec,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001256 snd_ctl_new1(&stac_dmux_mixer, codec));
1257 if (err < 0)
1258 return err;
1259 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001260 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001261 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1262 struct hda_input_mux *smux = &spec->private_smux;
1263 /* check for mute support on SPDIF out */
1264 if (wcaps & AC_WCAP_OUT_AMP) {
1265 smux->items[smux->num_items].label = "Off";
1266 smux->items[smux->num_items].index = 0;
1267 smux->num_items++;
1268 spec->spdif_mute = 1;
1269 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001270 stac_smux_mixer.count = spec->num_smuxes;
Takashi Iwai4f2d23e2008-12-19 10:14:13 +01001271 err = snd_hda_ctl_add(codec,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001272 snd_ctl_new1(&stac_smux_mixer, codec));
1273 if (err < 0)
1274 return err;
1275 }
Mattc7d4b2f2005-06-27 14:59:41 +02001276
Mattdabbed62005-06-14 10:19:34 +02001277 if (spec->multiout.dig_out_nid) {
1278 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1279 if (err < 0)
1280 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001281 err = snd_hda_create_spdif_share_sw(codec,
1282 &spec->multiout);
1283 if (err < 0)
1284 return err;
1285 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001286 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001287 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001288 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1289 if (err < 0)
1290 return err;
1291 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001292
1293 /* if we have no master control, let's create it */
1294 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001295 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001296 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001297 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001298 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001299 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001300 if (err < 0)
1301 return err;
1302 }
1303 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1304 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1305 NULL, slave_sws);
1306 if (err < 0)
1307 return err;
1308 }
1309
Takashi Iwai603c4012008-07-30 15:01:44 +02001310 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001311
1312 /* create jack input elements */
1313 if (spec->hp_detect) {
1314 for (i = 0; i < cfg->hp_outs; i++) {
1315 int type = SND_JACK_HEADPHONE;
1316 nid = cfg->hp_pins[i];
1317 /* jack detection */
1318 if (cfg->hp_outs == i)
1319 type |= SND_JACK_LINEOUT;
1320 err = stac92xx_add_jack(codec, nid, type);
1321 if (err < 0)
1322 return err;
1323 }
1324 }
1325 for (i = 0; i < cfg->line_outs; i++) {
1326 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1327 SND_JACK_LINEOUT);
1328 if (err < 0)
1329 return err;
1330 }
1331 for (i = 0; i < AUTO_PIN_LAST; i++) {
1332 nid = cfg->input_pins[i];
1333 if (nid) {
1334 err = stac92xx_add_jack(codec, nid,
1335 SND_JACK_MICROPHONE);
1336 if (err < 0)
1337 return err;
1338 }
1339 }
1340
Mattdabbed62005-06-14 10:19:34 +02001341 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001342}
1343
Matt Porter403d1942005-11-29 15:00:51 +01001344static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001345 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001346 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1347};
1348
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001349static unsigned int gateway9200_m4_pin_configs[8] = {
1350 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1351 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1352};
1353static unsigned int gateway9200_m4_2_pin_configs[8] = {
1354 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1355 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1356};
1357
1358/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001359 STAC 9200 pin configs for
1360 102801A8
1361 102801DE
1362 102801E8
1363*/
1364static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001365 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1366 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001367};
1368
1369/*
1370 STAC 9200 pin configs for
1371 102801C0
1372 102801C1
1373*/
1374static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001375 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1376 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001377};
1378
1379/*
1380 STAC 9200 pin configs for
1381 102801C4 (Dell Dimension E310)
1382 102801C5
1383 102801C7
1384 102801D9
1385 102801DA
1386 102801E3
1387*/
1388static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001389 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1390 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001391};
1392
1393
1394/*
1395 STAC 9200-32 pin configs for
1396 102801B5 (Dell Inspiron 630m)
1397 102801D8 (Dell Inspiron 640m)
1398*/
1399static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001400 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1401 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001402};
1403
1404/*
1405 STAC 9200-32 pin configs for
1406 102801C2 (Dell Latitude D620)
1407 102801C8
1408 102801CC (Dell Latitude D820)
1409 102801D4
1410 102801D6
1411*/
1412static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001413 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1414 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001415};
1416
1417/*
1418 STAC 9200-32 pin configs for
1419 102801CE (Dell XPS M1710)
1420 102801CF (Dell Precision M90)
1421*/
1422static unsigned int dell9200_m23_pin_configs[8] = {
1423 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1424 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1425};
1426
1427/*
1428 STAC 9200-32 pin configs for
1429 102801C9
1430 102801CA
1431 102801CB (Dell Latitude 120L)
1432 102801D3
1433*/
1434static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001435 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1436 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001437};
1438
1439/*
1440 STAC 9200-32 pin configs for
1441 102801BD (Dell Inspiron E1505n)
1442 102801EE
1443 102801EF
1444*/
1445static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001446 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1447 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001448};
1449
1450/*
1451 STAC 9200-32 pin configs for
1452 102801F5 (Dell Inspiron 1501)
1453 102801F6
1454*/
1455static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001456 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1457 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001458};
1459
1460/*
1461 STAC 9200-32
1462 102801CD (Dell Inspiron E1705/9400)
1463*/
1464static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001465 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1466 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001467};
1468
Tobin Davisbf277782008-02-03 20:31:47 +01001469static unsigned int oqo9200_pin_configs[8] = {
1470 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1471 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1472};
1473
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001474
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001475static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1476 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001477 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001478 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1479 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1480 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1481 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1482 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1483 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1484 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1485 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1486 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1487 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001488 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1489 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001490 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001491};
1492
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001493static const char *stac9200_models[STAC_9200_MODELS] = {
1494 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001495 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001496 [STAC_9200_DELL_D21] = "dell-d21",
1497 [STAC_9200_DELL_D22] = "dell-d22",
1498 [STAC_9200_DELL_D23] = "dell-d23",
1499 [STAC_9200_DELL_M21] = "dell-m21",
1500 [STAC_9200_DELL_M22] = "dell-m22",
1501 [STAC_9200_DELL_M23] = "dell-m23",
1502 [STAC_9200_DELL_M24] = "dell-m24",
1503 [STAC_9200_DELL_M25] = "dell-m25",
1504 [STAC_9200_DELL_M26] = "dell-m26",
1505 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001506 [STAC_9200_M4] = "gateway-m4",
1507 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001508 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001509};
1510
1511static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1512 /* SigmaTel reference board */
1513 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1514 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001515 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1517 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001519 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1521 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1523 "unknown Dell", STAC_9200_DELL_D22),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1525 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001526 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001527 "Dell Latitude D620", STAC_9200_DELL_M22),
1528 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1529 "unknown Dell", STAC_9200_DELL_D23),
1530 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1531 "unknown Dell", STAC_9200_DELL_D23),
1532 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1533 "unknown Dell", STAC_9200_DELL_M22),
1534 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1535 "unknown Dell", STAC_9200_DELL_M24),
1536 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1537 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001538 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001539 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001540 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001541 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001542 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001543 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001544 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001545 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001546 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001547 "Dell Precision M90", STAC_9200_DELL_M23),
1548 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1549 "unknown Dell", STAC_9200_DELL_M22),
1550 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1551 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001552 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001553 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001554 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001555 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1556 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1557 "unknown Dell", STAC_9200_DELL_D23),
1558 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1559 "unknown Dell", STAC_9200_DELL_D23),
1560 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1561 "unknown Dell", STAC_9200_DELL_D21),
1562 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1563 "unknown Dell", STAC_9200_DELL_D23),
1564 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1565 "unknown Dell", STAC_9200_DELL_D21),
1566 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1567 "unknown Dell", STAC_9200_DELL_M25),
1568 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1569 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001570 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001571 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1572 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1573 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001574 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001575 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001576 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001577 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1578 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1579 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001580 /* OQO Mobile */
1581 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001582 {} /* terminator */
1583};
1584
Tobin Davis8e21c342007-01-08 11:04:17 +01001585static unsigned int ref925x_pin_configs[8] = {
1586 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001587 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001588};
1589
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001590static unsigned int stac925xM1_pin_configs[8] = {
1591 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1592 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001593};
1594
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001595static unsigned int stac925xM1_2_pin_configs[8] = {
1596 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1597 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1598};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001599
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001600static unsigned int stac925xM2_pin_configs[8] = {
1601 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1602 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001603};
1604
Tobin Davis8e21c342007-01-08 11:04:17 +01001605static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001606 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1607 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1608};
1609
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001610static unsigned int stac925xM3_pin_configs[8] = {
1611 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1612 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1613};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001614
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001615static unsigned int stac925xM5_pin_configs[8] = {
1616 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1617 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1618};
1619
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001620static unsigned int stac925xM6_pin_configs[8] = {
1621 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1622 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001623};
1624
1625static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1626 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001627 [STAC_M1] = stac925xM1_pin_configs,
1628 [STAC_M1_2] = stac925xM1_2_pin_configs,
1629 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001630 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001631 [STAC_M3] = stac925xM3_pin_configs,
1632 [STAC_M5] = stac925xM5_pin_configs,
1633 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001634};
1635
1636static const char *stac925x_models[STAC_925x_MODELS] = {
1637 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001638 [STAC_M1] = "m1",
1639 [STAC_M1_2] = "m1-2",
1640 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001641 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001642 [STAC_M3] = "m3",
1643 [STAC_M5] = "m5",
1644 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001645};
1646
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001647static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001648 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1649 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1650 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1651 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001652 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001653 /* Not sure about the brand name for those */
1654 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1655 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1656 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1657 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001658 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001659};
1660
1661static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1662 /* SigmaTel reference board */
1663 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001664 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001665
1666 /* Default table for unknown ID */
1667 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1668
Tobin Davis8e21c342007-01-08 11:04:17 +01001669 {} /* terminator */
1670};
1671
Matthew Ranostaya7662642008-02-21 07:51:14 +01001672static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001673 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1674 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1675 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001676 0x01452050,
1677};
1678
1679static unsigned int dell_m6_pin_configs[13] = {
1680 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001681 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001682 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1683 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001684};
1685
1686static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001687 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001688 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1689 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1690 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001691 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001692};
1693
1694static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001695 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001696 [STAC_92HD73XX_REF] = "ref",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001697 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1698 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1699 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001700 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001701};
1702
1703static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1704 /* SigmaTel reference board */
1705 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001706 "DFI LanParty", STAC_92HD73XX_REF),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001708 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001709 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001710 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001711 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001712 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001713 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001714 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001715 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001716 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001717 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001718 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001719 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001720 "unknown Dell", STAC_DELL_M6_DMIC),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1722 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001723 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001724 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001725 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1726 "Dell Studio 17", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001727 {} /* terminator */
1728};
1729
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001730static unsigned int ref92hd83xxx_pin_configs[14] = {
1731 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1732 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1733 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1734 0x01451160, 0x98560170,
1735};
1736
1737static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1738 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1739};
1740
1741static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1742 [STAC_92HD83XXX_REF] = "ref",
1743};
1744
1745static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1746 /* SigmaTel reference board */
1747 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001748 "DFI LanParty", STAC_92HD83XXX_REF),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001749 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001750};
1751
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001752static unsigned int ref92hd71bxx_pin_configs[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001753 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001754 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001755 0x90a000f0, 0x01452050, 0x01452050,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001756};
1757
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001758static unsigned int dell_m4_1_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001759 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001760 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001761 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001762};
1763
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001764static unsigned int dell_m4_2_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001765 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1766 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001767 0x40f000f0, 0x044413b0, 0x044413b0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001768};
1769
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001770static unsigned int dell_m4_3_pin_configs[11] = {
1771 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1772 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1773 0x40f000f0, 0x044413b0, 0x044413b0,
1774};
1775
Matthew Ranostaye035b842007-11-06 11:53:55 +01001776static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1777 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001778 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1779 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001780 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001781 [STAC_HP_M4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001782 [STAC_HP_DV5] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001783};
1784
1785static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1786 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001787 [STAC_DELL_M4_1] = "dell-m4-1",
1788 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001789 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001790 [STAC_HP_M4] = "hp-m4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001791 [STAC_HP_DV5] = "hp-dv5",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001792};
1793
1794static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1795 /* SigmaTel reference board */
1796 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1797 "DFI LanParty", STAC_92HD71BXX_REF),
Takashi Iwai80bf2722008-11-18 10:48:41 +01001798 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1799 "HP dv5", STAC_HP_M4),
1800 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1801 "HP dv7", STAC_HP_M4),
Takashi Iwai69dfaef2008-12-20 16:57:50 +01001802 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
1803 "HP dv7", STAC_HP_M4),
Giuseppe Bilottadafb70c2009-01-13 08:58:49 -05001804 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001805 "HP dv5", STAC_HP_DV5),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001806 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1807 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001808 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1809 "unknown Dell", STAC_DELL_M4_1),
1810 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1811 "unknown Dell", STAC_DELL_M4_1),
1812 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1813 "unknown Dell", STAC_DELL_M4_1),
1814 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1815 "unknown Dell", STAC_DELL_M4_1),
1816 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1817 "unknown Dell", STAC_DELL_M4_1),
1818 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1819 "unknown Dell", STAC_DELL_M4_1),
1820 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1821 "unknown Dell", STAC_DELL_M4_1),
1822 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1823 "unknown Dell", STAC_DELL_M4_2),
1824 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1825 "unknown Dell", STAC_DELL_M4_2),
1826 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1827 "unknown Dell", STAC_DELL_M4_2),
1828 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1829 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001830 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1831 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001832 {} /* terminator */
1833};
1834
Matt Porter403d1942005-11-29 15:00:51 +01001835static unsigned int ref922x_pin_configs[10] = {
1836 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1837 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001838 0x40000100, 0x40000100,
1839};
1840
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001841/*
1842 STAC 922X pin configs for
1843 102801A7
1844 102801AB
1845 102801A9
1846 102801D1
1847 102801D2
1848*/
1849static unsigned int dell_922x_d81_pin_configs[10] = {
1850 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1851 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1852 0x01813122, 0x400001f2,
1853};
1854
1855/*
1856 STAC 922X pin configs for
1857 102801AC
1858 102801D0
1859*/
1860static unsigned int dell_922x_d82_pin_configs[10] = {
1861 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1862 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1863 0x01813122, 0x400001f1,
1864};
1865
1866/*
1867 STAC 922X pin configs for
1868 102801BF
1869*/
1870static unsigned int dell_922x_m81_pin_configs[10] = {
1871 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1872 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1873 0x40C003f1, 0x405003f0,
1874};
1875
1876/*
1877 STAC 9221 A1 pin configs for
1878 102801D7 (Dell XPS M1210)
1879*/
1880static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001881 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1882 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001883 0x508003f3, 0x405003f4,
1884};
1885
Matt Porter403d1942005-11-29 15:00:51 +01001886static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001887 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001888 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1889 0x02a19120, 0x40000100,
1890};
1891
1892static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001893 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1894 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001895 0x02a19320, 0x40000100,
1896};
1897
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001898static unsigned int intel_mac_v1_pin_configs[10] = {
1899 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1900 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001901 0x400000fc, 0x400000fb,
1902};
1903
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001904static unsigned int intel_mac_v2_pin_configs[10] = {
1905 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1906 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001907 0x400000fc, 0x400000fb,
1908};
1909
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001910static unsigned int intel_mac_v3_pin_configs[10] = {
1911 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1912 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1913 0x400000fc, 0x400000fb,
1914};
1915
1916static unsigned int intel_mac_v4_pin_configs[10] = {
1917 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1918 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1919 0x400000fc, 0x400000fb,
1920};
1921
1922static unsigned int intel_mac_v5_pin_configs[10] = {
1923 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1924 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1925 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001926};
1927
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001928static unsigned int ecs202_pin_configs[10] = {
1929 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1930 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1931 0x9037012e, 0x40e000f2,
1932};
Takashi Iwai76c08822007-06-19 12:17:42 +02001933
Takashi Iwai19039bd2006-06-28 15:52:16 +02001934static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001935 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001936 [STAC_D945GTP3] = d945gtp3_pin_configs,
1937 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001938 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1939 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1940 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1941 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1942 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001943 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001944 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001945 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1946 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1947 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1948 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1949 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1950 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001951 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001952 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1953 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1954 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1955 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001956};
1957
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001958static const char *stac922x_models[STAC_922X_MODELS] = {
1959 [STAC_D945_REF] = "ref",
1960 [STAC_D945GTP5] = "5stack",
1961 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001962 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1963 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1964 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1965 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1966 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001967 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001968 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001969 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001970 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001971 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1972 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001973 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001974 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001975 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001976 [STAC_922X_DELL_D81] = "dell-d81",
1977 [STAC_922X_DELL_D82] = "dell-d82",
1978 [STAC_922X_DELL_M81] = "dell-m81",
1979 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001980};
1981
1982static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1983 /* SigmaTel reference board */
1984 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1985 "DFI LanParty", STAC_D945_REF),
1986 /* Intel 945G based systems */
1987 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1988 "Intel D945G", STAC_D945GTP3),
1989 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1990 "Intel D945G", STAC_D945GTP3),
1991 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1992 "Intel D945G", STAC_D945GTP3),
1993 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1994 "Intel D945G", STAC_D945GTP3),
1995 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1996 "Intel D945G", STAC_D945GTP3),
1997 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1998 "Intel D945G", STAC_D945GTP3),
1999 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2000 "Intel D945G", STAC_D945GTP3),
2001 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2002 "Intel D945G", STAC_D945GTP3),
2003 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2004 "Intel D945G", STAC_D945GTP3),
2005 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2006 "Intel D945G", STAC_D945GTP3),
2007 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2008 "Intel D945G", STAC_D945GTP3),
2009 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2010 "Intel D945G", STAC_D945GTP3),
2011 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2012 "Intel D945G", STAC_D945GTP3),
2013 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2014 "Intel D945G", STAC_D945GTP3),
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2016 "Intel D945G", STAC_D945GTP3),
2017 /* Intel D945G 5-stack systems */
2018 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2019 "Intel D945G", STAC_D945GTP5),
2020 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2021 "Intel D945G", STAC_D945GTP5),
2022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2023 "Intel D945G", STAC_D945GTP5),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2025 "Intel D945G", STAC_D945GTP5),
2026 /* Intel 945P based systems */
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2028 "Intel D945P", STAC_D945GTP3),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2030 "Intel D945P", STAC_D945GTP3),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2032 "Intel D945P", STAC_D945GTP3),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2034 "Intel D945P", STAC_D945GTP3),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2036 "Intel D945P", STAC_D945GTP3),
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2038 "Intel D945P", STAC_D945GTP5),
2039 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002040 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002041 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002042 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002043 /* Dell systems */
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2045 "unknown Dell", STAC_922X_DELL_D81),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2047 "unknown Dell", STAC_922X_DELL_D81),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2049 "unknown Dell", STAC_922X_DELL_D81),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2051 "unknown Dell", STAC_922X_DELL_D82),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2053 "unknown Dell", STAC_922X_DELL_M81),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2055 "unknown Dell", STAC_922X_DELL_D82),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2057 "unknown Dell", STAC_922X_DELL_D81),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2059 "unknown Dell", STAC_922X_DELL_D81),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2061 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002062 /* ECS/PC Chips boards */
2063 SND_PCI_QUIRK(0x1019, 0x2144,
2064 "ECS/PC chips", STAC_ECS_202),
2065 SND_PCI_QUIRK(0x1019, 0x2608,
2066 "ECS/PC chips", STAC_ECS_202),
2067 SND_PCI_QUIRK(0x1019, 0x2633,
2068 "ECS/PC chips P17G/1333", STAC_ECS_202),
2069 SND_PCI_QUIRK(0x1019, 0x2811,
2070 "ECS/PC chips", STAC_ECS_202),
2071 SND_PCI_QUIRK(0x1019, 0x2812,
2072 "ECS/PC chips", STAC_ECS_202),
2073 SND_PCI_QUIRK(0x1019, 0x2813,
2074 "ECS/PC chips", STAC_ECS_202),
2075 SND_PCI_QUIRK(0x1019, 0x2814,
2076 "ECS/PC chips", STAC_ECS_202),
2077 SND_PCI_QUIRK(0x1019, 0x2815,
2078 "ECS/PC chips", STAC_ECS_202),
2079 SND_PCI_QUIRK(0x1019, 0x2816,
2080 "ECS/PC chips", STAC_ECS_202),
2081 SND_PCI_QUIRK(0x1019, 0x2817,
2082 "ECS/PC chips", STAC_ECS_202),
2083 SND_PCI_QUIRK(0x1019, 0x2818,
2084 "ECS/PC chips", STAC_ECS_202),
2085 SND_PCI_QUIRK(0x1019, 0x2819,
2086 "ECS/PC chips", STAC_ECS_202),
2087 SND_PCI_QUIRK(0x1019, 0x2820,
2088 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002089 {} /* terminator */
2090};
2091
Matt Porter3cc08dc2006-01-23 15:27:49 +01002092static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002093 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2094 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2095 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2096 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002097};
2098
Tobin Davis93ed1502006-09-01 21:03:12 +02002099static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002100 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2101 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2102 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2103 0x40000100, 0x40000100
2104};
2105
Tobin Davis93ed1502006-09-01 21:03:12 +02002106static unsigned int d965_5st_pin_configs[14] = {
2107 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2108 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2109 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2110 0x40000100, 0x40000100
2111};
2112
Tobin Davis4ff076e2007-08-07 11:48:12 +02002113static unsigned int dell_3st_pin_configs[14] = {
2114 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2115 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002116 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002117 0x40c003fc, 0x40000100
2118};
2119
Tobin Davis93ed1502006-09-01 21:03:12 +02002120static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002121 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002122 [STAC_D965_REF] = ref927x_pin_configs,
2123 [STAC_D965_3ST] = d965_3st_pin_configs,
2124 [STAC_D965_5ST] = d965_5st_pin_configs,
2125 [STAC_DELL_3ST] = dell_3st_pin_configs,
2126 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002127};
2128
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002129static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002130 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002131 [STAC_D965_REF] = "ref",
2132 [STAC_D965_3ST] = "3stack",
2133 [STAC_D965_5ST] = "5stack",
2134 [STAC_DELL_3ST] = "dell-3stack",
2135 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002136};
2137
2138static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2139 /* SigmaTel reference board */
2140 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2141 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002142 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002143 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002145 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002146 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2147 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2148 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2149 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2150 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2152 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2158 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2159 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2160 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2161 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002162 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002164 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2174 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002176 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002177 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2178 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2179 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2180 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2181 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2182 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2183 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2184 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2185 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002186 {} /* terminator */
2187};
2188
Matt Porterf3302a52006-07-31 12:49:34 +02002189static unsigned int ref9205_pin_configs[12] = {
2190 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002191 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002192 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002193};
2194
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002195/*
2196 STAC 9205 pin configs for
2197 102801F1
2198 102801F2
2199 102801FC
2200 102801FD
2201 10280204
2202 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002203 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002204*/
2205static unsigned int dell_9205_m42_pin_configs[12] = {
2206 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2207 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2208 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2209};
2210
2211/*
2212 STAC 9205 pin configs for
2213 102801F9
2214 102801FA
2215 102801FE
2216 102801FF (Dell Precision M4300)
2217 10280206
2218 10280200
2219 10280201
2220*/
2221static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002222 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2223 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2224 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2225};
2226
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002227static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002228 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2229 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2230 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2231};
2232
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002233static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002234 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002235 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2236 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2237 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Matt Porterf3302a52006-07-31 12:49:34 +02002238};
2239
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002240static const char *stac9205_models[STAC_9205_MODELS] = {
2241 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002242 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002243 [STAC_9205_DELL_M43] = "dell-m43",
2244 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002245};
2246
2247static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2248 /* SigmaTel reference board */
2249 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2250 "DFI LanParty", STAC_9205_REF),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002251 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2252 "unknown Dell", STAC_9205_DELL_M42),
2253 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2254 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002255 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002256 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002257 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2258 "Dell Precision", STAC_9205_DELL_M43),
2259 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2260 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002261 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2262 "unknown Dell", STAC_9205_DELL_M42),
2263 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2264 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002265 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2266 "Dell Precision", STAC_9205_DELL_M43),
2267 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002268 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002269 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2270 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002271 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2272 "Dell Precision", STAC_9205_DELL_M43),
2273 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2274 "Dell Precision", STAC_9205_DELL_M43),
2275 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2276 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002277 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2278 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002279 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2280 "Dell Vostro 1500", STAC_9205_DELL_M42),
Matt Porterf3302a52006-07-31 12:49:34 +02002281 {} /* terminator */
2282};
2283
Richard Fish11b44bb2006-08-23 18:31:34 +02002284static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2285{
2286 int i;
2287 struct sigmatel_spec *spec = codec->spec;
2288
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002289 kfree(spec->pin_configs);
2290 spec->pin_configs = kcalloc(spec->num_pins, sizeof(*spec->pin_configs),
2291 GFP_KERNEL);
2292 if (!spec->pin_configs)
2293 return -ENOMEM;
Richard Fish11b44bb2006-08-23 18:31:34 +02002294
2295 for (i = 0; i < spec->num_pins; i++) {
2296 hda_nid_t nid = spec->pin_nids[i];
2297 unsigned int pin_cfg;
2298
2299 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2300 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2301 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2302 nid, pin_cfg);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002303 spec->pin_configs[i] = pin_cfg;
Richard Fish11b44bb2006-08-23 18:31:34 +02002304 }
2305
2306 return 0;
2307}
2308
Matthew Ranostay87d48362007-07-17 11:52:24 +02002309static void stac92xx_set_config_reg(struct hda_codec *codec,
2310 hda_nid_t pin_nid, unsigned int pin_config)
2311{
2312 int i;
2313 snd_hda_codec_write(codec, pin_nid, 0,
2314 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2315 pin_config & 0x000000ff);
2316 snd_hda_codec_write(codec, pin_nid, 0,
2317 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2318 (pin_config & 0x0000ff00) >> 8);
2319 snd_hda_codec_write(codec, pin_nid, 0,
2320 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2321 (pin_config & 0x00ff0000) >> 16);
2322 snd_hda_codec_write(codec, pin_nid, 0,
2323 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2324 pin_config >> 24);
2325 i = snd_hda_codec_read(codec, pin_nid, 0,
2326 AC_VERB_GET_CONFIG_DEFAULT,
2327 0x00);
2328 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2329 pin_nid, i);
2330}
2331
Matt2f2f4252005-04-13 14:45:30 +02002332static void stac92xx_set_config_regs(struct hda_codec *codec)
2333{
2334 int i;
2335 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002336
Matthew Ranostay87d48362007-07-17 11:52:24 +02002337 if (!spec->pin_configs)
2338 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002339
Matthew Ranostay87d48362007-07-17 11:52:24 +02002340 for (i = 0; i < spec->num_pins; i++)
2341 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2342 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002343}
Matt2f2f4252005-04-13 14:45:30 +02002344
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002345static int stac_save_pin_cfgs(struct hda_codec *codec, unsigned int *pins)
2346{
2347 struct sigmatel_spec *spec = codec->spec;
2348
2349 if (!pins)
2350 return stac92xx_save_bios_config_regs(codec);
2351
2352 kfree(spec->pin_configs);
2353 spec->pin_configs = kmemdup(pins,
2354 spec->num_pins * sizeof(*pins),
2355 GFP_KERNEL);
2356 if (!spec->pin_configs)
2357 return -ENOMEM;
2358
2359 stac92xx_set_config_regs(codec);
2360 return 0;
2361}
2362
2363static void stac_change_pin_config(struct hda_codec *codec, hda_nid_t nid,
2364 unsigned int cfg)
2365{
2366 struct sigmatel_spec *spec = codec->spec;
2367 int i;
2368
2369 for (i = 0; i < spec->num_pins; i++) {
2370 if (spec->pin_nids[i] == nid) {
2371 spec->pin_configs[i] = cfg;
2372 stac92xx_set_config_reg(codec, nid, cfg);
2373 break;
2374 }
2375 }
2376}
2377
Matt2f2f4252005-04-13 14:45:30 +02002378/*
2379 * Analog playback callbacks
2380 */
2381static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2382 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002383 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002384{
2385 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002386 if (spec->stream_delay)
2387 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002388 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2389 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002390}
2391
2392static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2393 struct hda_codec *codec,
2394 unsigned int stream_tag,
2395 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002396 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002397{
2398 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002399 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002400}
2401
2402static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2403 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002404 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002405{
2406 struct sigmatel_spec *spec = codec->spec;
2407 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2408}
2409
2410/*
Mattdabbed62005-06-14 10:19:34 +02002411 * Digital playback callbacks
2412 */
2413static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2414 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002415 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002416{
2417 struct sigmatel_spec *spec = codec->spec;
2418 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2419}
2420
2421static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2422 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002423 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002424{
2425 struct sigmatel_spec *spec = codec->spec;
2426 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2427}
2428
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002429static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2430 struct hda_codec *codec,
2431 unsigned int stream_tag,
2432 unsigned int format,
2433 struct snd_pcm_substream *substream)
2434{
2435 struct sigmatel_spec *spec = codec->spec;
2436 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2437 stream_tag, format, substream);
2438}
2439
Mattdabbed62005-06-14 10:19:34 +02002440
2441/*
Matt2f2f4252005-04-13 14:45:30 +02002442 * Analog capture callbacks
2443 */
2444static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2445 struct hda_codec *codec,
2446 unsigned int stream_tag,
2447 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002448 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002449{
2450 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002451 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002452
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002453 if (spec->powerdown_adcs) {
2454 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002455 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002456 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2457 }
2458 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002459 return 0;
2460}
2461
2462static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2463 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002464 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002465{
2466 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002467 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002468
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002469 snd_hda_codec_cleanup_stream(codec, nid);
2470 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002471 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002472 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002473 return 0;
2474}
2475
Mattdabbed62005-06-14 10:19:34 +02002476static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2477 .substreams = 1,
2478 .channels_min = 2,
2479 .channels_max = 2,
2480 /* NID is set in stac92xx_build_pcms */
2481 .ops = {
2482 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002483 .close = stac92xx_dig_playback_pcm_close,
2484 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002485 },
2486};
2487
2488static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2489 .substreams = 1,
2490 .channels_min = 2,
2491 .channels_max = 2,
2492 /* NID is set in stac92xx_build_pcms */
2493};
2494
Matt2f2f4252005-04-13 14:45:30 +02002495static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2496 .substreams = 1,
2497 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002498 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002499 .nid = 0x02, /* NID to query formats and rates */
2500 .ops = {
2501 .open = stac92xx_playback_pcm_open,
2502 .prepare = stac92xx_playback_pcm_prepare,
2503 .cleanup = stac92xx_playback_pcm_cleanup
2504 },
2505};
2506
Matt Porter3cc08dc2006-01-23 15:27:49 +01002507static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2508 .substreams = 1,
2509 .channels_min = 2,
2510 .channels_max = 2,
2511 .nid = 0x06, /* NID to query formats and rates */
2512 .ops = {
2513 .open = stac92xx_playback_pcm_open,
2514 .prepare = stac92xx_playback_pcm_prepare,
2515 .cleanup = stac92xx_playback_pcm_cleanup
2516 },
2517};
2518
Matt2f2f4252005-04-13 14:45:30 +02002519static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002520 .channels_min = 2,
2521 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002522 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002523 .ops = {
2524 .prepare = stac92xx_capture_pcm_prepare,
2525 .cleanup = stac92xx_capture_pcm_cleanup
2526 },
2527};
2528
2529static int stac92xx_build_pcms(struct hda_codec *codec)
2530{
2531 struct sigmatel_spec *spec = codec->spec;
2532 struct hda_pcm *info = spec->pcm_rec;
2533
2534 codec->num_pcms = 1;
2535 codec->pcm_info = info;
2536
Mattc7d4b2f2005-06-27 14:59:41 +02002537 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002538 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02002539 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002540 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002541 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002542
2543 if (spec->alt_switch) {
2544 codec->num_pcms++;
2545 info++;
2546 info->name = "STAC92xx Analog Alt";
2547 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2548 }
Matt2f2f4252005-04-13 14:45:30 +02002549
Mattdabbed62005-06-14 10:19:34 +02002550 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2551 codec->num_pcms++;
2552 info++;
2553 info->name = "STAC92xx Digital";
Takashi Iwai7ba72ba2008-02-06 14:03:20 +01002554 info->pcm_type = HDA_PCM_TYPE_SPDIF;
Mattdabbed62005-06-14 10:19:34 +02002555 if (spec->multiout.dig_out_nid) {
2556 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2557 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2558 }
2559 if (spec->dig_in_nid) {
2560 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2561 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2562 }
2563 }
2564
Matt2f2f4252005-04-13 14:45:30 +02002565 return 0;
2566}
2567
Takashi Iwaic960a032006-03-23 17:06:28 +01002568static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2569{
2570 unsigned int pincap = snd_hda_param_read(codec, nid,
2571 AC_PAR_PIN_CAP);
2572 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2573 if (pincap & AC_PINCAP_VREF_100)
2574 return AC_PINCTL_VREF_100;
2575 if (pincap & AC_PINCAP_VREF_80)
2576 return AC_PINCTL_VREF_80;
2577 if (pincap & AC_PINCAP_VREF_50)
2578 return AC_PINCTL_VREF_50;
2579 if (pincap & AC_PINCAP_VREF_GRD)
2580 return AC_PINCTL_VREF_GRD;
2581 return 0;
2582}
2583
Matt Porter403d1942005-11-29 15:00:51 +01002584static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2585
2586{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002587 snd_hda_codec_write_cache(codec, nid, 0,
2588 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002589}
2590
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002591#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2592
2593static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2594 struct snd_ctl_elem_value *ucontrol)
2595{
2596 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2597 struct sigmatel_spec *spec = codec->spec;
2598
Takashi Iwaid7a89432008-11-12 09:48:04 +01002599 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002600 return 0;
2601}
2602
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002603static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2604 unsigned char type);
2605
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002606static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2607 struct snd_ctl_elem_value *ucontrol)
2608{
2609 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2610 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002611 int nid = kcontrol->private_value;
2612
2613 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002614
2615 /* check to be sure that the ports are upto date with
2616 * switch changes
2617 */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002618 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002619
2620 return 1;
2621}
2622
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002623#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002624
2625static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2626{
2627 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2628 struct sigmatel_spec *spec = codec->spec;
2629 int io_idx = kcontrol-> private_value & 0xff;
2630
2631 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2632 return 0;
2633}
2634
2635static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2636{
2637 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2638 struct sigmatel_spec *spec = codec->spec;
2639 hda_nid_t nid = kcontrol->private_value >> 8;
2640 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002641 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002642
2643 spec->io_switch[io_idx] = val;
2644
2645 if (val)
2646 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002647 else {
2648 unsigned int pinctl = AC_PINCTL_IN_EN;
2649 if (io_idx) /* set VREF for mic */
2650 pinctl |= stac92xx_get_vref(codec, nid);
2651 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2652 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002653
2654 /* check the auto-mute again: we need to mute/unmute the speaker
2655 * appropriately according to the pin direction
2656 */
2657 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002658 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002659
Matt Porter403d1942005-11-29 15:00:51 +01002660 return 1;
2661}
2662
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002663#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2664
2665static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2666 struct snd_ctl_elem_value *ucontrol)
2667{
2668 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2669 struct sigmatel_spec *spec = codec->spec;
2670
2671 ucontrol->value.integer.value[0] = spec->clfe_swap;
2672 return 0;
2673}
2674
2675static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2676 struct snd_ctl_elem_value *ucontrol)
2677{
2678 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2679 struct sigmatel_spec *spec = codec->spec;
2680 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002681 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002682
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002683 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002684 return 0;
2685
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002686 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002687
2688 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2689 spec->clfe_swap ? 0x4 : 0x0);
2690
2691 return 1;
2692}
2693
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002694#define STAC_CODEC_HP_SWITCH(xname) \
2695 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2696 .name = xname, \
2697 .index = 0, \
2698 .info = stac92xx_hp_switch_info, \
2699 .get = stac92xx_hp_switch_get, \
2700 .put = stac92xx_hp_switch_put, \
2701 }
2702
Matt Porter403d1942005-11-29 15:00:51 +01002703#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2704 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2705 .name = xname, \
2706 .index = 0, \
2707 .info = stac92xx_io_switch_info, \
2708 .get = stac92xx_io_switch_get, \
2709 .put = stac92xx_io_switch_put, \
2710 .private_value = xpval, \
2711 }
2712
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002713#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2714 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2715 .name = xname, \
2716 .index = 0, \
2717 .info = stac92xx_clfe_switch_info, \
2718 .get = stac92xx_clfe_switch_get, \
2719 .put = stac92xx_clfe_switch_put, \
2720 .private_value = xpval, \
2721 }
Matt Porter403d1942005-11-29 15:00:51 +01002722
Mattc7d4b2f2005-06-27 14:59:41 +02002723enum {
2724 STAC_CTL_WIDGET_VOL,
2725 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002726 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002727 STAC_CTL_WIDGET_AMP_MUX,
2728 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002729 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002730 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002731 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002732};
2733
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002734static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002735 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2736 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002737 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002738 STAC_AMP_MUX,
2739 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002740 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002741 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002742 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002743};
2744
2745/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002746static 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)
Mattc7d4b2f2005-06-27 14:59:41 +02002750{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002751 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002752
Takashi Iwai603c4012008-07-30 15:01:44 +02002753 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2754 knew = snd_array_new(&spec->kctls);
2755 if (!knew)
2756 return -ENOMEM;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002757 *knew = *ktemp;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002758 knew->index = idx;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002759 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002760 if (!knew->name)
Mattc7d4b2f2005-06-27 14:59:41 +02002761 return -ENOMEM;
2762 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002763 return 0;
2764}
2765
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002766static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2767 int type, int idx, const char *name,
2768 unsigned long val)
2769{
2770 return stac92xx_add_control_temp(spec,
2771 &stac92xx_control_templates[type],
2772 idx, name, val);
2773}
2774
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002775
2776/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002777static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2778 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002779{
2780 return stac92xx_add_control_idx(spec, type, 0, name, val);
2781}
2782
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002783/* check whether the line-input can be used as line-out */
2784static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002785{
2786 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002787 struct auto_pin_cfg *cfg = &spec->autocfg;
2788 hda_nid_t nid;
2789 unsigned int pincap;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002790
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002791 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2792 return 0;
2793 nid = cfg->input_pins[AUTO_PIN_LINE];
2794 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2795 if (pincap & AC_PINCAP_OUT)
2796 return nid;
Matt Porter403d1942005-11-29 15:00:51 +01002797 return 0;
2798}
2799
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002800/* check whether the mic-input can be used as line-out */
2801static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2802{
2803 struct sigmatel_spec *spec = codec->spec;
2804 struct auto_pin_cfg *cfg = &spec->autocfg;
2805 unsigned int def_conf, pincap;
2806 unsigned int mic_pin;
2807
2808 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2809 return 0;
2810 mic_pin = AUTO_PIN_MIC;
2811 for (;;) {
2812 hda_nid_t nid = cfg->input_pins[mic_pin];
2813 def_conf = snd_hda_codec_read(codec, nid, 0,
2814 AC_VERB_GET_CONFIG_DEFAULT, 0);
2815 /* some laptops have an internal analog microphone
2816 * which can't be used as a output */
2817 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2818 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2819 if (pincap & AC_PINCAP_OUT)
2820 return nid;
2821 }
2822 if (mic_pin == AUTO_PIN_MIC)
2823 mic_pin = AUTO_PIN_FRONT_MIC;
2824 else
2825 break;
2826 }
2827 return 0;
2828}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002829
2830static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2831{
2832 int i;
2833
2834 for (i = 0; i < spec->multiout.num_dacs; i++) {
2835 if (spec->multiout.dac_nids[i] == nid)
2836 return 1;
2837 }
2838
2839 return 0;
2840}
2841
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002842static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2843{
2844 int i;
2845 if (is_in_dac_nids(spec, nid))
2846 return 1;
2847 for (i = 0; i < spec->autocfg.hp_outs; i++)
2848 if (spec->hp_dacs[i] == nid)
2849 return 1;
2850 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2851 if (spec->speaker_dacs[i] == nid)
2852 return 1;
2853 return 0;
2854}
2855
2856static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2857{
2858 struct sigmatel_spec *spec = codec->spec;
2859 int j, conn_len;
2860 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2861 unsigned int wcaps, wtype;
2862
2863 conn_len = snd_hda_get_connections(codec, nid, conn,
2864 HDA_MAX_CONNECTIONS);
2865 for (j = 0; j < conn_len; j++) {
2866 wcaps = snd_hda_param_read(codec, conn[j],
2867 AC_PAR_AUDIO_WIDGET_CAP);
2868 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2869 /* we check only analog outputs */
2870 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2871 continue;
2872 /* if this route has a free DAC, assign it */
2873 if (!check_all_dac_nids(spec, conn[j])) {
2874 if (conn_len > 1) {
2875 /* select this DAC in the pin's input mux */
2876 snd_hda_codec_write_cache(codec, nid, 0,
2877 AC_VERB_SET_CONNECT_SEL, j);
2878 }
2879 return conn[j];
2880 }
2881 }
2882 return 0;
2883}
2884
2885static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2886static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2887
Matt Porter3cc08dc2006-01-23 15:27:49 +01002888/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002889 * Fill in the dac_nids table from the parsed pin configuration
2890 * This function only works when every pin in line_out_pins[]
2891 * contains atleast one DAC in its connection list. Some 92xx
2892 * codecs are not connected directly to a DAC, such as the 9200
2893 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002894 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002895static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02002896{
2897 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002898 struct auto_pin_cfg *cfg = &spec->autocfg;
2899 int i;
2900 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002901
Mattc7d4b2f2005-06-27 14:59:41 +02002902 for (i = 0; i < cfg->line_outs; i++) {
2903 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002904 dac = get_unassigned_dac(codec, nid);
2905 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002906 if (spec->multiout.num_dacs > 0) {
2907 /* we have already working output pins,
2908 * so let's drop the broken ones again
2909 */
2910 cfg->line_outs = spec->multiout.num_dacs;
2911 break;
2912 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002913 /* error out, no available DAC found */
2914 snd_printk(KERN_ERR
2915 "%s: No available DAC for pin 0x%x\n",
2916 __func__, nid);
2917 return -ENODEV;
2918 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002919 add_spec_dacs(spec, dac);
2920 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002921
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002922 /* add line-in as output */
2923 nid = check_line_out_switch(codec);
2924 if (nid) {
2925 dac = get_unassigned_dac(codec, nid);
2926 if (dac) {
2927 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2928 nid, cfg->line_outs);
2929 cfg->line_out_pins[cfg->line_outs] = nid;
2930 cfg->line_outs++;
2931 spec->line_switch = nid;
2932 add_spec_dacs(spec, dac);
2933 }
2934 }
2935 /* add mic as output */
2936 nid = check_mic_out_switch(codec);
2937 if (nid) {
2938 dac = get_unassigned_dac(codec, nid);
2939 if (dac) {
2940 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2941 nid, cfg->line_outs);
2942 cfg->line_out_pins[cfg->line_outs] = nid;
2943 cfg->line_outs++;
2944 spec->mic_switch = nid;
2945 add_spec_dacs(spec, dac);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002946 }
Mattc7d4b2f2005-06-27 14:59:41 +02002947 }
2948
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002949 for (i = 0; i < cfg->hp_outs; i++) {
2950 nid = cfg->hp_pins[i];
2951 dac = get_unassigned_dac(codec, nid);
2952 if (dac) {
2953 if (!spec->multiout.hp_nid)
2954 spec->multiout.hp_nid = dac;
2955 else
2956 add_spec_extra_dacs(spec, dac);
2957 }
2958 spec->hp_dacs[i] = dac;
2959 }
2960
2961 for (i = 0; i < cfg->speaker_outs; i++) {
2962 nid = cfg->speaker_pins[i];
2963 dac = get_unassigned_dac(codec, nid);
2964 if (dac)
2965 add_spec_extra_dacs(spec, dac);
2966 spec->speaker_dacs[i] = dac;
2967 }
2968
2969 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02002970 spec->multiout.num_dacs,
2971 spec->multiout.dac_nids[0],
2972 spec->multiout.dac_nids[1],
2973 spec->multiout.dac_nids[2],
2974 spec->multiout.dac_nids[3],
2975 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002976
Mattc7d4b2f2005-06-27 14:59:41 +02002977 return 0;
2978}
2979
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002980/* create volume control/switch for the given prefx type */
2981static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2982{
2983 char name[32];
2984 int err;
2985
2986 sprintf(name, "%s Playback Volume", pfx);
2987 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2988 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2989 if (err < 0)
2990 return err;
2991 sprintf(name, "%s Playback Switch", pfx);
2992 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2993 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2994 if (err < 0)
2995 return err;
2996 return 0;
2997}
2998
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002999static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3000{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003001 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003002 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3003 return 1;
3004 } else {
3005 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3006 spec->multiout.num_dacs++;
3007 }
3008 return 0;
3009}
3010
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003011static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003012{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003013 int i;
3014 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3015 if (!spec->multiout.extra_out_nid[i]) {
3016 spec->multiout.extra_out_nid[i] = nid;
3017 return 0;
3018 }
3019 }
3020 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3021 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003022}
3023
Takashi Iwai76624532008-12-19 10:09:47 +01003024static int is_unique_dac(struct sigmatel_spec *spec, hda_nid_t nid)
3025{
3026 int i;
3027
3028 if (spec->autocfg.line_outs != 1)
3029 return 0;
3030 if (spec->multiout.hp_nid == nid)
3031 return 0;
3032 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++)
3033 if (spec->multiout.extra_out_nid[i] == nid)
3034 return 0;
3035 return 1;
3036}
3037
Mattc7d4b2f2005-06-27 14:59:41 +02003038/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003039static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02003040 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003041{
Takashi Iwai76624532008-12-19 10:09:47 +01003042 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003043 static const char *chname[4] = {
3044 "Front", "Surround", NULL /*CLFE*/, "Side"
3045 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04003046 hda_nid_t nid = 0;
Takashi Iwai91589232008-12-19 15:59:40 +01003047 int i, err;
3048 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003049
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003050 for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
Mattc7d4b2f2005-06-27 14:59:41 +02003051 nid = spec->multiout.dac_nids[i];
Mattc7d4b2f2005-06-27 14:59:41 +02003052 if (i == 2) {
3053 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003054 err = create_controls(spec, "Center", nid, 1);
3055 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003056 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003057 err = create_controls(spec, "LFE", nid, 2);
3058 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003059 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003060
3061 wid_caps = get_wcaps(codec, nid);
3062
3063 if (wid_caps & AC_WCAP_LR_SWAP) {
3064 err = stac92xx_add_control(spec,
3065 STAC_CTL_WIDGET_CLFE_SWITCH,
3066 "Swap Center/LFE Playback Switch", nid);
3067
3068 if (err < 0)
3069 return err;
3070 }
3071
Mattc7d4b2f2005-06-27 14:59:41 +02003072 } else {
Takashi Iwai76624532008-12-19 10:09:47 +01003073 const char *name = chname[i];
3074 /* if it's a single DAC, assign a better name */
3075 if (!i && is_unique_dac(spec, nid)) {
3076 switch (cfg->line_out_type) {
3077 case AUTO_PIN_HP_OUT:
3078 name = "Headphone";
3079 break;
3080 case AUTO_PIN_SPEAKER_OUT:
3081 name = "Speaker";
3082 break;
3083 }
3084 }
3085 err = create_controls(spec, name, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003086 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003087 return err;
3088 }
3089 }
3090
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003091 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003092 err = stac92xx_add_control(spec,
3093 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003094 "Headphone as Line Out Switch",
3095 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003096 if (err < 0)
3097 return err;
3098 }
3099
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003100 if (spec->line_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003101 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3102 "Line In as Output Switch",
3103 spec->line_switch << 8);
3104 if (err < 0)
3105 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003106 }
Matt Porter403d1942005-11-29 15:00:51 +01003107
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003108 if (spec->mic_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003109 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3110 "Mic as Output Switch",
3111 (spec->mic_switch << 8) | 1);
3112 if (err < 0)
3113 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003114 }
Matt Porter403d1942005-11-29 15:00:51 +01003115
Mattc7d4b2f2005-06-27 14:59:41 +02003116 return 0;
3117}
3118
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003119/* add playback controls for Speaker and HP outputs */
3120static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3121 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003122{
3123 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003124 hda_nid_t nid;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003125 int i, err, nums;
Mattc7d4b2f2005-06-27 14:59:41 +02003126
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003127 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003128 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003129 static const char *pfxs[] = {
3130 "Headphone", "Headphone2", "Headphone3",
3131 };
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003132 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
3133 if (wid_caps & AC_WCAP_UNSOL_CAP)
3134 spec->hp_detect = 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003135 if (nums >= ARRAY_SIZE(pfxs))
Mattc7d4b2f2005-06-27 14:59:41 +02003136 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003137 nid = spec->hp_dacs[i];
3138 if (!nid)
3139 continue;
3140 err = create_controls(spec, pfxs[nums++], nid, 3);
3141 if (err < 0)
3142 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003143 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003144 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003145 for (i = 0; i < cfg->speaker_outs; i++) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003146 static const char *pfxs[] = {
3147 "Speaker", "External Speaker", "Speaker2",
3148 };
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003149 if (nums >= ARRAY_SIZE(pfxs))
3150 continue;
3151 nid = spec->speaker_dacs[i];
3152 if (!nid)
3153 continue;
3154 err = create_controls(spec, pfxs[nums++], nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003155 if (err < 0)
3156 return err;
3157 }
Mattc7d4b2f2005-06-27 14:59:41 +02003158 return 0;
3159}
3160
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003161/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003162static const char *stac92xx_mono_labels[4] = {
3163 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003164};
3165
3166/* create mono mux for mono out on capable codecs */
3167static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3168{
3169 struct sigmatel_spec *spec = codec->spec;
3170 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3171 int i, num_cons;
3172 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3173
3174 num_cons = snd_hda_get_connections(codec,
3175 spec->mono_nid,
3176 con_lst,
3177 HDA_MAX_NUM_INPUTS);
3178 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3179 return -EINVAL;
3180
3181 for (i = 0; i < num_cons; i++) {
3182 mono_mux->items[mono_mux->num_items].label =
3183 stac92xx_mono_labels[i];
3184 mono_mux->items[mono_mux->num_items].index = i;
3185 mono_mux->num_items++;
3186 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003187
3188 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3189 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003190}
3191
Matthew Ranostay89385032008-09-11 09:49:39 -04003192/* labels for amp mux outputs */
3193static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003194 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003195};
3196
3197/* create amp out controls mux on capable codecs */
3198static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3199{
3200 struct sigmatel_spec *spec = codec->spec;
3201 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3202 int i, err;
3203
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003204 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003205 amp_mux->items[amp_mux->num_items].label =
3206 stac92xx_amp_labels[i];
3207 amp_mux->items[amp_mux->num_items].index = i;
3208 amp_mux->num_items++;
3209 }
3210
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003211 if (spec->num_amps > 1) {
3212 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3213 "Amp Selector Capture Switch", 0);
3214 if (err < 0)
3215 return err;
3216 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003217 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3218 "Amp Capture Volume",
3219 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3220}
3221
3222
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003223/* create PC beep volume controls */
3224static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3225 hda_nid_t nid)
3226{
3227 struct sigmatel_spec *spec = codec->spec;
3228 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3229 int err;
3230
3231 /* check for mute support for the the amp */
3232 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3233 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3234 "PC Beep Playback Switch",
3235 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3236 if (err < 0)
3237 return err;
3238 }
3239
3240 /* check to see if there is volume support for the amp */
3241 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3242 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3243 "PC Beep Playback Volume",
3244 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3245 if (err < 0)
3246 return err;
3247 }
3248 return 0;
3249}
3250
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003251#ifdef CONFIG_SND_HDA_INPUT_BEEP
3252#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3253
3254static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3255 struct snd_ctl_elem_value *ucontrol)
3256{
3257 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3258 ucontrol->value.integer.value[0] = codec->beep->enabled;
3259 return 0;
3260}
3261
3262static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3263 struct snd_ctl_elem_value *ucontrol)
3264{
3265 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3266 int enabled = !!ucontrol->value.integer.value[0];
3267 if (codec->beep->enabled != enabled) {
3268 codec->beep->enabled = enabled;
3269 return 1;
3270 }
3271 return 0;
3272}
3273
3274static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3275 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3276 .info = stac92xx_dig_beep_switch_info,
3277 .get = stac92xx_dig_beep_switch_get,
3278 .put = stac92xx_dig_beep_switch_put,
3279};
3280
3281static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3282{
3283 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3284 0, "PC Beep Playback Switch", 0);
3285}
3286#endif
3287
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003288static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3289{
3290 struct sigmatel_spec *spec = codec->spec;
3291 int wcaps, nid, i, err = 0;
3292
3293 for (i = 0; i < spec->num_muxes; i++) {
3294 nid = spec->mux_nids[i];
3295 wcaps = get_wcaps(codec, nid);
3296
3297 if (wcaps & AC_WCAP_OUT_AMP) {
3298 err = stac92xx_add_control_idx(spec,
3299 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3300 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3301 if (err < 0)
3302 return err;
3303 }
3304 }
3305 return 0;
3306};
3307
Matthew Ranostayd9737752008-09-07 12:03:41 +02003308static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003309 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003310};
3311
3312static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3313{
3314 struct sigmatel_spec *spec = codec->spec;
3315 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003316 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003317 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003318 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003319
3320 num_cons = snd_hda_get_connections(codec,
3321 spec->smux_nids[0],
3322 con_lst,
3323 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003324 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003325 return -EINVAL;
3326
Matthew Ranostay65973632008-09-16 10:39:37 -04003327 if (!labels)
3328 labels = stac92xx_spdif_labels;
3329
Matthew Ranostayd9737752008-09-07 12:03:41 +02003330 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003331 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003332 spdif_mux->items[spdif_mux->num_items].index = i;
3333 spdif_mux->num_items++;
3334 }
3335
3336 return 0;
3337}
3338
Matt Porter8b657272006-10-26 17:12:59 +02003339/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003340static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003341 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3342 "Digital Mic 3", "Digital Mic 4"
3343};
3344
3345/* create playback/capture controls for input pins on dmic capable codecs */
3346static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3347 const struct auto_pin_cfg *cfg)
3348{
3349 struct sigmatel_spec *spec = codec->spec;
3350 struct hda_input_mux *dimux = &spec->private_dimux;
3351 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003352 int err, i, j;
3353 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003354
3355 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3356 dimux->items[dimux->num_items].index = 0;
3357 dimux->num_items++;
3358
3359 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003360 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003361 int index;
3362 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003363 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003364 unsigned int def_conf;
3365
3366 def_conf = snd_hda_codec_read(codec,
3367 spec->dmic_nids[i],
3368 0,
3369 AC_VERB_GET_CONFIG_DEFAULT,
3370 0);
3371 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3372 continue;
3373
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003374 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003375 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003376 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003377 con_lst,
3378 HDA_MAX_NUM_INPUTS);
3379 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003380 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003381 index = j;
3382 goto found;
3383 }
3384 continue;
3385found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003386 wcaps = get_wcaps(codec, nid) &
3387 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003388
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003389 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003390 sprintf(name, "%s Capture Volume",
3391 stac92xx_dmic_labels[dimux->num_items]);
3392
3393 err = stac92xx_add_control(spec,
3394 STAC_CTL_WIDGET_VOL,
3395 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003396 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3397 (wcaps & AC_WCAP_OUT_AMP) ?
3398 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003399 if (err < 0)
3400 return err;
3401 }
3402
Matt Porter8b657272006-10-26 17:12:59 +02003403 dimux->items[dimux->num_items].label =
3404 stac92xx_dmic_labels[dimux->num_items];
3405 dimux->items[dimux->num_items].index = index;
3406 dimux->num_items++;
3407 }
3408
3409 return 0;
3410}
3411
Mattc7d4b2f2005-06-27 14:59:41 +02003412/* create playback/capture controls for input pins */
3413static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3414{
3415 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003416 struct hda_input_mux *imux = &spec->private_imux;
3417 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3418 int i, j, k;
3419
3420 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003421 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003422
Takashi Iwai314634b2006-09-21 11:56:18 +02003423 if (!cfg->input_pins[i])
3424 continue;
3425 index = -1;
3426 for (j = 0; j < spec->num_muxes; j++) {
3427 int num_cons;
3428 num_cons = snd_hda_get_connections(codec,
3429 spec->mux_nids[j],
3430 con_lst,
3431 HDA_MAX_NUM_INPUTS);
3432 for (k = 0; k < num_cons; k++)
3433 if (con_lst[k] == cfg->input_pins[i]) {
3434 index = k;
3435 goto found;
3436 }
Mattc7d4b2f2005-06-27 14:59:41 +02003437 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003438 continue;
3439 found:
3440 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3441 imux->items[imux->num_items].index = index;
3442 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003443 }
3444
Steve Longerbeam7b043892007-05-03 20:50:03 +02003445 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003446 /*
3447 * Set the current input for the muxes.
3448 * The STAC9221 has two input muxes with identical source
3449 * NID lists. Hopefully this won't get confused.
3450 */
3451 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003452 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3453 AC_VERB_SET_CONNECT_SEL,
3454 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003455 }
3456 }
3457
Mattc7d4b2f2005-06-27 14:59:41 +02003458 return 0;
3459}
3460
Mattc7d4b2f2005-06-27 14:59:41 +02003461static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3462{
3463 struct sigmatel_spec *spec = codec->spec;
3464 int i;
3465
3466 for (i = 0; i < spec->autocfg.line_outs; i++) {
3467 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3468 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3469 }
3470}
3471
3472static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3473{
3474 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003475 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003476
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003477 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3478 hda_nid_t pin;
3479 pin = spec->autocfg.hp_pins[i];
3480 if (pin) /* connect to front */
3481 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3482 }
3483 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3484 hda_nid_t pin;
3485 pin = spec->autocfg.speaker_pins[i];
3486 if (pin) /* connect to front */
3487 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3488 }
Mattc7d4b2f2005-06-27 14:59:41 +02003489}
3490
Matt Porter3cc08dc2006-01-23 15:27:49 +01003491static 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 +02003492{
3493 struct sigmatel_spec *spec = codec->spec;
3494 int err;
3495
Matt Porter8b657272006-10-26 17:12:59 +02003496 if ((err = snd_hda_parse_pin_def_config(codec,
3497 &spec->autocfg,
3498 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003499 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003500 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003501 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003502
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003503 /* If we have no real line-out pin and multiple hp-outs, HPs should
3504 * be set up as multi-channel outputs.
3505 */
3506 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3507 spec->autocfg.hp_outs > 1) {
3508 /* Copy hp_outs to line_outs, backup line_outs in
3509 * speaker_outs so that the following routines can handle
3510 * HP pins as primary outputs.
3511 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003512 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003513 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3514 sizeof(spec->autocfg.line_out_pins));
3515 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3516 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3517 sizeof(spec->autocfg.hp_pins));
3518 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003519 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3520 spec->autocfg.hp_outs = 0;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003521 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003522 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003523 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3524 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003525 u32 caps = query_amp_caps(codec,
3526 spec->autocfg.mono_out_pin, dir);
3527 hda_nid_t conn_list[1];
3528
3529 /* get the mixer node and then the mono mux if it exists */
3530 if (snd_hda_get_connections(codec,
3531 spec->autocfg.mono_out_pin, conn_list, 1) &&
3532 snd_hda_get_connections(codec, conn_list[0],
3533 conn_list, 1)) {
3534
3535 int wcaps = get_wcaps(codec, conn_list[0]);
3536 int wid_type = (wcaps & AC_WCAP_TYPE)
3537 >> AC_WCAP_TYPE_SHIFT;
3538 /* LR swap check, some stac925x have a mux that
3539 * changes the DACs output path instead of the
3540 * mono-mux path.
3541 */
3542 if (wid_type == AC_WID_AUD_SEL &&
3543 !(wcaps & AC_WCAP_LR_SWAP))
3544 spec->mono_nid = conn_list[0];
3545 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003546 if (dir) {
3547 hda_nid_t nid = spec->autocfg.mono_out_pin;
3548
3549 /* most mono outs have a least a mute/unmute switch */
3550 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3551 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3552 "Mono Playback Switch",
3553 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003554 if (err < 0)
3555 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003556 /* check for volume support for the amp */
3557 if ((caps & AC_AMPCAP_NUM_STEPS)
3558 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3559 err = stac92xx_add_control(spec,
3560 STAC_CTL_WIDGET_VOL,
3561 "Mono Playback Volume",
3562 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3563 if (err < 0)
3564 return err;
3565 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003566 }
3567
3568 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3569 AC_PINCTL_OUT_EN);
3570 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003571
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003572 if (!spec->multiout.num_dacs) {
3573 err = stac92xx_auto_fill_dac_nids(codec);
3574 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003575 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003576 }
Mattc7d4b2f2005-06-27 14:59:41 +02003577
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003578 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3579
3580 if (err < 0)
3581 return err;
3582
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003583 /* setup analog beep controls */
3584 if (spec->anabeep_nid > 0) {
3585 err = stac92xx_auto_create_beep_ctls(codec,
3586 spec->anabeep_nid);
3587 if (err < 0)
3588 return err;
3589 }
3590
3591 /* setup digital beep controls and input device */
3592#ifdef CONFIG_SND_HDA_INPUT_BEEP
3593 if (spec->digbeep_nid > 0) {
3594 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003595 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003596
3597 err = stac92xx_auto_create_beep_ctls(codec, nid);
3598 if (err < 0)
3599 return err;
3600 err = snd_hda_attach_beep_device(codec, nid);
3601 if (err < 0)
3602 return err;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003603 /* if no beep switch is available, make its own one */
3604 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3605 if (codec->beep &&
3606 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3607 err = stac92xx_beep_switch_ctl(codec);
3608 if (err < 0)
3609 return err;
3610 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003611 }
3612#endif
3613
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003614 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3615
3616 if (err < 0)
3617 return err;
3618
3619 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3620
3621 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003622 return err;
3623
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003624 if (spec->mono_nid > 0) {
3625 err = stac92xx_auto_create_mono_output_ctls(codec);
3626 if (err < 0)
3627 return err;
3628 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003629 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003630 err = stac92xx_auto_create_amp_output_ctls(codec);
3631 if (err < 0)
3632 return err;
3633 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003634 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003635 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3636 &spec->autocfg)) < 0)
3637 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003638 if (spec->num_muxes > 0) {
3639 err = stac92xx_auto_create_mux_input_ctls(codec);
3640 if (err < 0)
3641 return err;
3642 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003643 if (spec->num_smuxes > 0) {
3644 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3645 if (err < 0)
3646 return err;
3647 }
Matt Porter8b657272006-10-26 17:12:59 +02003648
Mattc7d4b2f2005-06-27 14:59:41 +02003649 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003650 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003651 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003652
Takashi Iwai82bc9552006-03-21 11:24:42 +01003653 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003654 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003655 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003656 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003657
Takashi Iwai603c4012008-07-30 15:01:44 +02003658 if (spec->kctls.list)
3659 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003660
3661 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003662 if (!spec->dinput_mux)
3663 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003664 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003665 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003666 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003667 return 1;
3668}
3669
Takashi Iwai82bc9552006-03-21 11:24:42 +01003670/* add playback controls for HP output */
3671static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3672 struct auto_pin_cfg *cfg)
3673{
3674 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003675 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003676 unsigned int wid_caps;
3677
3678 if (! pin)
3679 return 0;
3680
3681 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003682 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003683 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003684
3685 return 0;
3686}
3687
Richard Fish160ea0d2006-09-06 13:58:25 +02003688/* add playback controls for LFE output */
3689static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3690 struct auto_pin_cfg *cfg)
3691{
3692 struct sigmatel_spec *spec = codec->spec;
3693 int err;
3694 hda_nid_t lfe_pin = 0x0;
3695 int i;
3696
3697 /*
3698 * search speaker outs and line outs for a mono speaker pin
3699 * with an amp. If one is found, add LFE controls
3700 * for it.
3701 */
3702 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3703 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003704 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003705 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3706 if (wcaps == AC_WCAP_OUT_AMP)
3707 /* found a mono speaker with an amp, must be lfe */
3708 lfe_pin = pin;
3709 }
3710
3711 /* if speaker_outs is 0, then speakers may be in line_outs */
3712 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3713 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3714 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003715 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003716 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003717 AC_VERB_GET_CONFIG_DEFAULT,
3718 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003719 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003720 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003721 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3722 if (wcaps == AC_WCAP_OUT_AMP)
3723 /* found a mono speaker with an amp,
3724 must be lfe */
3725 lfe_pin = pin;
3726 }
3727 }
3728 }
3729
3730 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003731 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003732 if (err < 0)
3733 return err;
3734 }
3735
3736 return 0;
3737}
3738
Mattc7d4b2f2005-06-27 14:59:41 +02003739static int stac9200_parse_auto_config(struct hda_codec *codec)
3740{
3741 struct sigmatel_spec *spec = codec->spec;
3742 int err;
3743
Kailang Yangdf694da2005-12-05 19:42:22 +01003744 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003745 return err;
3746
3747 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3748 return err;
3749
Takashi Iwai82bc9552006-03-21 11:24:42 +01003750 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3751 return err;
3752
Richard Fish160ea0d2006-09-06 13:58:25 +02003753 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3754 return err;
3755
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003756 if (spec->num_muxes > 0) {
3757 err = stac92xx_auto_create_mux_input_ctls(codec);
3758 if (err < 0)
3759 return err;
3760 }
3761
Takashi Iwai82bc9552006-03-21 11:24:42 +01003762 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003763 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003764 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003765 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003766
Takashi Iwai603c4012008-07-30 15:01:44 +02003767 if (spec->kctls.list)
3768 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003769
3770 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003771 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003772
3773 return 1;
3774}
3775
Sam Revitch62fe78e2006-05-10 15:09:17 +02003776/*
3777 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3778 * funky external mute control using GPIO pins.
3779 */
3780
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003781static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003782 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003783{
3784 unsigned int gpiostate, gpiomask, gpiodir;
3785
3786 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3787 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003788 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003789
3790 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3791 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003792 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003793
3794 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3795 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003796 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003797
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003798 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003799 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3800
3801 snd_hda_codec_write(codec, codec->afg, 0,
3802 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003803 snd_hda_codec_read(codec, codec->afg, 0,
3804 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003805
3806 msleep(1);
3807
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003808 snd_hda_codec_read(codec, codec->afg, 0,
3809 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003810}
3811
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003812static int stac92xx_add_jack(struct hda_codec *codec,
3813 hda_nid_t nid, int type)
3814{
Takashi Iwaie4973e12008-11-18 09:32:42 +01003815#ifdef CONFIG_SND_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003816 struct sigmatel_spec *spec = codec->spec;
3817 struct sigmatel_jack *jack;
3818 int def_conf = snd_hda_codec_read(codec, nid,
3819 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
3820 int connectivity = get_defcfg_connect(def_conf);
3821 char name[32];
3822
3823 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3824 return 0;
3825
3826 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3827 jack = snd_array_new(&spec->jacks);
3828 if (!jack)
3829 return -ENOMEM;
3830 jack->nid = nid;
3831 jack->type = type;
3832
3833 sprintf(name, "%s at %s %s Jack",
3834 snd_hda_get_jack_type(def_conf),
3835 snd_hda_get_jack_connectivity(def_conf),
3836 snd_hda_get_jack_location(def_conf));
3837
3838 return snd_jack_new(codec->bus->card, name, type, &jack->jack);
Takashi Iwaie4973e12008-11-18 09:32:42 +01003839#else
3840 return 0;
3841#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003842}
3843
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003844static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3845 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003846{
3847 struct sigmatel_event *event;
3848
3849 snd_array_init(&spec->events, sizeof(*event), 32);
3850 event = snd_array_new(&spec->events);
3851 if (!event)
3852 return -ENOMEM;
3853 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003854 event->type = type;
3855 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003856 event->data = data;
3857
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003858 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003859}
3860
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003861static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3862 hda_nid_t nid, unsigned char type)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003863{
3864 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003865 struct sigmatel_event *event = spec->events.list;
3866 int i;
3867
3868 for (i = 0; i < spec->events.used; i++, event++) {
3869 if (event->nid == nid && event->type == type)
3870 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003871 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003872 return NULL;
3873}
3874
3875static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3876 unsigned char tag)
3877{
3878 struct sigmatel_spec *spec = codec->spec;
3879 struct sigmatel_event *event = spec->events.list;
3880 int i;
3881
3882 for (i = 0; i < spec->events.used; i++, event++) {
3883 if (event->tag == tag)
3884 return event;
3885 }
3886 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003887}
3888
Takashi Iwai314634b2006-09-21 11:56:18 +02003889static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003890 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02003891{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003892 struct sigmatel_event *event;
3893 int tag;
3894
3895 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3896 return;
3897 event = stac_get_event(codec, nid, type);
3898 if (event)
3899 tag = event->tag;
3900 else
3901 tag = stac_add_event(codec->spec, nid, type, 0);
3902 if (tag < 0)
3903 return;
3904 snd_hda_codec_write_cache(codec, nid, 0,
3905 AC_VERB_SET_UNSOLICITED_ENABLE,
3906 AC_USRSP_EN | tag);
Takashi Iwai314634b2006-09-21 11:56:18 +02003907}
3908
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003909static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3910{
3911 int i;
3912 for (i = 0; i < cfg->hp_outs; i++)
3913 if (cfg->hp_pins[i] == nid)
3914 return 1; /* nid is a HP-Out */
3915
3916 return 0; /* nid is not a HP-Out */
3917};
3918
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003919static void stac92xx_power_down(struct hda_codec *codec)
3920{
3921 struct sigmatel_spec *spec = codec->spec;
3922
3923 /* power down inactive DACs */
3924 hda_nid_t *dac;
3925 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003926 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003927 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003928 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3929}
3930
Takashi Iwaif73d3582008-11-25 08:21:51 +01003931static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
3932 int enable);
3933
Mattc7d4b2f2005-06-27 14:59:41 +02003934static int stac92xx_init(struct hda_codec *codec)
3935{
3936 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003937 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01003938 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01003939 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003940
Mattc7d4b2f2005-06-27 14:59:41 +02003941 snd_hda_sequence_write(codec, spec->init);
3942
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003943 /* power down adcs initially */
3944 if (spec->powerdown_adcs)
3945 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003946 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003947 spec->adc_nids[i], 0,
3948 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01003949
3950 /* set up GPIO */
3951 gpio = spec->gpio_data;
3952 /* turn on EAPD statically when spec->eapd_switch isn't set.
3953 * otherwise, unsol event will turn it on/off dynamically
3954 */
3955 if (!spec->eapd_switch)
3956 gpio |= spec->eapd_mask;
3957 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
3958
Takashi Iwai82bc9552006-03-21 11:24:42 +01003959 /* set up pins */
3960 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02003961 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003962 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003963 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003964 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003965 }
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01003966 /* force to enable the first line-out; the others are set up
3967 * in unsol_event
3968 */
3969 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003970 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003971 /* fake event to set up pins */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003972 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
3973 STAC_HP_EVENT);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003974 } else {
3975 stac92xx_auto_init_multi_out(codec);
3976 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003977 for (i = 0; i < cfg->hp_outs; i++)
3978 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003979 }
3980 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01003981 hda_nid_t nid = cfg->input_pins[i];
3982 if (nid) {
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003983 unsigned int pinctl, conf;
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003984 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
3985 /* for mic pins, force to initialize */
3986 pinctl = stac92xx_get_vref(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003987 pinctl |= AC_PINCTL_IN_EN;
3988 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003989 } else {
3990 pinctl = snd_hda_codec_read(codec, nid, 0,
3991 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3992 /* if PINCTL already set then skip */
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003993 if (!(pinctl & AC_PINCTL_IN_EN)) {
3994 pinctl |= AC_PINCTL_IN_EN;
3995 stac92xx_auto_set_pinctl(codec, nid,
3996 pinctl);
3997 }
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003998 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003999 conf = snd_hda_codec_read(codec, nid, 0,
4000 AC_VERB_GET_CONFIG_DEFAULT, 0);
4001 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4002 enable_pin_detect(codec, nid,
4003 STAC_INSERT_EVENT);
4004 stac_issue_unsol_event(codec, nid,
4005 STAC_INSERT_EVENT);
4006 }
Takashi Iwaic960a032006-03-23 17:06:28 +01004007 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004008 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004009 for (i = 0; i < spec->num_dmics; i++)
4010 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4011 AC_PINCTL_IN_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004012 if (cfg->dig_out_pin)
4013 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
4014 AC_PINCTL_OUT_EN);
4015 if (cfg->dig_in_pin)
4016 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4017 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004018 for (i = 0; i < spec->num_pwrs; i++) {
4019 hda_nid_t nid = spec->pwr_nids[i];
4020 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004021
Takashi Iwaieb632122008-12-19 16:39:48 +01004022 /* power on when no jack detection is available */
4023 if (!spec->hp_detect) {
4024 stac_toggle_power_map(codec, nid, 1);
4025 continue;
4026 }
4027
4028 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004029 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004030
Takashi Iwaif73d3582008-11-25 08:21:51 +01004031 pinctl = snd_hda_codec_read(codec, nid, 0,
4032 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4033 /* outputs are only ports capable of power management
4034 * any attempts on powering down a input port cause the
4035 * referenced VREF to act quirky.
4036 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004037 if (pinctl & AC_PINCTL_IN_EN) {
4038 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004039 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004040 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004041 def_conf = snd_hda_codec_read(codec, nid, 0,
4042 AC_VERB_GET_CONFIG_DEFAULT, 0);
4043 def_conf = get_defcfg_connect(def_conf);
4044 /* skip any ports that don't have jacks since presence
4045 * detection is useless */
4046 if (def_conf != AC_JACK_PORT_COMPLEX) {
4047 if (def_conf != AC_JACK_PORT_NONE)
4048 stac_toggle_power_map(codec, nid, 1);
4049 continue;
4050 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004051 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4052 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4053 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4054 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004055 }
4056 if (spec->dac_list)
4057 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004058 return 0;
4059}
4060
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004061static void stac92xx_free_jacks(struct hda_codec *codec)
4062{
Takashi Iwaie4973e12008-11-18 09:32:42 +01004063#ifdef CONFIG_SND_JACK
Takashi Iwaib94d3532008-11-21 09:08:06 +01004064 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004065 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d3532008-11-21 09:08:06 +01004066 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004067 struct sigmatel_jack *jacks = spec->jacks.list;
4068 int i;
4069 for (i = 0; i < spec->jacks.used; i++)
4070 snd_device_free(codec->bus->card, &jacks[i].jack);
4071 }
4072 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004073#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004074}
4075
Takashi Iwai603c4012008-07-30 15:01:44 +02004076static void stac92xx_free_kctls(struct hda_codec *codec)
4077{
4078 struct sigmatel_spec *spec = codec->spec;
4079
4080 if (spec->kctls.list) {
4081 struct snd_kcontrol_new *kctl = spec->kctls.list;
4082 int i;
4083 for (i = 0; i < spec->kctls.used; i++)
4084 kfree(kctl[i].name);
4085 }
4086 snd_array_free(&spec->kctls);
4087}
4088
Matt2f2f4252005-04-13 14:45:30 +02004089static void stac92xx_free(struct hda_codec *codec)
4090{
Mattc7d4b2f2005-06-27 14:59:41 +02004091 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004092
4093 if (! spec)
4094 return;
4095
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004096 kfree(spec->pin_configs);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004097 stac92xx_free_jacks(codec);
4098 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004099
Mattc7d4b2f2005-06-27 14:59:41 +02004100 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004101 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004102}
4103
Matt4e550962005-07-04 17:51:39 +02004104static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4105 unsigned int flag)
4106{
4107 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4108 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004109
Takashi Iwaif9acba42007-05-29 18:01:06 +02004110 if (pin_ctl & AC_PINCTL_IN_EN) {
4111 /*
4112 * we need to check the current set-up direction of
4113 * shared input pins since they can be switched via
4114 * "xxx as Output" mixer switch
4115 */
4116 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004117 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004118 return;
4119 }
4120
Steve Longerbeam7b043892007-05-03 20:50:03 +02004121 /* if setting pin direction bits, clear the current
4122 direction bits first */
4123 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4124 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4125
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004126 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004127 AC_VERB_SET_PIN_WIDGET_CONTROL,
4128 pin_ctl | flag);
4129}
4130
4131static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4132 unsigned int flag)
4133{
4134 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4135 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004136 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004137 AC_VERB_SET_PIN_WIDGET_CONTROL,
4138 pin_ctl & ~flag);
4139}
4140
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004141static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004142{
4143 if (!nid)
4144 return 0;
4145 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004146 & (1 << 31))
4147 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004148 return 0;
4149}
4150
Takashi Iwaid7a89432008-11-12 09:48:04 +01004151/* return non-zero if the hp-pin of the given array index isn't
4152 * a jack-detection target
4153 */
4154static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4155{
4156 struct auto_pin_cfg *cfg = &spec->autocfg;
4157
4158 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004159 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004160 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004161 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004162 return 1;
4163 /* ignore if the pin is set as line-out */
4164 if (cfg->hp_pins[i] == spec->hp_switch)
4165 return 1;
4166 return 0;
4167}
4168
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004169static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004170{
4171 struct sigmatel_spec *spec = codec->spec;
4172 struct auto_pin_cfg *cfg = &spec->autocfg;
4173 int i, presence;
4174
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004175 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004176 if (spec->gpio_mute)
4177 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4178 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4179
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004180 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004181 if (presence)
4182 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004183 if (no_hp_sensing(spec, i))
4184 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004185 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4186 if (presence) {
4187 unsigned int pinctl;
4188 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4189 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4190 if (pinctl & AC_PINCTL_IN_EN)
4191 presence = 0; /* mic- or line-input */
4192 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004193 }
Matt4e550962005-07-04 17:51:39 +02004194
4195 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004196 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004197 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004198 stac92xx_reset_pinctl(codec, spec->hp_switch,
4199 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004200 for (i = 0; i < cfg->line_outs; i++)
4201 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4202 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004203 for (i = 0; i < cfg->speaker_outs; i++)
4204 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4205 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004206 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004207 stac_gpio_set(codec, spec->gpio_mask,
4208 spec->gpio_dir, spec->gpio_data &
4209 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004210 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004211 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004212 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004213 stac92xx_set_pinctl(codec, spec->hp_switch,
4214 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004215 for (i = 0; i < cfg->line_outs; i++)
4216 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4217 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004218 for (i = 0; i < cfg->speaker_outs; i++)
4219 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4220 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004221 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004222 stac_gpio_set(codec, spec->gpio_mask,
4223 spec->gpio_dir, spec->gpio_data |
4224 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004225 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01004226 /* toggle hp outs */
4227 for (i = 0; i < cfg->hp_outs; i++) {
4228 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4229 if (no_hp_sensing(spec, i))
4230 continue;
4231 if (presence)
4232 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004233#if 0 /* FIXME */
4234/* Resetting the pinctl like below may lead to (a sort of) regressions
4235 * on some devices since they use the HP pin actually for line/speaker
4236 * outs although the default pin config shows a different pin (that is
4237 * wrong and useless).
4238 *
4239 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4240 * But, disabling the code below just works around it, and I'm too tired of
4241 * bug reports with such devices...
4242 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004243 else
4244 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004245#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004246 }
Matt4e550962005-07-04 17:51:39 +02004247}
4248
Takashi Iwaif73d3582008-11-25 08:21:51 +01004249static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4250 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004251{
4252 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004253 unsigned int idx, val;
4254
4255 for (idx = 0; idx < spec->num_pwrs; idx++) {
4256 if (spec->pwr_nids[idx] == nid)
4257 break;
4258 }
4259 if (idx >= spec->num_pwrs)
4260 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004261
4262 /* several codecs have two power down bits */
4263 if (spec->pwr_mapping)
4264 idx = spec->pwr_mapping[idx];
4265 else
4266 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004267
Takashi Iwaif73d3582008-11-25 08:21:51 +01004268 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4269 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004270 val &= ~idx;
4271 else
4272 val |= idx;
4273
4274 /* power down unused output ports */
4275 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004276}
4277
Takashi Iwaif73d3582008-11-25 08:21:51 +01004278static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4279{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004280 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004281}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004282
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004283static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4284{
4285 struct sigmatel_spec *spec = codec->spec;
4286 struct sigmatel_jack *jacks = spec->jacks.list;
4287
4288 if (jacks) {
4289 int i;
4290 for (i = 0; i < spec->jacks.used; i++) {
4291 if (jacks->nid == nid) {
4292 unsigned int pin_ctl =
4293 snd_hda_codec_read(codec, nid,
4294 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4295 0x00);
4296 int type = jacks->type;
4297 if (type == (SND_JACK_LINEOUT
4298 | SND_JACK_HEADPHONE))
4299 type = (pin_ctl & AC_PINCTL_HP_EN)
4300 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4301 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004302 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004303 ? type : 0);
4304 }
4305 jacks++;
4306 }
4307 }
4308}
Matt2f2f4252005-04-13 14:45:30 +02004309
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004310static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4311 unsigned char type)
4312{
4313 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4314 if (!event)
4315 return;
4316 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4317}
4318
Takashi Iwai314634b2006-09-21 11:56:18 +02004319static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4320{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004321 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004322 struct sigmatel_event *event;
4323 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004324
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004325 tag = (res >> 26) & 0x7f;
4326 event = stac_get_event_from_tag(codec, tag);
4327 if (!event)
4328 return;
4329
4330 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004331 case STAC_HP_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004332 stac92xx_hp_detect(codec);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004333 /* fallthru */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004334 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004335 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004336 if (spec->num_pwrs > 0)
4337 stac92xx_pin_sense(codec, event->nid);
4338 stac92xx_report_jack(codec, event->nid);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004339 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004340 case STAC_VREF_EVENT:
4341 data = snd_hda_codec_read(codec, codec->afg, 0,
4342 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004343 /* toggle VREF state based on GPIOx status */
4344 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004345 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004346 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004347 }
4348}
4349
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004350#ifdef CONFIG_PROC_FS
4351static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4352 struct hda_codec *codec, hda_nid_t nid)
4353{
4354 if (nid == codec->afg)
4355 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4356 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4357}
4358
4359static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4360 struct hda_codec *codec,
4361 unsigned int verb)
4362{
4363 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4364 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4365}
4366
4367/* stac92hd71bxx, stac92hd73xx */
4368static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4369 struct hda_codec *codec, hda_nid_t nid)
4370{
4371 stac92hd_proc_hook(buffer, codec, nid);
4372 if (nid == codec->afg)
4373 analog_loop_proc_hook(buffer, codec, 0xfa0);
4374}
4375
4376static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4377 struct hda_codec *codec, hda_nid_t nid)
4378{
4379 if (nid == codec->afg)
4380 analog_loop_proc_hook(buffer, codec, 0xfe0);
4381}
4382
4383static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4384 struct hda_codec *codec, hda_nid_t nid)
4385{
4386 if (nid == codec->afg)
4387 analog_loop_proc_hook(buffer, codec, 0xfeb);
4388}
4389#else
4390#define stac92hd_proc_hook NULL
4391#define stac92hd7x_proc_hook NULL
4392#define stac9205_proc_hook NULL
4393#define stac927x_proc_hook NULL
4394#endif
4395
Takashi Iwaicb53c622007-08-10 17:21:45 +02004396#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004397static int stac92xx_resume(struct hda_codec *codec)
4398{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004399 struct sigmatel_spec *spec = codec->spec;
4400
Richard Fish11b44bb2006-08-23 18:31:34 +02004401 stac92xx_set_config_regs(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004402 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004403 snd_hda_codec_resume_amp(codec);
4404 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004405 /* fake event to set up pins again to override cached values */
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004406 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004407 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4408 STAC_HP_EVENT);
Mattff6fdc32005-06-27 15:06:52 +02004409 return 0;
4410}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004411
4412static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4413{
4414 struct sigmatel_spec *spec = codec->spec;
4415 if (spec->eapd_mask)
4416 stac_gpio_set(codec, spec->gpio_mask,
4417 spec->gpio_dir, spec->gpio_data &
4418 ~spec->eapd_mask);
4419 return 0;
4420}
Mattff6fdc32005-06-27 15:06:52 +02004421#endif
4422
Matt2f2f4252005-04-13 14:45:30 +02004423static struct hda_codec_ops stac92xx_patch_ops = {
4424 .build_controls = stac92xx_build_controls,
4425 .build_pcms = stac92xx_build_pcms,
4426 .init = stac92xx_init,
4427 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004428 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004429#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004430 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004431 .resume = stac92xx_resume,
4432#endif
Matt2f2f4252005-04-13 14:45:30 +02004433};
4434
4435static int patch_stac9200(struct hda_codec *codec)
4436{
4437 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004438 int err;
Matt2f2f4252005-04-13 14:45:30 +02004439
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004440 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004441 if (spec == NULL)
4442 return -ENOMEM;
4443
4444 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004445 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004446 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004447 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4448 stac9200_models,
4449 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02004450 if (spec->board_config < 0) {
4451 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4452 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004453 } else
4454 err = stac_save_pin_cfgs(codec,
4455 stac9200_brd_tbl[spec->board_config]);
4456 if (err < 0) {
4457 stac92xx_free(codec);
4458 return err;
Matt Porter403d1942005-11-29 15:00:51 +01004459 }
Matt2f2f4252005-04-13 14:45:30 +02004460
4461 spec->multiout.max_channels = 2;
4462 spec->multiout.num_dacs = 1;
4463 spec->multiout.dac_nids = stac9200_dac_nids;
4464 spec->adc_nids = stac9200_adc_nids;
4465 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004466 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004467 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004468 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004469 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004470
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02004471 if (spec->board_config == STAC_9200_M4 ||
4472 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01004473 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004474 spec->init = stac9200_eapd_init;
4475 else
4476 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004477 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004478
Takashi Iwai117f2572008-03-18 09:53:23 +01004479 if (spec->board_config == STAC_9200_PANASONIC) {
4480 spec->gpio_mask = spec->gpio_dir = 0x09;
4481 spec->gpio_data = 0x00;
4482 }
4483
Mattc7d4b2f2005-06-27 14:59:41 +02004484 err = stac9200_parse_auto_config(codec);
4485 if (err < 0) {
4486 stac92xx_free(codec);
4487 return err;
4488 }
Matt2f2f4252005-04-13 14:45:30 +02004489
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01004490 /* CF-74 has no headphone detection, and the driver should *NOT*
4491 * do detection and HP/speaker toggle because the hardware does it.
4492 */
4493 if (spec->board_config == STAC_9200_PANASONIC)
4494 spec->hp_detect = 0;
4495
Matt2f2f4252005-04-13 14:45:30 +02004496 codec->patch_ops = stac92xx_patch_ops;
4497
4498 return 0;
4499}
4500
Tobin Davis8e21c342007-01-08 11:04:17 +01004501static int patch_stac925x(struct hda_codec *codec)
4502{
4503 struct sigmatel_spec *spec;
4504 int err;
4505
4506 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4507 if (spec == NULL)
4508 return -ENOMEM;
4509
4510 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004511 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004512 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004513
4514 /* Check first for codec ID */
4515 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4516 STAC_925x_MODELS,
4517 stac925x_models,
4518 stac925x_codec_id_cfg_tbl);
4519
4520 /* Now checks for PCI ID, if codec ID is not found */
4521 if (spec->board_config < 0)
4522 spec->board_config = snd_hda_check_board_config(codec,
4523 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01004524 stac925x_models,
4525 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004526 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004527 if (spec->board_config < 0) {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004528 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
Tobin Davis2c11f952007-05-17 09:36:34 +02004529 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004530 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004531 } else
4532 err = stac_save_pin_cfgs(codec,
4533 stac925x_brd_tbl[spec->board_config]);
4534 if (err < 0) {
4535 stac92xx_free(codec);
4536 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004537 }
4538
4539 spec->multiout.max_channels = 2;
4540 spec->multiout.num_dacs = 1;
4541 spec->multiout.dac_nids = stac925x_dac_nids;
4542 spec->adc_nids = stac925x_adc_nids;
4543 spec->mux_nids = stac925x_mux_nids;
4544 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004545 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004546 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004547 switch (codec->vendor_id) {
4548 case 0x83847632: /* STAC9202 */
4549 case 0x83847633: /* STAC9202D */
4550 case 0x83847636: /* STAC9251 */
4551 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004552 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004553 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004554 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4555 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004556 break;
4557 default:
4558 spec->num_dmics = 0;
4559 break;
4560 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004561
4562 spec->init = stac925x_core_init;
4563 spec->mixer = stac925x_mixer;
4564
4565 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004566 if (!err) {
4567 if (spec->board_config < 0) {
4568 printk(KERN_WARNING "hda_codec: No auto-config is "
4569 "available, default to model=ref\n");
4570 spec->board_config = STAC_925x_REF;
4571 goto again;
4572 }
4573 err = -EINVAL;
4574 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004575 if (err < 0) {
4576 stac92xx_free(codec);
4577 return err;
4578 }
4579
4580 codec->patch_ops = stac92xx_patch_ops;
4581
4582 return 0;
4583}
4584
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004585static struct hda_input_mux stac92hd73xx_dmux = {
4586 .num_items = 4,
4587 .items = {
4588 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004589 { "Digital Mic 1", 0x09 },
4590 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004591 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004592 }
4593};
4594
4595static int patch_stac92hd73xx(struct hda_codec *codec)
4596{
4597 struct sigmatel_spec *spec;
4598 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4599 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004600 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004601
4602 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4603 if (spec == NULL)
4604 return -ENOMEM;
4605
4606 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004607 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004608 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4609 spec->pin_nids = stac92hd73xx_pin_nids;
4610 spec->board_config = snd_hda_check_board_config(codec,
4611 STAC_92HD73XX_MODELS,
4612 stac92hd73xx_models,
4613 stac92hd73xx_cfg_tbl);
4614again:
4615 if (spec->board_config < 0) {
4616 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4617 " STAC92HD73XX, using BIOS defaults\n");
4618 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004619 } else
4620 err = stac_save_pin_cfgs(codec,
4621 stac92hd73xx_brd_tbl[spec->board_config]);
4622 if (err < 0) {
4623 stac92xx_free(codec);
4624 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004625 }
4626
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004627 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004628 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4629
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004630 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004631 printk(KERN_WARNING "hda_codec: Could not determine "
4632 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004633 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004634 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004635 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004636 case 0x3: /* 6 Channel */
4637 spec->mixer = stac92hd73xx_6ch_mixer;
4638 spec->init = stac92hd73xx_6ch_core_init;
4639 break;
4640 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004641 spec->mixer = stac92hd73xx_8ch_mixer;
4642 spec->init = stac92hd73xx_8ch_core_init;
4643 break;
4644 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004645 spec->mixer = stac92hd73xx_10ch_mixer;
4646 spec->init = stac92hd73xx_10ch_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004647 }
4648 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004649
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004650 spec->aloopback_mask = 0x01;
4651 spec->aloopback_shift = 8;
4652
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004653 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004654 spec->mux_nids = stac92hd73xx_mux_nids;
4655 spec->adc_nids = stac92hd73xx_adc_nids;
4656 spec->dmic_nids = stac92hd73xx_dmic_nids;
4657 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004658 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004659 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004660 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004661
4662 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4663 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004664 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004665 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4666 sizeof(stac92hd73xx_dmux));
4667
Matthew Ranostaya7662642008-02-21 07:51:14 +01004668 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004669 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004670 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004671 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004672 case STAC_DELL_M6_AMIC:
4673 case STAC_DELL_M6_DMIC:
4674 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004675 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004676 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4677 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004678 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004679 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004680
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004681 if (spec->board_config != STAC_DELL_EQ)
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004682 spec->init = dell_m6_core_init;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004683 switch (spec->board_config) {
4684 case STAC_DELL_M6_AMIC: /* Analog Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004685 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4686 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004687 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004688 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004689 case STAC_DELL_M6_DMIC: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004690 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4691 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004692 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004693 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004694 case STAC_DELL_M6_BOTH: /* Both */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004695 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4696 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4697 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004698 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004699 break;
4700 }
4701 break;
4702 default:
4703 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004704 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004705 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004706 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004707 if (spec->board_config > STAC_92HD73XX_REF) {
4708 /* GPIO0 High = Enable EAPD */
4709 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4710 spec->gpio_data = 0x01;
4711 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004712 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004713
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004714 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4715 spec->pwr_nids = stac92hd73xx_pwr_nids;
4716
Matthew Ranostayd9737752008-09-07 12:03:41 +02004717 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004718
4719 if (!err) {
4720 if (spec->board_config < 0) {
4721 printk(KERN_WARNING "hda_codec: No auto-config is "
4722 "available, default to model=ref\n");
4723 spec->board_config = STAC_92HD73XX_REF;
4724 goto again;
4725 }
4726 err = -EINVAL;
4727 }
4728
4729 if (err < 0) {
4730 stac92xx_free(codec);
4731 return err;
4732 }
4733
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01004734 if (spec->board_config == STAC_92HD73XX_NO_JD)
4735 spec->hp_detect = 0;
4736
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004737 codec->patch_ops = stac92xx_patch_ops;
4738
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004739 codec->proc_widget_hook = stac92hd7x_proc_hook;
4740
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004741 return 0;
4742}
4743
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004744static struct hda_input_mux stac92hd83xxx_dmux = {
4745 .num_items = 3,
4746 .items = {
4747 { "Analog Inputs", 0x03 },
4748 { "Digital Mic 1", 0x04 },
4749 { "Digital Mic 2", 0x05 },
4750 }
4751};
4752
4753static int patch_stac92hd83xxx(struct hda_codec *codec)
4754{
4755 struct sigmatel_spec *spec;
4756 int err;
4757
4758 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4759 if (spec == NULL)
4760 return -ENOMEM;
4761
4762 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004763 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004764 spec->mono_nid = 0x19;
4765 spec->digbeep_nid = 0x21;
4766 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4767 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4768 spec->adc_nids = stac92hd83xxx_adc_nids;
4769 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004770 spec->amp_nids = stac92hd83xxx_amp_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004771 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4772 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004773 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004774
4775 spec->init = stac92hd83xxx_core_init;
4776 switch (codec->vendor_id) {
4777 case 0x111d7605:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004778 break;
4779 default:
4780 spec->num_pwrs--;
4781 spec->init++; /* switch to config #2 */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004782 }
4783
4784 spec->mixer = stac92hd83xxx_mixer;
4785 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4786 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4787 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004788 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004789 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4790 spec->dinput_mux = &stac92hd83xxx_dmux;
4791 spec->pin_nids = stac92hd83xxx_pin_nids;
4792 spec->board_config = snd_hda_check_board_config(codec,
4793 STAC_92HD83XXX_MODELS,
4794 stac92hd83xxx_models,
4795 stac92hd83xxx_cfg_tbl);
4796again:
4797 if (spec->board_config < 0) {
4798 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4799 " STAC92HD83XXX, using BIOS defaults\n");
4800 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004801 } else
4802 err = stac_save_pin_cfgs(codec,
4803 stac92hd83xxx_brd_tbl[spec->board_config]);
4804 if (err < 0) {
4805 stac92xx_free(codec);
4806 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004807 }
4808
4809 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4810 if (!err) {
4811 if (spec->board_config < 0) {
4812 printk(KERN_WARNING "hda_codec: No auto-config is "
4813 "available, default to model=ref\n");
4814 spec->board_config = STAC_92HD83XXX_REF;
4815 goto again;
4816 }
4817 err = -EINVAL;
4818 }
4819
4820 if (err < 0) {
4821 stac92xx_free(codec);
4822 return err;
4823 }
4824
4825 codec->patch_ops = stac92xx_patch_ops;
4826
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004827 codec->proc_widget_hook = stac92hd_proc_hook;
4828
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004829 return 0;
4830}
4831
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004832static struct hda_input_mux stac92hd71bxx_dmux = {
4833 .num_items = 4,
4834 .items = {
4835 { "Analog Inputs", 0x00 },
4836 { "Mixer", 0x01 },
4837 { "Digital Mic 1", 0x02 },
4838 { "Digital Mic 2", 0x03 },
4839 }
4840};
4841
Matthew Ranostaye035b842007-11-06 11:53:55 +01004842static int patch_stac92hd71bxx(struct hda_codec *codec)
4843{
4844 struct sigmatel_spec *spec;
4845 int err = 0;
4846
4847 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4848 if (spec == NULL)
4849 return -ENOMEM;
4850
4851 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004852 codec->patch_ops = stac92xx_patch_ops;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004853 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004854 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004855 spec->pin_nids = stac92hd71bxx_pin_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004856 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4857 sizeof(stac92hd71bxx_dmux));
Matthew Ranostaye035b842007-11-06 11:53:55 +01004858 spec->board_config = snd_hda_check_board_config(codec,
4859 STAC_92HD71BXX_MODELS,
4860 stac92hd71bxx_models,
4861 stac92hd71bxx_cfg_tbl);
4862again:
4863 if (spec->board_config < 0) {
4864 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4865 " STAC92HD71BXX, using BIOS defaults\n");
4866 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004867 } else
4868 err = stac_save_pin_cfgs(codec,
4869 stac92hd71bxx_brd_tbl[spec->board_config]);
4870 if (err < 0) {
4871 stac92xx_free(codec);
4872 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004873 }
4874
Takashi Iwai41c3b642008-11-18 10:45:15 +01004875 if (spec->board_config > STAC_92HD71BXX_REF) {
4876 /* GPIO0 = EAPD */
4877 spec->gpio_mask = 0x01;
4878 spec->gpio_dir = 0x01;
4879 spec->gpio_data = 0x01;
4880 }
4881
Matthew Ranostay541eee82007-12-14 12:08:04 +01004882 switch (codec->vendor_id) {
4883 case 0x111d76b6: /* 4 Port without Analog Mixer */
4884 case 0x111d76b7:
4885 case 0x111d76b4: /* 6 Port without Analog Mixer */
4886 case 0x111d76b5:
4887 spec->mixer = stac92hd71bxx_mixer;
4888 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004889 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004890 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004891 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01004892 switch (spec->board_config) {
4893 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04004894 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004895 err = stac_add_event(spec, codec->afg,
4896 STAC_VREF_EVENT, 0x02);
4897 if (err < 0)
4898 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01004899 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04004900 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4901 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004902 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004903 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004904 spec->gpio_mask |= 0x02;
4905 break;
4906 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004907 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004908 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004909 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004910
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004911 /* no output amps */
4912 spec->num_pwrs = 0;
4913 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004914 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004915
4916 /* disable VSW */
4917 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004918 stac_change_pin_config(codec, 0xf, 0x40f000f0);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004919 break;
4920 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004921 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004922 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004923
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004924 /* no output amps */
4925 spec->num_pwrs = 0;
4926 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01004927 default:
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004928 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004929 spec->mixer = stac92hd71bxx_analog_mixer;
4930 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004931 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004932 }
4933
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004934 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004935 spec->aloopback_shift = 0;
4936
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004937 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004938 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004939 spec->mux_nids = stac92hd71bxx_mux_nids;
4940 spec->adc_nids = stac92hd71bxx_adc_nids;
4941 spec->dmic_nids = stac92hd71bxx_dmic_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004942 spec->dmux_nids = stac92hd71bxx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004943 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004944 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004945
4946 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4947 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004948
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004949 switch (spec->board_config) {
4950 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004951 /* enable internal microphone */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004952 stac_change_pin_config(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004953 stac92xx_auto_set_pinctl(codec, 0x0e,
4954 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05004955 /* fallthru */
4956 case STAC_DELL_M4_2:
4957 spec->num_dmics = 0;
4958 spec->num_smuxes = 0;
4959 spec->num_dmuxes = 0;
4960 break;
4961 case STAC_DELL_M4_1:
4962 case STAC_DELL_M4_3:
4963 spec->num_dmics = 1;
4964 spec->num_smuxes = 0;
4965 spec->num_dmuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004966 break;
4967 default:
4968 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4969 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4970 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4971 };
4972
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004973 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004974 if (spec->dinput_mux)
4975 spec->private_dimux.num_items +=
4976 spec->num_dmics -
4977 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004978
4979 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4980 if (!err) {
4981 if (spec->board_config < 0) {
4982 printk(KERN_WARNING "hda_codec: No auto-config is "
4983 "available, default to model=ref\n");
4984 spec->board_config = STAC_92HD71BXX_REF;
4985 goto again;
4986 }
4987 err = -EINVAL;
4988 }
4989
4990 if (err < 0) {
4991 stac92xx_free(codec);
4992 return err;
4993 }
4994
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004995 codec->proc_widget_hook = stac92hd7x_proc_hook;
4996
Matthew Ranostaye035b842007-11-06 11:53:55 +01004997 return 0;
4998};
4999
Matt2f2f4252005-04-13 14:45:30 +02005000static int patch_stac922x(struct hda_codec *codec)
5001{
5002 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005003 int err;
Matt2f2f4252005-04-13 14:45:30 +02005004
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005005 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005006 if (spec == NULL)
5007 return -ENOMEM;
5008
5009 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005010 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005011 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005012 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5013 stac922x_models,
5014 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005015 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005016 spec->gpio_mask = spec->gpio_dir = 0x03;
5017 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005018 /* Intel Macs have all same PCI SSID, so we need to check
5019 * codec SSID to distinguish the exact models
5020 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005021 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005022 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005023
5024 case 0x106b0800:
5025 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005026 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005027 case 0x106b0600:
5028 case 0x106b0700:
5029 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005030 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005031 case 0x106b0e00:
5032 case 0x106b0f00:
5033 case 0x106b1600:
5034 case 0x106b1700:
5035 case 0x106b0200:
5036 case 0x106b1e00:
5037 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005038 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005039 case 0x106b1a00:
5040 case 0x00000100:
5041 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005042 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005043 case 0x106b0a00:
5044 case 0x106b2200:
5045 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005046 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005047 default:
5048 spec->board_config = STAC_INTEL_MAC_V3;
5049 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005050 }
5051 }
5052
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005053 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005054 if (spec->board_config < 0) {
5055 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5056 "using BIOS defaults\n");
5057 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005058 } else
5059 err = stac_save_pin_cfgs(codec,
5060 stac922x_brd_tbl[spec->board_config]);
5061 if (err < 0) {
5062 stac92xx_free(codec);
5063 return err;
Matt Porter403d1942005-11-29 15:00:51 +01005064 }
Matt2f2f4252005-04-13 14:45:30 +02005065
Matt2f2f4252005-04-13 14:45:30 +02005066 spec->adc_nids = stac922x_adc_nids;
5067 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005068 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005069 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005070 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005071 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005072
5073 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005074 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005075
5076 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005077
Matt Porter3cc08dc2006-01-23 15:27:49 +01005078 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005079 if (!err) {
5080 if (spec->board_config < 0) {
5081 printk(KERN_WARNING "hda_codec: No auto-config is "
5082 "available, default to model=ref\n");
5083 spec->board_config = STAC_D945_REF;
5084 goto again;
5085 }
5086 err = -EINVAL;
5087 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005088 if (err < 0) {
5089 stac92xx_free(codec);
5090 return err;
5091 }
5092
5093 codec->patch_ops = stac92xx_patch_ops;
5094
Takashi Iwai807a46362007-05-29 19:01:37 +02005095 /* Fix Mux capture level; max to 2 */
5096 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5097 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5098 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5099 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5100 (0 << AC_AMPCAP_MUTE_SHIFT));
5101
Matt Porter3cc08dc2006-01-23 15:27:49 +01005102 return 0;
5103}
5104
5105static int patch_stac927x(struct hda_codec *codec)
5106{
5107 struct sigmatel_spec *spec;
5108 int err;
5109
5110 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5111 if (spec == NULL)
5112 return -ENOMEM;
5113
5114 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005115 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005116 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005117 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5118 stac927x_models,
5119 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005120 again:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005121 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
5122 if (spec->board_config < 0)
5123 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5124 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02005125 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005126 } else
5127 err = stac_save_pin_cfgs(codec,
5128 stac927x_brd_tbl[spec->board_config]);
5129 if (err < 0) {
5130 stac92xx_free(codec);
5131 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01005132 }
5133
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005134 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005135 spec->adc_nids = stac927x_adc_nids;
5136 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5137 spec->mux_nids = stac927x_mux_nids;
5138 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005139 spec->smux_nids = stac927x_smux_nids;
5140 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04005141 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01005142 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005143 spec->multiout.dac_nids = spec->dac_nids;
5144
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005145 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02005146 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005147 case STAC_D965_5ST:
5148 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005149 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005150 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005151 spec->num_dmics = 0;
5152
Tobin Davis93ed1502006-09-01 21:03:12 +02005153 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005154 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005155 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005156 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005157 switch (codec->subsystem_id) {
5158 case 0x10280209:
5159 case 0x1028022e:
5160 /* correct the device field to SPDIF out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005161 stac_change_pin_config(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005162 break;
5163 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01005164 /* configure the analog microphone on some laptops */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005165 stac_change_pin_config(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01005166 /* correct the front output jack as a hp out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005167 stac_change_pin_config(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005168 /* correct the front input jack as a mic */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005169 stac_change_pin_config(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005170 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005171 case STAC_DELL_3ST:
5172 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005173 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005174 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005175 spec->dmic_nids = stac927x_dmic_nids;
5176 spec->num_dmics = STAC927X_NUM_DMICS;
5177
Tobin Davis93ed1502006-09-01 21:03:12 +02005178 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005179 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005180 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005181 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005182 break;
5183 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005184 if (spec->board_config > STAC_D965_REF) {
5185 /* GPIO0 High = Enable EAPD */
5186 spec->eapd_mask = spec->gpio_mask = 0x01;
5187 spec->gpio_dir = spec->gpio_data = 0x01;
5188 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005189 spec->num_dmics = 0;
5190
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005191 spec->init = stac927x_core_init;
5192 spec->mixer = stac927x_mixer;
5193 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005194
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005195 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005196 spec->aloopback_mask = 0x40;
5197 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005198 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005199
Matt Porter3cc08dc2006-01-23 15:27:49 +01005200 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005201 if (!err) {
5202 if (spec->board_config < 0) {
5203 printk(KERN_WARNING "hda_codec: No auto-config is "
5204 "available, default to model=ref\n");
5205 spec->board_config = STAC_D965_REF;
5206 goto again;
5207 }
5208 err = -EINVAL;
5209 }
Mattc7d4b2f2005-06-27 14:59:41 +02005210 if (err < 0) {
5211 stac92xx_free(codec);
5212 return err;
5213 }
Matt2f2f4252005-04-13 14:45:30 +02005214
5215 codec->patch_ops = stac92xx_patch_ops;
5216
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005217 codec->proc_widget_hook = stac927x_proc_hook;
5218
Takashi Iwai52987652008-01-16 16:09:47 +01005219 /*
5220 * !!FIXME!!
5221 * The STAC927x seem to require fairly long delays for certain
5222 * command sequences. With too short delays (even if the answer
5223 * is set to RIRB properly), it results in the silence output
5224 * on some hardwares like Dell.
5225 *
5226 * The below flag enables the longer delay (see get_response
5227 * in hda_intel.c).
5228 */
5229 codec->bus->needs_damn_long_delay = 1;
5230
Takashi Iwaie28d8322008-12-17 13:48:29 +01005231 /* no jack detecion for ref-no-jd model */
5232 if (spec->board_config == STAC_D965_REF_NO_JD)
5233 spec->hp_detect = 0;
5234
Matt2f2f4252005-04-13 14:45:30 +02005235 return 0;
5236}
5237
Matt Porterf3302a52006-07-31 12:49:34 +02005238static int patch_stac9205(struct hda_codec *codec)
5239{
5240 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02005241 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02005242
5243 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5244 if (spec == NULL)
5245 return -ENOMEM;
5246
5247 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005248 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005249 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005250 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5251 stac9205_models,
5252 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005253 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005254 if (spec->board_config < 0) {
5255 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5256 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005257 } else
5258 err = stac_save_pin_cfgs(codec,
5259 stac9205_brd_tbl[spec->board_config]);
5260 if (err < 0) {
5261 stac92xx_free(codec);
5262 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02005263 }
5264
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005265 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02005266 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005267 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02005268 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005269 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005270 spec->smux_nids = stac9205_smux_nids;
5271 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005272 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02005273 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005274 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005275 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005276 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02005277
5278 spec->init = stac9205_core_init;
5279 spec->mixer = stac9205_mixer;
5280
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005281 spec->aloopback_mask = 0x40;
5282 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005283 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02005284 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02005285
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005286 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005287 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02005288 /* Enable SPDIF in/out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005289 stac_change_pin_config(codec, 0x1f, 0x01441030);
5290 stac_change_pin_config(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01005291
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005292 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005293 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5294 if (err < 0)
5295 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005296 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005297 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5298 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005299 AC_VERB_SET_UNSOLICITED_ENABLE,
5300 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005301
5302 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005303 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005304 spec->gpio_mask = 0x1b;
5305 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01005306 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005307 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02005308 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005309 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005310 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005311 case STAC_9205_REF:
5312 /* SPDIF-In enabled */
5313 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005314 default:
5315 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005316 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005317 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005318 break;
5319 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02005320
Matt Porterf3302a52006-07-31 12:49:34 +02005321 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005322 if (!err) {
5323 if (spec->board_config < 0) {
5324 printk(KERN_WARNING "hda_codec: No auto-config is "
5325 "available, default to model=ref\n");
5326 spec->board_config = STAC_9205_REF;
5327 goto again;
5328 }
5329 err = -EINVAL;
5330 }
Matt Porterf3302a52006-07-31 12:49:34 +02005331 if (err < 0) {
5332 stac92xx_free(codec);
5333 return err;
5334 }
5335
5336 codec->patch_ops = stac92xx_patch_ops;
5337
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005338 codec->proc_widget_hook = stac9205_proc_hook;
5339
Matt Porterf3302a52006-07-31 12:49:34 +02005340 return 0;
5341}
5342
Matt2f2f4252005-04-13 14:45:30 +02005343/*
Guillaume Munch6d859062006-08-22 17:15:47 +02005344 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01005345 */
5346
Guillaume Munch99ccc562006-08-16 19:35:12 +02005347/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005348static hda_nid_t vaio_dacs[] = { 0x2 };
5349#define VAIO_HP_DAC 0x5
5350static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
5351static hda_nid_t vaio_mux_nids[] = { 0x15 };
5352
5353static struct hda_input_mux vaio_mux = {
Takashi Iwaia3a2f422007-10-11 11:21:21 +02005354 .num_items = 3,
Takashi Iwaidb064e52006-03-16 16:04:58 +01005355 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02005356 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005357 { "Mic Jack", 0x1 },
5358 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01005359 { "PCM", 0x3 },
5360 }
5361};
5362
5363static struct hda_verb vaio_init[] = {
5364 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005365 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
Takashi Iwaidb064e52006-03-16 16:04:58 +01005366 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5367 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5368 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5369 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005370 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005371 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5372 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5373 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5374 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5375 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5376 {}
5377};
5378
Guillaume Munch6d859062006-08-22 17:15:47 +02005379static struct hda_verb vaio_ar_init[] = {
5380 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
5381 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5382 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5383 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5384/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
5385 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005386 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Guillaume Munch6d859062006-08-22 17:15:47 +02005387 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5388 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5389/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
5390 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5391 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5392 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5393 {}
5394};
5395
Takashi Iwaidb064e52006-03-16 16:04:58 +01005396static struct snd_kcontrol_new vaio_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005397 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5398 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5399 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5400 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005401 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5402 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5403 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5404 {
5405 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5406 .name = "Capture Source",
5407 .count = 1,
5408 .info = stac92xx_mux_enum_info,
5409 .get = stac92xx_mux_enum_get,
5410 .put = stac92xx_mux_enum_put,
5411 },
5412 {}
5413};
5414
Guillaume Munch6d859062006-08-22 17:15:47 +02005415static struct snd_kcontrol_new vaio_ar_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005416 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5417 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5418 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5419 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Guillaume Munch6d859062006-08-22 17:15:47 +02005420 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5421 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5422 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5423 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
5424 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
5425 {
5426 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5427 .name = "Capture Source",
5428 .count = 1,
5429 .info = stac92xx_mux_enum_info,
5430 .get = stac92xx_mux_enum_get,
5431 .put = stac92xx_mux_enum_put,
5432 },
5433 {}
5434};
5435
5436static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01005437 .build_controls = stac92xx_build_controls,
5438 .build_pcms = stac92xx_build_pcms,
5439 .init = stac92xx_init,
5440 .free = stac92xx_free,
Takashi Iwaicb53c622007-08-10 17:21:45 +02005441#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaidb064e52006-03-16 16:04:58 +01005442 .resume = stac92xx_resume,
5443#endif
5444};
5445
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005446static int stac9872_vaio_init(struct hda_codec *codec)
5447{
5448 int err;
5449
5450 err = stac92xx_init(codec);
5451 if (err < 0)
5452 return err;
5453 if (codec->patch_ops.unsol_event)
5454 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
5455 return 0;
5456}
5457
5458static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
5459{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01005460 if (get_pin_presence(codec, 0x0a)) {
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005461 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5462 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5463 } else {
5464 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5465 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5466 }
5467}
5468
5469static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
5470{
5471 switch (res >> 26) {
5472 case STAC_HP_EVENT:
5473 stac9872_vaio_hp_detect(codec, res);
5474 break;
5475 }
5476}
5477
5478static struct hda_codec_ops stac9872_vaio_patch_ops = {
5479 .build_controls = stac92xx_build_controls,
5480 .build_pcms = stac92xx_build_pcms,
5481 .init = stac9872_vaio_init,
5482 .free = stac92xx_free,
5483 .unsol_event = stac9872_vaio_unsol_event,
5484#ifdef CONFIG_PM
5485 .resume = stac92xx_resume,
5486#endif
5487};
5488
Guillaume Munch6d859062006-08-22 17:15:47 +02005489enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5490 CXD9872RD_VAIO,
5491 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5492 STAC9872AK_VAIO,
5493 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5494 STAC9872K_VAIO,
5495 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005496 CXD9872AKD_VAIO,
5497 STAC_9872_MODELS,
5498};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005499
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005500static const char *stac9872_models[STAC_9872_MODELS] = {
5501 [CXD9872RD_VAIO] = "vaio",
5502 [CXD9872AKD_VAIO] = "vaio-ar",
5503};
5504
5505static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5506 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5507 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5508 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01005509 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005510 {}
5511};
5512
Guillaume Munch6d859062006-08-22 17:15:47 +02005513static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005514{
5515 struct sigmatel_spec *spec;
5516 int board_config;
5517
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005518 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5519 stac9872_models,
5520 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01005521 if (board_config < 0)
5522 /* unknown config, let generic-parser do its job... */
5523 return snd_hda_parse_generic_codec(codec);
5524
5525 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5526 if (spec == NULL)
5527 return -ENOMEM;
5528
5529 codec->spec = spec;
5530 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02005531 case CXD9872RD_VAIO:
5532 case STAC9872AK_VAIO:
5533 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01005534 spec->mixer = vaio_mixer;
5535 spec->init = vaio_init;
5536 spec->multiout.max_channels = 2;
5537 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5538 spec->multiout.dac_nids = vaio_dacs;
5539 spec->multiout.hp_nid = VAIO_HP_DAC;
5540 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5541 spec->adc_nids = vaio_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005542 spec->num_pwrs = 0;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005543 spec->input_mux = &vaio_mux;
5544 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005545 codec->patch_ops = stac9872_vaio_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005546 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02005547
5548 case CXD9872AKD_VAIO:
5549 spec->mixer = vaio_ar_mixer;
5550 spec->init = vaio_ar_init;
5551 spec->multiout.max_channels = 2;
5552 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5553 spec->multiout.dac_nids = vaio_dacs;
5554 spec->multiout.hp_nid = VAIO_HP_DAC;
5555 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005556 spec->num_pwrs = 0;
Guillaume Munch6d859062006-08-22 17:15:47 +02005557 spec->adc_nids = vaio_adcs;
5558 spec->input_mux = &vaio_mux;
5559 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005560 codec->patch_ops = stac9872_patch_ops;
Guillaume Munch6d859062006-08-22 17:15:47 +02005561 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005562 }
5563
Takashi Iwaidb064e52006-03-16 16:04:58 +01005564 return 0;
5565}
5566
5567
5568/*
Matt2f2f4252005-04-13 14:45:30 +02005569 * patch entries
5570 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005571static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02005572 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5573 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5574 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5575 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5576 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5577 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5578 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005579 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5580 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5581 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5582 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5583 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5584 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005585 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5586 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5587 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5588 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5589 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5590 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5591 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5592 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5593 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5594 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005595 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5596 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5597 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5598 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5599 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5600 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005601 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5602 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005603 /* The following does not take into account .id=0x83847661 when subsys =
5604 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5605 * currently not fully supported.
5606 */
5607 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5608 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5609 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005610 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5611 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5612 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5613 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5614 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5615 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5616 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5617 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005618 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005619 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5620 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005621 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005622 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5623 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005624 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005625 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5626 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5627 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5628 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5629 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5630 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5631 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5632 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005633 {} /* terminator */
5634};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005635
5636MODULE_ALIAS("snd-hda-codec-id:8384*");
5637MODULE_ALIAS("snd-hda-codec-id:111d*");
5638
5639MODULE_LICENSE("GPL");
5640MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5641
5642static struct hda_codec_preset_list sigmatel_list = {
5643 .preset = snd_hda_preset_sigmatel,
5644 .owner = THIS_MODULE,
5645};
5646
5647static int __init patch_sigmatel_init(void)
5648{
5649 return snd_hda_add_codec_preset(&sigmatel_list);
5650}
5651
5652static void __exit patch_sigmatel_exit(void)
5653{
5654 snd_hda_delete_codec_preset(&sigmatel_list);
5655}
5656
5657module_init(patch_sigmatel_init)
5658module_exit(patch_sigmatel_exit)