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