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