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