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