ALSA: hda - Fix PCM type of Nvidia HDMI devices
[deliverable/linux.git] / sound / pci / hda / patch_sigmatel.c
CommitLineData
2f2f4251
M
1/*
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.
403d1944 7 * Matt Porter <mporter@embeddedalley.com>
2f2f4251
M
8 *
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
2f2f4251
M
27#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
31#include <sound/core.h>
c7d4b2fa 32#include <sound/asoundef.h>
2f2f4251
M
33#include "hda_codec.h"
34#include "hda_local.h"
3c9a3203 35#include "hda_patch.h"
1cd2224c 36#include "hda_beep.h"
2f2f4251 37
4e55096e 38#define NUM_CONTROL_ALLOC 32
a64135a2
MR
39#define STAC_PWR_EVENT 0x20
40#define STAC_HP_EVENT 0x30
72474be6 41#define STAC_VREF_EVENT 0x40
4e55096e 42
f5fcc13c
TI
43enum {
44 STAC_REF,
bf277785 45 STAC_9200_OQO,
dfe495d0
TI
46 STAC_9200_DELL_D21,
47 STAC_9200_DELL_D22,
48 STAC_9200_DELL_D23,
49 STAC_9200_DELL_M21,
50 STAC_9200_DELL_M22,
51 STAC_9200_DELL_M23,
52 STAC_9200_DELL_M24,
53 STAC_9200_DELL_M25,
54 STAC_9200_DELL_M26,
55 STAC_9200_DELL_M27,
1194b5b7 56 STAC_9200_GATEWAY,
117f257d 57 STAC_9200_PANASONIC,
f5fcc13c
TI
58 STAC_9200_MODELS
59};
60
61enum {
62 STAC_9205_REF,
dfe495d0 63 STAC_9205_DELL_M42,
ae0a8ed8
TD
64 STAC_9205_DELL_M43,
65 STAC_9205_DELL_M44,
f5fcc13c
TI
66 STAC_9205_MODELS
67};
68
e1f0d669
MR
69enum {
70 STAC_92HD73XX_REF,
a7662640 71 STAC_DELL_M6,
e1f0d669
MR
72 STAC_92HD73XX_MODELS
73};
74
d0513fc6
MR
75enum {
76 STAC_92HD83XXX_REF,
77 STAC_92HD83XXX_MODELS
78};
79
e035b841
MR
80enum {
81 STAC_92HD71BXX_REF,
a7662640
MR
82 STAC_DELL_M4_1,
83 STAC_DELL_M4_2,
6a14f585 84 STAC_HP_M4,
e035b841
MR
85 STAC_92HD71BXX_MODELS
86};
87
8e21c34c
TD
88enum {
89 STAC_925x_REF,
90 STAC_M2_2,
91 STAC_MA6,
2c11f955 92 STAC_PA6,
8e21c34c
TD
93 STAC_925x_MODELS
94};
95
f5fcc13c
TI
96enum {
97 STAC_D945_REF,
98 STAC_D945GTP3,
99 STAC_D945GTP5,
5d5d3bc3
IZ
100 STAC_INTEL_MAC_V1,
101 STAC_INTEL_MAC_V2,
102 STAC_INTEL_MAC_V3,
103 STAC_INTEL_MAC_V4,
104 STAC_INTEL_MAC_V5,
536319af
NB
105 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
106 * is given, one of the above models will be
107 * chosen according to the subsystem id. */
dfe495d0 108 /* for backward compatibility */
f5fcc13c 109 STAC_MACMINI,
3fc24d85 110 STAC_MACBOOK,
6f0778d8
NB
111 STAC_MACBOOK_PRO_V1,
112 STAC_MACBOOK_PRO_V2,
f16928fb 113 STAC_IMAC_INTEL,
0dae0f83 114 STAC_IMAC_INTEL_20,
8c650087 115 STAC_ECS_202,
dfe495d0
TI
116 STAC_922X_DELL_D81,
117 STAC_922X_DELL_D82,
118 STAC_922X_DELL_M81,
119 STAC_922X_DELL_M82,
f5fcc13c
TI
120 STAC_922X_MODELS
121};
122
123enum {
124 STAC_D965_REF,
125 STAC_D965_3ST,
126 STAC_D965_5ST,
4ff076e5 127 STAC_DELL_3ST,
8e9068b1 128 STAC_DELL_BIOS,
f5fcc13c
TI
129 STAC_927X_MODELS
130};
403d1944 131
2f2f4251 132struct sigmatel_spec {
c8b6bf9b 133 struct snd_kcontrol_new *mixers[4];
c7d4b2fa
M
134 unsigned int num_mixers;
135
403d1944 136 int board_config;
c7d4b2fa 137 unsigned int surr_switch: 1;
403d1944
MP
138 unsigned int line_switch: 1;
139 unsigned int mic_switch: 1;
3cc08dc6 140 unsigned int alt_switch: 1;
82bc955f 141 unsigned int hp_detect: 1;
00ef50c2 142 unsigned int spdif_mute: 1;
c7d4b2fa 143
4fe5195c 144 /* gpio lines */
0fc9dec4 145 unsigned int eapd_mask;
4fe5195c
MR
146 unsigned int gpio_mask;
147 unsigned int gpio_dir;
148 unsigned int gpio_data;
149 unsigned int gpio_mute;
150
8daaaa97
MR
151 /* stream */
152 unsigned int stream_delay;
153
4fe5195c 154 /* analog loopback */
e1f0d669
MR
155 unsigned char aloopback_mask;
156 unsigned char aloopback_shift;
8259980e 157
a64135a2
MR
158 /* power management */
159 unsigned int num_pwrs;
d0513fc6 160 unsigned int *pwr_mapping;
a64135a2 161 hda_nid_t *pwr_nids;
b76c850f 162 hda_nid_t *dac_list;
a64135a2 163
2f2f4251 164 /* playback */
b22b4821 165 struct hda_input_mux *mono_mux;
89385035 166 struct hda_input_mux *amp_mux;
b22b4821 167 unsigned int cur_mmux;
2f2f4251 168 struct hda_multi_out multiout;
3cc08dc6 169 hda_nid_t dac_nids[5];
2f2f4251
M
170
171 /* capture */
172 hda_nid_t *adc_nids;
2f2f4251 173 unsigned int num_adcs;
dabbed6f
M
174 hda_nid_t *mux_nids;
175 unsigned int num_muxes;
8b65727b
MP
176 hda_nid_t *dmic_nids;
177 unsigned int num_dmics;
e1f0d669 178 hda_nid_t *dmux_nids;
1697055e 179 unsigned int num_dmuxes;
d9737751
MR
180 hda_nid_t *smux_nids;
181 unsigned int num_smuxes;
65973632 182 const char **spdif_labels;
d9737751 183
dabbed6f 184 hda_nid_t dig_in_nid;
b22b4821 185 hda_nid_t mono_nid;
1cd2224c
MR
186 hda_nid_t anabeep_nid;
187 hda_nid_t digbeep_nid;
2f2f4251 188
2f2f4251
M
189 /* pin widgets */
190 hda_nid_t *pin_nids;
191 unsigned int num_pins;
2f2f4251 192 unsigned int *pin_configs;
11b44bbd 193 unsigned int *bios_pin_configs;
2f2f4251
M
194
195 /* codec specific stuff */
196 struct hda_verb *init;
c8b6bf9b 197 struct snd_kcontrol_new *mixer;
2f2f4251
M
198
199 /* capture source */
8b65727b 200 struct hda_input_mux *dinput_mux;
e1f0d669 201 unsigned int cur_dmux[2];
c7d4b2fa 202 struct hda_input_mux *input_mux;
3cc08dc6 203 unsigned int cur_mux[3];
d9737751
MR
204 struct hda_input_mux *sinput_mux;
205 unsigned int cur_smux[2];
2a9c7816
MR
206 unsigned int cur_amux;
207 hda_nid_t *amp_nids;
208 unsigned int num_amps;
8daaaa97 209 unsigned int powerdown_adcs;
2f2f4251 210
403d1944
MP
211 /* i/o switches */
212 unsigned int io_switch[2];
0fb87bb4 213 unsigned int clfe_swap;
7c2ba97b 214 unsigned int hp_switch;
5f10c4a9 215 unsigned int aloopback;
2f2f4251 216
c7d4b2fa
M
217 struct hda_pcm pcm_rec[2]; /* PCM information */
218
219 /* dynamic controls and input_mux */
220 struct auto_pin_cfg autocfg;
221 unsigned int num_kctl_alloc, num_kctl_used;
c8b6bf9b 222 struct snd_kcontrol_new *kctl_alloc;
8b65727b 223 struct hda_input_mux private_dimux;
c7d4b2fa 224 struct hda_input_mux private_imux;
d9737751 225 struct hda_input_mux private_smux;
89385035 226 struct hda_input_mux private_amp_mux;
b22b4821 227 struct hda_input_mux private_mono_mux;
2f2f4251
M
228};
229
230static hda_nid_t stac9200_adc_nids[1] = {
231 0x03,
232};
233
234static hda_nid_t stac9200_mux_nids[1] = {
235 0x0c,
236};
237
238static hda_nid_t stac9200_dac_nids[1] = {
239 0x02,
240};
241
a64135a2
MR
242static hda_nid_t stac92hd73xx_pwr_nids[8] = {
243 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
244 0x0f, 0x10, 0x11
245};
246
0ffa9807
MR
247static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
248 0x26, 0,
249};
250
e1f0d669
MR
251static hda_nid_t stac92hd73xx_adc_nids[2] = {
252 0x1a, 0x1b
253};
254
2a9c7816
MR
255#define DELL_M6_AMP 2
256static hda_nid_t stac92hd73xx_amp_nids[3] = {
257 0x0b, 0x0c, 0x0e
89385035
MR
258};
259
e1f0d669
MR
260#define STAC92HD73XX_NUM_DMICS 2
261static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
262 0x13, 0x14, 0
263};
264
265#define STAC92HD73_DAC_COUNT 5
266static hda_nid_t stac92hd73xx_dac_nids[STAC92HD73_DAC_COUNT] = {
267 0x15, 0x16, 0x17, 0x18, 0x19,
268};
269
270static hda_nid_t stac92hd73xx_mux_nids[4] = {
271 0x28, 0x29, 0x2a, 0x2b,
272};
273
274static hda_nid_t stac92hd73xx_dmux_nids[2] = {
275 0x20, 0x21,
276};
277
d9737751
MR
278static hda_nid_t stac92hd73xx_smux_nids[2] = {
279 0x22, 0x23,
280};
281
d0513fc6
MR
282#define STAC92HD83XXX_NUM_DMICS 2
283static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
284 0x11, 0x12, 0
285};
286
287#define STAC92HD81_DAC_COUNT 2
288#define STAC92HD83_DAC_COUNT 3
289static hda_nid_t stac92hd83xxx_dac_nids[STAC92HD73_DAC_COUNT] = {
290 0x13, 0x14, 0x22,
291};
292
293static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
294 0x17, 0x18,
295};
296
297static hda_nid_t stac92hd83xxx_adc_nids[2] = {
298 0x15, 0x16,
299};
300
301static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
302 0xa, 0xb, 0xd, 0xe,
303};
304
0ffa9807
MR
305static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
306 0x1e, 0,
307};
308
d0513fc6
MR
309static unsigned int stac92hd83xxx_pwr_mapping[4] = {
310 0x03, 0x0c, 0x10, 0x40,
311};
312
a64135a2
MR
313static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
314 0x0a, 0x0d, 0x0f
315};
316
e035b841
MR
317static hda_nid_t stac92hd71bxx_adc_nids[2] = {
318 0x12, 0x13,
319};
320
321static hda_nid_t stac92hd71bxx_mux_nids[2] = {
322 0x1a, 0x1b
323};
324
4b33c767
MR
325static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
326 0x1c, 0x1d,
e1f0d669
MR
327};
328
d9737751
MR
329static hda_nid_t stac92hd71bxx_smux_nids[2] = {
330 0x24, 0x25,
331};
332
aea7bb0a 333static hda_nid_t stac92hd71bxx_dac_nids[1] = {
e035b841
MR
334 0x10, /*0x11, */
335};
336
337#define STAC92HD71BXX_NUM_DMICS 2
338static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
339 0x18, 0x19, 0
340};
341
0ffa9807
MR
342static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
343 0x22, 0
344};
345
8e21c34c
TD
346static hda_nid_t stac925x_adc_nids[1] = {
347 0x03,
348};
349
350static hda_nid_t stac925x_mux_nids[1] = {
351 0x0f,
352};
353
354static hda_nid_t stac925x_dac_nids[1] = {
355 0x02,
356};
357
f6e9852a
TI
358#define STAC925X_NUM_DMICS 1
359static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
360 0x15, 0
2c11f955
TD
361};
362
1697055e
TI
363static hda_nid_t stac925x_dmux_nids[1] = {
364 0x14,
365};
366
2f2f4251
M
367static hda_nid_t stac922x_adc_nids[2] = {
368 0x06, 0x07,
369};
370
371static hda_nid_t stac922x_mux_nids[2] = {
372 0x12, 0x13,
373};
374
3cc08dc6
MP
375static hda_nid_t stac927x_adc_nids[3] = {
376 0x07, 0x08, 0x09
377};
378
379static hda_nid_t stac927x_mux_nids[3] = {
380 0x15, 0x16, 0x17
381};
382
d9737751
MR
383static hda_nid_t stac927x_smux_nids[1] = {
384 0x21,
385};
386
b76c850f
MR
387static hda_nid_t stac927x_dac_nids[6] = {
388 0x02, 0x03, 0x04, 0x05, 0x06, 0
389};
390
e1f0d669
MR
391static hda_nid_t stac927x_dmux_nids[1] = {
392 0x1b,
393};
394
7f16859a
MR
395#define STAC927X_NUM_DMICS 2
396static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
397 0x13, 0x14, 0
398};
399
65973632
MR
400static const char *stac927x_spdif_labels[5] = {
401 "Digital Playback", "ADAT", "Analog Mux 1",
402 "Analog Mux 2", "Analog Mux 3"
403};
404
f3302a59
MP
405static hda_nid_t stac9205_adc_nids[2] = {
406 0x12, 0x13
407};
408
409static hda_nid_t stac9205_mux_nids[2] = {
410 0x19, 0x1a
411};
412
e1f0d669 413static hda_nid_t stac9205_dmux_nids[1] = {
1697055e 414 0x1d,
e1f0d669
MR
415};
416
d9737751
MR
417static hda_nid_t stac9205_smux_nids[1] = {
418 0x21,
419};
420
f6e9852a
TI
421#define STAC9205_NUM_DMICS 2
422static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
423 0x17, 0x18, 0
8b65727b
MP
424};
425
c7d4b2fa 426static hda_nid_t stac9200_pin_nids[8] = {
93ed1503
TD
427 0x08, 0x09, 0x0d, 0x0e,
428 0x0f, 0x10, 0x11, 0x12,
2f2f4251
M
429};
430
8e21c34c
TD
431static hda_nid_t stac925x_pin_nids[8] = {
432 0x07, 0x08, 0x0a, 0x0b,
433 0x0c, 0x0d, 0x10, 0x11,
434};
435
2f2f4251
M
436static hda_nid_t stac922x_pin_nids[10] = {
437 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
438 0x0f, 0x10, 0x11, 0x15, 0x1b,
439};
440
a7662640 441static hda_nid_t stac92hd73xx_pin_nids[13] = {
e1f0d669
MR
442 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
443 0x0f, 0x10, 0x11, 0x12, 0x13,
d9737751 444 0x14, 0x22, 0x23
e1f0d669
MR
445};
446
d0513fc6
MR
447static hda_nid_t stac92hd83xxx_pin_nids[14] = {
448 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
449 0x0f, 0x10, 0x11, 0x12, 0x13,
450 0x1d, 0x1e, 0x1f, 0x20
451};
0ffa9807 452static hda_nid_t stac92hd71bxx_pin_nids[11] = {
e035b841
MR
453 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
454 0x0f, 0x14, 0x18, 0x19, 0x1e,
0ffa9807 455 0x1f,
e035b841
MR
456};
457
3cc08dc6
MP
458static hda_nid_t stac927x_pin_nids[14] = {
459 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
460 0x0f, 0x10, 0x11, 0x12, 0x13,
461 0x14, 0x21, 0x22, 0x23,
462};
463
f3302a59
MP
464static hda_nid_t stac9205_pin_nids[12] = {
465 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
466 0x0f, 0x14, 0x16, 0x17, 0x18,
467 0x21, 0x22,
f3302a59
MP
468};
469
89385035
MR
470#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
471
472static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
473 struct snd_ctl_elem_value *ucontrol)
474{
475 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
476 struct sigmatel_spec *spec = codec->spec;
477 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
478
479 kcontrol->private_value ^= get_amp_nid(kcontrol);
480 kcontrol->private_value |= nid;
481
482 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
483}
484
485static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
486 struct snd_ctl_elem_value *ucontrol)
487{
488 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
489 struct sigmatel_spec *spec = codec->spec;
490 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
491
492 kcontrol->private_value ^= get_amp_nid(kcontrol);
493 kcontrol->private_value |= nid;
494
495 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
496}
497
8b65727b
MP
498static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
499 struct snd_ctl_elem_info *uinfo)
500{
501 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
502 struct sigmatel_spec *spec = codec->spec;
503 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
504}
505
506static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
507 struct snd_ctl_elem_value *ucontrol)
508{
509 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
510 struct sigmatel_spec *spec = codec->spec;
e1f0d669 511 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
8b65727b 512
e1f0d669 513 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
8b65727b
MP
514 return 0;
515}
516
517static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
518 struct snd_ctl_elem_value *ucontrol)
519{
520 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
521 struct sigmatel_spec *spec = codec->spec;
e1f0d669 522 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
8b65727b
MP
523
524 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
e1f0d669 525 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
8b65727b
MP
526}
527
d9737751
MR
528static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
529 struct snd_ctl_elem_info *uinfo)
530{
531 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
532 struct sigmatel_spec *spec = codec->spec;
533 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
534}
535
536static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
537 struct snd_ctl_elem_value *ucontrol)
538{
539 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
540 struct sigmatel_spec *spec = codec->spec;
541 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
542
543 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
544 return 0;
545}
546
547static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
548 struct snd_ctl_elem_value *ucontrol)
549{
550 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
551 struct sigmatel_spec *spec = codec->spec;
00ef50c2 552 struct hda_input_mux *smux = &spec->private_smux;
d9737751 553 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
00ef50c2
MR
554 int err, val;
555 hda_nid_t nid;
d9737751 556
00ef50c2 557 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
d9737751 558 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
00ef50c2
MR
559 if (err < 0)
560 return err;
561
562 if (spec->spdif_mute) {
563 if (smux_idx == 0)
564 nid = spec->multiout.dig_out_nid;
565 else
566 nid = codec->slave_dig_outs[smux_idx - 1];
567 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
568 val = AMP_OUT_MUTE;
569 if (smux_idx == 0)
570 nid = spec->multiout.dig_out_nid;
571 else
572 nid = codec->slave_dig_outs[smux_idx - 1];
573 /* un/mute SPDIF out */
574 snd_hda_codec_write_cache(codec, nid, 0,
575 AC_VERB_SET_AMP_GAIN_MUTE, val);
576 }
577 return 0;
d9737751
MR
578}
579
c8b6bf9b 580static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
2f2f4251
M
581{
582 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
583 struct sigmatel_spec *spec = codec->spec;
c7d4b2fa 584 return snd_hda_input_mux_info(spec->input_mux, uinfo);
2f2f4251
M
585}
586
c8b6bf9b 587static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2f2f4251
M
588{
589 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
590 struct sigmatel_spec *spec = codec->spec;
591 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
592
593 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
594 return 0;
595}
596
c8b6bf9b 597static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2f2f4251
M
598{
599 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
600 struct sigmatel_spec *spec = codec->spec;
601 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
602
c7d4b2fa 603 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
2f2f4251
M
604 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
605}
606
b22b4821
MR
607static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
608 struct snd_ctl_elem_info *uinfo)
609{
610 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
611 struct sigmatel_spec *spec = codec->spec;
612 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
613}
614
615static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
616 struct snd_ctl_elem_value *ucontrol)
617{
618 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
619 struct sigmatel_spec *spec = codec->spec;
620
621 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
622 return 0;
623}
624
625static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
626 struct snd_ctl_elem_value *ucontrol)
627{
628 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
629 struct sigmatel_spec *spec = codec->spec;
630
631 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
632 spec->mono_nid, &spec->cur_mmux);
633}
634
89385035
MR
635static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
636 struct snd_ctl_elem_info *uinfo)
637{
638 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
639 struct sigmatel_spec *spec = codec->spec;
640 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
641}
642
643static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
644 struct snd_ctl_elem_value *ucontrol)
645{
646 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
647 struct sigmatel_spec *spec = codec->spec;
648
649 ucontrol->value.enumerated.item[0] = spec->cur_amux;
650 return 0;
651}
652
653static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
654 struct snd_ctl_elem_value *ucontrol)
655{
656 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
657 struct sigmatel_spec *spec = codec->spec;
658 struct snd_kcontrol *ctl =
659 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
660 if (!ctl)
661 return -EINVAL;
662
663 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
664 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
665
666 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
667 0, &spec->cur_amux);
668}
669
5f10c4a9
ML
670#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
671
672static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
673 struct snd_ctl_elem_value *ucontrol)
674{
675 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
e1f0d669 676 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
5f10c4a9
ML
677 struct sigmatel_spec *spec = codec->spec;
678
e1f0d669
MR
679 ucontrol->value.integer.value[0] = !!(spec->aloopback &
680 (spec->aloopback_mask << idx));
5f10c4a9
ML
681 return 0;
682}
683
684static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
685 struct snd_ctl_elem_value *ucontrol)
686{
687 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
688 struct sigmatel_spec *spec = codec->spec;
e1f0d669 689 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
5f10c4a9 690 unsigned int dac_mode;
e1f0d669 691 unsigned int val, idx_val;
5f10c4a9 692
e1f0d669
MR
693 idx_val = spec->aloopback_mask << idx;
694 if (ucontrol->value.integer.value[0])
695 val = spec->aloopback | idx_val;
696 else
697 val = spec->aloopback & ~idx_val;
68ea7b2f 698 if (spec->aloopback == val)
5f10c4a9
ML
699 return 0;
700
68ea7b2f 701 spec->aloopback = val;
5f10c4a9 702
e1f0d669
MR
703 /* Only return the bits defined by the shift value of the
704 * first two bytes of the mask
705 */
5f10c4a9 706 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
e1f0d669
MR
707 kcontrol->private_value & 0xFFFF, 0x0);
708 dac_mode >>= spec->aloopback_shift;
5f10c4a9 709
e1f0d669 710 if (spec->aloopback & idx_val) {
5f10c4a9 711 snd_hda_power_up(codec);
e1f0d669 712 dac_mode |= idx_val;
5f10c4a9
ML
713 } else {
714 snd_hda_power_down(codec);
e1f0d669 715 dac_mode &= ~idx_val;
5f10c4a9
ML
716 }
717
718 snd_hda_codec_write_cache(codec, codec->afg, 0,
719 kcontrol->private_value >> 16, dac_mode);
720
721 return 1;
722}
723
c7d4b2fa 724static struct hda_verb stac9200_core_init[] = {
2f2f4251 725 /* set dac0mux for dac converter */
c7d4b2fa 726 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
2f2f4251
M
727 {}
728};
729
1194b5b7
TI
730static struct hda_verb stac9200_eapd_init[] = {
731 /* set dac0mux for dac converter */
732 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
733 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
734 {}
735};
736
e1f0d669
MR
737static struct hda_verb stac92hd73xx_6ch_core_init[] = {
738 /* set master volume and direct control */
739 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
740 /* setup audio connections */
741 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
742 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
743 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
744 /* setup adcs to point to mixer */
745 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
746 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
e1f0d669
MR
747 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
748 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
749 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
750 /* setup import muxs */
751 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
752 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
753 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
754 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
755 {}
756};
757
d654a660
MR
758static struct hda_verb dell_eq_core_init[] = {
759 /* set master volume to max value without distortion
760 * and direct control */
761 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
762 /* setup audio connections */
763 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
f7cf0a7c
MR
764 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02},
765 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01},
d654a660
MR
766 /* setup adcs to point to mixer */
767 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
768 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
769 /* setup import muxs */
770 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
771 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
772 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
773 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
774 {}
775};
776
52fe0f9d 777static struct hda_verb dell_m6_core_init[] = {
20f5f95d
MR
778 /* set master volume to max value without distortion
779 * and direct control */
780 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
52fe0f9d 781 /* setup audio connections */
7747ecce
MR
782 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
783 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
52fe0f9d
MR
784 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
785 /* setup adcs to point to mixer */
786 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
787 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
788 /* setup import muxs */
789 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
790 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
791 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
792 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
793 {}
794};
795
e1f0d669
MR
796static struct hda_verb stac92hd73xx_8ch_core_init[] = {
797 /* set master volume and direct control */
798 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
799 /* setup audio connections */
800 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
801 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
802 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
803 /* connect hp ports to dac3 */
804 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x03},
805 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x03},
806 /* setup adcs to point to mixer */
807 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
808 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
e1f0d669
MR
809 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
810 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
811 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
812 /* setup import muxs */
813 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
814 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
815 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
816 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
817 {}
818};
819
820static struct hda_verb stac92hd73xx_10ch_core_init[] = {
821 /* set master volume and direct control */
822 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
823 /* setup audio connections */
824 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
825 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01 },
826 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02 },
827 /* dac3 is connected to import3 mux */
828 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
829 /* connect hp ports to dac4 */
830 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x04},
831 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x04},
832 /* setup adcs to point to mixer */
833 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
834 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
e1f0d669
MR
835 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
836 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
837 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
838 /* setup import muxs */
839 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
840 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
841 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
842 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
843 {}
844};
845
d0513fc6
MR
846static struct hda_verb stac92hd83xxx_core_init[] = {
847 /* start of config #1 */
848 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
849
850 /* start of config #2 */
851 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
852 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
853 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
854
855 /* power state controls amps */
856 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
857};
858
e035b841 859static struct hda_verb stac92hd71bxx_core_init[] = {
541eee87
MR
860 /* set master volume and direct control */
861 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
862 /* connect headphone jack to dac1 */
863 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
541eee87
MR
864 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
865 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
866 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
867 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
541eee87
MR
868};
869
4b33c767 870#define HD_DISABLE_PORTF 2
541eee87 871static struct hda_verb stac92hd71bxx_analog_core_init[] = {
aafc4412
MR
872 /* start of config #1 */
873
874 /* connect port 0f to audio mixer */
875 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
aafc4412
MR
876 /* unmute right and left channels for node 0x0f */
877 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
878 /* start of config #2 */
879
e035b841
MR
880 /* set master volume and direct control */
881 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
882 /* connect headphone jack to dac1 */
883 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
aafc4412 884 /* unmute right and left channels for nodes 0x0a, 0xd */
e035b841
MR
885 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
886 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
e035b841
MR
887 {}
888};
889
8e21c34c
TD
890static struct hda_verb stac925x_core_init[] = {
891 /* set dac0mux for dac converter */
892 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
893 {}
894};
895
c7d4b2fa 896static struct hda_verb stac922x_core_init[] = {
2f2f4251 897 /* set master volume and direct control */
c7d4b2fa 898 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
2f2f4251
M
899 {}
900};
901
93ed1503 902static struct hda_verb d965_core_init[] = {
19039bd0 903 /* set master volume and direct control */
93ed1503 904 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
19039bd0
TI
905 /* unmute node 0x1b */
906 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
907 /* select node 0x03 as DAC */
908 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
909 {}
910};
911
3cc08dc6
MP
912static struct hda_verb stac927x_core_init[] = {
913 /* set master volume and direct control */
914 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
1cd2224c
MR
915 /* enable analog pc beep path */
916 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
3cc08dc6
MP
917 {}
918};
919
f3302a59
MP
920static struct hda_verb stac9205_core_init[] = {
921 /* set master volume and direct control */
922 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
d0513fc6
MR
923 /* enable analog pc beep path */
924 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
f3302a59
MP
925 {}
926};
927
b22b4821
MR
928#define STAC_MONO_MUX \
929 { \
930 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
931 .name = "Mono Mux", \
932 .count = 1, \
933 .info = stac92xx_mono_mux_enum_info, \
934 .get = stac92xx_mono_mux_enum_get, \
935 .put = stac92xx_mono_mux_enum_put, \
936 }
937
89385035
MR
938#define STAC_AMP_MUX \
939 { \
940 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
941 .name = "Amp Selector Capture Switch", \
942 .count = 1, \
943 .info = stac92xx_amp_mux_enum_info, \
944 .get = stac92xx_amp_mux_enum_get, \
945 .put = stac92xx_amp_mux_enum_put, \
946 }
947
948#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
949 { \
950 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
951 .name = xname, \
952 .index = 0, \
953 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
954 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
955 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
956 .info = stac92xx_amp_volume_info, \
957 .get = stac92xx_amp_volume_get, \
958 .put = stac92xx_amp_volume_put, \
959 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
960 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
961 }
962
9e05b7a3 963#define STAC_INPUT_SOURCE(cnt) \
ca7c5a8b
ML
964 { \
965 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
966 .name = "Input Source", \
9e05b7a3 967 .count = cnt, \
ca7c5a8b
ML
968 .info = stac92xx_mux_enum_info, \
969 .get = stac92xx_mux_enum_get, \
970 .put = stac92xx_mux_enum_put, \
971 }
972
e1f0d669 973#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
5f10c4a9
ML
974 { \
975 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
976 .name = "Analog Loopback", \
e1f0d669 977 .count = cnt, \
5f10c4a9
ML
978 .info = stac92xx_aloopback_info, \
979 .get = stac92xx_aloopback_get, \
980 .put = stac92xx_aloopback_put, \
981 .private_value = verb_read | (verb_write << 16), \
982 }
983
c8b6bf9b 984static struct snd_kcontrol_new stac9200_mixer[] = {
2f2f4251
M
985 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
986 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
9e05b7a3 987 STAC_INPUT_SOURCE(1),
2f2f4251
M
988 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
989 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
2f2f4251
M
990 { } /* end */
991};
992
2a9c7816 993#define DELL_M6_MIXER 6
e1f0d669 994static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
2a9c7816 995 /* start of config #1 */
e1f0d669
MR
996 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
997 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
998
e1f0d669
MR
999 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1000 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1001
2a9c7816
MR
1002 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1003 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1004
1005 /* start of config #2 */
1006 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1007 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1008
e1f0d669
MR
1009 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1010 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1011
2a9c7816
MR
1012 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1013
1014 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1015 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1016
1017 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1018 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1019
e1f0d669
MR
1020 { } /* end */
1021};
1022
1023static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
e1f0d669
MR
1024 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1025
e1f0d669
MR
1026 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1027 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1028
1029 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1030 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1031
1032 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1033 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1034
1035 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1036 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1037
1038 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1039 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1040
1041 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1042 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1043
1044 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1045 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1046 { } /* end */
1047};
1048
1049static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
e1f0d669
MR
1050 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1051
e1f0d669
MR
1052 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1054
1055 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1056 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1057
1058 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1059 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1060
1061 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1062 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1063
1064 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1065 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1066
1067 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1068 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1069
1070 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1071 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1072 { } /* end */
1073};
1074
d0513fc6
MR
1075
1076static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1079
1080 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1081 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1082
1083 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0, HDA_INPUT),
1084 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0, HDA_INPUT),
1085
1086 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x1, HDA_INPUT),
1087 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x1, HDA_INPUT),
1088
1089 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x2, HDA_INPUT),
1090 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x2, HDA_INPUT),
1091
1092 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x3, HDA_INPUT),
1093 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x3, HDA_INPUT),
1094
1095 /*
1096 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x4, HDA_INPUT),
1097 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x4, HDA_INPUT),
1098 */
1099 { } /* end */
1100};
1101
541eee87 1102static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
e035b841 1103 STAC_INPUT_SOURCE(2),
4b33c767 1104 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
e035b841 1105
9b35947f
MR
1106 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1107 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
9b35947f
MR
1108
1109 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1110 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1cd2224c
MR
1111 /* analog pc-beep replaced with digital beep support */
1112 /*
f7c5dda2
MR
1113 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1114 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
1cd2224c 1115 */
f7c5dda2 1116
687cb98e
MR
1117 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1118 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
4b33c767 1119
687cb98e
MR
1120 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1121 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
4b33c767
MR
1122
1123 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1124 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1125
1126 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1127 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
e035b841
MR
1128 { } /* end */
1129};
1130
541eee87 1131static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
541eee87
MR
1132 STAC_INPUT_SOURCE(2),
1133 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1134
541eee87
MR
1135 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1136 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
541eee87
MR
1137
1138 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1139 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
541eee87
MR
1140 { } /* end */
1141};
1142
8e21c34c 1143static struct snd_kcontrol_new stac925x_mixer[] = {
9e05b7a3 1144 STAC_INPUT_SOURCE(1),
8e21c34c 1145 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
587755f1 1146 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
8e21c34c
TD
1147 { } /* end */
1148};
1149
9e05b7a3 1150static struct snd_kcontrol_new stac9205_mixer[] = {
9e05b7a3 1151 STAC_INPUT_SOURCE(2),
e1f0d669 1152 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
9e05b7a3
ML
1153
1154 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1155 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
9e05b7a3
ML
1156
1157 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1158 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
2f2f4251
M
1159 { } /* end */
1160};
1161
19039bd0 1162/* This needs to be generated dynamically based on sequence */
9e05b7a3
ML
1163static struct snd_kcontrol_new stac922x_mixer[] = {
1164 STAC_INPUT_SOURCE(2),
9e05b7a3
ML
1165 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1166 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
9e05b7a3
ML
1167
1168 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1169 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
19039bd0
TI
1170 { } /* end */
1171};
1172
9e05b7a3 1173
d1d985f0 1174static struct snd_kcontrol_new stac927x_mixer[] = {
9e05b7a3 1175 STAC_INPUT_SOURCE(3),
e1f0d669 1176 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
3cc08dc6 1177
9e05b7a3
ML
1178 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1179 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
9e05b7a3
ML
1180
1181 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1182 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
9e05b7a3
ML
1183
1184 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1185 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
f3302a59
MP
1186 { } /* end */
1187};
1188
1697055e
TI
1189static struct snd_kcontrol_new stac_dmux_mixer = {
1190 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1191 .name = "Digital Input Source",
1192 /* count set later */
1193 .info = stac92xx_dmux_enum_info,
1194 .get = stac92xx_dmux_enum_get,
1195 .put = stac92xx_dmux_enum_put,
1196};
1197
d9737751
MR
1198static struct snd_kcontrol_new stac_smux_mixer = {
1199 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
e3487970 1200 .name = "IEC958 Playback Source",
d9737751
MR
1201 /* count set later */
1202 .info = stac92xx_smux_enum_info,
1203 .get = stac92xx_smux_enum_get,
1204 .put = stac92xx_smux_enum_put,
1205};
1206
2134ea4f
TI
1207static const char *slave_vols[] = {
1208 "Front Playback Volume",
1209 "Surround Playback Volume",
1210 "Center Playback Volume",
1211 "LFE Playback Volume",
1212 "Side Playback Volume",
1213 "Headphone Playback Volume",
1214 "Headphone Playback Volume",
1215 "Speaker Playback Volume",
1216 "External Speaker Playback Volume",
1217 "Speaker2 Playback Volume",
1218 NULL
1219};
1220
1221static const char *slave_sws[] = {
1222 "Front Playback Switch",
1223 "Surround Playback Switch",
1224 "Center Playback Switch",
1225 "LFE Playback Switch",
1226 "Side Playback Switch",
1227 "Headphone Playback Switch",
1228 "Headphone Playback Switch",
1229 "Speaker Playback Switch",
1230 "External Speaker Playback Switch",
1231 "Speaker2 Playback Switch",
edb54a55 1232 "IEC958 Playback Switch",
2134ea4f
TI
1233 NULL
1234};
1235
2f2f4251
M
1236static int stac92xx_build_controls(struct hda_codec *codec)
1237{
1238 struct sigmatel_spec *spec = codec->spec;
1239 int err;
c7d4b2fa 1240 int i;
2f2f4251
M
1241
1242 err = snd_hda_add_new_ctls(codec, spec->mixer);
1243 if (err < 0)
1244 return err;
c7d4b2fa
M
1245
1246 for (i = 0; i < spec->num_mixers; i++) {
1247 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1248 if (err < 0)
1249 return err;
1250 }
1697055e
TI
1251 if (spec->num_dmuxes > 0) {
1252 stac_dmux_mixer.count = spec->num_dmuxes;
1253 err = snd_ctl_add(codec->bus->card,
1254 snd_ctl_new1(&stac_dmux_mixer, codec));
1255 if (err < 0)
1256 return err;
1257 }
d9737751 1258 if (spec->num_smuxes > 0) {
00ef50c2
MR
1259 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1260 struct hda_input_mux *smux = &spec->private_smux;
1261 /* check for mute support on SPDIF out */
1262 if (wcaps & AC_WCAP_OUT_AMP) {
1263 smux->items[smux->num_items].label = "Off";
1264 smux->items[smux->num_items].index = 0;
1265 smux->num_items++;
1266 spec->spdif_mute = 1;
1267 }
d9737751
MR
1268 stac_smux_mixer.count = spec->num_smuxes;
1269 err = snd_ctl_add(codec->bus->card,
1270 snd_ctl_new1(&stac_smux_mixer, codec));
1271 if (err < 0)
1272 return err;
1273 }
c7d4b2fa 1274
dabbed6f
M
1275 if (spec->multiout.dig_out_nid) {
1276 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1277 if (err < 0)
1278 return err;
9a08160b
TI
1279 err = snd_hda_create_spdif_share_sw(codec,
1280 &spec->multiout);
1281 if (err < 0)
1282 return err;
1283 spec->multiout.share_spdif = 1;
dabbed6f 1284 }
b2c4f4d7 1285 if (spec->dig_in_nid && (!spec->gpio_dir & 0x01)) {
dabbed6f
M
1286 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1287 if (err < 0)
1288 return err;
1289 }
2134ea4f
TI
1290
1291 /* if we have no master control, let's create it */
1292 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1c82ed1b 1293 unsigned int vmaster_tlv[4];
2134ea4f 1294 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1c82ed1b 1295 HDA_OUTPUT, vmaster_tlv);
2134ea4f 1296 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1c82ed1b 1297 vmaster_tlv, slave_vols);
2134ea4f
TI
1298 if (err < 0)
1299 return err;
1300 }
1301 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1302 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1303 NULL, slave_sws);
1304 if (err < 0)
1305 return err;
1306 }
1307
dabbed6f 1308 return 0;
2f2f4251
M
1309}
1310
403d1944 1311static unsigned int ref9200_pin_configs[8] = {
dabbed6f 1312 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
2f2f4251
M
1313 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1314};
1315
dfe495d0
TI
1316/*
1317 STAC 9200 pin configs for
1318 102801A8
1319 102801DE
1320 102801E8
1321*/
1322static unsigned int dell9200_d21_pin_configs[8] = {
af6c016e
TI
1323 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1324 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
dfe495d0
TI
1325};
1326
1327/*
1328 STAC 9200 pin configs for
1329 102801C0
1330 102801C1
1331*/
1332static unsigned int dell9200_d22_pin_configs[8] = {
af6c016e
TI
1333 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1334 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
dfe495d0
TI
1335};
1336
1337/*
1338 STAC 9200 pin configs for
1339 102801C4 (Dell Dimension E310)
1340 102801C5
1341 102801C7
1342 102801D9
1343 102801DA
1344 102801E3
1345*/
1346static unsigned int dell9200_d23_pin_configs[8] = {
af6c016e
TI
1347 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1348 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
dfe495d0
TI
1349};
1350
1351
1352/*
1353 STAC 9200-32 pin configs for
1354 102801B5 (Dell Inspiron 630m)
1355 102801D8 (Dell Inspiron 640m)
1356*/
1357static unsigned int dell9200_m21_pin_configs[8] = {
af6c016e
TI
1358 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1359 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
dfe495d0
TI
1360};
1361
1362/*
1363 STAC 9200-32 pin configs for
1364 102801C2 (Dell Latitude D620)
1365 102801C8
1366 102801CC (Dell Latitude D820)
1367 102801D4
1368 102801D6
1369*/
1370static unsigned int dell9200_m22_pin_configs[8] = {
af6c016e
TI
1371 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1372 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
dfe495d0
TI
1373};
1374
1375/*
1376 STAC 9200-32 pin configs for
1377 102801CE (Dell XPS M1710)
1378 102801CF (Dell Precision M90)
1379*/
1380static unsigned int dell9200_m23_pin_configs[8] = {
1381 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1382 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1383};
1384
1385/*
1386 STAC 9200-32 pin configs for
1387 102801C9
1388 102801CA
1389 102801CB (Dell Latitude 120L)
1390 102801D3
1391*/
1392static unsigned int dell9200_m24_pin_configs[8] = {
af6c016e
TI
1393 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1394 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
dfe495d0
TI
1395};
1396
1397/*
1398 STAC 9200-32 pin configs for
1399 102801BD (Dell Inspiron E1505n)
1400 102801EE
1401 102801EF
1402*/
1403static unsigned int dell9200_m25_pin_configs[8] = {
af6c016e
TI
1404 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1405 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
dfe495d0
TI
1406};
1407
1408/*
1409 STAC 9200-32 pin configs for
1410 102801F5 (Dell Inspiron 1501)
1411 102801F6
1412*/
1413static unsigned int dell9200_m26_pin_configs[8] = {
af6c016e
TI
1414 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1415 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
dfe495d0
TI
1416};
1417
1418/*
1419 STAC 9200-32
1420 102801CD (Dell Inspiron E1705/9400)
1421*/
1422static unsigned int dell9200_m27_pin_configs[8] = {
af6c016e
TI
1423 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1424 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
dfe495d0
TI
1425};
1426
bf277785
TD
1427static unsigned int oqo9200_pin_configs[8] = {
1428 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1429 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1430};
1431
dfe495d0 1432
f5fcc13c
TI
1433static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1434 [STAC_REF] = ref9200_pin_configs,
bf277785 1435 [STAC_9200_OQO] = oqo9200_pin_configs,
dfe495d0
TI
1436 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1437 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1438 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1439 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1440 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1441 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1442 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1443 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1444 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1445 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
117f257d 1446 [STAC_9200_PANASONIC] = ref9200_pin_configs,
403d1944
MP
1447};
1448
f5fcc13c
TI
1449static const char *stac9200_models[STAC_9200_MODELS] = {
1450 [STAC_REF] = "ref",
bf277785 1451 [STAC_9200_OQO] = "oqo",
dfe495d0
TI
1452 [STAC_9200_DELL_D21] = "dell-d21",
1453 [STAC_9200_DELL_D22] = "dell-d22",
1454 [STAC_9200_DELL_D23] = "dell-d23",
1455 [STAC_9200_DELL_M21] = "dell-m21",
1456 [STAC_9200_DELL_M22] = "dell-m22",
1457 [STAC_9200_DELL_M23] = "dell-m23",
1458 [STAC_9200_DELL_M24] = "dell-m24",
1459 [STAC_9200_DELL_M25] = "dell-m25",
1460 [STAC_9200_DELL_M26] = "dell-m26",
1461 [STAC_9200_DELL_M27] = "dell-m27",
1194b5b7 1462 [STAC_9200_GATEWAY] = "gateway",
117f257d 1463 [STAC_9200_PANASONIC] = "panasonic",
f5fcc13c
TI
1464};
1465
1466static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1467 /* SigmaTel reference board */
1468 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1469 "DFI LanParty", STAC_REF),
e7377071 1470 /* Dell laptops have BIOS problem */
dfe495d0
TI
1471 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1472 "unknown Dell", STAC_9200_DELL_D21),
f5fcc13c 1473 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
dfe495d0
TI
1474 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1475 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1476 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1477 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1478 "unknown Dell", STAC_9200_DELL_D22),
1479 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1480 "unknown Dell", STAC_9200_DELL_D22),
f5fcc13c 1481 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
dfe495d0
TI
1482 "Dell Latitude D620", STAC_9200_DELL_M22),
1483 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1484 "unknown Dell", STAC_9200_DELL_D23),
1485 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1486 "unknown Dell", STAC_9200_DELL_D23),
1487 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1488 "unknown Dell", STAC_9200_DELL_M22),
1489 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1490 "unknown Dell", STAC_9200_DELL_M24),
1491 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1492 "unknown Dell", STAC_9200_DELL_M24),
f5fcc13c 1493 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
dfe495d0 1494 "Dell Latitude 120L", STAC_9200_DELL_M24),
877b866d 1495 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
dfe495d0 1496 "Dell Latitude D820", STAC_9200_DELL_M22),
46f02ca3 1497 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
dfe495d0 1498 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
46f02ca3 1499 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
dfe495d0 1500 "Dell XPS M1710", STAC_9200_DELL_M23),
f0f96745 1501 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
dfe495d0
TI
1502 "Dell Precision M90", STAC_9200_DELL_M23),
1503 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1504 "unknown Dell", STAC_9200_DELL_M22),
1505 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1506 "unknown Dell", STAC_9200_DELL_M22),
8286c53e 1507 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
dfe495d0 1508 "unknown Dell", STAC_9200_DELL_M22),
49c605db 1509 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
dfe495d0
TI
1510 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1511 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1512 "unknown Dell", STAC_9200_DELL_D23),
1513 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1514 "unknown Dell", STAC_9200_DELL_D23),
1515 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1516 "unknown Dell", STAC_9200_DELL_D21),
1517 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1518 "unknown Dell", STAC_9200_DELL_D23),
1519 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1520 "unknown Dell", STAC_9200_DELL_D21),
1521 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1522 "unknown Dell", STAC_9200_DELL_M25),
1523 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1524 "unknown Dell", STAC_9200_DELL_M25),
49c605db 1525 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
dfe495d0
TI
1526 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1527 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1528 "unknown Dell", STAC_9200_DELL_M26),
49c605db 1529 /* Panasonic */
117f257d 1530 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
1194b5b7
TI
1531 /* Gateway machines needs EAPD to be set on resume */
1532 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_GATEWAY),
1533 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*",
1534 STAC_9200_GATEWAY),
1535 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707",
1536 STAC_9200_GATEWAY),
bf277785
TD
1537 /* OQO Mobile */
1538 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
403d1944
MP
1539 {} /* terminator */
1540};
1541
8e21c34c
TD
1542static unsigned int ref925x_pin_configs[8] = {
1543 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
09a99959 1544 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
8e21c34c
TD
1545};
1546
1547static unsigned int stac925x_MA6_pin_configs[8] = {
1548 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1549 0x90a70320, 0x90100211, 0x400003f1, 0x9033032e,
1550};
1551
2c11f955
TD
1552static unsigned int stac925x_PA6_pin_configs[8] = {
1553 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1554 0x50a103f0, 0x90100211, 0x400003f1, 0x9033032e,
1555};
1556
8e21c34c 1557static unsigned int stac925xM2_2_pin_configs[8] = {
7353e14d
SL
1558 0x40c003f3, 0x424503f2, 0x04180011, 0x02a19020,
1559 0x50a103f0, 0x90100212, 0x400003f1, 0x9033032e,
8e21c34c
TD
1560};
1561
1562static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1563 [STAC_REF] = ref925x_pin_configs,
1564 [STAC_M2_2] = stac925xM2_2_pin_configs,
1565 [STAC_MA6] = stac925x_MA6_pin_configs,
2c11f955 1566 [STAC_PA6] = stac925x_PA6_pin_configs,
8e21c34c
TD
1567};
1568
1569static const char *stac925x_models[STAC_925x_MODELS] = {
1570 [STAC_REF] = "ref",
1571 [STAC_M2_2] = "m2-2",
1572 [STAC_MA6] = "m6",
2c11f955 1573 [STAC_PA6] = "pa6",
8e21c34c
TD
1574};
1575
1576static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1577 /* SigmaTel reference board */
1578 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
2c11f955 1579 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
8e21c34c
TD
1580 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_REF),
1581 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_REF),
1582 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_MA6),
2c11f955 1583 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_PA6),
8e21c34c
TD
1584 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway MX6453", STAC_M2_2),
1585 {} /* terminator */
1586};
1587
a7662640 1588static unsigned int ref92hd73xx_pin_configs[13] = {
e1f0d669
MR
1589 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1590 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1591 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
a7662640
MR
1592 0x01452050,
1593};
1594
1595static unsigned int dell_m6_pin_configs[13] = {
1596 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
7c2ba97b 1597 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
a7662640
MR
1598 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1599 0x4f0000f0,
e1f0d669
MR
1600};
1601
1602static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
a7662640
MR
1603 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1604 [STAC_DELL_M6] = dell_m6_pin_configs,
e1f0d669
MR
1605};
1606
1607static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1608 [STAC_92HD73XX_REF] = "ref",
a7662640 1609 [STAC_DELL_M6] = "dell-m6",
e1f0d669
MR
1610};
1611
1612static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1613 /* SigmaTel reference board */
1614 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
a7662640
MR
1615 "DFI LanParty", STAC_92HD73XX_REF),
1616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1617 "unknown Dell", STAC_DELL_M6),
1618 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1619 "unknown Dell", STAC_DELL_M6),
1620 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1621 "unknown Dell", STAC_DELL_M6),
1622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1623 "unknown Dell", STAC_DELL_M6),
1624 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1625 "unknown Dell", STAC_DELL_M6),
1626 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1627 "unknown Dell", STAC_DELL_M6),
1628 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1629 "unknown Dell", STAC_DELL_M6),
e1f0d669
MR
1630 {} /* terminator */
1631};
1632
d0513fc6
MR
1633static unsigned int ref92hd83xxx_pin_configs[14] = {
1634 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1635 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1636 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1637 0x01451160, 0x98560170,
1638};
1639
1640static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1641 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1642};
1643
1644static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1645 [STAC_92HD83XXX_REF] = "ref",
1646};
1647
1648static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1649 /* SigmaTel reference board */
1650 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1651 "DFI LanParty", STAC_92HD71BXX_REF),
1652};
1653
0ffa9807 1654static unsigned int ref92hd71bxx_pin_configs[11] = {
e035b841 1655 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
4b33c767 1656 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
0ffa9807 1657 0x90a000f0, 0x01452050, 0x01452050,
e035b841
MR
1658};
1659
0ffa9807 1660static unsigned int dell_m4_1_pin_configs[11] = {
a7662640 1661 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
07bcb316 1662 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
0ffa9807 1663 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
a7662640
MR
1664};
1665
0ffa9807 1666static unsigned int dell_m4_2_pin_configs[11] = {
a7662640
MR
1667 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1668 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
0ffa9807 1669 0x40f000f0, 0x044413b0, 0x044413b0,
a7662640
MR
1670};
1671
e035b841
MR
1672static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1673 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
a7662640
MR
1674 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1675 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
6a14f585 1676 [STAC_HP_M4] = NULL,
e035b841
MR
1677};
1678
1679static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1680 [STAC_92HD71BXX_REF] = "ref",
a7662640
MR
1681 [STAC_DELL_M4_1] = "dell-m4-1",
1682 [STAC_DELL_M4_2] = "dell-m4-2",
6a14f585 1683 [STAC_HP_M4] = "hp-m4",
e035b841
MR
1684};
1685
1686static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1687 /* SigmaTel reference board */
1688 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1689 "DFI LanParty", STAC_92HD71BXX_REF),
9a9e2359
MR
1690 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1691 "unknown HP", STAC_HP_M4),
a7662640
MR
1692 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1693 "unknown Dell", STAC_DELL_M4_1),
1694 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1695 "unknown Dell", STAC_DELL_M4_1),
1696 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1697 "unknown Dell", STAC_DELL_M4_1),
1698 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1699 "unknown Dell", STAC_DELL_M4_1),
1700 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1701 "unknown Dell", STAC_DELL_M4_1),
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1703 "unknown Dell", STAC_DELL_M4_1),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1705 "unknown Dell", STAC_DELL_M4_1),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1707 "unknown Dell", STAC_DELL_M4_2),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1709 "unknown Dell", STAC_DELL_M4_2),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1711 "unknown Dell", STAC_DELL_M4_2),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1713 "unknown Dell", STAC_DELL_M4_2),
e035b841
MR
1714 {} /* terminator */
1715};
1716
403d1944
MP
1717static unsigned int ref922x_pin_configs[10] = {
1718 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1719 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
2f2f4251
M
1720 0x40000100, 0x40000100,
1721};
1722
dfe495d0
TI
1723/*
1724 STAC 922X pin configs for
1725 102801A7
1726 102801AB
1727 102801A9
1728 102801D1
1729 102801D2
1730*/
1731static unsigned int dell_922x_d81_pin_configs[10] = {
1732 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1733 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1734 0x01813122, 0x400001f2,
1735};
1736
1737/*
1738 STAC 922X pin configs for
1739 102801AC
1740 102801D0
1741*/
1742static unsigned int dell_922x_d82_pin_configs[10] = {
1743 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1744 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1745 0x01813122, 0x400001f1,
1746};
1747
1748/*
1749 STAC 922X pin configs for
1750 102801BF
1751*/
1752static unsigned int dell_922x_m81_pin_configs[10] = {
1753 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1754 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1755 0x40C003f1, 0x405003f0,
1756};
1757
1758/*
1759 STAC 9221 A1 pin configs for
1760 102801D7 (Dell XPS M1210)
1761*/
1762static unsigned int dell_922x_m82_pin_configs[10] = {
7f9310c1
JZ
1763 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1764 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
dfe495d0
TI
1765 0x508003f3, 0x405003f4,
1766};
1767
403d1944 1768static unsigned int d945gtp3_pin_configs[10] = {
869264c4 1769 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
403d1944
MP
1770 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1771 0x02a19120, 0x40000100,
1772};
1773
1774static unsigned int d945gtp5_pin_configs[10] = {
869264c4
MP
1775 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1776 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
403d1944
MP
1777 0x02a19320, 0x40000100,
1778};
1779
5d5d3bc3
IZ
1780static unsigned int intel_mac_v1_pin_configs[10] = {
1781 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1782 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
1783 0x400000fc, 0x400000fb,
1784};
1785
1786static unsigned int intel_mac_v2_pin_configs[10] = {
1787 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1788 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
1789 0x400000fc, 0x400000fb,
6f0778d8
NB
1790};
1791
5d5d3bc3
IZ
1792static unsigned int intel_mac_v3_pin_configs[10] = {
1793 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1794 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
3fc24d85
TI
1795 0x400000fc, 0x400000fb,
1796};
1797
5d5d3bc3
IZ
1798static unsigned int intel_mac_v4_pin_configs[10] = {
1799 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1800 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
f16928fb
SF
1801 0x400000fc, 0x400000fb,
1802};
1803
5d5d3bc3
IZ
1804static unsigned int intel_mac_v5_pin_configs[10] = {
1805 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1806 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1807 0x400000fc, 0x400000fb,
0dae0f83
TI
1808};
1809
8c650087
MCC
1810static unsigned int ecs202_pin_configs[10] = {
1811 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1812 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1813 0x9037012e, 0x40e000f2,
1814};
76c08828 1815
19039bd0 1816static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
f5fcc13c 1817 [STAC_D945_REF] = ref922x_pin_configs,
19039bd0
TI
1818 [STAC_D945GTP3] = d945gtp3_pin_configs,
1819 [STAC_D945GTP5] = d945gtp5_pin_configs,
5d5d3bc3
IZ
1820 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1821 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1822 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1823 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1824 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
536319af 1825 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
dfe495d0 1826 /* for backward compatibility */
5d5d3bc3
IZ
1827 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1828 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1829 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1830 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1831 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1832 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
8c650087 1833 [STAC_ECS_202] = ecs202_pin_configs,
dfe495d0
TI
1834 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1835 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1836 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1837 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
403d1944
MP
1838};
1839
f5fcc13c
TI
1840static const char *stac922x_models[STAC_922X_MODELS] = {
1841 [STAC_D945_REF] = "ref",
1842 [STAC_D945GTP5] = "5stack",
1843 [STAC_D945GTP3] = "3stack",
5d5d3bc3
IZ
1844 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1845 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1846 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1847 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1848 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
536319af 1849 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
dfe495d0 1850 /* for backward compatibility */
f5fcc13c 1851 [STAC_MACMINI] = "macmini",
3fc24d85 1852 [STAC_MACBOOK] = "macbook",
6f0778d8
NB
1853 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1854 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
f16928fb 1855 [STAC_IMAC_INTEL] = "imac-intel",
0dae0f83 1856 [STAC_IMAC_INTEL_20] = "imac-intel-20",
8c650087 1857 [STAC_ECS_202] = "ecs202",
dfe495d0
TI
1858 [STAC_922X_DELL_D81] = "dell-d81",
1859 [STAC_922X_DELL_D82] = "dell-d82",
1860 [STAC_922X_DELL_M81] = "dell-m81",
1861 [STAC_922X_DELL_M82] = "dell-m82",
f5fcc13c
TI
1862};
1863
1864static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1865 /* SigmaTel reference board */
1866 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1867 "DFI LanParty", STAC_D945_REF),
1868 /* Intel 945G based systems */
1869 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1870 "Intel D945G", STAC_D945GTP3),
1871 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1872 "Intel D945G", STAC_D945GTP3),
1873 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1874 "Intel D945G", STAC_D945GTP3),
1875 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1876 "Intel D945G", STAC_D945GTP3),
1877 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1878 "Intel D945G", STAC_D945GTP3),
1879 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1880 "Intel D945G", STAC_D945GTP3),
1881 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1882 "Intel D945G", STAC_D945GTP3),
1883 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1884 "Intel D945G", STAC_D945GTP3),
1885 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1886 "Intel D945G", STAC_D945GTP3),
1887 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1888 "Intel D945G", STAC_D945GTP3),
1889 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1890 "Intel D945G", STAC_D945GTP3),
1891 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1892 "Intel D945G", STAC_D945GTP3),
1893 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1894 "Intel D945G", STAC_D945GTP3),
1895 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1896 "Intel D945G", STAC_D945GTP3),
1897 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1898 "Intel D945G", STAC_D945GTP3),
1899 /* Intel D945G 5-stack systems */
1900 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1901 "Intel D945G", STAC_D945GTP5),
1902 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1903 "Intel D945G", STAC_D945GTP5),
1904 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1905 "Intel D945G", STAC_D945GTP5),
1906 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1907 "Intel D945G", STAC_D945GTP5),
1908 /* Intel 945P based systems */
1909 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1910 "Intel D945P", STAC_D945GTP3),
1911 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1912 "Intel D945P", STAC_D945GTP3),
1913 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1914 "Intel D945P", STAC_D945GTP3),
1915 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1916 "Intel D945P", STAC_D945GTP3),
1917 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1918 "Intel D945P", STAC_D945GTP3),
1919 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1920 "Intel D945P", STAC_D945GTP5),
1921 /* other systems */
536319af 1922 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
f5fcc13c 1923 SND_PCI_QUIRK(0x8384, 0x7680,
536319af 1924 "Mac", STAC_INTEL_MAC_AUTO),
dfe495d0
TI
1925 /* Dell systems */
1926 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
1927 "unknown Dell", STAC_922X_DELL_D81),
1928 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
1929 "unknown Dell", STAC_922X_DELL_D81),
1930 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
1931 "unknown Dell", STAC_922X_DELL_D81),
1932 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
1933 "unknown Dell", STAC_922X_DELL_D82),
1934 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
1935 "unknown Dell", STAC_922X_DELL_M81),
1936 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
1937 "unknown Dell", STAC_922X_DELL_D82),
1938 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
1939 "unknown Dell", STAC_922X_DELL_D81),
1940 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
1941 "unknown Dell", STAC_922X_DELL_D81),
1942 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
1943 "Dell XPS M1210", STAC_922X_DELL_M82),
8c650087
MCC
1944 /* ECS/PC Chips boards */
1945 SND_PCI_QUIRK(0x1019, 0x2144,
1946 "ECS/PC chips", STAC_ECS_202),
1947 SND_PCI_QUIRK(0x1019, 0x2608,
1948 "ECS/PC chips", STAC_ECS_202),
1949 SND_PCI_QUIRK(0x1019, 0x2633,
1950 "ECS/PC chips P17G/1333", STAC_ECS_202),
1951 SND_PCI_QUIRK(0x1019, 0x2811,
1952 "ECS/PC chips", STAC_ECS_202),
1953 SND_PCI_QUIRK(0x1019, 0x2812,
1954 "ECS/PC chips", STAC_ECS_202),
1955 SND_PCI_QUIRK(0x1019, 0x2813,
1956 "ECS/PC chips", STAC_ECS_202),
1957 SND_PCI_QUIRK(0x1019, 0x2814,
1958 "ECS/PC chips", STAC_ECS_202),
1959 SND_PCI_QUIRK(0x1019, 0x2815,
1960 "ECS/PC chips", STAC_ECS_202),
1961 SND_PCI_QUIRK(0x1019, 0x2816,
1962 "ECS/PC chips", STAC_ECS_202),
1963 SND_PCI_QUIRK(0x1019, 0x2817,
1964 "ECS/PC chips", STAC_ECS_202),
1965 SND_PCI_QUIRK(0x1019, 0x2818,
1966 "ECS/PC chips", STAC_ECS_202),
1967 SND_PCI_QUIRK(0x1019, 0x2819,
1968 "ECS/PC chips", STAC_ECS_202),
1969 SND_PCI_QUIRK(0x1019, 0x2820,
1970 "ECS/PC chips", STAC_ECS_202),
403d1944
MP
1971 {} /* terminator */
1972};
1973
3cc08dc6 1974static unsigned int ref927x_pin_configs[14] = {
93ed1503
TD
1975 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1976 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
1977 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
1978 0x01c42190, 0x40000100,
3cc08dc6
MP
1979};
1980
93ed1503 1981static unsigned int d965_3st_pin_configs[14] = {
81d3dbde
TD
1982 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
1983 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
1984 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1985 0x40000100, 0x40000100
1986};
1987
93ed1503
TD
1988static unsigned int d965_5st_pin_configs[14] = {
1989 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1990 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
1991 0x40000100, 0x40000100, 0x40000100, 0x01442070,
1992 0x40000100, 0x40000100
1993};
1994
4ff076e5
TD
1995static unsigned int dell_3st_pin_configs[14] = {
1996 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
1997 0x01111212, 0x01116211, 0x01813050, 0x01112214,
8e9068b1 1998 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
4ff076e5
TD
1999 0x40c003fc, 0x40000100
2000};
2001
93ed1503 2002static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
8e9068b1
MR
2003 [STAC_D965_REF] = ref927x_pin_configs,
2004 [STAC_D965_3ST] = d965_3st_pin_configs,
2005 [STAC_D965_5ST] = d965_5st_pin_configs,
2006 [STAC_DELL_3ST] = dell_3st_pin_configs,
2007 [STAC_DELL_BIOS] = NULL,
3cc08dc6
MP
2008};
2009
f5fcc13c 2010static const char *stac927x_models[STAC_927X_MODELS] = {
8e9068b1
MR
2011 [STAC_D965_REF] = "ref",
2012 [STAC_D965_3ST] = "3stack",
2013 [STAC_D965_5ST] = "5stack",
2014 [STAC_DELL_3ST] = "dell-3stack",
2015 [STAC_DELL_BIOS] = "dell-bios",
f5fcc13c
TI
2016};
2017
2018static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2019 /* SigmaTel reference board */
2020 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2021 "DFI LanParty", STAC_D965_REF),
81d3dbde 2022 /* Intel 946 based systems */
f5fcc13c
TI
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
93ed1503 2025 /* 965 based 3 stack systems */
f5fcc13c
TI
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2036 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
4ff076e5 2042 /* Dell 3 stack systems */
8e9068b1 2043 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
dfe495d0 2044 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
4ff076e5
TD
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
8e9068b1 2047 /* Dell 3 stack systems with verb table in BIOS */
2f32d909
MR
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
8e9068b1 2050 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
24918b61 2051 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
8e9068b1
MR
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
93ed1503 2056 /* 965 based 5 stack systems */
f5fcc13c
TI
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2064 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
3cc08dc6
MP
2066 {} /* terminator */
2067};
2068
f3302a59
MP
2069static unsigned int ref9205_pin_configs[12] = {
2070 0x40000100, 0x40000100, 0x01016011, 0x01014010,
09a99959 2071 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
8b65727b 2072 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
f3302a59
MP
2073};
2074
dfe495d0
TI
2075/*
2076 STAC 9205 pin configs for
2077 102801F1
2078 102801F2
2079 102801FC
2080 102801FD
2081 10280204
2082 1028021F
3fa2ef74 2083 10280228 (Dell Vostro 1500)
dfe495d0
TI
2084*/
2085static unsigned int dell_9205_m42_pin_configs[12] = {
2086 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2087 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2088 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2089};
2090
2091/*
2092 STAC 9205 pin configs for
2093 102801F9
2094 102801FA
2095 102801FE
2096 102801FF (Dell Precision M4300)
2097 10280206
2098 10280200
2099 10280201
2100*/
2101static unsigned int dell_9205_m43_pin_configs[12] = {
ae0a8ed8
TD
2102 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2103 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2104 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2105};
2106
dfe495d0 2107static unsigned int dell_9205_m44_pin_configs[12] = {
ae0a8ed8
TD
2108 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2109 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2110 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2111};
2112
f5fcc13c 2113static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
ae0a8ed8 2114 [STAC_9205_REF] = ref9205_pin_configs,
dfe495d0
TI
2115 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2116 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2117 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
f3302a59
MP
2118};
2119
f5fcc13c
TI
2120static const char *stac9205_models[STAC_9205_MODELS] = {
2121 [STAC_9205_REF] = "ref",
dfe495d0 2122 [STAC_9205_DELL_M42] = "dell-m42",
ae0a8ed8
TD
2123 [STAC_9205_DELL_M43] = "dell-m43",
2124 [STAC_9205_DELL_M44] = "dell-m44",
f5fcc13c
TI
2125};
2126
2127static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2128 /* SigmaTel reference board */
2129 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2130 "DFI LanParty", STAC_9205_REF),
dfe495d0
TI
2131 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2132 "unknown Dell", STAC_9205_DELL_M42),
2133 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2134 "unknown Dell", STAC_9205_DELL_M42),
ae0a8ed8 2135 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
b44ef2f1 2136 "Dell Precision", STAC_9205_DELL_M43),
ae0a8ed8
TD
2137 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2138 "Dell Precision", STAC_9205_DELL_M43),
2139 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2140 "Dell Precision", STAC_9205_DELL_M43),
dfe495d0
TI
2141 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2142 "unknown Dell", STAC_9205_DELL_M42),
2143 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2144 "unknown Dell", STAC_9205_DELL_M42),
ae0a8ed8
TD
2145 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2146 "Dell Precision", STAC_9205_DELL_M43),
2147 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
dfe495d0 2148 "Dell Precision M4300", STAC_9205_DELL_M43),
dfe495d0
TI
2149 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2150 "unknown Dell", STAC_9205_DELL_M42),
4549915c
TI
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2152 "Dell Precision", STAC_9205_DELL_M43),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2154 "Dell Precision", STAC_9205_DELL_M43),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2156 "Dell Precision", STAC_9205_DELL_M43),
ae0a8ed8
TD
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2158 "Dell Inspiron", STAC_9205_DELL_M44),
3fa2ef74
MR
2159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2160 "Dell Vostro 1500", STAC_9205_DELL_M42),
f3302a59
MP
2161 {} /* terminator */
2162};
2163
11b44bbd
RF
2164static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2165{
2166 int i;
2167 struct sigmatel_spec *spec = codec->spec;
2168
2169 if (! spec->bios_pin_configs) {
2170 spec->bios_pin_configs = kcalloc(spec->num_pins,
2171 sizeof(*spec->bios_pin_configs), GFP_KERNEL);
2172 if (! spec->bios_pin_configs)
2173 return -ENOMEM;
2174 }
2175
2176 for (i = 0; i < spec->num_pins; i++) {
2177 hda_nid_t nid = spec->pin_nids[i];
2178 unsigned int pin_cfg;
2179
2180 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2181 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2182 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2183 nid, pin_cfg);
2184 spec->bios_pin_configs[i] = pin_cfg;
2185 }
2186
2187 return 0;
2188}
2189
87d48363
MR
2190static void stac92xx_set_config_reg(struct hda_codec *codec,
2191 hda_nid_t pin_nid, unsigned int pin_config)
2192{
2193 int i;
2194 snd_hda_codec_write(codec, pin_nid, 0,
2195 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2196 pin_config & 0x000000ff);
2197 snd_hda_codec_write(codec, pin_nid, 0,
2198 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2199 (pin_config & 0x0000ff00) >> 8);
2200 snd_hda_codec_write(codec, pin_nid, 0,
2201 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2202 (pin_config & 0x00ff0000) >> 16);
2203 snd_hda_codec_write(codec, pin_nid, 0,
2204 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2205 pin_config >> 24);
2206 i = snd_hda_codec_read(codec, pin_nid, 0,
2207 AC_VERB_GET_CONFIG_DEFAULT,
2208 0x00);
2209 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2210 pin_nid, i);
2211}
2212
2f2f4251
M
2213static void stac92xx_set_config_regs(struct hda_codec *codec)
2214{
2215 int i;
2216 struct sigmatel_spec *spec = codec->spec;
2f2f4251 2217
87d48363
MR
2218 if (!spec->pin_configs)
2219 return;
11b44bbd 2220
87d48363
MR
2221 for (i = 0; i < spec->num_pins; i++)
2222 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2223 spec->pin_configs[i]);
2f2f4251 2224}
2f2f4251 2225
dabbed6f 2226/*
c7d4b2fa 2227 * Analog playback callbacks
dabbed6f 2228 */
c7d4b2fa
M
2229static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2230 struct hda_codec *codec,
c8b6bf9b 2231 struct snd_pcm_substream *substream)
2f2f4251 2232{
dabbed6f 2233 struct sigmatel_spec *spec = codec->spec;
8daaaa97
MR
2234 if (spec->stream_delay)
2235 msleep(spec->stream_delay);
9a08160b
TI
2236 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2237 hinfo);
2f2f4251
M
2238}
2239
2f2f4251
M
2240static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2241 struct hda_codec *codec,
2242 unsigned int stream_tag,
2243 unsigned int format,
c8b6bf9b 2244 struct snd_pcm_substream *substream)
2f2f4251
M
2245{
2246 struct sigmatel_spec *spec = codec->spec;
403d1944 2247 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
2f2f4251
M
2248}
2249
2250static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2251 struct hda_codec *codec,
c8b6bf9b 2252 struct snd_pcm_substream *substream)
2f2f4251
M
2253{
2254 struct sigmatel_spec *spec = codec->spec;
2255 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2256}
2257
dabbed6f
M
2258/*
2259 * Digital playback callbacks
2260 */
2261static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2262 struct hda_codec *codec,
c8b6bf9b 2263 struct snd_pcm_substream *substream)
dabbed6f
M
2264{
2265 struct sigmatel_spec *spec = codec->spec;
2266 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2267}
2268
2269static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2270 struct hda_codec *codec,
c8b6bf9b 2271 struct snd_pcm_substream *substream)
dabbed6f
M
2272{
2273 struct sigmatel_spec *spec = codec->spec;
2274 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2275}
2276
6b97eb45
TI
2277static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2278 struct hda_codec *codec,
2279 unsigned int stream_tag,
2280 unsigned int format,
2281 struct snd_pcm_substream *substream)
2282{
2283 struct sigmatel_spec *spec = codec->spec;
2284 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2285 stream_tag, format, substream);
2286}
2287
dabbed6f 2288
2f2f4251
M
2289/*
2290 * Analog capture callbacks
2291 */
2292static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2293 struct hda_codec *codec,
2294 unsigned int stream_tag,
2295 unsigned int format,
c8b6bf9b 2296 struct snd_pcm_substream *substream)
2f2f4251
M
2297{
2298 struct sigmatel_spec *spec = codec->spec;
8daaaa97 2299 hda_nid_t nid = spec->adc_nids[substream->number];
2f2f4251 2300
8daaaa97
MR
2301 if (spec->powerdown_adcs) {
2302 msleep(40);
2303 snd_hda_codec_write_cache(codec, nid, 0,
2304 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2305 }
2306 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
2f2f4251
M
2307 return 0;
2308}
2309
2310static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2311 struct hda_codec *codec,
c8b6bf9b 2312 struct snd_pcm_substream *substream)
2f2f4251
M
2313{
2314 struct sigmatel_spec *spec = codec->spec;
8daaaa97 2315 hda_nid_t nid = spec->adc_nids[substream->number];
2f2f4251 2316
8daaaa97
MR
2317 snd_hda_codec_cleanup_stream(codec, nid);
2318 if (spec->powerdown_adcs)
2319 snd_hda_codec_write_cache(codec, nid, 0,
2320 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
2f2f4251
M
2321 return 0;
2322}
2323
dabbed6f
M
2324static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2325 .substreams = 1,
2326 .channels_min = 2,
2327 .channels_max = 2,
2328 /* NID is set in stac92xx_build_pcms */
2329 .ops = {
2330 .open = stac92xx_dig_playback_pcm_open,
6b97eb45
TI
2331 .close = stac92xx_dig_playback_pcm_close,
2332 .prepare = stac92xx_dig_playback_pcm_prepare
dabbed6f
M
2333 },
2334};
2335
2336static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2337 .substreams = 1,
2338 .channels_min = 2,
2339 .channels_max = 2,
2340 /* NID is set in stac92xx_build_pcms */
2341};
2342
2f2f4251
M
2343static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2344 .substreams = 1,
2345 .channels_min = 2,
c7d4b2fa 2346 .channels_max = 8,
2f2f4251
M
2347 .nid = 0x02, /* NID to query formats and rates */
2348 .ops = {
2349 .open = stac92xx_playback_pcm_open,
2350 .prepare = stac92xx_playback_pcm_prepare,
2351 .cleanup = stac92xx_playback_pcm_cleanup
2352 },
2353};
2354
3cc08dc6
MP
2355static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2356 .substreams = 1,
2357 .channels_min = 2,
2358 .channels_max = 2,
2359 .nid = 0x06, /* NID to query formats and rates */
2360 .ops = {
2361 .open = stac92xx_playback_pcm_open,
2362 .prepare = stac92xx_playback_pcm_prepare,
2363 .cleanup = stac92xx_playback_pcm_cleanup
2364 },
2365};
2366
2f2f4251 2367static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
2f2f4251
M
2368 .channels_min = 2,
2369 .channels_max = 2,
9e05b7a3 2370 /* NID + .substreams is set in stac92xx_build_pcms */
2f2f4251
M
2371 .ops = {
2372 .prepare = stac92xx_capture_pcm_prepare,
2373 .cleanup = stac92xx_capture_pcm_cleanup
2374 },
2375};
2376
2377static int stac92xx_build_pcms(struct hda_codec *codec)
2378{
2379 struct sigmatel_spec *spec = codec->spec;
2380 struct hda_pcm *info = spec->pcm_rec;
2381
2382 codec->num_pcms = 1;
2383 codec->pcm_info = info;
2384
c7d4b2fa 2385 info->name = "STAC92xx Analog";
2f2f4251 2386 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
2f2f4251 2387 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
3cc08dc6 2388 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
9e05b7a3 2389 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
3cc08dc6
MP
2390
2391 if (spec->alt_switch) {
2392 codec->num_pcms++;
2393 info++;
2394 info->name = "STAC92xx Analog Alt";
2395 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2396 }
2f2f4251 2397
dabbed6f
M
2398 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2399 codec->num_pcms++;
2400 info++;
2401 info->name = "STAC92xx Digital";
7ba72ba1 2402 info->pcm_type = HDA_PCM_TYPE_SPDIF;
dabbed6f
M
2403 if (spec->multiout.dig_out_nid) {
2404 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2405 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2406 }
2407 if (spec->dig_in_nid) {
2408 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2409 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2410 }
2411 }
2412
2f2f4251
M
2413 return 0;
2414}
2415
c960a03b
TI
2416static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2417{
2418 unsigned int pincap = snd_hda_param_read(codec, nid,
2419 AC_PAR_PIN_CAP);
2420 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2421 if (pincap & AC_PINCAP_VREF_100)
2422 return AC_PINCTL_VREF_100;
2423 if (pincap & AC_PINCAP_VREF_80)
2424 return AC_PINCTL_VREF_80;
2425 if (pincap & AC_PINCAP_VREF_50)
2426 return AC_PINCTL_VREF_50;
2427 if (pincap & AC_PINCAP_VREF_GRD)
2428 return AC_PINCTL_VREF_GRD;
2429 return 0;
2430}
2431
403d1944
MP
2432static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2433
2434{
82beb8fd
TI
2435 snd_hda_codec_write_cache(codec, nid, 0,
2436 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
403d1944
MP
2437}
2438
7c2ba97b
MR
2439#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2440
2441static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2442 struct snd_ctl_elem_value *ucontrol)
2443{
2444 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2445 struct sigmatel_spec *spec = codec->spec;
2446
2447 ucontrol->value.integer.value[0] = spec->hp_switch;
2448 return 0;
2449}
2450
2451static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2452 struct snd_ctl_elem_value *ucontrol)
2453{
2454 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2455 struct sigmatel_spec *spec = codec->spec;
2456
2457 spec->hp_switch = ucontrol->value.integer.value[0];
2458
2459 /* check to be sure that the ports are upto date with
2460 * switch changes
2461 */
2462 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2463
2464 return 1;
2465}
2466
a5ce8890 2467#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
403d1944
MP
2468
2469static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2470{
2471 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2472 struct sigmatel_spec *spec = codec->spec;
2473 int io_idx = kcontrol-> private_value & 0xff;
2474
2475 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2476 return 0;
2477}
2478
2479static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2480{
2481 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2482 struct sigmatel_spec *spec = codec->spec;
2483 hda_nid_t nid = kcontrol->private_value >> 8;
2484 int io_idx = kcontrol-> private_value & 0xff;
68ea7b2f 2485 unsigned short val = !!ucontrol->value.integer.value[0];
403d1944
MP
2486
2487 spec->io_switch[io_idx] = val;
2488
2489 if (val)
2490 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
c960a03b
TI
2491 else {
2492 unsigned int pinctl = AC_PINCTL_IN_EN;
2493 if (io_idx) /* set VREF for mic */
2494 pinctl |= stac92xx_get_vref(codec, nid);
2495 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2496 }
40c1d308
JZ
2497
2498 /* check the auto-mute again: we need to mute/unmute the speaker
2499 * appropriately according to the pin direction
2500 */
2501 if (spec->hp_detect)
2502 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2503
403d1944
MP
2504 return 1;
2505}
2506
0fb87bb4
ML
2507#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2508
2509static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2510 struct snd_ctl_elem_value *ucontrol)
2511{
2512 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2513 struct sigmatel_spec *spec = codec->spec;
2514
2515 ucontrol->value.integer.value[0] = spec->clfe_swap;
2516 return 0;
2517}
2518
2519static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2520 struct snd_ctl_elem_value *ucontrol)
2521{
2522 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2523 struct sigmatel_spec *spec = codec->spec;
2524 hda_nid_t nid = kcontrol->private_value & 0xff;
68ea7b2f 2525 unsigned int val = !!ucontrol->value.integer.value[0];
0fb87bb4 2526
68ea7b2f 2527 if (spec->clfe_swap == val)
0fb87bb4
ML
2528 return 0;
2529
68ea7b2f 2530 spec->clfe_swap = val;
0fb87bb4
ML
2531
2532 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2533 spec->clfe_swap ? 0x4 : 0x0);
2534
2535 return 1;
2536}
2537
7c2ba97b
MR
2538#define STAC_CODEC_HP_SWITCH(xname) \
2539 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2540 .name = xname, \
2541 .index = 0, \
2542 .info = stac92xx_hp_switch_info, \
2543 .get = stac92xx_hp_switch_get, \
2544 .put = stac92xx_hp_switch_put, \
2545 }
2546
403d1944
MP
2547#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2548 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2549 .name = xname, \
2550 .index = 0, \
2551 .info = stac92xx_io_switch_info, \
2552 .get = stac92xx_io_switch_get, \
2553 .put = stac92xx_io_switch_put, \
2554 .private_value = xpval, \
2555 }
2556
0fb87bb4
ML
2557#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2558 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2559 .name = xname, \
2560 .index = 0, \
2561 .info = stac92xx_clfe_switch_info, \
2562 .get = stac92xx_clfe_switch_get, \
2563 .put = stac92xx_clfe_switch_put, \
2564 .private_value = xpval, \
2565 }
403d1944 2566
c7d4b2fa
M
2567enum {
2568 STAC_CTL_WIDGET_VOL,
2569 STAC_CTL_WIDGET_MUTE,
09a99959 2570 STAC_CTL_WIDGET_MONO_MUX,
89385035
MR
2571 STAC_CTL_WIDGET_AMP_MUX,
2572 STAC_CTL_WIDGET_AMP_VOL,
7c2ba97b 2573 STAC_CTL_WIDGET_HP_SWITCH,
403d1944 2574 STAC_CTL_WIDGET_IO_SWITCH,
0fb87bb4 2575 STAC_CTL_WIDGET_CLFE_SWITCH
c7d4b2fa
M
2576};
2577
c8b6bf9b 2578static struct snd_kcontrol_new stac92xx_control_templates[] = {
c7d4b2fa
M
2579 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2580 HDA_CODEC_MUTE(NULL, 0, 0, 0),
09a99959 2581 STAC_MONO_MUX,
89385035
MR
2582 STAC_AMP_MUX,
2583 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
7c2ba97b 2584 STAC_CODEC_HP_SWITCH(NULL),
403d1944 2585 STAC_CODEC_IO_SWITCH(NULL, 0),
0fb87bb4 2586 STAC_CODEC_CLFE_SWITCH(NULL, 0),
c7d4b2fa
M
2587};
2588
2589/* add dynamic controls */
4682eee0
MR
2590static int stac92xx_add_control_idx(struct sigmatel_spec *spec, int type,
2591 int idx, const char *name, unsigned long val)
c7d4b2fa 2592{
c8b6bf9b 2593 struct snd_kcontrol_new *knew;
c7d4b2fa
M
2594
2595 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2596 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2597
2598 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL); /* array + terminator */
2599 if (! knew)
2600 return -ENOMEM;
2601 if (spec->kctl_alloc) {
2602 memcpy(knew, spec->kctl_alloc, sizeof(*knew) * spec->num_kctl_alloc);
2603 kfree(spec->kctl_alloc);
2604 }
2605 spec->kctl_alloc = knew;
2606 spec->num_kctl_alloc = num;
2607 }
2608
2609 knew = &spec->kctl_alloc[spec->num_kctl_used];
2610 *knew = stac92xx_control_templates[type];
4682eee0 2611 knew->index = idx;
82fe0c58 2612 knew->name = kstrdup(name, GFP_KERNEL);
c7d4b2fa
M
2613 if (! knew->name)
2614 return -ENOMEM;
2615 knew->private_value = val;
2616 spec->num_kctl_used++;
2617 return 0;
2618}
2619
4682eee0
MR
2620
2621/* add dynamic controls */
2622static int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2623 const char *name, unsigned long val)
2624{
2625 return stac92xx_add_control_idx(spec, type, 0, name, val);
2626}
2627
403d1944
MP
2628/* flag inputs as additional dynamic lineouts */
2629static int stac92xx_add_dyn_out_pins(struct hda_codec *codec, struct auto_pin_cfg *cfg)
2630{
2631 struct sigmatel_spec *spec = codec->spec;
7b043899
SL
2632 unsigned int wcaps, wtype;
2633 int i, num_dacs = 0;
2634
2635 /* use the wcaps cache to count all DACs available for line-outs */
2636 for (i = 0; i < codec->num_nodes; i++) {
2637 wcaps = codec->wcaps[i];
2638 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
8e9068b1 2639
7b043899
SL
2640 if (wtype == AC_WID_AUD_OUT && !(wcaps & AC_WCAP_DIGITAL))
2641 num_dacs++;
2642 }
403d1944 2643
7b043899
SL
2644 snd_printdd("%s: total dac count=%d\n", __func__, num_dacs);
2645
403d1944
MP
2646 switch (cfg->line_outs) {
2647 case 3:
2648 /* add line-in as side */
7b043899 2649 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 3) {
c480f79b
TI
2650 cfg->line_out_pins[cfg->line_outs] =
2651 cfg->input_pins[AUTO_PIN_LINE];
403d1944
MP
2652 spec->line_switch = 1;
2653 cfg->line_outs++;
2654 }
2655 break;
2656 case 2:
2657 /* add line-in as clfe and mic as side */
7b043899 2658 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 2) {
c480f79b
TI
2659 cfg->line_out_pins[cfg->line_outs] =
2660 cfg->input_pins[AUTO_PIN_LINE];
403d1944
MP
2661 spec->line_switch = 1;
2662 cfg->line_outs++;
2663 }
7b043899 2664 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 3) {
c480f79b
TI
2665 cfg->line_out_pins[cfg->line_outs] =
2666 cfg->input_pins[AUTO_PIN_MIC];
403d1944
MP
2667 spec->mic_switch = 1;
2668 cfg->line_outs++;
2669 }
2670 break;
2671 case 1:
2672 /* add line-in as surr and mic as clfe */
7b043899 2673 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 1) {
c480f79b
TI
2674 cfg->line_out_pins[cfg->line_outs] =
2675 cfg->input_pins[AUTO_PIN_LINE];
403d1944
MP
2676 spec->line_switch = 1;
2677 cfg->line_outs++;
2678 }
7b043899 2679 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 2) {
c480f79b
TI
2680 cfg->line_out_pins[cfg->line_outs] =
2681 cfg->input_pins[AUTO_PIN_MIC];
403d1944
MP
2682 spec->mic_switch = 1;
2683 cfg->line_outs++;
2684 }
2685 break;
2686 }
2687
2688 return 0;
2689}
2690
7b043899
SL
2691
2692static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2693{
2694 int i;
2695
2696 for (i = 0; i < spec->multiout.num_dacs; i++) {
2697 if (spec->multiout.dac_nids[i] == nid)
2698 return 1;
2699 }
2700
2701 return 0;
2702}
2703
3cc08dc6 2704/*
7b043899
SL
2705 * Fill in the dac_nids table from the parsed pin configuration
2706 * This function only works when every pin in line_out_pins[]
2707 * contains atleast one DAC in its connection list. Some 92xx
2708 * codecs are not connected directly to a DAC, such as the 9200
2709 * and 9202/925x. For those, dac_nids[] must be hard-coded.
3cc08dc6 2710 */
19039bd0 2711static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec,
df802952 2712 struct auto_pin_cfg *cfg)
c7d4b2fa
M
2713{
2714 struct sigmatel_spec *spec = codec->spec;
7b043899
SL
2715 int i, j, conn_len = 0;
2716 hda_nid_t nid, conn[HDA_MAX_CONNECTIONS];
2717 unsigned int wcaps, wtype;
2718
c7d4b2fa
M
2719 for (i = 0; i < cfg->line_outs; i++) {
2720 nid = cfg->line_out_pins[i];
7b043899
SL
2721 conn_len = snd_hda_get_connections(codec, nid, conn,
2722 HDA_MAX_CONNECTIONS);
2723 for (j = 0; j < conn_len; j++) {
2724 wcaps = snd_hda_param_read(codec, conn[j],
2725 AC_PAR_AUDIO_WIDGET_CAP);
2726 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
7b043899
SL
2727 if (wtype != AC_WID_AUD_OUT ||
2728 (wcaps & AC_WCAP_DIGITAL))
2729 continue;
2730 /* conn[j] is a DAC routed to this line-out */
2731 if (!is_in_dac_nids(spec, conn[j]))
2732 break;
2733 }
2734
2735 if (j == conn_len) {
df802952
TI
2736 if (spec->multiout.num_dacs > 0) {
2737 /* we have already working output pins,
2738 * so let's drop the broken ones again
2739 */
2740 cfg->line_outs = spec->multiout.num_dacs;
2741 break;
2742 }
7b043899
SL
2743 /* error out, no available DAC found */
2744 snd_printk(KERN_ERR
2745 "%s: No available DAC for pin 0x%x\n",
2746 __func__, nid);
2747 return -ENODEV;
2748 }
2749
2750 spec->multiout.dac_nids[i] = conn[j];
2751 spec->multiout.num_dacs++;
2752 if (conn_len > 1) {
2753 /* select this DAC in the pin's input mux */
82beb8fd
TI
2754 snd_hda_codec_write_cache(codec, nid, 0,
2755 AC_VERB_SET_CONNECT_SEL, j);
c7d4b2fa 2756
7b043899
SL
2757 }
2758 }
c7d4b2fa 2759
7b043899
SL
2760 snd_printd("dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2761 spec->multiout.num_dacs,
2762 spec->multiout.dac_nids[0],
2763 spec->multiout.dac_nids[1],
2764 spec->multiout.dac_nids[2],
2765 spec->multiout.dac_nids[3],
2766 spec->multiout.dac_nids[4]);
c7d4b2fa
M
2767 return 0;
2768}
2769
eb06ed8f
TI
2770/* create volume control/switch for the given prefx type */
2771static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2772{
2773 char name[32];
2774 int err;
2775
2776 sprintf(name, "%s Playback Volume", pfx);
2777 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2778 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2779 if (err < 0)
2780 return err;
2781 sprintf(name, "%s Playback Switch", pfx);
2782 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2783 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2784 if (err < 0)
2785 return err;
2786 return 0;
2787}
2788
ae0afd81
MR
2789static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
2790{
2791 if (!spec->multiout.hp_nid)
2792 spec->multiout.hp_nid = nid;
2793 else if (spec->multiout.num_dacs > 4) {
2794 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
2795 return 1;
2796 } else {
2797 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
2798 spec->multiout.num_dacs++;
2799 }
2800 return 0;
2801}
2802
2803static int check_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2804{
2805 if (is_in_dac_nids(spec, nid))
2806 return 1;
2807 if (spec->multiout.hp_nid == nid)
2808 return 1;
2809 return 0;
2810}
2811
c7d4b2fa 2812/* add playback controls from the parsed DAC table */
0fb87bb4 2813static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
19039bd0 2814 const struct auto_pin_cfg *cfg)
c7d4b2fa 2815{
19039bd0
TI
2816 static const char *chname[4] = {
2817 "Front", "Surround", NULL /*CLFE*/, "Side"
2818 };
d21995e3 2819 hda_nid_t nid = 0;
c7d4b2fa
M
2820 int i, err;
2821
0fb87bb4 2822 struct sigmatel_spec *spec = codec->spec;
b5895dc8 2823 unsigned int wid_caps, pincap;
0fb87bb4
ML
2824
2825
40ac8c4f 2826 for (i = 0; i < cfg->line_outs && i < spec->multiout.num_dacs; i++) {
403d1944 2827 if (!spec->multiout.dac_nids[i])
c7d4b2fa
M
2828 continue;
2829
2830 nid = spec->multiout.dac_nids[i];
2831
2832 if (i == 2) {
2833 /* Center/LFE */
eb06ed8f
TI
2834 err = create_controls(spec, "Center", nid, 1);
2835 if (err < 0)
c7d4b2fa 2836 return err;
eb06ed8f
TI
2837 err = create_controls(spec, "LFE", nid, 2);
2838 if (err < 0)
c7d4b2fa 2839 return err;
0fb87bb4
ML
2840
2841 wid_caps = get_wcaps(codec, nid);
2842
2843 if (wid_caps & AC_WCAP_LR_SWAP) {
2844 err = stac92xx_add_control(spec,
2845 STAC_CTL_WIDGET_CLFE_SWITCH,
2846 "Swap Center/LFE Playback Switch", nid);
2847
2848 if (err < 0)
2849 return err;
2850 }
2851
c7d4b2fa 2852 } else {
eb06ed8f
TI
2853 err = create_controls(spec, chname[i], nid, 3);
2854 if (err < 0)
c7d4b2fa
M
2855 return err;
2856 }
2857 }
2858
fedb7569
MR
2859 if ((spec->multiout.num_dacs - cfg->line_outs) > 0 &&
2860 cfg->hp_outs && !spec->multiout.hp_nid)
2861 spec->multiout.hp_nid = nid;
2862
7c2ba97b
MR
2863 if (cfg->hp_outs > 1) {
2864 err = stac92xx_add_control(spec,
2865 STAC_CTL_WIDGET_HP_SWITCH,
2866 "Headphone as Line Out Switch", 0);
2867 if (err < 0)
2868 return err;
2869 }
2870
b5895dc8
MR
2871 if (spec->line_switch) {
2872 nid = cfg->input_pins[AUTO_PIN_LINE];
2873 pincap = snd_hda_param_read(codec, nid,
2874 AC_PAR_PIN_CAP);
2875 if (pincap & AC_PINCAP_OUT) {
2876 err = stac92xx_add_control(spec,
2877 STAC_CTL_WIDGET_IO_SWITCH,
2878 "Line In as Output Switch", nid << 8);
2879 if (err < 0)
2880 return err;
2881 }
2882 }
403d1944 2883
b5895dc8 2884 if (spec->mic_switch) {
cace16f1 2885 unsigned int def_conf;
ae0afd81
MR
2886 unsigned int mic_pin = AUTO_PIN_MIC;
2887again:
2888 nid = cfg->input_pins[mic_pin];
cace16f1
MR
2889 def_conf = snd_hda_codec_read(codec, nid, 0,
2890 AC_VERB_GET_CONFIG_DEFAULT, 0);
cace16f1
MR
2891 /* some laptops have an internal analog microphone
2892 * which can't be used as a output */
2893 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2894 pincap = snd_hda_param_read(codec, nid,
2895 AC_PAR_PIN_CAP);
2896 if (pincap & AC_PINCAP_OUT) {
2897 err = stac92xx_add_control(spec,
2898 STAC_CTL_WIDGET_IO_SWITCH,
2899 "Mic as Output Switch", (nid << 8) | 1);
ae0afd81
MR
2900 nid = snd_hda_codec_read(codec, nid, 0,
2901 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2902 if (!check_in_dac_nids(spec, nid))
2903 add_spec_dacs(spec, nid);
cace16f1
MR
2904 if (err < 0)
2905 return err;
2906 }
ae0afd81
MR
2907 } else if (mic_pin == AUTO_PIN_MIC) {
2908 mic_pin = AUTO_PIN_FRONT_MIC;
2909 goto again;
b5895dc8
MR
2910 }
2911 }
403d1944 2912
c7d4b2fa
M
2913 return 0;
2914}
2915
eb06ed8f
TI
2916/* add playback controls for Speaker and HP outputs */
2917static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
2918 struct auto_pin_cfg *cfg)
2919{
2920 struct sigmatel_spec *spec = codec->spec;
2921 hda_nid_t nid;
2922 int i, old_num_dacs, err;
2923
2924 old_num_dacs = spec->multiout.num_dacs;
2925 for (i = 0; i < cfg->hp_outs; i++) {
2926 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
2927 if (wid_caps & AC_WCAP_UNSOL_CAP)
2928 spec->hp_detect = 1;
2929 nid = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
2930 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2931 if (check_in_dac_nids(spec, nid))
2932 nid = 0;
2933 if (! nid)
c7d4b2fa 2934 continue;
eb06ed8f
TI
2935 add_spec_dacs(spec, nid);
2936 }
2937 for (i = 0; i < cfg->speaker_outs; i++) {
7b043899 2938 nid = snd_hda_codec_read(codec, cfg->speaker_pins[i], 0,
eb06ed8f
TI
2939 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2940 if (check_in_dac_nids(spec, nid))
2941 nid = 0;
eb06ed8f
TI
2942 if (! nid)
2943 continue;
2944 add_spec_dacs(spec, nid);
c7d4b2fa 2945 }
1b290a51
MR
2946 for (i = 0; i < cfg->line_outs; i++) {
2947 nid = snd_hda_codec_read(codec, cfg->line_out_pins[i], 0,
2948 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2949 if (check_in_dac_nids(spec, nid))
2950 nid = 0;
2951 if (! nid)
2952 continue;
2953 add_spec_dacs(spec, nid);
2954 }
eb06ed8f
TI
2955 for (i = old_num_dacs; i < spec->multiout.num_dacs; i++) {
2956 static const char *pfxs[] = {
2957 "Speaker", "External Speaker", "Speaker2",
2958 };
2959 err = create_controls(spec, pfxs[i - old_num_dacs],
2960 spec->multiout.dac_nids[i], 3);
2961 if (err < 0)
2962 return err;
2963 }
2964 if (spec->multiout.hp_nid) {
2626a263
TI
2965 err = create_controls(spec, "Headphone",
2966 spec->multiout.hp_nid, 3);
eb06ed8f
TI
2967 if (err < 0)
2968 return err;
2969 }
c7d4b2fa
M
2970
2971 return 0;
2972}
2973
b22b4821 2974/* labels for mono mux outputs */
d0513fc6
MR
2975static const char *stac92xx_mono_labels[4] = {
2976 "DAC0", "DAC1", "Mixer", "DAC2"
b22b4821
MR
2977};
2978
2979/* create mono mux for mono out on capable codecs */
2980static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
2981{
2982 struct sigmatel_spec *spec = codec->spec;
2983 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
2984 int i, num_cons;
2985 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
2986
2987 num_cons = snd_hda_get_connections(codec,
2988 spec->mono_nid,
2989 con_lst,
2990 HDA_MAX_NUM_INPUTS);
2991 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
2992 return -EINVAL;
2993
2994 for (i = 0; i < num_cons; i++) {
2995 mono_mux->items[mono_mux->num_items].label =
2996 stac92xx_mono_labels[i];
2997 mono_mux->items[mono_mux->num_items].index = i;
2998 mono_mux->num_items++;
2999 }
09a99959
MR
3000
3001 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3002 "Mono Mux", spec->mono_nid);
b22b4821
MR
3003}
3004
89385035
MR
3005/* labels for amp mux outputs */
3006static const char *stac92xx_amp_labels[3] = {
4b33c767 3007 "Front Microphone", "Microphone", "Line In",
89385035
MR
3008};
3009
3010/* create amp out controls mux on capable codecs */
3011static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3012{
3013 struct sigmatel_spec *spec = codec->spec;
3014 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3015 int i, err;
3016
2a9c7816 3017 for (i = 0; i < spec->num_amps; i++) {
89385035
MR
3018 amp_mux->items[amp_mux->num_items].label =
3019 stac92xx_amp_labels[i];
3020 amp_mux->items[amp_mux->num_items].index = i;
3021 amp_mux->num_items++;
3022 }
3023
2a9c7816
MR
3024 if (spec->num_amps > 1) {
3025 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3026 "Amp Selector Capture Switch", 0);
3027 if (err < 0)
3028 return err;
3029 }
89385035
MR
3030 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3031 "Amp Capture Volume",
3032 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3033}
3034
3035
1cd2224c
MR
3036/* create PC beep volume controls */
3037static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3038 hda_nid_t nid)
3039{
3040 struct sigmatel_spec *spec = codec->spec;
3041 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3042 int err;
3043
3044 /* check for mute support for the the amp */
3045 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3046 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3047 "PC Beep Playback Switch",
3048 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3049 if (err < 0)
3050 return err;
3051 }
3052
3053 /* check to see if there is volume support for the amp */
3054 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3055 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3056 "PC Beep Playback Volume",
3057 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3058 if (err < 0)
3059 return err;
3060 }
3061 return 0;
3062}
3063
4682eee0
MR
3064static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3065{
3066 struct sigmatel_spec *spec = codec->spec;
3067 int wcaps, nid, i, err = 0;
3068
3069 for (i = 0; i < spec->num_muxes; i++) {
3070 nid = spec->mux_nids[i];
3071 wcaps = get_wcaps(codec, nid);
3072
3073 if (wcaps & AC_WCAP_OUT_AMP) {
3074 err = stac92xx_add_control_idx(spec,
3075 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3076 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3077 if (err < 0)
3078 return err;
3079 }
3080 }
3081 return 0;
3082};
3083
d9737751 3084static const char *stac92xx_spdif_labels[3] = {
65973632 3085 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
d9737751
MR
3086};
3087
3088static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3089{
3090 struct sigmatel_spec *spec = codec->spec;
3091 struct hda_input_mux *spdif_mux = &spec->private_smux;
65973632 3092 const char **labels = spec->spdif_labels;
d9737751 3093 int i, num_cons;
65973632 3094 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
d9737751
MR
3095
3096 num_cons = snd_hda_get_connections(codec,
3097 spec->smux_nids[0],
3098 con_lst,
3099 HDA_MAX_NUM_INPUTS);
65973632 3100 if (!num_cons)
d9737751
MR
3101 return -EINVAL;
3102
65973632
MR
3103 if (!labels)
3104 labels = stac92xx_spdif_labels;
3105
d9737751 3106 for (i = 0; i < num_cons; i++) {
65973632 3107 spdif_mux->items[spdif_mux->num_items].label = labels[i];
d9737751
MR
3108 spdif_mux->items[spdif_mux->num_items].index = i;
3109 spdif_mux->num_items++;
3110 }
3111
3112 return 0;
3113}
3114
8b65727b 3115/* labels for dmic mux inputs */
ddc2cec4 3116static const char *stac92xx_dmic_labels[5] = {
8b65727b
MP
3117 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3118 "Digital Mic 3", "Digital Mic 4"
3119};
3120
3121/* create playback/capture controls for input pins on dmic capable codecs */
3122static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3123 const struct auto_pin_cfg *cfg)
3124{
3125 struct sigmatel_spec *spec = codec->spec;
3126 struct hda_input_mux *dimux = &spec->private_dimux;
3127 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
0678accd
MR
3128 int err, i, j;
3129 char name[32];
8b65727b
MP
3130
3131 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3132 dimux->items[dimux->num_items].index = 0;
3133 dimux->num_items++;
3134
3135 for (i = 0; i < spec->num_dmics; i++) {
0678accd 3136 hda_nid_t nid;
8b65727b
MP
3137 int index;
3138 int num_cons;
0678accd 3139 unsigned int wcaps;
8b65727b
MP
3140 unsigned int def_conf;
3141
3142 def_conf = snd_hda_codec_read(codec,
3143 spec->dmic_nids[i],
3144 0,
3145 AC_VERB_GET_CONFIG_DEFAULT,
3146 0);
3147 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3148 continue;
3149
0678accd 3150 nid = spec->dmic_nids[i];
8b65727b 3151 num_cons = snd_hda_get_connections(codec,
e1f0d669 3152 spec->dmux_nids[0],
8b65727b
MP
3153 con_lst,
3154 HDA_MAX_NUM_INPUTS);
3155 for (j = 0; j < num_cons; j++)
0678accd 3156 if (con_lst[j] == nid) {
8b65727b
MP
3157 index = j;
3158 goto found;
3159 }
3160 continue;
3161found:
d0513fc6
MR
3162 wcaps = get_wcaps(codec, nid) &
3163 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
0678accd 3164
d0513fc6 3165 if (wcaps) {
0678accd
MR
3166 sprintf(name, "%s Capture Volume",
3167 stac92xx_dmic_labels[dimux->num_items]);
3168
3169 err = stac92xx_add_control(spec,
3170 STAC_CTL_WIDGET_VOL,
3171 name,
d0513fc6
MR
3172 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3173 (wcaps & AC_WCAP_OUT_AMP) ?
3174 HDA_OUTPUT : HDA_INPUT));
0678accd
MR
3175 if (err < 0)
3176 return err;
3177 }
3178
8b65727b
MP
3179 dimux->items[dimux->num_items].label =
3180 stac92xx_dmic_labels[dimux->num_items];
3181 dimux->items[dimux->num_items].index = index;
3182 dimux->num_items++;
3183 }
3184
3185 return 0;
3186}
3187
c7d4b2fa
M
3188/* create playback/capture controls for input pins */
3189static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3190{
3191 struct sigmatel_spec *spec = codec->spec;
c7d4b2fa
M
3192 struct hda_input_mux *imux = &spec->private_imux;
3193 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3194 int i, j, k;
3195
3196 for (i = 0; i < AUTO_PIN_LAST; i++) {
314634bc
TI
3197 int index;
3198
3199 if (!cfg->input_pins[i])
3200 continue;
3201 index = -1;
3202 for (j = 0; j < spec->num_muxes; j++) {
3203 int num_cons;
3204 num_cons = snd_hda_get_connections(codec,
3205 spec->mux_nids[j],
3206 con_lst,
3207 HDA_MAX_NUM_INPUTS);
3208 for (k = 0; k < num_cons; k++)
3209 if (con_lst[k] == cfg->input_pins[i]) {
3210 index = k;
3211 goto found;
3212 }
c7d4b2fa 3213 }
314634bc
TI
3214 continue;
3215 found:
3216 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3217 imux->items[imux->num_items].index = index;
3218 imux->num_items++;
c7d4b2fa
M
3219 }
3220
7b043899 3221 if (imux->num_items) {
62fe78e9
SR
3222 /*
3223 * Set the current input for the muxes.
3224 * The STAC9221 has two input muxes with identical source
3225 * NID lists. Hopefully this won't get confused.
3226 */
3227 for (i = 0; i < spec->num_muxes; i++) {
82beb8fd
TI
3228 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3229 AC_VERB_SET_CONNECT_SEL,
3230 imux->items[0].index);
62fe78e9
SR
3231 }
3232 }
3233
c7d4b2fa
M
3234 return 0;
3235}
3236
c7d4b2fa
M
3237static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3238{
3239 struct sigmatel_spec *spec = codec->spec;
3240 int i;
3241
3242 for (i = 0; i < spec->autocfg.line_outs; i++) {
3243 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3244 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3245 }
3246}
3247
3248static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3249{
3250 struct sigmatel_spec *spec = codec->spec;
eb06ed8f 3251 int i;
c7d4b2fa 3252
eb06ed8f
TI
3253 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3254 hda_nid_t pin;
3255 pin = spec->autocfg.hp_pins[i];
3256 if (pin) /* connect to front */
3257 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3258 }
3259 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3260 hda_nid_t pin;
3261 pin = spec->autocfg.speaker_pins[i];
3262 if (pin) /* connect to front */
3263 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3264 }
c7d4b2fa
M
3265}
3266
3cc08dc6 3267static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
c7d4b2fa
M
3268{
3269 struct sigmatel_spec *spec = codec->spec;
3270 int err;
bcecd9bd 3271 int hp_speaker_swap = 0;
c7d4b2fa 3272
8b65727b
MP
3273 if ((err = snd_hda_parse_pin_def_config(codec,
3274 &spec->autocfg,
3275 spec->dmic_nids)) < 0)
c7d4b2fa 3276 return err;
82bc955f 3277 if (! spec->autocfg.line_outs)
869264c4 3278 return 0; /* can't find valid pin config */
19039bd0 3279
bcecd9bd
JZ
3280 /* If we have no real line-out pin and multiple hp-outs, HPs should
3281 * be set up as multi-channel outputs.
3282 */
3283 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3284 spec->autocfg.hp_outs > 1) {
3285 /* Copy hp_outs to line_outs, backup line_outs in
3286 * speaker_outs so that the following routines can handle
3287 * HP pins as primary outputs.
3288 */
3289 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3290 sizeof(spec->autocfg.line_out_pins));
3291 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3292 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3293 sizeof(spec->autocfg.hp_pins));
3294 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3295 hp_speaker_swap = 1;
3296 }
09a99959 3297 if (spec->autocfg.mono_out_pin) {
d0513fc6
MR
3298 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3299 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
09a99959
MR
3300 u32 caps = query_amp_caps(codec,
3301 spec->autocfg.mono_out_pin, dir);
3302 hda_nid_t conn_list[1];
3303
3304 /* get the mixer node and then the mono mux if it exists */
3305 if (snd_hda_get_connections(codec,
3306 spec->autocfg.mono_out_pin, conn_list, 1) &&
3307 snd_hda_get_connections(codec, conn_list[0],
3308 conn_list, 1)) {
3309
3310 int wcaps = get_wcaps(codec, conn_list[0]);
3311 int wid_type = (wcaps & AC_WCAP_TYPE)
3312 >> AC_WCAP_TYPE_SHIFT;
3313 /* LR swap check, some stac925x have a mux that
3314 * changes the DACs output path instead of the
3315 * mono-mux path.
3316 */
3317 if (wid_type == AC_WID_AUD_SEL &&
3318 !(wcaps & AC_WCAP_LR_SWAP))
3319 spec->mono_nid = conn_list[0];
3320 }
d0513fc6
MR
3321 if (dir) {
3322 hda_nid_t nid = spec->autocfg.mono_out_pin;
3323
3324 /* most mono outs have a least a mute/unmute switch */
3325 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3326 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3327 "Mono Playback Switch",
3328 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
09a99959
MR
3329 if (err < 0)
3330 return err;
d0513fc6
MR
3331 /* check for volume support for the amp */
3332 if ((caps & AC_AMPCAP_NUM_STEPS)
3333 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3334 err = stac92xx_add_control(spec,
3335 STAC_CTL_WIDGET_VOL,
3336 "Mono Playback Volume",
3337 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3338 if (err < 0)
3339 return err;
3340 }
09a99959
MR
3341 }
3342
3343 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3344 AC_PINCTL_OUT_EN);
3345 }
bcecd9bd 3346
403d1944
MP
3347 if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0)
3348 return err;
19039bd0
TI
3349 if (spec->multiout.num_dacs == 0)
3350 if ((err = stac92xx_auto_fill_dac_nids(codec, &spec->autocfg)) < 0)
3351 return err;
c7d4b2fa 3352
0fb87bb4
ML
3353 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3354
3355 if (err < 0)
3356 return err;
3357
1cd2224c
MR
3358 /* setup analog beep controls */
3359 if (spec->anabeep_nid > 0) {
3360 err = stac92xx_auto_create_beep_ctls(codec,
3361 spec->anabeep_nid);
3362 if (err < 0)
3363 return err;
3364 }
3365
3366 /* setup digital beep controls and input device */
3367#ifdef CONFIG_SND_HDA_INPUT_BEEP
3368 if (spec->digbeep_nid > 0) {
3369 hda_nid_t nid = spec->digbeep_nid;
3370
3371 err = stac92xx_auto_create_beep_ctls(codec, nid);
3372 if (err < 0)
3373 return err;
3374 err = snd_hda_attach_beep_device(codec, nid);
3375 if (err < 0)
3376 return err;
3377 }
3378#endif
3379
bcecd9bd
JZ
3380 if (hp_speaker_swap == 1) {
3381 /* Restore the hp_outs and line_outs */
3382 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3383 sizeof(spec->autocfg.line_out_pins));
3384 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3385 memcpy(spec->autocfg.line_out_pins, spec->autocfg.speaker_pins,
3386 sizeof(spec->autocfg.speaker_pins));
3387 spec->autocfg.line_outs = spec->autocfg.speaker_outs;
3388 memset(spec->autocfg.speaker_pins, 0,
3389 sizeof(spec->autocfg.speaker_pins));
3390 spec->autocfg.speaker_outs = 0;
3391 }
3392
0fb87bb4
ML
3393 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3394
3395 if (err < 0)
3396 return err;
3397
3398 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3399
3400 if (err < 0)
c7d4b2fa
M
3401 return err;
3402
b22b4821
MR
3403 if (spec->mono_nid > 0) {
3404 err = stac92xx_auto_create_mono_output_ctls(codec);
3405 if (err < 0)
3406 return err;
3407 }
2a9c7816 3408 if (spec->num_amps > 0) {
89385035
MR
3409 err = stac92xx_auto_create_amp_output_ctls(codec);
3410 if (err < 0)
3411 return err;
3412 }
2a9c7816 3413 if (spec->num_dmics > 0 && !spec->dinput_mux)
8b65727b
MP
3414 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3415 &spec->autocfg)) < 0)
3416 return err;
4682eee0
MR
3417 if (spec->num_muxes > 0) {
3418 err = stac92xx_auto_create_mux_input_ctls(codec);
3419 if (err < 0)
3420 return err;
3421 }
d9737751
MR
3422 if (spec->num_smuxes > 0) {
3423 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3424 if (err < 0)
3425 return err;
3426 }
8b65727b 3427
c7d4b2fa 3428 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
403d1944 3429 if (spec->multiout.max_channels > 2)
c7d4b2fa 3430 spec->surr_switch = 1;
c7d4b2fa 3431
82bc955f 3432 if (spec->autocfg.dig_out_pin)
3cc08dc6 3433 spec->multiout.dig_out_nid = dig_out;
d0513fc6 3434 if (dig_in && spec->autocfg.dig_in_pin)
3cc08dc6 3435 spec->dig_in_nid = dig_in;
c7d4b2fa
M
3436
3437 if (spec->kctl_alloc)
3438 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3439
3440 spec->input_mux = &spec->private_imux;
2a9c7816 3441 spec->dinput_mux = &spec->private_dimux;
d9737751 3442 spec->sinput_mux = &spec->private_smux;
b22b4821 3443 spec->mono_mux = &spec->private_mono_mux;
89385035 3444 spec->amp_mux = &spec->private_amp_mux;
c7d4b2fa
M
3445 return 1;
3446}
3447
82bc955f
TI
3448/* add playback controls for HP output */
3449static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3450 struct auto_pin_cfg *cfg)
3451{
3452 struct sigmatel_spec *spec = codec->spec;
eb06ed8f 3453 hda_nid_t pin = cfg->hp_pins[0];
82bc955f
TI
3454 unsigned int wid_caps;
3455
3456 if (! pin)
3457 return 0;
3458
3459 wid_caps = get_wcaps(codec, pin);
505cb341 3460 if (wid_caps & AC_WCAP_UNSOL_CAP)
82bc955f 3461 spec->hp_detect = 1;
82bc955f
TI
3462
3463 return 0;
3464}
3465
160ea0dc
RF
3466/* add playback controls for LFE output */
3467static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3468 struct auto_pin_cfg *cfg)
3469{
3470 struct sigmatel_spec *spec = codec->spec;
3471 int err;
3472 hda_nid_t lfe_pin = 0x0;
3473 int i;
3474
3475 /*
3476 * search speaker outs and line outs for a mono speaker pin
3477 * with an amp. If one is found, add LFE controls
3478 * for it.
3479 */
3480 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3481 hda_nid_t pin = spec->autocfg.speaker_pins[i];
64ed0dfd 3482 unsigned int wcaps = get_wcaps(codec, pin);
160ea0dc
RF
3483 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3484 if (wcaps == AC_WCAP_OUT_AMP)
3485 /* found a mono speaker with an amp, must be lfe */
3486 lfe_pin = pin;
3487 }
3488
3489 /* if speaker_outs is 0, then speakers may be in line_outs */
3490 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3491 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3492 hda_nid_t pin = spec->autocfg.line_out_pins[i];
64ed0dfd 3493 unsigned int defcfg;
8b551785 3494 defcfg = snd_hda_codec_read(codec, pin, 0,
160ea0dc
RF
3495 AC_VERB_GET_CONFIG_DEFAULT,
3496 0x00);
8b551785 3497 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
64ed0dfd 3498 unsigned int wcaps = get_wcaps(codec, pin);
160ea0dc
RF
3499 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3500 if (wcaps == AC_WCAP_OUT_AMP)
3501 /* found a mono speaker with an amp,
3502 must be lfe */
3503 lfe_pin = pin;
3504 }
3505 }
3506 }
3507
3508 if (lfe_pin) {
eb06ed8f 3509 err = create_controls(spec, "LFE", lfe_pin, 1);
160ea0dc
RF
3510 if (err < 0)
3511 return err;
3512 }
3513
3514 return 0;
3515}
3516
c7d4b2fa
M
3517static int stac9200_parse_auto_config(struct hda_codec *codec)
3518{
3519 struct sigmatel_spec *spec = codec->spec;
3520 int err;
3521
df694daa 3522 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
c7d4b2fa
M
3523 return err;
3524
3525 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3526 return err;
3527
82bc955f
TI
3528 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3529 return err;
3530
160ea0dc
RF
3531 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3532 return err;
3533
82bc955f 3534 if (spec->autocfg.dig_out_pin)
c7d4b2fa 3535 spec->multiout.dig_out_nid = 0x05;
82bc955f 3536 if (spec->autocfg.dig_in_pin)
c7d4b2fa 3537 spec->dig_in_nid = 0x04;
c7d4b2fa
M
3538
3539 if (spec->kctl_alloc)
3540 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3541
3542 spec->input_mux = &spec->private_imux;
8b65727b 3543 spec->dinput_mux = &spec->private_dimux;
c7d4b2fa
M
3544
3545 return 1;
3546}
3547
62fe78e9
SR
3548/*
3549 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3550 * funky external mute control using GPIO pins.
3551 */
3552
76e1ddfb 3553static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
4fe5195c 3554 unsigned int dir_mask, unsigned int data)
62fe78e9
SR
3555{
3556 unsigned int gpiostate, gpiomask, gpiodir;
3557
3558 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3559 AC_VERB_GET_GPIO_DATA, 0);
4fe5195c 3560 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
62fe78e9
SR
3561
3562 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3563 AC_VERB_GET_GPIO_MASK, 0);
76e1ddfb 3564 gpiomask |= mask;
62fe78e9
SR
3565
3566 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3567 AC_VERB_GET_GPIO_DIRECTION, 0);
4fe5195c 3568 gpiodir |= dir_mask;
62fe78e9 3569
76e1ddfb 3570 /* Configure GPIOx as CMOS */
62fe78e9
SR
3571 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3572
3573 snd_hda_codec_write(codec, codec->afg, 0,
3574 AC_VERB_SET_GPIO_MASK, gpiomask);
76e1ddfb
TI
3575 snd_hda_codec_read(codec, codec->afg, 0,
3576 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
62fe78e9
SR
3577
3578 msleep(1);
3579
76e1ddfb
TI
3580 snd_hda_codec_read(codec, codec->afg, 0,
3581 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
62fe78e9
SR
3582}
3583
314634bc
TI
3584static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3585 unsigned int event)
3586{
3587 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP)
dc81bed1
TI
3588 snd_hda_codec_write_cache(codec, nid, 0,
3589 AC_VERB_SET_UNSOLICITED_ENABLE,
3590 (AC_USRSP_EN | event));
314634bc
TI
3591}
3592
a64135a2
MR
3593static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3594{
3595 int i;
3596 for (i = 0; i < cfg->hp_outs; i++)
3597 if (cfg->hp_pins[i] == nid)
3598 return 1; /* nid is a HP-Out */
3599
3600 return 0; /* nid is not a HP-Out */
3601};
3602
b76c850f
MR
3603static void stac92xx_power_down(struct hda_codec *codec)
3604{
3605 struct sigmatel_spec *spec = codec->spec;
3606
3607 /* power down inactive DACs */
3608 hda_nid_t *dac;
3609 for (dac = spec->dac_list; *dac; dac++)
4451089e
MR
3610 if (!is_in_dac_nids(spec, *dac) &&
3611 spec->multiout.hp_nid != *dac)
b76c850f
MR
3612 snd_hda_codec_write_cache(codec, *dac, 0,
3613 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3614}
3615
c7d4b2fa
M
3616static int stac92xx_init(struct hda_codec *codec)
3617{
3618 struct sigmatel_spec *spec = codec->spec;
82bc955f
TI
3619 struct auto_pin_cfg *cfg = &spec->autocfg;
3620 int i;
c7d4b2fa 3621
c7d4b2fa
M
3622 snd_hda_sequence_write(codec, spec->init);
3623
8daaaa97
MR
3624 /* power down adcs initially */
3625 if (spec->powerdown_adcs)
3626 for (i = 0; i < spec->num_adcs; i++)
3627 snd_hda_codec_write_cache(codec,
3628 spec->adc_nids[i], 0,
3629 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
82bc955f
TI
3630 /* set up pins */
3631 if (spec->hp_detect) {
505cb341 3632 /* Enable unsolicited responses on the HP widget */
eb06ed8f 3633 for (i = 0; i < cfg->hp_outs; i++)
314634bc
TI
3634 enable_pin_detect(codec, cfg->hp_pins[i],
3635 STAC_HP_EVENT);
0a07acaf
TI
3636 /* force to enable the first line-out; the others are set up
3637 * in unsol_event
3638 */
3639 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
3640 AC_PINCTL_OUT_EN);
eb995a8c 3641 stac92xx_auto_init_hp_out(codec);
82bc955f
TI
3642 /* fake event to set up pins */
3643 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
3644 } else {
3645 stac92xx_auto_init_multi_out(codec);
3646 stac92xx_auto_init_hp_out(codec);
3647 }
3648 for (i = 0; i < AUTO_PIN_LAST; i++) {
c960a03b
TI
3649 hda_nid_t nid = cfg->input_pins[i];
3650 if (nid) {
b9aea715
MR
3651 unsigned int pinctl = snd_hda_codec_read(codec, nid,
3652 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3653 /* if PINCTL already set then skip */
3654 if (pinctl & AC_PINCAP_IN)
3655 continue;
3656 pinctl = AC_PINCTL_IN_EN;
c960a03b
TI
3657 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC)
3658 pinctl |= stac92xx_get_vref(codec, nid);
3659 stac92xx_auto_set_pinctl(codec, nid, pinctl);
3660 }
82bc955f 3661 }
a64135a2
MR
3662 for (i = 0; i < spec->num_dmics; i++)
3663 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
3664 AC_PINCTL_IN_EN);
3665 for (i = 0; i < spec->num_pwrs; i++) {
3666 int event = is_nid_hp_pin(cfg, spec->pwr_nids[i])
3667 ? STAC_HP_EVENT : STAC_PWR_EVENT;
3668 int pinctl = snd_hda_codec_read(codec, spec->pwr_nids[i],
3669 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
bce6c2b5
MR
3670 int def_conf = snd_hda_codec_read(codec, spec->pwr_nids[i],
3671 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
aafc4412 3672 def_conf = get_defcfg_connect(def_conf);
a64135a2
MR
3673 /* outputs are only ports capable of power management
3674 * any attempts on powering down a input port cause the
3675 * referenced VREF to act quirky.
3676 */
3677 if (pinctl & AC_PINCTL_IN_EN)
3678 continue;
aafc4412
MR
3679 /* skip any ports that don't have jacks since presence
3680 * detection is useless */
3681 if (def_conf && def_conf != AC_JACK_PORT_FIXED)
bce6c2b5 3682 continue;
a64135a2
MR
3683 enable_pin_detect(codec, spec->pwr_nids[i], event | i);
3684 codec->patch_ops.unsol_event(codec, (event | i) << 26);
3685 }
b76c850f
MR
3686 if (spec->dac_list)
3687 stac92xx_power_down(codec);
82bc955f
TI
3688 if (cfg->dig_out_pin)
3689 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
3690 AC_PINCTL_OUT_EN);
3691 if (cfg->dig_in_pin)
3692 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
3693 AC_PINCTL_IN_EN);
3694
4fe5195c
MR
3695 stac_gpio_set(codec, spec->gpio_mask,
3696 spec->gpio_dir, spec->gpio_data);
62fe78e9 3697
c7d4b2fa
M
3698 return 0;
3699}
3700
2f2f4251
M
3701static void stac92xx_free(struct hda_codec *codec)
3702{
c7d4b2fa
M
3703 struct sigmatel_spec *spec = codec->spec;
3704 int i;
3705
3706 if (! spec)
3707 return;
3708
3709 if (spec->kctl_alloc) {
3710 for (i = 0; i < spec->num_kctl_used; i++)
3711 kfree(spec->kctl_alloc[i].name);
3712 kfree(spec->kctl_alloc);
3713 }
3714
11b44bbd
RF
3715 if (spec->bios_pin_configs)
3716 kfree(spec->bios_pin_configs);
3717
c7d4b2fa 3718 kfree(spec);
1cd2224c 3719 snd_hda_detach_beep_device(codec);
2f2f4251
M
3720}
3721
4e55096e
M
3722static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
3723 unsigned int flag)
3724{
3725 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3726 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
7b043899 3727
f9acba43
TI
3728 if (pin_ctl & AC_PINCTL_IN_EN) {
3729 /*
3730 * we need to check the current set-up direction of
3731 * shared input pins since they can be switched via
3732 * "xxx as Output" mixer switch
3733 */
3734 struct sigmatel_spec *spec = codec->spec;
3735 struct auto_pin_cfg *cfg = &spec->autocfg;
3736 if ((nid == cfg->input_pins[AUTO_PIN_LINE] &&
3737 spec->line_switch) ||
3738 (nid == cfg->input_pins[AUTO_PIN_MIC] &&
3739 spec->mic_switch))
3740 return;
3741 }
3742
7b043899
SL
3743 /* if setting pin direction bits, clear the current
3744 direction bits first */
3745 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
3746 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
3747
82beb8fd 3748 snd_hda_codec_write_cache(codec, nid, 0,
4e55096e
M
3749 AC_VERB_SET_PIN_WIDGET_CONTROL,
3750 pin_ctl | flag);
3751}
3752
3753static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
3754 unsigned int flag)
3755{
3756 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3757 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
82beb8fd 3758 snd_hda_codec_write_cache(codec, nid, 0,
4e55096e
M
3759 AC_VERB_SET_PIN_WIDGET_CONTROL,
3760 pin_ctl & ~flag);
3761}
3762
40c1d308 3763static int get_hp_pin_presence(struct hda_codec *codec, hda_nid_t nid)
314634bc
TI
3764{
3765 if (!nid)
3766 return 0;
3767 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
40c1d308
JZ
3768 & (1 << 31)) {
3769 unsigned int pinctl;
3770 pinctl = snd_hda_codec_read(codec, nid, 0,
3771 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3772 if (pinctl & AC_PINCTL_IN_EN)
3773 return 0; /* mic- or line-input */
3774 else
3775 return 1; /* HP-output */
3776 }
314634bc
TI
3777 return 0;
3778}
3779
3780static void stac92xx_hp_detect(struct hda_codec *codec, unsigned int res)
4e55096e
M
3781{
3782 struct sigmatel_spec *spec = codec->spec;
3783 struct auto_pin_cfg *cfg = &spec->autocfg;
7c2ba97b 3784 int nid = cfg->hp_pins[cfg->hp_outs - 1];
4e55096e
M
3785 int i, presence;
3786
eb06ed8f 3787 presence = 0;
4fe5195c
MR
3788 if (spec->gpio_mute)
3789 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
3790 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
3791
eb06ed8f 3792 for (i = 0; i < cfg->hp_outs; i++) {
314634bc
TI
3793 if (presence)
3794 break;
7c2ba97b
MR
3795 if (spec->hp_switch && cfg->hp_pins[i] == nid)
3796 break;
4fe5195c 3797 presence = get_hp_pin_presence(codec, cfg->hp_pins[i]);
eb06ed8f 3798 }
4e55096e
M
3799
3800 if (presence) {
3801 /* disable lineouts, enable hp */
7c2ba97b
MR
3802 if (spec->hp_switch)
3803 stac92xx_reset_pinctl(codec, nid, AC_PINCTL_OUT_EN);
4e55096e
M
3804 for (i = 0; i < cfg->line_outs; i++)
3805 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
3806 AC_PINCTL_OUT_EN);
eb06ed8f
TI
3807 for (i = 0; i < cfg->speaker_outs; i++)
3808 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
3809 AC_PINCTL_OUT_EN);
0fc9dec4
MR
3810 if (spec->eapd_mask)
3811 stac_gpio_set(codec, spec->gpio_mask,
3812 spec->gpio_dir, spec->gpio_data &
3813 ~spec->eapd_mask);
4e55096e
M
3814 } else {
3815 /* enable lineouts, disable hp */
7c2ba97b
MR
3816 if (spec->hp_switch)
3817 stac92xx_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
4e55096e
M
3818 for (i = 0; i < cfg->line_outs; i++)
3819 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
3820 AC_PINCTL_OUT_EN);
eb06ed8f
TI
3821 for (i = 0; i < cfg->speaker_outs; i++)
3822 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
3823 AC_PINCTL_OUT_EN);
0fc9dec4
MR
3824 if (spec->eapd_mask)
3825 stac_gpio_set(codec, spec->gpio_mask,
3826 spec->gpio_dir, spec->gpio_data |
3827 spec->eapd_mask);
4e55096e 3828 }
7c2ba97b
MR
3829 if (!spec->hp_switch && cfg->hp_outs > 1 && presence)
3830 stac92xx_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
4e55096e
M
3831}
3832
a64135a2
MR
3833static void stac92xx_pin_sense(struct hda_codec *codec, int idx)
3834{
3835 struct sigmatel_spec *spec = codec->spec;
3836 hda_nid_t nid = spec->pwr_nids[idx];
3837 int presence, val;
3838 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0)
3839 & 0x000000ff;
3840 presence = get_hp_pin_presence(codec, nid);
d0513fc6
MR
3841
3842 /* several codecs have two power down bits */
3843 if (spec->pwr_mapping)
3844 idx = spec->pwr_mapping[idx];
3845 else
3846 idx = 1 << idx;
a64135a2
MR
3847
3848 if (presence)
3849 val &= ~idx;
3850 else
3851 val |= idx;
3852
3853 /* power down unused output ports */
3854 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
3855};
3856
314634bc
TI
3857static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
3858{
a64135a2
MR
3859 struct sigmatel_spec *spec = codec->spec;
3860 int idx = res >> 26 & 0x0f;
3861
72474be6 3862 switch ((res >> 26) & 0x70) {
314634bc
TI
3863 case STAC_HP_EVENT:
3864 stac92xx_hp_detect(codec, res);
a64135a2
MR
3865 /* fallthru */
3866 case STAC_PWR_EVENT:
3867 if (spec->num_pwrs > 0)
3868 stac92xx_pin_sense(codec, idx);
72474be6
MR
3869 break;
3870 case STAC_VREF_EVENT: {
3871 int data = snd_hda_codec_read(codec, codec->afg, 0,
3872 AC_VERB_GET_GPIO_DATA, 0);
3873 /* toggle VREF state based on GPIOx status */
3874 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
3875 !!(data & (1 << idx)));
3876 break;
3877 }
314634bc
TI
3878 }
3879}
3880
cb53c626 3881#ifdef SND_HDA_NEEDS_RESUME
ff6fdc37
M
3882static int stac92xx_resume(struct hda_codec *codec)
3883{
dc81bed1
TI
3884 struct sigmatel_spec *spec = codec->spec;
3885
11b44bbd 3886 stac92xx_set_config_regs(codec);
dc81bed1 3887 snd_hda_sequence_write(codec, spec->init);
4fe5195c
MR
3888 stac_gpio_set(codec, spec->gpio_mask,
3889 spec->gpio_dir, spec->gpio_data);
82beb8fd
TI
3890 snd_hda_codec_resume_amp(codec);
3891 snd_hda_codec_resume_cache(codec);
b76c850f
MR
3892 /* power down inactive DACs */
3893 if (spec->dac_list)
3894 stac92xx_power_down(codec);
dc81bed1
TI
3895 /* invoke unsolicited event to reset the HP state */
3896 if (spec->hp_detect)
3897 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
ff6fdc37
M
3898 return 0;
3899}
3900#endif
3901
2f2f4251
M
3902static struct hda_codec_ops stac92xx_patch_ops = {
3903 .build_controls = stac92xx_build_controls,
3904 .build_pcms = stac92xx_build_pcms,
3905 .init = stac92xx_init,
3906 .free = stac92xx_free,
4e55096e 3907 .unsol_event = stac92xx_unsol_event,
cb53c626 3908#ifdef SND_HDA_NEEDS_RESUME
ff6fdc37
M
3909 .resume = stac92xx_resume,
3910#endif
2f2f4251
M
3911};
3912
3913static int patch_stac9200(struct hda_codec *codec)
3914{
3915 struct sigmatel_spec *spec;
c7d4b2fa 3916 int err;
2f2f4251 3917
e560d8d8 3918 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2f2f4251
M
3919 if (spec == NULL)
3920 return -ENOMEM;
3921
3922 codec->spec = spec;
a4eed138 3923 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
11b44bbd 3924 spec->pin_nids = stac9200_pin_nids;
f5fcc13c
TI
3925 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
3926 stac9200_models,
3927 stac9200_cfg_tbl);
11b44bbd
RF
3928 if (spec->board_config < 0) {
3929 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
3930 err = stac92xx_save_bios_config_regs(codec);
3931 if (err < 0) {
3932 stac92xx_free(codec);
3933 return err;
3934 }
3935 spec->pin_configs = spec->bios_pin_configs;
3936 } else {
403d1944
MP
3937 spec->pin_configs = stac9200_brd_tbl[spec->board_config];
3938 stac92xx_set_config_regs(codec);
3939 }
2f2f4251
M
3940
3941 spec->multiout.max_channels = 2;
3942 spec->multiout.num_dacs = 1;
3943 spec->multiout.dac_nids = stac9200_dac_nids;
3944 spec->adc_nids = stac9200_adc_nids;
3945 spec->mux_nids = stac9200_mux_nids;
dabbed6f 3946 spec->num_muxes = 1;
8b65727b 3947 spec->num_dmics = 0;
9e05b7a3 3948 spec->num_adcs = 1;
a64135a2 3949 spec->num_pwrs = 0;
c7d4b2fa 3950
bf277785
TD
3951 if (spec->board_config == STAC_9200_GATEWAY ||
3952 spec->board_config == STAC_9200_OQO)
1194b5b7
TI
3953 spec->init = stac9200_eapd_init;
3954 else
3955 spec->init = stac9200_core_init;
2f2f4251 3956 spec->mixer = stac9200_mixer;
c7d4b2fa 3957
117f257d
TI
3958 if (spec->board_config == STAC_9200_PANASONIC) {
3959 spec->gpio_mask = spec->gpio_dir = 0x09;
3960 spec->gpio_data = 0x00;
3961 }
3962
c7d4b2fa
M
3963 err = stac9200_parse_auto_config(codec);
3964 if (err < 0) {
3965 stac92xx_free(codec);
3966 return err;
3967 }
2f2f4251
M
3968
3969 codec->patch_ops = stac92xx_patch_ops;
3970
3971 return 0;
3972}
3973
8e21c34c
TD
3974static int patch_stac925x(struct hda_codec *codec)
3975{
3976 struct sigmatel_spec *spec;
3977 int err;
3978
3979 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
3980 if (spec == NULL)
3981 return -ENOMEM;
3982
3983 codec->spec = spec;
a4eed138 3984 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
8e21c34c
TD
3985 spec->pin_nids = stac925x_pin_nids;
3986 spec->board_config = snd_hda_check_board_config(codec, STAC_925x_MODELS,
3987 stac925x_models,
3988 stac925x_cfg_tbl);
9e507abd 3989 again:
8e21c34c 3990 if (spec->board_config < 0) {
2c11f955
TD
3991 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
3992 "using BIOS defaults\n");
8e21c34c
TD
3993 err = stac92xx_save_bios_config_regs(codec);
3994 if (err < 0) {
3995 stac92xx_free(codec);
3996 return err;
3997 }
3998 spec->pin_configs = spec->bios_pin_configs;
3999 } else if (stac925x_brd_tbl[spec->board_config] != NULL){
4000 spec->pin_configs = stac925x_brd_tbl[spec->board_config];
4001 stac92xx_set_config_regs(codec);
4002 }
4003
4004 spec->multiout.max_channels = 2;
4005 spec->multiout.num_dacs = 1;
4006 spec->multiout.dac_nids = stac925x_dac_nids;
4007 spec->adc_nids = stac925x_adc_nids;
4008 spec->mux_nids = stac925x_mux_nids;
4009 spec->num_muxes = 1;
9e05b7a3 4010 spec->num_adcs = 1;
a64135a2 4011 spec->num_pwrs = 0;
2c11f955
TD
4012 switch (codec->vendor_id) {
4013 case 0x83847632: /* STAC9202 */
4014 case 0x83847633: /* STAC9202D */
4015 case 0x83847636: /* STAC9251 */
4016 case 0x83847637: /* STAC9251D */
f6e9852a 4017 spec->num_dmics = STAC925X_NUM_DMICS;
2c11f955 4018 spec->dmic_nids = stac925x_dmic_nids;
1697055e
TI
4019 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4020 spec->dmux_nids = stac925x_dmux_nids;
2c11f955
TD
4021 break;
4022 default:
4023 spec->num_dmics = 0;
4024 break;
4025 }
8e21c34c
TD
4026
4027 spec->init = stac925x_core_init;
4028 spec->mixer = stac925x_mixer;
4029
4030 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
9e507abd
TI
4031 if (!err) {
4032 if (spec->board_config < 0) {
4033 printk(KERN_WARNING "hda_codec: No auto-config is "
4034 "available, default to model=ref\n");
4035 spec->board_config = STAC_925x_REF;
4036 goto again;
4037 }
4038 err = -EINVAL;
4039 }
8e21c34c
TD
4040 if (err < 0) {
4041 stac92xx_free(codec);
4042 return err;
4043 }
4044
4045 codec->patch_ops = stac92xx_patch_ops;
4046
4047 return 0;
4048}
4049
e1f0d669
MR
4050static struct hda_input_mux stac92hd73xx_dmux = {
4051 .num_items = 4,
4052 .items = {
4053 { "Analog Inputs", 0x0b },
e1f0d669
MR
4054 { "Digital Mic 1", 0x09 },
4055 { "Digital Mic 2", 0x0a },
2a9c7816 4056 { "CD", 0x08 },
e1f0d669
MR
4057 }
4058};
4059
4060static int patch_stac92hd73xx(struct hda_codec *codec)
4061{
4062 struct sigmatel_spec *spec;
4063 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4064 int err = 0;
4065
4066 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4067 if (spec == NULL)
4068 return -ENOMEM;
4069
4070 codec->spec = spec;
e99d32b3 4071 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
e1f0d669
MR
4072 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4073 spec->pin_nids = stac92hd73xx_pin_nids;
4074 spec->board_config = snd_hda_check_board_config(codec,
4075 STAC_92HD73XX_MODELS,
4076 stac92hd73xx_models,
4077 stac92hd73xx_cfg_tbl);
4078again:
4079 if (spec->board_config < 0) {
4080 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4081 " STAC92HD73XX, using BIOS defaults\n");
4082 err = stac92xx_save_bios_config_regs(codec);
4083 if (err < 0) {
4084 stac92xx_free(codec);
4085 return err;
4086 }
4087 spec->pin_configs = spec->bios_pin_configs;
4088 } else {
4089 spec->pin_configs = stac92hd73xx_brd_tbl[spec->board_config];
4090 stac92xx_set_config_regs(codec);
4091 }
4092
4093 spec->multiout.num_dacs = snd_hda_get_connections(codec, 0x0a,
4094 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4095
4096 if (spec->multiout.num_dacs < 0) {
4097 printk(KERN_WARNING "hda_codec: Could not determine "
4098 "number of channels defaulting to DAC count\n");
4099 spec->multiout.num_dacs = STAC92HD73_DAC_COUNT;
4100 }
4101
4102 switch (spec->multiout.num_dacs) {
4103 case 0x3: /* 6 Channel */
4104 spec->mixer = stac92hd73xx_6ch_mixer;
4105 spec->init = stac92hd73xx_6ch_core_init;
4106 break;
4107 case 0x4: /* 8 Channel */
e1f0d669
MR
4108 spec->mixer = stac92hd73xx_8ch_mixer;
4109 spec->init = stac92hd73xx_8ch_core_init;
4110 break;
4111 case 0x5: /* 10 Channel */
e1f0d669
MR
4112 spec->mixer = stac92hd73xx_10ch_mixer;
4113 spec->init = stac92hd73xx_10ch_core_init;
4114 };
4115
4116 spec->multiout.dac_nids = stac92hd73xx_dac_nids;
4117 spec->aloopback_mask = 0x01;
4118 spec->aloopback_shift = 8;
4119
1cd2224c 4120 spec->digbeep_nid = 0x1c;
e1f0d669
MR
4121 spec->mux_nids = stac92hd73xx_mux_nids;
4122 spec->adc_nids = stac92hd73xx_adc_nids;
4123 spec->dmic_nids = stac92hd73xx_dmic_nids;
4124 spec->dmux_nids = stac92hd73xx_dmux_nids;
d9737751 4125 spec->smux_nids = stac92hd73xx_smux_nids;
89385035 4126 spec->amp_nids = stac92hd73xx_amp_nids;
2a9c7816 4127 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
e1f0d669
MR
4128
4129 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4130 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
1697055e 4131 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
2a9c7816
MR
4132 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4133 sizeof(stac92hd73xx_dmux));
4134
a7662640
MR
4135 switch (spec->board_config) {
4136 case STAC_DELL_M6:
d654a660 4137 spec->init = dell_eq_core_init;
2a9c7816 4138 spec->num_smuxes = 0;
2a9c7816
MR
4139 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4140 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
4141 spec->num_amps = 1;
a7662640
MR
4142 switch (codec->subsystem_id) {
4143 case 0x1028025e: /* Analog Mics */
4144 case 0x1028025f:
4145 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4146 spec->num_dmics = 0;
2a9c7816 4147 spec->private_dimux.num_items = 1;
a7662640 4148 break;
d654a660 4149 case 0x10280271: /* Digital Mics */
a7662640 4150 case 0x10280272:
d654a660
MR
4151 spec->init = dell_m6_core_init;
4152 /* fall-through */
4153 case 0x10280254:
4154 case 0x10280255:
a7662640
MR
4155 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4156 spec->num_dmics = 1;
2a9c7816 4157 spec->private_dimux.num_items = 2;
a7662640
MR
4158 break;
4159 case 0x10280256: /* Both */
4160 case 0x10280057:
4161 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4162 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4163 spec->num_dmics = 1;
2a9c7816 4164 spec->private_dimux.num_items = 2;
a7662640
MR
4165 break;
4166 }
4167 break;
4168 default:
4169 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
2a9c7816 4170 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
a7662640 4171 }
b2c4f4d7
MR
4172 if (spec->board_config > STAC_92HD73XX_REF) {
4173 /* GPIO0 High = Enable EAPD */
4174 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4175 spec->gpio_data = 0x01;
4176 }
2a9c7816 4177 spec->dinput_mux = &spec->private_dimux;
a7662640 4178
a64135a2
MR
4179 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4180 spec->pwr_nids = stac92hd73xx_pwr_nids;
4181
d9737751 4182 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
e1f0d669
MR
4183
4184 if (!err) {
4185 if (spec->board_config < 0) {
4186 printk(KERN_WARNING "hda_codec: No auto-config is "
4187 "available, default to model=ref\n");
4188 spec->board_config = STAC_92HD73XX_REF;
4189 goto again;
4190 }
4191 err = -EINVAL;
4192 }
4193
4194 if (err < 0) {
4195 stac92xx_free(codec);
4196 return err;
4197 }
4198
4199 codec->patch_ops = stac92xx_patch_ops;
4200
4201 return 0;
4202}
4203
d0513fc6
MR
4204static struct hda_input_mux stac92hd83xxx_dmux = {
4205 .num_items = 3,
4206 .items = {
4207 { "Analog Inputs", 0x03 },
4208 { "Digital Mic 1", 0x04 },
4209 { "Digital Mic 2", 0x05 },
4210 }
4211};
4212
4213static int patch_stac92hd83xxx(struct hda_codec *codec)
4214{
4215 struct sigmatel_spec *spec;
4216 int err;
4217
4218 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4219 if (spec == NULL)
4220 return -ENOMEM;
4221
4222 codec->spec = spec;
0ffa9807 4223 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
d0513fc6
MR
4224 spec->mono_nid = 0x19;
4225 spec->digbeep_nid = 0x21;
4226 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4227 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4228 spec->adc_nids = stac92hd83xxx_adc_nids;
4229 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4230 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4231 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4232 spec->multiout.dac_nids = stac92hd83xxx_dac_nids;
4233
4234 spec->init = stac92hd83xxx_core_init;
4235 switch (codec->vendor_id) {
4236 case 0x111d7605:
4237 spec->multiout.num_dacs = STAC92HD81_DAC_COUNT;
4238 break;
4239 default:
4240 spec->num_pwrs--;
4241 spec->init++; /* switch to config #2 */
4242 spec->multiout.num_dacs = STAC92HD83_DAC_COUNT;
4243 }
4244
4245 spec->mixer = stac92hd83xxx_mixer;
4246 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4247 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4248 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4249 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4250 spec->dinput_mux = &stac92hd83xxx_dmux;
4251 spec->pin_nids = stac92hd83xxx_pin_nids;
4252 spec->board_config = snd_hda_check_board_config(codec,
4253 STAC_92HD83XXX_MODELS,
4254 stac92hd83xxx_models,
4255 stac92hd83xxx_cfg_tbl);
4256again:
4257 if (spec->board_config < 0) {
4258 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4259 " STAC92HD83XXX, using BIOS defaults\n");
4260 err = stac92xx_save_bios_config_regs(codec);
4261 if (err < 0) {
4262 stac92xx_free(codec);
4263 return err;
4264 }
4265 spec->pin_configs = spec->bios_pin_configs;
4266 } else {
4267 spec->pin_configs = stac92hd83xxx_brd_tbl[spec->board_config];
4268 stac92xx_set_config_regs(codec);
4269 }
4270
4271 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4272 if (!err) {
4273 if (spec->board_config < 0) {
4274 printk(KERN_WARNING "hda_codec: No auto-config is "
4275 "available, default to model=ref\n");
4276 spec->board_config = STAC_92HD83XXX_REF;
4277 goto again;
4278 }
4279 err = -EINVAL;
4280 }
4281
4282 if (err < 0) {
4283 stac92xx_free(codec);
4284 return err;
4285 }
4286
4287 codec->patch_ops = stac92xx_patch_ops;
4288
4289 return 0;
4290}
4291
8daaaa97
MR
4292#ifdef SND_HDA_NEEDS_RESUME
4293static void stac92hd71xx_set_power_state(struct hda_codec *codec, int pwr)
4294{
4295 struct sigmatel_spec *spec = codec->spec;
4296 int i;
4297 snd_hda_codec_write_cache(codec, codec->afg, 0,
4298 AC_VERB_SET_POWER_STATE, pwr);
4299
4300 msleep(1);
4301 for (i = 0; i < spec->num_adcs; i++) {
4302 snd_hda_codec_write_cache(codec,
4303 spec->adc_nids[i], 0,
4304 AC_VERB_SET_POWER_STATE, pwr);
4305 }
4306};
4307
4308static int stac92hd71xx_resume(struct hda_codec *codec)
4309{
4310 stac92hd71xx_set_power_state(codec, AC_PWRST_D0);
4311 return stac92xx_resume(codec);
4312}
4313
4314static int stac92hd71xx_suspend(struct hda_codec *codec, pm_message_t state)
4315{
4316 stac92hd71xx_set_power_state(codec, AC_PWRST_D3);
4317 return 0;
4318};
4319
4320#endif
4321
4322static struct hda_codec_ops stac92hd71bxx_patch_ops = {
4323 .build_controls = stac92xx_build_controls,
4324 .build_pcms = stac92xx_build_pcms,
4325 .init = stac92xx_init,
4326 .free = stac92xx_free,
4327 .unsol_event = stac92xx_unsol_event,
4328#ifdef SND_HDA_NEEDS_RESUME
4329 .resume = stac92hd71xx_resume,
4330 .suspend = stac92hd71xx_suspend,
4331#endif
4332};
d0513fc6 4333
4b33c767
MR
4334static struct hda_input_mux stac92hd71bxx_dmux = {
4335 .num_items = 4,
4336 .items = {
4337 { "Analog Inputs", 0x00 },
4338 { "Mixer", 0x01 },
4339 { "Digital Mic 1", 0x02 },
4340 { "Digital Mic 2", 0x03 },
4341 }
4342};
4343
e035b841
MR
4344static int patch_stac92hd71bxx(struct hda_codec *codec)
4345{
4346 struct sigmatel_spec *spec;
4347 int err = 0;
4348
4349 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4350 if (spec == NULL)
4351 return -ENOMEM;
4352
4353 codec->spec = spec;
8daaaa97 4354 codec->patch_ops = stac92xx_patch_ops;
e035b841 4355 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
aafc4412 4356 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
e035b841 4357 spec->pin_nids = stac92hd71bxx_pin_nids;
4b33c767
MR
4358 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4359 sizeof(stac92hd71bxx_dmux));
e035b841
MR
4360 spec->board_config = snd_hda_check_board_config(codec,
4361 STAC_92HD71BXX_MODELS,
4362 stac92hd71bxx_models,
4363 stac92hd71bxx_cfg_tbl);
4364again:
4365 if (spec->board_config < 0) {
4366 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4367 " STAC92HD71BXX, using BIOS defaults\n");
4368 err = stac92xx_save_bios_config_regs(codec);
4369 if (err < 0) {
4370 stac92xx_free(codec);
4371 return err;
4372 }
4373 spec->pin_configs = spec->bios_pin_configs;
4374 } else {
4375 spec->pin_configs = stac92hd71bxx_brd_tbl[spec->board_config];
4376 stac92xx_set_config_regs(codec);
4377 }
4378
541eee87
MR
4379 switch (codec->vendor_id) {
4380 case 0x111d76b6: /* 4 Port without Analog Mixer */
4381 case 0x111d76b7:
4382 case 0x111d76b4: /* 6 Port without Analog Mixer */
4383 case 0x111d76b5:
4384 spec->mixer = stac92hd71bxx_mixer;
4385 spec->init = stac92hd71bxx_core_init;
0ffa9807 4386 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
541eee87 4387 break;
aafc4412 4388 case 0x111d7608: /* 5 Port with Analog Mixer */
72474be6
MR
4389 switch (codec->subsystem_id) {
4390 case 0x103c361a:
4391 /* Enable VREF power saving on GPIO1 detect */
4392 snd_hda_codec_write(codec, codec->afg, 0,
4393 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4394 snd_hda_codec_write_cache(codec, codec->afg, 0,
4395 AC_VERB_SET_UNSOLICITED_ENABLE,
4396 (AC_USRSP_EN | STAC_VREF_EVENT | 0x01));
4397 spec->gpio_mask |= 0x02;
4398 break;
4399 }
8daaaa97
MR
4400 if ((codec->revision_id & 0xf) == 0 ||
4401 (codec->revision_id & 0xf) == 1) {
4402#ifdef SND_HDA_NEEDS_RESUME
4403 codec->patch_ops = stac92hd71bxx_patch_ops;
4404#endif
4405 spec->stream_delay = 40; /* 40 milliseconds */
4406 }
4407
aafc4412
MR
4408 /* no output amps */
4409 spec->num_pwrs = 0;
4410 spec->mixer = stac92hd71bxx_analog_mixer;
4b33c767 4411 spec->dinput_mux = &spec->private_dimux;
aafc4412
MR
4412
4413 /* disable VSW */
4414 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
4415 stac92xx_set_config_reg(codec, 0xf, 0x40f000f0);
4416 break;
4417 case 0x111d7603: /* 6 Port with Analog Mixer */
8daaaa97
MR
4418 if ((codec->revision_id & 0xf) == 1) {
4419#ifdef SND_HDA_NEEDS_RESUME
4420 codec->patch_ops = stac92hd71bxx_patch_ops;
4421#endif
4422 spec->stream_delay = 40; /* 40 milliseconds */
4423 }
4424
aafc4412
MR
4425 /* no output amps */
4426 spec->num_pwrs = 0;
4427 /* fallthru */
541eee87 4428 default:
4b33c767 4429 spec->dinput_mux = &spec->private_dimux;
541eee87
MR
4430 spec->mixer = stac92hd71bxx_analog_mixer;
4431 spec->init = stac92hd71bxx_analog_core_init;
0ffa9807 4432 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
541eee87
MR
4433 }
4434
4b33c767 4435 spec->aloopback_mask = 0x50;
541eee87
MR
4436 spec->aloopback_shift = 0;
4437
b2c4f4d7
MR
4438 if (spec->board_config > STAC_92HD71BXX_REF) {
4439 /* GPIO0 = EAPD */
4440 spec->gpio_mask = 0x01;
4441 spec->gpio_dir = 0x01;
4442 spec->gpio_data = 0x01;
4443 }
e035b841 4444
8daaaa97 4445 spec->powerdown_adcs = 1;
1cd2224c 4446 spec->digbeep_nid = 0x26;
e035b841
MR
4447 spec->mux_nids = stac92hd71bxx_mux_nids;
4448 spec->adc_nids = stac92hd71bxx_adc_nids;
4449 spec->dmic_nids = stac92hd71bxx_dmic_nids;
e1f0d669 4450 spec->dmux_nids = stac92hd71bxx_dmux_nids;
d9737751 4451 spec->smux_nids = stac92hd71bxx_smux_nids;
aafc4412 4452 spec->pwr_nids = stac92hd71bxx_pwr_nids;
e035b841
MR
4453
4454 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4455 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
e035b841 4456
6a14f585
MR
4457 switch (spec->board_config) {
4458 case STAC_HP_M4:
4459 spec->num_dmics = 0;
b9aea715 4460 spec->num_smuxes = 0;
6a14f585
MR
4461 spec->num_dmuxes = 0;
4462
4463 /* enable internal microphone */
b9aea715
MR
4464 stac92xx_set_config_reg(codec, 0x0e, 0x01813040);
4465 stac92xx_auto_set_pinctl(codec, 0x0e,
4466 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
6a14f585
MR
4467 break;
4468 default:
4469 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4470 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4471 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4472 };
4473
aea7bb0a 4474 spec->multiout.num_dacs = 1;
e035b841
MR
4475 spec->multiout.hp_nid = 0x11;
4476 spec->multiout.dac_nids = stac92hd71bxx_dac_nids;
4b33c767
MR
4477 if (spec->dinput_mux)
4478 spec->private_dimux.num_items +=
4479 spec->num_dmics -
4480 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
e035b841
MR
4481
4482 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4483 if (!err) {
4484 if (spec->board_config < 0) {
4485 printk(KERN_WARNING "hda_codec: No auto-config is "
4486 "available, default to model=ref\n");
4487 spec->board_config = STAC_92HD71BXX_REF;
4488 goto again;
4489 }
4490 err = -EINVAL;
4491 }
4492
4493 if (err < 0) {
4494 stac92xx_free(codec);
4495 return err;
4496 }
4497
e035b841
MR
4498 return 0;
4499};
4500
2f2f4251
M
4501static int patch_stac922x(struct hda_codec *codec)
4502{
4503 struct sigmatel_spec *spec;
c7d4b2fa 4504 int err;
2f2f4251 4505
e560d8d8 4506 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
2f2f4251
M
4507 if (spec == NULL)
4508 return -ENOMEM;
4509
4510 codec->spec = spec;
a4eed138 4511 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
11b44bbd 4512 spec->pin_nids = stac922x_pin_nids;
f5fcc13c
TI
4513 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
4514 stac922x_models,
4515 stac922x_cfg_tbl);
536319af 4516 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
4fe5195c
MR
4517 spec->gpio_mask = spec->gpio_dir = 0x03;
4518 spec->gpio_data = 0x03;
3fc24d85
TI
4519 /* Intel Macs have all same PCI SSID, so we need to check
4520 * codec SSID to distinguish the exact models
4521 */
6f0778d8 4522 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
3fc24d85 4523 switch (codec->subsystem_id) {
5d5d3bc3
IZ
4524
4525 case 0x106b0800:
4526 spec->board_config = STAC_INTEL_MAC_V1;
c45e20eb 4527 break;
5d5d3bc3
IZ
4528 case 0x106b0600:
4529 case 0x106b0700:
4530 spec->board_config = STAC_INTEL_MAC_V2;
6f0778d8 4531 break;
5d5d3bc3
IZ
4532 case 0x106b0e00:
4533 case 0x106b0f00:
4534 case 0x106b1600:
4535 case 0x106b1700:
4536 case 0x106b0200:
4537 case 0x106b1e00:
4538 spec->board_config = STAC_INTEL_MAC_V3;
3fc24d85 4539 break;
5d5d3bc3
IZ
4540 case 0x106b1a00:
4541 case 0x00000100:
4542 spec->board_config = STAC_INTEL_MAC_V4;
f16928fb 4543 break;
5d5d3bc3
IZ
4544 case 0x106b0a00:
4545 case 0x106b2200:
4546 spec->board_config = STAC_INTEL_MAC_V5;
0dae0f83 4547 break;
536319af
NB
4548 default:
4549 spec->board_config = STAC_INTEL_MAC_V3;
4550 break;
3fc24d85
TI
4551 }
4552 }
4553
9e507abd 4554 again:
11b44bbd
RF
4555 if (spec->board_config < 0) {
4556 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
4557 "using BIOS defaults\n");
4558 err = stac92xx_save_bios_config_regs(codec);
4559 if (err < 0) {
4560 stac92xx_free(codec);
4561 return err;
4562 }
4563 spec->pin_configs = spec->bios_pin_configs;
4564 } else if (stac922x_brd_tbl[spec->board_config] != NULL) {
403d1944
MP
4565 spec->pin_configs = stac922x_brd_tbl[spec->board_config];
4566 stac92xx_set_config_regs(codec);
4567 }
2f2f4251 4568
c7d4b2fa
M
4569 spec->adc_nids = stac922x_adc_nids;
4570 spec->mux_nids = stac922x_mux_nids;
2549413e 4571 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
9e05b7a3 4572 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
8b65727b 4573 spec->num_dmics = 0;
a64135a2 4574 spec->num_pwrs = 0;
c7d4b2fa
M
4575
4576 spec->init = stac922x_core_init;
2f2f4251 4577 spec->mixer = stac922x_mixer;
c7d4b2fa
M
4578
4579 spec->multiout.dac_nids = spec->dac_nids;
19039bd0 4580
3cc08dc6 4581 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
9e507abd
TI
4582 if (!err) {
4583 if (spec->board_config < 0) {
4584 printk(KERN_WARNING "hda_codec: No auto-config is "
4585 "available, default to model=ref\n");
4586 spec->board_config = STAC_D945_REF;
4587 goto again;
4588 }
4589 err = -EINVAL;
4590 }
3cc08dc6
MP
4591 if (err < 0) {
4592 stac92xx_free(codec);
4593 return err;
4594 }
4595
4596 codec->patch_ops = stac92xx_patch_ops;
4597
807a4636
TI
4598 /* Fix Mux capture level; max to 2 */
4599 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4600 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4601 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4602 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4603 (0 << AC_AMPCAP_MUTE_SHIFT));
4604
3cc08dc6
MP
4605 return 0;
4606}
4607
4608static int patch_stac927x(struct hda_codec *codec)
4609{
4610 struct sigmatel_spec *spec;
4611 int err;
4612
4613 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4614 if (spec == NULL)
4615 return -ENOMEM;
4616
4617 codec->spec = spec;
a4eed138 4618 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
11b44bbd 4619 spec->pin_nids = stac927x_pin_nids;
f5fcc13c
TI
4620 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
4621 stac927x_models,
4622 stac927x_cfg_tbl);
9e507abd 4623 again:
8e9068b1
MR
4624 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
4625 if (spec->board_config < 0)
4626 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4627 "STAC927x, using BIOS defaults\n");
11b44bbd
RF
4628 err = stac92xx_save_bios_config_regs(codec);
4629 if (err < 0) {
4630 stac92xx_free(codec);
4631 return err;
4632 }
4633 spec->pin_configs = spec->bios_pin_configs;
8e9068b1 4634 } else {
3cc08dc6
MP
4635 spec->pin_configs = stac927x_brd_tbl[spec->board_config];
4636 stac92xx_set_config_regs(codec);
4637 }
4638
1cd2224c 4639 spec->digbeep_nid = 0x23;
8e9068b1
MR
4640 spec->adc_nids = stac927x_adc_nids;
4641 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
4642 spec->mux_nids = stac927x_mux_nids;
4643 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
d9737751
MR
4644 spec->smux_nids = stac927x_smux_nids;
4645 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
65973632 4646 spec->spdif_labels = stac927x_spdif_labels;
b76c850f 4647 spec->dac_list = stac927x_dac_nids;
8e9068b1
MR
4648 spec->multiout.dac_nids = spec->dac_nids;
4649
81d3dbde 4650 switch (spec->board_config) {
93ed1503 4651 case STAC_D965_3ST:
93ed1503 4652 case STAC_D965_5ST:
8e9068b1 4653 /* GPIO0 High = Enable EAPD */
0fc9dec4 4654 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
4fe5195c 4655 spec->gpio_data = 0x01;
8e9068b1
MR
4656 spec->num_dmics = 0;
4657
93ed1503 4658 spec->init = d965_core_init;
9e05b7a3 4659 spec->mixer = stac927x_mixer;
81d3dbde 4660 break;
8e9068b1 4661 case STAC_DELL_BIOS:
780c8be4
MR
4662 switch (codec->subsystem_id) {
4663 case 0x10280209:
4664 case 0x1028022e:
4665 /* correct the device field to SPDIF out */
4666 stac92xx_set_config_reg(codec, 0x21, 0x01442070);
4667 break;
4668 };
03d7ca17
MR
4669 /* configure the analog microphone on some laptops */
4670 stac92xx_set_config_reg(codec, 0x0c, 0x90a79130);
2f32d909 4671 /* correct the front output jack as a hp out */
7989fba9 4672 stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);
c481fca3
MR
4673 /* correct the front input jack as a mic */
4674 stac92xx_set_config_reg(codec, 0x0e, 0x02a79130);
4675 /* fallthru */
8e9068b1
MR
4676 case STAC_DELL_3ST:
4677 /* GPIO2 High = Enable EAPD */
0fc9dec4 4678 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
4fe5195c 4679 spec->gpio_data = 0x04;
7f16859a
MR
4680 spec->dmic_nids = stac927x_dmic_nids;
4681 spec->num_dmics = STAC927X_NUM_DMICS;
f1f208d0 4682
8e9068b1
MR
4683 spec->init = d965_core_init;
4684 spec->mixer = stac927x_mixer;
4685 spec->dmux_nids = stac927x_dmux_nids;
1697055e 4686 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
7f16859a
MR
4687 break;
4688 default:
b2c4f4d7
MR
4689 if (spec->board_config > STAC_D965_REF) {
4690 /* GPIO0 High = Enable EAPD */
4691 spec->eapd_mask = spec->gpio_mask = 0x01;
4692 spec->gpio_dir = spec->gpio_data = 0x01;
4693 }
8e9068b1
MR
4694 spec->num_dmics = 0;
4695
4696 spec->init = stac927x_core_init;
4697 spec->mixer = stac927x_mixer;
7f16859a
MR
4698 }
4699
a64135a2 4700 spec->num_pwrs = 0;
e1f0d669
MR
4701 spec->aloopback_mask = 0x40;
4702 spec->aloopback_shift = 0;
8e9068b1 4703
3cc08dc6 4704 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
9e507abd
TI
4705 if (!err) {
4706 if (spec->board_config < 0) {
4707 printk(KERN_WARNING "hda_codec: No auto-config is "
4708 "available, default to model=ref\n");
4709 spec->board_config = STAC_D965_REF;
4710 goto again;
4711 }
4712 err = -EINVAL;
4713 }
c7d4b2fa
M
4714 if (err < 0) {
4715 stac92xx_free(codec);
4716 return err;
4717 }
2f2f4251
M
4718
4719 codec->patch_ops = stac92xx_patch_ops;
4720
52987656
TI
4721 /*
4722 * !!FIXME!!
4723 * The STAC927x seem to require fairly long delays for certain
4724 * command sequences. With too short delays (even if the answer
4725 * is set to RIRB properly), it results in the silence output
4726 * on some hardwares like Dell.
4727 *
4728 * The below flag enables the longer delay (see get_response
4729 * in hda_intel.c).
4730 */
4731 codec->bus->needs_damn_long_delay = 1;
4732
2f2f4251
M
4733 return 0;
4734}
4735
f3302a59
MP
4736static int patch_stac9205(struct hda_codec *codec)
4737{
4738 struct sigmatel_spec *spec;
8259980e 4739 int err;
f3302a59
MP
4740
4741 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4742 if (spec == NULL)
4743 return -ENOMEM;
4744
4745 codec->spec = spec;
a4eed138 4746 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
11b44bbd 4747 spec->pin_nids = stac9205_pin_nids;
f5fcc13c
TI
4748 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
4749 stac9205_models,
4750 stac9205_cfg_tbl);
9e507abd 4751 again:
11b44bbd
RF
4752 if (spec->board_config < 0) {
4753 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
4754 err = stac92xx_save_bios_config_regs(codec);
4755 if (err < 0) {
4756 stac92xx_free(codec);
4757 return err;
4758 }
4759 spec->pin_configs = spec->bios_pin_configs;
4760 } else {
f3302a59
MP
4761 spec->pin_configs = stac9205_brd_tbl[spec->board_config];
4762 stac92xx_set_config_regs(codec);
4763 }
4764
1cd2224c 4765 spec->digbeep_nid = 0x23;
f3302a59 4766 spec->adc_nids = stac9205_adc_nids;
9e05b7a3 4767 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
f3302a59 4768 spec->mux_nids = stac9205_mux_nids;
2549413e 4769 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
d9737751
MR
4770 spec->smux_nids = stac9205_smux_nids;
4771 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
8b65727b 4772 spec->dmic_nids = stac9205_dmic_nids;
f6e9852a 4773 spec->num_dmics = STAC9205_NUM_DMICS;
e1f0d669 4774 spec->dmux_nids = stac9205_dmux_nids;
1697055e 4775 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
a64135a2 4776 spec->num_pwrs = 0;
f3302a59
MP
4777
4778 spec->init = stac9205_core_init;
4779 spec->mixer = stac9205_mixer;
4780
e1f0d669
MR
4781 spec->aloopback_mask = 0x40;
4782 spec->aloopback_shift = 0;
f3302a59 4783 spec->multiout.dac_nids = spec->dac_nids;
87d48363 4784
ae0a8ed8 4785 switch (spec->board_config){
ae0a8ed8 4786 case STAC_9205_DELL_M43:
87d48363
MR
4787 /* Enable SPDIF in/out */
4788 stac92xx_set_config_reg(codec, 0x1f, 0x01441030);
4789 stac92xx_set_config_reg(codec, 0x20, 0x1c410030);
4790
4fe5195c
MR
4791 /* Enable unsol response for GPIO4/Dock HP connection */
4792 snd_hda_codec_write(codec, codec->afg, 0,
4793 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
4794 snd_hda_codec_write_cache(codec, codec->afg, 0,
4795 AC_VERB_SET_UNSOLICITED_ENABLE,
4796 (AC_USRSP_EN | STAC_HP_EVENT));
4797
4798 spec->gpio_dir = 0x0b;
0fc9dec4 4799 spec->eapd_mask = 0x01;
4fe5195c
MR
4800 spec->gpio_mask = 0x1b;
4801 spec->gpio_mute = 0x10;
e2e7d624 4802 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
4fe5195c 4803 * GPIO3 Low = DRM
87d48363 4804 */
4fe5195c 4805 spec->gpio_data = 0x01;
ae0a8ed8 4806 break;
b2c4f4d7
MR
4807 case STAC_9205_REF:
4808 /* SPDIF-In enabled */
4809 break;
ae0a8ed8
TD
4810 default:
4811 /* GPIO0 High = EAPD */
0fc9dec4 4812 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4fe5195c 4813 spec->gpio_data = 0x01;
ae0a8ed8
TD
4814 break;
4815 }
33382403 4816
f3302a59 4817 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
9e507abd
TI
4818 if (!err) {
4819 if (spec->board_config < 0) {
4820 printk(KERN_WARNING "hda_codec: No auto-config is "
4821 "available, default to model=ref\n");
4822 spec->board_config = STAC_9205_REF;
4823 goto again;
4824 }
4825 err = -EINVAL;
4826 }
f3302a59
MP
4827 if (err < 0) {
4828 stac92xx_free(codec);
4829 return err;
4830 }
4831
4832 codec->patch_ops = stac92xx_patch_ops;
4833
4834 return 0;
4835}
4836
db064e50 4837/*
6d859065 4838 * STAC9872 hack
db064e50
TI
4839 */
4840
99ccc560 4841/* static config for Sony VAIO FE550G and Sony VAIO AR */
db064e50
TI
4842static hda_nid_t vaio_dacs[] = { 0x2 };
4843#define VAIO_HP_DAC 0x5
4844static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
4845static hda_nid_t vaio_mux_nids[] = { 0x15 };
4846
4847static struct hda_input_mux vaio_mux = {
a3a2f429 4848 .num_items = 3,
db064e50 4849 .items = {
d773781c 4850 /* { "HP", 0x0 }, */
1624cb9a
TI
4851 { "Mic Jack", 0x1 },
4852 { "Internal Mic", 0x2 },
db064e50
TI
4853 { "PCM", 0x3 },
4854 }
4855};
4856
4857static struct hda_verb vaio_init[] = {
4858 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
72e7b0dd 4859 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
db064e50
TI
4860 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
4861 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
4862 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
4863 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
1624cb9a 4864 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
db064e50
TI
4865 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
4866 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
4867 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
4868 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
4869 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4870 {}
4871};
4872
6d859065
GM
4873static struct hda_verb vaio_ar_init[] = {
4874 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
4875 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
4876 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
4877 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
4878/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
4879 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
1624cb9a 4880 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
6d859065
GM
4881 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
4882 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
4883/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
4884 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
4885 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
4886 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4887 {}
4888};
4889
db064e50 4890/* bind volumes of both NID 0x02 and 0x05 */
cca3b371
TI
4891static struct hda_bind_ctls vaio_bind_master_vol = {
4892 .ops = &snd_hda_bind_vol,
4893 .values = {
4894 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
4895 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
4896 0
4897 },
4898};
db064e50
TI
4899
4900/* bind volumes of both NID 0x02 and 0x05 */
cca3b371
TI
4901static struct hda_bind_ctls vaio_bind_master_sw = {
4902 .ops = &snd_hda_bind_sw,
4903 .values = {
4904 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
4905 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
4906 0,
4907 },
4908};
db064e50
TI
4909
4910static struct snd_kcontrol_new vaio_mixer[] = {
cca3b371
TI
4911 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
4912 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
db064e50
TI
4913 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
4914 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
4915 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
4916 {
4917 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4918 .name = "Capture Source",
4919 .count = 1,
4920 .info = stac92xx_mux_enum_info,
4921 .get = stac92xx_mux_enum_get,
4922 .put = stac92xx_mux_enum_put,
4923 },
4924 {}
4925};
4926
6d859065 4927static struct snd_kcontrol_new vaio_ar_mixer[] = {
cca3b371
TI
4928 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
4929 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
6d859065
GM
4930 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
4931 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
4932 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
4933 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
4934 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
4935 {
4936 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4937 .name = "Capture Source",
4938 .count = 1,
4939 .info = stac92xx_mux_enum_info,
4940 .get = stac92xx_mux_enum_get,
4941 .put = stac92xx_mux_enum_put,
4942 },
4943 {}
4944};
4945
4946static struct hda_codec_ops stac9872_patch_ops = {
db064e50
TI
4947 .build_controls = stac92xx_build_controls,
4948 .build_pcms = stac92xx_build_pcms,
4949 .init = stac92xx_init,
4950 .free = stac92xx_free,
cb53c626 4951#ifdef SND_HDA_NEEDS_RESUME
db064e50
TI
4952 .resume = stac92xx_resume,
4953#endif
4954};
4955
72e7b0dd
TI
4956static int stac9872_vaio_init(struct hda_codec *codec)
4957{
4958 int err;
4959
4960 err = stac92xx_init(codec);
4961 if (err < 0)
4962 return err;
4963 if (codec->patch_ops.unsol_event)
4964 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
4965 return 0;
4966}
4967
4968static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
4969{
40c1d308 4970 if (get_hp_pin_presence(codec, 0x0a)) {
72e7b0dd
TI
4971 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
4972 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
4973 } else {
4974 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
4975 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
4976 }
4977}
4978
4979static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
4980{
4981 switch (res >> 26) {
4982 case STAC_HP_EVENT:
4983 stac9872_vaio_hp_detect(codec, res);
4984 break;
4985 }
4986}
4987
4988static struct hda_codec_ops stac9872_vaio_patch_ops = {
4989 .build_controls = stac92xx_build_controls,
4990 .build_pcms = stac92xx_build_pcms,
4991 .init = stac9872_vaio_init,
4992 .free = stac92xx_free,
4993 .unsol_event = stac9872_vaio_unsol_event,
4994#ifdef CONFIG_PM
4995 .resume = stac92xx_resume,
4996#endif
4997};
4998
6d859065
GM
4999enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5000 CXD9872RD_VAIO,
5001 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5002 STAC9872AK_VAIO,
5003 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5004 STAC9872K_VAIO,
5005 /* AR Series. id=0x83847664 and subsys=104D1300 */
f5fcc13c
TI
5006 CXD9872AKD_VAIO,
5007 STAC_9872_MODELS,
5008};
5009
5010static const char *stac9872_models[STAC_9872_MODELS] = {
5011 [CXD9872RD_VAIO] = "vaio",
5012 [CXD9872AKD_VAIO] = "vaio-ar",
5013};
5014
5015static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5016 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5017 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5018 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
68e22543 5019 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
db064e50
TI
5020 {}
5021};
5022
6d859065 5023static int patch_stac9872(struct hda_codec *codec)
db064e50
TI
5024{
5025 struct sigmatel_spec *spec;
5026 int board_config;
5027
f5fcc13c
TI
5028 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5029 stac9872_models,
5030 stac9872_cfg_tbl);
db064e50
TI
5031 if (board_config < 0)
5032 /* unknown config, let generic-parser do its job... */
5033 return snd_hda_parse_generic_codec(codec);
5034
5035 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5036 if (spec == NULL)
5037 return -ENOMEM;
5038
5039 codec->spec = spec;
5040 switch (board_config) {
6d859065
GM
5041 case CXD9872RD_VAIO:
5042 case STAC9872AK_VAIO:
5043 case STAC9872K_VAIO:
db064e50
TI
5044 spec->mixer = vaio_mixer;
5045 spec->init = vaio_init;
5046 spec->multiout.max_channels = 2;
5047 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5048 spec->multiout.dac_nids = vaio_dacs;
5049 spec->multiout.hp_nid = VAIO_HP_DAC;
5050 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5051 spec->adc_nids = vaio_adcs;
a64135a2 5052 spec->num_pwrs = 0;
db064e50
TI
5053 spec->input_mux = &vaio_mux;
5054 spec->mux_nids = vaio_mux_nids;
72e7b0dd 5055 codec->patch_ops = stac9872_vaio_patch_ops;
db064e50 5056 break;
6d859065
GM
5057
5058 case CXD9872AKD_VAIO:
5059 spec->mixer = vaio_ar_mixer;
5060 spec->init = vaio_ar_init;
5061 spec->multiout.max_channels = 2;
5062 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5063 spec->multiout.dac_nids = vaio_dacs;
5064 spec->multiout.hp_nid = VAIO_HP_DAC;
5065 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
a64135a2 5066 spec->num_pwrs = 0;
6d859065
GM
5067 spec->adc_nids = vaio_adcs;
5068 spec->input_mux = &vaio_mux;
5069 spec->mux_nids = vaio_mux_nids;
72e7b0dd 5070 codec->patch_ops = stac9872_patch_ops;
6d859065 5071 break;
db064e50
TI
5072 }
5073
db064e50
TI
5074 return 0;
5075}
5076
5077
2f2f4251
M
5078/*
5079 * patch entries
5080 */
5081struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5082 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5083 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5084 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5085 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5086 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5087 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5088 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
22a27c7f
MP
5089 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5090 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5091 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5092 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5093 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5094 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
3cc08dc6
MP
5095 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5096 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5097 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5098 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5099 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5100 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5101 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5102 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5103 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5104 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
8e21c34c
TD
5105 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5106 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5107 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5108 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5109 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5110 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
7bd3c0f7
TI
5111 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5112 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
6d859065
GM
5113 /* The following does not take into account .id=0x83847661 when subsys =
5114 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5115 * currently not fully supported.
5116 */
5117 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5118 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5119 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
f3302a59
MP
5120 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5121 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5122 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5123 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5124 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5125 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5126 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5127 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
aafc4412 5128 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
d0513fc6
MR
5129 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5130 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
aafc4412 5131 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
541eee87
MR
5132 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5133 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
e1f0d669 5134 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
541eee87
MR
5135 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5136 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5137 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5138 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5139 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5140 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5141 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5142 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
2f2f4251
M
5143 {} /* terminator */
5144};
This page took 0.774976 seconds and 5 git commands to generate.