blob: 77fcc312a1f467b8278008f347721c5d44e35d3d [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,
Matthew Ranostaye035b842007-11-06 11:53:55 +010093 STAC_92HD71BXX_MODELS
94};
95
96enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010097 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +020098 STAC_M1,
99 STAC_M1_2,
100 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100101 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200102 STAC_M3,
103 STAC_M5,
104 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100105 STAC_925x_MODELS
106};
107
108enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100109 STAC_D945_REF,
110 STAC_D945GTP3,
111 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200112 STAC_INTEL_MAC_V1,
113 STAC_INTEL_MAC_V2,
114 STAC_INTEL_MAC_V3,
115 STAC_INTEL_MAC_V4,
116 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800117 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
118 * is given, one of the above models will be
119 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200120 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100121 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100122 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100123 STAC_MACBOOK_PRO_V1,
124 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200125 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200126 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300127 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200128 STAC_922X_DELL_D81,
129 STAC_922X_DELL_D82,
130 STAC_922X_DELL_M81,
131 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100132 STAC_922X_MODELS
133};
134
135enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100136 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100137 STAC_D965_REF,
138 STAC_D965_3ST,
139 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200140 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100141 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100142 STAC_927X_MODELS
143};
Matt Porter403d1942005-11-29 15:00:51 +0100144
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400145struct sigmatel_event {
146 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100147 unsigned char type;
148 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400149 int data;
150};
151
152struct sigmatel_jack {
153 hda_nid_t nid;
154 int type;
155 struct snd_jack *jack;
156};
157
Matt2f2f4252005-04-13 14:45:30 +0200158struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100159 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200160 unsigned int num_mixers;
161
Matt Porter403d1942005-11-29 15:00:51 +0100162 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500163 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200164 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100165 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100166 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400167 unsigned int spdif_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200168
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100169 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200170 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100171 unsigned int gpio_mask;
172 unsigned int gpio_dir;
173 unsigned int gpio_data;
174 unsigned int gpio_mute;
175
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200176 /* stream */
177 unsigned int stream_delay;
178
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100179 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100180 unsigned char aloopback_mask;
181 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200182
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100183 /* power management */
184 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200185 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100186 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100187 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100188
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400189 /* jack detection */
190 struct snd_array jacks;
191
192 /* events */
193 struct snd_array events;
194
Matt2f2f4252005-04-13 14:45:30 +0200195 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100196 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400197 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100198 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200199 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100200 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100201 hda_nid_t hp_dacs[5];
202 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200203
204 /* capture */
205 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200206 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200207 hda_nid_t *mux_nids;
208 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200209 hda_nid_t *dmic_nids;
210 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100211 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100212 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200213 hda_nid_t *smux_nids;
214 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400215 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200216
Mattdabbed62005-06-14 10:19:34 +0200217 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100218 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200219 hda_nid_t anabeep_nid;
220 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200221
Matt2f2f4252005-04-13 14:45:30 +0200222 /* pin widgets */
223 hda_nid_t *pin_nids;
224 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200225 unsigned int *pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200226
227 /* codec specific stuff */
228 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100229 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200230
231 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200232 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100233 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200234 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100235 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200236 struct hda_input_mux *sinput_mux;
237 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400238 unsigned int cur_amux;
239 hda_nid_t *amp_nids;
240 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200241 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200242
Matt Porter403d1942005-11-29 15:00:51 +0100243 /* i/o switches */
244 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200245 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100246 hda_nid_t line_switch; /* shared line-in for input and output */
247 hda_nid_t mic_switch; /* shared mic-in for input and output */
248 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200249 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200250
Mattc7d4b2f2005-06-27 14:59:41 +0200251 struct hda_pcm pcm_rec[2]; /* PCM information */
252
253 /* dynamic controls and input_mux */
254 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200255 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200256 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200257 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200258 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400259 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100260 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200261};
262
263static hda_nid_t stac9200_adc_nids[1] = {
264 0x03,
265};
266
267static hda_nid_t stac9200_mux_nids[1] = {
268 0x0c,
269};
270
271static hda_nid_t stac9200_dac_nids[1] = {
272 0x02,
273};
274
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100275static hda_nid_t stac92hd73xx_pwr_nids[8] = {
276 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
277 0x0f, 0x10, 0x11
278};
279
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400280static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
281 0x26, 0,
282};
283
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100284static hda_nid_t stac92hd73xx_adc_nids[2] = {
285 0x1a, 0x1b
286};
287
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400288#define DELL_M6_AMP 2
289static hda_nid_t stac92hd73xx_amp_nids[3] = {
290 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400291};
292
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100293#define STAC92HD73XX_NUM_DMICS 2
294static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
295 0x13, 0x14, 0
296};
297
298#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100299
300static hda_nid_t stac92hd73xx_mux_nids[4] = {
301 0x28, 0x29, 0x2a, 0x2b,
302};
303
304static hda_nid_t stac92hd73xx_dmux_nids[2] = {
305 0x20, 0x21,
306};
307
Matthew Ranostayd9737752008-09-07 12:03:41 +0200308static hda_nid_t stac92hd73xx_smux_nids[2] = {
309 0x22, 0x23,
310};
311
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200312#define STAC92HD83XXX_NUM_DMICS 2
313static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
314 0x11, 0x12, 0
315};
316
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200317#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200318
319static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
320 0x17, 0x18,
321};
322
323static hda_nid_t stac92hd83xxx_adc_nids[2] = {
324 0x15, 0x16,
325};
326
327static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
328 0xa, 0xb, 0xd, 0xe,
329};
330
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400331static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
332 0x1e, 0,
333};
334
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200335static unsigned int stac92hd83xxx_pwr_mapping[4] = {
336 0x03, 0x0c, 0x10, 0x40,
337};
338
Matthew Ranostayc15c5062009-01-13 13:30:07 -0500339static unsigned int stac92hd83xxx_amp_nids[1] = {
340 0xc,
341};
342
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100343static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
344 0x0a, 0x0d, 0x0f
345};
346
Matthew Ranostaye035b842007-11-06 11:53:55 +0100347static hda_nid_t stac92hd71bxx_adc_nids[2] = {
348 0x12, 0x13,
349};
350
351static hda_nid_t stac92hd71bxx_mux_nids[2] = {
352 0x1a, 0x1b
353};
354
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400355static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
356 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100357};
358
Matthew Ranostayd9737752008-09-07 12:03:41 +0200359static hda_nid_t stac92hd71bxx_smux_nids[2] = {
360 0x24, 0x25,
361};
362
Matthew Ranostaye035b842007-11-06 11:53:55 +0100363#define STAC92HD71BXX_NUM_DMICS 2
364static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
365 0x18, 0x19, 0
366};
367
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400368static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
369 0x22, 0
370};
371
Tobin Davis8e21c342007-01-08 11:04:17 +0100372static hda_nid_t stac925x_adc_nids[1] = {
373 0x03,
374};
375
376static hda_nid_t stac925x_mux_nids[1] = {
377 0x0f,
378};
379
380static hda_nid_t stac925x_dac_nids[1] = {
381 0x02,
382};
383
Takashi Iwaif6e98522007-10-16 14:27:04 +0200384#define STAC925X_NUM_DMICS 1
385static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
386 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200387};
388
Takashi Iwai1697055e2007-12-18 18:05:52 +0100389static hda_nid_t stac925x_dmux_nids[1] = {
390 0x14,
391};
392
Matt2f2f4252005-04-13 14:45:30 +0200393static hda_nid_t stac922x_adc_nids[2] = {
394 0x06, 0x07,
395};
396
397static hda_nid_t stac922x_mux_nids[2] = {
398 0x12, 0x13,
399};
400
Matt Porter3cc08dc2006-01-23 15:27:49 +0100401static hda_nid_t stac927x_adc_nids[3] = {
402 0x07, 0x08, 0x09
403};
404
405static hda_nid_t stac927x_mux_nids[3] = {
406 0x15, 0x16, 0x17
407};
408
Matthew Ranostayd9737752008-09-07 12:03:41 +0200409static hda_nid_t stac927x_smux_nids[1] = {
410 0x21,
411};
412
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100413static hda_nid_t stac927x_dac_nids[6] = {
414 0x02, 0x03, 0x04, 0x05, 0x06, 0
415};
416
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100417static hda_nid_t stac927x_dmux_nids[1] = {
418 0x1b,
419};
420
Matthew Ranostay7f168592007-10-18 17:38:17 +0200421#define STAC927X_NUM_DMICS 2
422static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
423 0x13, 0x14, 0
424};
425
Matthew Ranostay65973632008-09-16 10:39:37 -0400426static const char *stac927x_spdif_labels[5] = {
427 "Digital Playback", "ADAT", "Analog Mux 1",
428 "Analog Mux 2", "Analog Mux 3"
429};
430
Matt Porterf3302a52006-07-31 12:49:34 +0200431static hda_nid_t stac9205_adc_nids[2] = {
432 0x12, 0x13
433};
434
435static hda_nid_t stac9205_mux_nids[2] = {
436 0x19, 0x1a
437};
438
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100439static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100440 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100441};
442
Matthew Ranostayd9737752008-09-07 12:03:41 +0200443static hda_nid_t stac9205_smux_nids[1] = {
444 0x21,
445};
446
Takashi Iwaif6e98522007-10-16 14:27:04 +0200447#define STAC9205_NUM_DMICS 2
448static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
449 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200450};
451
Mattc7d4b2f2005-06-27 14:59:41 +0200452static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200453 0x08, 0x09, 0x0d, 0x0e,
454 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200455};
456
Tobin Davis8e21c342007-01-08 11:04:17 +0100457static hda_nid_t stac925x_pin_nids[8] = {
458 0x07, 0x08, 0x0a, 0x0b,
459 0x0c, 0x0d, 0x10, 0x11,
460};
461
Matt2f2f4252005-04-13 14:45:30 +0200462static hda_nid_t stac922x_pin_nids[10] = {
463 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
464 0x0f, 0x10, 0x11, 0x15, 0x1b,
465};
466
Matthew Ranostaya7662642008-02-21 07:51:14 +0100467static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100468 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
469 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200470 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100471};
472
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200473static hda_nid_t stac92hd83xxx_pin_nids[14] = {
474 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
475 0x0f, 0x10, 0x11, 0x12, 0x13,
476 0x1d, 0x1e, 0x1f, 0x20
477};
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400478static hda_nid_t stac92hd71bxx_pin_nids[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100479 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
480 0x0f, 0x14, 0x18, 0x19, 0x1e,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400481 0x1f,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100482};
483
Matt Porter3cc08dc2006-01-23 15:27:49 +0100484static hda_nid_t stac927x_pin_nids[14] = {
485 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
486 0x0f, 0x10, 0x11, 0x12, 0x13,
487 0x14, 0x21, 0x22, 0x23,
488};
489
Matt Porterf3302a52006-07-31 12:49:34 +0200490static hda_nid_t stac9205_pin_nids[12] = {
491 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
492 0x0f, 0x14, 0x16, 0x17, 0x18,
493 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200494};
495
Matthew Ranostay89385032008-09-11 09:49:39 -0400496#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
497
498static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
499 struct snd_ctl_elem_value *ucontrol)
500{
501 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
502 struct sigmatel_spec *spec = codec->spec;
503 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
504
505 kcontrol->private_value ^= get_amp_nid(kcontrol);
506 kcontrol->private_value |= nid;
507
508 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
509}
510
511static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
512 struct snd_ctl_elem_value *ucontrol)
513{
514 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
515 struct sigmatel_spec *spec = codec->spec;
516 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
517
518 kcontrol->private_value ^= get_amp_nid(kcontrol);
519 kcontrol->private_value |= nid;
520
521 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
522}
523
Matt Porter8b657272006-10-26 17:12:59 +0200524static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
525 struct snd_ctl_elem_info *uinfo)
526{
527 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
528 struct sigmatel_spec *spec = codec->spec;
529 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
530}
531
532static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
533 struct snd_ctl_elem_value *ucontrol)
534{
535 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
536 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100537 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200538
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100539 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200540 return 0;
541}
542
543static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
544 struct snd_ctl_elem_value *ucontrol)
545{
546 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
547 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100548 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200549
550 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100551 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200552}
553
Matthew Ranostayd9737752008-09-07 12:03:41 +0200554static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
555 struct snd_ctl_elem_info *uinfo)
556{
557 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
558 struct sigmatel_spec *spec = codec->spec;
559 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
560}
561
562static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
563 struct snd_ctl_elem_value *ucontrol)
564{
565 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
566 struct sigmatel_spec *spec = codec->spec;
567 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
568
569 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
570 return 0;
571}
572
573static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
574 struct snd_ctl_elem_value *ucontrol)
575{
576 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
577 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400578 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200579 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400580 int err, val;
581 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200582
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400583 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200584 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400585 if (err < 0)
586 return err;
587
588 if (spec->spdif_mute) {
589 if (smux_idx == 0)
590 nid = spec->multiout.dig_out_nid;
591 else
592 nid = codec->slave_dig_outs[smux_idx - 1];
593 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100594 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400595 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100596 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400597 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100598 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
599 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400600 }
601 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200602}
603
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100604static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200605{
606 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
607 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200608 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200609}
610
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100611static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200612{
613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
614 struct sigmatel_spec *spec = codec->spec;
615 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
616
617 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
618 return 0;
619}
620
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100621static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
625 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
626
Mattc7d4b2f2005-06-27 14:59:41 +0200627 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200628 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
629}
630
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100631static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_info *uinfo)
633{
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
637}
638
639static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
640 struct snd_ctl_elem_value *ucontrol)
641{
642 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
643 struct sigmatel_spec *spec = codec->spec;
644
645 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
646 return 0;
647}
648
649static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
650 struct snd_ctl_elem_value *ucontrol)
651{
652 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
653 struct sigmatel_spec *spec = codec->spec;
654
655 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
656 spec->mono_nid, &spec->cur_mmux);
657}
658
Matthew Ranostay89385032008-09-11 09:49:39 -0400659static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
660 struct snd_ctl_elem_info *uinfo)
661{
662 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
663 struct sigmatel_spec *spec = codec->spec;
664 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
665}
666
667static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
668 struct snd_ctl_elem_value *ucontrol)
669{
670 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
671 struct sigmatel_spec *spec = codec->spec;
672
673 ucontrol->value.enumerated.item[0] = spec->cur_amux;
674 return 0;
675}
676
677static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
678 struct snd_ctl_elem_value *ucontrol)
679{
680 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
681 struct sigmatel_spec *spec = codec->spec;
682 struct snd_kcontrol *ctl =
683 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
684 if (!ctl)
685 return -EINVAL;
686
687 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
688 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
689
690 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
691 0, &spec->cur_amux);
692}
693
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200694#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
695
696static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
697 struct snd_ctl_elem_value *ucontrol)
698{
699 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100700 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200701 struct sigmatel_spec *spec = codec->spec;
702
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100703 ucontrol->value.integer.value[0] = !!(spec->aloopback &
704 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200705 return 0;
706}
707
708static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
709 struct snd_ctl_elem_value *ucontrol)
710{
711 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
712 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100713 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200714 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100715 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200716
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100717 idx_val = spec->aloopback_mask << idx;
718 if (ucontrol->value.integer.value[0])
719 val = spec->aloopback | idx_val;
720 else
721 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100722 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200723 return 0;
724
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100725 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200726
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100727 /* Only return the bits defined by the shift value of the
728 * first two bytes of the mask
729 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200730 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100731 kcontrol->private_value & 0xFFFF, 0x0);
732 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200733
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100734 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200735 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100736 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200737 } else {
738 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100739 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200740 }
741
742 snd_hda_codec_write_cache(codec, codec->afg, 0,
743 kcontrol->private_value >> 16, dac_mode);
744
745 return 1;
746}
747
Mattc7d4b2f2005-06-27 14:59:41 +0200748static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200749 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200750 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200751 {}
752};
753
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200754static struct hda_verb stac9200_eapd_init[] = {
755 /* set dac0mux for dac converter */
756 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
757 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
758 {}
759};
760
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100761static struct hda_verb stac92hd73xx_6ch_core_init[] = {
762 /* set master volume and direct control */
763 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100764 /* setup adcs to point to mixer */
765 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
766 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100767 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
768 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
769 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
770 /* setup import muxs */
771 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
772 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
773 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
774 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
775 {}
776};
777
Matthew Ranostayd654a662008-03-14 08:46:51 +0100778static struct hda_verb dell_eq_core_init[] = {
779 /* set master volume to max value without distortion
780 * and direct control */
781 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100782 /* setup adcs to point to mixer */
783 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
784 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
785 /* setup import muxs */
786 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
787 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
788 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
790 {}
791};
792
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100793static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500794 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100795 /* setup adcs to point to mixer */
796 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
797 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
798 /* setup import muxs */
799 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
800 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
801 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
802 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
803 {}
804};
805
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100806static struct hda_verb stac92hd73xx_8ch_core_init[] = {
807 /* set master volume and direct control */
808 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100809 /* setup adcs to point to mixer */
810 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
811 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100812 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
813 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
814 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
815 /* setup import muxs */
816 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
817 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
818 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
819 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
820 {}
821};
822
823static struct hda_verb stac92hd73xx_10ch_core_init[] = {
824 /* set master volume and direct control */
825 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100826 /* dac3 is connected to import3 mux */
827 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100828 /* setup adcs to point to mixer */
829 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
830 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100831 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
832 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
833 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
834 /* setup import muxs */
835 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
836 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
837 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
838 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
839 {}
840};
841
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200842static struct hda_verb stac92hd83xxx_core_init[] = {
843 /* start of config #1 */
844 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
845
846 /* start of config #2 */
847 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
848 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
849 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
850
851 /* power state controls amps */
852 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200853 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200854};
855
Matthew Ranostaye035b842007-11-06 11:53:55 +0100856static struct hda_verb stac92hd71bxx_core_init[] = {
857 /* set master volume and direct control */
858 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100859 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
860 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
861 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
862 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200863 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100864};
865
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400866#define HD_DISABLE_PORTF 2
Matthew Ranostay541eee82007-12-14 12:08:04 +0100867static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200868 /* start of config #1 */
869
870 /* connect port 0f to audio mixer */
871 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200872 /* unmute right and left channels for node 0x0f */
873 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
874 /* start of config #2 */
875
Matthew Ranostay541eee82007-12-14 12:08:04 +0100876 /* set master volume and direct control */
877 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200878 /* unmute right and left channels for nodes 0x0a, 0xd */
Matthew Ranostaye035b842007-11-06 11:53:55 +0100879 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
880 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100881 {}
882};
883
Tobin Davis8e21c342007-01-08 11:04:17 +0100884static struct hda_verb stac925x_core_init[] = {
885 /* set dac0mux for dac converter */
886 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
887 {}
888};
889
Mattc7d4b2f2005-06-27 14:59:41 +0200890static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200891 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200892 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200893 {}
894};
895
Tobin Davis93ed1502006-09-01 21:03:12 +0200896static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200897 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200898 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200899 /* unmute node 0x1b */
900 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
901 /* select node 0x03 as DAC */
902 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
903 {}
904};
905
Matt Porter3cc08dc2006-01-23 15:27:49 +0100906static struct hda_verb stac927x_core_init[] = {
907 /* set master volume and direct control */
908 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200909 /* enable analog pc beep path */
910 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100911 {}
912};
913
Matt Porterf3302a52006-07-31 12:49:34 +0200914static struct hda_verb stac9205_core_init[] = {
915 /* set master volume and direct control */
916 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200917 /* enable analog pc beep path */
918 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200919 {}
920};
921
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100922#define STAC_MONO_MUX \
923 { \
924 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
925 .name = "Mono Mux", \
926 .count = 1, \
927 .info = stac92xx_mono_mux_enum_info, \
928 .get = stac92xx_mono_mux_enum_get, \
929 .put = stac92xx_mono_mux_enum_put, \
930 }
931
Matthew Ranostay89385032008-09-11 09:49:39 -0400932#define STAC_AMP_MUX \
933 { \
934 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
935 .name = "Amp Selector Capture Switch", \
936 .count = 1, \
937 .info = stac92xx_amp_mux_enum_info, \
938 .get = stac92xx_amp_mux_enum_get, \
939 .put = stac92xx_amp_mux_enum_put, \
940 }
941
942#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
943 { \
944 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
945 .name = xname, \
946 .index = 0, \
947 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
948 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
949 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
950 .info = stac92xx_amp_volume_info, \
951 .get = stac92xx_amp_volume_get, \
952 .put = stac92xx_amp_volume_put, \
953 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
954 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
955 }
956
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200957#define STAC_INPUT_SOURCE(cnt) \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200958 { \
959 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
960 .name = "Input Source", \
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200961 .count = cnt, \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200962 .info = stac92xx_mux_enum_info, \
963 .get = stac92xx_mux_enum_get, \
964 .put = stac92xx_mux_enum_put, \
965 }
966
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100967#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200968 { \
969 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
970 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100971 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200972 .info = stac92xx_aloopback_info, \
973 .get = stac92xx_aloopback_get, \
974 .put = stac92xx_aloopback_put, \
975 .private_value = verb_read | (verb_write << 16), \
976 }
977
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100978static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200979 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
980 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200981 STAC_INPUT_SOURCE(1),
Matt2f2f4252005-04-13 14:45:30 +0200982 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
983 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200984 { } /* end */
985};
986
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400987#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100988static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400989 /* start of config #1 */
990 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
991 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
992
993 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
994 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
995
996 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
997 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
998
999 /* start of config #2 */
1000 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1001 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1002
1003 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1004 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1005
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001006 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1007
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001008 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1009 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1010
1011 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1012 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1013
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001014 { } /* end */
1015};
1016
1017static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001018 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1019
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001020 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1021 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1022
1023 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1025
1026 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1027 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1028
1029 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1030 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1031
1032 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1033 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1034
1035 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1036 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1037
1038 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1039 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1040 { } /* end */
1041};
1042
1043static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001044 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1045
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001046 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1047 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1048
1049 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1051
1052 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1053 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1054
1055 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1056 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1057
1058 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1059 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1060
1061 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1062 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1063
1064 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1065 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1066 { } /* end */
1067};
1068
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001069
1070static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1071 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1072 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1073
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1076
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001077 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1078 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001079
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001080 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1081 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001082
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001083 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1084 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001085
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001086 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1087 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001088
1089 /*
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001090 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1091 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001092 */
1093 { } /* end */
1094};
1095
Matthew Ranostay541eee82007-12-14 12:08:04 +01001096static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001097 STAC_INPUT_SOURCE(2),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001098 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001099
Matthew Ranostay9b359472007-11-07 13:03:12 +01001100 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1101 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001102
1103 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1104 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001105 /* analog pc-beep replaced with digital beep support */
1106 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001107 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1108 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001109 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001110
Matthew Ranostay687cb982008-10-11 13:52:43 -04001111 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1112 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001113
Matthew Ranostay687cb982008-10-11 13:52:43 -04001114 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1115 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001116
1117 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1118 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1119
1120 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1121 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001122 { } /* end */
1123};
1124
Matthew Ranostay541eee82007-12-14 12:08:04 +01001125static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001126 STAC_INPUT_SOURCE(2),
1127 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1128
Matthew Ranostay541eee82007-12-14 12:08:04 +01001129 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1130 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001131
1132 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1133 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001134 { } /* end */
1135};
1136
Tobin Davis8e21c342007-01-08 11:04:17 +01001137static struct snd_kcontrol_new stac925x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001138 STAC_INPUT_SOURCE(1),
Tobin Davis8e21c342007-01-08 11:04:17 +01001139 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001140 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001141 { } /* end */
1142};
1143
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001144static struct snd_kcontrol_new stac9205_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001145 STAC_INPUT_SOURCE(2),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001146 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001147
1148 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1149 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001150
1151 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1152 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001153 { } /* end */
1154};
1155
1156/* This needs to be generated dynamically based on sequence */
1157static struct snd_kcontrol_new stac922x_mixer[] = {
1158 STAC_INPUT_SOURCE(2),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001159 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1160 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001161
1162 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1163 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001164 { } /* end */
1165};
1166
1167
1168static struct snd_kcontrol_new stac927x_mixer[] = {
1169 STAC_INPUT_SOURCE(3),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001170 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001171
1172 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1173 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001174
1175 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1176 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001177
1178 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1179 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001180 { } /* end */
1181};
1182
Takashi Iwai1697055e2007-12-18 18:05:52 +01001183static struct snd_kcontrol_new stac_dmux_mixer = {
1184 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1185 .name = "Digital Input Source",
1186 /* count set later */
1187 .info = stac92xx_dmux_enum_info,
1188 .get = stac92xx_dmux_enum_get,
1189 .put = stac92xx_dmux_enum_put,
1190};
1191
Matthew Ranostayd9737752008-09-07 12:03:41 +02001192static struct snd_kcontrol_new stac_smux_mixer = {
1193 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001194 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001195 /* count set later */
1196 .info = stac92xx_smux_enum_info,
1197 .get = stac92xx_smux_enum_get,
1198 .put = stac92xx_smux_enum_put,
1199};
1200
Takashi Iwai2134ea42008-01-10 16:53:55 +01001201static const char *slave_vols[] = {
1202 "Front Playback Volume",
1203 "Surround Playback Volume",
1204 "Center Playback Volume",
1205 "LFE Playback Volume",
1206 "Side Playback Volume",
1207 "Headphone Playback Volume",
1208 "Headphone Playback Volume",
1209 "Speaker Playback Volume",
1210 "External Speaker Playback Volume",
1211 "Speaker2 Playback Volume",
1212 NULL
1213};
1214
1215static const char *slave_sws[] = {
1216 "Front Playback Switch",
1217 "Surround Playback Switch",
1218 "Center Playback Switch",
1219 "LFE Playback Switch",
1220 "Side Playback Switch",
1221 "Headphone Playback Switch",
1222 "Headphone Playback Switch",
1223 "Speaker Playback Switch",
1224 "External Speaker Playback Switch",
1225 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001226 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001227 NULL
1228};
1229
Takashi Iwai603c4012008-07-30 15:01:44 +02001230static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001231static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001232
Matt2f2f4252005-04-13 14:45:30 +02001233static int stac92xx_build_controls(struct hda_codec *codec)
1234{
1235 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001236 struct auto_pin_cfg *cfg = &spec->autocfg;
1237 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001238 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001239 int i;
Matt2f2f4252005-04-13 14:45:30 +02001240
1241 err = snd_hda_add_new_ctls(codec, spec->mixer);
1242 if (err < 0)
1243 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001244
1245 for (i = 0; i < spec->num_mixers; i++) {
1246 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1247 if (err < 0)
1248 return err;
1249 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001250 if (spec->num_dmuxes > 0) {
1251 stac_dmux_mixer.count = spec->num_dmuxes;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001252 err = snd_hda_ctl_add(codec,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001253 snd_ctl_new1(&stac_dmux_mixer, codec));
1254 if (err < 0)
1255 return err;
1256 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001257 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001258 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1259 struct hda_input_mux *smux = &spec->private_smux;
1260 /* check for mute support on SPDIF out */
1261 if (wcaps & AC_WCAP_OUT_AMP) {
1262 smux->items[smux->num_items].label = "Off";
1263 smux->items[smux->num_items].index = 0;
1264 smux->num_items++;
1265 spec->spdif_mute = 1;
1266 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001267 stac_smux_mixer.count = spec->num_smuxes;
Takashi Iwai4f2d23e2008-12-19 10:14:13 +01001268 err = snd_hda_ctl_add(codec,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001269 snd_ctl_new1(&stac_smux_mixer, codec));
1270 if (err < 0)
1271 return err;
1272 }
Mattc7d4b2f2005-06-27 14:59:41 +02001273
Mattdabbed62005-06-14 10:19:34 +02001274 if (spec->multiout.dig_out_nid) {
1275 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1276 if (err < 0)
1277 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001278 err = snd_hda_create_spdif_share_sw(codec,
1279 &spec->multiout);
1280 if (err < 0)
1281 return err;
1282 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001283 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001284 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001285 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1286 if (err < 0)
1287 return err;
1288 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001289
1290 /* if we have no master control, let's create it */
1291 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001292 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001293 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001294 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001295 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001296 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001297 if (err < 0)
1298 return err;
1299 }
1300 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1301 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1302 NULL, slave_sws);
1303 if (err < 0)
1304 return err;
1305 }
1306
Takashi Iwai603c4012008-07-30 15:01:44 +02001307 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001308
1309 /* create jack input elements */
1310 if (spec->hp_detect) {
1311 for (i = 0; i < cfg->hp_outs; i++) {
1312 int type = SND_JACK_HEADPHONE;
1313 nid = cfg->hp_pins[i];
1314 /* jack detection */
1315 if (cfg->hp_outs == i)
1316 type |= SND_JACK_LINEOUT;
1317 err = stac92xx_add_jack(codec, nid, type);
1318 if (err < 0)
1319 return err;
1320 }
1321 }
1322 for (i = 0; i < cfg->line_outs; i++) {
1323 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1324 SND_JACK_LINEOUT);
1325 if (err < 0)
1326 return err;
1327 }
1328 for (i = 0; i < AUTO_PIN_LAST; i++) {
1329 nid = cfg->input_pins[i];
1330 if (nid) {
1331 err = stac92xx_add_jack(codec, nid,
1332 SND_JACK_MICROPHONE);
1333 if (err < 0)
1334 return err;
1335 }
1336 }
1337
Mattdabbed62005-06-14 10:19:34 +02001338 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001339}
1340
Matt Porter403d1942005-11-29 15:00:51 +01001341static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001342 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001343 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1344};
1345
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001346static unsigned int gateway9200_m4_pin_configs[8] = {
1347 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1348 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1349};
1350static unsigned int gateway9200_m4_2_pin_configs[8] = {
1351 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1352 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1353};
1354
1355/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001356 STAC 9200 pin configs for
1357 102801A8
1358 102801DE
1359 102801E8
1360*/
1361static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001362 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1363 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001364};
1365
1366/*
1367 STAC 9200 pin configs for
1368 102801C0
1369 102801C1
1370*/
1371static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001372 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1373 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001374};
1375
1376/*
1377 STAC 9200 pin configs for
1378 102801C4 (Dell Dimension E310)
1379 102801C5
1380 102801C7
1381 102801D9
1382 102801DA
1383 102801E3
1384*/
1385static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001386 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1387 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001388};
1389
1390
1391/*
1392 STAC 9200-32 pin configs for
1393 102801B5 (Dell Inspiron 630m)
1394 102801D8 (Dell Inspiron 640m)
1395*/
1396static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001397 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1398 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399};
1400
1401/*
1402 STAC 9200-32 pin configs for
1403 102801C2 (Dell Latitude D620)
1404 102801C8
1405 102801CC (Dell Latitude D820)
1406 102801D4
1407 102801D6
1408*/
1409static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001410 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1411 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001412};
1413
1414/*
1415 STAC 9200-32 pin configs for
1416 102801CE (Dell XPS M1710)
1417 102801CF (Dell Precision M90)
1418*/
1419static unsigned int dell9200_m23_pin_configs[8] = {
1420 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1421 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1422};
1423
1424/*
1425 STAC 9200-32 pin configs for
1426 102801C9
1427 102801CA
1428 102801CB (Dell Latitude 120L)
1429 102801D3
1430*/
1431static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001432 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1433 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001434};
1435
1436/*
1437 STAC 9200-32 pin configs for
1438 102801BD (Dell Inspiron E1505n)
1439 102801EE
1440 102801EF
1441*/
1442static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001443 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1444 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001445};
1446
1447/*
1448 STAC 9200-32 pin configs for
1449 102801F5 (Dell Inspiron 1501)
1450 102801F6
1451*/
1452static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001453 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1454 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001455};
1456
1457/*
1458 STAC 9200-32
1459 102801CD (Dell Inspiron E1705/9400)
1460*/
1461static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001462 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1463 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001464};
1465
Tobin Davisbf277782008-02-03 20:31:47 +01001466static unsigned int oqo9200_pin_configs[8] = {
1467 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1468 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1469};
1470
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001471
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001472static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1473 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001474 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001475 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1476 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1477 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1478 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1479 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1480 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1481 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1482 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1483 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1484 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001485 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1486 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001487 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001488};
1489
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001490static const char *stac9200_models[STAC_9200_MODELS] = {
1491 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001492 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001493 [STAC_9200_DELL_D21] = "dell-d21",
1494 [STAC_9200_DELL_D22] = "dell-d22",
1495 [STAC_9200_DELL_D23] = "dell-d23",
1496 [STAC_9200_DELL_M21] = "dell-m21",
1497 [STAC_9200_DELL_M22] = "dell-m22",
1498 [STAC_9200_DELL_M23] = "dell-m23",
1499 [STAC_9200_DELL_M24] = "dell-m24",
1500 [STAC_9200_DELL_M25] = "dell-m25",
1501 [STAC_9200_DELL_M26] = "dell-m26",
1502 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001503 [STAC_9200_M4] = "gateway-m4",
1504 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001505 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001506};
1507
1508static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1509 /* SigmaTel reference board */
1510 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1511 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001512 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001513 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1514 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001516 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1518 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1520 "unknown Dell", STAC_9200_DELL_D22),
1521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1522 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001524 "Dell Latitude D620", STAC_9200_DELL_M22),
1525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1526 "unknown Dell", STAC_9200_DELL_D23),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1528 "unknown Dell", STAC_9200_DELL_D23),
1529 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1530 "unknown Dell", STAC_9200_DELL_M22),
1531 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1532 "unknown Dell", STAC_9200_DELL_M24),
1533 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1534 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001535 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001536 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001537 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001538 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001539 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001540 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001541 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001542 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001543 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001544 "Dell Precision M90", STAC_9200_DELL_M23),
1545 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1546 "unknown Dell", STAC_9200_DELL_M22),
1547 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1548 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001549 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001550 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001551 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001552 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1553 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1554 "unknown Dell", STAC_9200_DELL_D23),
1555 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1556 "unknown Dell", STAC_9200_DELL_D23),
1557 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1558 "unknown Dell", STAC_9200_DELL_D21),
1559 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1560 "unknown Dell", STAC_9200_DELL_D23),
1561 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1562 "unknown Dell", STAC_9200_DELL_D21),
1563 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1564 "unknown Dell", STAC_9200_DELL_M25),
1565 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1566 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001567 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001568 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1569 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1570 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001571 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001572 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001573 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001574 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1575 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1576 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001577 /* OQO Mobile */
1578 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001579 {} /* terminator */
1580};
1581
Tobin Davis8e21c342007-01-08 11:04:17 +01001582static unsigned int ref925x_pin_configs[8] = {
1583 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001584 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001585};
1586
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001587static unsigned int stac925xM1_pin_configs[8] = {
1588 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1589 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001590};
1591
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001592static unsigned int stac925xM1_2_pin_configs[8] = {
1593 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1594 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1595};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001596
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001597static unsigned int stac925xM2_pin_configs[8] = {
1598 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1599 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001600};
1601
Tobin Davis8e21c342007-01-08 11:04:17 +01001602static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001603 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1604 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1605};
1606
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001607static unsigned int stac925xM3_pin_configs[8] = {
1608 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1609 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1610};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001611
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001612static unsigned int stac925xM5_pin_configs[8] = {
1613 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1614 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1615};
1616
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001617static unsigned int stac925xM6_pin_configs[8] = {
1618 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1619 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001620};
1621
1622static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1623 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001624 [STAC_M1] = stac925xM1_pin_configs,
1625 [STAC_M1_2] = stac925xM1_2_pin_configs,
1626 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001627 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001628 [STAC_M3] = stac925xM3_pin_configs,
1629 [STAC_M5] = stac925xM5_pin_configs,
1630 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001631};
1632
1633static const char *stac925x_models[STAC_925x_MODELS] = {
1634 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001635 [STAC_M1] = "m1",
1636 [STAC_M1_2] = "m1-2",
1637 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001638 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001639 [STAC_M3] = "m3",
1640 [STAC_M5] = "m5",
1641 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001642};
1643
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001644static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001645 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1646 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1647 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1648 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001649 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001650 /* Not sure about the brand name for those */
1651 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1652 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1653 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1654 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001655 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001656};
1657
1658static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1659 /* SigmaTel reference board */
1660 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001661 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001662
1663 /* Default table for unknown ID */
1664 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1665
Tobin Davis8e21c342007-01-08 11:04:17 +01001666 {} /* terminator */
1667};
1668
Matthew Ranostaya7662642008-02-21 07:51:14 +01001669static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001670 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1671 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1672 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001673 0x01452050,
1674};
1675
1676static unsigned int dell_m6_pin_configs[13] = {
1677 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001678 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001679 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1680 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001681};
1682
1683static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001684 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001685 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1686 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1687 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001688 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001689};
1690
1691static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001692 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001693 [STAC_92HD73XX_REF] = "ref",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001694 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1695 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1696 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001697 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001698};
1699
1700static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1701 /* SigmaTel reference board */
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001703 "DFI LanParty", STAC_92HD73XX_REF),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001705 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001707 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001709 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001711 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001713 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001715 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001717 "unknown Dell", STAC_DELL_M6_DMIC),
1718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1719 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001720 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001721 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001722 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1723 "Dell Studio 17", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001724 {} /* terminator */
1725};
1726
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001727static unsigned int ref92hd83xxx_pin_configs[14] = {
1728 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1729 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1730 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1731 0x01451160, 0x98560170,
1732};
1733
1734static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1735 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1736};
1737
1738static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1739 [STAC_92HD83XXX_REF] = "ref",
1740};
1741
1742static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1743 /* SigmaTel reference board */
1744 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001745 "DFI LanParty", STAC_92HD83XXX_REF),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001746 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001747};
1748
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001749static unsigned int ref92hd71bxx_pin_configs[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001750 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001751 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001752 0x90a000f0, 0x01452050, 0x01452050,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001753};
1754
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001755static unsigned int dell_m4_1_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001756 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001757 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001758 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001759};
1760
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001761static unsigned int dell_m4_2_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001762 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1763 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001764 0x40f000f0, 0x044413b0, 0x044413b0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001765};
1766
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001767static unsigned int dell_m4_3_pin_configs[11] = {
1768 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1769 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1770 0x40f000f0, 0x044413b0, 0x044413b0,
1771};
1772
Matthew Ranostaye035b842007-11-06 11:53:55 +01001773static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1774 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001775 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1776 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001777 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001778 [STAC_HP_M4] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001779};
1780
1781static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1782 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001783 [STAC_DELL_M4_1] = "dell-m4-1",
1784 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001785 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001786 [STAC_HP_M4] = "hp-m4",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001787};
1788
1789static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1790 /* SigmaTel reference board */
1791 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1792 "DFI LanParty", STAC_92HD71BXX_REF),
Takashi Iwai80bf2722008-11-18 10:48:41 +01001793 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1794 "HP dv5", STAC_HP_M4),
1795 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1796 "HP dv7", STAC_HP_M4),
Takashi Iwai69dfaef2008-12-20 16:57:50 +01001797 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
1798 "HP dv7", STAC_HP_M4),
Giuseppe Bilottadafb70c2009-01-13 08:58:49 -05001799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,
1800 "HP dv5", STAC_HP_M4),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1802 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001803 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1804 "unknown Dell", STAC_DELL_M4_1),
1805 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1806 "unknown Dell", STAC_DELL_M4_1),
1807 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1808 "unknown Dell", STAC_DELL_M4_1),
1809 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1810 "unknown Dell", STAC_DELL_M4_1),
1811 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1812 "unknown Dell", STAC_DELL_M4_1),
1813 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1814 "unknown Dell", STAC_DELL_M4_1),
1815 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1816 "unknown Dell", STAC_DELL_M4_1),
1817 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1818 "unknown Dell", STAC_DELL_M4_2),
1819 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1820 "unknown Dell", STAC_DELL_M4_2),
1821 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1822 "unknown Dell", STAC_DELL_M4_2),
1823 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1824 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001825 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1826 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001827 {} /* terminator */
1828};
1829
Matt Porter403d1942005-11-29 15:00:51 +01001830static unsigned int ref922x_pin_configs[10] = {
1831 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1832 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001833 0x40000100, 0x40000100,
1834};
1835
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001836/*
1837 STAC 922X pin configs for
1838 102801A7
1839 102801AB
1840 102801A9
1841 102801D1
1842 102801D2
1843*/
1844static unsigned int dell_922x_d81_pin_configs[10] = {
1845 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1846 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1847 0x01813122, 0x400001f2,
1848};
1849
1850/*
1851 STAC 922X pin configs for
1852 102801AC
1853 102801D0
1854*/
1855static unsigned int dell_922x_d82_pin_configs[10] = {
1856 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1857 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1858 0x01813122, 0x400001f1,
1859};
1860
1861/*
1862 STAC 922X pin configs for
1863 102801BF
1864*/
1865static unsigned int dell_922x_m81_pin_configs[10] = {
1866 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1867 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1868 0x40C003f1, 0x405003f0,
1869};
1870
1871/*
1872 STAC 9221 A1 pin configs for
1873 102801D7 (Dell XPS M1210)
1874*/
1875static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001876 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1877 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001878 0x508003f3, 0x405003f4,
1879};
1880
Matt Porter403d1942005-11-29 15:00:51 +01001881static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001882 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001883 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1884 0x02a19120, 0x40000100,
1885};
1886
1887static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001888 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1889 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001890 0x02a19320, 0x40000100,
1891};
1892
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001893static unsigned int intel_mac_v1_pin_configs[10] = {
1894 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1895 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001896 0x400000fc, 0x400000fb,
1897};
1898
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001899static unsigned int intel_mac_v2_pin_configs[10] = {
1900 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1901 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001902 0x400000fc, 0x400000fb,
1903};
1904
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001905static unsigned int intel_mac_v3_pin_configs[10] = {
1906 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1907 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1908 0x400000fc, 0x400000fb,
1909};
1910
1911static unsigned int intel_mac_v4_pin_configs[10] = {
1912 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1913 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1914 0x400000fc, 0x400000fb,
1915};
1916
1917static unsigned int intel_mac_v5_pin_configs[10] = {
1918 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1919 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1920 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001921};
1922
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001923static unsigned int ecs202_pin_configs[10] = {
1924 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1925 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1926 0x9037012e, 0x40e000f2,
1927};
Takashi Iwai76c08822007-06-19 12:17:42 +02001928
Takashi Iwai19039bd2006-06-28 15:52:16 +02001929static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001930 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001931 [STAC_D945GTP3] = d945gtp3_pin_configs,
1932 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001933 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1934 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1935 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1936 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1937 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001938 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001939 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001940 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1941 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1942 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1943 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1944 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1945 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001946 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001947 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1948 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1949 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1950 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001951};
1952
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001953static const char *stac922x_models[STAC_922X_MODELS] = {
1954 [STAC_D945_REF] = "ref",
1955 [STAC_D945GTP5] = "5stack",
1956 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001957 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1958 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1959 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1960 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1961 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001962 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001963 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001964 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001965 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001966 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1967 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001968 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001969 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001970 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001971 [STAC_922X_DELL_D81] = "dell-d81",
1972 [STAC_922X_DELL_D82] = "dell-d82",
1973 [STAC_922X_DELL_M81] = "dell-m81",
1974 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001975};
1976
1977static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1978 /* SigmaTel reference board */
1979 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1980 "DFI LanParty", STAC_D945_REF),
1981 /* Intel 945G based systems */
1982 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1983 "Intel D945G", STAC_D945GTP3),
1984 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1985 "Intel D945G", STAC_D945GTP3),
1986 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1987 "Intel D945G", STAC_D945GTP3),
1988 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1989 "Intel D945G", STAC_D945GTP3),
1990 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1991 "Intel D945G", STAC_D945GTP3),
1992 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1993 "Intel D945G", STAC_D945GTP3),
1994 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1995 "Intel D945G", STAC_D945GTP3),
1996 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1997 "Intel D945G", STAC_D945GTP3),
1998 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1999 "Intel D945G", STAC_D945GTP3),
2000 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2001 "Intel D945G", STAC_D945GTP3),
2002 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2003 "Intel D945G", STAC_D945GTP3),
2004 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2005 "Intel D945G", STAC_D945GTP3),
2006 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2007 "Intel D945G", STAC_D945GTP3),
2008 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2009 "Intel D945G", STAC_D945GTP3),
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2011 "Intel D945G", STAC_D945GTP3),
2012 /* Intel D945G 5-stack systems */
2013 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2014 "Intel D945G", STAC_D945GTP5),
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2016 "Intel D945G", STAC_D945GTP5),
2017 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2018 "Intel D945G", STAC_D945GTP5),
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2020 "Intel D945G", STAC_D945GTP5),
2021 /* Intel 945P based systems */
2022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2023 "Intel D945P", STAC_D945GTP3),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2025 "Intel D945P", STAC_D945GTP3),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2027 "Intel D945P", STAC_D945GTP3),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2029 "Intel D945P", STAC_D945GTP3),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2031 "Intel D945P", STAC_D945GTP3),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2033 "Intel D945P", STAC_D945GTP5),
2034 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002035 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002036 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002037 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002038 /* Dell systems */
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2040 "unknown Dell", STAC_922X_DELL_D81),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2042 "unknown Dell", STAC_922X_DELL_D81),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2044 "unknown Dell", STAC_922X_DELL_D81),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2046 "unknown Dell", STAC_922X_DELL_D82),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2048 "unknown Dell", STAC_922X_DELL_M81),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2050 "unknown Dell", STAC_922X_DELL_D82),
2051 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2052 "unknown Dell", STAC_922X_DELL_D81),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2054 "unknown Dell", STAC_922X_DELL_D81),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2056 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002057 /* ECS/PC Chips boards */
2058 SND_PCI_QUIRK(0x1019, 0x2144,
2059 "ECS/PC chips", STAC_ECS_202),
2060 SND_PCI_QUIRK(0x1019, 0x2608,
2061 "ECS/PC chips", STAC_ECS_202),
2062 SND_PCI_QUIRK(0x1019, 0x2633,
2063 "ECS/PC chips P17G/1333", STAC_ECS_202),
2064 SND_PCI_QUIRK(0x1019, 0x2811,
2065 "ECS/PC chips", STAC_ECS_202),
2066 SND_PCI_QUIRK(0x1019, 0x2812,
2067 "ECS/PC chips", STAC_ECS_202),
2068 SND_PCI_QUIRK(0x1019, 0x2813,
2069 "ECS/PC chips", STAC_ECS_202),
2070 SND_PCI_QUIRK(0x1019, 0x2814,
2071 "ECS/PC chips", STAC_ECS_202),
2072 SND_PCI_QUIRK(0x1019, 0x2815,
2073 "ECS/PC chips", STAC_ECS_202),
2074 SND_PCI_QUIRK(0x1019, 0x2816,
2075 "ECS/PC chips", STAC_ECS_202),
2076 SND_PCI_QUIRK(0x1019, 0x2817,
2077 "ECS/PC chips", STAC_ECS_202),
2078 SND_PCI_QUIRK(0x1019, 0x2818,
2079 "ECS/PC chips", STAC_ECS_202),
2080 SND_PCI_QUIRK(0x1019, 0x2819,
2081 "ECS/PC chips", STAC_ECS_202),
2082 SND_PCI_QUIRK(0x1019, 0x2820,
2083 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002084 {} /* terminator */
2085};
2086
Matt Porter3cc08dc2006-01-23 15:27:49 +01002087static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002088 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2089 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2090 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2091 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002092};
2093
Tobin Davis93ed1502006-09-01 21:03:12 +02002094static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002095 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2096 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2097 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2098 0x40000100, 0x40000100
2099};
2100
Tobin Davis93ed1502006-09-01 21:03:12 +02002101static unsigned int d965_5st_pin_configs[14] = {
2102 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2103 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2104 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2105 0x40000100, 0x40000100
2106};
2107
Tobin Davis4ff076e2007-08-07 11:48:12 +02002108static unsigned int dell_3st_pin_configs[14] = {
2109 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2110 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002111 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002112 0x40c003fc, 0x40000100
2113};
2114
Tobin Davis93ed1502006-09-01 21:03:12 +02002115static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002116 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002117 [STAC_D965_REF] = ref927x_pin_configs,
2118 [STAC_D965_3ST] = d965_3st_pin_configs,
2119 [STAC_D965_5ST] = d965_5st_pin_configs,
2120 [STAC_DELL_3ST] = dell_3st_pin_configs,
2121 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002122};
2123
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002124static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002125 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002126 [STAC_D965_REF] = "ref",
2127 [STAC_D965_3ST] = "3stack",
2128 [STAC_D965_5ST] = "5stack",
2129 [STAC_DELL_3ST] = "dell-3stack",
2130 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002131};
2132
2133static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2134 /* SigmaTel reference board */
2135 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2136 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002137 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002138 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2139 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002140 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002141 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2142 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2143 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2145 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2146 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2147 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2148 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2149 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2150 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2152 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002157 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002158 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002160 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002162 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2164 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002171 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002172 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2173 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2174 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2175 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2176 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2177 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2178 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2179 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2180 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002181 {} /* terminator */
2182};
2183
Matt Porterf3302a52006-07-31 12:49:34 +02002184static unsigned int ref9205_pin_configs[12] = {
2185 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002186 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002187 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002188};
2189
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002190/*
2191 STAC 9205 pin configs for
2192 102801F1
2193 102801F2
2194 102801FC
2195 102801FD
2196 10280204
2197 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002198 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002199*/
2200static unsigned int dell_9205_m42_pin_configs[12] = {
2201 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2202 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2203 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2204};
2205
2206/*
2207 STAC 9205 pin configs for
2208 102801F9
2209 102801FA
2210 102801FE
2211 102801FF (Dell Precision M4300)
2212 10280206
2213 10280200
2214 10280201
2215*/
2216static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002217 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2218 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2219 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2220};
2221
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002222static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002223 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2224 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2225 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2226};
2227
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002228static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002229 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002230 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2231 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2232 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Matt Porterf3302a52006-07-31 12:49:34 +02002233};
2234
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002235static const char *stac9205_models[STAC_9205_MODELS] = {
2236 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002237 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002238 [STAC_9205_DELL_M43] = "dell-m43",
2239 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002240};
2241
2242static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2243 /* SigmaTel reference board */
2244 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2245 "DFI LanParty", STAC_9205_REF),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002246 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2247 "unknown Dell", STAC_9205_DELL_M42),
2248 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2249 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002250 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002251 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002252 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2253 "Dell Precision", STAC_9205_DELL_M43),
2254 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2255 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002256 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2257 "unknown Dell", STAC_9205_DELL_M42),
2258 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2259 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002260 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2261 "Dell Precision", STAC_9205_DELL_M43),
2262 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002263 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002264 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2265 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002266 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2267 "Dell Precision", STAC_9205_DELL_M43),
2268 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2269 "Dell Precision", STAC_9205_DELL_M43),
2270 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2271 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002272 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2273 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002274 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2275 "Dell Vostro 1500", STAC_9205_DELL_M42),
Matt Porterf3302a52006-07-31 12:49:34 +02002276 {} /* terminator */
2277};
2278
Richard Fish11b44bb2006-08-23 18:31:34 +02002279static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2280{
2281 int i;
2282 struct sigmatel_spec *spec = codec->spec;
2283
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002284 kfree(spec->pin_configs);
2285 spec->pin_configs = kcalloc(spec->num_pins, sizeof(*spec->pin_configs),
2286 GFP_KERNEL);
2287 if (!spec->pin_configs)
2288 return -ENOMEM;
Richard Fish11b44bb2006-08-23 18:31:34 +02002289
2290 for (i = 0; i < spec->num_pins; i++) {
2291 hda_nid_t nid = spec->pin_nids[i];
2292 unsigned int pin_cfg;
2293
2294 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2295 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2296 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2297 nid, pin_cfg);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002298 spec->pin_configs[i] = pin_cfg;
Richard Fish11b44bb2006-08-23 18:31:34 +02002299 }
2300
2301 return 0;
2302}
2303
Matthew Ranostay87d48362007-07-17 11:52:24 +02002304static void stac92xx_set_config_reg(struct hda_codec *codec,
2305 hda_nid_t pin_nid, unsigned int pin_config)
2306{
2307 int i;
2308 snd_hda_codec_write(codec, pin_nid, 0,
2309 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2310 pin_config & 0x000000ff);
2311 snd_hda_codec_write(codec, pin_nid, 0,
2312 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2313 (pin_config & 0x0000ff00) >> 8);
2314 snd_hda_codec_write(codec, pin_nid, 0,
2315 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2316 (pin_config & 0x00ff0000) >> 16);
2317 snd_hda_codec_write(codec, pin_nid, 0,
2318 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2319 pin_config >> 24);
2320 i = snd_hda_codec_read(codec, pin_nid, 0,
2321 AC_VERB_GET_CONFIG_DEFAULT,
2322 0x00);
2323 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2324 pin_nid, i);
2325}
2326
Matt2f2f4252005-04-13 14:45:30 +02002327static void stac92xx_set_config_regs(struct hda_codec *codec)
2328{
2329 int i;
2330 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002331
Matthew Ranostay87d48362007-07-17 11:52:24 +02002332 if (!spec->pin_configs)
2333 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002334
Matthew Ranostay87d48362007-07-17 11:52:24 +02002335 for (i = 0; i < spec->num_pins; i++)
2336 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2337 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002338}
Matt2f2f4252005-04-13 14:45:30 +02002339
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002340static int stac_save_pin_cfgs(struct hda_codec *codec, unsigned int *pins)
2341{
2342 struct sigmatel_spec *spec = codec->spec;
2343
2344 if (!pins)
2345 return stac92xx_save_bios_config_regs(codec);
2346
2347 kfree(spec->pin_configs);
2348 spec->pin_configs = kmemdup(pins,
2349 spec->num_pins * sizeof(*pins),
2350 GFP_KERNEL);
2351 if (!spec->pin_configs)
2352 return -ENOMEM;
2353
2354 stac92xx_set_config_regs(codec);
2355 return 0;
2356}
2357
2358static void stac_change_pin_config(struct hda_codec *codec, hda_nid_t nid,
2359 unsigned int cfg)
2360{
2361 struct sigmatel_spec *spec = codec->spec;
2362 int i;
2363
2364 for (i = 0; i < spec->num_pins; i++) {
2365 if (spec->pin_nids[i] == nid) {
2366 spec->pin_configs[i] = cfg;
2367 stac92xx_set_config_reg(codec, nid, cfg);
2368 break;
2369 }
2370 }
2371}
2372
Matt2f2f4252005-04-13 14:45:30 +02002373/*
2374 * Analog playback callbacks
2375 */
2376static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2377 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002378 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002379{
2380 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002381 if (spec->stream_delay)
2382 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002383 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2384 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002385}
2386
2387static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2388 struct hda_codec *codec,
2389 unsigned int stream_tag,
2390 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002391 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002392{
2393 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002394 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002395}
2396
2397static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2398 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002399 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002400{
2401 struct sigmatel_spec *spec = codec->spec;
2402 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2403}
2404
2405/*
Mattdabbed62005-06-14 10:19:34 +02002406 * Digital playback callbacks
2407 */
2408static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2409 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002410 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002411{
2412 struct sigmatel_spec *spec = codec->spec;
2413 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2414}
2415
2416static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2417 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002418 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002419{
2420 struct sigmatel_spec *spec = codec->spec;
2421 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2422}
2423
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002424static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2425 struct hda_codec *codec,
2426 unsigned int stream_tag,
2427 unsigned int format,
2428 struct snd_pcm_substream *substream)
2429{
2430 struct sigmatel_spec *spec = codec->spec;
2431 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2432 stream_tag, format, substream);
2433}
2434
Mattdabbed62005-06-14 10:19:34 +02002435
2436/*
Matt2f2f4252005-04-13 14:45:30 +02002437 * Analog capture callbacks
2438 */
2439static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2440 struct hda_codec *codec,
2441 unsigned int stream_tag,
2442 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002443 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002444{
2445 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002446 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002447
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002448 if (spec->powerdown_adcs) {
2449 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002450 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002451 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2452 }
2453 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002454 return 0;
2455}
2456
2457static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2458 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002459 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002460{
2461 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002462 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002463
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002464 snd_hda_codec_cleanup_stream(codec, nid);
2465 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002466 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002467 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002468 return 0;
2469}
2470
Mattdabbed62005-06-14 10:19:34 +02002471static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2472 .substreams = 1,
2473 .channels_min = 2,
2474 .channels_max = 2,
2475 /* NID is set in stac92xx_build_pcms */
2476 .ops = {
2477 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002478 .close = stac92xx_dig_playback_pcm_close,
2479 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002480 },
2481};
2482
2483static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2484 .substreams = 1,
2485 .channels_min = 2,
2486 .channels_max = 2,
2487 /* NID is set in stac92xx_build_pcms */
2488};
2489
Matt2f2f4252005-04-13 14:45:30 +02002490static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2491 .substreams = 1,
2492 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002493 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002494 .nid = 0x02, /* NID to query formats and rates */
2495 .ops = {
2496 .open = stac92xx_playback_pcm_open,
2497 .prepare = stac92xx_playback_pcm_prepare,
2498 .cleanup = stac92xx_playback_pcm_cleanup
2499 },
2500};
2501
Matt Porter3cc08dc2006-01-23 15:27:49 +01002502static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2503 .substreams = 1,
2504 .channels_min = 2,
2505 .channels_max = 2,
2506 .nid = 0x06, /* NID to query formats and rates */
2507 .ops = {
2508 .open = stac92xx_playback_pcm_open,
2509 .prepare = stac92xx_playback_pcm_prepare,
2510 .cleanup = stac92xx_playback_pcm_cleanup
2511 },
2512};
2513
Matt2f2f4252005-04-13 14:45:30 +02002514static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002515 .channels_min = 2,
2516 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002517 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002518 .ops = {
2519 .prepare = stac92xx_capture_pcm_prepare,
2520 .cleanup = stac92xx_capture_pcm_cleanup
2521 },
2522};
2523
2524static int stac92xx_build_pcms(struct hda_codec *codec)
2525{
2526 struct sigmatel_spec *spec = codec->spec;
2527 struct hda_pcm *info = spec->pcm_rec;
2528
2529 codec->num_pcms = 1;
2530 codec->pcm_info = info;
2531
Mattc7d4b2f2005-06-27 14:59:41 +02002532 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002533 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02002534 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002535 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002536 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002537
2538 if (spec->alt_switch) {
2539 codec->num_pcms++;
2540 info++;
2541 info->name = "STAC92xx Analog Alt";
2542 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2543 }
Matt2f2f4252005-04-13 14:45:30 +02002544
Mattdabbed62005-06-14 10:19:34 +02002545 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2546 codec->num_pcms++;
2547 info++;
2548 info->name = "STAC92xx Digital";
Takashi Iwai7ba72ba2008-02-06 14:03:20 +01002549 info->pcm_type = HDA_PCM_TYPE_SPDIF;
Mattdabbed62005-06-14 10:19:34 +02002550 if (spec->multiout.dig_out_nid) {
2551 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2552 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2553 }
2554 if (spec->dig_in_nid) {
2555 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2556 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2557 }
2558 }
2559
Matt2f2f4252005-04-13 14:45:30 +02002560 return 0;
2561}
2562
Takashi Iwaic960a032006-03-23 17:06:28 +01002563static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2564{
2565 unsigned int pincap = snd_hda_param_read(codec, nid,
2566 AC_PAR_PIN_CAP);
2567 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2568 if (pincap & AC_PINCAP_VREF_100)
2569 return AC_PINCTL_VREF_100;
2570 if (pincap & AC_PINCAP_VREF_80)
2571 return AC_PINCTL_VREF_80;
2572 if (pincap & AC_PINCAP_VREF_50)
2573 return AC_PINCTL_VREF_50;
2574 if (pincap & AC_PINCAP_VREF_GRD)
2575 return AC_PINCTL_VREF_GRD;
2576 return 0;
2577}
2578
Matt Porter403d1942005-11-29 15:00:51 +01002579static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2580
2581{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002582 snd_hda_codec_write_cache(codec, nid, 0,
2583 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002584}
2585
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002586#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2587
2588static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2589 struct snd_ctl_elem_value *ucontrol)
2590{
2591 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2592 struct sigmatel_spec *spec = codec->spec;
2593
Takashi Iwaid7a89432008-11-12 09:48:04 +01002594 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002595 return 0;
2596}
2597
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002598static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2599 unsigned char type);
2600
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002601static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2602 struct snd_ctl_elem_value *ucontrol)
2603{
2604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2605 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002606 int nid = kcontrol->private_value;
2607
2608 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002609
2610 /* check to be sure that the ports are upto date with
2611 * switch changes
2612 */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002613 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002614
2615 return 1;
2616}
2617
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002618#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002619
2620static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2621{
2622 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2623 struct sigmatel_spec *spec = codec->spec;
2624 int io_idx = kcontrol-> private_value & 0xff;
2625
2626 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2627 return 0;
2628}
2629
2630static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2631{
2632 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2633 struct sigmatel_spec *spec = codec->spec;
2634 hda_nid_t nid = kcontrol->private_value >> 8;
2635 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002636 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002637
2638 spec->io_switch[io_idx] = val;
2639
2640 if (val)
2641 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002642 else {
2643 unsigned int pinctl = AC_PINCTL_IN_EN;
2644 if (io_idx) /* set VREF for mic */
2645 pinctl |= stac92xx_get_vref(codec, nid);
2646 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2647 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002648
2649 /* check the auto-mute again: we need to mute/unmute the speaker
2650 * appropriately according to the pin direction
2651 */
2652 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002653 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002654
Matt Porter403d1942005-11-29 15:00:51 +01002655 return 1;
2656}
2657
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002658#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2659
2660static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2661 struct snd_ctl_elem_value *ucontrol)
2662{
2663 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2664 struct sigmatel_spec *spec = codec->spec;
2665
2666 ucontrol->value.integer.value[0] = spec->clfe_swap;
2667 return 0;
2668}
2669
2670static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2671 struct snd_ctl_elem_value *ucontrol)
2672{
2673 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2674 struct sigmatel_spec *spec = codec->spec;
2675 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002676 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002677
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002678 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002679 return 0;
2680
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002681 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002682
2683 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2684 spec->clfe_swap ? 0x4 : 0x0);
2685
2686 return 1;
2687}
2688
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002689#define STAC_CODEC_HP_SWITCH(xname) \
2690 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2691 .name = xname, \
2692 .index = 0, \
2693 .info = stac92xx_hp_switch_info, \
2694 .get = stac92xx_hp_switch_get, \
2695 .put = stac92xx_hp_switch_put, \
2696 }
2697
Matt Porter403d1942005-11-29 15:00:51 +01002698#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2699 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2700 .name = xname, \
2701 .index = 0, \
2702 .info = stac92xx_io_switch_info, \
2703 .get = stac92xx_io_switch_get, \
2704 .put = stac92xx_io_switch_put, \
2705 .private_value = xpval, \
2706 }
2707
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002708#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2709 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2710 .name = xname, \
2711 .index = 0, \
2712 .info = stac92xx_clfe_switch_info, \
2713 .get = stac92xx_clfe_switch_get, \
2714 .put = stac92xx_clfe_switch_put, \
2715 .private_value = xpval, \
2716 }
Matt Porter403d1942005-11-29 15:00:51 +01002717
Mattc7d4b2f2005-06-27 14:59:41 +02002718enum {
2719 STAC_CTL_WIDGET_VOL,
2720 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002721 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002722 STAC_CTL_WIDGET_AMP_MUX,
2723 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002724 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002725 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002726 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002727};
2728
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002729static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002730 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2731 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002732 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002733 STAC_AMP_MUX,
2734 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002735 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002736 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002737 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002738};
2739
2740/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002741static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2742 struct snd_kcontrol_new *ktemp,
2743 int idx, const char *name,
2744 unsigned long val)
Mattc7d4b2f2005-06-27 14:59:41 +02002745{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002746 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002747
Takashi Iwai603c4012008-07-30 15:01:44 +02002748 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2749 knew = snd_array_new(&spec->kctls);
2750 if (!knew)
2751 return -ENOMEM;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002752 *knew = *ktemp;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002753 knew->index = idx;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002754 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002755 if (!knew->name)
Mattc7d4b2f2005-06-27 14:59:41 +02002756 return -ENOMEM;
2757 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002758 return 0;
2759}
2760
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002761static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2762 int type, int idx, const char *name,
2763 unsigned long val)
2764{
2765 return stac92xx_add_control_temp(spec,
2766 &stac92xx_control_templates[type],
2767 idx, name, val);
2768}
2769
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002770
2771/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002772static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2773 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002774{
2775 return stac92xx_add_control_idx(spec, type, 0, name, val);
2776}
2777
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002778/* check whether the line-input can be used as line-out */
2779static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002780{
2781 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002782 struct auto_pin_cfg *cfg = &spec->autocfg;
2783 hda_nid_t nid;
2784 unsigned int pincap;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002785
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002786 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2787 return 0;
2788 nid = cfg->input_pins[AUTO_PIN_LINE];
2789 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2790 if (pincap & AC_PINCAP_OUT)
2791 return nid;
Matt Porter403d1942005-11-29 15:00:51 +01002792 return 0;
2793}
2794
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002795/* check whether the mic-input can be used as line-out */
2796static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2797{
2798 struct sigmatel_spec *spec = codec->spec;
2799 struct auto_pin_cfg *cfg = &spec->autocfg;
2800 unsigned int def_conf, pincap;
2801 unsigned int mic_pin;
2802
2803 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2804 return 0;
2805 mic_pin = AUTO_PIN_MIC;
2806 for (;;) {
2807 hda_nid_t nid = cfg->input_pins[mic_pin];
2808 def_conf = snd_hda_codec_read(codec, nid, 0,
2809 AC_VERB_GET_CONFIG_DEFAULT, 0);
2810 /* some laptops have an internal analog microphone
2811 * which can't be used as a output */
2812 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2813 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2814 if (pincap & AC_PINCAP_OUT)
2815 return nid;
2816 }
2817 if (mic_pin == AUTO_PIN_MIC)
2818 mic_pin = AUTO_PIN_FRONT_MIC;
2819 else
2820 break;
2821 }
2822 return 0;
2823}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002824
2825static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2826{
2827 int i;
2828
2829 for (i = 0; i < spec->multiout.num_dacs; i++) {
2830 if (spec->multiout.dac_nids[i] == nid)
2831 return 1;
2832 }
2833
2834 return 0;
2835}
2836
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002837static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2838{
2839 int i;
2840 if (is_in_dac_nids(spec, nid))
2841 return 1;
2842 for (i = 0; i < spec->autocfg.hp_outs; i++)
2843 if (spec->hp_dacs[i] == nid)
2844 return 1;
2845 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2846 if (spec->speaker_dacs[i] == nid)
2847 return 1;
2848 return 0;
2849}
2850
2851static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2852{
2853 struct sigmatel_spec *spec = codec->spec;
2854 int j, conn_len;
2855 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2856 unsigned int wcaps, wtype;
2857
2858 conn_len = snd_hda_get_connections(codec, nid, conn,
2859 HDA_MAX_CONNECTIONS);
2860 for (j = 0; j < conn_len; j++) {
2861 wcaps = snd_hda_param_read(codec, conn[j],
2862 AC_PAR_AUDIO_WIDGET_CAP);
2863 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2864 /* we check only analog outputs */
2865 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2866 continue;
2867 /* if this route has a free DAC, assign it */
2868 if (!check_all_dac_nids(spec, conn[j])) {
2869 if (conn_len > 1) {
2870 /* select this DAC in the pin's input mux */
2871 snd_hda_codec_write_cache(codec, nid, 0,
2872 AC_VERB_SET_CONNECT_SEL, j);
2873 }
2874 return conn[j];
2875 }
2876 }
2877 return 0;
2878}
2879
2880static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2881static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2882
Matt Porter3cc08dc2006-01-23 15:27:49 +01002883/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002884 * Fill in the dac_nids table from the parsed pin configuration
2885 * This function only works when every pin in line_out_pins[]
2886 * contains atleast one DAC in its connection list. Some 92xx
2887 * codecs are not connected directly to a DAC, such as the 9200
2888 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002889 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002890static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02002891{
2892 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002893 struct auto_pin_cfg *cfg = &spec->autocfg;
2894 int i;
2895 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002896
Mattc7d4b2f2005-06-27 14:59:41 +02002897 for (i = 0; i < cfg->line_outs; i++) {
2898 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002899 dac = get_unassigned_dac(codec, nid);
2900 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002901 if (spec->multiout.num_dacs > 0) {
2902 /* we have already working output pins,
2903 * so let's drop the broken ones again
2904 */
2905 cfg->line_outs = spec->multiout.num_dacs;
2906 break;
2907 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002908 /* error out, no available DAC found */
2909 snd_printk(KERN_ERR
2910 "%s: No available DAC for pin 0x%x\n",
2911 __func__, nid);
2912 return -ENODEV;
2913 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002914 add_spec_dacs(spec, dac);
2915 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002916
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002917 /* add line-in as output */
2918 nid = check_line_out_switch(codec);
2919 if (nid) {
2920 dac = get_unassigned_dac(codec, nid);
2921 if (dac) {
2922 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2923 nid, cfg->line_outs);
2924 cfg->line_out_pins[cfg->line_outs] = nid;
2925 cfg->line_outs++;
2926 spec->line_switch = nid;
2927 add_spec_dacs(spec, dac);
2928 }
2929 }
2930 /* add mic as output */
2931 nid = check_mic_out_switch(codec);
2932 if (nid) {
2933 dac = get_unassigned_dac(codec, nid);
2934 if (dac) {
2935 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2936 nid, cfg->line_outs);
2937 cfg->line_out_pins[cfg->line_outs] = nid;
2938 cfg->line_outs++;
2939 spec->mic_switch = nid;
2940 add_spec_dacs(spec, dac);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002941 }
Mattc7d4b2f2005-06-27 14:59:41 +02002942 }
2943
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002944 for (i = 0; i < cfg->hp_outs; i++) {
2945 nid = cfg->hp_pins[i];
2946 dac = get_unassigned_dac(codec, nid);
2947 if (dac) {
2948 if (!spec->multiout.hp_nid)
2949 spec->multiout.hp_nid = dac;
2950 else
2951 add_spec_extra_dacs(spec, dac);
2952 }
2953 spec->hp_dacs[i] = dac;
2954 }
2955
2956 for (i = 0; i < cfg->speaker_outs; i++) {
2957 nid = cfg->speaker_pins[i];
2958 dac = get_unassigned_dac(codec, nid);
2959 if (dac)
2960 add_spec_extra_dacs(spec, dac);
2961 spec->speaker_dacs[i] = dac;
2962 }
2963
2964 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02002965 spec->multiout.num_dacs,
2966 spec->multiout.dac_nids[0],
2967 spec->multiout.dac_nids[1],
2968 spec->multiout.dac_nids[2],
2969 spec->multiout.dac_nids[3],
2970 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002971
Mattc7d4b2f2005-06-27 14:59:41 +02002972 return 0;
2973}
2974
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002975/* create volume control/switch for the given prefx type */
2976static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2977{
2978 char name[32];
2979 int err;
2980
2981 sprintf(name, "%s Playback Volume", pfx);
2982 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2983 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2984 if (err < 0)
2985 return err;
2986 sprintf(name, "%s Playback Switch", pfx);
2987 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2988 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2989 if (err < 0)
2990 return err;
2991 return 0;
2992}
2993
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002994static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
2995{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002996 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002997 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
2998 return 1;
2999 } else {
3000 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3001 spec->multiout.num_dacs++;
3002 }
3003 return 0;
3004}
3005
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003006static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003007{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003008 int i;
3009 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3010 if (!spec->multiout.extra_out_nid[i]) {
3011 spec->multiout.extra_out_nid[i] = nid;
3012 return 0;
3013 }
3014 }
3015 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3016 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003017}
3018
Takashi Iwai76624532008-12-19 10:09:47 +01003019static int is_unique_dac(struct sigmatel_spec *spec, hda_nid_t nid)
3020{
3021 int i;
3022
3023 if (spec->autocfg.line_outs != 1)
3024 return 0;
3025 if (spec->multiout.hp_nid == nid)
3026 return 0;
3027 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++)
3028 if (spec->multiout.extra_out_nid[i] == nid)
3029 return 0;
3030 return 1;
3031}
3032
Mattc7d4b2f2005-06-27 14:59:41 +02003033/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003034static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02003035 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003036{
Takashi Iwai76624532008-12-19 10:09:47 +01003037 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003038 static const char *chname[4] = {
3039 "Front", "Surround", NULL /*CLFE*/, "Side"
3040 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04003041 hda_nid_t nid = 0;
Takashi Iwai91589232008-12-19 15:59:40 +01003042 int i, err;
3043 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003044
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003045 for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
Mattc7d4b2f2005-06-27 14:59:41 +02003046 nid = spec->multiout.dac_nids[i];
Mattc7d4b2f2005-06-27 14:59:41 +02003047 if (i == 2) {
3048 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003049 err = create_controls(spec, "Center", nid, 1);
3050 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003051 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003052 err = create_controls(spec, "LFE", nid, 2);
3053 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003054 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003055
3056 wid_caps = get_wcaps(codec, nid);
3057
3058 if (wid_caps & AC_WCAP_LR_SWAP) {
3059 err = stac92xx_add_control(spec,
3060 STAC_CTL_WIDGET_CLFE_SWITCH,
3061 "Swap Center/LFE Playback Switch", nid);
3062
3063 if (err < 0)
3064 return err;
3065 }
3066
Mattc7d4b2f2005-06-27 14:59:41 +02003067 } else {
Takashi Iwai76624532008-12-19 10:09:47 +01003068 const char *name = chname[i];
3069 /* if it's a single DAC, assign a better name */
3070 if (!i && is_unique_dac(spec, nid)) {
3071 switch (cfg->line_out_type) {
3072 case AUTO_PIN_HP_OUT:
3073 name = "Headphone";
3074 break;
3075 case AUTO_PIN_SPEAKER_OUT:
3076 name = "Speaker";
3077 break;
3078 }
3079 }
3080 err = create_controls(spec, name, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003081 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003082 return err;
3083 }
3084 }
3085
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003086 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003087 err = stac92xx_add_control(spec,
3088 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003089 "Headphone as Line Out Switch",
3090 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003091 if (err < 0)
3092 return err;
3093 }
3094
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003095 if (spec->line_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003096 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3097 "Line In as Output Switch",
3098 spec->line_switch << 8);
3099 if (err < 0)
3100 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003101 }
Matt Porter403d1942005-11-29 15:00:51 +01003102
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003103 if (spec->mic_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003104 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3105 "Mic as Output Switch",
3106 (spec->mic_switch << 8) | 1);
3107 if (err < 0)
3108 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003109 }
Matt Porter403d1942005-11-29 15:00:51 +01003110
Mattc7d4b2f2005-06-27 14:59:41 +02003111 return 0;
3112}
3113
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003114/* add playback controls for Speaker and HP outputs */
3115static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3116 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003117{
3118 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003119 hda_nid_t nid;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003120 int i, err, nums;
Mattc7d4b2f2005-06-27 14:59:41 +02003121
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003122 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003123 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003124 static const char *pfxs[] = {
3125 "Headphone", "Headphone2", "Headphone3",
3126 };
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003127 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
3128 if (wid_caps & AC_WCAP_UNSOL_CAP)
3129 spec->hp_detect = 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003130 if (nums >= ARRAY_SIZE(pfxs))
Mattc7d4b2f2005-06-27 14:59:41 +02003131 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003132 nid = spec->hp_dacs[i];
3133 if (!nid)
3134 continue;
3135 err = create_controls(spec, pfxs[nums++], nid, 3);
3136 if (err < 0)
3137 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003138 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003139 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003140 for (i = 0; i < cfg->speaker_outs; i++) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003141 static const char *pfxs[] = {
3142 "Speaker", "External Speaker", "Speaker2",
3143 };
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003144 if (nums >= ARRAY_SIZE(pfxs))
3145 continue;
3146 nid = spec->speaker_dacs[i];
3147 if (!nid)
3148 continue;
3149 err = create_controls(spec, pfxs[nums++], nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003150 if (err < 0)
3151 return err;
3152 }
Mattc7d4b2f2005-06-27 14:59:41 +02003153 return 0;
3154}
3155
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003156/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003157static const char *stac92xx_mono_labels[4] = {
3158 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003159};
3160
3161/* create mono mux for mono out on capable codecs */
3162static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3163{
3164 struct sigmatel_spec *spec = codec->spec;
3165 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3166 int i, num_cons;
3167 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3168
3169 num_cons = snd_hda_get_connections(codec,
3170 spec->mono_nid,
3171 con_lst,
3172 HDA_MAX_NUM_INPUTS);
3173 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3174 return -EINVAL;
3175
3176 for (i = 0; i < num_cons; i++) {
3177 mono_mux->items[mono_mux->num_items].label =
3178 stac92xx_mono_labels[i];
3179 mono_mux->items[mono_mux->num_items].index = i;
3180 mono_mux->num_items++;
3181 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003182
3183 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3184 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003185}
3186
Matthew Ranostay89385032008-09-11 09:49:39 -04003187/* labels for amp mux outputs */
3188static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003189 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003190};
3191
3192/* create amp out controls mux on capable codecs */
3193static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3194{
3195 struct sigmatel_spec *spec = codec->spec;
3196 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3197 int i, err;
3198
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003199 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003200 amp_mux->items[amp_mux->num_items].label =
3201 stac92xx_amp_labels[i];
3202 amp_mux->items[amp_mux->num_items].index = i;
3203 amp_mux->num_items++;
3204 }
3205
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003206 if (spec->num_amps > 1) {
3207 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3208 "Amp Selector Capture Switch", 0);
3209 if (err < 0)
3210 return err;
3211 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003212 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3213 "Amp Capture Volume",
3214 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3215}
3216
3217
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003218/* create PC beep volume controls */
3219static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3220 hda_nid_t nid)
3221{
3222 struct sigmatel_spec *spec = codec->spec;
3223 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3224 int err;
3225
3226 /* check for mute support for the the amp */
3227 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3228 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3229 "PC Beep Playback Switch",
3230 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3231 if (err < 0)
3232 return err;
3233 }
3234
3235 /* check to see if there is volume support for the amp */
3236 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3237 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3238 "PC Beep Playback Volume",
3239 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3240 if (err < 0)
3241 return err;
3242 }
3243 return 0;
3244}
3245
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003246#ifdef CONFIG_SND_HDA_INPUT_BEEP
3247#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3248
3249static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3250 struct snd_ctl_elem_value *ucontrol)
3251{
3252 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3253 ucontrol->value.integer.value[0] = codec->beep->enabled;
3254 return 0;
3255}
3256
3257static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3258 struct snd_ctl_elem_value *ucontrol)
3259{
3260 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3261 int enabled = !!ucontrol->value.integer.value[0];
3262 if (codec->beep->enabled != enabled) {
3263 codec->beep->enabled = enabled;
3264 return 1;
3265 }
3266 return 0;
3267}
3268
3269static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3270 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3271 .info = stac92xx_dig_beep_switch_info,
3272 .get = stac92xx_dig_beep_switch_get,
3273 .put = stac92xx_dig_beep_switch_put,
3274};
3275
3276static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3277{
3278 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3279 0, "PC Beep Playback Switch", 0);
3280}
3281#endif
3282
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003283static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3284{
3285 struct sigmatel_spec *spec = codec->spec;
3286 int wcaps, nid, i, err = 0;
3287
3288 for (i = 0; i < spec->num_muxes; i++) {
3289 nid = spec->mux_nids[i];
3290 wcaps = get_wcaps(codec, nid);
3291
3292 if (wcaps & AC_WCAP_OUT_AMP) {
3293 err = stac92xx_add_control_idx(spec,
3294 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3295 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3296 if (err < 0)
3297 return err;
3298 }
3299 }
3300 return 0;
3301};
3302
Matthew Ranostayd9737752008-09-07 12:03:41 +02003303static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003304 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003305};
3306
3307static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3308{
3309 struct sigmatel_spec *spec = codec->spec;
3310 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003311 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003312 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003313 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003314
3315 num_cons = snd_hda_get_connections(codec,
3316 spec->smux_nids[0],
3317 con_lst,
3318 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003319 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003320 return -EINVAL;
3321
Matthew Ranostay65973632008-09-16 10:39:37 -04003322 if (!labels)
3323 labels = stac92xx_spdif_labels;
3324
Matthew Ranostayd9737752008-09-07 12:03:41 +02003325 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003326 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003327 spdif_mux->items[spdif_mux->num_items].index = i;
3328 spdif_mux->num_items++;
3329 }
3330
3331 return 0;
3332}
3333
Matt Porter8b657272006-10-26 17:12:59 +02003334/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003335static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003336 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3337 "Digital Mic 3", "Digital Mic 4"
3338};
3339
3340/* create playback/capture controls for input pins on dmic capable codecs */
3341static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3342 const struct auto_pin_cfg *cfg)
3343{
3344 struct sigmatel_spec *spec = codec->spec;
3345 struct hda_input_mux *dimux = &spec->private_dimux;
3346 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003347 int err, i, j;
3348 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003349
3350 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3351 dimux->items[dimux->num_items].index = 0;
3352 dimux->num_items++;
3353
3354 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003355 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003356 int index;
3357 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003358 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003359 unsigned int def_conf;
3360
3361 def_conf = snd_hda_codec_read(codec,
3362 spec->dmic_nids[i],
3363 0,
3364 AC_VERB_GET_CONFIG_DEFAULT,
3365 0);
3366 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3367 continue;
3368
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003369 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003370 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003371 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003372 con_lst,
3373 HDA_MAX_NUM_INPUTS);
3374 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003375 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003376 index = j;
3377 goto found;
3378 }
3379 continue;
3380found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003381 wcaps = get_wcaps(codec, nid) &
3382 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003383
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003384 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003385 sprintf(name, "%s Capture Volume",
3386 stac92xx_dmic_labels[dimux->num_items]);
3387
3388 err = stac92xx_add_control(spec,
3389 STAC_CTL_WIDGET_VOL,
3390 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003391 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3392 (wcaps & AC_WCAP_OUT_AMP) ?
3393 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003394 if (err < 0)
3395 return err;
3396 }
3397
Matt Porter8b657272006-10-26 17:12:59 +02003398 dimux->items[dimux->num_items].label =
3399 stac92xx_dmic_labels[dimux->num_items];
3400 dimux->items[dimux->num_items].index = index;
3401 dimux->num_items++;
3402 }
3403
3404 return 0;
3405}
3406
Mattc7d4b2f2005-06-27 14:59:41 +02003407/* create playback/capture controls for input pins */
3408static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3409{
3410 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003411 struct hda_input_mux *imux = &spec->private_imux;
3412 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3413 int i, j, k;
3414
3415 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003416 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003417
Takashi Iwai314634b2006-09-21 11:56:18 +02003418 if (!cfg->input_pins[i])
3419 continue;
3420 index = -1;
3421 for (j = 0; j < spec->num_muxes; j++) {
3422 int num_cons;
3423 num_cons = snd_hda_get_connections(codec,
3424 spec->mux_nids[j],
3425 con_lst,
3426 HDA_MAX_NUM_INPUTS);
3427 for (k = 0; k < num_cons; k++)
3428 if (con_lst[k] == cfg->input_pins[i]) {
3429 index = k;
3430 goto found;
3431 }
Mattc7d4b2f2005-06-27 14:59:41 +02003432 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003433 continue;
3434 found:
3435 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3436 imux->items[imux->num_items].index = index;
3437 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003438 }
3439
Steve Longerbeam7b043892007-05-03 20:50:03 +02003440 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003441 /*
3442 * Set the current input for the muxes.
3443 * The STAC9221 has two input muxes with identical source
3444 * NID lists. Hopefully this won't get confused.
3445 */
3446 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003447 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3448 AC_VERB_SET_CONNECT_SEL,
3449 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003450 }
3451 }
3452
Mattc7d4b2f2005-06-27 14:59:41 +02003453 return 0;
3454}
3455
Mattc7d4b2f2005-06-27 14:59:41 +02003456static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3457{
3458 struct sigmatel_spec *spec = codec->spec;
3459 int i;
3460
3461 for (i = 0; i < spec->autocfg.line_outs; i++) {
3462 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3463 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3464 }
3465}
3466
3467static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3468{
3469 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003470 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003471
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003472 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3473 hda_nid_t pin;
3474 pin = spec->autocfg.hp_pins[i];
3475 if (pin) /* connect to front */
3476 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3477 }
3478 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3479 hda_nid_t pin;
3480 pin = spec->autocfg.speaker_pins[i];
3481 if (pin) /* connect to front */
3482 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3483 }
Mattc7d4b2f2005-06-27 14:59:41 +02003484}
3485
Matt Porter3cc08dc2006-01-23 15:27:49 +01003486static 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 +02003487{
3488 struct sigmatel_spec *spec = codec->spec;
3489 int err;
3490
Matt Porter8b657272006-10-26 17:12:59 +02003491 if ((err = snd_hda_parse_pin_def_config(codec,
3492 &spec->autocfg,
3493 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003494 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003495 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003496 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003497
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003498 /* If we have no real line-out pin and multiple hp-outs, HPs should
3499 * be set up as multi-channel outputs.
3500 */
3501 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3502 spec->autocfg.hp_outs > 1) {
3503 /* Copy hp_outs to line_outs, backup line_outs in
3504 * speaker_outs so that the following routines can handle
3505 * HP pins as primary outputs.
3506 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003507 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003508 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3509 sizeof(spec->autocfg.line_out_pins));
3510 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3511 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3512 sizeof(spec->autocfg.hp_pins));
3513 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003514 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3515 spec->autocfg.hp_outs = 0;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003516 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003517 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003518 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3519 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003520 u32 caps = query_amp_caps(codec,
3521 spec->autocfg.mono_out_pin, dir);
3522 hda_nid_t conn_list[1];
3523
3524 /* get the mixer node and then the mono mux if it exists */
3525 if (snd_hda_get_connections(codec,
3526 spec->autocfg.mono_out_pin, conn_list, 1) &&
3527 snd_hda_get_connections(codec, conn_list[0],
3528 conn_list, 1)) {
3529
3530 int wcaps = get_wcaps(codec, conn_list[0]);
3531 int wid_type = (wcaps & AC_WCAP_TYPE)
3532 >> AC_WCAP_TYPE_SHIFT;
3533 /* LR swap check, some stac925x have a mux that
3534 * changes the DACs output path instead of the
3535 * mono-mux path.
3536 */
3537 if (wid_type == AC_WID_AUD_SEL &&
3538 !(wcaps & AC_WCAP_LR_SWAP))
3539 spec->mono_nid = conn_list[0];
3540 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003541 if (dir) {
3542 hda_nid_t nid = spec->autocfg.mono_out_pin;
3543
3544 /* most mono outs have a least a mute/unmute switch */
3545 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3546 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3547 "Mono Playback Switch",
3548 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003549 if (err < 0)
3550 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003551 /* check for volume support for the amp */
3552 if ((caps & AC_AMPCAP_NUM_STEPS)
3553 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3554 err = stac92xx_add_control(spec,
3555 STAC_CTL_WIDGET_VOL,
3556 "Mono Playback Volume",
3557 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3558 if (err < 0)
3559 return err;
3560 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003561 }
3562
3563 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3564 AC_PINCTL_OUT_EN);
3565 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003566
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003567 if (!spec->multiout.num_dacs) {
3568 err = stac92xx_auto_fill_dac_nids(codec);
3569 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003570 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003571 }
Mattc7d4b2f2005-06-27 14:59:41 +02003572
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003573 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3574
3575 if (err < 0)
3576 return err;
3577
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003578 /* setup analog beep controls */
3579 if (spec->anabeep_nid > 0) {
3580 err = stac92xx_auto_create_beep_ctls(codec,
3581 spec->anabeep_nid);
3582 if (err < 0)
3583 return err;
3584 }
3585
3586 /* setup digital beep controls and input device */
3587#ifdef CONFIG_SND_HDA_INPUT_BEEP
3588 if (spec->digbeep_nid > 0) {
3589 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003590 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003591
3592 err = stac92xx_auto_create_beep_ctls(codec, nid);
3593 if (err < 0)
3594 return err;
3595 err = snd_hda_attach_beep_device(codec, nid);
3596 if (err < 0)
3597 return err;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003598 /* if no beep switch is available, make its own one */
3599 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3600 if (codec->beep &&
3601 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3602 err = stac92xx_beep_switch_ctl(codec);
3603 if (err < 0)
3604 return err;
3605 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003606 }
3607#endif
3608
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003609 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3610
3611 if (err < 0)
3612 return err;
3613
3614 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3615
3616 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003617 return err;
3618
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003619 if (spec->mono_nid > 0) {
3620 err = stac92xx_auto_create_mono_output_ctls(codec);
3621 if (err < 0)
3622 return err;
3623 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003624 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003625 err = stac92xx_auto_create_amp_output_ctls(codec);
3626 if (err < 0)
3627 return err;
3628 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003629 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003630 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3631 &spec->autocfg)) < 0)
3632 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003633 if (spec->num_muxes > 0) {
3634 err = stac92xx_auto_create_mux_input_ctls(codec);
3635 if (err < 0)
3636 return err;
3637 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003638 if (spec->num_smuxes > 0) {
3639 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3640 if (err < 0)
3641 return err;
3642 }
Matt Porter8b657272006-10-26 17:12:59 +02003643
Mattc7d4b2f2005-06-27 14:59:41 +02003644 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003645 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003646 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003647
Takashi Iwai82bc9552006-03-21 11:24:42 +01003648 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003649 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003650 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003651 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003652
Takashi Iwai603c4012008-07-30 15:01:44 +02003653 if (spec->kctls.list)
3654 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003655
3656 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003657 if (!spec->dinput_mux)
3658 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003659 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003660 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003661 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003662 return 1;
3663}
3664
Takashi Iwai82bc9552006-03-21 11:24:42 +01003665/* add playback controls for HP output */
3666static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3667 struct auto_pin_cfg *cfg)
3668{
3669 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003670 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003671 unsigned int wid_caps;
3672
3673 if (! pin)
3674 return 0;
3675
3676 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003677 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003678 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003679
3680 return 0;
3681}
3682
Richard Fish160ea0d2006-09-06 13:58:25 +02003683/* add playback controls for LFE output */
3684static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3685 struct auto_pin_cfg *cfg)
3686{
3687 struct sigmatel_spec *spec = codec->spec;
3688 int err;
3689 hda_nid_t lfe_pin = 0x0;
3690 int i;
3691
3692 /*
3693 * search speaker outs and line outs for a mono speaker pin
3694 * with an amp. If one is found, add LFE controls
3695 * for it.
3696 */
3697 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3698 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003699 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003700 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3701 if (wcaps == AC_WCAP_OUT_AMP)
3702 /* found a mono speaker with an amp, must be lfe */
3703 lfe_pin = pin;
3704 }
3705
3706 /* if speaker_outs is 0, then speakers may be in line_outs */
3707 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3708 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3709 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003710 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003711 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003712 AC_VERB_GET_CONFIG_DEFAULT,
3713 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003714 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003715 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003716 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3717 if (wcaps == AC_WCAP_OUT_AMP)
3718 /* found a mono speaker with an amp,
3719 must be lfe */
3720 lfe_pin = pin;
3721 }
3722 }
3723 }
3724
3725 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003726 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003727 if (err < 0)
3728 return err;
3729 }
3730
3731 return 0;
3732}
3733
Mattc7d4b2f2005-06-27 14:59:41 +02003734static int stac9200_parse_auto_config(struct hda_codec *codec)
3735{
3736 struct sigmatel_spec *spec = codec->spec;
3737 int err;
3738
Kailang Yangdf694da2005-12-05 19:42:22 +01003739 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003740 return err;
3741
3742 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3743 return err;
3744
Takashi Iwai82bc9552006-03-21 11:24:42 +01003745 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3746 return err;
3747
Richard Fish160ea0d2006-09-06 13:58:25 +02003748 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3749 return err;
3750
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003751 if (spec->num_muxes > 0) {
3752 err = stac92xx_auto_create_mux_input_ctls(codec);
3753 if (err < 0)
3754 return err;
3755 }
3756
Takashi Iwai82bc9552006-03-21 11:24:42 +01003757 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003758 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003759 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003760 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003761
Takashi Iwai603c4012008-07-30 15:01:44 +02003762 if (spec->kctls.list)
3763 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003764
3765 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003766 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003767
3768 return 1;
3769}
3770
Sam Revitch62fe78e2006-05-10 15:09:17 +02003771/*
3772 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3773 * funky external mute control using GPIO pins.
3774 */
3775
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003776static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003777 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003778{
3779 unsigned int gpiostate, gpiomask, gpiodir;
3780
3781 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3782 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003783 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003784
3785 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3786 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003787 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003788
3789 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3790 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003791 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003792
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003793 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003794 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3795
3796 snd_hda_codec_write(codec, codec->afg, 0,
3797 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003798 snd_hda_codec_read(codec, codec->afg, 0,
3799 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003800
3801 msleep(1);
3802
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003803 snd_hda_codec_read(codec, codec->afg, 0,
3804 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003805}
3806
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003807static int stac92xx_add_jack(struct hda_codec *codec,
3808 hda_nid_t nid, int type)
3809{
Takashi Iwaie4973e12008-11-18 09:32:42 +01003810#ifdef CONFIG_SND_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003811 struct sigmatel_spec *spec = codec->spec;
3812 struct sigmatel_jack *jack;
3813 int def_conf = snd_hda_codec_read(codec, nid,
3814 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
3815 int connectivity = get_defcfg_connect(def_conf);
3816 char name[32];
3817
3818 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3819 return 0;
3820
3821 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3822 jack = snd_array_new(&spec->jacks);
3823 if (!jack)
3824 return -ENOMEM;
3825 jack->nid = nid;
3826 jack->type = type;
3827
3828 sprintf(name, "%s at %s %s Jack",
3829 snd_hda_get_jack_type(def_conf),
3830 snd_hda_get_jack_connectivity(def_conf),
3831 snd_hda_get_jack_location(def_conf));
3832
3833 return snd_jack_new(codec->bus->card, name, type, &jack->jack);
Takashi Iwaie4973e12008-11-18 09:32:42 +01003834#else
3835 return 0;
3836#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003837}
3838
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003839static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3840 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003841{
3842 struct sigmatel_event *event;
3843
3844 snd_array_init(&spec->events, sizeof(*event), 32);
3845 event = snd_array_new(&spec->events);
3846 if (!event)
3847 return -ENOMEM;
3848 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003849 event->type = type;
3850 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003851 event->data = data;
3852
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003853 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003854}
3855
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003856static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3857 hda_nid_t nid, unsigned char type)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003858{
3859 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003860 struct sigmatel_event *event = spec->events.list;
3861 int i;
3862
3863 for (i = 0; i < spec->events.used; i++, event++) {
3864 if (event->nid == nid && event->type == type)
3865 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003866 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003867 return NULL;
3868}
3869
3870static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3871 unsigned char tag)
3872{
3873 struct sigmatel_spec *spec = codec->spec;
3874 struct sigmatel_event *event = spec->events.list;
3875 int i;
3876
3877 for (i = 0; i < spec->events.used; i++, event++) {
3878 if (event->tag == tag)
3879 return event;
3880 }
3881 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003882}
3883
Takashi Iwai314634b2006-09-21 11:56:18 +02003884static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003885 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02003886{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003887 struct sigmatel_event *event;
3888 int tag;
3889
3890 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3891 return;
3892 event = stac_get_event(codec, nid, type);
3893 if (event)
3894 tag = event->tag;
3895 else
3896 tag = stac_add_event(codec->spec, nid, type, 0);
3897 if (tag < 0)
3898 return;
3899 snd_hda_codec_write_cache(codec, nid, 0,
3900 AC_VERB_SET_UNSOLICITED_ENABLE,
3901 AC_USRSP_EN | tag);
Takashi Iwai314634b2006-09-21 11:56:18 +02003902}
3903
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003904static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3905{
3906 int i;
3907 for (i = 0; i < cfg->hp_outs; i++)
3908 if (cfg->hp_pins[i] == nid)
3909 return 1; /* nid is a HP-Out */
3910
3911 return 0; /* nid is not a HP-Out */
3912};
3913
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003914static void stac92xx_power_down(struct hda_codec *codec)
3915{
3916 struct sigmatel_spec *spec = codec->spec;
3917
3918 /* power down inactive DACs */
3919 hda_nid_t *dac;
3920 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003921 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003922 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003923 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3924}
3925
Takashi Iwaif73d3582008-11-25 08:21:51 +01003926static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
3927 int enable);
3928
Mattc7d4b2f2005-06-27 14:59:41 +02003929static int stac92xx_init(struct hda_codec *codec)
3930{
3931 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003932 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01003933 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01003934 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003935
Mattc7d4b2f2005-06-27 14:59:41 +02003936 snd_hda_sequence_write(codec, spec->init);
3937
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003938 /* power down adcs initially */
3939 if (spec->powerdown_adcs)
3940 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003941 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003942 spec->adc_nids[i], 0,
3943 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01003944
3945 /* set up GPIO */
3946 gpio = spec->gpio_data;
3947 /* turn on EAPD statically when spec->eapd_switch isn't set.
3948 * otherwise, unsol event will turn it on/off dynamically
3949 */
3950 if (!spec->eapd_switch)
3951 gpio |= spec->eapd_mask;
3952 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
3953
Takashi Iwai82bc9552006-03-21 11:24:42 +01003954 /* set up pins */
3955 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02003956 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003957 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003958 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003959 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003960 }
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01003961 /* force to enable the first line-out; the others are set up
3962 * in unsol_event
3963 */
3964 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003965 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003966 /* fake event to set up pins */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003967 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
3968 STAC_HP_EVENT);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003969 } else {
3970 stac92xx_auto_init_multi_out(codec);
3971 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003972 for (i = 0; i < cfg->hp_outs; i++)
3973 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003974 }
3975 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01003976 hda_nid_t nid = cfg->input_pins[i];
3977 if (nid) {
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003978 unsigned int pinctl, conf;
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003979 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
3980 /* for mic pins, force to initialize */
3981 pinctl = stac92xx_get_vref(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003982 pinctl |= AC_PINCTL_IN_EN;
3983 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003984 } else {
3985 pinctl = snd_hda_codec_read(codec, nid, 0,
3986 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3987 /* if PINCTL already set then skip */
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003988 if (!(pinctl & AC_PINCTL_IN_EN)) {
3989 pinctl |= AC_PINCTL_IN_EN;
3990 stac92xx_auto_set_pinctl(codec, nid,
3991 pinctl);
3992 }
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003993 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01003994 conf = snd_hda_codec_read(codec, nid, 0,
3995 AC_VERB_GET_CONFIG_DEFAULT, 0);
3996 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
3997 enable_pin_detect(codec, nid,
3998 STAC_INSERT_EVENT);
3999 stac_issue_unsol_event(codec, nid,
4000 STAC_INSERT_EVENT);
4001 }
Takashi Iwaic960a032006-03-23 17:06:28 +01004002 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004003 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004004 for (i = 0; i < spec->num_dmics; i++)
4005 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4006 AC_PINCTL_IN_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004007 if (cfg->dig_out_pin)
4008 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
4009 AC_PINCTL_OUT_EN);
4010 if (cfg->dig_in_pin)
4011 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4012 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004013 for (i = 0; i < spec->num_pwrs; i++) {
4014 hda_nid_t nid = spec->pwr_nids[i];
4015 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004016
Takashi Iwaieb632122008-12-19 16:39:48 +01004017 /* power on when no jack detection is available */
4018 if (!spec->hp_detect) {
4019 stac_toggle_power_map(codec, nid, 1);
4020 continue;
4021 }
4022
4023 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004024 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004025
Takashi Iwaif73d3582008-11-25 08:21:51 +01004026 pinctl = snd_hda_codec_read(codec, nid, 0,
4027 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4028 /* outputs are only ports capable of power management
4029 * any attempts on powering down a input port cause the
4030 * referenced VREF to act quirky.
4031 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004032 if (pinctl & AC_PINCTL_IN_EN) {
4033 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004034 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004035 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004036 def_conf = snd_hda_codec_read(codec, nid, 0,
4037 AC_VERB_GET_CONFIG_DEFAULT, 0);
4038 def_conf = get_defcfg_connect(def_conf);
4039 /* skip any ports that don't have jacks since presence
4040 * detection is useless */
4041 if (def_conf != AC_JACK_PORT_COMPLEX) {
4042 if (def_conf != AC_JACK_PORT_NONE)
4043 stac_toggle_power_map(codec, nid, 1);
4044 continue;
4045 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004046 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4047 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4048 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4049 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004050 }
4051 if (spec->dac_list)
4052 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004053 return 0;
4054}
4055
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004056static void stac92xx_free_jacks(struct hda_codec *codec)
4057{
Takashi Iwaie4973e12008-11-18 09:32:42 +01004058#ifdef CONFIG_SND_JACK
Takashi Iwaib94d35392008-11-21 09:08:06 +01004059 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004060 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d35392008-11-21 09:08:06 +01004061 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004062 struct sigmatel_jack *jacks = spec->jacks.list;
4063 int i;
4064 for (i = 0; i < spec->jacks.used; i++)
4065 snd_device_free(codec->bus->card, &jacks[i].jack);
4066 }
4067 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004068#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004069}
4070
Takashi Iwai603c4012008-07-30 15:01:44 +02004071static void stac92xx_free_kctls(struct hda_codec *codec)
4072{
4073 struct sigmatel_spec *spec = codec->spec;
4074
4075 if (spec->kctls.list) {
4076 struct snd_kcontrol_new *kctl = spec->kctls.list;
4077 int i;
4078 for (i = 0; i < spec->kctls.used; i++)
4079 kfree(kctl[i].name);
4080 }
4081 snd_array_free(&spec->kctls);
4082}
4083
Matt2f2f4252005-04-13 14:45:30 +02004084static void stac92xx_free(struct hda_codec *codec)
4085{
Mattc7d4b2f2005-06-27 14:59:41 +02004086 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004087
4088 if (! spec)
4089 return;
4090
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004091 kfree(spec->pin_configs);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004092 stac92xx_free_jacks(codec);
4093 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004094
Mattc7d4b2f2005-06-27 14:59:41 +02004095 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004096 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004097}
4098
Matt4e550962005-07-04 17:51:39 +02004099static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4100 unsigned int flag)
4101{
4102 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4103 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004104
Takashi Iwaif9acba42007-05-29 18:01:06 +02004105 if (pin_ctl & AC_PINCTL_IN_EN) {
4106 /*
4107 * we need to check the current set-up direction of
4108 * shared input pins since they can be switched via
4109 * "xxx as Output" mixer switch
4110 */
4111 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004112 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004113 return;
4114 }
4115
Steve Longerbeam7b043892007-05-03 20:50:03 +02004116 /* if setting pin direction bits, clear the current
4117 direction bits first */
4118 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4119 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4120
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004121 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004122 AC_VERB_SET_PIN_WIDGET_CONTROL,
4123 pin_ctl | flag);
4124}
4125
4126static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4127 unsigned int flag)
4128{
4129 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4130 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004131 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02004132 AC_VERB_SET_PIN_WIDGET_CONTROL,
4133 pin_ctl & ~flag);
4134}
4135
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004136static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004137{
4138 if (!nid)
4139 return 0;
4140 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004141 & (1 << 31))
4142 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004143 return 0;
4144}
4145
Takashi Iwaid7a89432008-11-12 09:48:04 +01004146/* return non-zero if the hp-pin of the given array index isn't
4147 * a jack-detection target
4148 */
4149static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4150{
4151 struct auto_pin_cfg *cfg = &spec->autocfg;
4152
4153 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004154 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004155 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004156 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004157 return 1;
4158 /* ignore if the pin is set as line-out */
4159 if (cfg->hp_pins[i] == spec->hp_switch)
4160 return 1;
4161 return 0;
4162}
4163
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004164static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004165{
4166 struct sigmatel_spec *spec = codec->spec;
4167 struct auto_pin_cfg *cfg = &spec->autocfg;
4168 int i, presence;
4169
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004170 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004171 if (spec->gpio_mute)
4172 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4173 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4174
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004175 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004176 if (presence)
4177 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004178 if (no_hp_sensing(spec, i))
4179 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004180 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4181 if (presence) {
4182 unsigned int pinctl;
4183 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4184 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4185 if (pinctl & AC_PINCTL_IN_EN)
4186 presence = 0; /* mic- or line-input */
4187 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004188 }
Matt4e550962005-07-04 17:51:39 +02004189
4190 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004191 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004192 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004193 stac92xx_reset_pinctl(codec, spec->hp_switch,
4194 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004195 for (i = 0; i < cfg->line_outs; i++)
4196 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4197 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004198 for (i = 0; i < cfg->speaker_outs; i++)
4199 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4200 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004201 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004202 stac_gpio_set(codec, spec->gpio_mask,
4203 spec->gpio_dir, spec->gpio_data &
4204 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004205 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004206 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004207 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004208 stac92xx_set_pinctl(codec, spec->hp_switch,
4209 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004210 for (i = 0; i < cfg->line_outs; i++)
4211 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4212 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004213 for (i = 0; i < cfg->speaker_outs; i++)
4214 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4215 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004216 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004217 stac_gpio_set(codec, spec->gpio_mask,
4218 spec->gpio_dir, spec->gpio_data |
4219 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004220 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01004221 /* toggle hp outs */
4222 for (i = 0; i < cfg->hp_outs; i++) {
4223 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4224 if (no_hp_sensing(spec, i))
4225 continue;
4226 if (presence)
4227 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
4228 else
4229 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
4230 }
Matt4e550962005-07-04 17:51:39 +02004231}
4232
Takashi Iwaif73d3582008-11-25 08:21:51 +01004233static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4234 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004235{
4236 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004237 unsigned int idx, val;
4238
4239 for (idx = 0; idx < spec->num_pwrs; idx++) {
4240 if (spec->pwr_nids[idx] == nid)
4241 break;
4242 }
4243 if (idx >= spec->num_pwrs)
4244 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004245
4246 /* several codecs have two power down bits */
4247 if (spec->pwr_mapping)
4248 idx = spec->pwr_mapping[idx];
4249 else
4250 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004251
Takashi Iwaif73d3582008-11-25 08:21:51 +01004252 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4253 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004254 val &= ~idx;
4255 else
4256 val |= idx;
4257
4258 /* power down unused output ports */
4259 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004260}
4261
Takashi Iwaif73d3582008-11-25 08:21:51 +01004262static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4263{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004264 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004265}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004266
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004267static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4268{
4269 struct sigmatel_spec *spec = codec->spec;
4270 struct sigmatel_jack *jacks = spec->jacks.list;
4271
4272 if (jacks) {
4273 int i;
4274 for (i = 0; i < spec->jacks.used; i++) {
4275 if (jacks->nid == nid) {
4276 unsigned int pin_ctl =
4277 snd_hda_codec_read(codec, nid,
4278 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4279 0x00);
4280 int type = jacks->type;
4281 if (type == (SND_JACK_LINEOUT
4282 | SND_JACK_HEADPHONE))
4283 type = (pin_ctl & AC_PINCTL_HP_EN)
4284 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4285 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004286 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004287 ? type : 0);
4288 }
4289 jacks++;
4290 }
4291 }
4292}
Matt2f2f4252005-04-13 14:45:30 +02004293
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004294static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4295 unsigned char type)
4296{
4297 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4298 if (!event)
4299 return;
4300 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4301}
4302
Takashi Iwai314634b2006-09-21 11:56:18 +02004303static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4304{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004305 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004306 struct sigmatel_event *event;
4307 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004308
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004309 tag = (res >> 26) & 0x7f;
4310 event = stac_get_event_from_tag(codec, tag);
4311 if (!event)
4312 return;
4313
4314 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004315 case STAC_HP_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004316 stac92xx_hp_detect(codec);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004317 /* fallthru */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004318 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004319 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004320 if (spec->num_pwrs > 0)
4321 stac92xx_pin_sense(codec, event->nid);
4322 stac92xx_report_jack(codec, event->nid);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004323 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004324 case STAC_VREF_EVENT:
4325 data = snd_hda_codec_read(codec, codec->afg, 0,
4326 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004327 /* toggle VREF state based on GPIOx status */
4328 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004329 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004330 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004331 }
4332}
4333
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004334#ifdef CONFIG_PROC_FS
4335static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4336 struct hda_codec *codec, hda_nid_t nid)
4337{
4338 if (nid == codec->afg)
4339 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4340 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4341}
4342
4343static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4344 struct hda_codec *codec,
4345 unsigned int verb)
4346{
4347 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4348 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4349}
4350
4351/* stac92hd71bxx, stac92hd73xx */
4352static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4353 struct hda_codec *codec, hda_nid_t nid)
4354{
4355 stac92hd_proc_hook(buffer, codec, nid);
4356 if (nid == codec->afg)
4357 analog_loop_proc_hook(buffer, codec, 0xfa0);
4358}
4359
4360static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4361 struct hda_codec *codec, hda_nid_t nid)
4362{
4363 if (nid == codec->afg)
4364 analog_loop_proc_hook(buffer, codec, 0xfe0);
4365}
4366
4367static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4368 struct hda_codec *codec, hda_nid_t nid)
4369{
4370 if (nid == codec->afg)
4371 analog_loop_proc_hook(buffer, codec, 0xfeb);
4372}
4373#else
4374#define stac92hd_proc_hook NULL
4375#define stac92hd7x_proc_hook NULL
4376#define stac9205_proc_hook NULL
4377#define stac927x_proc_hook NULL
4378#endif
4379
Takashi Iwaicb53c622007-08-10 17:21:45 +02004380#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004381static int stac92xx_resume(struct hda_codec *codec)
4382{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004383 struct sigmatel_spec *spec = codec->spec;
4384
Richard Fish11b44bb2006-08-23 18:31:34 +02004385 stac92xx_set_config_regs(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004386 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004387 snd_hda_codec_resume_amp(codec);
4388 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004389 /* fake event to set up pins again to override cached values */
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004390 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004391 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4392 STAC_HP_EVENT);
Mattff6fdc32005-06-27 15:06:52 +02004393 return 0;
4394}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004395
4396static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4397{
4398 struct sigmatel_spec *spec = codec->spec;
4399 if (spec->eapd_mask)
4400 stac_gpio_set(codec, spec->gpio_mask,
4401 spec->gpio_dir, spec->gpio_data &
4402 ~spec->eapd_mask);
4403 return 0;
4404}
Mattff6fdc32005-06-27 15:06:52 +02004405#endif
4406
Matt2f2f4252005-04-13 14:45:30 +02004407static struct hda_codec_ops stac92xx_patch_ops = {
4408 .build_controls = stac92xx_build_controls,
4409 .build_pcms = stac92xx_build_pcms,
4410 .init = stac92xx_init,
4411 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004412 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004413#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004414 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004415 .resume = stac92xx_resume,
4416#endif
Matt2f2f4252005-04-13 14:45:30 +02004417};
4418
4419static int patch_stac9200(struct hda_codec *codec)
4420{
4421 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004422 int err;
Matt2f2f4252005-04-13 14:45:30 +02004423
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004424 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004425 if (spec == NULL)
4426 return -ENOMEM;
4427
4428 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004429 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004430 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004431 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4432 stac9200_models,
4433 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02004434 if (spec->board_config < 0) {
4435 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4436 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004437 } else
4438 err = stac_save_pin_cfgs(codec,
4439 stac9200_brd_tbl[spec->board_config]);
4440 if (err < 0) {
4441 stac92xx_free(codec);
4442 return err;
Matt Porter403d1942005-11-29 15:00:51 +01004443 }
Matt2f2f4252005-04-13 14:45:30 +02004444
4445 spec->multiout.max_channels = 2;
4446 spec->multiout.num_dacs = 1;
4447 spec->multiout.dac_nids = stac9200_dac_nids;
4448 spec->adc_nids = stac9200_adc_nids;
4449 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004450 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004451 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004452 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004453 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004454
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02004455 if (spec->board_config == STAC_9200_M4 ||
4456 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01004457 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004458 spec->init = stac9200_eapd_init;
4459 else
4460 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004461 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004462
Takashi Iwai117f2572008-03-18 09:53:23 +01004463 if (spec->board_config == STAC_9200_PANASONIC) {
4464 spec->gpio_mask = spec->gpio_dir = 0x09;
4465 spec->gpio_data = 0x00;
4466 }
4467
Mattc7d4b2f2005-06-27 14:59:41 +02004468 err = stac9200_parse_auto_config(codec);
4469 if (err < 0) {
4470 stac92xx_free(codec);
4471 return err;
4472 }
Matt2f2f4252005-04-13 14:45:30 +02004473
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01004474 /* CF-74 has no headphone detection, and the driver should *NOT*
4475 * do detection and HP/speaker toggle because the hardware does it.
4476 */
4477 if (spec->board_config == STAC_9200_PANASONIC)
4478 spec->hp_detect = 0;
4479
Matt2f2f4252005-04-13 14:45:30 +02004480 codec->patch_ops = stac92xx_patch_ops;
4481
4482 return 0;
4483}
4484
Tobin Davis8e21c342007-01-08 11:04:17 +01004485static int patch_stac925x(struct hda_codec *codec)
4486{
4487 struct sigmatel_spec *spec;
4488 int err;
4489
4490 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4491 if (spec == NULL)
4492 return -ENOMEM;
4493
4494 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004495 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004496 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004497
4498 /* Check first for codec ID */
4499 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4500 STAC_925x_MODELS,
4501 stac925x_models,
4502 stac925x_codec_id_cfg_tbl);
4503
4504 /* Now checks for PCI ID, if codec ID is not found */
4505 if (spec->board_config < 0)
4506 spec->board_config = snd_hda_check_board_config(codec,
4507 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01004508 stac925x_models,
4509 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004510 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004511 if (spec->board_config < 0) {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004512 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
Tobin Davis2c11f952007-05-17 09:36:34 +02004513 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004514 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004515 } else
4516 err = stac_save_pin_cfgs(codec,
4517 stac925x_brd_tbl[spec->board_config]);
4518 if (err < 0) {
4519 stac92xx_free(codec);
4520 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004521 }
4522
4523 spec->multiout.max_channels = 2;
4524 spec->multiout.num_dacs = 1;
4525 spec->multiout.dac_nids = stac925x_dac_nids;
4526 spec->adc_nids = stac925x_adc_nids;
4527 spec->mux_nids = stac925x_mux_nids;
4528 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004529 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004530 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004531 switch (codec->vendor_id) {
4532 case 0x83847632: /* STAC9202 */
4533 case 0x83847633: /* STAC9202D */
4534 case 0x83847636: /* STAC9251 */
4535 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004536 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004537 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004538 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4539 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004540 break;
4541 default:
4542 spec->num_dmics = 0;
4543 break;
4544 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004545
4546 spec->init = stac925x_core_init;
4547 spec->mixer = stac925x_mixer;
4548
4549 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004550 if (!err) {
4551 if (spec->board_config < 0) {
4552 printk(KERN_WARNING "hda_codec: No auto-config is "
4553 "available, default to model=ref\n");
4554 spec->board_config = STAC_925x_REF;
4555 goto again;
4556 }
4557 err = -EINVAL;
4558 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004559 if (err < 0) {
4560 stac92xx_free(codec);
4561 return err;
4562 }
4563
4564 codec->patch_ops = stac92xx_patch_ops;
4565
4566 return 0;
4567}
4568
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004569static struct hda_input_mux stac92hd73xx_dmux = {
4570 .num_items = 4,
4571 .items = {
4572 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004573 { "Digital Mic 1", 0x09 },
4574 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004575 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004576 }
4577};
4578
4579static int patch_stac92hd73xx(struct hda_codec *codec)
4580{
4581 struct sigmatel_spec *spec;
4582 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4583 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004584 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004585
4586 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4587 if (spec == NULL)
4588 return -ENOMEM;
4589
4590 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004591 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004592 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4593 spec->pin_nids = stac92hd73xx_pin_nids;
4594 spec->board_config = snd_hda_check_board_config(codec,
4595 STAC_92HD73XX_MODELS,
4596 stac92hd73xx_models,
4597 stac92hd73xx_cfg_tbl);
4598again:
4599 if (spec->board_config < 0) {
4600 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4601 " STAC92HD73XX, using BIOS defaults\n");
4602 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004603 } else
4604 err = stac_save_pin_cfgs(codec,
4605 stac92hd73xx_brd_tbl[spec->board_config]);
4606 if (err < 0) {
4607 stac92xx_free(codec);
4608 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004609 }
4610
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004611 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004612 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4613
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004614 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004615 printk(KERN_WARNING "hda_codec: Could not determine "
4616 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004617 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004618 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004619 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004620 case 0x3: /* 6 Channel */
4621 spec->mixer = stac92hd73xx_6ch_mixer;
4622 spec->init = stac92hd73xx_6ch_core_init;
4623 break;
4624 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004625 spec->mixer = stac92hd73xx_8ch_mixer;
4626 spec->init = stac92hd73xx_8ch_core_init;
4627 break;
4628 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004629 spec->mixer = stac92hd73xx_10ch_mixer;
4630 spec->init = stac92hd73xx_10ch_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004631 }
4632 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004633
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004634 spec->aloopback_mask = 0x01;
4635 spec->aloopback_shift = 8;
4636
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004637 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004638 spec->mux_nids = stac92hd73xx_mux_nids;
4639 spec->adc_nids = stac92hd73xx_adc_nids;
4640 spec->dmic_nids = stac92hd73xx_dmic_nids;
4641 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004642 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004643 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004644 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004645
4646 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4647 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004648 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004649 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4650 sizeof(stac92hd73xx_dmux));
4651
Matthew Ranostaya7662642008-02-21 07:51:14 +01004652 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004653 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004654 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004655 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004656 case STAC_DELL_M6_AMIC:
4657 case STAC_DELL_M6_DMIC:
4658 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004659 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004660 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4661 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004662 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004663 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004664
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004665 if (spec->board_config != STAC_DELL_EQ)
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004666 spec->init = dell_m6_core_init;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004667 switch (spec->board_config) {
4668 case STAC_DELL_M6_AMIC: /* Analog Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004669 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4670 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004671 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004672 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004673 case STAC_DELL_M6_DMIC: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004674 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4675 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004676 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004677 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004678 case STAC_DELL_M6_BOTH: /* Both */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004679 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4680 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4681 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004682 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004683 break;
4684 }
4685 break;
4686 default:
4687 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004688 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004689 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004690 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004691 if (spec->board_config > STAC_92HD73XX_REF) {
4692 /* GPIO0 High = Enable EAPD */
4693 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4694 spec->gpio_data = 0x01;
4695 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004696 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004697
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004698 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4699 spec->pwr_nids = stac92hd73xx_pwr_nids;
4700
Matthew Ranostayd9737752008-09-07 12:03:41 +02004701 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004702
4703 if (!err) {
4704 if (spec->board_config < 0) {
4705 printk(KERN_WARNING "hda_codec: No auto-config is "
4706 "available, default to model=ref\n");
4707 spec->board_config = STAC_92HD73XX_REF;
4708 goto again;
4709 }
4710 err = -EINVAL;
4711 }
4712
4713 if (err < 0) {
4714 stac92xx_free(codec);
4715 return err;
4716 }
4717
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01004718 if (spec->board_config == STAC_92HD73XX_NO_JD)
4719 spec->hp_detect = 0;
4720
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004721 codec->patch_ops = stac92xx_patch_ops;
4722
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004723 codec->proc_widget_hook = stac92hd7x_proc_hook;
4724
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004725 return 0;
4726}
4727
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004728static struct hda_input_mux stac92hd83xxx_dmux = {
4729 .num_items = 3,
4730 .items = {
4731 { "Analog Inputs", 0x03 },
4732 { "Digital Mic 1", 0x04 },
4733 { "Digital Mic 2", 0x05 },
4734 }
4735};
4736
4737static int patch_stac92hd83xxx(struct hda_codec *codec)
4738{
4739 struct sigmatel_spec *spec;
4740 int err;
4741
4742 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4743 if (spec == NULL)
4744 return -ENOMEM;
4745
4746 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004747 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004748 spec->mono_nid = 0x19;
4749 spec->digbeep_nid = 0x21;
4750 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4751 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4752 spec->adc_nids = stac92hd83xxx_adc_nids;
4753 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004754 spec->amp_nids = stac92hd83xxx_amp_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004755 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4756 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004757 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004758
4759 spec->init = stac92hd83xxx_core_init;
4760 switch (codec->vendor_id) {
4761 case 0x111d7605:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004762 break;
4763 default:
4764 spec->num_pwrs--;
4765 spec->init++; /* switch to config #2 */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004766 }
4767
4768 spec->mixer = stac92hd83xxx_mixer;
4769 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4770 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4771 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004772 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004773 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4774 spec->dinput_mux = &stac92hd83xxx_dmux;
4775 spec->pin_nids = stac92hd83xxx_pin_nids;
4776 spec->board_config = snd_hda_check_board_config(codec,
4777 STAC_92HD83XXX_MODELS,
4778 stac92hd83xxx_models,
4779 stac92hd83xxx_cfg_tbl);
4780again:
4781 if (spec->board_config < 0) {
4782 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4783 " STAC92HD83XXX, using BIOS defaults\n");
4784 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004785 } else
4786 err = stac_save_pin_cfgs(codec,
4787 stac92hd83xxx_brd_tbl[spec->board_config]);
4788 if (err < 0) {
4789 stac92xx_free(codec);
4790 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004791 }
4792
4793 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4794 if (!err) {
4795 if (spec->board_config < 0) {
4796 printk(KERN_WARNING "hda_codec: No auto-config is "
4797 "available, default to model=ref\n");
4798 spec->board_config = STAC_92HD83XXX_REF;
4799 goto again;
4800 }
4801 err = -EINVAL;
4802 }
4803
4804 if (err < 0) {
4805 stac92xx_free(codec);
4806 return err;
4807 }
4808
4809 codec->patch_ops = stac92xx_patch_ops;
4810
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004811 codec->proc_widget_hook = stac92hd_proc_hook;
4812
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004813 return 0;
4814}
4815
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004816static struct hda_input_mux stac92hd71bxx_dmux = {
4817 .num_items = 4,
4818 .items = {
4819 { "Analog Inputs", 0x00 },
4820 { "Mixer", 0x01 },
4821 { "Digital Mic 1", 0x02 },
4822 { "Digital Mic 2", 0x03 },
4823 }
4824};
4825
Matthew Ranostaye035b842007-11-06 11:53:55 +01004826static int patch_stac92hd71bxx(struct hda_codec *codec)
4827{
4828 struct sigmatel_spec *spec;
4829 int err = 0;
4830
4831 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4832 if (spec == NULL)
4833 return -ENOMEM;
4834
4835 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004836 codec->patch_ops = stac92xx_patch_ops;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004837 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004838 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004839 spec->pin_nids = stac92hd71bxx_pin_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004840 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4841 sizeof(stac92hd71bxx_dmux));
Matthew Ranostaye035b842007-11-06 11:53:55 +01004842 spec->board_config = snd_hda_check_board_config(codec,
4843 STAC_92HD71BXX_MODELS,
4844 stac92hd71bxx_models,
4845 stac92hd71bxx_cfg_tbl);
4846again:
4847 if (spec->board_config < 0) {
4848 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4849 " STAC92HD71BXX, using BIOS defaults\n");
4850 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004851 } else
4852 err = stac_save_pin_cfgs(codec,
4853 stac92hd71bxx_brd_tbl[spec->board_config]);
4854 if (err < 0) {
4855 stac92xx_free(codec);
4856 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004857 }
4858
Takashi Iwai41c3b642008-11-18 10:45:15 +01004859 if (spec->board_config > STAC_92HD71BXX_REF) {
4860 /* GPIO0 = EAPD */
4861 spec->gpio_mask = 0x01;
4862 spec->gpio_dir = 0x01;
4863 spec->gpio_data = 0x01;
4864 }
4865
Matthew Ranostay541eee82007-12-14 12:08:04 +01004866 switch (codec->vendor_id) {
4867 case 0x111d76b6: /* 4 Port without Analog Mixer */
4868 case 0x111d76b7:
4869 case 0x111d76b4: /* 6 Port without Analog Mixer */
4870 case 0x111d76b5:
4871 spec->mixer = stac92hd71bxx_mixer;
4872 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004873 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004874 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004875 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01004876 switch (spec->board_config) {
4877 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04004878 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004879 err = stac_add_event(spec, codec->afg,
4880 STAC_VREF_EVENT, 0x02);
4881 if (err < 0)
4882 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01004883 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04004884 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4885 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004886 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004887 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004888 spec->gpio_mask |= 0x02;
4889 break;
4890 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004891 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004892 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004893 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004894
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004895 /* no output amps */
4896 spec->num_pwrs = 0;
4897 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004898 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004899
4900 /* disable VSW */
4901 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004902 stac_change_pin_config(codec, 0xf, 0x40f000f0);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004903 break;
4904 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004905 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004906 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004907
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004908 /* no output amps */
4909 spec->num_pwrs = 0;
4910 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01004911 default:
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004912 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004913 spec->mixer = stac92hd71bxx_analog_mixer;
4914 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004915 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004916 }
4917
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004918 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004919 spec->aloopback_shift = 0;
4920
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004921 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004922 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004923 spec->mux_nids = stac92hd71bxx_mux_nids;
4924 spec->adc_nids = stac92hd71bxx_adc_nids;
4925 spec->dmic_nids = stac92hd71bxx_dmic_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004926 spec->dmux_nids = stac92hd71bxx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004927 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004928 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004929
4930 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4931 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004932
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004933 switch (spec->board_config) {
4934 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004935 /* enable internal microphone */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004936 stac_change_pin_config(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004937 stac92xx_auto_set_pinctl(codec, 0x0e,
4938 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05004939 /* fallthru */
4940 case STAC_DELL_M4_2:
4941 spec->num_dmics = 0;
4942 spec->num_smuxes = 0;
4943 spec->num_dmuxes = 0;
4944 break;
4945 case STAC_DELL_M4_1:
4946 case STAC_DELL_M4_3:
4947 spec->num_dmics = 1;
4948 spec->num_smuxes = 0;
4949 spec->num_dmuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004950 break;
4951 default:
4952 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4953 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4954 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4955 };
4956
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004957 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004958 if (spec->dinput_mux)
4959 spec->private_dimux.num_items +=
4960 spec->num_dmics -
4961 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004962
4963 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4964 if (!err) {
4965 if (spec->board_config < 0) {
4966 printk(KERN_WARNING "hda_codec: No auto-config is "
4967 "available, default to model=ref\n");
4968 spec->board_config = STAC_92HD71BXX_REF;
4969 goto again;
4970 }
4971 err = -EINVAL;
4972 }
4973
4974 if (err < 0) {
4975 stac92xx_free(codec);
4976 return err;
4977 }
4978
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004979 codec->proc_widget_hook = stac92hd7x_proc_hook;
4980
Matthew Ranostaye035b842007-11-06 11:53:55 +01004981 return 0;
4982};
4983
Matt2f2f4252005-04-13 14:45:30 +02004984static int patch_stac922x(struct hda_codec *codec)
4985{
4986 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004987 int err;
Matt2f2f4252005-04-13 14:45:30 +02004988
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004989 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004990 if (spec == NULL)
4991 return -ENOMEM;
4992
4993 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004994 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004995 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004996 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
4997 stac922x_models,
4998 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08004999 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005000 spec->gpio_mask = spec->gpio_dir = 0x03;
5001 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005002 /* Intel Macs have all same PCI SSID, so we need to check
5003 * codec SSID to distinguish the exact models
5004 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005005 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005006 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005007
5008 case 0x106b0800:
5009 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005010 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005011 case 0x106b0600:
5012 case 0x106b0700:
5013 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005014 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005015 case 0x106b0e00:
5016 case 0x106b0f00:
5017 case 0x106b1600:
5018 case 0x106b1700:
5019 case 0x106b0200:
5020 case 0x106b1e00:
5021 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005022 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005023 case 0x106b1a00:
5024 case 0x00000100:
5025 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005026 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005027 case 0x106b0a00:
5028 case 0x106b2200:
5029 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005030 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005031 default:
5032 spec->board_config = STAC_INTEL_MAC_V3;
5033 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005034 }
5035 }
5036
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005037 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005038 if (spec->board_config < 0) {
5039 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5040 "using BIOS defaults\n");
5041 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005042 } else
5043 err = stac_save_pin_cfgs(codec,
5044 stac922x_brd_tbl[spec->board_config]);
5045 if (err < 0) {
5046 stac92xx_free(codec);
5047 return err;
Matt Porter403d1942005-11-29 15:00:51 +01005048 }
Matt2f2f4252005-04-13 14:45:30 +02005049
Matt2f2f4252005-04-13 14:45:30 +02005050 spec->adc_nids = stac922x_adc_nids;
5051 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005052 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005053 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005054 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005055 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005056
5057 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005058 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005059
5060 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005061
Matt Porter3cc08dc2006-01-23 15:27:49 +01005062 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005063 if (!err) {
5064 if (spec->board_config < 0) {
5065 printk(KERN_WARNING "hda_codec: No auto-config is "
5066 "available, default to model=ref\n");
5067 spec->board_config = STAC_D945_REF;
5068 goto again;
5069 }
5070 err = -EINVAL;
5071 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005072 if (err < 0) {
5073 stac92xx_free(codec);
5074 return err;
5075 }
5076
5077 codec->patch_ops = stac92xx_patch_ops;
5078
Takashi Iwai807a46362007-05-29 19:01:37 +02005079 /* Fix Mux capture level; max to 2 */
5080 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5081 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5082 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5083 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5084 (0 << AC_AMPCAP_MUTE_SHIFT));
5085
Matt Porter3cc08dc2006-01-23 15:27:49 +01005086 return 0;
5087}
5088
5089static int patch_stac927x(struct hda_codec *codec)
5090{
5091 struct sigmatel_spec *spec;
5092 int err;
5093
5094 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5095 if (spec == NULL)
5096 return -ENOMEM;
5097
5098 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005099 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005100 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005101 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5102 stac927x_models,
5103 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005104 again:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005105 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
5106 if (spec->board_config < 0)
5107 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5108 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02005109 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005110 } else
5111 err = stac_save_pin_cfgs(codec,
5112 stac927x_brd_tbl[spec->board_config]);
5113 if (err < 0) {
5114 stac92xx_free(codec);
5115 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01005116 }
5117
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005118 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005119 spec->adc_nids = stac927x_adc_nids;
5120 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5121 spec->mux_nids = stac927x_mux_nids;
5122 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005123 spec->smux_nids = stac927x_smux_nids;
5124 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04005125 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01005126 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005127 spec->multiout.dac_nids = spec->dac_nids;
5128
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005129 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02005130 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005131 case STAC_D965_5ST:
5132 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005133 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005134 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005135 spec->num_dmics = 0;
5136
Tobin Davis93ed1502006-09-01 21:03:12 +02005137 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005138 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005139 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005140 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005141 switch (codec->subsystem_id) {
5142 case 0x10280209:
5143 case 0x1028022e:
5144 /* correct the device field to SPDIF out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005145 stac_change_pin_config(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005146 break;
5147 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01005148 /* configure the analog microphone on some laptops */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005149 stac_change_pin_config(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01005150 /* correct the front output jack as a hp out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005151 stac_change_pin_config(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005152 /* correct the front input jack as a mic */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005153 stac_change_pin_config(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005154 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005155 case STAC_DELL_3ST:
5156 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005157 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005158 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005159 spec->dmic_nids = stac927x_dmic_nids;
5160 spec->num_dmics = STAC927X_NUM_DMICS;
5161
Tobin Davis93ed1502006-09-01 21:03:12 +02005162 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005163 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005164 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005165 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005166 break;
5167 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005168 if (spec->board_config > STAC_D965_REF) {
5169 /* GPIO0 High = Enable EAPD */
5170 spec->eapd_mask = spec->gpio_mask = 0x01;
5171 spec->gpio_dir = spec->gpio_data = 0x01;
5172 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005173 spec->num_dmics = 0;
5174
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005175 spec->init = stac927x_core_init;
5176 spec->mixer = stac927x_mixer;
5177 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005178
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005179 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005180 spec->aloopback_mask = 0x40;
5181 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005182 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005183
Matt Porter3cc08dc2006-01-23 15:27:49 +01005184 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005185 if (!err) {
5186 if (spec->board_config < 0) {
5187 printk(KERN_WARNING "hda_codec: No auto-config is "
5188 "available, default to model=ref\n");
5189 spec->board_config = STAC_D965_REF;
5190 goto again;
5191 }
5192 err = -EINVAL;
5193 }
Mattc7d4b2f2005-06-27 14:59:41 +02005194 if (err < 0) {
5195 stac92xx_free(codec);
5196 return err;
5197 }
Matt2f2f4252005-04-13 14:45:30 +02005198
5199 codec->patch_ops = stac92xx_patch_ops;
5200
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005201 codec->proc_widget_hook = stac927x_proc_hook;
5202
Takashi Iwai52987652008-01-16 16:09:47 +01005203 /*
5204 * !!FIXME!!
5205 * The STAC927x seem to require fairly long delays for certain
5206 * command sequences. With too short delays (even if the answer
5207 * is set to RIRB properly), it results in the silence output
5208 * on some hardwares like Dell.
5209 *
5210 * The below flag enables the longer delay (see get_response
5211 * in hda_intel.c).
5212 */
5213 codec->bus->needs_damn_long_delay = 1;
5214
Takashi Iwaie28d8322008-12-17 13:48:29 +01005215 /* no jack detecion for ref-no-jd model */
5216 if (spec->board_config == STAC_D965_REF_NO_JD)
5217 spec->hp_detect = 0;
5218
Matt2f2f4252005-04-13 14:45:30 +02005219 return 0;
5220}
5221
Matt Porterf3302a52006-07-31 12:49:34 +02005222static int patch_stac9205(struct hda_codec *codec)
5223{
5224 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02005225 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02005226
5227 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5228 if (spec == NULL)
5229 return -ENOMEM;
5230
5231 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005232 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005233 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005234 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5235 stac9205_models,
5236 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005237 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005238 if (spec->board_config < 0) {
5239 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5240 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005241 } else
5242 err = stac_save_pin_cfgs(codec,
5243 stac9205_brd_tbl[spec->board_config]);
5244 if (err < 0) {
5245 stac92xx_free(codec);
5246 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02005247 }
5248
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005249 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02005250 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005251 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02005252 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005253 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005254 spec->smux_nids = stac9205_smux_nids;
5255 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005256 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02005257 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005258 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005259 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005260 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02005261
5262 spec->init = stac9205_core_init;
5263 spec->mixer = stac9205_mixer;
5264
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005265 spec->aloopback_mask = 0x40;
5266 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005267 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02005268 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02005269
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005270 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005271 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02005272 /* Enable SPDIF in/out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005273 stac_change_pin_config(codec, 0x1f, 0x01441030);
5274 stac_change_pin_config(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01005275
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005276 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005277 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5278 if (err < 0)
5279 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005280 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005281 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5282 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005283 AC_VERB_SET_UNSOLICITED_ENABLE,
5284 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005285
5286 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005287 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005288 spec->gpio_mask = 0x1b;
5289 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01005290 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005291 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02005292 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005293 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005294 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005295 case STAC_9205_REF:
5296 /* SPDIF-In enabled */
5297 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005298 default:
5299 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005300 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005301 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005302 break;
5303 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02005304
Matt Porterf3302a52006-07-31 12:49:34 +02005305 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005306 if (!err) {
5307 if (spec->board_config < 0) {
5308 printk(KERN_WARNING "hda_codec: No auto-config is "
5309 "available, default to model=ref\n");
5310 spec->board_config = STAC_9205_REF;
5311 goto again;
5312 }
5313 err = -EINVAL;
5314 }
Matt Porterf3302a52006-07-31 12:49:34 +02005315 if (err < 0) {
5316 stac92xx_free(codec);
5317 return err;
5318 }
5319
5320 codec->patch_ops = stac92xx_patch_ops;
5321
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005322 codec->proc_widget_hook = stac9205_proc_hook;
5323
Matt Porterf3302a52006-07-31 12:49:34 +02005324 return 0;
5325}
5326
Matt2f2f4252005-04-13 14:45:30 +02005327/*
Guillaume Munch6d859062006-08-22 17:15:47 +02005328 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01005329 */
5330
Guillaume Munch99ccc562006-08-16 19:35:12 +02005331/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005332static hda_nid_t vaio_dacs[] = { 0x2 };
5333#define VAIO_HP_DAC 0x5
5334static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
5335static hda_nid_t vaio_mux_nids[] = { 0x15 };
5336
5337static struct hda_input_mux vaio_mux = {
Takashi Iwaia3a2f422007-10-11 11:21:21 +02005338 .num_items = 3,
Takashi Iwaidb064e52006-03-16 16:04:58 +01005339 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02005340 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005341 { "Mic Jack", 0x1 },
5342 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01005343 { "PCM", 0x3 },
5344 }
5345};
5346
5347static struct hda_verb vaio_init[] = {
5348 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005349 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
Takashi Iwaidb064e52006-03-16 16:04:58 +01005350 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5351 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5352 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5353 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005354 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005355 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5356 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5357 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5358 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5359 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5360 {}
5361};
5362
Guillaume Munch6d859062006-08-22 17:15:47 +02005363static struct hda_verb vaio_ar_init[] = {
5364 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
5365 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5366 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5367 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5368/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
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 */
Guillaume Munch6d859062006-08-22 17:15:47 +02005371 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5372 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5373/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
5374 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5375 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5376 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5377 {}
5378};
5379
Takashi Iwaidb064e52006-03-16 16:04:58 +01005380static struct snd_kcontrol_new vaio_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005381 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5382 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5383 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5384 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005385 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5386 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5387 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5388 {
5389 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5390 .name = "Capture Source",
5391 .count = 1,
5392 .info = stac92xx_mux_enum_info,
5393 .get = stac92xx_mux_enum_get,
5394 .put = stac92xx_mux_enum_put,
5395 },
5396 {}
5397};
5398
Guillaume Munch6d859062006-08-22 17:15:47 +02005399static struct snd_kcontrol_new vaio_ar_mixer[] = {
Takashi Iwai127e82e2008-11-14 14:03:33 +01005400 HDA_CODEC_VOLUME("Headphone Playback Volume", 0x02, 0, HDA_OUTPUT),
5401 HDA_CODEC_MUTE("Headphone Playback Switch", 0x02, 0, HDA_OUTPUT),
5402 HDA_CODEC_VOLUME("Speaker Playback Volume", 0x05, 0, HDA_OUTPUT),
5403 HDA_CODEC_MUTE("Speaker Playback Switch", 0x05, 0, HDA_OUTPUT),
Guillaume Munch6d859062006-08-22 17:15:47 +02005404 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5405 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5406 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5407 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
5408 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
5409 {
5410 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5411 .name = "Capture Source",
5412 .count = 1,
5413 .info = stac92xx_mux_enum_info,
5414 .get = stac92xx_mux_enum_get,
5415 .put = stac92xx_mux_enum_put,
5416 },
5417 {}
5418};
5419
5420static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01005421 .build_controls = stac92xx_build_controls,
5422 .build_pcms = stac92xx_build_pcms,
5423 .init = stac92xx_init,
5424 .free = stac92xx_free,
Takashi Iwaicb53c622007-08-10 17:21:45 +02005425#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaidb064e52006-03-16 16:04:58 +01005426 .resume = stac92xx_resume,
5427#endif
5428};
5429
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005430static int stac9872_vaio_init(struct hda_codec *codec)
5431{
5432 int err;
5433
5434 err = stac92xx_init(codec);
5435 if (err < 0)
5436 return err;
5437 if (codec->patch_ops.unsol_event)
5438 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
5439 return 0;
5440}
5441
5442static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
5443{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01005444 if (get_pin_presence(codec, 0x0a)) {
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005445 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5446 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5447 } else {
5448 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5449 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5450 }
5451}
5452
5453static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
5454{
5455 switch (res >> 26) {
5456 case STAC_HP_EVENT:
5457 stac9872_vaio_hp_detect(codec, res);
5458 break;
5459 }
5460}
5461
5462static struct hda_codec_ops stac9872_vaio_patch_ops = {
5463 .build_controls = stac92xx_build_controls,
5464 .build_pcms = stac92xx_build_pcms,
5465 .init = stac9872_vaio_init,
5466 .free = stac92xx_free,
5467 .unsol_event = stac9872_vaio_unsol_event,
5468#ifdef CONFIG_PM
5469 .resume = stac92xx_resume,
5470#endif
5471};
5472
Guillaume Munch6d859062006-08-22 17:15:47 +02005473enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5474 CXD9872RD_VAIO,
5475 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5476 STAC9872AK_VAIO,
5477 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5478 STAC9872K_VAIO,
5479 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005480 CXD9872AKD_VAIO,
5481 STAC_9872_MODELS,
5482};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005483
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005484static const char *stac9872_models[STAC_9872_MODELS] = {
5485 [CXD9872RD_VAIO] = "vaio",
5486 [CXD9872AKD_VAIO] = "vaio-ar",
5487};
5488
5489static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5490 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5491 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5492 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01005493 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005494 {}
5495};
5496
Guillaume Munch6d859062006-08-22 17:15:47 +02005497static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005498{
5499 struct sigmatel_spec *spec;
5500 int board_config;
5501
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005502 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5503 stac9872_models,
5504 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01005505 if (board_config < 0)
5506 /* unknown config, let generic-parser do its job... */
5507 return snd_hda_parse_generic_codec(codec);
5508
5509 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5510 if (spec == NULL)
5511 return -ENOMEM;
5512
5513 codec->spec = spec;
5514 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02005515 case CXD9872RD_VAIO:
5516 case STAC9872AK_VAIO:
5517 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01005518 spec->mixer = vaio_mixer;
5519 spec->init = vaio_init;
5520 spec->multiout.max_channels = 2;
5521 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5522 spec->multiout.dac_nids = vaio_dacs;
5523 spec->multiout.hp_nid = VAIO_HP_DAC;
5524 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5525 spec->adc_nids = vaio_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005526 spec->num_pwrs = 0;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005527 spec->input_mux = &vaio_mux;
5528 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005529 codec->patch_ops = stac9872_vaio_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005530 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02005531
5532 case CXD9872AKD_VAIO:
5533 spec->mixer = vaio_ar_mixer;
5534 spec->init = vaio_ar_init;
5535 spec->multiout.max_channels = 2;
5536 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5537 spec->multiout.dac_nids = vaio_dacs;
5538 spec->multiout.hp_nid = VAIO_HP_DAC;
5539 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005540 spec->num_pwrs = 0;
Guillaume Munch6d859062006-08-22 17:15:47 +02005541 spec->adc_nids = vaio_adcs;
5542 spec->input_mux = &vaio_mux;
5543 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005544 codec->patch_ops = stac9872_patch_ops;
Guillaume Munch6d859062006-08-22 17:15:47 +02005545 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005546 }
5547
Takashi Iwaidb064e52006-03-16 16:04:58 +01005548 return 0;
5549}
5550
5551
5552/*
Matt2f2f4252005-04-13 14:45:30 +02005553 * patch entries
5554 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005555static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02005556 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5557 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5558 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5559 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5560 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5561 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5562 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005563 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5564 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5565 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5566 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5567 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5568 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005569 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5570 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5571 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5572 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5573 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5574 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5575 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5576 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5577 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5578 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005579 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5580 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5581 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5582 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5583 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5584 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005585 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5586 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005587 /* The following does not take into account .id=0x83847661 when subsys =
5588 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5589 * currently not fully supported.
5590 */
5591 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5592 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5593 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005594 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5595 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5596 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5597 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5598 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5599 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5600 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5601 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005602 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005603 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5604 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005605 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005606 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5607 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005608 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005609 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5610 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5611 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5612 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5613 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5614 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5615 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5616 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005617 {} /* terminator */
5618};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005619
5620MODULE_ALIAS("snd-hda-codec-id:8384*");
5621MODULE_ALIAS("snd-hda-codec-id:111d*");
5622
5623MODULE_LICENSE("GPL");
5624MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5625
5626static struct hda_codec_preset_list sigmatel_list = {
5627 .preset = snd_hda_preset_sigmatel,
5628 .owner = THIS_MODULE,
5629};
5630
5631static int __init patch_sigmatel_init(void)
5632{
5633 return snd_hda_add_codec_preset(&sigmatel_list);
5634}
5635
5636static void __exit patch_sigmatel_exit(void)
5637{
5638 snd_hda_delete_codec_preset(&sigmatel_list);
5639}
5640
5641module_init(patch_sigmatel_init)
5642module_exit(patch_sigmatel_exit)