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