blob: be53e9685bc0c52eacdc82257375ca5335db6bde [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
27#include <sound/driver.h>
28#include <linux/init.h>
29#include <linux/delay.h>
30#include <linux/slab.h>
31#include <linux/pci.h>
32#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020033#include <sound/asoundef.h>
Matt2f2f4252005-04-13 14:45:30 +020034#include "hda_codec.h"
35#include "hda_local.h"
36
Matt4e550962005-07-04 17:51:39 +020037#define NUM_CONTROL_ALLOC 32
38#define STAC_HP_EVENT 0x37
Matt4e550962005-07-04 17:51:39 +020039
Takashi Iwaif5fcc132006-11-24 17:07:44 +010040enum {
41 STAC_REF,
42 STAC_9200_MODELS
43};
44
45enum {
46 STAC_9205_REF,
47 STAC_9205_MODELS
48};
49
50enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010051 STAC_925x_REF,
52 STAC_M2_2,
53 STAC_MA6,
Tobin Davis2c11f952007-05-17 09:36:34 +020054 STAC_PA6,
Tobin Davis8e21c342007-01-08 11:04:17 +010055 STAC_925x_MODELS
56};
57
58enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +010059 STAC_D945_REF,
60 STAC_D945GTP3,
61 STAC_D945GTP5,
Takashi Iwai76c08822007-06-19 12:17:42 +020062 STAC_922X_DELL,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +020063 STAC_INTEL_MAC_V1,
64 STAC_INTEL_MAC_V2,
65 STAC_INTEL_MAC_V3,
66 STAC_INTEL_MAC_V4,
67 STAC_INTEL_MAC_V5,
68 /* for backward compitability */
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +010070 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +010071 STAC_MACBOOK_PRO_V1,
72 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +020073 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +020074 STAC_IMAC_INTEL_20,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010075 STAC_922X_MODELS
76};
77
78enum {
79 STAC_D965_REF,
80 STAC_D965_3ST,
81 STAC_D965_5ST,
82 STAC_927X_MODELS
83};
Matt Porter403d1942005-11-29 15:00:51 +010084
Matt2f2f4252005-04-13 14:45:30 +020085struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +010086 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +020087 unsigned int num_mixers;
88
Matt Porter403d1942005-11-29 15:00:51 +010089 int board_config;
Mattc7d4b2f2005-06-27 14:59:41 +020090 unsigned int surr_switch: 1;
Matt Porter403d1942005-11-29 15:00:51 +010091 unsigned int line_switch: 1;
92 unsigned int mic_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +010093 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +010094 unsigned int hp_detect: 1;
Sam Revitch62fe78e2006-05-10 15:09:17 +020095 unsigned int gpio_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +020096
Matt2f2f4252005-04-13 14:45:30 +020097 /* playback */
98 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +010099 hda_nid_t dac_nids[5];
Matt2f2f4252005-04-13 14:45:30 +0200100
101 /* capture */
102 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200103 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200104 hda_nid_t *mux_nids;
105 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200106 hda_nid_t *dmic_nids;
107 unsigned int num_dmics;
108 hda_nid_t dmux_nid;
Mattdabbed62005-06-14 10:19:34 +0200109 hda_nid_t dig_in_nid;
Matt2f2f4252005-04-13 14:45:30 +0200110
Matt2f2f4252005-04-13 14:45:30 +0200111 /* pin widgets */
112 hda_nid_t *pin_nids;
113 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200114 unsigned int *pin_configs;
Richard Fish11b44bb2006-08-23 18:31:34 +0200115 unsigned int *bios_pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200116
117 /* codec specific stuff */
118 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100119 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200120
121 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200122 struct hda_input_mux *dinput_mux;
123 unsigned int cur_dmux;
Mattc7d4b2f2005-06-27 14:59:41 +0200124 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100125 unsigned int cur_mux[3];
Matt2f2f4252005-04-13 14:45:30 +0200126
Matt Porter403d1942005-11-29 15:00:51 +0100127 /* i/o switches */
128 unsigned int io_switch[2];
Matt2f2f4252005-04-13 14:45:30 +0200129
Mattc7d4b2f2005-06-27 14:59:41 +0200130 struct hda_pcm pcm_rec[2]; /* PCM information */
131
132 /* dynamic controls and input_mux */
133 struct auto_pin_cfg autocfg;
134 unsigned int num_kctl_alloc, num_kctl_used;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100135 struct snd_kcontrol_new *kctl_alloc;
Matt Porter8b657272006-10-26 17:12:59 +0200136 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200137 struct hda_input_mux private_imux;
Matt2f2f4252005-04-13 14:45:30 +0200138};
139
140static hda_nid_t stac9200_adc_nids[1] = {
141 0x03,
142};
143
144static hda_nid_t stac9200_mux_nids[1] = {
145 0x0c,
146};
147
148static hda_nid_t stac9200_dac_nids[1] = {
149 0x02,
150};
151
Tobin Davis8e21c342007-01-08 11:04:17 +0100152static hda_nid_t stac925x_adc_nids[1] = {
153 0x03,
154};
155
156static hda_nid_t stac925x_mux_nids[1] = {
157 0x0f,
158};
159
160static hda_nid_t stac925x_dac_nids[1] = {
161 0x02,
162};
163
Tobin Davis2c11f952007-05-17 09:36:34 +0200164static hda_nid_t stac925x_dmic_nids[1] = {
165 0x15,
166};
167
Matt2f2f4252005-04-13 14:45:30 +0200168static hda_nid_t stac922x_adc_nids[2] = {
169 0x06, 0x07,
170};
171
172static hda_nid_t stac922x_mux_nids[2] = {
173 0x12, 0x13,
174};
175
Matt Porter3cc08dc2006-01-23 15:27:49 +0100176static hda_nid_t stac927x_adc_nids[3] = {
177 0x07, 0x08, 0x09
178};
179
180static hda_nid_t stac927x_mux_nids[3] = {
181 0x15, 0x16, 0x17
182};
183
Matt Porterf3302a52006-07-31 12:49:34 +0200184static hda_nid_t stac9205_adc_nids[2] = {
185 0x12, 0x13
186};
187
188static hda_nid_t stac9205_mux_nids[2] = {
189 0x19, 0x1a
190};
191
Takashi Iwai25494132007-03-12 12:36:16 +0100192static hda_nid_t stac9205_dmic_nids[2] = {
193 0x17, 0x18,
Matt Porter8b657272006-10-26 17:12:59 +0200194};
195
Mattc7d4b2f2005-06-27 14:59:41 +0200196static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200197 0x08, 0x09, 0x0d, 0x0e,
198 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200199};
200
Tobin Davis8e21c342007-01-08 11:04:17 +0100201static hda_nid_t stac925x_pin_nids[8] = {
202 0x07, 0x08, 0x0a, 0x0b,
203 0x0c, 0x0d, 0x10, 0x11,
204};
205
Matt2f2f4252005-04-13 14:45:30 +0200206static hda_nid_t stac922x_pin_nids[10] = {
207 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
208 0x0f, 0x10, 0x11, 0x15, 0x1b,
209};
210
Matt Porter3cc08dc2006-01-23 15:27:49 +0100211static hda_nid_t stac927x_pin_nids[14] = {
212 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
213 0x0f, 0x10, 0x11, 0x12, 0x13,
214 0x14, 0x21, 0x22, 0x23,
215};
216
Matt Porterf3302a52006-07-31 12:49:34 +0200217static hda_nid_t stac9205_pin_nids[12] = {
218 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
219 0x0f, 0x14, 0x16, 0x17, 0x18,
220 0x21, 0x22,
221
222};
223
Matt Porter8b657272006-10-26 17:12:59 +0200224static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
225 struct snd_ctl_elem_info *uinfo)
226{
227 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
228 struct sigmatel_spec *spec = codec->spec;
229 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
230}
231
232static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
233 struct snd_ctl_elem_value *ucontrol)
234{
235 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
236 struct sigmatel_spec *spec = codec->spec;
237
238 ucontrol->value.enumerated.item[0] = spec->cur_dmux;
239 return 0;
240}
241
242static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
243 struct snd_ctl_elem_value *ucontrol)
244{
245 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
246 struct sigmatel_spec *spec = codec->spec;
247
248 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
249 spec->dmux_nid, &spec->cur_dmux);
250}
251
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100252static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200253{
254 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
255 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200256 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200257}
258
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100259static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200260{
261 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
262 struct sigmatel_spec *spec = codec->spec;
263 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
264
265 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
266 return 0;
267}
268
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100269static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200270{
271 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
272 struct sigmatel_spec *spec = codec->spec;
273 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
274
Mattc7d4b2f2005-06-27 14:59:41 +0200275 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200276 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
277}
278
Mattc7d4b2f2005-06-27 14:59:41 +0200279static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200280 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200281 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200282 {}
283};
284
Tobin Davis8e21c342007-01-08 11:04:17 +0100285static struct hda_verb stac925x_core_init[] = {
286 /* set dac0mux for dac converter */
287 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
288 {}
289};
290
Mattc7d4b2f2005-06-27 14:59:41 +0200291static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200292 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200293 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200294 {}
295};
296
Tobin Davis93ed1502006-09-01 21:03:12 +0200297static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200298 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200299 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200300 /* unmute node 0x1b */
301 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
302 /* select node 0x03 as DAC */
303 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
304 {}
305};
306
Matt Porter3cc08dc2006-01-23 15:27:49 +0100307static struct hda_verb stac927x_core_init[] = {
308 /* set master volume and direct control */
309 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
310 {}
311};
312
Matt Porterf3302a52006-07-31 12:49:34 +0200313static struct hda_verb stac9205_core_init[] = {
314 /* set master volume and direct control */
315 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
316 {}
317};
318
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100319static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200320 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
321 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
322 {
323 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
324 .name = "Input Source",
325 .count = 1,
326 .info = stac92xx_mux_enum_info,
327 .get = stac92xx_mux_enum_get,
328 .put = stac92xx_mux_enum_put,
329 },
330 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
331 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Mattc7d4b2f2005-06-27 14:59:41 +0200332 HDA_CODEC_VOLUME("Capture Mux Volume", 0x0c, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200333 { } /* end */
334};
335
Tobin Davis8e21c342007-01-08 11:04:17 +0100336static struct snd_kcontrol_new stac925x_mixer[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100337 {
338 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
339 .name = "Input Source",
340 .count = 1,
341 .info = stac92xx_mux_enum_info,
342 .get = stac92xx_mux_enum_get,
343 .put = stac92xx_mux_enum_put,
344 },
345 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
346 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_OUTPUT),
347 HDA_CODEC_VOLUME("Capture Mux Volume", 0x0f, 0, HDA_OUTPUT),
348 { } /* end */
349};
350
Mattc7d4b2f2005-06-27 14:59:41 +0200351/* This needs to be generated dynamically based on sequence */
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100352static struct snd_kcontrol_new stac922x_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200353 {
354 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
355 .name = "Input Source",
356 .count = 1,
357 .info = stac92xx_mux_enum_info,
358 .get = stac92xx_mux_enum_get,
359 .put = stac92xx_mux_enum_put,
360 },
361 HDA_CODEC_VOLUME("Capture Volume", 0x17, 0x0, HDA_INPUT),
Takashi Iwai0fd17082006-01-13 18:46:21 +0100362 HDA_CODEC_MUTE("Capture Switch", 0x17, 0x0, HDA_INPUT),
Matt2f2f4252005-04-13 14:45:30 +0200363 HDA_CODEC_VOLUME("Mux Capture Volume", 0x12, 0x0, HDA_OUTPUT),
364 { } /* end */
365};
366
Takashi Iwai19039bd2006-06-28 15:52:16 +0200367/* This needs to be generated dynamically based on sequence */
368static struct snd_kcontrol_new stac9227_mixer[] = {
369 {
370 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
371 .name = "Input Source",
372 .count = 1,
373 .info = stac92xx_mux_enum_info,
374 .get = stac92xx_mux_enum_get,
375 .put = stac92xx_mux_enum_put,
376 },
377 HDA_CODEC_VOLUME("Capture Volume", 0x15, 0x0, HDA_OUTPUT),
378 HDA_CODEC_MUTE("Capture Switch", 0x1b, 0x0, HDA_OUTPUT),
379 { } /* end */
380};
381
Takashi Iwaid1d985f2006-11-23 19:27:12 +0100382static struct snd_kcontrol_new stac927x_mixer[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100383 {
384 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
385 .name = "Input Source",
386 .count = 1,
387 .info = stac92xx_mux_enum_info,
388 .get = stac92xx_mux_enum_get,
389 .put = stac92xx_mux_enum_put,
390 },
391 HDA_CODEC_VOLUME("InMux Capture Volume", 0x15, 0x0, HDA_OUTPUT),
392 HDA_CODEC_VOLUME("InVol Capture Volume", 0x18, 0x0, HDA_INPUT),
393 HDA_CODEC_MUTE("ADCMux Capture Switch", 0x1b, 0x0, HDA_OUTPUT),
394 { } /* end */
395};
396
Takashi Iwaid1d985f2006-11-23 19:27:12 +0100397static struct snd_kcontrol_new stac9205_mixer[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200398 {
399 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matt Porter8b657272006-10-26 17:12:59 +0200400 .name = "Digital Input Source",
401 .count = 1,
402 .info = stac92xx_dmux_enum_info,
403 .get = stac92xx_dmux_enum_get,
404 .put = stac92xx_dmux_enum_put,
405 },
406 {
407 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matt Porterf3302a52006-07-31 12:49:34 +0200408 .name = "Input Source",
409 .count = 1,
410 .info = stac92xx_mux_enum_info,
411 .get = stac92xx_mux_enum_get,
412 .put = stac92xx_mux_enum_put,
413 },
414 HDA_CODEC_VOLUME("InMux Capture Volume", 0x19, 0x0, HDA_OUTPUT),
415 HDA_CODEC_VOLUME("InVol Capture Volume", 0x1b, 0x0, HDA_INPUT),
416 HDA_CODEC_MUTE("ADCMux Capture Switch", 0x1d, 0x0, HDA_OUTPUT),
417 { } /* end */
418};
419
Matt2f2f4252005-04-13 14:45:30 +0200420static int stac92xx_build_controls(struct hda_codec *codec)
421{
422 struct sigmatel_spec *spec = codec->spec;
423 int err;
Mattc7d4b2f2005-06-27 14:59:41 +0200424 int i;
Matt2f2f4252005-04-13 14:45:30 +0200425
426 err = snd_hda_add_new_ctls(codec, spec->mixer);
427 if (err < 0)
428 return err;
Mattc7d4b2f2005-06-27 14:59:41 +0200429
430 for (i = 0; i < spec->num_mixers; i++) {
431 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
432 if (err < 0)
433 return err;
434 }
435
Mattdabbed62005-06-14 10:19:34 +0200436 if (spec->multiout.dig_out_nid) {
437 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
438 if (err < 0)
439 return err;
440 }
441 if (spec->dig_in_nid) {
442 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
443 if (err < 0)
444 return err;
445 }
446 return 0;
Matt2f2f4252005-04-13 14:45:30 +0200447}
448
Matt Porter403d1942005-11-29 15:00:51 +0100449static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +0200450 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +0200451 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
452};
453
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100454static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
455 [STAC_REF] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +0100456};
457
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100458static const char *stac9200_models[STAC_9200_MODELS] = {
459 [STAC_REF] = "ref",
460};
461
462static struct snd_pci_quirk stac9200_cfg_tbl[] = {
463 /* SigmaTel reference board */
464 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
465 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +0100466 /* Dell laptops have BIOS problem */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100467 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
468 "Dell Inspiron 630m", STAC_REF),
469 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
470 "Dell Latitude D620", STAC_REF),
471 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
472 "Dell Latitude 120L", STAC_REF),
Cory T. Tusar877b8662007-01-30 17:30:55 +0100473 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
474 "Dell Latitude D820", STAC_REF),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +0100475 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
476 "Dell Inspiron E1705/9400", STAC_REF),
477 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
478 "Dell XPS M1710", STAC_REF),
Takashi Iwaif0f96742007-02-14 00:59:17 +0100479 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
480 "Dell Precision M90", STAC_REF),
Daniel T Chen8286c532007-05-15 11:46:23 +0200481 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
482 "unknown Dell", STAC_REF),
Tobin Davis49c605d2007-05-17 09:38:24 +0200483 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
484 "Dell Inspiron 640m", STAC_REF),
485 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
486 "Dell Inspiron 1501", STAC_REF),
487
488 /* Panasonic */
489 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_REF),
490
Matt Porter403d1942005-11-29 15:00:51 +0100491 {} /* terminator */
492};
493
Tobin Davis8e21c342007-01-08 11:04:17 +0100494static unsigned int ref925x_pin_configs[8] = {
495 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
496 0x90a70320, 0x02214210, 0x400003f1, 0x9033032e,
497};
498
499static unsigned int stac925x_MA6_pin_configs[8] = {
500 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
501 0x90a70320, 0x90100211, 0x400003f1, 0x9033032e,
502};
503
Tobin Davis2c11f952007-05-17 09:36:34 +0200504static unsigned int stac925x_PA6_pin_configs[8] = {
505 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
506 0x50a103f0, 0x90100211, 0x400003f1, 0x9033032e,
507};
508
Tobin Davis8e21c342007-01-08 11:04:17 +0100509static unsigned int stac925xM2_2_pin_configs[8] = {
Steve Longerbeam7353e142007-05-29 14:36:17 +0200510 0x40c003f3, 0x424503f2, 0x04180011, 0x02a19020,
511 0x50a103f0, 0x90100212, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +0100512};
513
514static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
515 [STAC_REF] = ref925x_pin_configs,
516 [STAC_M2_2] = stac925xM2_2_pin_configs,
517 [STAC_MA6] = stac925x_MA6_pin_configs,
Tobin Davis2c11f952007-05-17 09:36:34 +0200518 [STAC_PA6] = stac925x_PA6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +0100519};
520
521static const char *stac925x_models[STAC_925x_MODELS] = {
522 [STAC_REF] = "ref",
523 [STAC_M2_2] = "m2-2",
524 [STAC_MA6] = "m6",
Tobin Davis2c11f952007-05-17 09:36:34 +0200525 [STAC_PA6] = "pa6",
Tobin Davis8e21c342007-01-08 11:04:17 +0100526};
527
528static struct snd_pci_quirk stac925x_cfg_tbl[] = {
529 /* SigmaTel reference board */
530 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +0200531 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Tobin Davis8e21c342007-01-08 11:04:17 +0100532 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_REF),
533 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_REF),
534 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_MA6),
Tobin Davis2c11f952007-05-17 09:36:34 +0200535 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_PA6),
Tobin Davis8e21c342007-01-08 11:04:17 +0100536 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway MX6453", STAC_M2_2),
537 {} /* terminator */
538};
539
Matt Porter403d1942005-11-29 15:00:51 +0100540static unsigned int ref922x_pin_configs[10] = {
541 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
542 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +0200543 0x40000100, 0x40000100,
544};
545
Matt Porter403d1942005-11-29 15:00:51 +0100546static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +0100547 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +0100548 0x40000100, 0x40000100, 0x40000100, 0x40000100,
549 0x02a19120, 0x40000100,
550};
551
552static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +0100553 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
554 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +0100555 0x02a19320, 0x40000100,
556};
557
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200558static unsigned int intel_mac_v1_pin_configs[10] = {
559 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
560 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100561 0x400000fc, 0x400000fb,
562};
563
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200564static unsigned int intel_mac_v2_pin_configs[10] = {
565 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
566 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200567 0x400000fc, 0x400000fb,
568};
569
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200570static unsigned int intel_mac_v3_pin_configs[10] = {
571 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
572 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
573 0x400000fc, 0x400000fb,
574};
575
576static unsigned int intel_mac_v4_pin_configs[10] = {
577 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
578 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
579 0x400000fc, 0x400000fb,
580};
581
582static unsigned int intel_mac_v5_pin_configs[10] = {
583 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
584 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
585 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200586};
587
Takashi Iwai76c08822007-06-19 12:17:42 +0200588static unsigned int stac922x_dell_pin_configs[10] = {
589 0x0221121e, 0x408103ff, 0x02a1123e, 0x90100310,
590 0x408003f1, 0x0221122f, 0x03451340, 0x40c003f2,
591 0x50a003f3, 0x405003f4
592};
593
Takashi Iwai19039bd2006-06-28 15:52:16 +0200594static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100595 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +0200596 [STAC_D945GTP3] = d945gtp3_pin_configs,
597 [STAC_D945GTP5] = d945gtp5_pin_configs,
Takashi Iwai76c08822007-06-19 12:17:42 +0200598 [STAC_922X_DELL] = stac922x_dell_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200599 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
600 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
601 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
602 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
603 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
604 /* for backward compitability */
605 [STAC_MACMINI] = intel_mac_v3_pin_configs,
606 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
607 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
608 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
609 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
610 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +0100611};
612
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100613static const char *stac922x_models[STAC_922X_MODELS] = {
614 [STAC_D945_REF] = "ref",
615 [STAC_D945GTP5] = "5stack",
616 [STAC_D945GTP3] = "3stack",
Takashi Iwai76c08822007-06-19 12:17:42 +0200617 [STAC_922X_DELL] = "dell",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200618 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
619 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
620 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
621 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
622 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
623 /* for backward compitability */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100624 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100625 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100626 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
627 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +0200628 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200629 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100630};
631
632static struct snd_pci_quirk stac922x_cfg_tbl[] = {
633 /* SigmaTel reference board */
634 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
635 "DFI LanParty", STAC_D945_REF),
636 /* Intel 945G based systems */
637 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
638 "Intel D945G", STAC_D945GTP3),
639 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
640 "Intel D945G", STAC_D945GTP3),
641 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
642 "Intel D945G", STAC_D945GTP3),
643 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
644 "Intel D945G", STAC_D945GTP3),
645 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
646 "Intel D945G", STAC_D945GTP3),
647 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
648 "Intel D945G", STAC_D945GTP3),
649 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
650 "Intel D945G", STAC_D945GTP3),
651 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
652 "Intel D945G", STAC_D945GTP3),
653 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
654 "Intel D945G", STAC_D945GTP3),
655 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
656 "Intel D945G", STAC_D945GTP3),
657 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
658 "Intel D945G", STAC_D945GTP3),
659 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
660 "Intel D945G", STAC_D945GTP3),
661 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
662 "Intel D945G", STAC_D945GTP3),
663 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
664 "Intel D945G", STAC_D945GTP3),
665 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
666 "Intel D945G", STAC_D945GTP3),
667 /* Intel D945G 5-stack systems */
668 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
669 "Intel D945G", STAC_D945GTP5),
670 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
671 "Intel D945G", STAC_D945GTP5),
672 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
673 "Intel D945G", STAC_D945GTP5),
674 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
675 "Intel D945G", STAC_D945GTP5),
676 /* Intel 945P based systems */
677 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
678 "Intel D945P", STAC_D945GTP3),
679 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
680 "Intel D945P", STAC_D945GTP3),
681 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
682 "Intel D945P", STAC_D945GTP3),
683 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
684 "Intel D945P", STAC_D945GTP3),
685 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
686 "Intel D945P", STAC_D945GTP3),
687 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
688 "Intel D945P", STAC_D945GTP5),
689 /* other systems */
690 /* Apple Mac Mini (early 2006) */
691 SND_PCI_QUIRK(0x8384, 0x7680,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200692 "Mac Mini", STAC_INTEL_MAC_V3),
Takashi Iwai76c08822007-06-19 12:17:42 +0200693 /* Dell */
694 SND_PCI_QUIRK(0x1028, 0x01d7, "Dell XPS M1210", STAC_922X_DELL),
695
Matt Porter403d1942005-11-29 15:00:51 +0100696 {} /* terminator */
697};
698
Matt Porter3cc08dc2006-01-23 15:27:49 +0100699static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200700 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
701 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
702 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
703 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +0100704};
705
Tobin Davis93ed1502006-09-01 21:03:12 +0200706static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +0200707 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
708 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
709 0x40000100, 0x40000100, 0x40000100, 0x40000100,
710 0x40000100, 0x40000100
711};
712
Tobin Davis93ed1502006-09-01 21:03:12 +0200713static unsigned int d965_5st_pin_configs[14] = {
714 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
715 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
716 0x40000100, 0x40000100, 0x40000100, 0x01442070,
717 0x40000100, 0x40000100
718};
719
720static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100721 [STAC_D965_REF] = ref927x_pin_configs,
Tobin Davis93ed1502006-09-01 21:03:12 +0200722 [STAC_D965_3ST] = d965_3st_pin_configs,
723 [STAC_D965_5ST] = d965_5st_pin_configs,
Matt Porter3cc08dc2006-01-23 15:27:49 +0100724};
725
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100726static const char *stac927x_models[STAC_927X_MODELS] = {
727 [STAC_D965_REF] = "ref",
728 [STAC_D965_3ST] = "3stack",
729 [STAC_D965_5ST] = "5stack",
730};
731
732static struct snd_pci_quirk stac927x_cfg_tbl[] = {
733 /* SigmaTel reference board */
734 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
735 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +0200736 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100737 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
738 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +0200739 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100740 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
741 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
742 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
743 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
744 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
745 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
746 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
747 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
748 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
749 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
750 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
751 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
752 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
753 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
754 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
755 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +0200756 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100757 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
758 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
759 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
760 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
761 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
762 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
763 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
764 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
765 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +0100766 {} /* terminator */
767};
768
Matt Porterf3302a52006-07-31 12:49:34 +0200769static unsigned int ref9205_pin_configs[12] = {
770 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matt Porter8b657272006-10-26 17:12:59 +0200771 0x01813122, 0x01a19021, 0x40000100, 0x40000100,
772 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +0200773};
774
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100775static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200776 ref9205_pin_configs,
777};
778
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100779static const char *stac9205_models[STAC_9205_MODELS] = {
780 [STAC_9205_REF] = "ref",
781};
782
783static struct snd_pci_quirk stac9205_cfg_tbl[] = {
784 /* SigmaTel reference board */
785 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
786 "DFI LanParty", STAC_9205_REF),
Matt Porterf3302a52006-07-31 12:49:34 +0200787 {} /* terminator */
788};
789
Richard Fish11b44bb2006-08-23 18:31:34 +0200790static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
791{
792 int i;
793 struct sigmatel_spec *spec = codec->spec;
794
795 if (! spec->bios_pin_configs) {
796 spec->bios_pin_configs = kcalloc(spec->num_pins,
797 sizeof(*spec->bios_pin_configs), GFP_KERNEL);
798 if (! spec->bios_pin_configs)
799 return -ENOMEM;
800 }
801
802 for (i = 0; i < spec->num_pins; i++) {
803 hda_nid_t nid = spec->pin_nids[i];
804 unsigned int pin_cfg;
805
806 pin_cfg = snd_hda_codec_read(codec, nid, 0,
807 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
808 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
809 nid, pin_cfg);
810 spec->bios_pin_configs[i] = pin_cfg;
811 }
812
813 return 0;
814}
815
Matt2f2f4252005-04-13 14:45:30 +0200816static void stac92xx_set_config_regs(struct hda_codec *codec)
817{
818 int i;
819 struct sigmatel_spec *spec = codec->spec;
820 unsigned int pin_cfg;
821
Richard Fish11b44bb2006-08-23 18:31:34 +0200822 if (! spec->pin_nids || ! spec->pin_configs)
823 return;
824
825 for (i = 0; i < spec->num_pins; i++) {
Matt2f2f4252005-04-13 14:45:30 +0200826 snd_hda_codec_write(codec, spec->pin_nids[i], 0,
827 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
828 spec->pin_configs[i] & 0x000000ff);
829 snd_hda_codec_write(codec, spec->pin_nids[i], 0,
830 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
831 (spec->pin_configs[i] & 0x0000ff00) >> 8);
832 snd_hda_codec_write(codec, spec->pin_nids[i], 0,
833 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
834 (spec->pin_configs[i] & 0x00ff0000) >> 16);
835 snd_hda_codec_write(codec, spec->pin_nids[i], 0,
836 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
837 spec->pin_configs[i] >> 24);
838 pin_cfg = snd_hda_codec_read(codec, spec->pin_nids[i], 0,
839 AC_VERB_GET_CONFIG_DEFAULT,
840 0x00);
Matt Porter403d1942005-11-29 15:00:51 +0100841 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n", spec->pin_nids[i], pin_cfg);
Matt2f2f4252005-04-13 14:45:30 +0200842 }
843}
Matt2f2f4252005-04-13 14:45:30 +0200844
Matthew Ranostay92a22be2007-06-19 16:48:28 +0200845static void stac92xx_enable_eapd(struct hda_codec *codec)
846{
847 /* Configure GPIO0 as output */
848 snd_hda_codec_write(codec, codec->afg, 0,
849 AC_VERB_SET_GPIO_DIRECTION, 0x00000001);
850 /* Configure GPIO0 as CMOS */
851 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0x00000000);
852 /* Assert GPIO0 high */
853 snd_hda_codec_write(codec, codec->afg, 0,
854 AC_VERB_SET_GPIO_DATA, 0x00000001);
855 /* Enable GPIO0 */
856 snd_hda_codec_write(codec, codec->afg, 0,
857 AC_VERB_SET_GPIO_MASK, 0x00000001);
858}
859
Matt2f2f4252005-04-13 14:45:30 +0200860/*
861 * Analog playback callbacks
862 */
863static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
864 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100865 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +0200866{
867 struct sigmatel_spec *spec = codec->spec;
868 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream);
869}
870
871static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
872 struct hda_codec *codec,
873 unsigned int stream_tag,
874 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100875 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +0200876{
877 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +0100878 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +0200879}
880
881static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
882 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100883 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +0200884{
885 struct sigmatel_spec *spec = codec->spec;
886 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
887}
888
889/*
Mattdabbed62005-06-14 10:19:34 +0200890 * Digital playback callbacks
891 */
892static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
893 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100894 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +0200895{
896 struct sigmatel_spec *spec = codec->spec;
897 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
898}
899
900static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
901 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100902 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +0200903{
904 struct sigmatel_spec *spec = codec->spec;
905 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
906}
907
Takashi Iwai6b97eb42007-04-05 14:51:48 +0200908static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
909 struct hda_codec *codec,
910 unsigned int stream_tag,
911 unsigned int format,
912 struct snd_pcm_substream *substream)
913{
914 struct sigmatel_spec *spec = codec->spec;
915 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
916 stream_tag, format, substream);
917}
918
Mattdabbed62005-06-14 10:19:34 +0200919
920/*
Matt2f2f4252005-04-13 14:45:30 +0200921 * Analog capture callbacks
922 */
923static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
924 struct hda_codec *codec,
925 unsigned int stream_tag,
926 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100927 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +0200928{
929 struct sigmatel_spec *spec = codec->spec;
930
931 snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
932 stream_tag, 0, format);
933 return 0;
934}
935
936static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
937 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100938 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +0200939{
940 struct sigmatel_spec *spec = codec->spec;
941
942 snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number], 0, 0, 0);
943 return 0;
944}
945
Mattdabbed62005-06-14 10:19:34 +0200946static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
947 .substreams = 1,
948 .channels_min = 2,
949 .channels_max = 2,
950 /* NID is set in stac92xx_build_pcms */
951 .ops = {
952 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +0200953 .close = stac92xx_dig_playback_pcm_close,
954 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +0200955 },
956};
957
958static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
959 .substreams = 1,
960 .channels_min = 2,
961 .channels_max = 2,
962 /* NID is set in stac92xx_build_pcms */
963};
964
Matt2f2f4252005-04-13 14:45:30 +0200965static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
966 .substreams = 1,
967 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +0200968 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +0200969 .nid = 0x02, /* NID to query formats and rates */
970 .ops = {
971 .open = stac92xx_playback_pcm_open,
972 .prepare = stac92xx_playback_pcm_prepare,
973 .cleanup = stac92xx_playback_pcm_cleanup
974 },
975};
976
Matt Porter3cc08dc2006-01-23 15:27:49 +0100977static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
978 .substreams = 1,
979 .channels_min = 2,
980 .channels_max = 2,
981 .nid = 0x06, /* NID to query formats and rates */
982 .ops = {
983 .open = stac92xx_playback_pcm_open,
984 .prepare = stac92xx_playback_pcm_prepare,
985 .cleanup = stac92xx_playback_pcm_cleanup
986 },
987};
988
Matt2f2f4252005-04-13 14:45:30 +0200989static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
990 .substreams = 2,
991 .channels_min = 2,
992 .channels_max = 2,
Matt Porter3cc08dc2006-01-23 15:27:49 +0100993 /* NID is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +0200994 .ops = {
995 .prepare = stac92xx_capture_pcm_prepare,
996 .cleanup = stac92xx_capture_pcm_cleanup
997 },
998};
999
1000static int stac92xx_build_pcms(struct hda_codec *codec)
1001{
1002 struct sigmatel_spec *spec = codec->spec;
1003 struct hda_pcm *info = spec->pcm_rec;
1004
1005 codec->num_pcms = 1;
1006 codec->pcm_info = info;
1007
Mattc7d4b2f2005-06-27 14:59:41 +02001008 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02001009 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02001010 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01001011 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
1012
1013 if (spec->alt_switch) {
1014 codec->num_pcms++;
1015 info++;
1016 info->name = "STAC92xx Analog Alt";
1017 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
1018 }
Matt2f2f4252005-04-13 14:45:30 +02001019
Mattdabbed62005-06-14 10:19:34 +02001020 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
1021 codec->num_pcms++;
1022 info++;
1023 info->name = "STAC92xx Digital";
1024 if (spec->multiout.dig_out_nid) {
1025 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
1026 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
1027 }
1028 if (spec->dig_in_nid) {
1029 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
1030 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
1031 }
1032 }
1033
Matt2f2f4252005-04-13 14:45:30 +02001034 return 0;
1035}
1036
Takashi Iwaic960a032006-03-23 17:06:28 +01001037static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
1038{
1039 unsigned int pincap = snd_hda_param_read(codec, nid,
1040 AC_PAR_PIN_CAP);
1041 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
1042 if (pincap & AC_PINCAP_VREF_100)
1043 return AC_PINCTL_VREF_100;
1044 if (pincap & AC_PINCAP_VREF_80)
1045 return AC_PINCTL_VREF_80;
1046 if (pincap & AC_PINCAP_VREF_50)
1047 return AC_PINCTL_VREF_50;
1048 if (pincap & AC_PINCAP_VREF_GRD)
1049 return AC_PINCTL_VREF_GRD;
1050 return 0;
1051}
1052
Matt Porter403d1942005-11-29 15:00:51 +01001053static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
1054
1055{
1056 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
1057}
1058
1059static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
1060{
1061 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
1062 uinfo->count = 1;
1063 uinfo->value.integer.min = 0;
1064 uinfo->value.integer.max = 1;
1065 return 0;
1066}
1067
1068static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1069{
1070 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1071 struct sigmatel_spec *spec = codec->spec;
1072 int io_idx = kcontrol-> private_value & 0xff;
1073
1074 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
1075 return 0;
1076}
1077
1078static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
1079{
1080 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1081 struct sigmatel_spec *spec = codec->spec;
1082 hda_nid_t nid = kcontrol->private_value >> 8;
1083 int io_idx = kcontrol-> private_value & 0xff;
1084 unsigned short val = ucontrol->value.integer.value[0];
1085
1086 spec->io_switch[io_idx] = val;
1087
1088 if (val)
1089 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01001090 else {
1091 unsigned int pinctl = AC_PINCTL_IN_EN;
1092 if (io_idx) /* set VREF for mic */
1093 pinctl |= stac92xx_get_vref(codec, nid);
1094 stac92xx_auto_set_pinctl(codec, nid, pinctl);
1095 }
Matt Porter403d1942005-11-29 15:00:51 +01001096 return 1;
1097}
1098
1099#define STAC_CODEC_IO_SWITCH(xname, xpval) \
1100 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1101 .name = xname, \
1102 .index = 0, \
1103 .info = stac92xx_io_switch_info, \
1104 .get = stac92xx_io_switch_get, \
1105 .put = stac92xx_io_switch_put, \
1106 .private_value = xpval, \
1107 }
1108
1109
Mattc7d4b2f2005-06-27 14:59:41 +02001110enum {
1111 STAC_CTL_WIDGET_VOL,
1112 STAC_CTL_WIDGET_MUTE,
Matt Porter403d1942005-11-29 15:00:51 +01001113 STAC_CTL_WIDGET_IO_SWITCH,
Mattc7d4b2f2005-06-27 14:59:41 +02001114};
1115
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01001116static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02001117 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
1118 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matt Porter403d1942005-11-29 15:00:51 +01001119 STAC_CODEC_IO_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02001120};
1121
1122/* add dynamic controls */
1123static int stac92xx_add_control(struct sigmatel_spec *spec, int type, const char *name, unsigned long val)
1124{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01001125 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02001126
1127 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
1128 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
1129
1130 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL); /* array + terminator */
1131 if (! knew)
1132 return -ENOMEM;
1133 if (spec->kctl_alloc) {
1134 memcpy(knew, spec->kctl_alloc, sizeof(*knew) * spec->num_kctl_alloc);
1135 kfree(spec->kctl_alloc);
1136 }
1137 spec->kctl_alloc = knew;
1138 spec->num_kctl_alloc = num;
1139 }
1140
1141 knew = &spec->kctl_alloc[spec->num_kctl_used];
1142 *knew = stac92xx_control_templates[type];
Takashi Iwai82fe0c52005-06-30 10:54:33 +02001143 knew->name = kstrdup(name, GFP_KERNEL);
Mattc7d4b2f2005-06-27 14:59:41 +02001144 if (! knew->name)
1145 return -ENOMEM;
1146 knew->private_value = val;
1147 spec->num_kctl_used++;
1148 return 0;
1149}
1150
Matt Porter403d1942005-11-29 15:00:51 +01001151/* flag inputs as additional dynamic lineouts */
1152static int stac92xx_add_dyn_out_pins(struct hda_codec *codec, struct auto_pin_cfg *cfg)
1153{
1154 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02001155 unsigned int wcaps, wtype;
1156 int i, num_dacs = 0;
1157
1158 /* use the wcaps cache to count all DACs available for line-outs */
1159 for (i = 0; i < codec->num_nodes; i++) {
1160 wcaps = codec->wcaps[i];
1161 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
1162 if (wtype == AC_WID_AUD_OUT && !(wcaps & AC_WCAP_DIGITAL))
1163 num_dacs++;
1164 }
Matt Porter403d1942005-11-29 15:00:51 +01001165
Steve Longerbeam7b043892007-05-03 20:50:03 +02001166 snd_printdd("%s: total dac count=%d\n", __func__, num_dacs);
1167
Matt Porter403d1942005-11-29 15:00:51 +01001168 switch (cfg->line_outs) {
1169 case 3:
1170 /* add line-in as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02001171 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 3) {
Matt Porter403d1942005-11-29 15:00:51 +01001172 cfg->line_out_pins[3] = cfg->input_pins[AUTO_PIN_LINE];
1173 spec->line_switch = 1;
1174 cfg->line_outs++;
1175 }
1176 break;
1177 case 2:
1178 /* add line-in as clfe and mic as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02001179 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 2) {
Matt Porter403d1942005-11-29 15:00:51 +01001180 cfg->line_out_pins[2] = cfg->input_pins[AUTO_PIN_LINE];
1181 spec->line_switch = 1;
1182 cfg->line_outs++;
1183 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02001184 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 3) {
Matt Porter403d1942005-11-29 15:00:51 +01001185 cfg->line_out_pins[3] = cfg->input_pins[AUTO_PIN_MIC];
1186 spec->mic_switch = 1;
1187 cfg->line_outs++;
1188 }
1189 break;
1190 case 1:
1191 /* add line-in as surr and mic as clfe */
Steve Longerbeam7b043892007-05-03 20:50:03 +02001192 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 1) {
Matt Porter403d1942005-11-29 15:00:51 +01001193 cfg->line_out_pins[1] = cfg->input_pins[AUTO_PIN_LINE];
1194 spec->line_switch = 1;
1195 cfg->line_outs++;
1196 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02001197 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 2) {
Matt Porter403d1942005-11-29 15:00:51 +01001198 cfg->line_out_pins[2] = cfg->input_pins[AUTO_PIN_MIC];
1199 spec->mic_switch = 1;
1200 cfg->line_outs++;
1201 }
1202 break;
1203 }
1204
1205 return 0;
1206}
1207
Steve Longerbeam7b043892007-05-03 20:50:03 +02001208
1209static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
1210{
1211 int i;
1212
1213 for (i = 0; i < spec->multiout.num_dacs; i++) {
1214 if (spec->multiout.dac_nids[i] == nid)
1215 return 1;
1216 }
1217
1218 return 0;
1219}
1220
Matt Porter3cc08dc2006-01-23 15:27:49 +01001221/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02001222 * Fill in the dac_nids table from the parsed pin configuration
1223 * This function only works when every pin in line_out_pins[]
1224 * contains atleast one DAC in its connection list. Some 92xx
1225 * codecs are not connected directly to a DAC, such as the 9200
1226 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01001227 */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001228static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec,
Takashi Iwaidf802952007-07-02 19:18:00 +02001229 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02001230{
1231 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02001232 int i, j, conn_len = 0;
1233 hda_nid_t nid, conn[HDA_MAX_CONNECTIONS];
1234 unsigned int wcaps, wtype;
1235
Mattc7d4b2f2005-06-27 14:59:41 +02001236 for (i = 0; i < cfg->line_outs; i++) {
1237 nid = cfg->line_out_pins[i];
Steve Longerbeam7b043892007-05-03 20:50:03 +02001238 conn_len = snd_hda_get_connections(codec, nid, conn,
1239 HDA_MAX_CONNECTIONS);
1240 for (j = 0; j < conn_len; j++) {
1241 wcaps = snd_hda_param_read(codec, conn[j],
1242 AC_PAR_AUDIO_WIDGET_CAP);
1243 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
1244
1245 if (wtype != AC_WID_AUD_OUT ||
1246 (wcaps & AC_WCAP_DIGITAL))
1247 continue;
1248 /* conn[j] is a DAC routed to this line-out */
1249 if (!is_in_dac_nids(spec, conn[j]))
1250 break;
1251 }
1252
1253 if (j == conn_len) {
Takashi Iwaidf802952007-07-02 19:18:00 +02001254 if (spec->multiout.num_dacs > 0) {
1255 /* we have already working output pins,
1256 * so let's drop the broken ones again
1257 */
1258 cfg->line_outs = spec->multiout.num_dacs;
1259 break;
1260 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02001261 /* error out, no available DAC found */
1262 snd_printk(KERN_ERR
1263 "%s: No available DAC for pin 0x%x\n",
1264 __func__, nid);
1265 return -ENODEV;
1266 }
1267
1268 spec->multiout.dac_nids[i] = conn[j];
1269 spec->multiout.num_dacs++;
1270 if (conn_len > 1) {
1271 /* select this DAC in the pin's input mux */
1272 snd_hda_codec_write(codec, nid, 0,
1273 AC_VERB_SET_CONNECT_SEL, j);
1274
1275 }
Mattc7d4b2f2005-06-27 14:59:41 +02001276 }
1277
Steve Longerbeam7b043892007-05-03 20:50:03 +02001278 snd_printd("dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
1279 spec->multiout.num_dacs,
1280 spec->multiout.dac_nids[0],
1281 spec->multiout.dac_nids[1],
1282 spec->multiout.dac_nids[2],
1283 spec->multiout.dac_nids[3],
1284 spec->multiout.dac_nids[4]);
Mattc7d4b2f2005-06-27 14:59:41 +02001285 return 0;
1286}
1287
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001288/* create volume control/switch for the given prefx type */
1289static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
1290{
1291 char name[32];
1292 int err;
1293
1294 sprintf(name, "%s Playback Volume", pfx);
1295 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
1296 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
1297 if (err < 0)
1298 return err;
1299 sprintf(name, "%s Playback Switch", pfx);
1300 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
1301 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
1302 if (err < 0)
1303 return err;
1304 return 0;
1305}
1306
Mattc7d4b2f2005-06-27 14:59:41 +02001307/* add playback controls from the parsed DAC table */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001308static int stac92xx_auto_create_multi_out_ctls(struct sigmatel_spec *spec,
1309 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02001310{
Takashi Iwai19039bd2006-06-28 15:52:16 +02001311 static const char *chname[4] = {
1312 "Front", "Surround", NULL /*CLFE*/, "Side"
1313 };
Mattc7d4b2f2005-06-27 14:59:41 +02001314 hda_nid_t nid;
1315 int i, err;
1316
1317 for (i = 0; i < cfg->line_outs; i++) {
Matt Porter403d1942005-11-29 15:00:51 +01001318 if (!spec->multiout.dac_nids[i])
Mattc7d4b2f2005-06-27 14:59:41 +02001319 continue;
1320
1321 nid = spec->multiout.dac_nids[i];
1322
1323 if (i == 2) {
1324 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001325 err = create_controls(spec, "Center", nid, 1);
1326 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02001327 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001328 err = create_controls(spec, "LFE", nid, 2);
1329 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02001330 return err;
1331 } else {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001332 err = create_controls(spec, chname[i], nid, 3);
1333 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02001334 return err;
1335 }
1336 }
1337
Matt Porter403d1942005-11-29 15:00:51 +01001338 if (spec->line_switch)
1339 if ((err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH, "Line In as Output Switch", cfg->input_pins[AUTO_PIN_LINE] << 8)) < 0)
1340 return err;
1341
1342 if (spec->mic_switch)
1343 if ((err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH, "Mic as Output Switch", (cfg->input_pins[AUTO_PIN_MIC] << 8) | 1)) < 0)
1344 return err;
1345
Mattc7d4b2f2005-06-27 14:59:41 +02001346 return 0;
1347}
1348
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001349static int check_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
1350{
Steve Longerbeam7b043892007-05-03 20:50:03 +02001351 if (is_in_dac_nids(spec, nid))
1352 return 1;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001353 if (spec->multiout.hp_nid == nid)
1354 return 1;
1355 return 0;
1356}
1357
1358static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
1359{
1360 if (!spec->multiout.hp_nid)
1361 spec->multiout.hp_nid = nid;
1362 else if (spec->multiout.num_dacs > 4) {
1363 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
1364 return 1;
1365 } else {
1366 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
1367 spec->multiout.num_dacs++;
1368 }
1369 return 0;
1370}
1371
1372/* add playback controls for Speaker and HP outputs */
1373static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
1374 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02001375{
1376 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02001377 hda_nid_t nid;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001378 int i, old_num_dacs, err;
Mattc7d4b2f2005-06-27 14:59:41 +02001379
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001380 old_num_dacs = spec->multiout.num_dacs;
1381 for (i = 0; i < cfg->hp_outs; i++) {
1382 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
1383 if (wid_caps & AC_WCAP_UNSOL_CAP)
1384 spec->hp_detect = 1;
1385 nid = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
1386 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
1387 if (check_in_dac_nids(spec, nid))
1388 nid = 0;
1389 if (! nid)
Mattc7d4b2f2005-06-27 14:59:41 +02001390 continue;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001391 add_spec_dacs(spec, nid);
1392 }
1393 for (i = 0; i < cfg->speaker_outs; i++) {
Steve Longerbeam7b043892007-05-03 20:50:03 +02001394 nid = snd_hda_codec_read(codec, cfg->speaker_pins[i], 0,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001395 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
1396 if (check_in_dac_nids(spec, nid))
1397 nid = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001398 if (! nid)
1399 continue;
1400 add_spec_dacs(spec, nid);
Mattc7d4b2f2005-06-27 14:59:41 +02001401 }
Matthew Ranostay1b290a52007-07-12 15:17:34 +02001402 for (i = 0; i < cfg->line_outs; i++) {
1403 nid = snd_hda_codec_read(codec, cfg->line_out_pins[i], 0,
1404 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
1405 if (check_in_dac_nids(spec, nid))
1406 nid = 0;
1407 if (! nid)
1408 continue;
1409 add_spec_dacs(spec, nid);
1410 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001411 for (i = old_num_dacs; i < spec->multiout.num_dacs; i++) {
1412 static const char *pfxs[] = {
1413 "Speaker", "External Speaker", "Speaker2",
1414 };
1415 err = create_controls(spec, pfxs[i - old_num_dacs],
1416 spec->multiout.dac_nids[i], 3);
1417 if (err < 0)
1418 return err;
1419 }
1420 if (spec->multiout.hp_nid) {
1421 const char *pfx;
1422 if (old_num_dacs == spec->multiout.num_dacs)
1423 pfx = "Master";
1424 else
1425 pfx = "Headphone";
1426 err = create_controls(spec, pfx, spec->multiout.hp_nid, 3);
1427 if (err < 0)
1428 return err;
1429 }
Mattc7d4b2f2005-06-27 14:59:41 +02001430
1431 return 0;
1432}
1433
Matt Porter8b657272006-10-26 17:12:59 +02001434/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01001435static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02001436 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
1437 "Digital Mic 3", "Digital Mic 4"
1438};
1439
1440/* create playback/capture controls for input pins on dmic capable codecs */
1441static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
1442 const struct auto_pin_cfg *cfg)
1443{
1444 struct sigmatel_spec *spec = codec->spec;
1445 struct hda_input_mux *dimux = &spec->private_dimux;
1446 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
1447 int i, j;
1448
1449 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
1450 dimux->items[dimux->num_items].index = 0;
1451 dimux->num_items++;
1452
1453 for (i = 0; i < spec->num_dmics; i++) {
1454 int index;
1455 int num_cons;
1456 unsigned int def_conf;
1457
1458 def_conf = snd_hda_codec_read(codec,
1459 spec->dmic_nids[i],
1460 0,
1461 AC_VERB_GET_CONFIG_DEFAULT,
1462 0);
1463 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
1464 continue;
1465
1466 num_cons = snd_hda_get_connections(codec,
1467 spec->dmux_nid,
1468 con_lst,
1469 HDA_MAX_NUM_INPUTS);
1470 for (j = 0; j < num_cons; j++)
1471 if (con_lst[j] == spec->dmic_nids[i]) {
1472 index = j;
1473 goto found;
1474 }
1475 continue;
1476found:
1477 dimux->items[dimux->num_items].label =
1478 stac92xx_dmic_labels[dimux->num_items];
1479 dimux->items[dimux->num_items].index = index;
1480 dimux->num_items++;
1481 }
1482
1483 return 0;
1484}
1485
Mattc7d4b2f2005-06-27 14:59:41 +02001486/* create playback/capture controls for input pins */
1487static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
1488{
1489 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02001490 struct hda_input_mux *imux = &spec->private_imux;
1491 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
1492 int i, j, k;
1493
1494 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02001495 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02001496
Takashi Iwai314634b2006-09-21 11:56:18 +02001497 if (!cfg->input_pins[i])
1498 continue;
1499 index = -1;
1500 for (j = 0; j < spec->num_muxes; j++) {
1501 int num_cons;
1502 num_cons = snd_hda_get_connections(codec,
1503 spec->mux_nids[j],
1504 con_lst,
1505 HDA_MAX_NUM_INPUTS);
1506 for (k = 0; k < num_cons; k++)
1507 if (con_lst[k] == cfg->input_pins[i]) {
1508 index = k;
1509 goto found;
1510 }
Mattc7d4b2f2005-06-27 14:59:41 +02001511 }
Takashi Iwai314634b2006-09-21 11:56:18 +02001512 continue;
1513 found:
1514 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
1515 imux->items[imux->num_items].index = index;
1516 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02001517 }
1518
Steve Longerbeam7b043892007-05-03 20:50:03 +02001519 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02001520 /*
1521 * Set the current input for the muxes.
1522 * The STAC9221 has two input muxes with identical source
1523 * NID lists. Hopefully this won't get confused.
1524 */
1525 for (i = 0; i < spec->num_muxes; i++) {
1526 snd_hda_codec_write(codec, spec->mux_nids[i], 0,
1527 AC_VERB_SET_CONNECT_SEL,
1528 imux->items[0].index);
1529 }
1530 }
1531
Mattc7d4b2f2005-06-27 14:59:41 +02001532 return 0;
1533}
1534
Mattc7d4b2f2005-06-27 14:59:41 +02001535static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
1536{
1537 struct sigmatel_spec *spec = codec->spec;
1538 int i;
1539
1540 for (i = 0; i < spec->autocfg.line_outs; i++) {
1541 hda_nid_t nid = spec->autocfg.line_out_pins[i];
1542 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
1543 }
1544}
1545
1546static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
1547{
1548 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001549 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02001550
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001551 for (i = 0; i < spec->autocfg.hp_outs; i++) {
1552 hda_nid_t pin;
1553 pin = spec->autocfg.hp_pins[i];
1554 if (pin) /* connect to front */
1555 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
1556 }
1557 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
1558 hda_nid_t pin;
1559 pin = spec->autocfg.speaker_pins[i];
1560 if (pin) /* connect to front */
1561 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
1562 }
Mattc7d4b2f2005-06-27 14:59:41 +02001563}
1564
Matt Porter3cc08dc2006-01-23 15:27:49 +01001565static 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 +02001566{
1567 struct sigmatel_spec *spec = codec->spec;
1568 int err;
1569
Matt Porter8b657272006-10-26 17:12:59 +02001570 if ((err = snd_hda_parse_pin_def_config(codec,
1571 &spec->autocfg,
1572 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02001573 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01001574 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01001575 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02001576
Matt Porter403d1942005-11-29 15:00:51 +01001577 if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0)
1578 return err;
Takashi Iwai19039bd2006-06-28 15:52:16 +02001579 if (spec->multiout.num_dacs == 0)
1580 if ((err = stac92xx_auto_fill_dac_nids(codec, &spec->autocfg)) < 0)
1581 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001582
1583 if ((err = stac92xx_auto_create_multi_out_ctls(spec, &spec->autocfg)) < 0 ||
1584 (err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg)) < 0 ||
1585 (err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
1586 return err;
1587
Matt Porter8b657272006-10-26 17:12:59 +02001588 if (spec->num_dmics > 0)
1589 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
1590 &spec->autocfg)) < 0)
1591 return err;
1592
Mattc7d4b2f2005-06-27 14:59:41 +02001593 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01001594 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02001595 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02001596
Takashi Iwai82bc9552006-03-21 11:24:42 +01001597 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01001598 spec->multiout.dig_out_nid = dig_out;
Takashi Iwai82bc9552006-03-21 11:24:42 +01001599 if (spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01001600 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02001601
1602 if (spec->kctl_alloc)
1603 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
1604
1605 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02001606 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02001607
1608 return 1;
1609}
1610
Takashi Iwai82bc9552006-03-21 11:24:42 +01001611/* add playback controls for HP output */
1612static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
1613 struct auto_pin_cfg *cfg)
1614{
1615 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001616 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01001617 unsigned int wid_caps;
1618
1619 if (! pin)
1620 return 0;
1621
1622 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02001623 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01001624 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01001625
1626 return 0;
1627}
1628
Richard Fish160ea0d2006-09-06 13:58:25 +02001629/* add playback controls for LFE output */
1630static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
1631 struct auto_pin_cfg *cfg)
1632{
1633 struct sigmatel_spec *spec = codec->spec;
1634 int err;
1635 hda_nid_t lfe_pin = 0x0;
1636 int i;
1637
1638 /*
1639 * search speaker outs and line outs for a mono speaker pin
1640 * with an amp. If one is found, add LFE controls
1641 * for it.
1642 */
1643 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
1644 hda_nid_t pin = spec->autocfg.speaker_pins[i];
1645 unsigned long wcaps = get_wcaps(codec, pin);
1646 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
1647 if (wcaps == AC_WCAP_OUT_AMP)
1648 /* found a mono speaker with an amp, must be lfe */
1649 lfe_pin = pin;
1650 }
1651
1652 /* if speaker_outs is 0, then speakers may be in line_outs */
1653 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
1654 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
1655 hda_nid_t pin = spec->autocfg.line_out_pins[i];
1656 unsigned long cfg;
1657 cfg = snd_hda_codec_read(codec, pin, 0,
1658 AC_VERB_GET_CONFIG_DEFAULT,
1659 0x00);
1660 if (get_defcfg_device(cfg) == AC_JACK_SPEAKER) {
1661 unsigned long wcaps = get_wcaps(codec, pin);
1662 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
1663 if (wcaps == AC_WCAP_OUT_AMP)
1664 /* found a mono speaker with an amp,
1665 must be lfe */
1666 lfe_pin = pin;
1667 }
1668 }
1669 }
1670
1671 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001672 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02001673 if (err < 0)
1674 return err;
1675 }
1676
1677 return 0;
1678}
1679
Mattc7d4b2f2005-06-27 14:59:41 +02001680static int stac9200_parse_auto_config(struct hda_codec *codec)
1681{
1682 struct sigmatel_spec *spec = codec->spec;
1683 int err;
1684
Kailang Yangdf694da2005-12-05 19:42:22 +01001685 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02001686 return err;
1687
1688 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
1689 return err;
1690
Takashi Iwai82bc9552006-03-21 11:24:42 +01001691 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
1692 return err;
1693
Richard Fish160ea0d2006-09-06 13:58:25 +02001694 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
1695 return err;
1696
Takashi Iwai82bc9552006-03-21 11:24:42 +01001697 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02001698 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01001699 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02001700 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02001701
1702 if (spec->kctl_alloc)
1703 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
1704
1705 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02001706 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02001707
1708 return 1;
1709}
1710
Sam Revitch62fe78e2006-05-10 15:09:17 +02001711/*
1712 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
1713 * funky external mute control using GPIO pins.
1714 */
1715
1716static void stac922x_gpio_mute(struct hda_codec *codec, int pin, int muted)
1717{
1718 unsigned int gpiostate, gpiomask, gpiodir;
1719
1720 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
1721 AC_VERB_GET_GPIO_DATA, 0);
1722
1723 if (!muted)
1724 gpiostate |= (1 << pin);
1725 else
1726 gpiostate &= ~(1 << pin);
1727
1728 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
1729 AC_VERB_GET_GPIO_MASK, 0);
1730 gpiomask |= (1 << pin);
1731
1732 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
1733 AC_VERB_GET_GPIO_DIRECTION, 0);
1734 gpiodir |= (1 << pin);
1735
1736 /* AppleHDA seems to do this -- WTF is this verb?? */
1737 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
1738
1739 snd_hda_codec_write(codec, codec->afg, 0,
1740 AC_VERB_SET_GPIO_MASK, gpiomask);
1741 snd_hda_codec_write(codec, codec->afg, 0,
1742 AC_VERB_SET_GPIO_DIRECTION, gpiodir);
1743
1744 msleep(1);
1745
1746 snd_hda_codec_write(codec, codec->afg, 0,
1747 AC_VERB_SET_GPIO_DATA, gpiostate);
1748}
1749
Takashi Iwai314634b2006-09-21 11:56:18 +02001750static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
1751 unsigned int event)
1752{
1753 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP)
1754 snd_hda_codec_write(codec, nid, 0,
1755 AC_VERB_SET_UNSOLICITED_ENABLE,
1756 (AC_USRSP_EN | event));
1757}
1758
Mattc7d4b2f2005-06-27 14:59:41 +02001759static int stac92xx_init(struct hda_codec *codec)
1760{
1761 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01001762 struct auto_pin_cfg *cfg = &spec->autocfg;
1763 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02001764
Mattc7d4b2f2005-06-27 14:59:41 +02001765 snd_hda_sequence_write(codec, spec->init);
1766
Takashi Iwai82bc9552006-03-21 11:24:42 +01001767 /* set up pins */
1768 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02001769 /* Enable unsolicited responses on the HP widget */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001770 for (i = 0; i < cfg->hp_outs; i++)
Takashi Iwai314634b2006-09-21 11:56:18 +02001771 enable_pin_detect(codec, cfg->hp_pins[i],
1772 STAC_HP_EVENT);
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01001773 /* force to enable the first line-out; the others are set up
1774 * in unsol_event
1775 */
1776 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
1777 AC_PINCTL_OUT_EN);
Takashi Iwaieb995a82006-09-21 14:28:21 +02001778 stac92xx_auto_init_hp_out(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01001779 /* fake event to set up pins */
1780 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
1781 } else {
1782 stac92xx_auto_init_multi_out(codec);
1783 stac92xx_auto_init_hp_out(codec);
1784 }
1785 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01001786 hda_nid_t nid = cfg->input_pins[i];
1787 if (nid) {
1788 unsigned int pinctl = AC_PINCTL_IN_EN;
1789 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC)
1790 pinctl |= stac92xx_get_vref(codec, nid);
1791 stac92xx_auto_set_pinctl(codec, nid, pinctl);
1792 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01001793 }
Matt Porter8b657272006-10-26 17:12:59 +02001794 if (spec->num_dmics > 0)
1795 for (i = 0; i < spec->num_dmics; i++)
1796 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
1797 AC_PINCTL_IN_EN);
1798
Takashi Iwai82bc9552006-03-21 11:24:42 +01001799 if (cfg->dig_out_pin)
1800 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
1801 AC_PINCTL_OUT_EN);
1802 if (cfg->dig_in_pin)
1803 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
1804 AC_PINCTL_IN_EN);
1805
Sam Revitch62fe78e2006-05-10 15:09:17 +02001806 if (spec->gpio_mute) {
1807 stac922x_gpio_mute(codec, 0, 0);
1808 stac922x_gpio_mute(codec, 1, 0);
1809 }
1810
Mattc7d4b2f2005-06-27 14:59:41 +02001811 return 0;
1812}
1813
Matt2f2f4252005-04-13 14:45:30 +02001814static void stac92xx_free(struct hda_codec *codec)
1815{
Mattc7d4b2f2005-06-27 14:59:41 +02001816 struct sigmatel_spec *spec = codec->spec;
1817 int i;
1818
1819 if (! spec)
1820 return;
1821
1822 if (spec->kctl_alloc) {
1823 for (i = 0; i < spec->num_kctl_used; i++)
1824 kfree(spec->kctl_alloc[i].name);
1825 kfree(spec->kctl_alloc);
1826 }
1827
Richard Fish11b44bb2006-08-23 18:31:34 +02001828 if (spec->bios_pin_configs)
1829 kfree(spec->bios_pin_configs);
1830
Mattc7d4b2f2005-06-27 14:59:41 +02001831 kfree(spec);
Matt2f2f4252005-04-13 14:45:30 +02001832}
1833
Matt4e550962005-07-04 17:51:39 +02001834static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
1835 unsigned int flag)
1836{
1837 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
1838 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02001839
Takashi Iwaif9acba42007-05-29 18:01:06 +02001840 if (pin_ctl & AC_PINCTL_IN_EN) {
1841 /*
1842 * we need to check the current set-up direction of
1843 * shared input pins since they can be switched via
1844 * "xxx as Output" mixer switch
1845 */
1846 struct sigmatel_spec *spec = codec->spec;
1847 struct auto_pin_cfg *cfg = &spec->autocfg;
1848 if ((nid == cfg->input_pins[AUTO_PIN_LINE] &&
1849 spec->line_switch) ||
1850 (nid == cfg->input_pins[AUTO_PIN_MIC] &&
1851 spec->mic_switch))
1852 return;
1853 }
1854
Steve Longerbeam7b043892007-05-03 20:50:03 +02001855 /* if setting pin direction bits, clear the current
1856 direction bits first */
1857 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
1858 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
1859
Matt4e550962005-07-04 17:51:39 +02001860 snd_hda_codec_write(codec, nid, 0,
1861 AC_VERB_SET_PIN_WIDGET_CONTROL,
1862 pin_ctl | flag);
1863}
1864
1865static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
1866 unsigned int flag)
1867{
1868 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
1869 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
1870 snd_hda_codec_write(codec, nid, 0,
1871 AC_VERB_SET_PIN_WIDGET_CONTROL,
1872 pin_ctl & ~flag);
1873}
1874
Takashi Iwai314634b2006-09-21 11:56:18 +02001875static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
1876{
1877 if (!nid)
1878 return 0;
1879 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
1880 & (1 << 31))
1881 return 1;
1882 return 0;
1883}
1884
1885static void stac92xx_hp_detect(struct hda_codec *codec, unsigned int res)
Matt4e550962005-07-04 17:51:39 +02001886{
1887 struct sigmatel_spec *spec = codec->spec;
1888 struct auto_pin_cfg *cfg = &spec->autocfg;
1889 int i, presence;
1890
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001891 presence = 0;
1892 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02001893 presence = get_pin_presence(codec, cfg->hp_pins[i]);
1894 if (presence)
1895 break;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001896 }
Matt4e550962005-07-04 17:51:39 +02001897
1898 if (presence) {
1899 /* disable lineouts, enable hp */
1900 for (i = 0; i < cfg->line_outs; i++)
1901 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
1902 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001903 for (i = 0; i < cfg->speaker_outs; i++)
1904 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
1905 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02001906 } else {
1907 /* enable lineouts, disable hp */
1908 for (i = 0; i < cfg->line_outs; i++)
1909 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
1910 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02001911 for (i = 0; i < cfg->speaker_outs; i++)
1912 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
1913 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02001914 }
1915}
1916
Takashi Iwai314634b2006-09-21 11:56:18 +02001917static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
1918{
1919 switch (res >> 26) {
1920 case STAC_HP_EVENT:
1921 stac92xx_hp_detect(codec, res);
1922 break;
1923 }
1924}
1925
Mattff6fdc32005-06-27 15:06:52 +02001926#ifdef CONFIG_PM
1927static int stac92xx_resume(struct hda_codec *codec)
1928{
1929 struct sigmatel_spec *spec = codec->spec;
1930 int i;
1931
1932 stac92xx_init(codec);
Richard Fish11b44bb2006-08-23 18:31:34 +02001933 stac92xx_set_config_regs(codec);
Takashi Iwai5d403b12007-05-03 12:32:29 +02001934 snd_hda_resume_ctls(codec, spec->mixer);
Mattff6fdc32005-06-27 15:06:52 +02001935 for (i = 0; i < spec->num_mixers; i++)
1936 snd_hda_resume_ctls(codec, spec->mixers[i]);
1937 if (spec->multiout.dig_out_nid)
1938 snd_hda_resume_spdif_out(codec);
1939 if (spec->dig_in_nid)
1940 snd_hda_resume_spdif_in(codec);
1941
1942 return 0;
1943}
1944#endif
1945
Matt2f2f4252005-04-13 14:45:30 +02001946static struct hda_codec_ops stac92xx_patch_ops = {
1947 .build_controls = stac92xx_build_controls,
1948 .build_pcms = stac92xx_build_pcms,
1949 .init = stac92xx_init,
1950 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02001951 .unsol_event = stac92xx_unsol_event,
Mattff6fdc32005-06-27 15:06:52 +02001952#ifdef CONFIG_PM
1953 .resume = stac92xx_resume,
1954#endif
Matt2f2f4252005-04-13 14:45:30 +02001955};
1956
1957static int patch_stac9200(struct hda_codec *codec)
1958{
1959 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02001960 int err;
Matt2f2f4252005-04-13 14:45:30 +02001961
Takashi Iwaie560d8d2005-09-09 14:21:46 +02001962 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02001963 if (spec == NULL)
1964 return -ENOMEM;
1965
1966 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02001967 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02001968 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001969 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
1970 stac9200_models,
1971 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02001972 if (spec->board_config < 0) {
1973 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
1974 err = stac92xx_save_bios_config_regs(codec);
1975 if (err < 0) {
1976 stac92xx_free(codec);
1977 return err;
1978 }
1979 spec->pin_configs = spec->bios_pin_configs;
1980 } else {
Matt Porter403d1942005-11-29 15:00:51 +01001981 spec->pin_configs = stac9200_brd_tbl[spec->board_config];
1982 stac92xx_set_config_regs(codec);
1983 }
Matt2f2f4252005-04-13 14:45:30 +02001984
1985 spec->multiout.max_channels = 2;
1986 spec->multiout.num_dacs = 1;
1987 spec->multiout.dac_nids = stac9200_dac_nids;
1988 spec->adc_nids = stac9200_adc_nids;
1989 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02001990 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02001991 spec->num_dmics = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02001992
1993 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02001994 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02001995
1996 err = stac9200_parse_auto_config(codec);
1997 if (err < 0) {
1998 stac92xx_free(codec);
1999 return err;
2000 }
Matt2f2f4252005-04-13 14:45:30 +02002001
2002 codec->patch_ops = stac92xx_patch_ops;
2003
2004 return 0;
2005}
2006
Tobin Davis8e21c342007-01-08 11:04:17 +01002007static int patch_stac925x(struct hda_codec *codec)
2008{
2009 struct sigmatel_spec *spec;
2010 int err;
2011
2012 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2013 if (spec == NULL)
2014 return -ENOMEM;
2015
2016 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02002017 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01002018 spec->pin_nids = stac925x_pin_nids;
2019 spec->board_config = snd_hda_check_board_config(codec, STAC_925x_MODELS,
2020 stac925x_models,
2021 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002022 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01002023 if (spec->board_config < 0) {
Tobin Davis2c11f952007-05-17 09:36:34 +02002024 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
2025 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01002026 err = stac92xx_save_bios_config_regs(codec);
2027 if (err < 0) {
2028 stac92xx_free(codec);
2029 return err;
2030 }
2031 spec->pin_configs = spec->bios_pin_configs;
2032 } else if (stac925x_brd_tbl[spec->board_config] != NULL){
2033 spec->pin_configs = stac925x_brd_tbl[spec->board_config];
2034 stac92xx_set_config_regs(codec);
2035 }
2036
2037 spec->multiout.max_channels = 2;
2038 spec->multiout.num_dacs = 1;
2039 spec->multiout.dac_nids = stac925x_dac_nids;
2040 spec->adc_nids = stac925x_adc_nids;
2041 spec->mux_nids = stac925x_mux_nids;
2042 spec->num_muxes = 1;
Tobin Davis2c11f952007-05-17 09:36:34 +02002043 switch (codec->vendor_id) {
2044 case 0x83847632: /* STAC9202 */
2045 case 0x83847633: /* STAC9202D */
2046 case 0x83847636: /* STAC9251 */
2047 case 0x83847637: /* STAC9251D */
2048 spec->num_dmics = 1;
2049 spec->dmic_nids = stac925x_dmic_nids;
2050 break;
2051 default:
2052 spec->num_dmics = 0;
2053 break;
2054 }
Tobin Davis8e21c342007-01-08 11:04:17 +01002055
2056 spec->init = stac925x_core_init;
2057 spec->mixer = stac925x_mixer;
2058
2059 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002060 if (!err) {
2061 if (spec->board_config < 0) {
2062 printk(KERN_WARNING "hda_codec: No auto-config is "
2063 "available, default to model=ref\n");
2064 spec->board_config = STAC_925x_REF;
2065 goto again;
2066 }
2067 err = -EINVAL;
2068 }
Tobin Davis8e21c342007-01-08 11:04:17 +01002069 if (err < 0) {
2070 stac92xx_free(codec);
2071 return err;
2072 }
2073
2074 codec->patch_ops = stac92xx_patch_ops;
2075
2076 return 0;
2077}
2078
Matt2f2f4252005-04-13 14:45:30 +02002079static int patch_stac922x(struct hda_codec *codec)
2080{
2081 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02002082 int err;
Matt2f2f4252005-04-13 14:45:30 +02002083
Takashi Iwaie560d8d2005-09-09 14:21:46 +02002084 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02002085 if (spec == NULL)
2086 return -ENOMEM;
2087
2088 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02002089 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02002090 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002091 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
2092 stac922x_models,
2093 stac922x_cfg_tbl);
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002094 if (spec->board_config == STAC_INTEL_MAC_V3) {
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002095 spec->gpio_mute = 1;
2096 /* Intel Macs have all same PCI SSID, so we need to check
2097 * codec SSID to distinguish the exact models
2098 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002099 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002100 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002101
2102 case 0x106b0800:
2103 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02002104 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002105 case 0x106b0600:
2106 case 0x106b0700:
2107 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002108 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002109 case 0x106b0e00:
2110 case 0x106b0f00:
2111 case 0x106b1600:
2112 case 0x106b1700:
2113 case 0x106b0200:
2114 case 0x106b1e00:
2115 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002116 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002117 case 0x106b1a00:
2118 case 0x00000100:
2119 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02002120 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002121 case 0x106b0a00:
2122 case 0x106b2200:
2123 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002124 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002125 }
2126 }
2127
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002128 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02002129 if (spec->board_config < 0) {
2130 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
2131 "using BIOS defaults\n");
2132 err = stac92xx_save_bios_config_regs(codec);
2133 if (err < 0) {
2134 stac92xx_free(codec);
2135 return err;
2136 }
2137 spec->pin_configs = spec->bios_pin_configs;
2138 } else if (stac922x_brd_tbl[spec->board_config] != NULL) {
Matt Porter403d1942005-11-29 15:00:51 +01002139 spec->pin_configs = stac922x_brd_tbl[spec->board_config];
2140 stac92xx_set_config_regs(codec);
2141 }
Matt2f2f4252005-04-13 14:45:30 +02002142
Matt2f2f4252005-04-13 14:45:30 +02002143 spec->adc_nids = stac922x_adc_nids;
2144 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002145 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002146 spec->num_dmics = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02002147
2148 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02002149 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02002150
2151 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02002152
Matt Porter3cc08dc2006-01-23 15:27:49 +01002153 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002154 if (!err) {
2155 if (spec->board_config < 0) {
2156 printk(KERN_WARNING "hda_codec: No auto-config is "
2157 "available, default to model=ref\n");
2158 spec->board_config = STAC_D945_REF;
2159 goto again;
2160 }
2161 err = -EINVAL;
2162 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01002163 if (err < 0) {
2164 stac92xx_free(codec);
2165 return err;
2166 }
2167
2168 codec->patch_ops = stac92xx_patch_ops;
2169
Takashi Iwai807a46362007-05-29 19:01:37 +02002170 /* Fix Mux capture level; max to 2 */
2171 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
2172 (0 << AC_AMPCAP_OFFSET_SHIFT) |
2173 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
2174 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
2175 (0 << AC_AMPCAP_MUTE_SHIFT));
2176
Matt Porter3cc08dc2006-01-23 15:27:49 +01002177 return 0;
2178}
2179
2180static int patch_stac927x(struct hda_codec *codec)
2181{
2182 struct sigmatel_spec *spec;
2183 int err;
2184
2185 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2186 if (spec == NULL)
2187 return -ENOMEM;
2188
2189 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02002190 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02002191 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002192 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
2193 stac927x_models,
2194 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002195 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02002196 if (spec->board_config < 0) {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002197 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02002198 err = stac92xx_save_bios_config_regs(codec);
2199 if (err < 0) {
2200 stac92xx_free(codec);
2201 return err;
2202 }
2203 spec->pin_configs = spec->bios_pin_configs;
2204 } else if (stac927x_brd_tbl[spec->board_config] != NULL) {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002205 spec->pin_configs = stac927x_brd_tbl[spec->board_config];
2206 stac92xx_set_config_regs(codec);
2207 }
2208
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002209 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02002210 case STAC_D965_3ST:
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002211 spec->adc_nids = stac927x_adc_nids;
2212 spec->mux_nids = stac927x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002213 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002214 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02002215 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002216 spec->mixer = stac9227_mixer;
2217 break;
Tobin Davis93ed1502006-09-01 21:03:12 +02002218 case STAC_D965_5ST:
2219 spec->adc_nids = stac927x_adc_nids;
2220 spec->mux_nids = stac927x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002221 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002222 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02002223 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002224 spec->mixer = stac9227_mixer;
2225 break;
2226 default:
2227 spec->adc_nids = stac927x_adc_nids;
2228 spec->mux_nids = stac927x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002229 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002230 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002231 spec->init = stac927x_core_init;
2232 spec->mixer = stac927x_mixer;
2233 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01002234
2235 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay92a22be2007-06-19 16:48:28 +02002236 stac92xx_enable_eapd(codec);
2237
Matt Porter3cc08dc2006-01-23 15:27:49 +01002238 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002239 if (!err) {
2240 if (spec->board_config < 0) {
2241 printk(KERN_WARNING "hda_codec: No auto-config is "
2242 "available, default to model=ref\n");
2243 spec->board_config = STAC_D965_REF;
2244 goto again;
2245 }
2246 err = -EINVAL;
2247 }
Mattc7d4b2f2005-06-27 14:59:41 +02002248 if (err < 0) {
2249 stac92xx_free(codec);
2250 return err;
2251 }
Matt2f2f4252005-04-13 14:45:30 +02002252
2253 codec->patch_ops = stac92xx_patch_ops;
2254
Takashi Iwai897cc182007-05-29 19:01:37 +02002255 /* Fix Mux capture level; max to 2 */
2256 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
2257 (0 << AC_AMPCAP_OFFSET_SHIFT) |
2258 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
2259 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
2260 (0 << AC_AMPCAP_MUTE_SHIFT));
2261
Matt2f2f4252005-04-13 14:45:30 +02002262 return 0;
2263}
2264
Matt Porterf3302a52006-07-31 12:49:34 +02002265static int patch_stac9205(struct hda_codec *codec)
2266{
2267 struct sigmatel_spec *spec;
2268 int err;
2269
2270 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2271 if (spec == NULL)
2272 return -ENOMEM;
2273
2274 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02002275 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02002276 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002277 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
2278 stac9205_models,
2279 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002280 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02002281 if (spec->board_config < 0) {
2282 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
2283 err = stac92xx_save_bios_config_regs(codec);
2284 if (err < 0) {
2285 stac92xx_free(codec);
2286 return err;
2287 }
2288 spec->pin_configs = spec->bios_pin_configs;
2289 } else {
Matt Porterf3302a52006-07-31 12:49:34 +02002290 spec->pin_configs = stac9205_brd_tbl[spec->board_config];
2291 stac92xx_set_config_regs(codec);
2292 }
2293
2294 spec->adc_nids = stac9205_adc_nids;
2295 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002296 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002297 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01002298 spec->num_dmics = ARRAY_SIZE(stac9205_dmic_nids);
Matt Porter8b657272006-10-26 17:12:59 +02002299 spec->dmux_nid = 0x1d;
Matt Porterf3302a52006-07-31 12:49:34 +02002300
2301 spec->init = stac9205_core_init;
2302 spec->mixer = stac9205_mixer;
2303
2304 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay92a22be2007-06-19 16:48:28 +02002305 stac92xx_enable_eapd(codec);
Matt Porter33382402006-12-18 13:17:28 +01002306
Matt Porterf3302a52006-07-31 12:49:34 +02002307 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01002308 if (!err) {
2309 if (spec->board_config < 0) {
2310 printk(KERN_WARNING "hda_codec: No auto-config is "
2311 "available, default to model=ref\n");
2312 spec->board_config = STAC_9205_REF;
2313 goto again;
2314 }
2315 err = -EINVAL;
2316 }
Matt Porterf3302a52006-07-31 12:49:34 +02002317 if (err < 0) {
2318 stac92xx_free(codec);
2319 return err;
2320 }
2321
2322 codec->patch_ops = stac92xx_patch_ops;
2323
2324 return 0;
2325}
2326
Matt2f2f4252005-04-13 14:45:30 +02002327/*
Guillaume Munch6d859062006-08-22 17:15:47 +02002328 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01002329 */
2330
Guillaume Munch99ccc562006-08-16 19:35:12 +02002331/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01002332static hda_nid_t vaio_dacs[] = { 0x2 };
2333#define VAIO_HP_DAC 0x5
2334static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
2335static hda_nid_t vaio_mux_nids[] = { 0x15 };
2336
2337static struct hda_input_mux vaio_mux = {
2338 .num_items = 2,
2339 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02002340 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02002341 { "Mic Jack", 0x1 },
2342 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01002343 { "PCM", 0x3 },
2344 }
2345};
2346
2347static struct hda_verb vaio_init[] = {
2348 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
2349 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
2350 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
2351 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
2352 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02002353 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01002354 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
2355 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
2356 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
2357 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
2358 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
2359 {}
2360};
2361
Guillaume Munch6d859062006-08-22 17:15:47 +02002362static struct hda_verb vaio_ar_init[] = {
2363 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
2364 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
2365 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
2366 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
2367/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
2368 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02002369 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Guillaume Munch6d859062006-08-22 17:15:47 +02002370 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
2371 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
2372/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
2373 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
2374 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
2375 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
2376 {}
2377};
2378
Takashi Iwaidb064e52006-03-16 16:04:58 +01002379/* bind volumes of both NID 0x02 and 0x05 */
2380static int vaio_master_vol_put(struct snd_kcontrol *kcontrol,
2381 struct snd_ctl_elem_value *ucontrol)
2382{
2383 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2384 long *valp = ucontrol->value.integer.value;
2385 int change;
2386
2387 change = snd_hda_codec_amp_update(codec, 0x02, 0, HDA_OUTPUT, 0,
2388 0x7f, valp[0] & 0x7f);
2389 change |= snd_hda_codec_amp_update(codec, 0x02, 1, HDA_OUTPUT, 0,
2390 0x7f, valp[1] & 0x7f);
2391 snd_hda_codec_amp_update(codec, 0x05, 0, HDA_OUTPUT, 0,
2392 0x7f, valp[0] & 0x7f);
2393 snd_hda_codec_amp_update(codec, 0x05, 1, HDA_OUTPUT, 0,
2394 0x7f, valp[1] & 0x7f);
2395 return change;
2396}
2397
2398/* bind volumes of both NID 0x02 and 0x05 */
2399static int vaio_master_sw_put(struct snd_kcontrol *kcontrol,
2400 struct snd_ctl_elem_value *ucontrol)
2401{
2402 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2403 long *valp = ucontrol->value.integer.value;
2404 int change;
2405
2406 change = snd_hda_codec_amp_update(codec, 0x02, 0, HDA_OUTPUT, 0,
Takashi Iwaia9393d72006-05-03 11:59:03 +02002407 0x80, (valp[0] ? 0 : 0x80));
Takashi Iwaidb064e52006-03-16 16:04:58 +01002408 change |= snd_hda_codec_amp_update(codec, 0x02, 1, HDA_OUTPUT, 0,
Takashi Iwaia9393d72006-05-03 11:59:03 +02002409 0x80, (valp[1] ? 0 : 0x80));
Takashi Iwaidb064e52006-03-16 16:04:58 +01002410 snd_hda_codec_amp_update(codec, 0x05, 0, HDA_OUTPUT, 0,
Takashi Iwaia9393d72006-05-03 11:59:03 +02002411 0x80, (valp[0] ? 0 : 0x80));
Takashi Iwaidb064e52006-03-16 16:04:58 +01002412 snd_hda_codec_amp_update(codec, 0x05, 1, HDA_OUTPUT, 0,
Takashi Iwaia9393d72006-05-03 11:59:03 +02002413 0x80, (valp[1] ? 0 : 0x80));
Takashi Iwaidb064e52006-03-16 16:04:58 +01002414 return change;
2415}
2416
2417static struct snd_kcontrol_new vaio_mixer[] = {
2418 {
2419 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2420 .name = "Master Playback Volume",
2421 .info = snd_hda_mixer_amp_volume_info,
2422 .get = snd_hda_mixer_amp_volume_get,
2423 .put = vaio_master_vol_put,
Takashi Iwaic2566522006-08-17 18:21:36 +02002424 .tlv = { .c = snd_hda_mixer_amp_tlv },
Takashi Iwaidb064e52006-03-16 16:04:58 +01002425 .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
2426 },
2427 {
2428 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2429 .name = "Master Playback Switch",
2430 .info = snd_hda_mixer_amp_switch_info,
2431 .get = snd_hda_mixer_amp_switch_get,
2432 .put = vaio_master_sw_put,
2433 .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
2434 },
2435 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
2436 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
2437 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
2438 {
2439 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2440 .name = "Capture Source",
2441 .count = 1,
2442 .info = stac92xx_mux_enum_info,
2443 .get = stac92xx_mux_enum_get,
2444 .put = stac92xx_mux_enum_put,
2445 },
2446 {}
2447};
2448
Guillaume Munch6d859062006-08-22 17:15:47 +02002449static struct snd_kcontrol_new vaio_ar_mixer[] = {
2450 {
2451 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2452 .name = "Master Playback Volume",
2453 .info = snd_hda_mixer_amp_volume_info,
2454 .get = snd_hda_mixer_amp_volume_get,
2455 .put = vaio_master_vol_put,
2456 .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
2457 },
2458 {
2459 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2460 .name = "Master Playback Switch",
2461 .info = snd_hda_mixer_amp_switch_info,
2462 .get = snd_hda_mixer_amp_switch_get,
2463 .put = vaio_master_sw_put,
2464 .private_value = HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
2465 },
2466 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
2467 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
2468 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
2469 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
2470 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
2471 {
2472 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2473 .name = "Capture Source",
2474 .count = 1,
2475 .info = stac92xx_mux_enum_info,
2476 .get = stac92xx_mux_enum_get,
2477 .put = stac92xx_mux_enum_put,
2478 },
2479 {}
2480};
2481
2482static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01002483 .build_controls = stac92xx_build_controls,
2484 .build_pcms = stac92xx_build_pcms,
2485 .init = stac92xx_init,
2486 .free = stac92xx_free,
2487#ifdef CONFIG_PM
2488 .resume = stac92xx_resume,
2489#endif
2490};
2491
Guillaume Munch6d859062006-08-22 17:15:47 +02002492enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
2493 CXD9872RD_VAIO,
2494 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
2495 STAC9872AK_VAIO,
2496 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
2497 STAC9872K_VAIO,
2498 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002499 CXD9872AKD_VAIO,
2500 STAC_9872_MODELS,
2501};
Takashi Iwaidb064e52006-03-16 16:04:58 +01002502
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002503static const char *stac9872_models[STAC_9872_MODELS] = {
2504 [CXD9872RD_VAIO] = "vaio",
2505 [CXD9872AKD_VAIO] = "vaio-ar",
2506};
2507
2508static struct snd_pci_quirk stac9872_cfg_tbl[] = {
2509 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
2510 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
2511 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01002512 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01002513 {}
2514};
2515
Guillaume Munch6d859062006-08-22 17:15:47 +02002516static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01002517{
2518 struct sigmatel_spec *spec;
2519 int board_config;
2520
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002521 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
2522 stac9872_models,
2523 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01002524 if (board_config < 0)
2525 /* unknown config, let generic-parser do its job... */
2526 return snd_hda_parse_generic_codec(codec);
2527
2528 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2529 if (spec == NULL)
2530 return -ENOMEM;
2531
2532 codec->spec = spec;
2533 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02002534 case CXD9872RD_VAIO:
2535 case STAC9872AK_VAIO:
2536 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01002537 spec->mixer = vaio_mixer;
2538 spec->init = vaio_init;
2539 spec->multiout.max_channels = 2;
2540 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
2541 spec->multiout.dac_nids = vaio_dacs;
2542 spec->multiout.hp_nid = VAIO_HP_DAC;
2543 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
2544 spec->adc_nids = vaio_adcs;
2545 spec->input_mux = &vaio_mux;
2546 spec->mux_nids = vaio_mux_nids;
2547 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02002548
2549 case CXD9872AKD_VAIO:
2550 spec->mixer = vaio_ar_mixer;
2551 spec->init = vaio_ar_init;
2552 spec->multiout.max_channels = 2;
2553 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
2554 spec->multiout.dac_nids = vaio_dacs;
2555 spec->multiout.hp_nid = VAIO_HP_DAC;
2556 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
2557 spec->adc_nids = vaio_adcs;
2558 spec->input_mux = &vaio_mux;
2559 spec->mux_nids = vaio_mux_nids;
2560 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01002561 }
2562
Guillaume Munch6d859062006-08-22 17:15:47 +02002563 codec->patch_ops = stac9872_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01002564 return 0;
2565}
2566
2567
2568/*
Matt2f2f4252005-04-13 14:45:30 +02002569 * patch entries
2570 */
2571struct hda_codec_preset snd_hda_preset_sigmatel[] = {
2572 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
2573 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
2574 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
2575 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
2576 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
2577 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
2578 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02002579 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
2580 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
2581 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
2582 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
2583 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
2584 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01002585 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
2586 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
2587 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
2588 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
2589 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
2590 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
2591 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
2592 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
2593 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
2594 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01002595 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
2596 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
2597 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
2598 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
2599 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
2600 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Guillaume Munch6d859062006-08-22 17:15:47 +02002601 /* The following does not take into account .id=0x83847661 when subsys =
2602 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
2603 * currently not fully supported.
2604 */
2605 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
2606 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
2607 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02002608 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
2609 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
2610 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
2611 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
2612 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
2613 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
2614 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
2615 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matt2f2f4252005-04-13 14:45:30 +02002616 {} /* terminator */
2617};