Merge branch 'for-linus' into for-next
[deliverable/linux.git] / sound / pci / hda / patch_via.c
1 /*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for VIA VT17xx/VT18xx/VT20xx codec
5 *
6 * (C) 2006-2009 VIA Technology, Inc.
7 * (C) 2006-2008 Takashi Iwai <tiwai@suse.de>
8 *
9 * This driver is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This driver is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */
23
24 /* * * * * * * * * * * * * * Release History * * * * * * * * * * * * * * * * */
25 /* */
26 /* 2006-03-03 Lydia Wang Create the basic patch to support VT1708 codec */
27 /* 2006-03-14 Lydia Wang Modify hard code for some pin widget nid */
28 /* 2006-08-02 Lydia Wang Add support to VT1709 codec */
29 /* 2006-09-08 Lydia Wang Fix internal loopback recording source select bug */
30 /* 2007-09-12 Lydia Wang Add EAPD enable during driver initialization */
31 /* 2007-09-17 Lydia Wang Add VT1708B codec support */
32 /* 2007-11-14 Lydia Wang Add VT1708A codec HP and CD pin connect config */
33 /* 2008-02-03 Lydia Wang Fix Rear channels and Back channels inverse issue */
34 /* 2008-03-06 Lydia Wang Add VT1702 codec and VT1708S codec support */
35 /* 2008-04-09 Lydia Wang Add mute front speaker when HP plugin */
36 /* 2008-04-09 Lydia Wang Add Independent HP feature */
37 /* 2008-05-28 Lydia Wang Add second S/PDIF Out support for VT1702 */
38 /* 2008-09-15 Logan Li Add VT1708S Mic Boost workaround/backdoor */
39 /* 2009-02-16 Logan Li Add support for VT1718S */
40 /* 2009-03-13 Logan Li Add support for VT1716S */
41 /* 2009-04-14 Lydai Wang Add support for VT1828S and VT2020 */
42 /* 2009-07-08 Lydia Wang Add support for VT2002P */
43 /* 2009-07-21 Lydia Wang Add support for VT1812 */
44 /* 2009-09-19 Lydia Wang Add support for VT1818S */
45 /* */
46 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
47
48
49 #include <linux/init.h>
50 #include <linux/delay.h>
51 #include <linux/slab.h>
52 #include <linux/module.h>
53 #include <sound/core.h>
54 #include <sound/asoundef.h>
55 #include "hda_codec.h"
56 #include "hda_local.h"
57 #include "hda_auto_parser.h"
58 #include "hda_jack.h"
59
60 /* Pin Widget NID */
61 #define VT1708_HP_PIN_NID 0x20
62 #define VT1708_CD_PIN_NID 0x24
63
64 enum VIA_HDA_CODEC {
65 UNKNOWN = -1,
66 VT1708,
67 VT1709_10CH,
68 VT1709_6CH,
69 VT1708B_8CH,
70 VT1708B_4CH,
71 VT1708S,
72 VT1708BCE,
73 VT1702,
74 VT1718S,
75 VT1716S,
76 VT2002P,
77 VT1812,
78 VT1802,
79 CODEC_TYPES,
80 };
81
82 #define VT2002P_COMPATIBLE(spec) \
83 ((spec)->codec_type == VT2002P ||\
84 (spec)->codec_type == VT1812 ||\
85 (spec)->codec_type == VT1802)
86
87 #define MAX_NID_PATH_DEPTH 5
88
89 /* output-path: DAC -> ... -> pin
90 * idx[] contains the source index number of the next widget;
91 * e.g. idx[0] is the index of the DAC selected by path[1] widget
92 * multi[] indicates whether it's a selector widget with multi-connectors
93 * (i.e. the connection selection is mandatory)
94 * vol_ctl and mute_ctl contains the NIDs for the assigned mixers
95 */
96 struct nid_path {
97 int depth;
98 hda_nid_t path[MAX_NID_PATH_DEPTH];
99 unsigned char idx[MAX_NID_PATH_DEPTH];
100 unsigned char multi[MAX_NID_PATH_DEPTH];
101 unsigned int vol_ctl;
102 unsigned int mute_ctl;
103 };
104
105 /* input-path */
106 struct via_input {
107 hda_nid_t pin; /* input-pin or aa-mix */
108 int adc_idx; /* ADC index to be used */
109 int mux_idx; /* MUX index (if any) */
110 const char *label; /* input-source label */
111 };
112
113 #define VIA_MAX_ADCS 3
114
115 enum {
116 STREAM_MULTI_OUT = (1 << 0),
117 STREAM_INDEP_HP = (1 << 1),
118 };
119
120 struct via_spec {
121 /* codec parameterization */
122 const struct snd_kcontrol_new *mixers[6];
123 unsigned int num_mixers;
124
125 const struct hda_verb *init_verbs[5];
126 unsigned int num_iverbs;
127
128 char stream_name_analog[32];
129 char stream_name_hp[32];
130 const struct hda_pcm_stream *stream_analog_playback;
131 const struct hda_pcm_stream *stream_analog_capture;
132
133 char stream_name_digital[32];
134 const struct hda_pcm_stream *stream_digital_playback;
135 const struct hda_pcm_stream *stream_digital_capture;
136
137 /* playback */
138 struct hda_multi_out multiout;
139 hda_nid_t slave_dig_outs[2];
140 hda_nid_t hp_dac_nid;
141 hda_nid_t speaker_dac_nid;
142 int hp_indep_shared; /* indep HP-DAC is shared with side ch */
143 int opened_streams; /* STREAM_* bits */
144 int active_streams; /* STREAM_* bits */
145 int aamix_mode; /* loopback is enabled for output-path? */
146
147 /* Output-paths:
148 * There are different output-paths depending on the setup.
149 * out_path, hp_path and speaker_path are primary paths. If both
150 * direct DAC and aa-loopback routes are available, these contain
151 * the former paths. Meanwhile *_mix_path contain the paths with
152 * loopback mixer. (Since the loopback is only for front channel,
153 * no out_mix_path for surround channels.)
154 * The HP output has another path, hp_indep_path, which is used in
155 * the independent-HP mode.
156 */
157 struct nid_path out_path[HDA_SIDE + 1];
158 struct nid_path out_mix_path;
159 struct nid_path hp_path;
160 struct nid_path hp_mix_path;
161 struct nid_path hp_indep_path;
162 struct nid_path speaker_path;
163 struct nid_path speaker_mix_path;
164
165 /* capture */
166 unsigned int num_adc_nids;
167 hda_nid_t adc_nids[VIA_MAX_ADCS];
168 hda_nid_t mux_nids[VIA_MAX_ADCS];
169 hda_nid_t aa_mix_nid;
170 hda_nid_t dig_in_nid;
171
172 /* capture source */
173 bool dyn_adc_switch;
174 int num_inputs;
175 struct via_input inputs[AUTO_CFG_MAX_INS + 1];
176 unsigned int cur_mux[VIA_MAX_ADCS];
177
178 /* dynamic DAC switching */
179 unsigned int cur_dac_stream_tag;
180 unsigned int cur_dac_format;
181 unsigned int cur_hp_stream_tag;
182 unsigned int cur_hp_format;
183
184 /* dynamic ADC switching */
185 hda_nid_t cur_adc;
186 unsigned int cur_adc_stream_tag;
187 unsigned int cur_adc_format;
188
189 /* PCM information */
190 struct hda_pcm pcm_rec[3];
191
192 /* dynamic controls, init_verbs and input_mux */
193 struct auto_pin_cfg autocfg;
194 struct snd_array kctls;
195 hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
196
197 /* HP mode source */
198 unsigned int hp_independent_mode;
199 unsigned int dmic_enabled;
200 unsigned int no_pin_power_ctl;
201 enum VIA_HDA_CODEC codec_type;
202
203 /* analog low-power control */
204 bool alc_mode;
205
206 /* smart51 setup */
207 unsigned int smart51_nums;
208 hda_nid_t smart51_pins[2];
209 int smart51_idxs[2];
210 const char *smart51_labels[2];
211 unsigned int smart51_enabled;
212
213 /* work to check hp jack state */
214 struct hda_codec *codec;
215 struct delayed_work vt1708_hp_work;
216 int hp_work_active;
217 int vt1708_jack_detect;
218 int vt1708_hp_present;
219
220 void (*set_widgets_power_state)(struct hda_codec *codec);
221
222 struct hda_loopback_check loopback;
223 int num_loopbacks;
224 struct hda_amp_list loopback_list[8];
225
226 /* bind capture-volume */
227 struct hda_bind_ctls *bind_cap_vol;
228 struct hda_bind_ctls *bind_cap_sw;
229
230 struct mutex config_mutex;
231 };
232
233 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec);
234 static struct via_spec * via_new_spec(struct hda_codec *codec)
235 {
236 struct via_spec *spec;
237
238 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
239 if (spec == NULL)
240 return NULL;
241
242 mutex_init(&spec->config_mutex);
243 codec->spec = spec;
244 spec->codec = codec;
245 spec->codec_type = get_codec_type(codec);
246 /* VT1708BCE & VT1708S are almost same */
247 if (spec->codec_type == VT1708BCE)
248 spec->codec_type = VT1708S;
249 return spec;
250 }
251
252 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec)
253 {
254 u32 vendor_id = codec->vendor_id;
255 u16 ven_id = vendor_id >> 16;
256 u16 dev_id = vendor_id & 0xffff;
257 enum VIA_HDA_CODEC codec_type;
258
259 /* get codec type */
260 if (ven_id != 0x1106)
261 codec_type = UNKNOWN;
262 else if (dev_id >= 0x1708 && dev_id <= 0x170b)
263 codec_type = VT1708;
264 else if (dev_id >= 0xe710 && dev_id <= 0xe713)
265 codec_type = VT1709_10CH;
266 else if (dev_id >= 0xe714 && dev_id <= 0xe717)
267 codec_type = VT1709_6CH;
268 else if (dev_id >= 0xe720 && dev_id <= 0xe723) {
269 codec_type = VT1708B_8CH;
270 if (snd_hda_param_read(codec, 0x16, AC_PAR_CONNLIST_LEN) == 0x7)
271 codec_type = VT1708BCE;
272 } else if (dev_id >= 0xe724 && dev_id <= 0xe727)
273 codec_type = VT1708B_4CH;
274 else if ((dev_id & 0xfff) == 0x397
275 && (dev_id >> 12) < 8)
276 codec_type = VT1708S;
277 else if ((dev_id & 0xfff) == 0x398
278 && (dev_id >> 12) < 8)
279 codec_type = VT1702;
280 else if ((dev_id & 0xfff) == 0x428
281 && (dev_id >> 12) < 8)
282 codec_type = VT1718S;
283 else if (dev_id == 0x0433 || dev_id == 0xa721)
284 codec_type = VT1716S;
285 else if (dev_id == 0x0441 || dev_id == 0x4441)
286 codec_type = VT1718S;
287 else if (dev_id == 0x0438 || dev_id == 0x4438)
288 codec_type = VT2002P;
289 else if (dev_id == 0x0448)
290 codec_type = VT1812;
291 else if (dev_id == 0x0440)
292 codec_type = VT1708S;
293 else if ((dev_id & 0xfff) == 0x446)
294 codec_type = VT1802;
295 else
296 codec_type = UNKNOWN;
297 return codec_type;
298 };
299
300 #define VIA_JACK_EVENT 0x20
301 #define VIA_HP_EVENT 0x01
302 #define VIA_GPIO_EVENT 0x02
303 #define VIA_LINE_EVENT 0x03
304
305 enum {
306 VIA_CTL_WIDGET_VOL,
307 VIA_CTL_WIDGET_MUTE,
308 VIA_CTL_WIDGET_ANALOG_MUTE,
309 };
310
311 static void analog_low_current_mode(struct hda_codec *codec);
312 static bool is_aa_path_mute(struct hda_codec *codec);
313
314 #define hp_detect_with_aa(codec) \
315 (snd_hda_get_bool_hint(codec, "analog_loopback_hp_detect") == 1 && \
316 !is_aa_path_mute(codec))
317
318 static void vt1708_stop_hp_work(struct via_spec *spec)
319 {
320 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
321 return;
322 if (spec->hp_work_active) {
323 snd_hda_codec_write(spec->codec, 0x1, 0, 0xf81, 1);
324 cancel_delayed_work_sync(&spec->vt1708_hp_work);
325 spec->hp_work_active = 0;
326 }
327 }
328
329 static void vt1708_update_hp_work(struct via_spec *spec)
330 {
331 if (spec->codec_type != VT1708 || spec->autocfg.hp_pins[0] == 0)
332 return;
333 if (spec->vt1708_jack_detect &&
334 (spec->active_streams || hp_detect_with_aa(spec->codec))) {
335 if (!spec->hp_work_active) {
336 snd_hda_codec_write(spec->codec, 0x1, 0, 0xf81, 0);
337 schedule_delayed_work(&spec->vt1708_hp_work,
338 msecs_to_jiffies(100));
339 spec->hp_work_active = 1;
340 }
341 } else if (!hp_detect_with_aa(spec->codec))
342 vt1708_stop_hp_work(spec);
343 }
344
345 static void set_widgets_power_state(struct hda_codec *codec)
346 {
347 struct via_spec *spec = codec->spec;
348 if (spec->set_widgets_power_state)
349 spec->set_widgets_power_state(codec);
350 }
351
352 static int analog_input_switch_put(struct snd_kcontrol *kcontrol,
353 struct snd_ctl_elem_value *ucontrol)
354 {
355 int change = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
356 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
357
358 set_widgets_power_state(codec);
359 analog_low_current_mode(snd_kcontrol_chip(kcontrol));
360 vt1708_update_hp_work(codec->spec);
361 return change;
362 }
363
364 /* modify .put = snd_hda_mixer_amp_switch_put */
365 #define ANALOG_INPUT_MUTE \
366 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
367 .name = NULL, \
368 .index = 0, \
369 .info = snd_hda_mixer_amp_switch_info, \
370 .get = snd_hda_mixer_amp_switch_get, \
371 .put = analog_input_switch_put, \
372 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0) }
373
374 static const struct snd_kcontrol_new via_control_templates[] = {
375 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
376 HDA_CODEC_MUTE(NULL, 0, 0, 0),
377 ANALOG_INPUT_MUTE,
378 };
379
380
381 /* add dynamic controls */
382 static struct snd_kcontrol_new *__via_clone_ctl(struct via_spec *spec,
383 const struct snd_kcontrol_new *tmpl,
384 const char *name)
385 {
386 struct snd_kcontrol_new *knew;
387
388 snd_array_init(&spec->kctls, sizeof(*knew), 32);
389 knew = snd_array_new(&spec->kctls);
390 if (!knew)
391 return NULL;
392 *knew = *tmpl;
393 if (!name)
394 name = tmpl->name;
395 if (name) {
396 knew->name = kstrdup(name, GFP_KERNEL);
397 if (!knew->name)
398 return NULL;
399 }
400 return knew;
401 }
402
403 static int __via_add_control(struct via_spec *spec, int type, const char *name,
404 int idx, unsigned long val)
405 {
406 struct snd_kcontrol_new *knew;
407
408 knew = __via_clone_ctl(spec, &via_control_templates[type], name);
409 if (!knew)
410 return -ENOMEM;
411 knew->index = idx;
412 if (get_amp_nid_(val))
413 knew->subdevice = HDA_SUBDEV_AMP_FLAG;
414 knew->private_value = val;
415 return 0;
416 }
417
418 #define via_add_control(spec, type, name, val) \
419 __via_add_control(spec, type, name, 0, val)
420
421 #define via_clone_control(spec, tmpl) __via_clone_ctl(spec, tmpl, NULL)
422
423 static void via_free_kctls(struct hda_codec *codec)
424 {
425 struct via_spec *spec = codec->spec;
426
427 if (spec->kctls.list) {
428 struct snd_kcontrol_new *kctl = spec->kctls.list;
429 int i;
430 for (i = 0; i < spec->kctls.used; i++)
431 kfree(kctl[i].name);
432 }
433 snd_array_free(&spec->kctls);
434 }
435
436 /* create input playback/capture controls for the given pin */
437 static int via_new_analog_input(struct via_spec *spec, const char *ctlname,
438 int type_idx, int idx, int mix_nid)
439 {
440 char name[32];
441 int err;
442
443 sprintf(name, "%s Playback Volume", ctlname);
444 err = __via_add_control(spec, VIA_CTL_WIDGET_VOL, name, type_idx,
445 HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
446 if (err < 0)
447 return err;
448 sprintf(name, "%s Playback Switch", ctlname);
449 err = __via_add_control(spec, VIA_CTL_WIDGET_ANALOG_MUTE, name, type_idx,
450 HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT));
451 if (err < 0)
452 return err;
453 return 0;
454 }
455
456 #define get_connection_index(codec, mux, nid) \
457 snd_hda_get_conn_index(codec, mux, nid, 0)
458
459 static bool check_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir,
460 unsigned int mask)
461 {
462 unsigned int caps;
463 if (!nid)
464 return false;
465 caps = get_wcaps(codec, nid);
466 if (dir == HDA_INPUT)
467 caps &= AC_WCAP_IN_AMP;
468 else
469 caps &= AC_WCAP_OUT_AMP;
470 if (!caps)
471 return false;
472 if (query_amp_caps(codec, nid, dir) & mask)
473 return true;
474 return false;
475 }
476
477 #define have_mute(codec, nid, dir) \
478 check_amp_caps(codec, nid, dir, AC_AMPCAP_MUTE)
479
480 /* enable/disable the output-route mixers */
481 static void activate_output_mix(struct hda_codec *codec, struct nid_path *path,
482 hda_nid_t mix_nid, int idx, bool enable)
483 {
484 int i, num, val;
485
486 if (!path)
487 return;
488 num = snd_hda_get_num_conns(codec, mix_nid);
489 for (i = 0; i < num; i++) {
490 if (i == idx)
491 val = AMP_IN_UNMUTE(i);
492 else
493 val = AMP_IN_MUTE(i);
494 snd_hda_codec_write(codec, mix_nid, 0,
495 AC_VERB_SET_AMP_GAIN_MUTE, val);
496 }
497 }
498
499 /* enable/disable the output-route */
500 static void activate_output_path(struct hda_codec *codec, struct nid_path *path,
501 bool enable, bool force)
502 {
503 struct via_spec *spec = codec->spec;
504 int i;
505 for (i = 0; i < path->depth; i++) {
506 hda_nid_t src, dst;
507 int idx = path->idx[i];
508 src = path->path[i];
509 if (i < path->depth - 1)
510 dst = path->path[i + 1];
511 else
512 dst = 0;
513 if (enable && path->multi[i])
514 snd_hda_codec_write(codec, dst, 0,
515 AC_VERB_SET_CONNECT_SEL, idx);
516 if (!force && (dst == spec->aa_mix_nid))
517 continue;
518 if (have_mute(codec, dst, HDA_INPUT))
519 activate_output_mix(codec, path, dst, idx, enable);
520 if (!force && (src == path->vol_ctl || src == path->mute_ctl))
521 continue;
522 if (have_mute(codec, src, HDA_OUTPUT)) {
523 int val = enable ? AMP_OUT_UNMUTE : AMP_OUT_MUTE;
524 snd_hda_codec_write(codec, src, 0,
525 AC_VERB_SET_AMP_GAIN_MUTE, val);
526 }
527 }
528 }
529
530 /* set the given pin as output */
531 static void init_output_pin(struct hda_codec *codec, hda_nid_t pin,
532 int pin_type)
533 {
534 if (!pin)
535 return;
536 snd_hda_set_pin_ctl(codec, pin, pin_type);
537 if (snd_hda_query_pin_caps(codec, pin) & AC_PINCAP_EAPD)
538 snd_hda_codec_write(codec, pin, 0,
539 AC_VERB_SET_EAPD_BTLENABLE, 0x02);
540 }
541
542 static void via_auto_init_output(struct hda_codec *codec,
543 struct nid_path *path, int pin_type)
544 {
545 unsigned int caps;
546 hda_nid_t pin;
547
548 if (!path->depth)
549 return;
550 pin = path->path[path->depth - 1];
551
552 init_output_pin(codec, pin, pin_type);
553 if (get_wcaps(codec, pin) & AC_WCAP_OUT_AMP)
554 caps = query_amp_caps(codec, pin, HDA_OUTPUT);
555 else
556 caps = 0;
557 if (caps & AC_AMPCAP_MUTE) {
558 unsigned int val;
559 val = (caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT;
560 snd_hda_codec_write(codec, pin, 0, AC_VERB_SET_AMP_GAIN_MUTE,
561 AMP_OUT_MUTE | val);
562 }
563 activate_output_path(codec, path, true, true); /* force on */
564 }
565
566 static void via_auto_init_multi_out(struct hda_codec *codec)
567 {
568 struct via_spec *spec = codec->spec;
569 struct nid_path *path;
570 int i;
571
572 for (i = 0; i < spec->autocfg.line_outs + spec->smart51_nums; i++) {
573 path = &spec->out_path[i];
574 if (!i && spec->aamix_mode && spec->out_mix_path.depth)
575 path = &spec->out_mix_path;
576 via_auto_init_output(codec, path, PIN_OUT);
577 }
578 }
579
580 /* deactivate the inactive headphone-paths */
581 static void deactivate_hp_paths(struct hda_codec *codec)
582 {
583 struct via_spec *spec = codec->spec;
584 int shared = spec->hp_indep_shared;
585
586 if (spec->hp_independent_mode) {
587 activate_output_path(codec, &spec->hp_path, false, false);
588 activate_output_path(codec, &spec->hp_mix_path, false, false);
589 if (shared)
590 activate_output_path(codec, &spec->out_path[shared],
591 false, false);
592 } else if (spec->aamix_mode || !spec->hp_path.depth) {
593 activate_output_path(codec, &spec->hp_indep_path, false, false);
594 activate_output_path(codec, &spec->hp_path, false, false);
595 } else {
596 activate_output_path(codec, &spec->hp_indep_path, false, false);
597 activate_output_path(codec, &spec->hp_mix_path, false, false);
598 }
599 }
600
601 static void via_auto_init_hp_out(struct hda_codec *codec)
602 {
603 struct via_spec *spec = codec->spec;
604
605 if (!spec->hp_path.depth) {
606 via_auto_init_output(codec, &spec->hp_mix_path, PIN_HP);
607 return;
608 }
609 deactivate_hp_paths(codec);
610 if (spec->hp_independent_mode)
611 via_auto_init_output(codec, &spec->hp_indep_path, PIN_HP);
612 else if (spec->aamix_mode)
613 via_auto_init_output(codec, &spec->hp_mix_path, PIN_HP);
614 else
615 via_auto_init_output(codec, &spec->hp_path, PIN_HP);
616 }
617
618 static void via_auto_init_speaker_out(struct hda_codec *codec)
619 {
620 struct via_spec *spec = codec->spec;
621
622 if (!spec->autocfg.speaker_outs)
623 return;
624 if (!spec->speaker_path.depth) {
625 via_auto_init_output(codec, &spec->speaker_mix_path, PIN_OUT);
626 return;
627 }
628 if (!spec->aamix_mode) {
629 activate_output_path(codec, &spec->speaker_mix_path,
630 false, false);
631 via_auto_init_output(codec, &spec->speaker_path, PIN_OUT);
632 } else {
633 activate_output_path(codec, &spec->speaker_path, false, false);
634 via_auto_init_output(codec, &spec->speaker_mix_path, PIN_OUT);
635 }
636 }
637
638 static bool is_smart51_pins(struct hda_codec *codec, hda_nid_t pin);
639 static void via_hp_automute(struct hda_codec *codec);
640
641 static void via_auto_init_analog_input(struct hda_codec *codec)
642 {
643 struct via_spec *spec = codec->spec;
644 const struct auto_pin_cfg *cfg = &spec->autocfg;
645 hda_nid_t conn[HDA_MAX_CONNECTIONS];
646 unsigned int ctl;
647 int i, num_conns;
648
649 /* init ADCs */
650 for (i = 0; i < spec->num_adc_nids; i++) {
651 hda_nid_t nid = spec->adc_nids[i];
652 if (!(get_wcaps(codec, nid) & AC_WCAP_IN_AMP) ||
653 !(query_amp_caps(codec, nid, HDA_INPUT) & AC_AMPCAP_MUTE))
654 continue;
655 snd_hda_codec_write(codec, spec->adc_nids[i], 0,
656 AC_VERB_SET_AMP_GAIN_MUTE,
657 AMP_IN_UNMUTE(0));
658 }
659
660 /* init pins */
661 for (i = 0; i < cfg->num_inputs; i++) {
662 hda_nid_t nid = cfg->inputs[i].pin;
663 if (spec->smart51_enabled && is_smart51_pins(codec, nid))
664 ctl = PIN_OUT;
665 else {
666 ctl = PIN_IN;
667 if (cfg->inputs[i].type == AUTO_PIN_MIC)
668 ctl |= snd_hda_get_default_vref(codec, nid);
669 }
670 snd_hda_set_pin_ctl(codec, nid, ctl);
671 }
672
673 /* init input-src */
674 for (i = 0; i < spec->num_adc_nids; i++) {
675 int adc_idx = spec->inputs[spec->cur_mux[i]].adc_idx;
676 /* secondary ADCs must have the unique MUX */
677 if (i > 0 && !spec->mux_nids[i])
678 break;
679 if (spec->mux_nids[adc_idx]) {
680 int mux_idx = spec->inputs[spec->cur_mux[i]].mux_idx;
681 snd_hda_codec_write(codec, spec->mux_nids[adc_idx], 0,
682 AC_VERB_SET_CONNECT_SEL,
683 mux_idx);
684 }
685 if (spec->dyn_adc_switch)
686 break; /* only one input-src */
687 }
688
689 /* init aa-mixer */
690 if (!spec->aa_mix_nid)
691 return;
692 num_conns = snd_hda_get_connections(codec, spec->aa_mix_nid, conn,
693 ARRAY_SIZE(conn));
694 for (i = 0; i < num_conns; i++) {
695 unsigned int caps = get_wcaps(codec, conn[i]);
696 if (get_wcaps_type(caps) == AC_WID_PIN)
697 snd_hda_codec_write(codec, spec->aa_mix_nid, 0,
698 AC_VERB_SET_AMP_GAIN_MUTE,
699 AMP_IN_MUTE(i));
700 }
701 }
702
703 static void update_power_state(struct hda_codec *codec, hda_nid_t nid,
704 unsigned int parm)
705 {
706 if (snd_hda_codec_read(codec, nid, 0,
707 AC_VERB_GET_POWER_STATE, 0) == parm)
708 return;
709 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, parm);
710 }
711
712 static void set_pin_power_state(struct hda_codec *codec, hda_nid_t nid,
713 unsigned int *affected_parm)
714 {
715 unsigned parm;
716 unsigned def_conf = snd_hda_codec_get_pincfg(codec, nid);
717 unsigned no_presence = (def_conf & AC_DEFCFG_MISC)
718 >> AC_DEFCFG_MISC_SHIFT
719 & AC_DEFCFG_MISC_NO_PRESENCE; /* do not support pin sense */
720 struct via_spec *spec = codec->spec;
721 unsigned present = 0;
722
723 no_presence |= spec->no_pin_power_ctl;
724 if (!no_presence)
725 present = snd_hda_jack_detect(codec, nid);
726 if ((spec->smart51_enabled && is_smart51_pins(codec, nid))
727 || ((no_presence || present)
728 && get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)) {
729 *affected_parm = AC_PWRST_D0; /* if it's connected */
730 parm = AC_PWRST_D0;
731 } else
732 parm = AC_PWRST_D3;
733
734 update_power_state(codec, nid, parm);
735 }
736
737 static int via_pin_power_ctl_info(struct snd_kcontrol *kcontrol,
738 struct snd_ctl_elem_info *uinfo)
739 {
740 static const char * const texts[] = {
741 "Disabled", "Enabled"
742 };
743
744 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
745 uinfo->count = 1;
746 uinfo->value.enumerated.items = 2;
747 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
748 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
749 strcpy(uinfo->value.enumerated.name,
750 texts[uinfo->value.enumerated.item]);
751 return 0;
752 }
753
754 static int via_pin_power_ctl_get(struct snd_kcontrol *kcontrol,
755 struct snd_ctl_elem_value *ucontrol)
756 {
757 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
758 struct via_spec *spec = codec->spec;
759 ucontrol->value.enumerated.item[0] = !spec->no_pin_power_ctl;
760 return 0;
761 }
762
763 static int via_pin_power_ctl_put(struct snd_kcontrol *kcontrol,
764 struct snd_ctl_elem_value *ucontrol)
765 {
766 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
767 struct via_spec *spec = codec->spec;
768 unsigned int val = !ucontrol->value.enumerated.item[0];
769
770 if (val == spec->no_pin_power_ctl)
771 return 0;
772 spec->no_pin_power_ctl = val;
773 set_widgets_power_state(codec);
774 analog_low_current_mode(codec);
775 return 1;
776 }
777
778 static const struct snd_kcontrol_new via_pin_power_ctl_enum = {
779 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
780 .name = "Dynamic Power-Control",
781 .info = via_pin_power_ctl_info,
782 .get = via_pin_power_ctl_get,
783 .put = via_pin_power_ctl_put,
784 };
785
786
787 static int via_independent_hp_info(struct snd_kcontrol *kcontrol,
788 struct snd_ctl_elem_info *uinfo)
789 {
790 static const char * const texts[] = { "OFF", "ON" };
791
792 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
793 uinfo->count = 1;
794 uinfo->value.enumerated.items = 2;
795 if (uinfo->value.enumerated.item >= 2)
796 uinfo->value.enumerated.item = 1;
797 strcpy(uinfo->value.enumerated.name,
798 texts[uinfo->value.enumerated.item]);
799 return 0;
800 }
801
802 static int via_independent_hp_get(struct snd_kcontrol *kcontrol,
803 struct snd_ctl_elem_value *ucontrol)
804 {
805 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
806 struct via_spec *spec = codec->spec;
807
808 ucontrol->value.enumerated.item[0] = spec->hp_independent_mode;
809 return 0;
810 }
811
812 /* adjust spec->multiout setup according to the current flags */
813 static void setup_playback_multi_pcm(struct via_spec *spec)
814 {
815 const struct auto_pin_cfg *cfg = &spec->autocfg;
816 spec->multiout.num_dacs = cfg->line_outs + spec->smart51_nums;
817 spec->multiout.hp_nid = 0;
818 if (!spec->hp_independent_mode) {
819 if (!spec->hp_indep_shared)
820 spec->multiout.hp_nid = spec->hp_dac_nid;
821 } else {
822 if (spec->hp_indep_shared)
823 spec->multiout.num_dacs = cfg->line_outs - 1;
824 }
825 }
826
827 /* update DAC setups according to indep-HP switch;
828 * this function is called only when indep-HP is modified
829 */
830 static void switch_indep_hp_dacs(struct hda_codec *codec)
831 {
832 struct via_spec *spec = codec->spec;
833 int shared = spec->hp_indep_shared;
834 hda_nid_t shared_dac, hp_dac;
835
836 if (!spec->opened_streams)
837 return;
838
839 shared_dac = shared ? spec->multiout.dac_nids[shared] : 0;
840 hp_dac = spec->hp_dac_nid;
841 if (spec->hp_independent_mode) {
842 /* switch to indep-HP mode */
843 if (spec->active_streams & STREAM_MULTI_OUT) {
844 __snd_hda_codec_cleanup_stream(codec, hp_dac, 1);
845 __snd_hda_codec_cleanup_stream(codec, shared_dac, 1);
846 }
847 if (spec->active_streams & STREAM_INDEP_HP)
848 snd_hda_codec_setup_stream(codec, hp_dac,
849 spec->cur_hp_stream_tag, 0,
850 spec->cur_hp_format);
851 } else {
852 /* back to HP or shared-DAC */
853 if (spec->active_streams & STREAM_INDEP_HP)
854 __snd_hda_codec_cleanup_stream(codec, hp_dac, 1);
855 if (spec->active_streams & STREAM_MULTI_OUT) {
856 hda_nid_t dac;
857 int ch;
858 if (shared_dac) { /* reset mutli-ch DAC */
859 dac = shared_dac;
860 ch = shared * 2;
861 } else { /* reset HP DAC */
862 dac = hp_dac;
863 ch = 0;
864 }
865 snd_hda_codec_setup_stream(codec, dac,
866 spec->cur_dac_stream_tag, ch,
867 spec->cur_dac_format);
868 }
869 }
870 setup_playback_multi_pcm(spec);
871 }
872
873 static int via_independent_hp_put(struct snd_kcontrol *kcontrol,
874 struct snd_ctl_elem_value *ucontrol)
875 {
876 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
877 struct via_spec *spec = codec->spec;
878 int cur, shared;
879
880 mutex_lock(&spec->config_mutex);
881 cur = !!ucontrol->value.enumerated.item[0];
882 if (spec->hp_independent_mode == cur) {
883 mutex_unlock(&spec->config_mutex);
884 return 0;
885 }
886 spec->hp_independent_mode = cur;
887 shared = spec->hp_indep_shared;
888 deactivate_hp_paths(codec);
889 if (cur)
890 activate_output_path(codec, &spec->hp_indep_path, true, false);
891 else {
892 if (shared)
893 activate_output_path(codec, &spec->out_path[shared],
894 true, false);
895 if (spec->aamix_mode || !spec->hp_path.depth)
896 activate_output_path(codec, &spec->hp_mix_path,
897 true, false);
898 else
899 activate_output_path(codec, &spec->hp_path,
900 true, false);
901 }
902
903 switch_indep_hp_dacs(codec);
904 mutex_unlock(&spec->config_mutex);
905
906 /* update jack power state */
907 set_widgets_power_state(codec);
908 via_hp_automute(codec);
909 return 1;
910 }
911
912 static const struct snd_kcontrol_new via_hp_mixer = {
913 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
914 .name = "Independent HP",
915 .info = via_independent_hp_info,
916 .get = via_independent_hp_get,
917 .put = via_independent_hp_put,
918 };
919
920 static int via_hp_build(struct hda_codec *codec)
921 {
922 struct via_spec *spec = codec->spec;
923 struct snd_kcontrol_new *knew;
924 hda_nid_t nid;
925
926 nid = spec->autocfg.hp_pins[0];
927 knew = via_clone_control(spec, &via_hp_mixer);
928 if (knew == NULL)
929 return -ENOMEM;
930
931 knew->subdevice = HDA_SUBDEV_NID_FLAG | nid;
932
933 return 0;
934 }
935
936 static void notify_aa_path_ctls(struct hda_codec *codec)
937 {
938 struct via_spec *spec = codec->spec;
939 int i;
940
941 for (i = 0; i < spec->smart51_nums; i++) {
942 struct snd_kcontrol *ctl;
943 struct snd_ctl_elem_id id;
944 memset(&id, 0, sizeof(id));
945 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
946 sprintf(id.name, "%s Playback Volume", spec->smart51_labels[i]);
947 ctl = snd_hda_find_mixer_ctl(codec, id.name);
948 if (ctl)
949 snd_ctl_notify(codec->bus->card,
950 SNDRV_CTL_EVENT_MASK_VALUE,
951 &ctl->id);
952 }
953 }
954
955 static void mute_aa_path(struct hda_codec *codec, int mute)
956 {
957 struct via_spec *spec = codec->spec;
958 int val = mute ? HDA_AMP_MUTE : HDA_AMP_UNMUTE;
959 int i;
960
961 /* check AA path's mute status */
962 for (i = 0; i < spec->smart51_nums; i++) {
963 if (spec->smart51_idxs[i] < 0)
964 continue;
965 snd_hda_codec_amp_stereo(codec, spec->aa_mix_nid,
966 HDA_INPUT, spec->smart51_idxs[i],
967 HDA_AMP_MUTE, val);
968 }
969 }
970
971 static bool is_smart51_pins(struct hda_codec *codec, hda_nid_t pin)
972 {
973 struct via_spec *spec = codec->spec;
974 int i;
975
976 for (i = 0; i < spec->smart51_nums; i++)
977 if (spec->smart51_pins[i] == pin)
978 return true;
979 return false;
980 }
981
982 static int via_smart51_get(struct snd_kcontrol *kcontrol,
983 struct snd_ctl_elem_value *ucontrol)
984 {
985 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
986 struct via_spec *spec = codec->spec;
987
988 *ucontrol->value.integer.value = spec->smart51_enabled;
989 return 0;
990 }
991
992 static int via_smart51_put(struct snd_kcontrol *kcontrol,
993 struct snd_ctl_elem_value *ucontrol)
994 {
995 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
996 struct via_spec *spec = codec->spec;
997 int out_in = *ucontrol->value.integer.value
998 ? AC_PINCTL_OUT_EN : AC_PINCTL_IN_EN;
999 int i;
1000
1001 for (i = 0; i < spec->smart51_nums; i++) {
1002 hda_nid_t nid = spec->smart51_pins[i];
1003 unsigned int parm;
1004
1005 parm = snd_hda_codec_read(codec, nid, 0,
1006 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
1007 parm &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
1008 parm |= out_in;
1009 snd_hda_set_pin_ctl(codec, nid, parm);
1010 if (out_in == AC_PINCTL_OUT_EN) {
1011 mute_aa_path(codec, 1);
1012 notify_aa_path_ctls(codec);
1013 }
1014 }
1015 spec->smart51_enabled = *ucontrol->value.integer.value;
1016 set_widgets_power_state(codec);
1017 return 1;
1018 }
1019
1020 static const struct snd_kcontrol_new via_smart51_mixer = {
1021 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1022 .name = "Smart 5.1",
1023 .count = 1,
1024 .info = snd_ctl_boolean_mono_info,
1025 .get = via_smart51_get,
1026 .put = via_smart51_put,
1027 };
1028
1029 static int via_smart51_build(struct hda_codec *codec)
1030 {
1031 struct via_spec *spec = codec->spec;
1032
1033 if (!spec->smart51_nums)
1034 return 0;
1035 if (!via_clone_control(spec, &via_smart51_mixer))
1036 return -ENOMEM;
1037 return 0;
1038 }
1039
1040 /* check AA path's mute status */
1041 static bool is_aa_path_mute(struct hda_codec *codec)
1042 {
1043 struct via_spec *spec = codec->spec;
1044 const struct hda_amp_list *p;
1045 int i, ch, v;
1046
1047 for (i = 0; i < spec->num_loopbacks; i++) {
1048 p = &spec->loopback_list[i];
1049 for (ch = 0; ch < 2; ch++) {
1050 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir,
1051 p->idx);
1052 if (!(v & HDA_AMP_MUTE) && v > 0)
1053 return false;
1054 }
1055 }
1056 return true;
1057 }
1058
1059 /* enter/exit analog low-current mode */
1060 static void __analog_low_current_mode(struct hda_codec *codec, bool force)
1061 {
1062 struct via_spec *spec = codec->spec;
1063 bool enable;
1064 unsigned int verb, parm;
1065
1066 if (spec->no_pin_power_ctl)
1067 enable = false;
1068 else
1069 enable = is_aa_path_mute(codec) && !spec->opened_streams;
1070 if (enable == spec->alc_mode && !force)
1071 return;
1072 spec->alc_mode = enable;
1073
1074 /* decide low current mode's verb & parameter */
1075 switch (spec->codec_type) {
1076 case VT1708B_8CH:
1077 case VT1708B_4CH:
1078 verb = 0xf70;
1079 parm = enable ? 0x02 : 0x00; /* 0x02: 2/3x, 0x00: 1x */
1080 break;
1081 case VT1708S:
1082 case VT1718S:
1083 case VT1716S:
1084 verb = 0xf73;
1085 parm = enable ? 0x51 : 0xe1; /* 0x51: 4/28x, 0xe1: 1x */
1086 break;
1087 case VT1702:
1088 verb = 0xf73;
1089 parm = enable ? 0x01 : 0x1d; /* 0x01: 4/40x, 0x1d: 1x */
1090 break;
1091 case VT2002P:
1092 case VT1812:
1093 case VT1802:
1094 verb = 0xf93;
1095 parm = enable ? 0x00 : 0xe0; /* 0x00: 4/40x, 0xe0: 1x */
1096 break;
1097 default:
1098 return; /* other codecs are not supported */
1099 }
1100 /* send verb */
1101 snd_hda_codec_write(codec, codec->afg, 0, verb, parm);
1102 }
1103
1104 static void analog_low_current_mode(struct hda_codec *codec)
1105 {
1106 return __analog_low_current_mode(codec, false);
1107 }
1108
1109 /*
1110 * generic initialization of ADC, input mixers and output mixers
1111 */
1112 static const struct hda_verb vt1708_init_verbs[] = {
1113 /* power down jack detect function */
1114 {0x1, 0xf81, 0x1},
1115 { }
1116 };
1117
1118 static void set_stream_open(struct hda_codec *codec, int bit, bool active)
1119 {
1120 struct via_spec *spec = codec->spec;
1121
1122 if (active)
1123 spec->opened_streams |= bit;
1124 else
1125 spec->opened_streams &= ~bit;
1126 analog_low_current_mode(codec);
1127 }
1128
1129 static int via_playback_multi_pcm_open(struct hda_pcm_stream *hinfo,
1130 struct hda_codec *codec,
1131 struct snd_pcm_substream *substream)
1132 {
1133 struct via_spec *spec = codec->spec;
1134 const struct auto_pin_cfg *cfg = &spec->autocfg;
1135 int err;
1136
1137 spec->multiout.num_dacs = cfg->line_outs + spec->smart51_nums;
1138 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
1139 set_stream_open(codec, STREAM_MULTI_OUT, true);
1140 err = snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
1141 hinfo);
1142 if (err < 0) {
1143 set_stream_open(codec, STREAM_MULTI_OUT, false);
1144 return err;
1145 }
1146 return 0;
1147 }
1148
1149 static int via_playback_multi_pcm_close(struct hda_pcm_stream *hinfo,
1150 struct hda_codec *codec,
1151 struct snd_pcm_substream *substream)
1152 {
1153 set_stream_open(codec, STREAM_MULTI_OUT, false);
1154 return 0;
1155 }
1156
1157 static int via_playback_hp_pcm_open(struct hda_pcm_stream *hinfo,
1158 struct hda_codec *codec,
1159 struct snd_pcm_substream *substream)
1160 {
1161 struct via_spec *spec = codec->spec;
1162
1163 if (snd_BUG_ON(!spec->hp_dac_nid))
1164 return -EINVAL;
1165 set_stream_open(codec, STREAM_INDEP_HP, true);
1166 return 0;
1167 }
1168
1169 static int via_playback_hp_pcm_close(struct hda_pcm_stream *hinfo,
1170 struct hda_codec *codec,
1171 struct snd_pcm_substream *substream)
1172 {
1173 set_stream_open(codec, STREAM_INDEP_HP, false);
1174 return 0;
1175 }
1176
1177 static int via_playback_multi_pcm_prepare(struct hda_pcm_stream *hinfo,
1178 struct hda_codec *codec,
1179 unsigned int stream_tag,
1180 unsigned int format,
1181 struct snd_pcm_substream *substream)
1182 {
1183 struct via_spec *spec = codec->spec;
1184
1185 mutex_lock(&spec->config_mutex);
1186 setup_playback_multi_pcm(spec);
1187 snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag,
1188 format, substream);
1189 /* remember for dynamic DAC switch with indep-HP */
1190 spec->active_streams |= STREAM_MULTI_OUT;
1191 spec->cur_dac_stream_tag = stream_tag;
1192 spec->cur_dac_format = format;
1193 mutex_unlock(&spec->config_mutex);
1194 vt1708_update_hp_work(spec);
1195 return 0;
1196 }
1197
1198 static int via_playback_hp_pcm_prepare(struct hda_pcm_stream *hinfo,
1199 struct hda_codec *codec,
1200 unsigned int stream_tag,
1201 unsigned int format,
1202 struct snd_pcm_substream *substream)
1203 {
1204 struct via_spec *spec = codec->spec;
1205
1206 mutex_lock(&spec->config_mutex);
1207 if (spec->hp_independent_mode)
1208 snd_hda_codec_setup_stream(codec, spec->hp_dac_nid,
1209 stream_tag, 0, format);
1210 spec->active_streams |= STREAM_INDEP_HP;
1211 spec->cur_hp_stream_tag = stream_tag;
1212 spec->cur_hp_format = format;
1213 mutex_unlock(&spec->config_mutex);
1214 vt1708_update_hp_work(spec);
1215 return 0;
1216 }
1217
1218 static int via_playback_multi_pcm_cleanup(struct hda_pcm_stream *hinfo,
1219 struct hda_codec *codec,
1220 struct snd_pcm_substream *substream)
1221 {
1222 struct via_spec *spec = codec->spec;
1223
1224 mutex_lock(&spec->config_mutex);
1225 snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
1226 spec->active_streams &= ~STREAM_MULTI_OUT;
1227 mutex_unlock(&spec->config_mutex);
1228 vt1708_update_hp_work(spec);
1229 return 0;
1230 }
1231
1232 static int via_playback_hp_pcm_cleanup(struct hda_pcm_stream *hinfo,
1233 struct hda_codec *codec,
1234 struct snd_pcm_substream *substream)
1235 {
1236 struct via_spec *spec = codec->spec;
1237
1238 mutex_lock(&spec->config_mutex);
1239 if (spec->hp_independent_mode)
1240 snd_hda_codec_setup_stream(codec, spec->hp_dac_nid, 0, 0, 0);
1241 spec->active_streams &= ~STREAM_INDEP_HP;
1242 mutex_unlock(&spec->config_mutex);
1243 vt1708_update_hp_work(spec);
1244 return 0;
1245 }
1246
1247 /*
1248 * Digital out
1249 */
1250 static int via_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
1251 struct hda_codec *codec,
1252 struct snd_pcm_substream *substream)
1253 {
1254 struct via_spec *spec = codec->spec;
1255 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
1256 }
1257
1258 static int via_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
1259 struct hda_codec *codec,
1260 struct snd_pcm_substream *substream)
1261 {
1262 struct via_spec *spec = codec->spec;
1263 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
1264 }
1265
1266 static int via_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
1267 struct hda_codec *codec,
1268 unsigned int stream_tag,
1269 unsigned int format,
1270 struct snd_pcm_substream *substream)
1271 {
1272 struct via_spec *spec = codec->spec;
1273 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
1274 stream_tag, format, substream);
1275 }
1276
1277 static int via_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
1278 struct hda_codec *codec,
1279 struct snd_pcm_substream *substream)
1280 {
1281 struct via_spec *spec = codec->spec;
1282 snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
1283 return 0;
1284 }
1285
1286 /*
1287 * Analog capture
1288 */
1289 static int via_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
1290 struct hda_codec *codec,
1291 unsigned int stream_tag,
1292 unsigned int format,
1293 struct snd_pcm_substream *substream)
1294 {
1295 struct via_spec *spec = codec->spec;
1296
1297 snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
1298 stream_tag, 0, format);
1299 return 0;
1300 }
1301
1302 static int via_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
1303 struct hda_codec *codec,
1304 struct snd_pcm_substream *substream)
1305 {
1306 struct via_spec *spec = codec->spec;
1307 snd_hda_codec_cleanup_stream(codec, spec->adc_nids[substream->number]);
1308 return 0;
1309 }
1310
1311 /* analog capture with dynamic ADC switching */
1312 static int via_dyn_adc_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
1313 struct hda_codec *codec,
1314 unsigned int stream_tag,
1315 unsigned int format,
1316 struct snd_pcm_substream *substream)
1317 {
1318 struct via_spec *spec = codec->spec;
1319 int adc_idx = spec->inputs[spec->cur_mux[0]].adc_idx;
1320
1321 mutex_lock(&spec->config_mutex);
1322 spec->cur_adc = spec->adc_nids[adc_idx];
1323 spec->cur_adc_stream_tag = stream_tag;
1324 spec->cur_adc_format = format;
1325 snd_hda_codec_setup_stream(codec, spec->cur_adc, stream_tag, 0, format);
1326 mutex_unlock(&spec->config_mutex);
1327 return 0;
1328 }
1329
1330 static int via_dyn_adc_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
1331 struct hda_codec *codec,
1332 struct snd_pcm_substream *substream)
1333 {
1334 struct via_spec *spec = codec->spec;
1335
1336 mutex_lock(&spec->config_mutex);
1337 snd_hda_codec_cleanup_stream(codec, spec->cur_adc);
1338 spec->cur_adc = 0;
1339 mutex_unlock(&spec->config_mutex);
1340 return 0;
1341 }
1342
1343 /* re-setup the stream if running; called from input-src put */
1344 static bool via_dyn_adc_pcm_resetup(struct hda_codec *codec, int cur)
1345 {
1346 struct via_spec *spec = codec->spec;
1347 int adc_idx = spec->inputs[cur].adc_idx;
1348 hda_nid_t adc = spec->adc_nids[adc_idx];
1349 bool ret = false;
1350
1351 mutex_lock(&spec->config_mutex);
1352 if (spec->cur_adc && spec->cur_adc != adc) {
1353 /* stream is running, let's swap the current ADC */
1354 __snd_hda_codec_cleanup_stream(codec, spec->cur_adc, 1);
1355 spec->cur_adc = adc;
1356 snd_hda_codec_setup_stream(codec, adc,
1357 spec->cur_adc_stream_tag, 0,
1358 spec->cur_adc_format);
1359 ret = true;
1360 }
1361 mutex_unlock(&spec->config_mutex);
1362 return ret;
1363 }
1364
1365 static const struct hda_pcm_stream via_pcm_analog_playback = {
1366 .substreams = 1,
1367 .channels_min = 2,
1368 .channels_max = 8,
1369 /* NID is set in via_build_pcms */
1370 .ops = {
1371 .open = via_playback_multi_pcm_open,
1372 .close = via_playback_multi_pcm_close,
1373 .prepare = via_playback_multi_pcm_prepare,
1374 .cleanup = via_playback_multi_pcm_cleanup
1375 },
1376 };
1377
1378 static const struct hda_pcm_stream via_pcm_hp_playback = {
1379 .substreams = 1,
1380 .channels_min = 2,
1381 .channels_max = 2,
1382 /* NID is set in via_build_pcms */
1383 .ops = {
1384 .open = via_playback_hp_pcm_open,
1385 .close = via_playback_hp_pcm_close,
1386 .prepare = via_playback_hp_pcm_prepare,
1387 .cleanup = via_playback_hp_pcm_cleanup
1388 },
1389 };
1390
1391 static const struct hda_pcm_stream vt1708_pcm_analog_s16_playback = {
1392 .substreams = 1,
1393 .channels_min = 2,
1394 .channels_max = 8,
1395 /* NID is set in via_build_pcms */
1396 /* We got noisy outputs on the right channel on VT1708 when
1397 * 24bit samples are used. Until any workaround is found,
1398 * disable the 24bit format, so far.
1399 */
1400 .formats = SNDRV_PCM_FMTBIT_S16_LE,
1401 .ops = {
1402 .open = via_playback_multi_pcm_open,
1403 .close = via_playback_multi_pcm_close,
1404 .prepare = via_playback_multi_pcm_prepare,
1405 .cleanup = via_playback_multi_pcm_cleanup
1406 },
1407 };
1408
1409 static const struct hda_pcm_stream via_pcm_analog_capture = {
1410 .substreams = 1, /* will be changed in via_build_pcms() */
1411 .channels_min = 2,
1412 .channels_max = 2,
1413 /* NID is set in via_build_pcms */
1414 .ops = {
1415 .prepare = via_capture_pcm_prepare,
1416 .cleanup = via_capture_pcm_cleanup
1417 },
1418 };
1419
1420 static const struct hda_pcm_stream via_pcm_dyn_adc_analog_capture = {
1421 .substreams = 1,
1422 .channels_min = 2,
1423 .channels_max = 2,
1424 /* NID is set in via_build_pcms */
1425 .ops = {
1426 .prepare = via_dyn_adc_capture_pcm_prepare,
1427 .cleanup = via_dyn_adc_capture_pcm_cleanup,
1428 },
1429 };
1430
1431 static const struct hda_pcm_stream via_pcm_digital_playback = {
1432 .substreams = 1,
1433 .channels_min = 2,
1434 .channels_max = 2,
1435 /* NID is set in via_build_pcms */
1436 .ops = {
1437 .open = via_dig_playback_pcm_open,
1438 .close = via_dig_playback_pcm_close,
1439 .prepare = via_dig_playback_pcm_prepare,
1440 .cleanup = via_dig_playback_pcm_cleanup
1441 },
1442 };
1443
1444 static const struct hda_pcm_stream via_pcm_digital_capture = {
1445 .substreams = 1,
1446 .channels_min = 2,
1447 .channels_max = 2,
1448 };
1449
1450 /*
1451 * slave controls for virtual master
1452 */
1453 static const char * const via_slave_pfxs[] = {
1454 "Front", "Surround", "Center", "LFE", "Side",
1455 "Headphone", "Speaker",
1456 NULL,
1457 };
1458
1459 static int via_build_controls(struct hda_codec *codec)
1460 {
1461 struct via_spec *spec = codec->spec;
1462 struct snd_kcontrol *kctl;
1463 int err, i;
1464
1465 spec->no_pin_power_ctl = 1;
1466 if (spec->set_widgets_power_state)
1467 if (!via_clone_control(spec, &via_pin_power_ctl_enum))
1468 return -ENOMEM;
1469
1470 for (i = 0; i < spec->num_mixers; i++) {
1471 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1472 if (err < 0)
1473 return err;
1474 }
1475
1476 if (spec->multiout.dig_out_nid) {
1477 err = snd_hda_create_spdif_out_ctls(codec,
1478 spec->multiout.dig_out_nid,
1479 spec->multiout.dig_out_nid);
1480 if (err < 0)
1481 return err;
1482 err = snd_hda_create_spdif_share_sw(codec,
1483 &spec->multiout);
1484 if (err < 0)
1485 return err;
1486 spec->multiout.share_spdif = 1;
1487 }
1488 if (spec->dig_in_nid) {
1489 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1490 if (err < 0)
1491 return err;
1492 }
1493
1494 /* if we have no master control, let's create it */
1495 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
1496 unsigned int vmaster_tlv[4];
1497 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1498 HDA_OUTPUT, vmaster_tlv);
1499 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1500 vmaster_tlv, via_slave_pfxs,
1501 "Playback Volume");
1502 if (err < 0)
1503 return err;
1504 }
1505 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1506 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1507 NULL, via_slave_pfxs,
1508 "Playback Switch");
1509 if (err < 0)
1510 return err;
1511 }
1512
1513 /* assign Capture Source enums to NID */
1514 kctl = snd_hda_find_mixer_ctl(codec, "Input Source");
1515 for (i = 0; kctl && i < kctl->count; i++) {
1516 if (!spec->mux_nids[i])
1517 continue;
1518 err = snd_hda_add_nid(codec, kctl, i, spec->mux_nids[i]);
1519 if (err < 0)
1520 return err;
1521 }
1522
1523 via_free_kctls(codec); /* no longer needed */
1524
1525 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1526 if (err < 0)
1527 return err;
1528
1529 return 0;
1530 }
1531
1532 static int via_build_pcms(struct hda_codec *codec)
1533 {
1534 struct via_spec *spec = codec->spec;
1535 struct hda_pcm *info = spec->pcm_rec;
1536
1537 codec->num_pcms = 0;
1538 codec->pcm_info = info;
1539
1540 if (spec->multiout.num_dacs || spec->num_adc_nids) {
1541 snprintf(spec->stream_name_analog,
1542 sizeof(spec->stream_name_analog),
1543 "%s Analog", codec->chip_name);
1544 info->name = spec->stream_name_analog;
1545
1546 if (spec->multiout.num_dacs) {
1547 if (!spec->stream_analog_playback)
1548 spec->stream_analog_playback =
1549 &via_pcm_analog_playback;
1550 info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
1551 *spec->stream_analog_playback;
1552 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
1553 spec->multiout.dac_nids[0];
1554 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
1555 spec->multiout.max_channels;
1556 }
1557
1558 if (!spec->stream_analog_capture) {
1559 if (spec->dyn_adc_switch)
1560 spec->stream_analog_capture =
1561 &via_pcm_dyn_adc_analog_capture;
1562 else
1563 spec->stream_analog_capture =
1564 &via_pcm_analog_capture;
1565 }
1566 if (spec->num_adc_nids) {
1567 info->stream[SNDRV_PCM_STREAM_CAPTURE] =
1568 *spec->stream_analog_capture;
1569 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid =
1570 spec->adc_nids[0];
1571 if (!spec->dyn_adc_switch)
1572 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams =
1573 spec->num_adc_nids;
1574 }
1575 codec->num_pcms++;
1576 info++;
1577 }
1578
1579 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
1580 snprintf(spec->stream_name_digital,
1581 sizeof(spec->stream_name_digital),
1582 "%s Digital", codec->chip_name);
1583 info->name = spec->stream_name_digital;
1584 info->pcm_type = HDA_PCM_TYPE_SPDIF;
1585 if (spec->multiout.dig_out_nid) {
1586 if (!spec->stream_digital_playback)
1587 spec->stream_digital_playback =
1588 &via_pcm_digital_playback;
1589 info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
1590 *spec->stream_digital_playback;
1591 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
1592 spec->multiout.dig_out_nid;
1593 }
1594 if (spec->dig_in_nid) {
1595 if (!spec->stream_digital_capture)
1596 spec->stream_digital_capture =
1597 &via_pcm_digital_capture;
1598 info->stream[SNDRV_PCM_STREAM_CAPTURE] =
1599 *spec->stream_digital_capture;
1600 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid =
1601 spec->dig_in_nid;
1602 }
1603 codec->num_pcms++;
1604 info++;
1605 }
1606
1607 if (spec->hp_dac_nid) {
1608 snprintf(spec->stream_name_hp, sizeof(spec->stream_name_hp),
1609 "%s HP", codec->chip_name);
1610 info->name = spec->stream_name_hp;
1611 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = via_pcm_hp_playback;
1612 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
1613 spec->hp_dac_nid;
1614 codec->num_pcms++;
1615 info++;
1616 }
1617 return 0;
1618 }
1619
1620 static void via_free(struct hda_codec *codec)
1621 {
1622 struct via_spec *spec = codec->spec;
1623
1624 if (!spec)
1625 return;
1626
1627 via_free_kctls(codec);
1628 vt1708_stop_hp_work(spec);
1629 kfree(spec->bind_cap_vol);
1630 kfree(spec->bind_cap_sw);
1631 kfree(spec);
1632 }
1633
1634 /* mute/unmute outputs */
1635 static void toggle_output_mutes(struct hda_codec *codec, int num_pins,
1636 hda_nid_t *pins, bool mute)
1637 {
1638 int i;
1639 for (i = 0; i < num_pins; i++) {
1640 unsigned int parm = snd_hda_codec_read(codec, pins[i], 0,
1641 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
1642 if (parm & AC_PINCTL_IN_EN)
1643 continue;
1644 if (mute)
1645 parm &= ~AC_PINCTL_OUT_EN;
1646 else
1647 parm |= AC_PINCTL_OUT_EN;
1648 snd_hda_set_pin_ctl(codec, pins[i], parm);
1649 }
1650 }
1651
1652 /* mute internal speaker if line-out is plugged */
1653 static void via_line_automute(struct hda_codec *codec, int present)
1654 {
1655 struct via_spec *spec = codec->spec;
1656
1657 if (!spec->autocfg.speaker_outs)
1658 return;
1659 if (!present)
1660 present = snd_hda_jack_detect(codec,
1661 spec->autocfg.line_out_pins[0]);
1662 toggle_output_mutes(codec, spec->autocfg.speaker_outs,
1663 spec->autocfg.speaker_pins,
1664 present);
1665 }
1666
1667 /* mute internal speaker if HP is plugged */
1668 static void via_hp_automute(struct hda_codec *codec)
1669 {
1670 int present = 0;
1671 int nums;
1672 struct via_spec *spec = codec->spec;
1673
1674 if (!spec->hp_independent_mode && spec->autocfg.hp_pins[0] &&
1675 (spec->codec_type != VT1708 || spec->vt1708_jack_detect))
1676 present = snd_hda_jack_detect(codec, spec->autocfg.hp_pins[0]);
1677
1678 if (spec->smart51_enabled)
1679 nums = spec->autocfg.line_outs + spec->smart51_nums;
1680 else
1681 nums = spec->autocfg.line_outs;
1682 toggle_output_mutes(codec, nums, spec->autocfg.line_out_pins, present);
1683
1684 via_line_automute(codec, present);
1685 }
1686
1687 static void via_gpio_control(struct hda_codec *codec)
1688 {
1689 unsigned int gpio_data;
1690 unsigned int vol_counter;
1691 unsigned int vol;
1692 unsigned int master_vol;
1693
1694 struct via_spec *spec = codec->spec;
1695
1696 gpio_data = snd_hda_codec_read(codec, codec->afg, 0,
1697 AC_VERB_GET_GPIO_DATA, 0) & 0x03;
1698
1699 vol_counter = (snd_hda_codec_read(codec, codec->afg, 0,
1700 0xF84, 0) & 0x3F0000) >> 16;
1701
1702 vol = vol_counter & 0x1F;
1703 master_vol = snd_hda_codec_read(codec, 0x1A, 0,
1704 AC_VERB_GET_AMP_GAIN_MUTE,
1705 AC_AMP_GET_INPUT);
1706
1707 if (gpio_data == 0x02) {
1708 /* unmute line out */
1709 snd_hda_set_pin_ctl(codec, spec->autocfg.line_out_pins[0],
1710 PIN_OUT);
1711 if (vol_counter & 0x20) {
1712 /* decrease volume */
1713 if (vol > master_vol)
1714 vol = master_vol;
1715 snd_hda_codec_amp_stereo(codec, 0x1A, HDA_INPUT,
1716 0, HDA_AMP_VOLMASK,
1717 master_vol-vol);
1718 } else {
1719 /* increase volume */
1720 snd_hda_codec_amp_stereo(codec, 0x1A, HDA_INPUT, 0,
1721 HDA_AMP_VOLMASK,
1722 ((master_vol+vol) > 0x2A) ? 0x2A :
1723 (master_vol+vol));
1724 }
1725 } else if (!(gpio_data & 0x02)) {
1726 /* mute line out */
1727 snd_hda_set_pin_ctl(codec, spec->autocfg.line_out_pins[0], 0);
1728 }
1729 }
1730
1731 /* unsolicited event for jack sensing */
1732 static void via_unsol_event(struct hda_codec *codec,
1733 unsigned int res)
1734 {
1735 res >>= 26;
1736 res = snd_hda_jack_get_action(codec, res);
1737
1738 if (res & VIA_JACK_EVENT)
1739 set_widgets_power_state(codec);
1740
1741 res &= ~VIA_JACK_EVENT;
1742
1743 if (res == VIA_HP_EVENT || res == VIA_LINE_EVENT)
1744 via_hp_automute(codec);
1745 else if (res == VIA_GPIO_EVENT)
1746 via_gpio_control(codec);
1747 snd_hda_jack_report_sync(codec);
1748 }
1749
1750 #ifdef CONFIG_PM
1751 static int via_suspend(struct hda_codec *codec)
1752 {
1753 struct via_spec *spec = codec->spec;
1754 vt1708_stop_hp_work(spec);
1755
1756 if (spec->codec_type == VT1802) {
1757 /* Fix pop noise on headphones */
1758 int i;
1759 for (i = 0; i < spec->autocfg.hp_outs; i++)
1760 snd_hda_set_pin_ctl(codec, spec->autocfg.hp_pins[i], 0);
1761 }
1762
1763 return 0;
1764 }
1765 #endif
1766
1767 #ifdef CONFIG_PM
1768 static int via_check_power_status(struct hda_codec *codec, hda_nid_t nid)
1769 {
1770 struct via_spec *spec = codec->spec;
1771 return snd_hda_check_amp_list_power(codec, &spec->loopback, nid);
1772 }
1773 #endif
1774
1775 /*
1776 */
1777
1778 static int via_init(struct hda_codec *codec);
1779
1780 static const struct hda_codec_ops via_patch_ops = {
1781 .build_controls = via_build_controls,
1782 .build_pcms = via_build_pcms,
1783 .init = via_init,
1784 .free = via_free,
1785 .unsol_event = via_unsol_event,
1786 #ifdef CONFIG_PM
1787 .suspend = via_suspend,
1788 .check_power_status = via_check_power_status,
1789 #endif
1790 };
1791
1792 static bool is_empty_dac(struct hda_codec *codec, hda_nid_t dac)
1793 {
1794 struct via_spec *spec = codec->spec;
1795 int i;
1796
1797 for (i = 0; i < spec->multiout.num_dacs; i++) {
1798 if (spec->multiout.dac_nids[i] == dac)
1799 return false;
1800 }
1801 if (spec->hp_dac_nid == dac)
1802 return false;
1803 return true;
1804 }
1805
1806 static bool __parse_output_path(struct hda_codec *codec, hda_nid_t nid,
1807 hda_nid_t target_dac, int with_aa_mix,
1808 struct nid_path *path, int depth)
1809 {
1810 struct via_spec *spec = codec->spec;
1811 hda_nid_t conn[8];
1812 int i, nums;
1813
1814 if (nid == spec->aa_mix_nid) {
1815 if (!with_aa_mix)
1816 return false;
1817 with_aa_mix = 2; /* mark aa-mix is included */
1818 }
1819
1820 nums = snd_hda_get_connections(codec, nid, conn, ARRAY_SIZE(conn));
1821 for (i = 0; i < nums; i++) {
1822 if (get_wcaps_type(get_wcaps(codec, conn[i])) != AC_WID_AUD_OUT)
1823 continue;
1824 if (conn[i] == target_dac || is_empty_dac(codec, conn[i])) {
1825 /* aa-mix is requested but not included? */
1826 if (!(spec->aa_mix_nid && with_aa_mix == 1))
1827 goto found;
1828 }
1829 }
1830 if (depth >= MAX_NID_PATH_DEPTH)
1831 return false;
1832 for (i = 0; i < nums; i++) {
1833 unsigned int type;
1834 type = get_wcaps_type(get_wcaps(codec, conn[i]));
1835 if (type == AC_WID_AUD_OUT)
1836 continue;
1837 if (__parse_output_path(codec, conn[i], target_dac,
1838 with_aa_mix, path, depth + 1))
1839 goto found;
1840 }
1841 return false;
1842
1843 found:
1844 path->path[path->depth] = conn[i];
1845 path->idx[path->depth] = i;
1846 if (nums > 1 && get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_AUD_MIX)
1847 path->multi[path->depth] = 1;
1848 path->depth++;
1849 return true;
1850 }
1851
1852 static bool parse_output_path(struct hda_codec *codec, hda_nid_t nid,
1853 hda_nid_t target_dac, int with_aa_mix,
1854 struct nid_path *path)
1855 {
1856 if (__parse_output_path(codec, nid, target_dac, with_aa_mix, path, 1)) {
1857 path->path[path->depth] = nid;
1858 path->depth++;
1859 snd_printdd("output-path: depth=%d, %02x/%02x/%02x/%02x/%02x\n",
1860 path->depth, path->path[0], path->path[1],
1861 path->path[2], path->path[3], path->path[4]);
1862 return true;
1863 }
1864 return false;
1865 }
1866
1867 static int via_auto_fill_dac_nids(struct hda_codec *codec)
1868 {
1869 struct via_spec *spec = codec->spec;
1870 const struct auto_pin_cfg *cfg = &spec->autocfg;
1871 int i, dac_num;
1872 hda_nid_t nid;
1873
1874 spec->multiout.dac_nids = spec->private_dac_nids;
1875 dac_num = 0;
1876 for (i = 0; i < cfg->line_outs; i++) {
1877 hda_nid_t dac = 0;
1878 nid = cfg->line_out_pins[i];
1879 if (!nid)
1880 continue;
1881 if (parse_output_path(codec, nid, 0, 0, &spec->out_path[i]))
1882 dac = spec->out_path[i].path[0];
1883 if (!i && parse_output_path(codec, nid, dac, 1,
1884 &spec->out_mix_path))
1885 dac = spec->out_mix_path.path[0];
1886 if (dac) {
1887 spec->private_dac_nids[i] = dac;
1888 dac_num++;
1889 }
1890 }
1891 if (!spec->out_path[0].depth && spec->out_mix_path.depth) {
1892 spec->out_path[0] = spec->out_mix_path;
1893 spec->out_mix_path.depth = 0;
1894 }
1895 spec->multiout.num_dacs = dac_num;
1896 return 0;
1897 }
1898
1899 static int create_ch_ctls(struct hda_codec *codec, const char *pfx,
1900 int chs, bool check_dac, struct nid_path *path)
1901 {
1902 struct via_spec *spec = codec->spec;
1903 char name[32];
1904 hda_nid_t dac, pin, sel, nid;
1905 int err;
1906
1907 dac = check_dac ? path->path[0] : 0;
1908 pin = path->path[path->depth - 1];
1909 sel = path->depth > 1 ? path->path[1] : 0;
1910
1911 if (dac && check_amp_caps(codec, dac, HDA_OUTPUT, AC_AMPCAP_NUM_STEPS))
1912 nid = dac;
1913 else if (check_amp_caps(codec, pin, HDA_OUTPUT, AC_AMPCAP_NUM_STEPS))
1914 nid = pin;
1915 else if (check_amp_caps(codec, sel, HDA_OUTPUT, AC_AMPCAP_NUM_STEPS))
1916 nid = sel;
1917 else
1918 nid = 0;
1919 if (nid) {
1920 sprintf(name, "%s Playback Volume", pfx);
1921 err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name,
1922 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
1923 if (err < 0)
1924 return err;
1925 path->vol_ctl = nid;
1926 }
1927
1928 if (dac && check_amp_caps(codec, dac, HDA_OUTPUT, AC_AMPCAP_MUTE))
1929 nid = dac;
1930 else if (check_amp_caps(codec, pin, HDA_OUTPUT, AC_AMPCAP_MUTE))
1931 nid = pin;
1932 else if (check_amp_caps(codec, sel, HDA_OUTPUT, AC_AMPCAP_MUTE))
1933 nid = sel;
1934 else
1935 nid = 0;
1936 if (nid) {
1937 sprintf(name, "%s Playback Switch", pfx);
1938 err = via_add_control(spec, VIA_CTL_WIDGET_MUTE, name,
1939 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
1940 if (err < 0)
1941 return err;
1942 path->mute_ctl = nid;
1943 }
1944 return 0;
1945 }
1946
1947 static void mangle_smart51(struct hda_codec *codec)
1948 {
1949 struct via_spec *spec = codec->spec;
1950 struct auto_pin_cfg *cfg = &spec->autocfg;
1951 struct auto_pin_cfg_item *ins = cfg->inputs;
1952 int i, j, nums, attr;
1953 int pins[AUTO_CFG_MAX_INS];
1954
1955 for (attr = INPUT_PIN_ATTR_REAR; attr >= INPUT_PIN_ATTR_NORMAL; attr--) {
1956 nums = 0;
1957 for (i = 0; i < cfg->num_inputs; i++) {
1958 unsigned int def;
1959 if (ins[i].type > AUTO_PIN_LINE_IN)
1960 continue;
1961 def = snd_hda_codec_get_pincfg(codec, ins[i].pin);
1962 if (snd_hda_get_input_pin_attr(def) != attr)
1963 continue;
1964 for (j = 0; j < nums; j++)
1965 if (ins[pins[j]].type < ins[i].type) {
1966 memmove(pins + j + 1, pins + j,
1967 (nums - j) * sizeof(int));
1968 break;
1969 }
1970 pins[j] = i;
1971 nums++;
1972 }
1973 if (cfg->line_outs + nums < 3)
1974 continue;
1975 for (i = 0; i < nums; i++) {
1976 hda_nid_t pin = ins[pins[i]].pin;
1977 spec->smart51_pins[spec->smart51_nums++] = pin;
1978 cfg->line_out_pins[cfg->line_outs++] = pin;
1979 if (cfg->line_outs == 3)
1980 break;
1981 }
1982 return;
1983 }
1984 }
1985
1986 static void copy_path_mixer_ctls(struct nid_path *dst, struct nid_path *src)
1987 {
1988 dst->vol_ctl = src->vol_ctl;
1989 dst->mute_ctl = src->mute_ctl;
1990 }
1991
1992 /* add playback controls from the parsed DAC table */
1993 static int via_auto_create_multi_out_ctls(struct hda_codec *codec)
1994 {
1995 struct via_spec *spec = codec->spec;
1996 struct auto_pin_cfg *cfg = &spec->autocfg;
1997 struct nid_path *path;
1998 static const char * const chname[4] = {
1999 "Front", "Surround", "C/LFE", "Side"
2000 };
2001 int i, idx, err;
2002 int old_line_outs;
2003
2004 /* check smart51 */
2005 old_line_outs = cfg->line_outs;
2006 if (cfg->line_outs == 1)
2007 mangle_smart51(codec);
2008
2009 err = via_auto_fill_dac_nids(codec);
2010 if (err < 0)
2011 return err;
2012
2013 if (spec->multiout.num_dacs < 3) {
2014 spec->smart51_nums = 0;
2015 cfg->line_outs = old_line_outs;
2016 }
2017 for (i = 0; i < cfg->line_outs; i++) {
2018 hda_nid_t pin, dac;
2019 pin = cfg->line_out_pins[i];
2020 dac = spec->multiout.dac_nids[i];
2021 if (!pin || !dac)
2022 continue;
2023 path = spec->out_path + i;
2024 if (i == HDA_CLFE) {
2025 err = create_ch_ctls(codec, "Center", 1, true, path);
2026 if (err < 0)
2027 return err;
2028 err = create_ch_ctls(codec, "LFE", 2, true, path);
2029 if (err < 0)
2030 return err;
2031 } else {
2032 const char *pfx = chname[i];
2033 if (cfg->line_out_type == AUTO_PIN_SPEAKER_OUT &&
2034 cfg->line_outs == 1)
2035 pfx = "Speaker";
2036 err = create_ch_ctls(codec, pfx, 3, true, path);
2037 if (err < 0)
2038 return err;
2039 }
2040 if (path != spec->out_path + i)
2041 copy_path_mixer_ctls(&spec->out_path[i], path);
2042 if (path == spec->out_path && spec->out_mix_path.depth)
2043 copy_path_mixer_ctls(&spec->out_mix_path, path);
2044 }
2045
2046 idx = get_connection_index(codec, spec->aa_mix_nid,
2047 spec->multiout.dac_nids[0]);
2048 if (idx >= 0) {
2049 /* add control to mixer */
2050 const char *name;
2051 name = spec->out_mix_path.depth ?
2052 "PCM Loopback Playback Volume" : "PCM Playback Volume";
2053 err = via_add_control(spec, VIA_CTL_WIDGET_VOL, name,
2054 HDA_COMPOSE_AMP_VAL(spec->aa_mix_nid, 3,
2055 idx, HDA_INPUT));
2056 if (err < 0)
2057 return err;
2058 name = spec->out_mix_path.depth ?
2059 "PCM Loopback Playback Switch" : "PCM Playback Switch";
2060 err = via_add_control(spec, VIA_CTL_WIDGET_MUTE, name,
2061 HDA_COMPOSE_AMP_VAL(spec->aa_mix_nid, 3,
2062 idx, HDA_INPUT));
2063 if (err < 0)
2064 return err;
2065 }
2066
2067 cfg->line_outs = old_line_outs;
2068
2069 return 0;
2070 }
2071
2072 static int via_auto_create_hp_ctls(struct hda_codec *codec, hda_nid_t pin)
2073 {
2074 struct via_spec *spec = codec->spec;
2075 struct nid_path *path;
2076 bool check_dac;
2077 int i, err;
2078
2079 if (!pin)
2080 return 0;
2081
2082 if (!parse_output_path(codec, pin, 0, 0, &spec->hp_indep_path)) {
2083 for (i = HDA_SIDE; i >= HDA_CLFE; i--) {
2084 if (i < spec->multiout.num_dacs &&
2085 parse_output_path(codec, pin,
2086 spec->multiout.dac_nids[i], 0,
2087 &spec->hp_indep_path)) {
2088 spec->hp_indep_shared = i;
2089 break;
2090 }
2091 }
2092 }
2093 if (spec->hp_indep_path.depth) {
2094 spec->hp_dac_nid = spec->hp_indep_path.path[0];
2095 if (!spec->hp_indep_shared)
2096 spec->hp_path = spec->hp_indep_path;
2097 }
2098 /* optionally check front-path w/o AA-mix */
2099 if (!spec->hp_path.depth)
2100 parse_output_path(codec, pin,
2101 spec->multiout.dac_nids[HDA_FRONT], 0,
2102 &spec->hp_path);
2103
2104 if (!parse_output_path(codec, pin, spec->multiout.dac_nids[HDA_FRONT],
2105 1, &spec->hp_mix_path) && !spec->hp_path.depth)
2106 return 0;
2107
2108 if (spec->hp_path.depth) {
2109 path = &spec->hp_path;
2110 check_dac = true;
2111 } else {
2112 path = &spec->hp_mix_path;
2113 check_dac = false;
2114 }
2115 err = create_ch_ctls(codec, "Headphone", 3, check_dac, path);
2116 if (err < 0)
2117 return err;
2118 if (check_dac)
2119 copy_path_mixer_ctls(&spec->hp_mix_path, path);
2120 else
2121 copy_path_mixer_ctls(&spec->hp_path, path);
2122 if (spec->hp_indep_path.depth)
2123 copy_path_mixer_ctls(&spec->hp_indep_path, path);
2124 return 0;
2125 }
2126
2127 static int via_auto_create_speaker_ctls(struct hda_codec *codec)
2128 {
2129 struct via_spec *spec = codec->spec;
2130 struct nid_path *path;
2131 bool check_dac;
2132 hda_nid_t pin, dac = 0;
2133 int err;
2134
2135 pin = spec->autocfg.speaker_pins[0];
2136 if (!spec->autocfg.speaker_outs || !pin)
2137 return 0;
2138
2139 if (parse_output_path(codec, pin, 0, 0, &spec->speaker_path))
2140 dac = spec->speaker_path.path[0];
2141 if (!dac)
2142 parse_output_path(codec, pin,
2143 spec->multiout.dac_nids[HDA_FRONT], 0,
2144 &spec->speaker_path);
2145 if (!parse_output_path(codec, pin, spec->multiout.dac_nids[HDA_FRONT],
2146 1, &spec->speaker_mix_path) && !dac)
2147 return 0;
2148
2149 /* no AA-path for front? */
2150 if (!spec->out_mix_path.depth && spec->speaker_mix_path.depth)
2151 dac = 0;
2152
2153 spec->speaker_dac_nid = dac;
2154 spec->multiout.extra_out_nid[0] = dac;
2155 if (dac) {
2156 path = &spec->speaker_path;
2157 check_dac = true;
2158 } else {
2159 path = &spec->speaker_mix_path;
2160 check_dac = false;
2161 }
2162 err = create_ch_ctls(codec, "Speaker", 3, check_dac, path);
2163 if (err < 0)
2164 return err;
2165 if (check_dac)
2166 copy_path_mixer_ctls(&spec->speaker_mix_path, path);
2167 else
2168 copy_path_mixer_ctls(&spec->speaker_path, path);
2169 return 0;
2170 }
2171
2172 #define via_aamix_ctl_info via_pin_power_ctl_info
2173
2174 static int via_aamix_ctl_get(struct snd_kcontrol *kcontrol,
2175 struct snd_ctl_elem_value *ucontrol)
2176 {
2177 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2178 struct via_spec *spec = codec->spec;
2179 ucontrol->value.enumerated.item[0] = spec->aamix_mode;
2180 return 0;
2181 }
2182
2183 static void update_aamix_paths(struct hda_codec *codec, int do_mix,
2184 struct nid_path *nomix, struct nid_path *mix)
2185 {
2186 if (do_mix) {
2187 activate_output_path(codec, nomix, false, false);
2188 activate_output_path(codec, mix, true, false);
2189 } else {
2190 activate_output_path(codec, mix, false, false);
2191 activate_output_path(codec, nomix, true, false);
2192 }
2193 }
2194
2195 static int via_aamix_ctl_put(struct snd_kcontrol *kcontrol,
2196 struct snd_ctl_elem_value *ucontrol)
2197 {
2198 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2199 struct via_spec *spec = codec->spec;
2200 unsigned int val = ucontrol->value.enumerated.item[0];
2201
2202 if (val == spec->aamix_mode)
2203 return 0;
2204 spec->aamix_mode = val;
2205 /* update front path */
2206 update_aamix_paths(codec, val, &spec->out_path[0], &spec->out_mix_path);
2207 /* update HP path */
2208 if (!spec->hp_independent_mode) {
2209 update_aamix_paths(codec, val, &spec->hp_path,
2210 &spec->hp_mix_path);
2211 }
2212 /* update speaker path */
2213 update_aamix_paths(codec, val, &spec->speaker_path,
2214 &spec->speaker_mix_path);
2215 return 1;
2216 }
2217
2218 static const struct snd_kcontrol_new via_aamix_ctl_enum = {
2219 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2220 .name = "Loopback Mixing",
2221 .info = via_aamix_ctl_info,
2222 .get = via_aamix_ctl_get,
2223 .put = via_aamix_ctl_put,
2224 };
2225
2226 static int via_auto_create_loopback_switch(struct hda_codec *codec)
2227 {
2228 struct via_spec *spec = codec->spec;
2229
2230 if (!spec->aa_mix_nid)
2231 return 0; /* no loopback switching available */
2232 if (!(spec->out_mix_path.depth || spec->hp_mix_path.depth ||
2233 spec->speaker_path.depth))
2234 return 0; /* no loopback switching available */
2235 if (!via_clone_control(spec, &via_aamix_ctl_enum))
2236 return -ENOMEM;
2237 return 0;
2238 }
2239
2240 /* look for ADCs */
2241 static int via_fill_adcs(struct hda_codec *codec)
2242 {
2243 struct via_spec *spec = codec->spec;
2244 hda_nid_t nid = codec->start_nid;
2245 int i;
2246
2247 for (i = 0; i < codec->num_nodes; i++, nid++) {
2248 unsigned int wcaps = get_wcaps(codec, nid);
2249 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN)
2250 continue;
2251 if (wcaps & AC_WCAP_DIGITAL)
2252 continue;
2253 if (!(wcaps & AC_WCAP_CONN_LIST))
2254 continue;
2255 if (spec->num_adc_nids >= ARRAY_SIZE(spec->adc_nids))
2256 return -ENOMEM;
2257 spec->adc_nids[spec->num_adc_nids++] = nid;
2258 }
2259 return 0;
2260 }
2261
2262 /* input-src control */
2263 static int via_mux_enum_info(struct snd_kcontrol *kcontrol,
2264 struct snd_ctl_elem_info *uinfo)
2265 {
2266 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2267 struct via_spec *spec = codec->spec;
2268
2269 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2270 uinfo->count = 1;
2271 uinfo->value.enumerated.items = spec->num_inputs;
2272 if (uinfo->value.enumerated.item >= spec->num_inputs)
2273 uinfo->value.enumerated.item = spec->num_inputs - 1;
2274 strcpy(uinfo->value.enumerated.name,
2275 spec->inputs[uinfo->value.enumerated.item].label);
2276 return 0;
2277 }
2278
2279 static int via_mux_enum_get(struct snd_kcontrol *kcontrol,
2280 struct snd_ctl_elem_value *ucontrol)
2281 {
2282 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2283 struct via_spec *spec = codec->spec;
2284 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
2285
2286 ucontrol->value.enumerated.item[0] = spec->cur_mux[idx];
2287 return 0;
2288 }
2289
2290 static int via_mux_enum_put(struct snd_kcontrol *kcontrol,
2291 struct snd_ctl_elem_value *ucontrol)
2292 {
2293 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2294 struct via_spec *spec = codec->spec;
2295 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
2296 hda_nid_t mux;
2297 int cur;
2298
2299 cur = ucontrol->value.enumerated.item[0];
2300 if (cur < 0 || cur >= spec->num_inputs)
2301 return -EINVAL;
2302 if (spec->cur_mux[idx] == cur)
2303 return 0;
2304 spec->cur_mux[idx] = cur;
2305 if (spec->dyn_adc_switch) {
2306 int adc_idx = spec->inputs[cur].adc_idx;
2307 mux = spec->mux_nids[adc_idx];
2308 via_dyn_adc_pcm_resetup(codec, cur);
2309 } else {
2310 mux = spec->mux_nids[idx];
2311 if (snd_BUG_ON(!mux))
2312 return -EINVAL;
2313 }
2314
2315 if (mux) {
2316 /* switch to D0 beofre change index */
2317 update_power_state(codec, mux, AC_PWRST_D0);
2318 snd_hda_codec_write(codec, mux, 0,
2319 AC_VERB_SET_CONNECT_SEL,
2320 spec->inputs[cur].mux_idx);
2321 }
2322
2323 /* update jack power state */
2324 set_widgets_power_state(codec);
2325 return 0;
2326 }
2327
2328 static const struct snd_kcontrol_new via_input_src_ctl = {
2329 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2330 /* The multiple "Capture Source" controls confuse alsamixer
2331 * So call somewhat different..
2332 */
2333 /* .name = "Capture Source", */
2334 .name = "Input Source",
2335 .info = via_mux_enum_info,
2336 .get = via_mux_enum_get,
2337 .put = via_mux_enum_put,
2338 };
2339
2340 static int create_input_src_ctls(struct hda_codec *codec, int count)
2341 {
2342 struct via_spec *spec = codec->spec;
2343 struct snd_kcontrol_new *knew;
2344
2345 if (spec->num_inputs <= 1 || !count)
2346 return 0; /* no need for single src */
2347
2348 knew = via_clone_control(spec, &via_input_src_ctl);
2349 if (!knew)
2350 return -ENOMEM;
2351 knew->count = count;
2352 return 0;
2353 }
2354
2355 /* add the powersave loopback-list entry */
2356 static void add_loopback_list(struct via_spec *spec, hda_nid_t mix, int idx)
2357 {
2358 struct hda_amp_list *list;
2359
2360 if (spec->num_loopbacks >= ARRAY_SIZE(spec->loopback_list) - 1)
2361 return;
2362 list = spec->loopback_list + spec->num_loopbacks;
2363 list->nid = mix;
2364 list->dir = HDA_INPUT;
2365 list->idx = idx;
2366 spec->num_loopbacks++;
2367 spec->loopback.amplist = spec->loopback_list;
2368 }
2369
2370 static bool is_reachable_nid(struct hda_codec *codec, hda_nid_t src,
2371 hda_nid_t dst)
2372 {
2373 return snd_hda_get_conn_index(codec, src, dst, 1) >= 0;
2374 }
2375
2376 /* add the input-route to the given pin */
2377 static bool add_input_route(struct hda_codec *codec, hda_nid_t pin)
2378 {
2379 struct via_spec *spec = codec->spec;
2380 int c, idx;
2381
2382 spec->inputs[spec->num_inputs].adc_idx = -1;
2383 spec->inputs[spec->num_inputs].pin = pin;
2384 for (c = 0; c < spec->num_adc_nids; c++) {
2385 if (spec->mux_nids[c]) {
2386 idx = get_connection_index(codec, spec->mux_nids[c],
2387 pin);
2388 if (idx < 0)
2389 continue;
2390 spec->inputs[spec->num_inputs].mux_idx = idx;
2391 } else {
2392 if (!is_reachable_nid(codec, spec->adc_nids[c], pin))
2393 continue;
2394 }
2395 spec->inputs[spec->num_inputs].adc_idx = c;
2396 /* Can primary ADC satisfy all inputs? */
2397 if (!spec->dyn_adc_switch &&
2398 spec->num_inputs > 0 && spec->inputs[0].adc_idx != c) {
2399 snd_printd(KERN_INFO
2400 "via: dynamic ADC switching enabled\n");
2401 spec->dyn_adc_switch = 1;
2402 }
2403 return true;
2404 }
2405 return false;
2406 }
2407
2408 static int get_mux_nids(struct hda_codec *codec);
2409
2410 /* parse input-routes; fill ADCs, MUXs and input-src entries */
2411 static int parse_analog_inputs(struct hda_codec *codec)
2412 {
2413 struct via_spec *spec = codec->spec;
2414 const struct auto_pin_cfg *cfg = &spec->autocfg;
2415 int i, err;
2416
2417 err = via_fill_adcs(codec);
2418 if (err < 0)
2419 return err;
2420 err = get_mux_nids(codec);
2421 if (err < 0)
2422 return err;
2423
2424 /* fill all input-routes */
2425 for (i = 0; i < cfg->num_inputs; i++) {
2426 if (add_input_route(codec, cfg->inputs[i].pin))
2427 spec->inputs[spec->num_inputs++].label =
2428 hda_get_autocfg_input_label(codec, cfg, i);
2429 }
2430
2431 /* check for internal loopback recording */
2432 if (spec->aa_mix_nid &&
2433 add_input_route(codec, spec->aa_mix_nid))
2434 spec->inputs[spec->num_inputs++].label = "Stereo Mixer";
2435
2436 return 0;
2437 }
2438
2439 /* create analog-loopback volume/switch controls */
2440 static int create_loopback_ctls(struct hda_codec *codec)
2441 {
2442 struct via_spec *spec = codec->spec;
2443 const struct auto_pin_cfg *cfg = &spec->autocfg;
2444 const char *prev_label = NULL;
2445 int type_idx = 0;
2446 int i, j, err, idx;
2447
2448 if (!spec->aa_mix_nid)
2449 return 0;
2450
2451 for (i = 0; i < cfg->num_inputs; i++) {
2452 hda_nid_t pin = cfg->inputs[i].pin;
2453 const char *label = hda_get_autocfg_input_label(codec, cfg, i);
2454
2455 if (prev_label && !strcmp(label, prev_label))
2456 type_idx++;
2457 else
2458 type_idx = 0;
2459 prev_label = label;
2460 idx = get_connection_index(codec, spec->aa_mix_nid, pin);
2461 if (idx >= 0) {
2462 err = via_new_analog_input(spec, label, type_idx,
2463 idx, spec->aa_mix_nid);
2464 if (err < 0)
2465 return err;
2466 add_loopback_list(spec, spec->aa_mix_nid, idx);
2467 }
2468
2469 /* remember the label for smart51 control */
2470 for (j = 0; j < spec->smart51_nums; j++) {
2471 if (spec->smart51_pins[j] == pin) {
2472 spec->smart51_idxs[j] = idx;
2473 spec->smart51_labels[j] = label;
2474 break;
2475 }
2476 }
2477 }
2478 return 0;
2479 }
2480
2481 /* create mic-boost controls (if present) */
2482 static int create_mic_boost_ctls(struct hda_codec *codec)
2483 {
2484 struct via_spec *spec = codec->spec;
2485 const struct auto_pin_cfg *cfg = &spec->autocfg;
2486 const char *prev_label = NULL;
2487 int type_idx = 0;
2488 int i, err;
2489
2490 for (i = 0; i < cfg->num_inputs; i++) {
2491 hda_nid_t pin = cfg->inputs[i].pin;
2492 unsigned int caps;
2493 const char *label;
2494 char name[32];
2495
2496 if (cfg->inputs[i].type != AUTO_PIN_MIC)
2497 continue;
2498 caps = query_amp_caps(codec, pin, HDA_INPUT);
2499 if (caps == -1 || !(caps & AC_AMPCAP_NUM_STEPS))
2500 continue;
2501 label = hda_get_autocfg_input_label(codec, cfg, i);
2502 if (prev_label && !strcmp(label, prev_label))
2503 type_idx++;
2504 else
2505 type_idx = 0;
2506 prev_label = label;
2507 snprintf(name, sizeof(name), "%s Boost Volume", label);
2508 err = __via_add_control(spec, VIA_CTL_WIDGET_VOL, name, type_idx,
2509 HDA_COMPOSE_AMP_VAL(pin, 3, 0, HDA_INPUT));
2510 if (err < 0)
2511 return err;
2512 }
2513 return 0;
2514 }
2515
2516 /* create capture and input-src controls for multiple streams */
2517 static int create_multi_adc_ctls(struct hda_codec *codec)
2518 {
2519 struct via_spec *spec = codec->spec;
2520 int i, err;
2521
2522 /* create capture mixer elements */
2523 for (i = 0; i < spec->num_adc_nids; i++) {
2524 hda_nid_t adc = spec->adc_nids[i];
2525 err = __via_add_control(spec, VIA_CTL_WIDGET_VOL,
2526 "Capture Volume", i,
2527 HDA_COMPOSE_AMP_VAL(adc, 3, 0,
2528 HDA_INPUT));
2529 if (err < 0)
2530 return err;
2531 err = __via_add_control(spec, VIA_CTL_WIDGET_MUTE,
2532 "Capture Switch", i,
2533 HDA_COMPOSE_AMP_VAL(adc, 3, 0,
2534 HDA_INPUT));
2535 if (err < 0)
2536 return err;
2537 }
2538
2539 /* input-source control */
2540 for (i = 0; i < spec->num_adc_nids; i++)
2541 if (!spec->mux_nids[i])
2542 break;
2543 err = create_input_src_ctls(codec, i);
2544 if (err < 0)
2545 return err;
2546 return 0;
2547 }
2548
2549 /* bind capture volume/switch */
2550 static struct snd_kcontrol_new via_bind_cap_vol_ctl =
2551 HDA_BIND_VOL("Capture Volume", 0);
2552 static struct snd_kcontrol_new via_bind_cap_sw_ctl =
2553 HDA_BIND_SW("Capture Switch", 0);
2554
2555 static int init_bind_ctl(struct via_spec *spec, struct hda_bind_ctls **ctl_ret,
2556 struct hda_ctl_ops *ops)
2557 {
2558 struct hda_bind_ctls *ctl;
2559 int i;
2560
2561 ctl = kzalloc(sizeof(*ctl) + sizeof(long) * 4, GFP_KERNEL);
2562 if (!ctl)
2563 return -ENOMEM;
2564 ctl->ops = ops;
2565 for (i = 0; i < spec->num_adc_nids; i++)
2566 ctl->values[i] =
2567 HDA_COMPOSE_AMP_VAL(spec->adc_nids[i], 3, 0, HDA_INPUT);
2568 *ctl_ret = ctl;
2569 return 0;
2570 }
2571
2572 /* create capture and input-src controls for dynamic ADC-switch case */
2573 static int create_dyn_adc_ctls(struct hda_codec *codec)
2574 {
2575 struct via_spec *spec = codec->spec;
2576 struct snd_kcontrol_new *knew;
2577 int err;
2578
2579 /* set up the bind capture ctls */
2580 err = init_bind_ctl(spec, &spec->bind_cap_vol, &snd_hda_bind_vol);
2581 if (err < 0)
2582 return err;
2583 err = init_bind_ctl(spec, &spec->bind_cap_sw, &snd_hda_bind_sw);
2584 if (err < 0)
2585 return err;
2586
2587 /* create capture mixer elements */
2588 knew = via_clone_control(spec, &via_bind_cap_vol_ctl);
2589 if (!knew)
2590 return -ENOMEM;
2591 knew->private_value = (long)spec->bind_cap_vol;
2592
2593 knew = via_clone_control(spec, &via_bind_cap_sw_ctl);
2594 if (!knew)
2595 return -ENOMEM;
2596 knew->private_value = (long)spec->bind_cap_sw;
2597
2598 /* input-source control */
2599 err = create_input_src_ctls(codec, 1);
2600 if (err < 0)
2601 return err;
2602 return 0;
2603 }
2604
2605 /* parse and create capture-related stuff */
2606 static int via_auto_create_analog_input_ctls(struct hda_codec *codec)
2607 {
2608 struct via_spec *spec = codec->spec;
2609 int err;
2610
2611 err = parse_analog_inputs(codec);
2612 if (err < 0)
2613 return err;
2614 if (spec->dyn_adc_switch)
2615 err = create_dyn_adc_ctls(codec);
2616 else
2617 err = create_multi_adc_ctls(codec);
2618 if (err < 0)
2619 return err;
2620 err = create_loopback_ctls(codec);
2621 if (err < 0)
2622 return err;
2623 err = create_mic_boost_ctls(codec);
2624 if (err < 0)
2625 return err;
2626 return 0;
2627 }
2628
2629 static void vt1708_set_pinconfig_connect(struct hda_codec *codec, hda_nid_t nid)
2630 {
2631 unsigned int def_conf;
2632 unsigned char seqassoc;
2633
2634 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2635 seqassoc = (unsigned char) get_defcfg_association(def_conf);
2636 seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf);
2637 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE
2638 && (seqassoc == 0xf0 || seqassoc == 0xff)) {
2639 def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30));
2640 snd_hda_codec_set_pincfg(codec, nid, def_conf);
2641 }
2642
2643 return;
2644 }
2645
2646 static int vt1708_jack_detect_get(struct snd_kcontrol *kcontrol,
2647 struct snd_ctl_elem_value *ucontrol)
2648 {
2649 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2650 struct via_spec *spec = codec->spec;
2651
2652 if (spec->codec_type != VT1708)
2653 return 0;
2654 ucontrol->value.integer.value[0] = spec->vt1708_jack_detect;
2655 return 0;
2656 }
2657
2658 static int vt1708_jack_detect_put(struct snd_kcontrol *kcontrol,
2659 struct snd_ctl_elem_value *ucontrol)
2660 {
2661 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2662 struct via_spec *spec = codec->spec;
2663 int val;
2664
2665 if (spec->codec_type != VT1708)
2666 return 0;
2667 val = !!ucontrol->value.integer.value[0];
2668 if (spec->vt1708_jack_detect == val)
2669 return 0;
2670 spec->vt1708_jack_detect = val;
2671 if (spec->vt1708_jack_detect &&
2672 snd_hda_get_bool_hint(codec, "analog_loopback_hp_detect") != 1) {
2673 mute_aa_path(codec, 1);
2674 notify_aa_path_ctls(codec);
2675 }
2676 via_hp_automute(codec);
2677 vt1708_update_hp_work(spec);
2678 return 1;
2679 }
2680
2681 static const struct snd_kcontrol_new vt1708_jack_detect_ctl = {
2682 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2683 .name = "Jack Detect",
2684 .count = 1,
2685 .info = snd_ctl_boolean_mono_info,
2686 .get = vt1708_jack_detect_get,
2687 .put = vt1708_jack_detect_put,
2688 };
2689
2690 static void fill_dig_outs(struct hda_codec *codec);
2691 static void fill_dig_in(struct hda_codec *codec);
2692
2693 static int via_parse_auto_config(struct hda_codec *codec)
2694 {
2695 struct via_spec *spec = codec->spec;
2696 int err;
2697
2698 err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL);
2699 if (err < 0)
2700 return err;
2701 if (!spec->autocfg.line_outs && !spec->autocfg.hp_pins[0])
2702 return -EINVAL;
2703
2704 err = via_auto_create_multi_out_ctls(codec);
2705 if (err < 0)
2706 return err;
2707 err = via_auto_create_hp_ctls(codec, spec->autocfg.hp_pins[0]);
2708 if (err < 0)
2709 return err;
2710 err = via_auto_create_speaker_ctls(codec);
2711 if (err < 0)
2712 return err;
2713 err = via_auto_create_loopback_switch(codec);
2714 if (err < 0)
2715 return err;
2716 err = via_auto_create_analog_input_ctls(codec);
2717 if (err < 0)
2718 return err;
2719
2720 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
2721
2722 fill_dig_outs(codec);
2723 fill_dig_in(codec);
2724
2725 if (spec->kctls.list)
2726 spec->mixers[spec->num_mixers++] = spec->kctls.list;
2727
2728
2729 if (spec->hp_dac_nid && spec->hp_mix_path.depth) {
2730 err = via_hp_build(codec);
2731 if (err < 0)
2732 return err;
2733 }
2734
2735 err = via_smart51_build(codec);
2736 if (err < 0)
2737 return err;
2738
2739 /* assign slave outs */
2740 if (spec->slave_dig_outs[0])
2741 codec->slave_dig_outs = spec->slave_dig_outs;
2742
2743 return 1;
2744 }
2745
2746 static void via_auto_init_dig_outs(struct hda_codec *codec)
2747 {
2748 struct via_spec *spec = codec->spec;
2749 if (spec->multiout.dig_out_nid)
2750 init_output_pin(codec, spec->autocfg.dig_out_pins[0], PIN_OUT);
2751 if (spec->slave_dig_outs[0])
2752 init_output_pin(codec, spec->autocfg.dig_out_pins[1], PIN_OUT);
2753 }
2754
2755 static void via_auto_init_dig_in(struct hda_codec *codec)
2756 {
2757 struct via_spec *spec = codec->spec;
2758 if (!spec->dig_in_nid)
2759 return;
2760 snd_hda_set_pin_ctl(codec, spec->autocfg.dig_in_pin, PIN_IN);
2761 }
2762
2763 /* initialize the unsolicited events */
2764 static void via_auto_init_unsol_event(struct hda_codec *codec)
2765 {
2766 struct via_spec *spec = codec->spec;
2767 struct auto_pin_cfg *cfg = &spec->autocfg;
2768 unsigned int ev;
2769 int i;
2770
2771 if (cfg->hp_pins[0] && is_jack_detectable(codec, cfg->hp_pins[0]))
2772 snd_hda_jack_detect_enable(codec, cfg->hp_pins[0],
2773 VIA_HP_EVENT | VIA_JACK_EVENT);
2774
2775 if (cfg->speaker_pins[0])
2776 ev = VIA_LINE_EVENT;
2777 else
2778 ev = 0;
2779 for (i = 0; i < cfg->line_outs; i++) {
2780 if (cfg->line_out_pins[i] &&
2781 is_jack_detectable(codec, cfg->line_out_pins[i]))
2782 snd_hda_jack_detect_enable(codec, cfg->line_out_pins[i],
2783 ev | VIA_JACK_EVENT);
2784 }
2785
2786 for (i = 0; i < cfg->num_inputs; i++) {
2787 if (is_jack_detectable(codec, cfg->inputs[i].pin))
2788 snd_hda_jack_detect_enable(codec, cfg->inputs[i].pin,
2789 VIA_JACK_EVENT);
2790 }
2791 }
2792
2793 static int via_init(struct hda_codec *codec)
2794 {
2795 struct via_spec *spec = codec->spec;
2796 int i;
2797
2798 for (i = 0; i < spec->num_iverbs; i++)
2799 snd_hda_sequence_write(codec, spec->init_verbs[i]);
2800
2801 /* init power states */
2802 set_widgets_power_state(codec);
2803 __analog_low_current_mode(codec, true);
2804
2805 via_auto_init_multi_out(codec);
2806 via_auto_init_hp_out(codec);
2807 via_auto_init_speaker_out(codec);
2808 via_auto_init_analog_input(codec);
2809 via_auto_init_dig_outs(codec);
2810 via_auto_init_dig_in(codec);
2811
2812 via_auto_init_unsol_event(codec);
2813
2814 via_hp_automute(codec);
2815 vt1708_update_hp_work(spec);
2816
2817 return 0;
2818 }
2819
2820 static void vt1708_update_hp_jack_state(struct work_struct *work)
2821 {
2822 struct via_spec *spec = container_of(work, struct via_spec,
2823 vt1708_hp_work.work);
2824 if (spec->codec_type != VT1708)
2825 return;
2826 snd_hda_jack_set_dirty_all(spec->codec);
2827 /* if jack state toggled */
2828 if (spec->vt1708_hp_present
2829 != snd_hda_jack_detect(spec->codec, spec->autocfg.hp_pins[0])) {
2830 spec->vt1708_hp_present ^= 1;
2831 via_hp_automute(spec->codec);
2832 }
2833 if (spec->vt1708_jack_detect)
2834 schedule_delayed_work(&spec->vt1708_hp_work,
2835 msecs_to_jiffies(100));
2836 }
2837
2838 static int get_mux_nids(struct hda_codec *codec)
2839 {
2840 struct via_spec *spec = codec->spec;
2841 hda_nid_t nid, conn[8];
2842 unsigned int type;
2843 int i, n;
2844
2845 for (i = 0; i < spec->num_adc_nids; i++) {
2846 nid = spec->adc_nids[i];
2847 while (nid) {
2848 type = get_wcaps_type(get_wcaps(codec, nid));
2849 if (type == AC_WID_PIN)
2850 break;
2851 n = snd_hda_get_connections(codec, nid, conn,
2852 ARRAY_SIZE(conn));
2853 if (n <= 0)
2854 break;
2855 if (n > 1) {
2856 spec->mux_nids[i] = nid;
2857 break;
2858 }
2859 nid = conn[0];
2860 }
2861 }
2862 return 0;
2863 }
2864
2865 static int patch_vt1708(struct hda_codec *codec)
2866 {
2867 struct via_spec *spec;
2868 int err;
2869
2870 /* create a codec specific record */
2871 spec = via_new_spec(codec);
2872 if (spec == NULL)
2873 return -ENOMEM;
2874
2875 spec->aa_mix_nid = 0x17;
2876
2877 /* Add HP and CD pin config connect bit re-config action */
2878 vt1708_set_pinconfig_connect(codec, VT1708_HP_PIN_NID);
2879 vt1708_set_pinconfig_connect(codec, VT1708_CD_PIN_NID);
2880
2881 /* automatic parse from the BIOS config */
2882 err = via_parse_auto_config(codec);
2883 if (err < 0) {
2884 via_free(codec);
2885 return err;
2886 }
2887
2888 /* add jack detect on/off control */
2889 if (!via_clone_control(spec, &vt1708_jack_detect_ctl))
2890 return -ENOMEM;
2891
2892 /* disable 32bit format on VT1708 */
2893 if (codec->vendor_id == 0x11061708)
2894 spec->stream_analog_playback = &vt1708_pcm_analog_s16_playback;
2895
2896 spec->init_verbs[spec->num_iverbs++] = vt1708_init_verbs;
2897
2898 codec->patch_ops = via_patch_ops;
2899
2900 INIT_DELAYED_WORK(&spec->vt1708_hp_work, vt1708_update_hp_jack_state);
2901 return 0;
2902 }
2903
2904 static int patch_vt1709(struct hda_codec *codec)
2905 {
2906 struct via_spec *spec;
2907 int err;
2908
2909 /* create a codec specific record */
2910 spec = via_new_spec(codec);
2911 if (spec == NULL)
2912 return -ENOMEM;
2913
2914 spec->aa_mix_nid = 0x18;
2915
2916 err = via_parse_auto_config(codec);
2917 if (err < 0) {
2918 via_free(codec);
2919 return err;
2920 }
2921
2922 codec->patch_ops = via_patch_ops;
2923
2924 return 0;
2925 }
2926
2927 static void set_widgets_power_state_vt1708B(struct hda_codec *codec)
2928 {
2929 struct via_spec *spec = codec->spec;
2930 int imux_is_smixer;
2931 unsigned int parm;
2932 int is_8ch = 0;
2933 if ((spec->codec_type != VT1708B_4CH) &&
2934 (codec->vendor_id != 0x11064397))
2935 is_8ch = 1;
2936
2937 /* SW0 (17h) = stereo mixer */
2938 imux_is_smixer =
2939 (snd_hda_codec_read(codec, 0x17, 0, AC_VERB_GET_CONNECT_SEL, 0x00)
2940 == ((spec->codec_type == VT1708S) ? 5 : 0));
2941 /* inputs */
2942 /* PW 1/2/5 (1ah/1bh/1eh) */
2943 parm = AC_PWRST_D3;
2944 set_pin_power_state(codec, 0x1a, &parm);
2945 set_pin_power_state(codec, 0x1b, &parm);
2946 set_pin_power_state(codec, 0x1e, &parm);
2947 if (imux_is_smixer)
2948 parm = AC_PWRST_D0;
2949 /* SW0 (17h), AIW 0/1 (13h/14h) */
2950 update_power_state(codec, 0x17, parm);
2951 update_power_state(codec, 0x13, parm);
2952 update_power_state(codec, 0x14, parm);
2953
2954 /* outputs */
2955 /* PW0 (19h), SW1 (18h), AOW1 (11h) */
2956 parm = AC_PWRST_D3;
2957 set_pin_power_state(codec, 0x19, &parm);
2958 if (spec->smart51_enabled)
2959 set_pin_power_state(codec, 0x1b, &parm);
2960 update_power_state(codec, 0x18, parm);
2961 update_power_state(codec, 0x11, parm);
2962
2963 /* PW6 (22h), SW2 (26h), AOW2 (24h) */
2964 if (is_8ch) {
2965 parm = AC_PWRST_D3;
2966 set_pin_power_state(codec, 0x22, &parm);
2967 if (spec->smart51_enabled)
2968 set_pin_power_state(codec, 0x1a, &parm);
2969 update_power_state(codec, 0x26, parm);
2970 update_power_state(codec, 0x24, parm);
2971 } else if (codec->vendor_id == 0x11064397) {
2972 /* PW7(23h), SW2(27h), AOW2(25h) */
2973 parm = AC_PWRST_D3;
2974 set_pin_power_state(codec, 0x23, &parm);
2975 if (spec->smart51_enabled)
2976 set_pin_power_state(codec, 0x1a, &parm);
2977 update_power_state(codec, 0x27, parm);
2978 update_power_state(codec, 0x25, parm);
2979 }
2980
2981 /* PW 3/4/7 (1ch/1dh/23h) */
2982 parm = AC_PWRST_D3;
2983 /* force to D0 for internal Speaker */
2984 set_pin_power_state(codec, 0x1c, &parm);
2985 set_pin_power_state(codec, 0x1d, &parm);
2986 if (is_8ch)
2987 set_pin_power_state(codec, 0x23, &parm);
2988
2989 /* MW0 (16h), Sw3 (27h), AOW 0/3 (10h/25h) */
2990 update_power_state(codec, 0x16, imux_is_smixer ? AC_PWRST_D0 : parm);
2991 update_power_state(codec, 0x10, parm);
2992 if (is_8ch) {
2993 update_power_state(codec, 0x25, parm);
2994 update_power_state(codec, 0x27, parm);
2995 } else if (codec->vendor_id == 0x11064397 && spec->hp_independent_mode)
2996 update_power_state(codec, 0x25, parm);
2997 }
2998
2999 static int patch_vt1708S(struct hda_codec *codec);
3000 static int patch_vt1708B(struct hda_codec *codec)
3001 {
3002 struct via_spec *spec;
3003 int err;
3004
3005 if (get_codec_type(codec) == VT1708BCE)
3006 return patch_vt1708S(codec);
3007
3008 /* create a codec specific record */
3009 spec = via_new_spec(codec);
3010 if (spec == NULL)
3011 return -ENOMEM;
3012
3013 spec->aa_mix_nid = 0x16;
3014
3015 /* automatic parse from the BIOS config */
3016 err = via_parse_auto_config(codec);
3017 if (err < 0) {
3018 via_free(codec);
3019 return err;
3020 }
3021
3022 codec->patch_ops = via_patch_ops;
3023
3024 spec->set_widgets_power_state = set_widgets_power_state_vt1708B;
3025
3026 return 0;
3027 }
3028
3029 /* Patch for VT1708S */
3030 static const struct hda_verb vt1708S_init_verbs[] = {
3031 /* Enable Mic Boost Volume backdoor */
3032 {0x1, 0xf98, 0x1},
3033 /* don't bybass mixer */
3034 {0x1, 0xf88, 0xc0},
3035 { }
3036 };
3037
3038 /* fill out digital output widgets; one for master and one for slave outputs */
3039 static void fill_dig_outs(struct hda_codec *codec)
3040 {
3041 struct via_spec *spec = codec->spec;
3042 int i;
3043
3044 for (i = 0; i < spec->autocfg.dig_outs; i++) {
3045 hda_nid_t nid;
3046 int conn;
3047
3048 nid = spec->autocfg.dig_out_pins[i];
3049 if (!nid)
3050 continue;
3051 conn = snd_hda_get_connections(codec, nid, &nid, 1);
3052 if (conn < 1)
3053 continue;
3054 if (!spec->multiout.dig_out_nid)
3055 spec->multiout.dig_out_nid = nid;
3056 else {
3057 spec->slave_dig_outs[0] = nid;
3058 break; /* at most two dig outs */
3059 }
3060 }
3061 }
3062
3063 static void fill_dig_in(struct hda_codec *codec)
3064 {
3065 struct via_spec *spec = codec->spec;
3066 hda_nid_t dig_nid;
3067 int i, err;
3068
3069 if (!spec->autocfg.dig_in_pin)
3070 return;
3071
3072 dig_nid = codec->start_nid;
3073 for (i = 0; i < codec->num_nodes; i++, dig_nid++) {
3074 unsigned int wcaps = get_wcaps(codec, dig_nid);
3075 if (get_wcaps_type(wcaps) != AC_WID_AUD_IN)
3076 continue;
3077 if (!(wcaps & AC_WCAP_DIGITAL))
3078 continue;
3079 if (!(wcaps & AC_WCAP_CONN_LIST))
3080 continue;
3081 err = get_connection_index(codec, dig_nid,
3082 spec->autocfg.dig_in_pin);
3083 if (err >= 0) {
3084 spec->dig_in_nid = dig_nid;
3085 break;
3086 }
3087 }
3088 }
3089
3090 static void override_mic_boost(struct hda_codec *codec, hda_nid_t pin,
3091 int offset, int num_steps, int step_size)
3092 {
3093 snd_hda_override_amp_caps(codec, pin, HDA_INPUT,
3094 (offset << AC_AMPCAP_OFFSET_SHIFT) |
3095 (num_steps << AC_AMPCAP_NUM_STEPS_SHIFT) |
3096 (step_size << AC_AMPCAP_STEP_SIZE_SHIFT) |
3097 (0 << AC_AMPCAP_MUTE_SHIFT));
3098 }
3099
3100 static int patch_vt1708S(struct hda_codec *codec)
3101 {
3102 struct via_spec *spec;
3103 int err;
3104
3105 /* create a codec specific record */
3106 spec = via_new_spec(codec);
3107 if (spec == NULL)
3108 return -ENOMEM;
3109
3110 spec->aa_mix_nid = 0x16;
3111 override_mic_boost(codec, 0x1a, 0, 3, 40);
3112 override_mic_boost(codec, 0x1e, 0, 3, 40);
3113
3114 /* automatic parse from the BIOS config */
3115 err = via_parse_auto_config(codec);
3116 if (err < 0) {
3117 via_free(codec);
3118 return err;
3119 }
3120
3121 spec->init_verbs[spec->num_iverbs++] = vt1708S_init_verbs;
3122
3123 codec->patch_ops = via_patch_ops;
3124
3125 /* correct names for VT1708BCE */
3126 if (get_codec_type(codec) == VT1708BCE) {
3127 kfree(codec->chip_name);
3128 codec->chip_name = kstrdup("VT1708BCE", GFP_KERNEL);
3129 snprintf(codec->bus->card->mixername,
3130 sizeof(codec->bus->card->mixername),
3131 "%s %s", codec->vendor_name, codec->chip_name);
3132 }
3133 /* correct names for VT1705 */
3134 if (codec->vendor_id == 0x11064397) {
3135 kfree(codec->chip_name);
3136 codec->chip_name = kstrdup("VT1705", GFP_KERNEL);
3137 snprintf(codec->bus->card->mixername,
3138 sizeof(codec->bus->card->mixername),
3139 "%s %s", codec->vendor_name, codec->chip_name);
3140 }
3141 spec->set_widgets_power_state = set_widgets_power_state_vt1708B;
3142 return 0;
3143 }
3144
3145 /* Patch for VT1702 */
3146
3147 static const struct hda_verb vt1702_init_verbs[] = {
3148 /* mixer enable */
3149 {0x1, 0xF88, 0x3},
3150 /* GPIO 0~2 */
3151 {0x1, 0xF82, 0x3F},
3152 { }
3153 };
3154
3155 static void set_widgets_power_state_vt1702(struct hda_codec *codec)
3156 {
3157 int imux_is_smixer =
3158 snd_hda_codec_read(codec, 0x13, 0, AC_VERB_GET_CONNECT_SEL, 0x00) == 3;
3159 unsigned int parm;
3160 /* inputs */
3161 /* PW 1/2/5 (14h/15h/18h) */
3162 parm = AC_PWRST_D3;
3163 set_pin_power_state(codec, 0x14, &parm);
3164 set_pin_power_state(codec, 0x15, &parm);
3165 set_pin_power_state(codec, 0x18, &parm);
3166 if (imux_is_smixer)
3167 parm = AC_PWRST_D0; /* SW0 (13h) = stereo mixer (idx 3) */
3168 /* SW0 (13h), AIW 0/1/2 (12h/1fh/20h) */
3169 update_power_state(codec, 0x13, parm);
3170 update_power_state(codec, 0x12, parm);
3171 update_power_state(codec, 0x1f, parm);
3172 update_power_state(codec, 0x20, parm);
3173
3174 /* outputs */
3175 /* PW 3/4 (16h/17h) */
3176 parm = AC_PWRST_D3;
3177 set_pin_power_state(codec, 0x17, &parm);
3178 set_pin_power_state(codec, 0x16, &parm);
3179 /* MW0 (1ah), AOW 0/1 (10h/1dh) */
3180 update_power_state(codec, 0x1a, imux_is_smixer ? AC_PWRST_D0 : parm);
3181 update_power_state(codec, 0x10, parm);
3182 update_power_state(codec, 0x1d, parm);
3183 }
3184
3185 static int patch_vt1702(struct hda_codec *codec)
3186 {
3187 struct via_spec *spec;
3188 int err;
3189
3190 /* create a codec specific record */
3191 spec = via_new_spec(codec);
3192 if (spec == NULL)
3193 return -ENOMEM;
3194
3195 spec->aa_mix_nid = 0x1a;
3196
3197 /* limit AA path volume to 0 dB */
3198 snd_hda_override_amp_caps(codec, 0x1A, HDA_INPUT,
3199 (0x17 << AC_AMPCAP_OFFSET_SHIFT) |
3200 (0x17 << AC_AMPCAP_NUM_STEPS_SHIFT) |
3201 (0x5 << AC_AMPCAP_STEP_SIZE_SHIFT) |
3202 (1 << AC_AMPCAP_MUTE_SHIFT));
3203
3204 /* automatic parse from the BIOS config */
3205 err = via_parse_auto_config(codec);
3206 if (err < 0) {
3207 via_free(codec);
3208 return err;
3209 }
3210
3211 spec->init_verbs[spec->num_iverbs++] = vt1702_init_verbs;
3212
3213 codec->patch_ops = via_patch_ops;
3214
3215 spec->set_widgets_power_state = set_widgets_power_state_vt1702;
3216 return 0;
3217 }
3218
3219 /* Patch for VT1718S */
3220
3221 static const struct hda_verb vt1718S_init_verbs[] = {
3222 /* Enable MW0 adjust Gain 5 */
3223 {0x1, 0xfb2, 0x10},
3224 /* Enable Boost Volume backdoor */
3225 {0x1, 0xf88, 0x8},
3226
3227 { }
3228 };
3229
3230 static void set_widgets_power_state_vt1718S(struct hda_codec *codec)
3231 {
3232 struct via_spec *spec = codec->spec;
3233 int imux_is_smixer;
3234 unsigned int parm, parm2;
3235 /* MUX6 (1eh) = stereo mixer */
3236 imux_is_smixer =
3237 snd_hda_codec_read(codec, 0x1e, 0, AC_VERB_GET_CONNECT_SEL, 0x00) == 5;
3238 /* inputs */
3239 /* PW 5/6/7 (29h/2ah/2bh) */
3240 parm = AC_PWRST_D3;
3241 set_pin_power_state(codec, 0x29, &parm);
3242 set_pin_power_state(codec, 0x2a, &parm);
3243 set_pin_power_state(codec, 0x2b, &parm);
3244 if (imux_is_smixer)
3245 parm = AC_PWRST_D0;
3246 /* MUX6/7 (1eh/1fh), AIW 0/1 (10h/11h) */
3247 update_power_state(codec, 0x1e, parm);
3248 update_power_state(codec, 0x1f, parm);
3249 update_power_state(codec, 0x10, parm);
3250 update_power_state(codec, 0x11, parm);
3251
3252 /* outputs */
3253 /* PW3 (27h), MW2 (1ah), AOW3 (bh) */
3254 parm = AC_PWRST_D3;
3255 set_pin_power_state(codec, 0x27, &parm);
3256 update_power_state(codec, 0x1a, parm);
3257 parm2 = parm; /* for pin 0x0b */
3258
3259 /* PW2 (26h), AOW2 (ah) */
3260 parm = AC_PWRST_D3;
3261 set_pin_power_state(codec, 0x26, &parm);
3262 if (spec->smart51_enabled)
3263 set_pin_power_state(codec, 0x2b, &parm);
3264 update_power_state(codec, 0xa, parm);
3265
3266 /* PW0 (24h), AOW0 (8h) */
3267 parm = AC_PWRST_D3;
3268 set_pin_power_state(codec, 0x24, &parm);
3269 if (!spec->hp_independent_mode) /* check for redirected HP */
3270 set_pin_power_state(codec, 0x28, &parm);
3271 update_power_state(codec, 0x8, parm);
3272 if (!spec->hp_independent_mode && parm2 != AC_PWRST_D3)
3273 parm = parm2;
3274 update_power_state(codec, 0xb, parm);
3275 /* MW9 (21h), Mw2 (1ah), AOW0 (8h) */
3276 update_power_state(codec, 0x21, imux_is_smixer ? AC_PWRST_D0 : parm);
3277
3278 /* PW1 (25h), AOW1 (9h) */
3279 parm = AC_PWRST_D3;
3280 set_pin_power_state(codec, 0x25, &parm);
3281 if (spec->smart51_enabled)
3282 set_pin_power_state(codec, 0x2a, &parm);
3283 update_power_state(codec, 0x9, parm);
3284
3285 if (spec->hp_independent_mode) {
3286 /* PW4 (28h), MW3 (1bh), MUX1(34h), AOW4 (ch) */
3287 parm = AC_PWRST_D3;
3288 set_pin_power_state(codec, 0x28, &parm);
3289 update_power_state(codec, 0x1b, parm);
3290 update_power_state(codec, 0x34, parm);
3291 update_power_state(codec, 0xc, parm);
3292 }
3293 }
3294
3295 /* Add a connection to the primary DAC from AA-mixer for some codecs
3296 * This isn't listed from the raw info, but the chip has a secret connection.
3297 */
3298 static int add_secret_dac_path(struct hda_codec *codec)
3299 {
3300 struct via_spec *spec = codec->spec;
3301 int i, nums;
3302 hda_nid_t conn[8];
3303 hda_nid_t nid;
3304
3305 if (!spec->aa_mix_nid)
3306 return 0;
3307 nums = snd_hda_get_connections(codec, spec->aa_mix_nid, conn,
3308 ARRAY_SIZE(conn) - 1);
3309 for (i = 0; i < nums; i++) {
3310 if (get_wcaps_type(get_wcaps(codec, conn[i])) == AC_WID_AUD_OUT)
3311 return 0;
3312 }
3313
3314 /* find the primary DAC and add to the connection list */
3315 nid = codec->start_nid;
3316 for (i = 0; i < codec->num_nodes; i++, nid++) {
3317 unsigned int caps = get_wcaps(codec, nid);
3318 if (get_wcaps_type(caps) == AC_WID_AUD_OUT &&
3319 !(caps & AC_WCAP_DIGITAL)) {
3320 conn[nums++] = nid;
3321 return snd_hda_override_conn_list(codec,
3322 spec->aa_mix_nid,
3323 nums, conn);
3324 }
3325 }
3326 return 0;
3327 }
3328
3329
3330 static int patch_vt1718S(struct hda_codec *codec)
3331 {
3332 struct via_spec *spec;
3333 int err;
3334
3335 /* create a codec specific record */
3336 spec = via_new_spec(codec);
3337 if (spec == NULL)
3338 return -ENOMEM;
3339
3340 spec->aa_mix_nid = 0x21;
3341 override_mic_boost(codec, 0x2b, 0, 3, 40);
3342 override_mic_boost(codec, 0x29, 0, 3, 40);
3343 add_secret_dac_path(codec);
3344
3345 /* automatic parse from the BIOS config */
3346 err = via_parse_auto_config(codec);
3347 if (err < 0) {
3348 via_free(codec);
3349 return err;
3350 }
3351
3352 spec->init_verbs[spec->num_iverbs++] = vt1718S_init_verbs;
3353
3354 codec->patch_ops = via_patch_ops;
3355
3356 spec->set_widgets_power_state = set_widgets_power_state_vt1718S;
3357
3358 return 0;
3359 }
3360
3361 /* Patch for VT1716S */
3362
3363 static int vt1716s_dmic_info(struct snd_kcontrol *kcontrol,
3364 struct snd_ctl_elem_info *uinfo)
3365 {
3366 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
3367 uinfo->count = 1;
3368 uinfo->value.integer.min = 0;
3369 uinfo->value.integer.max = 1;
3370 return 0;
3371 }
3372
3373 static int vt1716s_dmic_get(struct snd_kcontrol *kcontrol,
3374 struct snd_ctl_elem_value *ucontrol)
3375 {
3376 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3377 int index = 0;
3378
3379 index = snd_hda_codec_read(codec, 0x26, 0,
3380 AC_VERB_GET_CONNECT_SEL, 0);
3381 if (index != -1)
3382 *ucontrol->value.integer.value = index;
3383
3384 return 0;
3385 }
3386
3387 static int vt1716s_dmic_put(struct snd_kcontrol *kcontrol,
3388 struct snd_ctl_elem_value *ucontrol)
3389 {
3390 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3391 struct via_spec *spec = codec->spec;
3392 int index = *ucontrol->value.integer.value;
3393
3394 snd_hda_codec_write(codec, 0x26, 0,
3395 AC_VERB_SET_CONNECT_SEL, index);
3396 spec->dmic_enabled = index;
3397 set_widgets_power_state(codec);
3398 return 1;
3399 }
3400
3401 static const struct snd_kcontrol_new vt1716s_dmic_mixer[] = {
3402 HDA_CODEC_VOLUME("Digital Mic Capture Volume", 0x22, 0x0, HDA_INPUT),
3403 {
3404 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3405 .name = "Digital Mic Capture Switch",
3406 .subdevice = HDA_SUBDEV_NID_FLAG | 0x26,
3407 .count = 1,
3408 .info = vt1716s_dmic_info,
3409 .get = vt1716s_dmic_get,
3410 .put = vt1716s_dmic_put,
3411 },
3412 {} /* end */
3413 };
3414
3415
3416 /* mono-out mixer elements */
3417 static const struct snd_kcontrol_new vt1716S_mono_out_mixer[] = {
3418 HDA_CODEC_MUTE("Mono Playback Switch", 0x2a, 0x0, HDA_OUTPUT),
3419 { } /* end */
3420 };
3421
3422 static const struct hda_verb vt1716S_init_verbs[] = {
3423 /* Enable Boost Volume backdoor */
3424 {0x1, 0xf8a, 0x80},
3425 /* don't bybass mixer */
3426 {0x1, 0xf88, 0xc0},
3427 /* Enable mono output */
3428 {0x1, 0xf90, 0x08},
3429 { }
3430 };
3431
3432 static void set_widgets_power_state_vt1716S(struct hda_codec *codec)
3433 {
3434 struct via_spec *spec = codec->spec;
3435 int imux_is_smixer;
3436 unsigned int parm;
3437 unsigned int mono_out, present;
3438 /* SW0 (17h) = stereo mixer */
3439 imux_is_smixer =
3440 (snd_hda_codec_read(codec, 0x17, 0,
3441 AC_VERB_GET_CONNECT_SEL, 0x00) == 5);
3442 /* inputs */
3443 /* PW 1/2/5 (1ah/1bh/1eh) */
3444 parm = AC_PWRST_D3;
3445 set_pin_power_state(codec, 0x1a, &parm);
3446 set_pin_power_state(codec, 0x1b, &parm);
3447 set_pin_power_state(codec, 0x1e, &parm);
3448 if (imux_is_smixer)
3449 parm = AC_PWRST_D0;
3450 /* SW0 (17h), AIW0(13h) */
3451 update_power_state(codec, 0x17, parm);
3452 update_power_state(codec, 0x13, parm);
3453
3454 parm = AC_PWRST_D3;
3455 set_pin_power_state(codec, 0x1e, &parm);
3456 /* PW11 (22h) */
3457 if (spec->dmic_enabled)
3458 set_pin_power_state(codec, 0x22, &parm);
3459 else
3460 update_power_state(codec, 0x22, AC_PWRST_D3);
3461
3462 /* SW2(26h), AIW1(14h) */
3463 update_power_state(codec, 0x26, parm);
3464 update_power_state(codec, 0x14, parm);
3465
3466 /* outputs */
3467 /* PW0 (19h), SW1 (18h), AOW1 (11h) */
3468 parm = AC_PWRST_D3;
3469 set_pin_power_state(codec, 0x19, &parm);
3470 /* Smart 5.1 PW2(1bh) */
3471 if (spec->smart51_enabled)
3472 set_pin_power_state(codec, 0x1b, &parm);
3473 update_power_state(codec, 0x18, parm);
3474 update_power_state(codec, 0x11, parm);
3475
3476 /* PW7 (23h), SW3 (27h), AOW3 (25h) */
3477 parm = AC_PWRST_D3;
3478 set_pin_power_state(codec, 0x23, &parm);
3479 /* Smart 5.1 PW1(1ah) */
3480 if (spec->smart51_enabled)
3481 set_pin_power_state(codec, 0x1a, &parm);
3482 update_power_state(codec, 0x27, parm);
3483
3484 /* Smart 5.1 PW5(1eh) */
3485 if (spec->smart51_enabled)
3486 set_pin_power_state(codec, 0x1e, &parm);
3487 update_power_state(codec, 0x25, parm);
3488
3489 /* Mono out */
3490 /* SW4(28h)->MW1(29h)-> PW12 (2ah)*/
3491 present = snd_hda_jack_detect(codec, 0x1c);
3492
3493 if (present)
3494 mono_out = 0;
3495 else {
3496 present = snd_hda_jack_detect(codec, 0x1d);
3497 if (!spec->hp_independent_mode && present)
3498 mono_out = 0;
3499 else
3500 mono_out = 1;
3501 }
3502 parm = mono_out ? AC_PWRST_D0 : AC_PWRST_D3;
3503 update_power_state(codec, 0x28, parm);
3504 update_power_state(codec, 0x29, parm);
3505 update_power_state(codec, 0x2a, parm);
3506
3507 /* PW 3/4 (1ch/1dh) */
3508 parm = AC_PWRST_D3;
3509 set_pin_power_state(codec, 0x1c, &parm);
3510 set_pin_power_state(codec, 0x1d, &parm);
3511 /* HP Independent Mode, power on AOW3 */
3512 if (spec->hp_independent_mode)
3513 update_power_state(codec, 0x25, parm);
3514
3515 /* force to D0 for internal Speaker */
3516 /* MW0 (16h), AOW0 (10h) */
3517 update_power_state(codec, 0x16, imux_is_smixer ? AC_PWRST_D0 : parm);
3518 update_power_state(codec, 0x10, mono_out ? AC_PWRST_D0 : parm);
3519 }
3520
3521 static int patch_vt1716S(struct hda_codec *codec)
3522 {
3523 struct via_spec *spec;
3524 int err;
3525
3526 /* create a codec specific record */
3527 spec = via_new_spec(codec);
3528 if (spec == NULL)
3529 return -ENOMEM;
3530
3531 spec->aa_mix_nid = 0x16;
3532 override_mic_boost(codec, 0x1a, 0, 3, 40);
3533 override_mic_boost(codec, 0x1e, 0, 3, 40);
3534
3535 /* automatic parse from the BIOS config */
3536 err = via_parse_auto_config(codec);
3537 if (err < 0) {
3538 via_free(codec);
3539 return err;
3540 }
3541
3542 spec->init_verbs[spec->num_iverbs++] = vt1716S_init_verbs;
3543
3544 spec->mixers[spec->num_mixers] = vt1716s_dmic_mixer;
3545 spec->num_mixers++;
3546
3547 spec->mixers[spec->num_mixers++] = vt1716S_mono_out_mixer;
3548
3549 codec->patch_ops = via_patch_ops;
3550
3551 spec->set_widgets_power_state = set_widgets_power_state_vt1716S;
3552 return 0;
3553 }
3554
3555 /* for vt2002P */
3556
3557 static const struct hda_verb vt2002P_init_verbs[] = {
3558 /* Class-D speaker related verbs */
3559 {0x1, 0xfe0, 0x4},
3560 {0x1, 0xfe9, 0x80},
3561 {0x1, 0xfe2, 0x22},
3562 /* Enable Boost Volume backdoor */
3563 {0x1, 0xfb9, 0x24},
3564 /* Enable AOW0 to MW9 */
3565 {0x1, 0xfb8, 0x88},
3566 { }
3567 };
3568
3569 static const struct hda_verb vt1802_init_verbs[] = {
3570 /* Enable Boost Volume backdoor */
3571 {0x1, 0xfb9, 0x24},
3572 /* Enable AOW0 to MW9 */
3573 {0x1, 0xfb8, 0x88},
3574 { }
3575 };
3576
3577 static void set_widgets_power_state_vt2002P(struct hda_codec *codec)
3578 {
3579 struct via_spec *spec = codec->spec;
3580 int imux_is_smixer;
3581 unsigned int parm;
3582 unsigned int present;
3583 /* MUX9 (1eh) = stereo mixer */
3584 imux_is_smixer =
3585 snd_hda_codec_read(codec, 0x1e, 0, AC_VERB_GET_CONNECT_SEL, 0x00) == 3;
3586 /* inputs */
3587 /* PW 5/6/7 (29h/2ah/2bh) */
3588 parm = AC_PWRST_D3;
3589 set_pin_power_state(codec, 0x29, &parm);
3590 set_pin_power_state(codec, 0x2a, &parm);
3591 set_pin_power_state(codec, 0x2b, &parm);
3592 parm = AC_PWRST_D0;
3593 /* MUX9/10 (1eh/1fh), AIW 0/1 (10h/11h) */
3594 update_power_state(codec, 0x1e, parm);
3595 update_power_state(codec, 0x1f, parm);
3596 update_power_state(codec, 0x10, parm);
3597 update_power_state(codec, 0x11, parm);
3598
3599 /* outputs */
3600 /* AOW0 (8h)*/
3601 update_power_state(codec, 0x8, parm);
3602
3603 if (spec->codec_type == VT1802) {
3604 /* PW4 (28h), MW4 (18h), MUX4(38h) */
3605 parm = AC_PWRST_D3;
3606 set_pin_power_state(codec, 0x28, &parm);
3607 update_power_state(codec, 0x18, parm);
3608 update_power_state(codec, 0x38, parm);
3609 } else {
3610 /* PW4 (26h), MW4 (1ch), MUX4(37h) */
3611 parm = AC_PWRST_D3;
3612 set_pin_power_state(codec, 0x26, &parm);
3613 update_power_state(codec, 0x1c, parm);
3614 update_power_state(codec, 0x37, parm);
3615 }
3616
3617 if (spec->codec_type == VT1802) {
3618 /* PW1 (25h), MW1 (15h), MUX1(35h), AOW1 (9h) */
3619 parm = AC_PWRST_D3;
3620 set_pin_power_state(codec, 0x25, &parm);
3621 update_power_state(codec, 0x15, parm);
3622 update_power_state(codec, 0x35, parm);
3623 } else {
3624 /* PW1 (25h), MW1 (19h), MUX1(35h), AOW1 (9h) */
3625 parm = AC_PWRST_D3;
3626 set_pin_power_state(codec, 0x25, &parm);
3627 update_power_state(codec, 0x19, parm);
3628 update_power_state(codec, 0x35, parm);
3629 }
3630
3631 if (spec->hp_independent_mode)
3632 update_power_state(codec, 0x9, AC_PWRST_D0);
3633
3634 /* Class-D */
3635 /* PW0 (24h), MW0(18h/14h), MUX0(34h) */
3636 present = snd_hda_jack_detect(codec, 0x25);
3637
3638 parm = AC_PWRST_D3;
3639 set_pin_power_state(codec, 0x24, &parm);
3640 parm = present ? AC_PWRST_D3 : AC_PWRST_D0;
3641 if (spec->codec_type == VT1802)
3642 update_power_state(codec, 0x14, parm);
3643 else
3644 update_power_state(codec, 0x18, parm);
3645 update_power_state(codec, 0x34, parm);
3646
3647 /* Mono Out */
3648 present = snd_hda_jack_detect(codec, 0x26);
3649
3650 parm = present ? AC_PWRST_D3 : AC_PWRST_D0;
3651 if (spec->codec_type == VT1802) {
3652 /* PW15 (33h), MW8(1ch), MUX8(3ch) */
3653 update_power_state(codec, 0x33, parm);
3654 update_power_state(codec, 0x1c, parm);
3655 update_power_state(codec, 0x3c, parm);
3656 } else {
3657 /* PW15 (31h), MW8(17h), MUX8(3bh) */
3658 update_power_state(codec, 0x31, parm);
3659 update_power_state(codec, 0x17, parm);
3660 update_power_state(codec, 0x3b, parm);
3661 }
3662 /* MW9 (21h) */
3663 if (imux_is_smixer || !is_aa_path_mute(codec))
3664 update_power_state(codec, 0x21, AC_PWRST_D0);
3665 else
3666 update_power_state(codec, 0x21, AC_PWRST_D3);
3667 }
3668
3669 /* patch for vt2002P */
3670 static int patch_vt2002P(struct hda_codec *codec)
3671 {
3672 struct via_spec *spec;
3673 int err;
3674
3675 /* create a codec specific record */
3676 spec = via_new_spec(codec);
3677 if (spec == NULL)
3678 return -ENOMEM;
3679
3680 spec->aa_mix_nid = 0x21;
3681 override_mic_boost(codec, 0x2b, 0, 3, 40);
3682 override_mic_boost(codec, 0x29, 0, 3, 40);
3683 add_secret_dac_path(codec);
3684
3685 /* automatic parse from the BIOS config */
3686 err = via_parse_auto_config(codec);
3687 if (err < 0) {
3688 via_free(codec);
3689 return err;
3690 }
3691
3692 if (spec->codec_type == VT1802)
3693 spec->init_verbs[spec->num_iverbs++] = vt1802_init_verbs;
3694 else
3695 spec->init_verbs[spec->num_iverbs++] = vt2002P_init_verbs;
3696
3697 codec->patch_ops = via_patch_ops;
3698
3699 spec->set_widgets_power_state = set_widgets_power_state_vt2002P;
3700 return 0;
3701 }
3702
3703 /* for vt1812 */
3704
3705 static const struct hda_verb vt1812_init_verbs[] = {
3706 /* Enable Boost Volume backdoor */
3707 {0x1, 0xfb9, 0x24},
3708 /* Enable AOW0 to MW9 */
3709 {0x1, 0xfb8, 0xa8},
3710 { }
3711 };
3712
3713 static void set_widgets_power_state_vt1812(struct hda_codec *codec)
3714 {
3715 struct via_spec *spec = codec->spec;
3716 unsigned int parm;
3717 unsigned int present;
3718 /* inputs */
3719 /* PW 5/6/7 (29h/2ah/2bh) */
3720 parm = AC_PWRST_D3;
3721 set_pin_power_state(codec, 0x29, &parm);
3722 set_pin_power_state(codec, 0x2a, &parm);
3723 set_pin_power_state(codec, 0x2b, &parm);
3724 parm = AC_PWRST_D0;
3725 /* MUX10/11 (1eh/1fh), AIW 0/1 (10h/11h) */
3726 update_power_state(codec, 0x1e, parm);
3727 update_power_state(codec, 0x1f, parm);
3728 update_power_state(codec, 0x10, parm);
3729 update_power_state(codec, 0x11, parm);
3730
3731 /* outputs */
3732 /* AOW0 (8h)*/
3733 update_power_state(codec, 0x8, AC_PWRST_D0);
3734
3735 /* PW4 (28h), MW4 (18h), MUX4(38h) */
3736 parm = AC_PWRST_D3;
3737 set_pin_power_state(codec, 0x28, &parm);
3738 update_power_state(codec, 0x18, parm);
3739 update_power_state(codec, 0x38, parm);
3740
3741 /* PW1 (25h), MW1 (15h), MUX1(35h), AOW1 (9h) */
3742 parm = AC_PWRST_D3;
3743 set_pin_power_state(codec, 0x25, &parm);
3744 update_power_state(codec, 0x15, parm);
3745 update_power_state(codec, 0x35, parm);
3746 if (spec->hp_independent_mode)
3747 update_power_state(codec, 0x9, AC_PWRST_D0);
3748
3749 /* Internal Speaker */
3750 /* PW0 (24h), MW0(14h), MUX0(34h) */
3751 present = snd_hda_jack_detect(codec, 0x25);
3752
3753 parm = AC_PWRST_D3;
3754 set_pin_power_state(codec, 0x24, &parm);
3755 if (present) {
3756 update_power_state(codec, 0x14, AC_PWRST_D3);
3757 update_power_state(codec, 0x34, AC_PWRST_D3);
3758 } else {
3759 update_power_state(codec, 0x14, AC_PWRST_D0);
3760 update_power_state(codec, 0x34, AC_PWRST_D0);
3761 }
3762
3763
3764 /* Mono Out */
3765 /* PW13 (31h), MW13(1ch), MUX13(3ch), MW14(3eh) */
3766 present = snd_hda_jack_detect(codec, 0x28);
3767
3768 parm = AC_PWRST_D3;
3769 set_pin_power_state(codec, 0x31, &parm);
3770 if (present) {
3771 update_power_state(codec, 0x1c, AC_PWRST_D3);
3772 update_power_state(codec, 0x3c, AC_PWRST_D3);
3773 update_power_state(codec, 0x3e, AC_PWRST_D3);
3774 } else {
3775 update_power_state(codec, 0x1c, AC_PWRST_D0);
3776 update_power_state(codec, 0x3c, AC_PWRST_D0);
3777 update_power_state(codec, 0x3e, AC_PWRST_D0);
3778 }
3779
3780 /* PW15 (33h), MW15 (1dh), MUX15(3dh) */
3781 parm = AC_PWRST_D3;
3782 set_pin_power_state(codec, 0x33, &parm);
3783 update_power_state(codec, 0x1d, parm);
3784 update_power_state(codec, 0x3d, parm);
3785
3786 }
3787
3788 /* patch for vt1812 */
3789 static int patch_vt1812(struct hda_codec *codec)
3790 {
3791 struct via_spec *spec;
3792 int err;
3793
3794 /* create a codec specific record */
3795 spec = via_new_spec(codec);
3796 if (spec == NULL)
3797 return -ENOMEM;
3798
3799 spec->aa_mix_nid = 0x21;
3800 override_mic_boost(codec, 0x2b, 0, 3, 40);
3801 override_mic_boost(codec, 0x29, 0, 3, 40);
3802 add_secret_dac_path(codec);
3803
3804 /* automatic parse from the BIOS config */
3805 err = via_parse_auto_config(codec);
3806 if (err < 0) {
3807 via_free(codec);
3808 return err;
3809 }
3810
3811 spec->init_verbs[spec->num_iverbs++] = vt1812_init_verbs;
3812
3813 codec->patch_ops = via_patch_ops;
3814
3815 spec->set_widgets_power_state = set_widgets_power_state_vt1812;
3816 return 0;
3817 }
3818
3819 /*
3820 * patch entries
3821 */
3822 static const struct hda_codec_preset snd_hda_preset_via[] = {
3823 { .id = 0x11061708, .name = "VT1708", .patch = patch_vt1708},
3824 { .id = 0x11061709, .name = "VT1708", .patch = patch_vt1708},
3825 { .id = 0x1106170a, .name = "VT1708", .patch = patch_vt1708},
3826 { .id = 0x1106170b, .name = "VT1708", .patch = patch_vt1708},
3827 { .id = 0x1106e710, .name = "VT1709 10-Ch",
3828 .patch = patch_vt1709},
3829 { .id = 0x1106e711, .name = "VT1709 10-Ch",
3830 .patch = patch_vt1709},
3831 { .id = 0x1106e712, .name = "VT1709 10-Ch",
3832 .patch = patch_vt1709},
3833 { .id = 0x1106e713, .name = "VT1709 10-Ch",
3834 .patch = patch_vt1709},
3835 { .id = 0x1106e714, .name = "VT1709 6-Ch",
3836 .patch = patch_vt1709},
3837 { .id = 0x1106e715, .name = "VT1709 6-Ch",
3838 .patch = patch_vt1709},
3839 { .id = 0x1106e716, .name = "VT1709 6-Ch",
3840 .patch = patch_vt1709},
3841 { .id = 0x1106e717, .name = "VT1709 6-Ch",
3842 .patch = patch_vt1709},
3843 { .id = 0x1106e720, .name = "VT1708B 8-Ch",
3844 .patch = patch_vt1708B},
3845 { .id = 0x1106e721, .name = "VT1708B 8-Ch",
3846 .patch = patch_vt1708B},
3847 { .id = 0x1106e722, .name = "VT1708B 8-Ch",
3848 .patch = patch_vt1708B},
3849 { .id = 0x1106e723, .name = "VT1708B 8-Ch",
3850 .patch = patch_vt1708B},
3851 { .id = 0x1106e724, .name = "VT1708B 4-Ch",
3852 .patch = patch_vt1708B},
3853 { .id = 0x1106e725, .name = "VT1708B 4-Ch",
3854 .patch = patch_vt1708B},
3855 { .id = 0x1106e726, .name = "VT1708B 4-Ch",
3856 .patch = patch_vt1708B},
3857 { .id = 0x1106e727, .name = "VT1708B 4-Ch",
3858 .patch = patch_vt1708B},
3859 { .id = 0x11060397, .name = "VT1708S",
3860 .patch = patch_vt1708S},
3861 { .id = 0x11061397, .name = "VT1708S",
3862 .patch = patch_vt1708S},
3863 { .id = 0x11062397, .name = "VT1708S",
3864 .patch = patch_vt1708S},
3865 { .id = 0x11063397, .name = "VT1708S",
3866 .patch = patch_vt1708S},
3867 { .id = 0x11064397, .name = "VT1705",
3868 .patch = patch_vt1708S},
3869 { .id = 0x11065397, .name = "VT1708S",
3870 .patch = patch_vt1708S},
3871 { .id = 0x11066397, .name = "VT1708S",
3872 .patch = patch_vt1708S},
3873 { .id = 0x11067397, .name = "VT1708S",
3874 .patch = patch_vt1708S},
3875 { .id = 0x11060398, .name = "VT1702",
3876 .patch = patch_vt1702},
3877 { .id = 0x11061398, .name = "VT1702",
3878 .patch = patch_vt1702},
3879 { .id = 0x11062398, .name = "VT1702",
3880 .patch = patch_vt1702},
3881 { .id = 0x11063398, .name = "VT1702",
3882 .patch = patch_vt1702},
3883 { .id = 0x11064398, .name = "VT1702",
3884 .patch = patch_vt1702},
3885 { .id = 0x11065398, .name = "VT1702",
3886 .patch = patch_vt1702},
3887 { .id = 0x11066398, .name = "VT1702",
3888 .patch = patch_vt1702},
3889 { .id = 0x11067398, .name = "VT1702",
3890 .patch = patch_vt1702},
3891 { .id = 0x11060428, .name = "VT1718S",
3892 .patch = patch_vt1718S},
3893 { .id = 0x11064428, .name = "VT1718S",
3894 .patch = patch_vt1718S},
3895 { .id = 0x11060441, .name = "VT2020",
3896 .patch = patch_vt1718S},
3897 { .id = 0x11064441, .name = "VT1828S",
3898 .patch = patch_vt1718S},
3899 { .id = 0x11060433, .name = "VT1716S",
3900 .patch = patch_vt1716S},
3901 { .id = 0x1106a721, .name = "VT1716S",
3902 .patch = patch_vt1716S},
3903 { .id = 0x11060438, .name = "VT2002P", .patch = patch_vt2002P},
3904 { .id = 0x11064438, .name = "VT2002P", .patch = patch_vt2002P},
3905 { .id = 0x11060448, .name = "VT1812", .patch = patch_vt1812},
3906 { .id = 0x11060440, .name = "VT1818S",
3907 .patch = patch_vt1708S},
3908 { .id = 0x11060446, .name = "VT1802",
3909 .patch = patch_vt2002P},
3910 { .id = 0x11068446, .name = "VT1802",
3911 .patch = patch_vt2002P},
3912 {} /* terminator */
3913 };
3914
3915 MODULE_ALIAS("snd-hda-codec-id:1106*");
3916
3917 static struct hda_codec_preset_list via_list = {
3918 .preset = snd_hda_preset_via,
3919 .owner = THIS_MODULE,
3920 };
3921
3922 MODULE_LICENSE("GPL");
3923 MODULE_DESCRIPTION("VIA HD-audio codec");
3924
3925 static int __init patch_via_init(void)
3926 {
3927 return snd_hda_add_codec_preset(&via_list);
3928 }
3929
3930 static void __exit patch_via_exit(void)
3931 {
3932 snd_hda_delete_codec_preset(&via_list);
3933 }
3934
3935 module_init(patch_via_init)
3936 module_exit(patch_via_exit)
This page took 0.117476 seconds and 5 git commands to generate.