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