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