4b365488c58bf7098e8a4d131ecb5573b192b915
[linux-flexiantxendom0-3.2.10.git] / sound / pci / hda / patch_conexant.c
1 /*
2  * HD audio interface patch for Conexant HDA audio codec
3  *
4  * Copyright (c) 2006 Pototskiy Akex <alex.pototskiy@gmail.com>
5  *                    Takashi Iwai <tiwai@suse.de>
6  *                    Tobin Davis  <tdavis@dsl-only.net>
7  *
8  *  This driver is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License as published by
10  *  the Free Software Foundation; either version 2 of the License, or
11  *  (at your option) any later version.
12  *
13  *  This driver is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  *  GNU General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public License
19  *  along with this program; if not, write to the Free Software
20  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  */
22
23 #include <linux/init.h>
24 #include <linux/delay.h>
25 #include <linux/slab.h>
26 #include <linux/pci.h>
27 #include <linux/module.h>
28 #include <sound/core.h>
29 #include <sound/jack.h>
30
31 #include "hda_codec.h"
32 #include "hda_local.h"
33 #include "hda_beep.h"
34 #include "hda_jack.h"
35
36 #define CXT_PIN_DIR_IN              0x00
37 #define CXT_PIN_DIR_OUT             0x01
38 #define CXT_PIN_DIR_INOUT           0x02
39 #define CXT_PIN_DIR_IN_NOMICBIAS    0x03
40 #define CXT_PIN_DIR_INOUT_NOMICBIAS 0x04
41
42 #define CONEXANT_HP_EVENT       0x37
43 #define CONEXANT_MIC_EVENT      0x38
44 #define CONEXANT_LINE_EVENT     0x39
45
46 /* Conexant 5051 specific */
47
48 #define CXT5051_SPDIF_OUT       0x12
49 #define CXT5051_PORTB_EVENT     0x38
50 #define CXT5051_PORTC_EVENT     0x39
51
52 #define AUTO_MIC_PORTB          (1 << 1)
53 #define AUTO_MIC_PORTC          (1 << 2)
54
55 struct pin_dac_pair {
56         hda_nid_t pin;
57         hda_nid_t dac;
58         int type;
59 };
60
61 struct imux_info {
62         hda_nid_t pin;          /* input pin NID */
63         hda_nid_t adc;          /* connected ADC NID */ 
64         hda_nid_t boost;        /* optional boost volume NID */
65         int index;              /* corresponding to autocfg.input */
66 };
67
68 struct conexant_spec {
69
70         const struct snd_kcontrol_new *mixers[5];
71         int num_mixers;
72         hda_nid_t vmaster_nid;
73         struct hda_vmaster_mute_hook vmaster_mute;
74         bool vmaster_mute_led;
75
76         const struct hda_verb *init_verbs[5];   /* initialization verbs
77                                                  * don't forget NULL
78                                                  * termination!
79                                                  */
80         unsigned int num_init_verbs;
81
82         /* playback */
83         struct hda_multi_out multiout;  /* playback set-up
84                                          * max_channels, dacs must be set
85                                          * dig_out_nid and hp_nid are optional
86                                          */
87         unsigned int cur_eapd;
88         unsigned int hp_present;
89         unsigned int line_present;
90         unsigned int auto_mic;
91         int auto_mic_ext;               /* imux_pins[] index for ext mic */
92         int auto_mic_dock;              /* imux_pins[] index for dock mic */
93         int auto_mic_int;               /* imux_pins[] index for int mic */
94         unsigned int need_dac_fix;
95         hda_nid_t slave_dig_outs[2];
96
97         /* capture */
98         unsigned int num_adc_nids;
99         const hda_nid_t *adc_nids;
100         hda_nid_t dig_in_nid;           /* digital-in NID; optional */
101
102         unsigned int cur_adc_idx;
103         hda_nid_t cur_adc;
104         unsigned int cur_adc_stream_tag;
105         unsigned int cur_adc_format;
106
107         const struct hda_pcm_stream *capture_stream;
108
109         /* capture source */
110         const struct hda_input_mux *input_mux;
111         const hda_nid_t *capsrc_nids;
112         unsigned int cur_mux[3];
113
114         /* channel model */
115         const struct hda_channel_mode *channel_mode;
116         int num_channel_mode;
117
118         /* PCM information */
119         struct hda_pcm pcm_rec[2];      /* used in build_pcms() */
120
121         unsigned int spdif_route;
122
123         /* dynamic controls, init_verbs and input_mux */
124         struct auto_pin_cfg autocfg;
125         struct hda_input_mux private_imux;
126         struct imux_info imux_info[HDA_MAX_NUM_INPUTS];
127         hda_nid_t private_adc_nids[HDA_MAX_NUM_INPUTS];
128         hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
129         struct pin_dac_pair dac_info[8];
130         int dac_info_filled;
131
132         unsigned int port_d_mode;
133         unsigned int auto_mute:1;       /* used in auto-parser */
134         unsigned int detect_line:1;     /* Line-out detection enabled */
135         unsigned int automute_lines:1;  /* automute line-out as well */
136         unsigned int automute_hp_lo:1;  /* both HP and LO available */
137         unsigned int dell_automute:1;
138         unsigned int dell_vostro:1;
139         unsigned int ideapad:1;
140         unsigned int thinkpad:1;
141         unsigned int hp_laptop:1;
142         unsigned int asus:1;
143         unsigned int pin_eapd_ctrls:1;
144
145         unsigned int adc_switching:1;
146
147         unsigned int ext_mic_present;
148         unsigned int recording;
149         void (*capture_prepare)(struct hda_codec *codec);
150         void (*capture_cleanup)(struct hda_codec *codec);
151
152         /* OLPC XO-1.5 supports DC input mode (e.g. for use with analog sensors)
153          * through the microphone jack.
154          * When the user enables this through a mixer switch, both internal and
155          * external microphones are disabled. Gain is fixed at 0dB. In this mode,
156          * we also allow the bias to be configured through a separate mixer
157          * control. */
158         unsigned int dc_enable;
159         unsigned int dc_input_bias; /* offset into cxt5066_olpc_dc_bias */
160         unsigned int mic_boost; /* offset into cxt5066_analog_mic_boost */
161
162         unsigned int beep_amp;
163
164         /* extra EAPD pins */
165         unsigned int num_eapds;
166         hda_nid_t eapds[4];
167 };
168
169 static int conexant_playback_pcm_open(struct hda_pcm_stream *hinfo,
170                                       struct hda_codec *codec,
171                                       struct snd_pcm_substream *substream)
172 {
173         struct conexant_spec *spec = codec->spec;
174         return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
175                                              hinfo);
176 }
177
178 static int conexant_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
179                                          struct hda_codec *codec,
180                                          unsigned int stream_tag,
181                                          unsigned int format,
182                                          struct snd_pcm_substream *substream)
183 {
184         struct conexant_spec *spec = codec->spec;
185         return snd_hda_multi_out_analog_prepare(codec, &spec->multiout,
186                                                 stream_tag,
187                                                 format, substream);
188 }
189
190 static int conexant_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
191                                          struct hda_codec *codec,
192                                          struct snd_pcm_substream *substream)
193 {
194         struct conexant_spec *spec = codec->spec;
195         return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
196 }
197
198 /*
199  * Digital out
200  */
201 static int conexant_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
202                                           struct hda_codec *codec,
203                                           struct snd_pcm_substream *substream)
204 {
205         struct conexant_spec *spec = codec->spec;
206         return snd_hda_multi_out_dig_open(codec, &spec->multiout);
207 }
208
209 static int conexant_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
210                                          struct hda_codec *codec,
211                                          struct snd_pcm_substream *substream)
212 {
213         struct conexant_spec *spec = codec->spec;
214         return snd_hda_multi_out_dig_close(codec, &spec->multiout);
215 }
216
217 static int conexant_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
218                                          struct hda_codec *codec,
219                                          unsigned int stream_tag,
220                                          unsigned int format,
221                                          struct snd_pcm_substream *substream)
222 {
223         struct conexant_spec *spec = codec->spec;
224         return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
225                                              stream_tag,
226                                              format, substream);
227 }
228
229 /*
230  * Analog capture
231  */
232 static int conexant_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
233                                       struct hda_codec *codec,
234                                       unsigned int stream_tag,
235                                       unsigned int format,
236                                       struct snd_pcm_substream *substream)
237 {
238         struct conexant_spec *spec = codec->spec;
239         if (spec->capture_prepare)
240                 spec->capture_prepare(codec);
241         snd_hda_codec_setup_stream(codec, spec->adc_nids[substream->number],
242                                    stream_tag, 0, format);
243         return 0;
244 }
245
246 static int conexant_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
247                                       struct hda_codec *codec,
248                                       struct snd_pcm_substream *substream)
249 {
250         struct conexant_spec *spec = codec->spec;
251         snd_hda_codec_cleanup_stream(codec, spec->adc_nids[substream->number]);
252         if (spec->capture_cleanup)
253                 spec->capture_cleanup(codec);
254         return 0;
255 }
256
257
258
259 static const struct hda_pcm_stream conexant_pcm_analog_playback = {
260         .substreams = 1,
261         .channels_min = 2,
262         .channels_max = 2,
263         .nid = 0, /* fill later */
264         .ops = {
265                 .open = conexant_playback_pcm_open,
266                 .prepare = conexant_playback_pcm_prepare,
267                 .cleanup = conexant_playback_pcm_cleanup
268         },
269 };
270
271 static const struct hda_pcm_stream conexant_pcm_analog_capture = {
272         .substreams = 1,
273         .channels_min = 2,
274         .channels_max = 2,
275         .nid = 0, /* fill later */
276         .ops = {
277                 .prepare = conexant_capture_pcm_prepare,
278                 .cleanup = conexant_capture_pcm_cleanup
279         },
280 };
281
282
283 static const struct hda_pcm_stream conexant_pcm_digital_playback = {
284         .substreams = 1,
285         .channels_min = 2,
286         .channels_max = 2,
287         .nid = 0, /* fill later */
288         .ops = {
289                 .open = conexant_dig_playback_pcm_open,
290                 .close = conexant_dig_playback_pcm_close,
291                 .prepare = conexant_dig_playback_pcm_prepare
292         },
293 };
294
295 static const struct hda_pcm_stream conexant_pcm_digital_capture = {
296         .substreams = 1,
297         .channels_min = 2,
298         .channels_max = 2,
299         /* NID is set in alc_build_pcms */
300 };
301
302 static int cx5051_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
303                                       struct hda_codec *codec,
304                                       unsigned int stream_tag,
305                                       unsigned int format,
306                                       struct snd_pcm_substream *substream)
307 {
308         struct conexant_spec *spec = codec->spec;
309         spec->cur_adc = spec->adc_nids[spec->cur_adc_idx];
310         spec->cur_adc_stream_tag = stream_tag;
311         spec->cur_adc_format = format;
312         snd_hda_codec_setup_stream(codec, spec->cur_adc, stream_tag, 0, format);
313         return 0;
314 }
315
316 static int cx5051_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
317                                       struct hda_codec *codec,
318                                       struct snd_pcm_substream *substream)
319 {
320         struct conexant_spec *spec = codec->spec;
321         snd_hda_codec_cleanup_stream(codec, spec->cur_adc);
322         spec->cur_adc = 0;
323         return 0;
324 }
325
326 static const struct hda_pcm_stream cx5051_pcm_analog_capture = {
327         .substreams = 1,
328         .channels_min = 2,
329         .channels_max = 2,
330         .nid = 0, /* fill later */
331         .ops = {
332                 .prepare = cx5051_capture_pcm_prepare,
333                 .cleanup = cx5051_capture_pcm_cleanup
334         },
335 };
336
337 static int conexant_build_pcms(struct hda_codec *codec)
338 {
339         struct conexant_spec *spec = codec->spec;
340         struct hda_pcm *info = spec->pcm_rec;
341
342         codec->num_pcms = 1;
343         codec->pcm_info = info;
344
345         info->name = "CONEXANT Analog";
346         info->stream[SNDRV_PCM_STREAM_PLAYBACK] = conexant_pcm_analog_playback;
347         info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
348                 spec->multiout.max_channels;
349         info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
350                 spec->multiout.dac_nids[0];
351         if (spec->capture_stream)
352                 info->stream[SNDRV_PCM_STREAM_CAPTURE] = *spec->capture_stream;
353         else {
354                 if (codec->vendor_id == 0x14f15051)
355                         info->stream[SNDRV_PCM_STREAM_CAPTURE] =
356                                 cx5051_pcm_analog_capture;
357                 else {
358                         info->stream[SNDRV_PCM_STREAM_CAPTURE] =
359                                 conexant_pcm_analog_capture;
360                         info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams =
361                                 spec->num_adc_nids;
362                 }
363         }
364         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
365
366         if (spec->multiout.dig_out_nid) {
367                 info++;
368                 codec->num_pcms++;
369                 info->name = "Conexant Digital";
370                 info->pcm_type = HDA_PCM_TYPE_SPDIF;
371                 info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
372                         conexant_pcm_digital_playback;
373                 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
374                         spec->multiout.dig_out_nid;
375                 if (spec->dig_in_nid) {
376                         info->stream[SNDRV_PCM_STREAM_CAPTURE] =
377                                 conexant_pcm_digital_capture;
378                         info->stream[SNDRV_PCM_STREAM_CAPTURE].nid =
379                                 spec->dig_in_nid;
380                 }
381                 if (spec->slave_dig_outs[0])
382                         codec->slave_dig_outs = spec->slave_dig_outs;
383         }
384
385         return 0;
386 }
387
388 static int conexant_mux_enum_info(struct snd_kcontrol *kcontrol,
389                                   struct snd_ctl_elem_info *uinfo)
390 {
391         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
392         struct conexant_spec *spec = codec->spec;
393
394         return snd_hda_input_mux_info(spec->input_mux, uinfo);
395 }
396
397 static int conexant_mux_enum_get(struct snd_kcontrol *kcontrol,
398                                  struct snd_ctl_elem_value *ucontrol)
399 {
400         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
401         struct conexant_spec *spec = codec->spec;
402         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
403
404         ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
405         return 0;
406 }
407
408 static int conexant_mux_enum_put(struct snd_kcontrol *kcontrol,
409                                  struct snd_ctl_elem_value *ucontrol)
410 {
411         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
412         struct conexant_spec *spec = codec->spec;
413         unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
414
415         return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
416                                      spec->capsrc_nids[adc_idx],
417                                      &spec->cur_mux[adc_idx]);
418 }
419
420 static void conexant_set_power(struct hda_codec *codec, hda_nid_t fg,
421                                unsigned int power_state)
422 {
423         if (power_state == AC_PWRST_D3)
424                 msleep(100);
425         snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
426                             power_state);
427         /* partial workaround for "azx_get_response timeout" */
428         if (power_state == AC_PWRST_D0)
429                 msleep(10);
430         snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
431 }
432
433 static int conexant_init(struct hda_codec *codec)
434 {
435         struct conexant_spec *spec = codec->spec;
436         int i;
437
438         for (i = 0; i < spec->num_init_verbs; i++)
439                 snd_hda_sequence_write(codec, spec->init_verbs[i]);
440         return 0;
441 }
442
443 static void conexant_free(struct hda_codec *codec)
444 {
445         snd_hda_detach_beep_device(codec);
446         kfree(codec->spec);
447 }
448
449 static const struct snd_kcontrol_new cxt_capture_mixers[] = {
450         {
451                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
452                 .name = "Capture Source",
453                 .info = conexant_mux_enum_info,
454                 .get = conexant_mux_enum_get,
455                 .put = conexant_mux_enum_put
456         },
457         {}
458 };
459
460 #ifdef CONFIG_SND_HDA_INPUT_BEEP
461 /* additional beep mixers; the actual parameters are overwritten at build */
462 static const struct snd_kcontrol_new cxt_beep_mixer[] = {
463         HDA_CODEC_VOLUME_MONO("Beep Playback Volume", 0, 1, 0, HDA_OUTPUT),
464         HDA_CODEC_MUTE_BEEP_MONO("Beep Playback Switch", 0, 1, 0, HDA_OUTPUT),
465         { } /* end */
466 };
467 #endif
468
469 static const char * const slave_pfxs[] = {
470         "Headphone", "Speaker", "Front", "Surround", "CLFE",
471         NULL
472 };
473
474 static int conexant_build_controls(struct hda_codec *codec)
475 {
476         struct conexant_spec *spec = codec->spec;
477         unsigned int i;
478         int err;
479
480         for (i = 0; i < spec->num_mixers; i++) {
481                 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
482                 if (err < 0)
483                         return err;
484         }
485         if (spec->multiout.dig_out_nid) {
486                 err = snd_hda_create_spdif_out_ctls(codec,
487                                                     spec->multiout.dig_out_nid,
488                                                     spec->multiout.dig_out_nid);
489                 if (err < 0)
490                         return err;
491                 err = snd_hda_create_spdif_share_sw(codec,
492                                                     &spec->multiout);
493                 if (err < 0)
494                         return err;
495                 spec->multiout.share_spdif = 1;
496         } 
497         if (spec->dig_in_nid) {
498                 err = snd_hda_create_spdif_in_ctls(codec,spec->dig_in_nid);
499                 if (err < 0)
500                         return err;
501         }
502
503         /* if we have no master control, let's create it */
504         if (spec->vmaster_nid &&
505             !snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
506                 unsigned int vmaster_tlv[4];
507                 snd_hda_set_vmaster_tlv(codec, spec->vmaster_nid,
508                                         HDA_OUTPUT, vmaster_tlv);
509                 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
510                                           vmaster_tlv, slave_pfxs,
511                                           "Playback Volume");
512                 if (err < 0)
513                         return err;
514         }
515         if (spec->vmaster_nid &&
516             !snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
517                 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
518                                             NULL, slave_pfxs,
519                                             "Playback Switch", true,
520                                             &spec->vmaster_mute.sw_kctl);
521                 if (err < 0)
522                         return err;
523         }
524
525         if (spec->input_mux) {
526                 err = snd_hda_add_new_ctls(codec, cxt_capture_mixers);
527                 if (err < 0)
528                         return err;
529         }
530
531 #ifdef CONFIG_SND_HDA_INPUT_BEEP
532         /* create beep controls if needed */
533         if (spec->beep_amp) {
534                 const struct snd_kcontrol_new *knew;
535                 for (knew = cxt_beep_mixer; knew->name; knew++) {
536                         struct snd_kcontrol *kctl;
537                         kctl = snd_ctl_new1(knew, codec);
538                         if (!kctl)
539                                 return -ENOMEM;
540                         kctl->private_value = spec->beep_amp;
541                         err = snd_hda_ctl_add(codec, 0, kctl);
542                         if (err < 0)
543                                 return err;
544                 }
545         }
546 #endif
547
548         return 0;
549 }
550
551 #ifdef CONFIG_SND_HDA_POWER_SAVE
552 static int conexant_suspend(struct hda_codec *codec, pm_message_t state)
553 {
554         snd_hda_shutup_pins(codec);
555         return 0;
556 }
557 #endif
558
559 static const struct hda_codec_ops conexant_patch_ops = {
560         .build_controls = conexant_build_controls,
561         .build_pcms = conexant_build_pcms,
562         .init = conexant_init,
563         .free = conexant_free,
564         .set_power_state = conexant_set_power,
565 #ifdef CONFIG_SND_HDA_POWER_SAVE
566         .suspend = conexant_suspend,
567 #endif
568         .reboot_notify = snd_hda_shutup_pins,
569 };
570
571 #ifdef CONFIG_SND_HDA_INPUT_BEEP
572 #define set_beep_amp(spec, nid, idx, dir) \
573         ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir))
574 #else
575 #define set_beep_amp(spec, nid, idx, dir) /* NOP */
576 #endif
577
578 static int patch_conexant_auto(struct hda_codec *codec);
579 /*
580  * EAPD control
581  * the private value = nid | (invert << 8)
582  */
583
584 #define cxt_eapd_info           snd_ctl_boolean_mono_info
585
586 static int cxt_eapd_get(struct snd_kcontrol *kcontrol,
587                              struct snd_ctl_elem_value *ucontrol)
588 {
589         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
590         struct conexant_spec *spec = codec->spec;
591         int invert = (kcontrol->private_value >> 8) & 1;
592         if (invert)
593                 ucontrol->value.integer.value[0] = !spec->cur_eapd;
594         else
595                 ucontrol->value.integer.value[0] = spec->cur_eapd;
596         return 0;
597
598 }
599
600 static int cxt_eapd_put(struct snd_kcontrol *kcontrol,
601                              struct snd_ctl_elem_value *ucontrol)
602 {
603         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
604         struct conexant_spec *spec = codec->spec;
605         int invert = (kcontrol->private_value >> 8) & 1;
606         hda_nid_t nid = kcontrol->private_value & 0xff;
607         unsigned int eapd;
608
609         eapd = !!ucontrol->value.integer.value[0];
610         if (invert)
611                 eapd = !eapd;
612         if (eapd == spec->cur_eapd)
613                 return 0;
614         
615         spec->cur_eapd = eapd;
616         snd_hda_codec_write_cache(codec, nid,
617                                   0, AC_VERB_SET_EAPD_BTLENABLE,
618                                   eapd ? 0x02 : 0x00);
619         return 1;
620 }
621
622 /* controls for test mode */
623 #ifdef CONFIG_SND_DEBUG
624
625 #define CXT_EAPD_SWITCH(xname, nid, mask) \
626         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
627           .info = cxt_eapd_info, \
628           .get = cxt_eapd_get, \
629           .put = cxt_eapd_put, \
630           .private_value = nid | (mask<<16) }
631
632
633
634 static int conexant_ch_mode_info(struct snd_kcontrol *kcontrol,
635                                  struct snd_ctl_elem_info *uinfo)
636 {
637         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
638         struct conexant_spec *spec = codec->spec;
639         return snd_hda_ch_mode_info(codec, uinfo, spec->channel_mode,
640                                     spec->num_channel_mode);
641 }
642
643 static int conexant_ch_mode_get(struct snd_kcontrol *kcontrol,
644                                 struct snd_ctl_elem_value *ucontrol)
645 {
646         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
647         struct conexant_spec *spec = codec->spec;
648         return snd_hda_ch_mode_get(codec, ucontrol, spec->channel_mode,
649                                    spec->num_channel_mode,
650                                    spec->multiout.max_channels);
651 }
652
653 static int conexant_ch_mode_put(struct snd_kcontrol *kcontrol,
654                                 struct snd_ctl_elem_value *ucontrol)
655 {
656         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
657         struct conexant_spec *spec = codec->spec;
658         int err = snd_hda_ch_mode_put(codec, ucontrol, spec->channel_mode,
659                                       spec->num_channel_mode,
660                                       &spec->multiout.max_channels);
661         if (err >= 0 && spec->need_dac_fix)
662                 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
663         return err;
664 }
665
666 #define CXT_PIN_MODE(xname, nid, dir) \
667         { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = 0,  \
668           .info = conexant_ch_mode_info, \
669           .get = conexant_ch_mode_get, \
670           .put = conexant_ch_mode_put, \
671           .private_value = nid | (dir<<16) }
672
673 #endif /* CONFIG_SND_DEBUG */
674
675 /* Conexant 5045 specific */
676
677 static const hda_nid_t cxt5045_dac_nids[1] = { 0x19 };
678 static const hda_nid_t cxt5045_adc_nids[1] = { 0x1a };
679 static const hda_nid_t cxt5045_capsrc_nids[1] = { 0x1a };
680 #define CXT5045_SPDIF_OUT       0x18
681
682 static const struct hda_channel_mode cxt5045_modes[1] = {
683         { 2, NULL },
684 };
685
686 static const struct hda_input_mux cxt5045_capture_source = {
687         .num_items = 2,
688         .items = {
689                 { "Internal Mic", 0x1 },
690                 { "Mic",          0x2 },
691         }
692 };
693
694 static const struct hda_input_mux cxt5045_capture_source_benq = {
695         .num_items = 4,
696         .items = {
697                 { "Internal Mic", 0x1 },
698                 { "Mic",          0x2 },
699                 { "Line",         0x3 },
700                 { "Mixer",        0x0 },
701         }
702 };
703
704 static const struct hda_input_mux cxt5045_capture_source_hp530 = {
705         .num_items = 2,
706         .items = {
707                 { "Mic",          0x1 },
708                 { "Internal Mic", 0x2 },
709         }
710 };
711
712 /* turn on/off EAPD (+ mute HP) as a master switch */
713 static int cxt5045_hp_master_sw_put(struct snd_kcontrol *kcontrol,
714                                     struct snd_ctl_elem_value *ucontrol)
715 {
716         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
717         struct conexant_spec *spec = codec->spec;
718         unsigned int bits;
719
720         if (!cxt_eapd_put(kcontrol, ucontrol))
721                 return 0;
722
723         /* toggle internal speakers mute depending of presence of
724          * the headphone jack
725          */
726         bits = (!spec->hp_present && spec->cur_eapd) ? 0 : HDA_AMP_MUTE;
727         snd_hda_codec_amp_stereo(codec, 0x10, HDA_OUTPUT, 0,
728                                  HDA_AMP_MUTE, bits);
729
730         bits = spec->cur_eapd ? 0 : HDA_AMP_MUTE;
731         snd_hda_codec_amp_stereo(codec, 0x11, HDA_OUTPUT, 0,
732                                  HDA_AMP_MUTE, bits);
733         return 1;
734 }
735
736 /* bind volumes of both NID 0x10 and 0x11 */
737 static const struct hda_bind_ctls cxt5045_hp_bind_master_vol = {
738         .ops = &snd_hda_bind_vol,
739         .values = {
740                 HDA_COMPOSE_AMP_VAL(0x10, 3, 0, HDA_OUTPUT),
741                 HDA_COMPOSE_AMP_VAL(0x11, 3, 0, HDA_OUTPUT),
742                 0
743         },
744 };
745
746 /* toggle input of built-in and mic jack appropriately */
747 static void cxt5045_hp_automic(struct hda_codec *codec)
748 {
749         static const struct hda_verb mic_jack_on[] = {
750                 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080},
751                 {0x12, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
752                 {}
753         };
754         static const struct hda_verb mic_jack_off[] = {
755                 {0x12, AC_VERB_SET_AMP_GAIN_MUTE, 0xb080},
756                 {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
757                 {}
758         };
759         unsigned int present;
760
761         present = snd_hda_jack_detect(codec, 0x12);
762         if (present)
763                 snd_hda_sequence_write(codec, mic_jack_on);
764         else
765                 snd_hda_sequence_write(codec, mic_jack_off);
766 }
767
768
769 /* mute internal speaker if HP is plugged */
770 static void cxt5045_hp_automute(struct hda_codec *codec)
771 {
772         struct conexant_spec *spec = codec->spec;
773         unsigned int bits;
774
775         spec->hp_present = snd_hda_jack_detect(codec, 0x11);
776
777         bits = (spec->hp_present || !spec->cur_eapd) ? HDA_AMP_MUTE : 0; 
778         snd_hda_codec_amp_stereo(codec, 0x10, HDA_OUTPUT, 0,
779                                  HDA_AMP_MUTE, bits);
780 }
781
782 /* unsolicited event for HP jack sensing */
783 static void cxt5045_hp_unsol_event(struct hda_codec *codec,
784                                    unsigned int res)
785 {
786         res >>= 26;
787         switch (res) {
788         case CONEXANT_HP_EVENT:
789                 cxt5045_hp_automute(codec);
790                 break;
791         case CONEXANT_MIC_EVENT:
792                 cxt5045_hp_automic(codec);
793                 break;
794
795         }
796 }
797
798 static const struct snd_kcontrol_new cxt5045_mixers[] = {
799         HDA_CODEC_VOLUME("Capture Volume", 0x1a, 0x00, HDA_INPUT),
800         HDA_CODEC_MUTE("Capture Switch", 0x1a, 0x0, HDA_INPUT),
801         HDA_CODEC_VOLUME("PCM Playback Volume", 0x17, 0x0, HDA_INPUT),
802         HDA_CODEC_MUTE("PCM Playback Switch", 0x17, 0x0, HDA_INPUT),
803         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x17, 0x1, HDA_INPUT),
804         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x17, 0x1, HDA_INPUT),
805         HDA_CODEC_VOLUME("Mic Playback Volume", 0x17, 0x2, HDA_INPUT),
806         HDA_CODEC_MUTE("Mic Playback Switch", 0x17, 0x2, HDA_INPUT),
807         HDA_BIND_VOL("Master Playback Volume", &cxt5045_hp_bind_master_vol),
808         {
809                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
810                 .name = "Master Playback Switch",
811                 .info = cxt_eapd_info,
812                 .get = cxt_eapd_get,
813                 .put = cxt5045_hp_master_sw_put,
814                 .private_value = 0x10,
815         },
816
817         {}
818 };
819
820 static const struct snd_kcontrol_new cxt5045_benq_mixers[] = {
821         HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT),
822         HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT),
823
824         {}
825 };
826
827 static const struct snd_kcontrol_new cxt5045_mixers_hp530[] = {
828         HDA_CODEC_VOLUME("Capture Volume", 0x1a, 0x00, HDA_INPUT),
829         HDA_CODEC_MUTE("Capture Switch", 0x1a, 0x0, HDA_INPUT),
830         HDA_CODEC_VOLUME("PCM Playback Volume", 0x17, 0x0, HDA_INPUT),
831         HDA_CODEC_MUTE("PCM Playback Switch", 0x17, 0x0, HDA_INPUT),
832         HDA_CODEC_VOLUME("Internal Mic Playback Volume", 0x17, 0x2, HDA_INPUT),
833         HDA_CODEC_MUTE("Internal Mic Playback Switch", 0x17, 0x2, HDA_INPUT),
834         HDA_CODEC_VOLUME("Mic Playback Volume", 0x17, 0x1, HDA_INPUT),
835         HDA_CODEC_MUTE("Mic Playback Switch", 0x17, 0x1, HDA_INPUT),
836         HDA_BIND_VOL("Master Playback Volume", &cxt5045_hp_bind_master_vol),
837         {
838                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
839                 .name = "Master Playback Switch",
840                 .info = cxt_eapd_info,
841                 .get = cxt_eapd_get,
842                 .put = cxt5045_hp_master_sw_put,
843                 .private_value = 0x10,
844         },
845
846         {}
847 };
848
849 static const struct hda_verb cxt5045_init_verbs[] = {
850         /* Line in, Mic */
851         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_80 },
852         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_80 },
853         /* HP, Amp  */
854         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
855         {0x10, AC_VERB_SET_CONNECT_SEL, 0x1},
856         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
857         {0x11, AC_VERB_SET_CONNECT_SEL, 0x1},
858         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
859         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
860         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
861         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
862         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
863         /* Record selector: Internal mic */
864         {0x1a, AC_VERB_SET_CONNECT_SEL,0x1},
865         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE,
866          AC_AMP_SET_INPUT|AC_AMP_SET_RIGHT|AC_AMP_SET_LEFT|0x17},
867         /* SPDIF route: PCM */
868         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
869         { 0x13, AC_VERB_SET_CONNECT_SEL, 0x0 },
870         /* EAPD */
871         {0x10, AC_VERB_SET_EAPD_BTLENABLE, 0x2 }, /* default on */ 
872         { } /* end */
873 };
874
875 static const struct hda_verb cxt5045_benq_init_verbs[] = {
876         /* Internal Mic, Mic */
877         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_80 },
878         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_80 },
879         /* Line In,HP, Amp  */
880         {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
881         {0x10, AC_VERB_SET_CONNECT_SEL, 0x1},
882         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
883         {0x11, AC_VERB_SET_CONNECT_SEL, 0x1},
884         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
885         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
886         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
887         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
888         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
889         /* Record selector: Internal mic */
890         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x1},
891         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE,
892          AC_AMP_SET_INPUT|AC_AMP_SET_RIGHT|AC_AMP_SET_LEFT|0x17},
893         /* SPDIF route: PCM */
894         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
895         {0x13, AC_VERB_SET_CONNECT_SEL, 0x0},
896         /* EAPD */
897         {0x10, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
898         { } /* end */
899 };
900
901 static const struct hda_verb cxt5045_hp_sense_init_verbs[] = {
902         /* pin sensing on HP jack */
903         {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
904         { } /* end */
905 };
906
907 static const struct hda_verb cxt5045_mic_sense_init_verbs[] = {
908         /* pin sensing on HP jack */
909         {0x12, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
910         { } /* end */
911 };
912
913 #ifdef CONFIG_SND_DEBUG
914 /* Test configuration for debugging, modelled after the ALC260 test
915  * configuration.
916  */
917 static const struct hda_input_mux cxt5045_test_capture_source = {
918         .num_items = 5,
919         .items = {
920                 { "MIXER", 0x0 },
921                 { "MIC1 pin", 0x1 },
922                 { "LINE1 pin", 0x2 },
923                 { "HP-OUT pin", 0x3 },
924                 { "CD pin", 0x4 },
925         },
926 };
927
928 static const struct snd_kcontrol_new cxt5045_test_mixer[] = {
929
930         /* Output controls */
931         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x10, 0x0, HDA_OUTPUT),
932         HDA_CODEC_MUTE("Speaker Playback Switch", 0x10, 0x0, HDA_OUTPUT),
933         HDA_CODEC_VOLUME("Node 11 Playback Volume", 0x11, 0x0, HDA_OUTPUT),
934         HDA_CODEC_MUTE("Node 11 Playback Switch", 0x11, 0x0, HDA_OUTPUT),
935         HDA_CODEC_VOLUME("Node 12 Playback Volume", 0x12, 0x0, HDA_OUTPUT),
936         HDA_CODEC_MUTE("Node 12 Playback Switch", 0x12, 0x0, HDA_OUTPUT),
937         
938         /* Modes for retasking pin widgets */
939         CXT_PIN_MODE("HP-OUT pin mode", 0x11, CXT_PIN_DIR_INOUT),
940         CXT_PIN_MODE("LINE1 pin mode", 0x12, CXT_PIN_DIR_INOUT),
941
942         /* EAPD Switch Control */
943         CXT_EAPD_SWITCH("External Amplifier", 0x10, 0x0),
944
945         /* Loopback mixer controls */
946
947         HDA_CODEC_VOLUME("Mixer-1 Volume", 0x17, 0x0, HDA_INPUT),
948         HDA_CODEC_MUTE("Mixer-1 Switch", 0x17, 0x0, HDA_INPUT),
949         HDA_CODEC_VOLUME("Mixer-2 Volume", 0x17, 0x1, HDA_INPUT),
950         HDA_CODEC_MUTE("Mixer-2 Switch", 0x17, 0x1, HDA_INPUT),
951         HDA_CODEC_VOLUME("Mixer-3 Volume", 0x17, 0x2, HDA_INPUT),
952         HDA_CODEC_MUTE("Mixer-3 Switch", 0x17, 0x2, HDA_INPUT),
953         HDA_CODEC_VOLUME("Mixer-4 Volume", 0x17, 0x3, HDA_INPUT),
954         HDA_CODEC_MUTE("Mixer-4 Switch", 0x17, 0x3, HDA_INPUT),
955         HDA_CODEC_VOLUME("Mixer-5 Volume", 0x17, 0x4, HDA_INPUT),
956         HDA_CODEC_MUTE("Mixer-5 Switch", 0x17, 0x4, HDA_INPUT),
957         {
958                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
959                 .name = "Input Source",
960                 .info = conexant_mux_enum_info,
961                 .get = conexant_mux_enum_get,
962                 .put = conexant_mux_enum_put,
963         },
964         /* Audio input controls */
965         HDA_CODEC_VOLUME("Capture Volume", 0x1a, 0x0, HDA_INPUT),
966         HDA_CODEC_MUTE("Capture Switch", 0x1a, 0x0, HDA_INPUT),
967         { } /* end */
968 };
969
970 static const struct hda_verb cxt5045_test_init_verbs[] = {
971         /* Set connections */
972         { 0x10, AC_VERB_SET_CONNECT_SEL, 0x0 },
973         { 0x11, AC_VERB_SET_CONNECT_SEL, 0x0 },
974         { 0x12, AC_VERB_SET_CONNECT_SEL, 0x0 },
975         /* Enable retasking pins as output, initially without power amp */
976         {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
977         {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
978
979         /* Disable digital (SPDIF) pins initially, but users can enable
980          * them via a mixer switch.  In the case of SPDIF-out, this initverb
981          * payload also sets the generation to 0, output to be in "consumer"
982          * PCM format, copyright asserted, no pre-emphasis and no validity
983          * control.
984          */
985         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
986         {0x18, AC_VERB_SET_DIGI_CONVERT_1, 0},
987
988         /* Start with output sum widgets muted and their output gains at min */
989         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
990         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
991
992         /* Unmute retasking pin widget output buffers since the default
993          * state appears to be output.  As the pin mode is changed by the
994          * user the pin mode control will take care of enabling the pin's
995          * input/output buffers as needed.
996          */
997         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
998         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
999
1000         /* Mute capture amp left and right */
1001         {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1002
1003         /* Set ADC connection select to match default mixer setting (mic1
1004          * pin)
1005          */
1006         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
1007         {0x17, AC_VERB_SET_CONNECT_SEL, 0x00},
1008
1009         /* Mute all inputs to mixer widget (even unconnected ones) */
1010         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* Mixer pin */
1011         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* Mic1 pin */
1012         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* Line pin */
1013         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* HP pin */
1014         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
1015
1016         { }
1017 };
1018 #endif
1019
1020
1021 /* initialize jack-sensing, too */
1022 static int cxt5045_init(struct hda_codec *codec)
1023 {
1024         conexant_init(codec);
1025         cxt5045_hp_automute(codec);
1026         return 0;
1027 }
1028
1029
1030 enum {
1031         CXT5045_LAPTOP_HPSENSE,
1032         CXT5045_LAPTOP_MICSENSE,
1033         CXT5045_LAPTOP_HPMICSENSE,
1034         CXT5045_BENQ,
1035         CXT5045_LAPTOP_HP530,
1036 #ifdef CONFIG_SND_DEBUG
1037         CXT5045_TEST,
1038 #endif
1039         CXT5045_AUTO,
1040         CXT5045_MODELS
1041 };
1042
1043 static const char * const cxt5045_models[CXT5045_MODELS] = {
1044         [CXT5045_LAPTOP_HPSENSE]        = "laptop-hpsense",
1045         [CXT5045_LAPTOP_MICSENSE]       = "laptop-micsense",
1046         [CXT5045_LAPTOP_HPMICSENSE]     = "laptop-hpmicsense",
1047         [CXT5045_BENQ]                  = "benq",
1048         [CXT5045_LAPTOP_HP530]          = "laptop-hp530",
1049 #ifdef CONFIG_SND_DEBUG
1050         [CXT5045_TEST]          = "test",
1051 #endif
1052         [CXT5045_AUTO]                  = "auto",
1053 };
1054
1055 static const struct snd_pci_quirk cxt5045_cfg_tbl[] = {
1056         SND_PCI_QUIRK(0x103c, 0x30d5, "HP 530", CXT5045_LAPTOP_HP530),
1057         SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba P105", CXT5045_LAPTOP_MICSENSE),
1058         SND_PCI_QUIRK(0x152d, 0x0753, "Benq R55E", CXT5045_BENQ),
1059         SND_PCI_QUIRK(0x1734, 0x10ad, "Fujitsu Si1520", CXT5045_LAPTOP_MICSENSE),
1060         SND_PCI_QUIRK(0x1734, 0x10cb, "Fujitsu Si3515", CXT5045_LAPTOP_HPMICSENSE),
1061         SND_PCI_QUIRK(0x1734, 0x110e, "Fujitsu V5505",
1062                       CXT5045_LAPTOP_HPMICSENSE),
1063         SND_PCI_QUIRK(0x1509, 0x1e40, "FIC", CXT5045_LAPTOP_HPMICSENSE),
1064         SND_PCI_QUIRK(0x1509, 0x2f05, "FIC", CXT5045_LAPTOP_HPMICSENSE),
1065         SND_PCI_QUIRK(0x1509, 0x2f06, "FIC", CXT5045_LAPTOP_HPMICSENSE),
1066         SND_PCI_QUIRK_MASK(0x1631, 0xff00, 0xc100, "Packard Bell",
1067                            CXT5045_LAPTOP_HPMICSENSE),
1068         SND_PCI_QUIRK(0x8086, 0x2111, "Conexant Reference board", CXT5045_LAPTOP_HPSENSE),
1069         {}
1070 };
1071
1072 static int patch_cxt5045(struct hda_codec *codec)
1073 {
1074         struct conexant_spec *spec;
1075         int board_config;
1076
1077         board_config = snd_hda_check_board_config(codec, CXT5045_MODELS,
1078                                                   cxt5045_models,
1079                                                   cxt5045_cfg_tbl);
1080         if (board_config < 0)
1081                 board_config = CXT5045_AUTO; /* model=auto as default */
1082         if (board_config == CXT5045_AUTO)
1083                 return patch_conexant_auto(codec);
1084
1085         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1086         if (!spec)
1087                 return -ENOMEM;
1088         codec->spec = spec;
1089         codec->pin_amp_workaround = 1;
1090         codec->single_adc_amp = 1;
1091
1092         spec->multiout.max_channels = 2;
1093         spec->multiout.num_dacs = ARRAY_SIZE(cxt5045_dac_nids);
1094         spec->multiout.dac_nids = cxt5045_dac_nids;
1095         spec->multiout.dig_out_nid = CXT5045_SPDIF_OUT;
1096         spec->num_adc_nids = 1;
1097         spec->adc_nids = cxt5045_adc_nids;
1098         spec->capsrc_nids = cxt5045_capsrc_nids;
1099         spec->input_mux = &cxt5045_capture_source;
1100         spec->num_mixers = 1;
1101         spec->mixers[0] = cxt5045_mixers;
1102         spec->num_init_verbs = 1;
1103         spec->init_verbs[0] = cxt5045_init_verbs;
1104         spec->spdif_route = 0;
1105         spec->num_channel_mode = ARRAY_SIZE(cxt5045_modes);
1106         spec->channel_mode = cxt5045_modes;
1107
1108         set_beep_amp(spec, 0x16, 0, 1);
1109
1110         codec->patch_ops = conexant_patch_ops;
1111
1112         switch (board_config) {
1113         case CXT5045_LAPTOP_HPSENSE:
1114                 codec->patch_ops.unsol_event = cxt5045_hp_unsol_event;
1115                 spec->input_mux = &cxt5045_capture_source;
1116                 spec->num_init_verbs = 2;
1117                 spec->init_verbs[1] = cxt5045_hp_sense_init_verbs;
1118                 spec->mixers[0] = cxt5045_mixers;
1119                 codec->patch_ops.init = cxt5045_init;
1120                 break;
1121         case CXT5045_LAPTOP_MICSENSE:
1122                 codec->patch_ops.unsol_event = cxt5045_hp_unsol_event;
1123                 spec->input_mux = &cxt5045_capture_source;
1124                 spec->num_init_verbs = 2;
1125                 spec->init_verbs[1] = cxt5045_mic_sense_init_verbs;
1126                 spec->mixers[0] = cxt5045_mixers;
1127                 codec->patch_ops.init = cxt5045_init;
1128                 break;
1129         default:
1130         case CXT5045_LAPTOP_HPMICSENSE:
1131                 codec->patch_ops.unsol_event = cxt5045_hp_unsol_event;
1132                 spec->input_mux = &cxt5045_capture_source;
1133                 spec->num_init_verbs = 3;
1134                 spec->init_verbs[1] = cxt5045_hp_sense_init_verbs;
1135                 spec->init_verbs[2] = cxt5045_mic_sense_init_verbs;
1136                 spec->mixers[0] = cxt5045_mixers;
1137                 codec->patch_ops.init = cxt5045_init;
1138                 break;
1139         case CXT5045_BENQ:
1140                 codec->patch_ops.unsol_event = cxt5045_hp_unsol_event;
1141                 spec->input_mux = &cxt5045_capture_source_benq;
1142                 spec->num_init_verbs = 1;
1143                 spec->init_verbs[0] = cxt5045_benq_init_verbs;
1144                 spec->mixers[0] = cxt5045_mixers;
1145                 spec->mixers[1] = cxt5045_benq_mixers;
1146                 spec->num_mixers = 2;
1147                 codec->patch_ops.init = cxt5045_init;
1148                 break;
1149         case CXT5045_LAPTOP_HP530:
1150                 codec->patch_ops.unsol_event = cxt5045_hp_unsol_event;
1151                 spec->input_mux = &cxt5045_capture_source_hp530;
1152                 spec->num_init_verbs = 2;
1153                 spec->init_verbs[1] = cxt5045_hp_sense_init_verbs;
1154                 spec->mixers[0] = cxt5045_mixers_hp530;
1155                 codec->patch_ops.init = cxt5045_init;
1156                 break;
1157 #ifdef CONFIG_SND_DEBUG
1158         case CXT5045_TEST:
1159                 spec->input_mux = &cxt5045_test_capture_source;
1160                 spec->mixers[0] = cxt5045_test_mixer;
1161                 spec->init_verbs[0] = cxt5045_test_init_verbs;
1162                 break;
1163                 
1164 #endif  
1165         }
1166
1167         switch (codec->subsystem_id >> 16) {
1168         case 0x103c:
1169         case 0x1631:
1170         case 0x1734:
1171         case 0x17aa:
1172                 /* HP, Packard Bell, Fujitsu-Siemens & Lenovo laptops have
1173                  * really bad sound over 0dB on NID 0x17. Fix max PCM level to
1174                  * 0 dB (originally it has 0x2b steps with 0dB offset 0x14)
1175                  */
1176                 snd_hda_override_amp_caps(codec, 0x17, HDA_INPUT,
1177                                           (0x14 << AC_AMPCAP_OFFSET_SHIFT) |
1178                                           (0x14 << AC_AMPCAP_NUM_STEPS_SHIFT) |
1179                                           (0x05 << AC_AMPCAP_STEP_SIZE_SHIFT) |
1180                                           (1 << AC_AMPCAP_MUTE_SHIFT));
1181                 break;
1182         }
1183
1184         if (spec->beep_amp)
1185                 snd_hda_attach_beep_device(codec, spec->beep_amp);
1186
1187         return 0;
1188 }
1189
1190
1191 /* Conexant 5047 specific */
1192 #define CXT5047_SPDIF_OUT       0x11
1193
1194 static const hda_nid_t cxt5047_dac_nids[1] = { 0x10 }; /* 0x1c */
1195 static const hda_nid_t cxt5047_adc_nids[1] = { 0x12 };
1196 static const hda_nid_t cxt5047_capsrc_nids[1] = { 0x1a };
1197
1198 static const struct hda_channel_mode cxt5047_modes[1] = {
1199         { 2, NULL },
1200 };
1201
1202 static const struct hda_input_mux cxt5047_toshiba_capture_source = {
1203         .num_items = 2,
1204         .items = {
1205                 { "ExtMic", 0x2 },
1206                 { "Line-In", 0x1 },
1207         }
1208 };
1209
1210 /* turn on/off EAPD (+ mute HP) as a master switch */
1211 static int cxt5047_hp_master_sw_put(struct snd_kcontrol *kcontrol,
1212                                     struct snd_ctl_elem_value *ucontrol)
1213 {
1214         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1215         struct conexant_spec *spec = codec->spec;
1216         unsigned int bits;
1217
1218         if (!cxt_eapd_put(kcontrol, ucontrol))
1219                 return 0;
1220
1221         /* toggle internal speakers mute depending of presence of
1222          * the headphone jack
1223          */
1224         bits = (!spec->hp_present && spec->cur_eapd) ? 0 : HDA_AMP_MUTE;
1225         /* NOTE: Conexat codec needs the index for *OUTPUT* amp of
1226          * pin widgets unlike other codecs.  In this case, we need to
1227          * set index 0x01 for the volume from the mixer amp 0x19.
1228          */
1229         snd_hda_codec_amp_stereo(codec, 0x1d, HDA_OUTPUT, 0x01,
1230                                  HDA_AMP_MUTE, bits);
1231         bits = spec->cur_eapd ? 0 : HDA_AMP_MUTE;
1232         snd_hda_codec_amp_stereo(codec, 0x13, HDA_OUTPUT, 0,
1233                                  HDA_AMP_MUTE, bits);
1234         return 1;
1235 }
1236
1237 /* mute internal speaker if HP is plugged */
1238 static void cxt5047_hp_automute(struct hda_codec *codec)
1239 {
1240         struct conexant_spec *spec = codec->spec;
1241         unsigned int bits;
1242
1243         spec->hp_present = snd_hda_jack_detect(codec, 0x13);
1244
1245         bits = (spec->hp_present || !spec->cur_eapd) ? HDA_AMP_MUTE : 0;
1246         /* See the note in cxt5047_hp_master_sw_put */
1247         snd_hda_codec_amp_stereo(codec, 0x1d, HDA_OUTPUT, 0x01,
1248                                  HDA_AMP_MUTE, bits);
1249 }
1250
1251 /* toggle input of built-in and mic jack appropriately */
1252 static void cxt5047_hp_automic(struct hda_codec *codec)
1253 {
1254         static const struct hda_verb mic_jack_on[] = {
1255                 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1256                 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1257                 {}
1258         };
1259         static const struct hda_verb mic_jack_off[] = {
1260                 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
1261                 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1262                 {}
1263         };
1264         unsigned int present;
1265
1266         present = snd_hda_jack_detect(codec, 0x15);
1267         if (present)
1268                 snd_hda_sequence_write(codec, mic_jack_on);
1269         else
1270                 snd_hda_sequence_write(codec, mic_jack_off);
1271 }
1272
1273 /* unsolicited event for HP jack sensing */
1274 static void cxt5047_hp_unsol_event(struct hda_codec *codec,
1275                                   unsigned int res)
1276 {
1277         switch (res >> 26) {
1278         case CONEXANT_HP_EVENT:
1279                 cxt5047_hp_automute(codec);
1280                 break;
1281         case CONEXANT_MIC_EVENT:
1282                 cxt5047_hp_automic(codec);
1283                 break;
1284         }
1285 }
1286
1287 static const struct snd_kcontrol_new cxt5047_base_mixers[] = {
1288         HDA_CODEC_VOLUME("Mic Playback Volume", 0x19, 0x02, HDA_INPUT),
1289         HDA_CODEC_MUTE("Mic Playback Switch", 0x19, 0x02, HDA_INPUT),
1290         HDA_CODEC_VOLUME("Mic Boost Volume", 0x1a, 0x0, HDA_OUTPUT),
1291         HDA_CODEC_VOLUME("Capture Volume", 0x12, 0x03, HDA_INPUT),
1292         HDA_CODEC_MUTE("Capture Switch", 0x12, 0x03, HDA_INPUT),
1293         HDA_CODEC_VOLUME("PCM Volume", 0x10, 0x00, HDA_OUTPUT),
1294         HDA_CODEC_MUTE("PCM Switch", 0x10, 0x00, HDA_OUTPUT),
1295         {
1296                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1297                 .name = "Master Playback Switch",
1298                 .info = cxt_eapd_info,
1299                 .get = cxt_eapd_get,
1300                 .put = cxt5047_hp_master_sw_put,
1301                 .private_value = 0x13,
1302         },
1303
1304         {}
1305 };
1306
1307 static const struct snd_kcontrol_new cxt5047_hp_spk_mixers[] = {
1308         /* See the note in cxt5047_hp_master_sw_put */
1309         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x1d, 0x01, HDA_OUTPUT),
1310         HDA_CODEC_VOLUME("Headphone Playback Volume", 0x13, 0x00, HDA_OUTPUT),
1311         {}
1312 };
1313
1314 static const struct snd_kcontrol_new cxt5047_hp_only_mixers[] = {
1315         HDA_CODEC_VOLUME("Master Playback Volume", 0x13, 0x00, HDA_OUTPUT),
1316         { } /* end */
1317 };
1318
1319 static const struct hda_verb cxt5047_init_verbs[] = {
1320         /* Line in, Mic, Built-in Mic */
1321         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN },
1322         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_50 },
1323         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN|AC_PINCTL_VREF_50 },
1324         /* HP, Speaker  */
1325         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP },
1326         {0x13, AC_VERB_SET_CONNECT_SEL, 0x0}, /* mixer(0x19) */
1327         {0x1d, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mixer(0x19) */
1328         /* Record selector: Mic */
1329         {0x12, AC_VERB_SET_CONNECT_SEL,0x03},
1330         {0x19, AC_VERB_SET_AMP_GAIN_MUTE,
1331          AC_AMP_SET_INPUT|AC_AMP_SET_RIGHT|AC_AMP_SET_LEFT|0x17},
1332         {0x1A, AC_VERB_SET_CONNECT_SEL,0x02},
1333         {0x1A, AC_VERB_SET_AMP_GAIN_MUTE,
1334          AC_AMP_SET_OUTPUT|AC_AMP_SET_RIGHT|AC_AMP_SET_LEFT|0x00},
1335         {0x1A, AC_VERB_SET_AMP_GAIN_MUTE,
1336          AC_AMP_SET_OUTPUT|AC_AMP_SET_RIGHT|AC_AMP_SET_LEFT|0x03},
1337         /* SPDIF route: PCM */
1338         { 0x18, AC_VERB_SET_CONNECT_SEL, 0x0 },
1339         /* Enable unsolicited events */
1340         {0x13, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
1341         {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
1342         { } /* end */
1343 };
1344
1345 /* configuration for Toshiba Laptops */
1346 static const struct hda_verb cxt5047_toshiba_init_verbs[] = {
1347         {0x13, AC_VERB_SET_EAPD_BTLENABLE, 0x0}, /* default off */
1348         {}
1349 };
1350
1351 /* Test configuration for debugging, modelled after the ALC260 test
1352  * configuration.
1353  */
1354 #ifdef CONFIG_SND_DEBUG
1355 static const struct hda_input_mux cxt5047_test_capture_source = {
1356         .num_items = 4,
1357         .items = {
1358                 { "LINE1 pin", 0x0 },
1359                 { "MIC1 pin", 0x1 },
1360                 { "MIC2 pin", 0x2 },
1361                 { "CD pin", 0x3 },
1362         },
1363 };
1364
1365 static const struct snd_kcontrol_new cxt5047_test_mixer[] = {
1366
1367         /* Output only controls */
1368         HDA_CODEC_VOLUME("OutAmp-1 Volume", 0x10, 0x0, HDA_OUTPUT),
1369         HDA_CODEC_MUTE("OutAmp-1 Switch", 0x10,0x0, HDA_OUTPUT),
1370         HDA_CODEC_VOLUME("OutAmp-2 Volume", 0x1c, 0x0, HDA_OUTPUT),
1371         HDA_CODEC_MUTE("OutAmp-2 Switch", 0x1c, 0x0, HDA_OUTPUT),
1372         HDA_CODEC_VOLUME("Speaker Playback Volume", 0x1d, 0x0, HDA_OUTPUT),
1373         HDA_CODEC_MUTE("Speaker Playback Switch", 0x1d, 0x0, HDA_OUTPUT),
1374         HDA_CODEC_VOLUME("HeadPhone Playback Volume", 0x13, 0x0, HDA_OUTPUT),
1375         HDA_CODEC_MUTE("HeadPhone Playback Switch", 0x13, 0x0, HDA_OUTPUT),
1376         HDA_CODEC_VOLUME("Line1-Out Playback Volume", 0x14, 0x0, HDA_OUTPUT),
1377         HDA_CODEC_MUTE("Line1-Out Playback Switch", 0x14, 0x0, HDA_OUTPUT),
1378         HDA_CODEC_VOLUME("Line2-Out Playback Volume", 0x15, 0x0, HDA_OUTPUT),
1379         HDA_CODEC_MUTE("Line2-Out Playback Switch", 0x15, 0x0, HDA_OUTPUT),
1380
1381         /* Modes for retasking pin widgets */
1382         CXT_PIN_MODE("LINE1 pin mode", 0x14, CXT_PIN_DIR_INOUT),
1383         CXT_PIN_MODE("MIC1 pin mode", 0x15, CXT_PIN_DIR_INOUT),
1384
1385         /* EAPD Switch Control */
1386         CXT_EAPD_SWITCH("External Amplifier", 0x13, 0x0),
1387
1388         /* Loopback mixer controls */
1389         HDA_CODEC_VOLUME("MIC1 Playback Volume", 0x12, 0x01, HDA_INPUT),
1390         HDA_CODEC_MUTE("MIC1 Playback Switch", 0x12, 0x01, HDA_INPUT),
1391         HDA_CODEC_VOLUME("MIC2 Playback Volume", 0x12, 0x02, HDA_INPUT),
1392         HDA_CODEC_MUTE("MIC2 Playback Switch", 0x12, 0x02, HDA_INPUT),
1393         HDA_CODEC_VOLUME("LINE Playback Volume", 0x12, 0x0, HDA_INPUT),
1394         HDA_CODEC_MUTE("LINE Playback Switch", 0x12, 0x0, HDA_INPUT),
1395         HDA_CODEC_VOLUME("CD Playback Volume", 0x12, 0x04, HDA_INPUT),
1396         HDA_CODEC_MUTE("CD Playback Switch", 0x12, 0x04, HDA_INPUT),
1397
1398         HDA_CODEC_VOLUME("Capture-1 Volume", 0x19, 0x0, HDA_INPUT),
1399         HDA_CODEC_MUTE("Capture-1 Switch", 0x19, 0x0, HDA_INPUT),
1400         HDA_CODEC_VOLUME("Capture-2 Volume", 0x19, 0x1, HDA_INPUT),
1401         HDA_CODEC_MUTE("Capture-2 Switch", 0x19, 0x1, HDA_INPUT),
1402         HDA_CODEC_VOLUME("Capture-3 Volume", 0x19, 0x2, HDA_INPUT),
1403         HDA_CODEC_MUTE("Capture-3 Switch", 0x19, 0x2, HDA_INPUT),
1404         HDA_CODEC_VOLUME("Capture-4 Volume", 0x19, 0x3, HDA_INPUT),
1405         HDA_CODEC_MUTE("Capture-4 Switch", 0x19, 0x3, HDA_INPUT),
1406         {
1407                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1408                 .name = "Input Source",
1409                 .info = conexant_mux_enum_info,
1410                 .get = conexant_mux_enum_get,
1411                 .put = conexant_mux_enum_put,
1412         },
1413         HDA_CODEC_VOLUME("Mic Boost Volume", 0x1a, 0x0, HDA_OUTPUT),
1414
1415         { } /* end */
1416 };
1417
1418 static const struct hda_verb cxt5047_test_init_verbs[] = {
1419         /* Enable retasking pins as output, initially without power amp */
1420         {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1421         {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1422         {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1423
1424         /* Disable digital (SPDIF) pins initially, but users can enable
1425          * them via a mixer switch.  In the case of SPDIF-out, this initverb
1426          * payload also sets the generation to 0, output to be in "consumer"
1427          * PCM format, copyright asserted, no pre-emphasis and no validity
1428          * control.
1429          */
1430         {0x18, AC_VERB_SET_DIGI_CONVERT_1, 0},
1431
1432         /* Ensure mic1, mic2, line1 pin widgets take input from the 
1433          * OUT1 sum bus when acting as an output.
1434          */
1435         {0x1a, AC_VERB_SET_CONNECT_SEL, 0},
1436         {0x1b, AC_VERB_SET_CONNECT_SEL, 0},
1437
1438         /* Start with output sum widgets muted and their output gains at min */
1439         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1440         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
1441
1442         /* Unmute retasking pin widget output buffers since the default
1443          * state appears to be output.  As the pin mode is changed by the
1444          * user the pin mode control will take care of enabling the pin's
1445          * input/output buffers as needed.
1446          */
1447         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1448         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1449         {0x13, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1450
1451         /* Mute capture amp left and right */
1452         {0x12, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
1453
1454         /* Set ADC connection select to match default mixer setting (mic1
1455          * pin)
1456          */
1457         {0x12, AC_VERB_SET_CONNECT_SEL, 0x00},
1458
1459         /* Mute all inputs to mixer widget (even unconnected ones) */
1460         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* mic1 pin */
1461         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, /* mic2 pin */
1462         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, /* line1 pin */
1463         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, /* line2 pin */
1464         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, /* CD pin */
1465         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, /* Beep-gen pin */
1466         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, /* Line-out pin */
1467         {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, /* HP-pin pin */
1468
1469         { }
1470 };
1471 #endif
1472
1473
1474 /* initialize jack-sensing, too */
1475 static int cxt5047_hp_init(struct hda_codec *codec)
1476 {
1477         conexant_init(codec);
1478         cxt5047_hp_automute(codec);
1479         return 0;
1480 }
1481
1482
1483 enum {
1484         CXT5047_LAPTOP,         /* Laptops w/o EAPD support */
1485         CXT5047_LAPTOP_HP,      /* Some HP laptops */
1486         CXT5047_LAPTOP_EAPD,    /* Laptops with EAPD support */
1487 #ifdef CONFIG_SND_DEBUG
1488         CXT5047_TEST,
1489 #endif
1490         CXT5047_AUTO,
1491         CXT5047_MODELS
1492 };
1493
1494 static const char * const cxt5047_models[CXT5047_MODELS] = {
1495         [CXT5047_LAPTOP]        = "laptop",
1496         [CXT5047_LAPTOP_HP]     = "laptop-hp",
1497         [CXT5047_LAPTOP_EAPD]   = "laptop-eapd",
1498 #ifdef CONFIG_SND_DEBUG
1499         [CXT5047_TEST]          = "test",
1500 #endif
1501         [CXT5047_AUTO]          = "auto",
1502 };
1503
1504 static const struct snd_pci_quirk cxt5047_cfg_tbl[] = {
1505         SND_PCI_QUIRK(0x103c, 0x30a5, "HP DV5200T/DV8000T", CXT5047_LAPTOP_HP),
1506         SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x3000, "HP DV Series",
1507                            CXT5047_LAPTOP),
1508         SND_PCI_QUIRK(0x1179, 0xff31, "Toshiba P100", CXT5047_LAPTOP_EAPD),
1509         {}
1510 };
1511
1512 static int patch_cxt5047(struct hda_codec *codec)
1513 {
1514         struct conexant_spec *spec;
1515         int board_config;
1516
1517         board_config = snd_hda_check_board_config(codec, CXT5047_MODELS,
1518                                                   cxt5047_models,
1519                                                   cxt5047_cfg_tbl);
1520         if (board_config < 0)
1521                 board_config = CXT5047_AUTO; /* model=auto as default */
1522         if (board_config == CXT5047_AUTO)
1523                 return patch_conexant_auto(codec);
1524
1525         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1526         if (!spec)
1527                 return -ENOMEM;
1528         codec->spec = spec;
1529         codec->pin_amp_workaround = 1;
1530
1531         spec->multiout.max_channels = 2;
1532         spec->multiout.num_dacs = ARRAY_SIZE(cxt5047_dac_nids);
1533         spec->multiout.dac_nids = cxt5047_dac_nids;
1534         spec->multiout.dig_out_nid = CXT5047_SPDIF_OUT;
1535         spec->num_adc_nids = 1;
1536         spec->adc_nids = cxt5047_adc_nids;
1537         spec->capsrc_nids = cxt5047_capsrc_nids;
1538         spec->num_mixers = 1;
1539         spec->mixers[0] = cxt5047_base_mixers;
1540         spec->num_init_verbs = 1;
1541         spec->init_verbs[0] = cxt5047_init_verbs;
1542         spec->spdif_route = 0;
1543         spec->num_channel_mode = ARRAY_SIZE(cxt5047_modes),
1544         spec->channel_mode = cxt5047_modes,
1545
1546         codec->patch_ops = conexant_patch_ops;
1547
1548         switch (board_config) {
1549         case CXT5047_LAPTOP:
1550                 spec->num_mixers = 2;
1551                 spec->mixers[1] = cxt5047_hp_spk_mixers;
1552                 codec->patch_ops.unsol_event = cxt5047_hp_unsol_event;
1553                 break;
1554         case CXT5047_LAPTOP_HP:
1555                 spec->num_mixers = 2;
1556                 spec->mixers[1] = cxt5047_hp_only_mixers;
1557                 codec->patch_ops.unsol_event = cxt5047_hp_unsol_event;
1558                 codec->patch_ops.init = cxt5047_hp_init;
1559                 break;
1560         case CXT5047_LAPTOP_EAPD:
1561                 spec->input_mux = &cxt5047_toshiba_capture_source;
1562                 spec->num_mixers = 2;
1563                 spec->mixers[1] = cxt5047_hp_spk_mixers;
1564                 spec->num_init_verbs = 2;
1565                 spec->init_verbs[1] = cxt5047_toshiba_init_verbs;
1566                 codec->patch_ops.unsol_event = cxt5047_hp_unsol_event;
1567                 break;
1568 #ifdef CONFIG_SND_DEBUG
1569         case CXT5047_TEST:
1570                 spec->input_mux = &cxt5047_test_capture_source;
1571                 spec->mixers[0] = cxt5047_test_mixer;
1572                 spec->init_verbs[0] = cxt5047_test_init_verbs;
1573                 codec->patch_ops.unsol_event = cxt5047_hp_unsol_event;
1574 #endif  
1575         }
1576         spec->vmaster_nid = 0x13;
1577
1578         switch (codec->subsystem_id >> 16) {
1579         case 0x103c:
1580                 /* HP laptops have really bad sound over 0 dB on NID 0x10.
1581                  * Fix max PCM level to 0 dB (originally it has 0x1e steps
1582                  * with 0 dB offset 0x17)
1583                  */
1584                 snd_hda_override_amp_caps(codec, 0x10, HDA_INPUT,
1585                                           (0x17 << AC_AMPCAP_OFFSET_SHIFT) |
1586                                           (0x17 << AC_AMPCAP_NUM_STEPS_SHIFT) |
1587                                           (0x05 << AC_AMPCAP_STEP_SIZE_SHIFT) |
1588                                           (1 << AC_AMPCAP_MUTE_SHIFT));
1589                 break;
1590         }
1591
1592         return 0;
1593 }
1594
1595 /* Conexant 5051 specific */
1596 static const hda_nid_t cxt5051_dac_nids[1] = { 0x10 };
1597 static const hda_nid_t cxt5051_adc_nids[2] = { 0x14, 0x15 };
1598
1599 static const struct hda_channel_mode cxt5051_modes[1] = {
1600         { 2, NULL },
1601 };
1602
1603 static void cxt5051_update_speaker(struct hda_codec *codec)
1604 {
1605         struct conexant_spec *spec = codec->spec;
1606         unsigned int pinctl;
1607         /* headphone pin */
1608         pinctl = (spec->hp_present && spec->cur_eapd) ? PIN_HP : 0;
1609         snd_hda_codec_write(codec, 0x16, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
1610                             pinctl);
1611         /* speaker pin */
1612         pinctl = (!spec->hp_present && spec->cur_eapd) ? PIN_OUT : 0;
1613         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
1614                             pinctl);
1615         /* on ideapad there is an aditional speaker (subwoofer) to mute */
1616         if (spec->ideapad)
1617                 snd_hda_codec_write(codec, 0x1b, 0,
1618                                     AC_VERB_SET_PIN_WIDGET_CONTROL,
1619                                     pinctl);
1620 }
1621
1622 /* turn on/off EAPD (+ mute HP) as a master switch */
1623 static int cxt5051_hp_master_sw_put(struct snd_kcontrol *kcontrol,
1624                                     struct snd_ctl_elem_value *ucontrol)
1625 {
1626         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1627
1628         if (!cxt_eapd_put(kcontrol, ucontrol))
1629                 return 0;
1630         cxt5051_update_speaker(codec);
1631         return 1;
1632 }
1633
1634 /* toggle input of built-in and mic jack appropriately */
1635 static void cxt5051_portb_automic(struct hda_codec *codec)
1636 {
1637         struct conexant_spec *spec = codec->spec;
1638         unsigned int present;
1639
1640         if (!(spec->auto_mic & AUTO_MIC_PORTB))
1641                 return;
1642         present = snd_hda_jack_detect(codec, 0x17);
1643         snd_hda_codec_write(codec, 0x14, 0,
1644                             AC_VERB_SET_CONNECT_SEL,
1645                             present ? 0x01 : 0x00);
1646 }
1647
1648 /* switch the current ADC according to the jack state */
1649 static void cxt5051_portc_automic(struct hda_codec *codec)
1650 {
1651         struct conexant_spec *spec = codec->spec;
1652         unsigned int present;
1653         hda_nid_t new_adc;
1654
1655         if (!(spec->auto_mic & AUTO_MIC_PORTC))
1656                 return;
1657         present = snd_hda_jack_detect(codec, 0x18);
1658         if (present)
1659                 spec->cur_adc_idx = 1;
1660         else
1661                 spec->cur_adc_idx = 0;
1662         new_adc = spec->adc_nids[spec->cur_adc_idx];
1663         if (spec->cur_adc && spec->cur_adc != new_adc) {
1664                 /* stream is running, let's swap the current ADC */
1665                 __snd_hda_codec_cleanup_stream(codec, spec->cur_adc, 1);
1666                 spec->cur_adc = new_adc;
1667                 snd_hda_codec_setup_stream(codec, new_adc,
1668                                            spec->cur_adc_stream_tag, 0,
1669                                            spec->cur_adc_format);
1670         }
1671 }
1672
1673 /* mute internal speaker if HP is plugged */
1674 static void cxt5051_hp_automute(struct hda_codec *codec)
1675 {
1676         struct conexant_spec *spec = codec->spec;
1677
1678         spec->hp_present = snd_hda_jack_detect(codec, 0x16);
1679         cxt5051_update_speaker(codec);
1680 }
1681
1682 /* unsolicited event for HP jack sensing */
1683 static void cxt5051_hp_unsol_event(struct hda_codec *codec,
1684                                    unsigned int res)
1685 {
1686         switch (res >> 26) {
1687         case CONEXANT_HP_EVENT:
1688                 cxt5051_hp_automute(codec);
1689                 break;
1690         case CXT5051_PORTB_EVENT:
1691                 cxt5051_portb_automic(codec);
1692                 break;
1693         case CXT5051_PORTC_EVENT:
1694                 cxt5051_portc_automic(codec);
1695                 break;
1696         }
1697 }
1698
1699 static const struct snd_kcontrol_new cxt5051_playback_mixers[] = {
1700         HDA_CODEC_VOLUME("Master Playback Volume", 0x10, 0x00, HDA_OUTPUT),
1701         {
1702                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1703                 .name = "Master Playback Switch",
1704                 .info = cxt_eapd_info,
1705                 .get = cxt_eapd_get,
1706                 .put = cxt5051_hp_master_sw_put,
1707                 .private_value = 0x1a,
1708         },
1709         {}
1710 };
1711
1712 static const struct snd_kcontrol_new cxt5051_capture_mixers[] = {
1713         HDA_CODEC_VOLUME("Internal Mic Volume", 0x14, 0x00, HDA_INPUT),
1714         HDA_CODEC_MUTE("Internal Mic Switch", 0x14, 0x00, HDA_INPUT),
1715         HDA_CODEC_VOLUME("Mic Volume", 0x14, 0x01, HDA_INPUT),
1716         HDA_CODEC_MUTE("Mic Switch", 0x14, 0x01, HDA_INPUT),
1717         HDA_CODEC_VOLUME("Docking Mic Volume", 0x15, 0x00, HDA_INPUT),
1718         HDA_CODEC_MUTE("Docking Mic Switch", 0x15, 0x00, HDA_INPUT),
1719         {}
1720 };
1721
1722 static const struct snd_kcontrol_new cxt5051_hp_mixers[] = {
1723         HDA_CODEC_VOLUME("Internal Mic Volume", 0x14, 0x00, HDA_INPUT),
1724         HDA_CODEC_MUTE("Internal Mic Switch", 0x14, 0x00, HDA_INPUT),
1725         HDA_CODEC_VOLUME("Mic Volume", 0x15, 0x00, HDA_INPUT),
1726         HDA_CODEC_MUTE("Mic Switch", 0x15, 0x00, HDA_INPUT),
1727         {}
1728 };
1729
1730 static const struct snd_kcontrol_new cxt5051_hp_dv6736_mixers[] = {
1731         HDA_CODEC_VOLUME("Capture Volume", 0x14, 0x00, HDA_INPUT),
1732         HDA_CODEC_MUTE("Capture Switch", 0x14, 0x00, HDA_INPUT),
1733         {}
1734 };
1735
1736 static const struct snd_kcontrol_new cxt5051_f700_mixers[] = {
1737         HDA_CODEC_VOLUME("Capture Volume", 0x14, 0x01, HDA_INPUT),
1738         HDA_CODEC_MUTE("Capture Switch", 0x14, 0x01, HDA_INPUT),
1739         {}
1740 };
1741
1742 static const struct snd_kcontrol_new cxt5051_toshiba_mixers[] = {
1743         HDA_CODEC_VOLUME("Internal Mic Volume", 0x14, 0x00, HDA_INPUT),
1744         HDA_CODEC_MUTE("Internal Mic Switch", 0x14, 0x00, HDA_INPUT),
1745         HDA_CODEC_VOLUME("Mic Volume", 0x14, 0x01, HDA_INPUT),
1746         HDA_CODEC_MUTE("Mic Switch", 0x14, 0x01, HDA_INPUT),
1747         {}
1748 };
1749
1750 static const struct hda_verb cxt5051_init_verbs[] = {
1751         /* Line in, Mic */
1752         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03},
1753         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1754         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03},
1755         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1756         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
1757         {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03},
1758         /* SPK  */
1759         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1760         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
1761         /* HP, Amp  */
1762         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1763         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
1764         /* DAC1 */      
1765         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1766         /* Record selector: Internal mic */
1767         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x44},
1768         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1) | 0x44},
1769         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x44},
1770         /* SPDIF route: PCM */
1771         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1772         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x0},
1773         /* EAPD */
1774         {0x1a, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */ 
1775         {0x16, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|CONEXANT_HP_EVENT},
1776         { } /* end */
1777 };
1778
1779 static const struct hda_verb cxt5051_hp_dv6736_init_verbs[] = {
1780         /* Line in, Mic */
1781         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03},
1782         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1783         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0},
1784         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0},
1785         /* SPK  */
1786         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1787         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
1788         /* HP, Amp  */
1789         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1790         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
1791         /* DAC1 */
1792         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1793         /* Record selector: Internal mic */
1794         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1) | 0x44},
1795         {0x14, AC_VERB_SET_CONNECT_SEL, 0x1},
1796         /* SPDIF route: PCM */
1797         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x0},
1798         /* EAPD */
1799         {0x1a, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
1800         {0x16, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|CONEXANT_HP_EVENT},
1801         { } /* end */
1802 };
1803
1804 static const struct hda_verb cxt5051_f700_init_verbs[] = {
1805         /* Line in, Mic */
1806         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x03},
1807         {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
1808         {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0},
1809         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0},
1810         /* SPK  */
1811         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1812         {0x1a, AC_VERB_SET_CONNECT_SEL, 0x00},
1813         /* HP, Amp  */
1814         {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
1815         {0x16, AC_VERB_SET_CONNECT_SEL, 0x00},
1816         /* DAC1 */
1817         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
1818         /* Record selector: Internal mic */
1819         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1) | 0x44},
1820         {0x14, AC_VERB_SET_CONNECT_SEL, 0x1},
1821         /* SPDIF route: PCM */
1822         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x0},
1823         /* EAPD */
1824         {0x1a, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
1825         {0x16, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN|CONEXANT_HP_EVENT},
1826         { } /* end */
1827 };
1828
1829 static void cxt5051_init_mic_port(struct hda_codec *codec, hda_nid_t nid,
1830                                  unsigned int event)
1831 {
1832         snd_hda_codec_write(codec, nid, 0,
1833                             AC_VERB_SET_UNSOLICITED_ENABLE,
1834                             AC_USRSP_EN | event);
1835 }
1836
1837 static const struct hda_verb cxt5051_ideapad_init_verbs[] = {
1838         /* Subwoofer */
1839         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
1840         {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00},
1841         { } /* end */
1842 };
1843
1844 /* initialize jack-sensing, too */
1845 static int cxt5051_init(struct hda_codec *codec)
1846 {
1847         struct conexant_spec *spec = codec->spec;
1848
1849         conexant_init(codec);
1850
1851         if (spec->auto_mic & AUTO_MIC_PORTB)
1852                 cxt5051_init_mic_port(codec, 0x17, CXT5051_PORTB_EVENT);
1853         if (spec->auto_mic & AUTO_MIC_PORTC)
1854                 cxt5051_init_mic_port(codec, 0x18, CXT5051_PORTC_EVENT);
1855
1856         if (codec->patch_ops.unsol_event) {
1857                 cxt5051_hp_automute(codec);
1858                 cxt5051_portb_automic(codec);
1859                 cxt5051_portc_automic(codec);
1860         }
1861         return 0;
1862 }
1863
1864
1865 enum {
1866         CXT5051_LAPTOP,  /* Laptops w/ EAPD support */
1867         CXT5051_HP,     /* no docking */
1868         CXT5051_HP_DV6736,      /* HP without mic switch */
1869         CXT5051_F700,       /* HP Compaq Presario F700 */
1870         CXT5051_TOSHIBA,        /* Toshiba M300 & co */
1871         CXT5051_IDEAPAD,        /* Lenovo IdeaPad Y430 */
1872         CXT5051_AUTO,           /* auto-parser */
1873         CXT5051_MODELS
1874 };
1875
1876 static const char *const cxt5051_models[CXT5051_MODELS] = {
1877         [CXT5051_LAPTOP]        = "laptop",
1878         [CXT5051_HP]            = "hp",
1879         [CXT5051_HP_DV6736]     = "hp-dv6736",
1880         [CXT5051_F700]          = "hp-700",
1881         [CXT5051_TOSHIBA]       = "toshiba",
1882         [CXT5051_IDEAPAD]       = "ideapad",
1883         [CXT5051_AUTO]          = "auto",
1884 };
1885
1886 static const struct snd_pci_quirk cxt5051_cfg_tbl[] = {
1887         SND_PCI_QUIRK(0x103c, 0x30cf, "HP DV6736", CXT5051_HP_DV6736),
1888         SND_PCI_QUIRK(0x103c, 0x360b, "Compaq Presario CQ60", CXT5051_HP),
1889         SND_PCI_QUIRK(0x103c, 0x30ea, "Compaq Presario F700", CXT5051_F700),
1890         SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba M30x", CXT5051_TOSHIBA),
1891         SND_PCI_QUIRK(0x14f1, 0x0101, "Conexant Reference board",
1892                       CXT5051_LAPTOP),
1893         SND_PCI_QUIRK(0x14f1, 0x5051, "HP Spartan 1.1", CXT5051_HP),
1894         SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo IdeaPad", CXT5051_IDEAPAD),
1895         {}
1896 };
1897
1898 static int patch_cxt5051(struct hda_codec *codec)
1899 {
1900         struct conexant_spec *spec;
1901         int board_config;
1902
1903         board_config = snd_hda_check_board_config(codec, CXT5051_MODELS,
1904                                                   cxt5051_models,
1905                                                   cxt5051_cfg_tbl);
1906         if (board_config < 0)
1907                 board_config = CXT5051_AUTO; /* model=auto as default */
1908         if (board_config == CXT5051_AUTO)
1909                 return patch_conexant_auto(codec);
1910
1911         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
1912         if (!spec)
1913                 return -ENOMEM;
1914         codec->spec = spec;
1915         codec->pin_amp_workaround = 1;
1916
1917         codec->patch_ops = conexant_patch_ops;
1918         codec->patch_ops.init = cxt5051_init;
1919
1920         spec->multiout.max_channels = 2;
1921         spec->multiout.num_dacs = ARRAY_SIZE(cxt5051_dac_nids);
1922         spec->multiout.dac_nids = cxt5051_dac_nids;
1923         spec->multiout.dig_out_nid = CXT5051_SPDIF_OUT;
1924         spec->num_adc_nids = 1; /* not 2; via auto-mic switch */
1925         spec->adc_nids = cxt5051_adc_nids;
1926         spec->num_mixers = 2;
1927         spec->mixers[0] = cxt5051_capture_mixers;
1928         spec->mixers[1] = cxt5051_playback_mixers;
1929         spec->num_init_verbs = 1;
1930         spec->init_verbs[0] = cxt5051_init_verbs;
1931         spec->spdif_route = 0;
1932         spec->num_channel_mode = ARRAY_SIZE(cxt5051_modes);
1933         spec->channel_mode = cxt5051_modes;
1934         spec->cur_adc = 0;
1935         spec->cur_adc_idx = 0;
1936
1937         set_beep_amp(spec, 0x13, 0, HDA_OUTPUT);
1938
1939         codec->patch_ops.unsol_event = cxt5051_hp_unsol_event;
1940
1941         spec->auto_mic = AUTO_MIC_PORTB | AUTO_MIC_PORTC;
1942         switch (board_config) {
1943         case CXT5051_HP:
1944                 spec->mixers[0] = cxt5051_hp_mixers;
1945                 break;
1946         case CXT5051_HP_DV6736:
1947                 spec->init_verbs[0] = cxt5051_hp_dv6736_init_verbs;
1948                 spec->mixers[0] = cxt5051_hp_dv6736_mixers;
1949                 spec->auto_mic = 0;
1950                 break;
1951         case CXT5051_F700:
1952                 spec->init_verbs[0] = cxt5051_f700_init_verbs;
1953                 spec->mixers[0] = cxt5051_f700_mixers;
1954                 spec->auto_mic = 0;
1955                 break;
1956         case CXT5051_TOSHIBA:
1957                 spec->mixers[0] = cxt5051_toshiba_mixers;
1958                 spec->auto_mic = AUTO_MIC_PORTB;
1959                 break;
1960         case CXT5051_IDEAPAD:
1961                 spec->init_verbs[spec->num_init_verbs++] =
1962                         cxt5051_ideapad_init_verbs;
1963                 spec->ideapad = 1;
1964                 break;
1965         }
1966
1967         if (spec->beep_amp)
1968                 snd_hda_attach_beep_device(codec, spec->beep_amp);
1969
1970         return 0;
1971 }
1972
1973 /* Conexant 5066 specific */
1974
1975 static const hda_nid_t cxt5066_dac_nids[1] = { 0x10 };
1976 static const hda_nid_t cxt5066_adc_nids[3] = { 0x14, 0x15, 0x16 };
1977 static const hda_nid_t cxt5066_capsrc_nids[1] = { 0x17 };
1978 static const hda_nid_t cxt5066_digout_pin_nids[2] = { 0x20, 0x22 };
1979
1980 /* OLPC's microphone port is DC coupled for use with external sensors,
1981  * therefore we use a 50% mic bias in order to center the input signal with
1982  * the DC input range of the codec. */
1983 #define CXT5066_OLPC_EXT_MIC_BIAS PIN_VREF50
1984
1985 static const struct hda_channel_mode cxt5066_modes[1] = {
1986         { 2, NULL },
1987 };
1988
1989 #define HP_PRESENT_PORT_A       (1 << 0)
1990 #define HP_PRESENT_PORT_D       (1 << 1)
1991 #define hp_port_a_present(spec) ((spec)->hp_present & HP_PRESENT_PORT_A)
1992 #define hp_port_d_present(spec) ((spec)->hp_present & HP_PRESENT_PORT_D)
1993
1994 static void cxt5066_update_speaker(struct hda_codec *codec)
1995 {
1996         struct conexant_spec *spec = codec->spec;
1997         unsigned int pinctl;
1998
1999         snd_printdd("CXT5066: update speaker, hp_present=%d, cur_eapd=%d\n",
2000                     spec->hp_present, spec->cur_eapd);
2001
2002         /* Port A (HP) */
2003         pinctl = (hp_port_a_present(spec) && spec->cur_eapd) ? PIN_HP : 0;
2004         snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
2005                         pinctl);
2006
2007         /* Port D (HP/LO) */
2008         pinctl = spec->cur_eapd ? spec->port_d_mode : 0;
2009         if (spec->dell_automute || spec->thinkpad) {
2010                 /* Mute if Port A is connected */
2011                 if (hp_port_a_present(spec))
2012                         pinctl = 0;
2013         } else {
2014                 /* Thinkpad/Dell doesn't give pin-D status */
2015                 if (!hp_port_d_present(spec))
2016                         pinctl = 0;
2017         }
2018         snd_hda_codec_write(codec, 0x1c, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
2019                         pinctl);
2020
2021         /* CLASS_D AMP */
2022         pinctl = (!spec->hp_present && spec->cur_eapd) ? PIN_OUT : 0;
2023         snd_hda_codec_write(codec, 0x1f, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
2024                         pinctl);
2025 }
2026
2027 /* turn on/off EAPD (+ mute HP) as a master switch */
2028 static int cxt5066_hp_master_sw_put(struct snd_kcontrol *kcontrol,
2029                                     struct snd_ctl_elem_value *ucontrol)
2030 {
2031         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2032
2033         if (!cxt_eapd_put(kcontrol, ucontrol))
2034                 return 0;
2035
2036         cxt5066_update_speaker(codec);
2037         return 1;
2038 }
2039
2040 static const struct hda_input_mux cxt5066_olpc_dc_bias = {
2041         .num_items = 3,
2042         .items = {
2043                 { "Off", PIN_IN },
2044                 { "50%", PIN_VREF50 },
2045                 { "80%", PIN_VREF80 },
2046         },
2047 };
2048
2049 static int cxt5066_set_olpc_dc_bias(struct hda_codec *codec)
2050 {
2051         struct conexant_spec *spec = codec->spec;
2052         /* Even though port F is the DC input, the bias is controlled on port B.
2053          * we also leave that port as an active input (but unselected) in DC mode
2054          * just in case that is necessary to make the bias setting take effect. */
2055         return snd_hda_codec_write_cache(codec, 0x1a, 0,
2056                 AC_VERB_SET_PIN_WIDGET_CONTROL,
2057                 cxt5066_olpc_dc_bias.items[spec->dc_input_bias].index);
2058 }
2059
2060 /* OLPC defers mic widget control until when capture is started because the
2061  * microphone LED comes on as soon as these settings are put in place. if we
2062  * did this before recording, it would give the false indication that recording
2063  * is happening when it is not. */
2064 static void cxt5066_olpc_select_mic(struct hda_codec *codec)
2065 {
2066         struct conexant_spec *spec = codec->spec;
2067         if (!spec->recording)
2068                 return;
2069
2070         if (spec->dc_enable) {
2071                 /* in DC mode we ignore presence detection and just use the jack
2072                  * through our special DC port */
2073                 const struct hda_verb enable_dc_mode[] = {
2074                         /* disble internal mic, port C */
2075                         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2076
2077                         /* enable DC capture, port F */
2078                         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2079                         {},
2080                 };
2081
2082                 snd_hda_sequence_write(codec, enable_dc_mode);
2083                 /* port B input disabled (and bias set) through the following call */
2084                 cxt5066_set_olpc_dc_bias(codec);
2085                 return;
2086         }
2087
2088         /* disable DC (port F) */
2089         snd_hda_codec_write(codec, 0x1e, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
2090
2091         /* external mic, port B */
2092         snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
2093                 spec->ext_mic_present ? CXT5066_OLPC_EXT_MIC_BIAS : 0);
2094
2095         /* internal mic, port C */
2096         snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
2097                 spec->ext_mic_present ? 0 : PIN_VREF80);
2098 }
2099
2100 /* toggle input of built-in and mic jack appropriately */
2101 static void cxt5066_olpc_automic(struct hda_codec *codec)
2102 {
2103         struct conexant_spec *spec = codec->spec;
2104         unsigned int present;
2105
2106         if (spec->dc_enable) /* don't do presence detection in DC mode */
2107                 return;
2108
2109         present = snd_hda_codec_read(codec, 0x1a, 0,
2110                                      AC_VERB_GET_PIN_SENSE, 0) & 0x80000000;
2111         if (present)
2112                 snd_printdd("CXT5066: external microphone detected\n");
2113         else
2114                 snd_printdd("CXT5066: external microphone absent\n");
2115
2116         snd_hda_codec_write(codec, 0x17, 0, AC_VERB_SET_CONNECT_SEL,
2117                 present ? 0 : 1);
2118         spec->ext_mic_present = !!present;
2119
2120         cxt5066_olpc_select_mic(codec);
2121 }
2122
2123 /* toggle input of built-in digital mic and mic jack appropriately */
2124 static void cxt5066_vostro_automic(struct hda_codec *codec)
2125 {
2126         unsigned int present;
2127
2128         struct hda_verb ext_mic_present[] = {
2129                 /* enable external mic, port B */
2130                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2131
2132                 /* switch to external mic input */
2133                 {0x17, AC_VERB_SET_CONNECT_SEL, 0},
2134                 {0x14, AC_VERB_SET_CONNECT_SEL, 0},
2135
2136                 /* disable internal digital mic */
2137                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2138                 {}
2139         };
2140         static const struct hda_verb ext_mic_absent[] = {
2141                 /* enable internal mic, port C */
2142                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2143
2144                 /* switch to internal mic input */
2145                 {0x14, AC_VERB_SET_CONNECT_SEL, 2},
2146
2147                 /* disable external mic, port B */
2148                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2149                 {}
2150         };
2151
2152         present = snd_hda_jack_detect(codec, 0x1a);
2153         if (present) {
2154                 snd_printdd("CXT5066: external microphone detected\n");
2155                 snd_hda_sequence_write(codec, ext_mic_present);
2156         } else {
2157                 snd_printdd("CXT5066: external microphone absent\n");
2158                 snd_hda_sequence_write(codec, ext_mic_absent);
2159         }
2160 }
2161
2162 /* toggle input of built-in digital mic and mic jack appropriately */
2163 static void cxt5066_ideapad_automic(struct hda_codec *codec)
2164 {
2165         unsigned int present;
2166
2167         struct hda_verb ext_mic_present[] = {
2168                 {0x14, AC_VERB_SET_CONNECT_SEL, 0},
2169                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2170                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2171                 {}
2172         };
2173         static const struct hda_verb ext_mic_absent[] = {
2174                 {0x14, AC_VERB_SET_CONNECT_SEL, 2},
2175                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2176                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2177                 {}
2178         };
2179
2180         present = snd_hda_jack_detect(codec, 0x1b);
2181         if (present) {
2182                 snd_printdd("CXT5066: external microphone detected\n");
2183                 snd_hda_sequence_write(codec, ext_mic_present);
2184         } else {
2185                 snd_printdd("CXT5066: external microphone absent\n");
2186                 snd_hda_sequence_write(codec, ext_mic_absent);
2187         }
2188 }
2189
2190
2191 /* toggle input of built-in digital mic and mic jack appropriately */
2192 static void cxt5066_asus_automic(struct hda_codec *codec)
2193 {
2194         unsigned int present;
2195
2196         present = snd_hda_jack_detect(codec, 0x1b);
2197         snd_printdd("CXT5066: external microphone present=%d\n", present);
2198         snd_hda_codec_write(codec, 0x17, 0, AC_VERB_SET_CONNECT_SEL,
2199                             present ? 1 : 0);
2200 }
2201
2202
2203 /* toggle input of built-in digital mic and mic jack appropriately */
2204 static void cxt5066_hp_laptop_automic(struct hda_codec *codec)
2205 {
2206         unsigned int present;
2207
2208         present = snd_hda_jack_detect(codec, 0x1b);
2209         snd_printdd("CXT5066: external microphone present=%d\n", present);
2210         snd_hda_codec_write(codec, 0x17, 0, AC_VERB_SET_CONNECT_SEL,
2211                             present ? 1 : 3);
2212 }
2213
2214
2215 /* toggle input of built-in digital mic and mic jack appropriately
2216    order is: external mic -> dock mic -> interal mic */
2217 static void cxt5066_thinkpad_automic(struct hda_codec *codec)
2218 {
2219         unsigned int ext_present, dock_present;
2220
2221         static const struct hda_verb ext_mic_present[] = {
2222                 {0x14, AC_VERB_SET_CONNECT_SEL, 0},
2223                 {0x17, AC_VERB_SET_CONNECT_SEL, 1},
2224                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2225                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2226                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2227                 {}
2228         };
2229         static const struct hda_verb dock_mic_present[] = {
2230                 {0x14, AC_VERB_SET_CONNECT_SEL, 0},
2231                 {0x17, AC_VERB_SET_CONNECT_SEL, 0},
2232                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
2233                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2234                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2235                 {}
2236         };
2237         static const struct hda_verb ext_mic_absent[] = {
2238                 {0x14, AC_VERB_SET_CONNECT_SEL, 2},
2239                 {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2240                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2241                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2242                 {}
2243         };
2244
2245         ext_present = snd_hda_jack_detect(codec, 0x1b);
2246         dock_present = snd_hda_jack_detect(codec, 0x1a);
2247         if (ext_present) {
2248                 snd_printdd("CXT5066: external microphone detected\n");
2249                 snd_hda_sequence_write(codec, ext_mic_present);
2250         } else if (dock_present) {
2251                 snd_printdd("CXT5066: dock microphone detected\n");
2252                 snd_hda_sequence_write(codec, dock_mic_present);
2253         } else {
2254                 snd_printdd("CXT5066: external microphone absent\n");
2255                 snd_hda_sequence_write(codec, ext_mic_absent);
2256         }
2257 }
2258
2259 /* mute internal speaker if HP is plugged */
2260 static void cxt5066_hp_automute(struct hda_codec *codec)
2261 {
2262         struct conexant_spec *spec = codec->spec;
2263         unsigned int portA, portD;
2264
2265         /* Port A */
2266         portA = snd_hda_jack_detect(codec, 0x19);
2267
2268         /* Port D */
2269         portD = snd_hda_jack_detect(codec, 0x1c);
2270
2271         spec->hp_present = portA ? HP_PRESENT_PORT_A : 0;
2272         spec->hp_present |= portD ? HP_PRESENT_PORT_D : 0;
2273         snd_printdd("CXT5066: hp automute portA=%x portD=%x present=%d\n",
2274                 portA, portD, spec->hp_present);
2275         cxt5066_update_speaker(codec);
2276 }
2277
2278 /* Dispatch the right mic autoswitch function */
2279 static void cxt5066_automic(struct hda_codec *codec)
2280 {
2281         struct conexant_spec *spec = codec->spec;
2282
2283         if (spec->dell_vostro)
2284                 cxt5066_vostro_automic(codec);
2285         else if (spec->ideapad)
2286                 cxt5066_ideapad_automic(codec);
2287         else if (spec->thinkpad)
2288                 cxt5066_thinkpad_automic(codec);
2289         else if (spec->hp_laptop)
2290                 cxt5066_hp_laptop_automic(codec);
2291         else if (spec->asus)
2292                 cxt5066_asus_automic(codec);
2293 }
2294
2295 /* unsolicited event for jack sensing */
2296 static void cxt5066_olpc_unsol_event(struct hda_codec *codec, unsigned int res)
2297 {
2298         struct conexant_spec *spec = codec->spec;
2299         snd_printdd("CXT5066: unsol event %x (%x)\n", res, res >> 26);
2300         switch (res >> 26) {
2301         case CONEXANT_HP_EVENT:
2302                 cxt5066_hp_automute(codec);
2303                 break;
2304         case CONEXANT_MIC_EVENT:
2305                 /* ignore mic events in DC mode; we're always using the jack */
2306                 if (!spec->dc_enable)
2307                         cxt5066_olpc_automic(codec);
2308                 break;
2309         }
2310 }
2311
2312 /* unsolicited event for jack sensing */
2313 static void cxt5066_unsol_event(struct hda_codec *codec, unsigned int res)
2314 {
2315         snd_printdd("CXT5066: unsol event %x (%x)\n", res, res >> 26);
2316         switch (res >> 26) {
2317         case CONEXANT_HP_EVENT:
2318                 cxt5066_hp_automute(codec);
2319                 break;
2320         case CONEXANT_MIC_EVENT:
2321                 cxt5066_automic(codec);
2322                 break;
2323         }
2324 }
2325
2326
2327 static const struct hda_input_mux cxt5066_analog_mic_boost = {
2328         .num_items = 5,
2329         .items = {
2330                 { "0dB",  0 },
2331                 { "10dB", 1 },
2332                 { "20dB", 2 },
2333                 { "30dB", 3 },
2334                 { "40dB", 4 },
2335         },
2336 };
2337
2338 static void cxt5066_set_mic_boost(struct hda_codec *codec)
2339 {
2340         struct conexant_spec *spec = codec->spec;
2341         snd_hda_codec_write_cache(codec, 0x17, 0,
2342                 AC_VERB_SET_AMP_GAIN_MUTE,
2343                 AC_AMP_SET_RIGHT | AC_AMP_SET_LEFT | AC_AMP_SET_OUTPUT |
2344                         cxt5066_analog_mic_boost.items[spec->mic_boost].index);
2345         if (spec->ideapad || spec->thinkpad) {
2346                 /* adjust the internal mic as well...it is not through 0x17 */
2347                 snd_hda_codec_write_cache(codec, 0x23, 0,
2348                         AC_VERB_SET_AMP_GAIN_MUTE,
2349                         AC_AMP_SET_RIGHT | AC_AMP_SET_LEFT | AC_AMP_SET_INPUT |
2350                                 cxt5066_analog_mic_boost.
2351                                         items[spec->mic_boost].index);
2352         }
2353 }
2354
2355 static int cxt5066_mic_boost_mux_enum_info(struct snd_kcontrol *kcontrol,
2356                                            struct snd_ctl_elem_info *uinfo)
2357 {
2358         return snd_hda_input_mux_info(&cxt5066_analog_mic_boost, uinfo);
2359 }
2360
2361 static int cxt5066_mic_boost_mux_enum_get(struct snd_kcontrol *kcontrol,
2362                                           struct snd_ctl_elem_value *ucontrol)
2363 {
2364         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2365         struct conexant_spec *spec = codec->spec;
2366         ucontrol->value.enumerated.item[0] = spec->mic_boost;
2367         return 0;
2368 }
2369
2370 static int cxt5066_mic_boost_mux_enum_put(struct snd_kcontrol *kcontrol,
2371                                           struct snd_ctl_elem_value *ucontrol)
2372 {
2373         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2374         struct conexant_spec *spec = codec->spec;
2375         const struct hda_input_mux *imux = &cxt5066_analog_mic_boost;
2376         unsigned int idx;
2377         idx = ucontrol->value.enumerated.item[0];
2378         if (idx >= imux->num_items)
2379                 idx = imux->num_items - 1;
2380
2381         spec->mic_boost = idx;
2382         if (!spec->dc_enable)
2383                 cxt5066_set_mic_boost(codec);
2384         return 1;
2385 }
2386
2387 static void cxt5066_enable_dc(struct hda_codec *codec)
2388 {
2389         const struct hda_verb enable_dc_mode[] = {
2390                 /* disable gain */
2391                 {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2392
2393                 /* switch to DC input */
2394                 {0x17, AC_VERB_SET_CONNECT_SEL, 3},
2395                 {}
2396         };
2397
2398         /* configure as input source */
2399         snd_hda_sequence_write(codec, enable_dc_mode);
2400         cxt5066_olpc_select_mic(codec); /* also sets configured bias */
2401 }
2402
2403 static void cxt5066_disable_dc(struct hda_codec *codec)
2404 {
2405         /* reconfigure input source */
2406         cxt5066_set_mic_boost(codec);
2407         /* automic also selects the right mic if we're recording */
2408         cxt5066_olpc_automic(codec);
2409 }
2410
2411 static int cxt5066_olpc_dc_get(struct snd_kcontrol *kcontrol,
2412                              struct snd_ctl_elem_value *ucontrol)
2413 {
2414         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2415         struct conexant_spec *spec = codec->spec;
2416         ucontrol->value.integer.value[0] = spec->dc_enable;
2417         return 0;
2418 }
2419
2420 static int cxt5066_olpc_dc_put(struct snd_kcontrol *kcontrol,
2421                              struct snd_ctl_elem_value *ucontrol)
2422 {
2423         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2424         struct conexant_spec *spec = codec->spec;
2425         int dc_enable = !!ucontrol->value.integer.value[0];
2426
2427         if (dc_enable == spec->dc_enable)
2428                 return 0;
2429
2430         spec->dc_enable = dc_enable;
2431         if (dc_enable)
2432                 cxt5066_enable_dc(codec);
2433         else
2434                 cxt5066_disable_dc(codec);
2435
2436         return 1;
2437 }
2438
2439 static int cxt5066_olpc_dc_bias_enum_info(struct snd_kcontrol *kcontrol,
2440                                            struct snd_ctl_elem_info *uinfo)
2441 {
2442         return snd_hda_input_mux_info(&cxt5066_olpc_dc_bias, uinfo);
2443 }
2444
2445 static int cxt5066_olpc_dc_bias_enum_get(struct snd_kcontrol *kcontrol,
2446                                           struct snd_ctl_elem_value *ucontrol)
2447 {
2448         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2449         struct conexant_spec *spec = codec->spec;
2450         ucontrol->value.enumerated.item[0] = spec->dc_input_bias;
2451         return 0;
2452 }
2453
2454 static int cxt5066_olpc_dc_bias_enum_put(struct snd_kcontrol *kcontrol,
2455                                           struct snd_ctl_elem_value *ucontrol)
2456 {
2457         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2458         struct conexant_spec *spec = codec->spec;
2459         const struct hda_input_mux *imux = &cxt5066_analog_mic_boost;
2460         unsigned int idx;
2461
2462         idx = ucontrol->value.enumerated.item[0];
2463         if (idx >= imux->num_items)
2464                 idx = imux->num_items - 1;
2465
2466         spec->dc_input_bias = idx;
2467         if (spec->dc_enable)
2468                 cxt5066_set_olpc_dc_bias(codec);
2469         return 1;
2470 }
2471
2472 static void cxt5066_olpc_capture_prepare(struct hda_codec *codec)
2473 {
2474         struct conexant_spec *spec = codec->spec;
2475         /* mark as recording and configure the microphone widget so that the
2476          * recording LED comes on. */
2477         spec->recording = 1;
2478         cxt5066_olpc_select_mic(codec);
2479 }
2480
2481 static void cxt5066_olpc_capture_cleanup(struct hda_codec *codec)
2482 {
2483         struct conexant_spec *spec = codec->spec;
2484         const struct hda_verb disable_mics[] = {
2485                 /* disable external mic, port B */
2486                 {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2487
2488                 /* disble internal mic, port C */
2489                 {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2490
2491                 /* disable DC capture, port F */
2492                 {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2493                 {},
2494         };
2495
2496         snd_hda_sequence_write(codec, disable_mics);
2497         spec->recording = 0;
2498 }
2499
2500 static void conexant_check_dig_outs(struct hda_codec *codec,
2501                                     const hda_nid_t *dig_pins,
2502                                     int num_pins)
2503 {
2504         struct conexant_spec *spec = codec->spec;
2505         hda_nid_t *nid_loc = &spec->multiout.dig_out_nid;
2506         int i;
2507
2508         for (i = 0; i < num_pins; i++, dig_pins++) {
2509                 unsigned int cfg = snd_hda_codec_get_pincfg(codec, *dig_pins);
2510                 if (get_defcfg_connect(cfg) == AC_JACK_PORT_NONE)
2511                         continue;
2512                 if (snd_hda_get_connections(codec, *dig_pins, nid_loc, 1) != 1)
2513                         continue;
2514                 if (spec->slave_dig_outs[0])
2515                         nid_loc++;
2516                 else
2517                         nid_loc = spec->slave_dig_outs;
2518         }
2519 }
2520
2521 static const struct hda_input_mux cxt5066_capture_source = {
2522         .num_items = 4,
2523         .items = {
2524                 { "Mic B", 0 },
2525                 { "Mic C", 1 },
2526                 { "Mic E", 2 },
2527                 { "Mic F", 3 },
2528         },
2529 };
2530
2531 static const struct hda_bind_ctls cxt5066_bind_capture_vol_others = {
2532         .ops = &snd_hda_bind_vol,
2533         .values = {
2534                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_INPUT),
2535                 HDA_COMPOSE_AMP_VAL(0x14, 3, 2, HDA_INPUT),
2536                 0
2537         },
2538 };
2539
2540 static const struct hda_bind_ctls cxt5066_bind_capture_sw_others = {
2541         .ops = &snd_hda_bind_sw,
2542         .values = {
2543                 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_INPUT),
2544                 HDA_COMPOSE_AMP_VAL(0x14, 3, 2, HDA_INPUT),
2545                 0
2546         },
2547 };
2548
2549 static const struct snd_kcontrol_new cxt5066_mixer_master[] = {
2550         HDA_CODEC_VOLUME("Master Playback Volume", 0x10, 0x00, HDA_OUTPUT),
2551         {}
2552 };
2553
2554 static const struct snd_kcontrol_new cxt5066_mixer_master_olpc[] = {
2555         {
2556                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2557                 .name = "Master Playback Volume",
2558                 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
2559                                   SNDRV_CTL_ELEM_ACCESS_TLV_READ |
2560                                   SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK,
2561                 .subdevice = HDA_SUBDEV_AMP_FLAG,
2562                 .info = snd_hda_mixer_amp_volume_info,
2563                 .get = snd_hda_mixer_amp_volume_get,
2564                 .put = snd_hda_mixer_amp_volume_put,
2565                 .tlv = { .c = snd_hda_mixer_amp_tlv },
2566                 /* offset by 28 volume steps to limit minimum gain to -46dB */
2567                 .private_value =
2568                         HDA_COMPOSE_AMP_VAL_OFS(0x10, 3, 0, HDA_OUTPUT, 28),
2569         },
2570         {}
2571 };
2572
2573 static const struct snd_kcontrol_new cxt5066_mixer_olpc_dc[] = {
2574         {
2575                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2576                 .name = "DC Mode Enable Switch",
2577                 .info = snd_ctl_boolean_mono_info,
2578                 .get = cxt5066_olpc_dc_get,
2579                 .put = cxt5066_olpc_dc_put,
2580         },
2581         {
2582                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2583                 .name = "DC Input Bias Enum",
2584                 .info = cxt5066_olpc_dc_bias_enum_info,
2585                 .get = cxt5066_olpc_dc_bias_enum_get,
2586                 .put = cxt5066_olpc_dc_bias_enum_put,
2587         },
2588         {}
2589 };
2590
2591 static const struct snd_kcontrol_new cxt5066_mixers[] = {
2592         {
2593                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2594                 .name = "Master Playback Switch",
2595                 .info = cxt_eapd_info,
2596                 .get = cxt_eapd_get,
2597                 .put = cxt5066_hp_master_sw_put,
2598                 .private_value = 0x1d,
2599         },
2600
2601         {
2602                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2603                 .name = "Analog Mic Boost Capture Enum",
2604                 .info = cxt5066_mic_boost_mux_enum_info,
2605                 .get = cxt5066_mic_boost_mux_enum_get,
2606                 .put = cxt5066_mic_boost_mux_enum_put,
2607         },
2608
2609         HDA_BIND_VOL("Capture Volume", &cxt5066_bind_capture_vol_others),
2610         HDA_BIND_SW("Capture Switch", &cxt5066_bind_capture_sw_others),
2611         {}
2612 };
2613
2614 static const struct snd_kcontrol_new cxt5066_vostro_mixers[] = {
2615         {
2616                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2617                 .name = "Internal Mic Boost Capture Enum",
2618                 .info = cxt5066_mic_boost_mux_enum_info,
2619                 .get = cxt5066_mic_boost_mux_enum_get,
2620                 .put = cxt5066_mic_boost_mux_enum_put,
2621                 .private_value = 0x23 | 0x100,
2622         },
2623         {}
2624 };
2625
2626 static const struct hda_verb cxt5066_init_verbs[] = {
2627         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, /* Port B */
2628         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, /* Port C */
2629         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port F */
2630         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port E */
2631
2632         /* Speakers  */
2633         {0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2634         {0x1f, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2635
2636         /* HP, Amp  */
2637         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2638         {0x19, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2639
2640         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2641         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2642
2643         /* DAC1 */
2644         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2645
2646         /* Node 14 connections: 0x17 0x18 0x23 0x24 0x27 */
2647         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x50},
2648         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2649         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2) | 0x50},
2650         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2651         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2652
2653         /* no digital microphone support yet */
2654         {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2655
2656         /* Audio input selector */
2657         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x3},
2658
2659         /* SPDIF route: PCM */
2660         {0x20, AC_VERB_SET_CONNECT_SEL, 0x0},
2661         {0x22, AC_VERB_SET_CONNECT_SEL, 0x0},
2662
2663         {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2664         {0x22, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2665
2666         /* EAPD */
2667         {0x1d, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
2668
2669         /* not handling these yet */
2670         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2671         {0x1a, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2672         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2673         {0x1c, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2674         {0x1d, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2675         {0x1e, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2676         {0x20, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2677         {0x22, AC_VERB_SET_UNSOLICITED_ENABLE, 0},
2678         { } /* end */
2679 };
2680
2681 static const struct hda_verb cxt5066_init_verbs_olpc[] = {
2682         /* Port A: headphones */
2683         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2684         {0x19, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2685
2686         /* Port B: external microphone */
2687         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2688
2689         /* Port C: internal microphone */
2690         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2691
2692         /* Port D: unused */
2693         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2694
2695         /* Port E: unused, but has primary EAPD */
2696         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2697         {0x1d, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
2698
2699         /* Port F: external DC input through microphone port */
2700         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2701
2702         /* Port G: internal speakers */
2703         {0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2704         {0x1f, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2705
2706         /* DAC1 */
2707         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2708
2709         /* DAC2: unused */
2710         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2711
2712         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x50},
2713         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2714         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2715         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2716         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2717         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2718         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2719         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2720         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2721         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2722         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2723         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2724
2725         /* Disable digital microphone port */
2726         {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2727
2728         /* Audio input selectors */
2729         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x3},
2730         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
2731
2732         /* Disable SPDIF */
2733         {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2734         {0x22, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2735
2736         /* enable unsolicited events for Port A and B */
2737         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2738         {0x1a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2739         { } /* end */
2740 };
2741
2742 static const struct hda_verb cxt5066_init_verbs_vostro[] = {
2743         /* Port A: headphones */
2744         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2745         {0x19, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2746
2747         /* Port B: external microphone */
2748         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2749
2750         /* Port C: unused */
2751         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2752
2753         /* Port D: unused */
2754         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2755
2756         /* Port E: unused, but has primary EAPD */
2757         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2758         {0x1d, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
2759
2760         /* Port F: unused */
2761         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2762
2763         /* Port G: internal speakers */
2764         {0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2765         {0x1f, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2766
2767         /* DAC1 */
2768         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2769
2770         /* DAC2: unused */
2771         {0x11, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
2772
2773         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2774         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2775         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2776         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2777         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2778         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2779         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2780         {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2781         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)},
2782         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2783         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)},
2784         {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2785
2786         /* Digital microphone port */
2787         {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN},
2788
2789         /* Audio input selectors */
2790         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x3},
2791         {0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
2792
2793         /* Disable SPDIF */
2794         {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2795         {0x22, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2796
2797         /* enable unsolicited events for Port A and B */
2798         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2799         {0x1a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2800         { } /* end */
2801 };
2802
2803 static const struct hda_verb cxt5066_init_verbs_ideapad[] = {
2804         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, /* Port B */
2805         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, /* Port C */
2806         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port F */
2807         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port E */
2808
2809         /* Speakers  */
2810         {0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2811         {0x1f, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2812
2813         /* HP, Amp  */
2814         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2815         {0x19, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2816
2817         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
2818         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2819
2820         /* DAC1 */
2821         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2822
2823         /* Node 14 connections: 0x17 0x18 0x23 0x24 0x27 */
2824         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x50},
2825         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2826         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2) | 0x50},
2827         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2828         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2829         {0x14, AC_VERB_SET_CONNECT_SEL, 2},     /* default to internal mic */
2830
2831         /* Audio input selector */
2832         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x2},
2833         {0x17, AC_VERB_SET_CONNECT_SEL, 1},     /* route ext mic */
2834
2835         /* SPDIF route: PCM */
2836         {0x20, AC_VERB_SET_CONNECT_SEL, 0x0},
2837         {0x22, AC_VERB_SET_CONNECT_SEL, 0x0},
2838
2839         {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2840         {0x22, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2841
2842         /* internal microphone */
2843         {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* enable internal mic */
2844
2845         /* EAPD */
2846         {0x1d, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
2847
2848         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2849         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2850         { } /* end */
2851 };
2852
2853 static const struct hda_verb cxt5066_init_verbs_thinkpad[] = {
2854         {0x1e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port F */
2855         {0x1d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* Port E */
2856
2857         /* Port G: internal speakers  */
2858         {0x1f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2859         {0x1f, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2860
2861         /* Port A: HP, Amp  */
2862         {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2863         {0x19, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2864
2865         /* Port B: Mic Dock */
2866         {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2867
2868         /* Port C: Mic */
2869         {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2870
2871         /* Port D: HP Dock, Amp */
2872         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
2873         {0x1c, AC_VERB_SET_CONNECT_SEL, 0x00}, /* DAC1 */
2874
2875         /* DAC1 */
2876         {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE},
2877
2878         /* Node 14 connections: 0x17 0x18 0x23 0x24 0x27 */
2879         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0) | 0x50},
2880         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
2881         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2) | 0x50},
2882         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)},
2883         {0x14, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
2884         {0x14, AC_VERB_SET_CONNECT_SEL, 2},     /* default to internal mic */
2885
2886         /* Audio input selector */
2887         {0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE | 0x2},
2888         {0x17, AC_VERB_SET_CONNECT_SEL, 1},     /* route ext mic */
2889
2890         /* SPDIF route: PCM */
2891         {0x20, AC_VERB_SET_CONNECT_SEL, 0x0},
2892         {0x22, AC_VERB_SET_CONNECT_SEL, 0x0},
2893
2894         {0x20, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2895         {0x22, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2896
2897         /* internal microphone */
2898         {0x23, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, /* enable internal mic */
2899
2900         /* EAPD */
2901         {0x1d, AC_VERB_SET_EAPD_BTLENABLE, 0x2}, /* default on */
2902
2903         /* enable unsolicited events for Port A, B, C and D */
2904         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2905         {0x1c, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2906         {0x1a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2907         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2908         { } /* end */
2909 };
2910
2911 static const struct hda_verb cxt5066_init_verbs_portd_lo[] = {
2912         {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
2913         { } /* end */
2914 };
2915
2916
2917 static const struct hda_verb cxt5066_init_verbs_hp_laptop[] = {
2918         {0x14, AC_VERB_SET_CONNECT_SEL, 0x0},
2919         {0x19, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_HP_EVENT},
2920         {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | CONEXANT_MIC_EVENT},
2921         { } /* end */
2922 };
2923
2924 /* initialize jack-sensing, too */
2925 static int cxt5066_init(struct hda_codec *codec)
2926 {
2927         snd_printdd("CXT5066: init\n");
2928         conexant_init(codec);
2929         if (codec->patch_ops.unsol_event) {
2930                 cxt5066_hp_automute(codec);
2931                 cxt5066_automic(codec);
2932         }
2933         cxt5066_set_mic_boost(codec);
2934         return 0;
2935 }
2936
2937 static int cxt5066_olpc_init(struct hda_codec *codec)
2938 {
2939         struct conexant_spec *spec = codec->spec;
2940         snd_printdd("CXT5066: init\n");
2941         conexant_init(codec);
2942         cxt5066_hp_automute(codec);
2943         if (!spec->dc_enable) {
2944                 cxt5066_set_mic_boost(codec);
2945                 cxt5066_olpc_automic(codec);
2946         } else {
2947                 cxt5066_enable_dc(codec);
2948         }
2949         return 0;
2950 }
2951
2952 enum {
2953         CXT5066_LAPTOP,         /* Laptops w/ EAPD support */
2954         CXT5066_DELL_LAPTOP,    /* Dell Laptop */
2955         CXT5066_OLPC_XO_1_5,    /* OLPC XO 1.5 */
2956         CXT5066_DELL_VOSTRO,    /* Dell Vostro 1015i */
2957         CXT5066_IDEAPAD,        /* Lenovo IdeaPad U150 */
2958         CXT5066_THINKPAD,       /* Lenovo ThinkPad T410s, others? */
2959         CXT5066_ASUS,           /* Asus K52JU, Lenovo G560 - Int mic at 0x1a and Ext mic at 0x1b */
2960         CXT5066_HP_LAPTOP,      /* HP Laptop */
2961         CXT5066_AUTO,           /* BIOS auto-parser */
2962         CXT5066_MODELS
2963 };
2964
2965 static const char * const cxt5066_models[CXT5066_MODELS] = {
2966         [CXT5066_LAPTOP]        = "laptop",
2967         [CXT5066_DELL_LAPTOP]   = "dell-laptop",
2968         [CXT5066_OLPC_XO_1_5]   = "olpc-xo-1_5",
2969         [CXT5066_DELL_VOSTRO]   = "dell-vostro",
2970         [CXT5066_IDEAPAD]       = "ideapad",
2971         [CXT5066_THINKPAD]      = "thinkpad",
2972         [CXT5066_ASUS]          = "asus",
2973         [CXT5066_HP_LAPTOP]     = "hp-laptop",
2974         [CXT5066_AUTO]          = "auto",
2975 };
2976
2977 static const struct snd_pci_quirk cxt5066_cfg_tbl[] = {
2978         SND_PCI_QUIRK(0x1025, 0x054c, "Acer Aspire 3830TG", CXT5066_AUTO),
2979         SND_PCI_QUIRK_MASK(0x1025, 0xff00, 0x0400, "Acer", CXT5066_IDEAPAD),
2980         SND_PCI_QUIRK(0x1028, 0x02d8, "Dell Vostro", CXT5066_DELL_VOSTRO),
2981         SND_PCI_QUIRK(0x1028, 0x02f5, "Dell Vostro 320", CXT5066_IDEAPAD),
2982         SND_PCI_QUIRK(0x1028, 0x0401, "Dell Vostro 1014", CXT5066_DELL_VOSTRO),
2983         SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTRO),
2984         SND_PCI_QUIRK(0x1028, 0x0408, "Dell Inspiron One 19T", CXT5066_IDEAPAD),
2985         SND_PCI_QUIRK(0x1028, 0x050f, "Dell Inspiron", CXT5066_IDEAPAD),
2986         SND_PCI_QUIRK(0x1028, 0x0510, "Dell Vostro", CXT5066_IDEAPAD),
2987         SND_PCI_QUIRK(0x103c, 0x360b, "HP G60", CXT5066_HP_LAPTOP),
2988         SND_PCI_QUIRK(0x1043, 0x13f3, "Asus A52J", CXT5066_ASUS),
2989         SND_PCI_QUIRK(0x1043, 0x1643, "Asus K52JU", CXT5066_ASUS),
2990         SND_PCI_QUIRK(0x1043, 0x1993, "Asus U50F", CXT5066_ASUS),
2991         SND_PCI_QUIRK(0x1179, 0xff1e, "Toshiba Satellite C650D", CXT5066_IDEAPAD),
2992         SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba Satellite P500-PSPGSC-01800T", CXT5066_OLPC_XO_1_5),
2993         SND_PCI_QUIRK(0x14f1, 0x0101, "Conexant Reference board",
2994                       CXT5066_LAPTOP),
2995         SND_PCI_QUIRK(0x152d, 0x0833, "OLPC XO-1.5", CXT5066_OLPC_XO_1_5),
2996         SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400s", CXT5066_THINKPAD),
2997         SND_PCI_QUIRK(0x17aa, 0x21c5, "Thinkpad Edge 13", CXT5066_THINKPAD),
2998         SND_PCI_QUIRK(0x17aa, 0x21c6, "Thinkpad Edge 13", CXT5066_ASUS),
2999         SND_PCI_QUIRK(0x17aa, 0x215e, "Lenovo T510", CXT5066_AUTO),
3000         SND_PCI_QUIRK(0x17aa, 0x21cf, "Lenovo T520 & W520", CXT5066_AUTO),
3001         SND_PCI_QUIRK(0x17aa, 0x21da, "Lenovo X220", CXT5066_THINKPAD),
3002         SND_PCI_QUIRK(0x17aa, 0x21db, "Lenovo X220-tablet", CXT5066_THINKPAD),
3003         SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo U350", CXT5066_ASUS),
3004         SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo G560", CXT5066_ASUS),
3005         SND_PCI_QUIRK(0x17aa, 0x3938, "Lenovo G565", CXT5066_AUTO),
3006         SND_PCI_QUIRK(0x1b0a, 0x2092, "CyberpowerPC Gamer Xplorer N57001", CXT5066_AUTO),
3007         {}
3008 };
3009
3010 static int patch_cxt5066(struct hda_codec *codec)
3011 {
3012         struct conexant_spec *spec;
3013         int board_config;
3014
3015         board_config = snd_hda_check_board_config(codec, CXT5066_MODELS,
3016                                                   cxt5066_models, cxt5066_cfg_tbl);
3017         if (board_config < 0)
3018                 board_config = CXT5066_AUTO; /* model=auto as default */
3019         if (board_config == CXT5066_AUTO)
3020                 return patch_conexant_auto(codec);
3021
3022         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
3023         if (!spec)
3024                 return -ENOMEM;
3025         codec->spec = spec;
3026
3027         codec->patch_ops = conexant_patch_ops;
3028         codec->patch_ops.init = conexant_init;
3029
3030         spec->dell_automute = 0;
3031         spec->multiout.max_channels = 2;
3032         spec->multiout.num_dacs = ARRAY_SIZE(cxt5066_dac_nids);
3033         spec->multiout.dac_nids = cxt5066_dac_nids;
3034         conexant_check_dig_outs(codec, cxt5066_digout_pin_nids,
3035             ARRAY_SIZE(cxt5066_digout_pin_nids));
3036         spec->num_adc_nids = 1;
3037         spec->adc_nids = cxt5066_adc_nids;
3038         spec->capsrc_nids = cxt5066_capsrc_nids;
3039         spec->input_mux = &cxt5066_capture_source;
3040
3041         spec->port_d_mode = PIN_HP;
3042
3043         spec->num_init_verbs = 1;
3044         spec->init_verbs[0] = cxt5066_init_verbs;
3045         spec->num_channel_mode = ARRAY_SIZE(cxt5066_modes);
3046         spec->channel_mode = cxt5066_modes;
3047         spec->cur_adc = 0;
3048         spec->cur_adc_idx = 0;
3049
3050         set_beep_amp(spec, 0x13, 0, HDA_OUTPUT);
3051
3052         switch (board_config) {
3053         default:
3054         case CXT5066_LAPTOP:
3055                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master;
3056                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3057                 break;
3058         case CXT5066_DELL_LAPTOP:
3059                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master;
3060                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3061
3062                 spec->port_d_mode = PIN_OUT;
3063                 spec->init_verbs[spec->num_init_verbs] = cxt5066_init_verbs_portd_lo;
3064                 spec->num_init_verbs++;
3065                 spec->dell_automute = 1;
3066                 break;
3067         case CXT5066_ASUS:
3068         case CXT5066_HP_LAPTOP:
3069                 codec->patch_ops.init = cxt5066_init;
3070                 codec->patch_ops.unsol_event = cxt5066_unsol_event;
3071                 spec->init_verbs[spec->num_init_verbs] =
3072                         cxt5066_init_verbs_hp_laptop;
3073                 spec->num_init_verbs++;
3074                 spec->hp_laptop = board_config == CXT5066_HP_LAPTOP;
3075                 spec->asus = board_config == CXT5066_ASUS;
3076                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master;
3077                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3078                 /* no S/PDIF out */
3079                 if (board_config == CXT5066_HP_LAPTOP)
3080                         spec->multiout.dig_out_nid = 0;
3081                 /* input source automatically selected */
3082                 spec->input_mux = NULL;
3083                 spec->port_d_mode = 0;
3084                 spec->mic_boost = 3; /* default 30dB gain */
3085                 break;
3086
3087         case CXT5066_OLPC_XO_1_5:
3088                 codec->patch_ops.init = cxt5066_olpc_init;
3089                 codec->patch_ops.unsol_event = cxt5066_olpc_unsol_event;
3090                 spec->init_verbs[0] = cxt5066_init_verbs_olpc;
3091                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master_olpc;
3092                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_olpc_dc;
3093                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3094                 spec->port_d_mode = 0;
3095                 spec->mic_boost = 3; /* default 30dB gain */
3096
3097                 /* no S/PDIF out */
3098                 spec->multiout.dig_out_nid = 0;
3099
3100                 /* input source automatically selected */
3101                 spec->input_mux = NULL;
3102
3103                 /* our capture hooks which allow us to turn on the microphone LED
3104                  * at the right time */
3105                 spec->capture_prepare = cxt5066_olpc_capture_prepare;
3106                 spec->capture_cleanup = cxt5066_olpc_capture_cleanup;
3107                 break;
3108         case CXT5066_DELL_VOSTRO:
3109                 codec->patch_ops.init = cxt5066_init;
3110                 codec->patch_ops.unsol_event = cxt5066_unsol_event;
3111                 spec->init_verbs[0] = cxt5066_init_verbs_vostro;
3112                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master_olpc;
3113                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3114                 spec->mixers[spec->num_mixers++] = cxt5066_vostro_mixers;
3115                 spec->port_d_mode = 0;
3116                 spec->dell_vostro = 1;
3117                 spec->mic_boost = 3; /* default 30dB gain */
3118
3119                 /* no S/PDIF out */
3120                 spec->multiout.dig_out_nid = 0;
3121
3122                 /* input source automatically selected */
3123                 spec->input_mux = NULL;
3124                 break;
3125         case CXT5066_IDEAPAD:
3126                 codec->patch_ops.init = cxt5066_init;
3127                 codec->patch_ops.unsol_event = cxt5066_unsol_event;
3128                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master;
3129                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3130                 spec->init_verbs[0] = cxt5066_init_verbs_ideapad;
3131                 spec->port_d_mode = 0;
3132                 spec->ideapad = 1;
3133                 spec->mic_boost = 2;    /* default 20dB gain */
3134
3135                 /* no S/PDIF out */
3136                 spec->multiout.dig_out_nid = 0;
3137
3138                 /* input source automatically selected */
3139                 spec->input_mux = NULL;
3140                 break;
3141         case CXT5066_THINKPAD:
3142                 codec->patch_ops.init = cxt5066_init;
3143                 codec->patch_ops.unsol_event = cxt5066_unsol_event;
3144                 spec->mixers[spec->num_mixers++] = cxt5066_mixer_master;
3145                 spec->mixers[spec->num_mixers++] = cxt5066_mixers;
3146                 spec->init_verbs[0] = cxt5066_init_verbs_thinkpad;
3147                 spec->thinkpad = 1;
3148                 spec->port_d_mode = PIN_OUT;
3149                 spec->mic_boost = 2;    /* default 20dB gain */
3150
3151                 /* no S/PDIF out */
3152                 spec->multiout.dig_out_nid = 0;
3153
3154                 /* input source automatically selected */
3155                 spec->input_mux = NULL;
3156                 break;
3157         }
3158
3159         if (spec->beep_amp)
3160                 snd_hda_attach_beep_device(codec, spec->beep_amp);
3161
3162         return 0;
3163 }
3164
3165 /*
3166  * Automatic parser for CX20641 & co
3167  */
3168
3169 static int cx_auto_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
3170                                        struct hda_codec *codec,
3171                                        unsigned int stream_tag,
3172                                        unsigned int format,
3173                                        struct snd_pcm_substream *substream)
3174 {
3175         struct conexant_spec *spec = codec->spec;
3176         hda_nid_t adc = spec->imux_info[spec->cur_mux[0]].adc;
3177         if (spec->adc_switching) {
3178                 spec->cur_adc = adc;
3179                 spec->cur_adc_stream_tag = stream_tag;
3180                 spec->cur_adc_format = format;
3181         }
3182         snd_hda_codec_setup_stream(codec, adc, stream_tag, 0, format);
3183         return 0;
3184 }
3185
3186 static int cx_auto_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
3187                                        struct hda_codec *codec,
3188                                        struct snd_pcm_substream *substream)
3189 {
3190         struct conexant_spec *spec = codec->spec;
3191         snd_hda_codec_cleanup_stream(codec, spec->cur_adc);
3192         spec->cur_adc = 0;
3193         return 0;
3194 }
3195
3196 static const struct hda_pcm_stream cx_auto_pcm_analog_capture = {
3197         .substreams = 1,
3198         .channels_min = 2,
3199         .channels_max = 2,
3200         .nid = 0, /* fill later */
3201         .ops = {
3202                 .prepare = cx_auto_capture_pcm_prepare,
3203                 .cleanup = cx_auto_capture_pcm_cleanup
3204         },
3205 };
3206
3207 static const hda_nid_t cx_auto_adc_nids[] = { 0x14 };
3208
3209 #define get_connection_index(codec, mux, nid)\
3210         snd_hda_get_conn_index(codec, mux, nid, 0)
3211
3212 /* get an unassigned DAC from the given list.
3213  * Return the nid if found and reduce the DAC list, or return zero if
3214  * not found
3215  */
3216 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t pin,
3217                                     hda_nid_t *dacs, int *num_dacs)
3218 {
3219         int i, nums = *num_dacs;
3220         hda_nid_t ret = 0;
3221
3222         for (i = 0; i < nums; i++) {
3223                 if (get_connection_index(codec, pin, dacs[i]) >= 0) {
3224                         ret = dacs[i];
3225                         break;
3226                 }
3227         }
3228         if (!ret)
3229                 return 0;
3230         if (--nums > 0)
3231                 memmove(dacs, dacs + 1, nums * sizeof(hda_nid_t));
3232         *num_dacs = nums;
3233         return ret;
3234 }
3235
3236 #define MAX_AUTO_DACS   5
3237
3238 #define DAC_SLAVE_FLAG  0x8000  /* filled dac is a slave */
3239
3240 /* fill analog DAC list from the widget tree */
3241 static int fill_cx_auto_dacs(struct hda_codec *codec, hda_nid_t *dacs)
3242 {
3243         hda_nid_t nid, end_nid;
3244         int nums = 0;
3245
3246         end_nid = codec->start_nid + codec->num_nodes;
3247         for (nid = codec->start_nid; nid < end_nid; nid++) {
3248                 unsigned int wcaps = get_wcaps(codec, nid);
3249                 unsigned int type = get_wcaps_type(wcaps);
3250                 if (type == AC_WID_AUD_OUT && !(wcaps & AC_WCAP_DIGITAL)) {
3251                         dacs[nums++] = nid;
3252                         if (nums >= MAX_AUTO_DACS)
3253                                 break;
3254                 }
3255         }
3256         return nums;
3257 }
3258
3259 /* fill pin_dac_pair list from the pin and dac list */
3260 static int fill_dacs_for_pins(struct hda_codec *codec, hda_nid_t *pins,
3261                               int num_pins, hda_nid_t *dacs, int *rest,
3262                               struct pin_dac_pair *filled, int nums, 
3263                               int type)
3264 {
3265         int i, start = nums;
3266
3267         for (i = 0; i < num_pins; i++, nums++) {
3268                 filled[nums].pin = pins[i];
3269                 filled[nums].type = type;
3270                 filled[nums].dac = get_unassigned_dac(codec, pins[i], dacs, rest);
3271                 if (filled[nums].dac) 
3272                         continue;
3273                 if (filled[start].dac && get_connection_index(codec, pins[i], filled[start].dac) >= 0) {
3274                         filled[nums].dac = filled[start].dac | DAC_SLAVE_FLAG;
3275                         continue;
3276                 }
3277                 if (filled[0].dac && get_connection_index(codec, pins[i], filled[0].dac) >= 0) {
3278                         filled[nums].dac = filled[0].dac | DAC_SLAVE_FLAG;
3279                         continue;
3280                 }
3281                 snd_printdd("Failed to find a DAC for pin 0x%x", pins[i]);
3282         }
3283         return nums;
3284 }
3285
3286 /* parse analog output paths */
3287 static void cx_auto_parse_output(struct hda_codec *codec)
3288 {
3289         struct conexant_spec *spec = codec->spec;
3290         struct auto_pin_cfg *cfg = &spec->autocfg;
3291         hda_nid_t dacs[MAX_AUTO_DACS];
3292         int i, j, nums, rest;
3293
3294         rest = fill_cx_auto_dacs(codec, dacs);
3295         /* parse all analog output pins */
3296         nums = fill_dacs_for_pins(codec, cfg->line_out_pins, cfg->line_outs,
3297                           dacs, &rest, spec->dac_info, 0,
3298                           AUTO_PIN_LINE_OUT);
3299         nums = fill_dacs_for_pins(codec, cfg->hp_pins, cfg->hp_outs,
3300                           dacs, &rest, spec->dac_info, nums,
3301                           AUTO_PIN_HP_OUT);
3302         nums = fill_dacs_for_pins(codec, cfg->speaker_pins, cfg->speaker_outs,
3303                           dacs, &rest, spec->dac_info, nums,
3304                           AUTO_PIN_SPEAKER_OUT);
3305         spec->dac_info_filled = nums;
3306         /* fill multiout struct */
3307         for (i = 0; i < nums; i++) {
3308                 hda_nid_t dac = spec->dac_info[i].dac;
3309                 if (!dac || (dac & DAC_SLAVE_FLAG))
3310                         continue;
3311                 switch (spec->dac_info[i].type) {
3312                 case AUTO_PIN_LINE_OUT:
3313                         spec->private_dac_nids[spec->multiout.num_dacs] = dac;
3314                         spec->multiout.num_dacs++;
3315                         break;
3316                 case AUTO_PIN_HP_OUT:
3317                 case AUTO_PIN_SPEAKER_OUT:
3318                         if (!spec->multiout.hp_nid) {
3319                                 spec->multiout.hp_nid = dac;
3320                                 break;
3321                         }
3322                         for (j = 0; j < ARRAY_SIZE(spec->multiout.extra_out_nid); j++)
3323                                 if (!spec->multiout.extra_out_nid[j]) {
3324                                         spec->multiout.extra_out_nid[j] = dac;
3325                                         break;
3326                                 }
3327                         break;
3328                 }
3329         }
3330         spec->multiout.dac_nids = spec->private_dac_nids;
3331         spec->multiout.max_channels = spec->multiout.num_dacs * 2;
3332
3333         for (i = 0; i < cfg->hp_outs; i++) {
3334                 if (is_jack_detectable(codec, cfg->hp_pins[i])) {
3335                         spec->auto_mute = 1;
3336                         break;
3337                 }
3338         }
3339         if (spec->auto_mute &&
3340             cfg->line_out_pins[0] &&
3341             cfg->line_out_type != AUTO_PIN_SPEAKER_OUT &&
3342             cfg->line_out_pins[0] != cfg->hp_pins[0] &&
3343             cfg->line_out_pins[0] != cfg->speaker_pins[0]) {
3344                 for (i = 0; i < cfg->line_outs; i++) {
3345                         if (is_jack_detectable(codec, cfg->line_out_pins[i])) {
3346                                 spec->detect_line = 1;
3347                                 break;
3348                         }
3349                 }
3350                 spec->automute_lines = spec->detect_line;
3351         }
3352
3353         spec->vmaster_nid = spec->private_dac_nids[0];
3354 }
3355
3356 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins,
3357                               hda_nid_t *pins, bool on);
3358
3359 static void do_automute(struct hda_codec *codec, int num_pins,
3360                         hda_nid_t *pins, bool on)
3361 {
3362         struct conexant_spec *spec = codec->spec;
3363         int i;
3364         for (i = 0; i < num_pins; i++)
3365                 snd_hda_codec_write(codec, pins[i], 0,
3366                                     AC_VERB_SET_PIN_WIDGET_CONTROL,
3367                                     on ? PIN_OUT : 0);
3368         if (spec->pin_eapd_ctrls)
3369                 cx_auto_turn_eapd(codec, num_pins, pins, on);
3370 }
3371
3372 static int detect_jacks(struct hda_codec *codec, int num_pins, hda_nid_t *pins)
3373 {
3374         int i, present = 0;
3375
3376         for (i = 0; i < num_pins; i++) {
3377                 hda_nid_t nid = pins[i];
3378                 if (!nid || !is_jack_detectable(codec, nid))
3379                         break;
3380                 present |= snd_hda_jack_detect(codec, nid);
3381         }
3382         return present;
3383 }
3384
3385 /* auto-mute/unmute speaker and line outs according to headphone jack */
3386 static void cx_auto_update_speakers(struct hda_codec *codec)
3387 {
3388         struct conexant_spec *spec = codec->spec;
3389         struct auto_pin_cfg *cfg = &spec->autocfg;
3390         int on = 1;
3391
3392         /* turn on HP EAPD when HP jacks are present */
3393         if (spec->pin_eapd_ctrls) {
3394                 if (spec->auto_mute)
3395                         on = spec->hp_present;
3396                 cx_auto_turn_eapd(codec, cfg->hp_outs, cfg->hp_pins, on);
3397         }
3398
3399         /* mute speakers in auto-mode if HP or LO jacks are plugged */
3400         if (spec->auto_mute)
3401                 on = !(spec->hp_present ||
3402                        (spec->detect_line && spec->line_present));
3403         do_automute(codec, cfg->speaker_outs, cfg->speaker_pins, on);
3404
3405         /* toggle line-out mutes if needed, too */
3406         /* if LO is a copy of either HP or Speaker, don't need to handle it */
3407         if (cfg->line_out_pins[0] == cfg->hp_pins[0] ||
3408             cfg->line_out_pins[0] == cfg->speaker_pins[0])
3409                 return;
3410         if (spec->auto_mute) {
3411                 /* mute LO in auto-mode when HP jack is present */
3412                 if (cfg->line_out_type == AUTO_PIN_SPEAKER_OUT ||
3413                     spec->automute_lines)
3414                         on = !spec->hp_present;
3415                 else
3416                         on = 1;
3417         }
3418         do_automute(codec, cfg->line_outs, cfg->line_out_pins, on);
3419 }
3420
3421 static void cx_auto_hp_automute(struct hda_codec *codec)
3422 {
3423         struct conexant_spec *spec = codec->spec;
3424         struct auto_pin_cfg *cfg = &spec->autocfg;
3425
3426         if (!spec->auto_mute)
3427                 return;
3428         spec->hp_present = detect_jacks(codec, cfg->hp_outs, cfg->hp_pins);
3429         cx_auto_update_speakers(codec);
3430 }
3431
3432 static void cx_auto_line_automute(struct hda_codec *codec)
3433 {
3434         struct conexant_spec *spec = codec->spec;
3435         struct auto_pin_cfg *cfg = &spec->autocfg;
3436
3437         if (!spec->auto_mute || !spec->detect_line)
3438                 return;
3439         spec->line_present = detect_jacks(codec, cfg->line_outs,
3440                                           cfg->line_out_pins);
3441         cx_auto_update_speakers(codec);
3442 }
3443
3444 static int cx_automute_mode_info(struct snd_kcontrol *kcontrol,
3445                                  struct snd_ctl_elem_info *uinfo)
3446 {
3447         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3448         struct conexant_spec *spec = codec->spec;
3449         static const char * const texts2[] = {
3450                 "Disabled", "Enabled"
3451         };
3452         static const char * const texts3[] = {
3453                 "Disabled", "Speaker Only", "Line Out+Speaker"
3454         };
3455         const char * const *texts;
3456
3457         uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3458         uinfo->count = 1;
3459         if (spec->automute_hp_lo) {
3460                 uinfo->value.enumerated.items = 3;
3461                 texts = texts3;
3462         } else {
3463                 uinfo->value.enumerated.items = 2;
3464                 texts = texts2;
3465         }
3466         if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
3467                 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
3468         strcpy(uinfo->value.enumerated.name,
3469                texts[uinfo->value.enumerated.item]);
3470         return 0;
3471 }
3472
3473 static int cx_automute_mode_get(struct snd_kcontrol *kcontrol,
3474                                 struct snd_ctl_elem_value *ucontrol)
3475 {
3476         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3477         struct conexant_spec *spec = codec->spec;
3478         unsigned int val;
3479         if (!spec->auto_mute)
3480                 val = 0;
3481         else if (!spec->automute_lines)
3482                 val = 1;
3483         else
3484                 val = 2;
3485         ucontrol->value.enumerated.item[0] = val;
3486         return 0;
3487 }
3488
3489 static int cx_automute_mode_put(struct snd_kcontrol *kcontrol,
3490                                 struct snd_ctl_elem_value *ucontrol)
3491 {
3492         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3493         struct conexant_spec *spec = codec->spec;
3494
3495         switch (ucontrol->value.enumerated.item[0]) {
3496         case 0:
3497                 if (!spec->auto_mute)
3498                         return 0;
3499                 spec->auto_mute = 0;
3500                 break;
3501         case 1:
3502                 if (spec->auto_mute && !spec->automute_lines)
3503                         return 0;
3504                 spec->auto_mute = 1;
3505                 spec->automute_lines = 0;
3506                 break;
3507         case 2:
3508                 if (!spec->automute_hp_lo)
3509                         return -EINVAL;
3510                 if (spec->auto_mute && spec->automute_lines)
3511                         return 0;
3512                 spec->auto_mute = 1;
3513                 spec->automute_lines = 1;
3514                 break;
3515         default:
3516                 return -EINVAL;
3517         }
3518         cx_auto_update_speakers(codec);
3519         return 1;
3520 }
3521
3522 static const struct snd_kcontrol_new cx_automute_mode_enum[] = {
3523         {
3524                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3525                 .name = "Auto-Mute Mode",
3526                 .info = cx_automute_mode_info,
3527                 .get = cx_automute_mode_get,
3528                 .put = cx_automute_mode_put,
3529         },
3530         { }
3531 };
3532
3533 static int cx_auto_mux_enum_info(struct snd_kcontrol *kcontrol,
3534                                  struct snd_ctl_elem_info *uinfo)
3535 {
3536         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3537         struct conexant_spec *spec = codec->spec;
3538
3539         return snd_hda_input_mux_info(&spec->private_imux, uinfo);
3540 }
3541
3542 static int cx_auto_mux_enum_get(struct snd_kcontrol *kcontrol,
3543                                 struct snd_ctl_elem_value *ucontrol)
3544 {
3545         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3546         struct conexant_spec *spec = codec->spec;
3547
3548         ucontrol->value.enumerated.item[0] = spec->cur_mux[0];
3549         return 0;
3550 }
3551
3552 /* look for the route the given pin from mux and return the index;
3553  * if do_select is set, actually select the route.
3554  */
3555 static int __select_input_connection(struct hda_codec *codec, hda_nid_t mux,
3556                                      hda_nid_t pin, hda_nid_t *srcp,
3557                                      bool do_select, int depth)
3558 {
3559         hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3560         int i, nums;
3561
3562         switch (get_wcaps_type(get_wcaps(codec, mux))) {
3563         case AC_WID_AUD_IN:
3564         case AC_WID_AUD_SEL:
3565         case AC_WID_AUD_MIX:
3566                 break;
3567         default:
3568                 return -1;
3569         }
3570
3571         nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3572         for (i = 0; i < nums; i++)
3573                 if (conn[i] == pin) {
3574                         if (do_select)
3575                                 snd_hda_codec_write(codec, mux, 0,
3576                                                     AC_VERB_SET_CONNECT_SEL, i);
3577                         if (srcp)
3578                                 *srcp = mux;
3579                         return i;
3580                 }
3581         depth++;
3582         if (depth == 2)
3583                 return -1;
3584         for (i = 0; i < nums; i++) {
3585                 int ret  = __select_input_connection(codec, conn[i], pin, srcp,
3586                                                      do_select, depth);
3587                 if (ret >= 0) {
3588                         if (do_select)
3589                                 snd_hda_codec_write(codec, mux, 0,
3590                                                     AC_VERB_SET_CONNECT_SEL, i);
3591                         return i;
3592                 }
3593         }
3594         return -1;
3595 }
3596
3597 static void select_input_connection(struct hda_codec *codec, hda_nid_t mux,
3598                                    hda_nid_t pin)
3599 {
3600         __select_input_connection(codec, mux, pin, NULL, true, 0);
3601 }
3602
3603 static int get_input_connection(struct hda_codec *codec, hda_nid_t mux,
3604                                 hda_nid_t pin)
3605 {
3606         return __select_input_connection(codec, mux, pin, NULL, false, 0);
3607 }
3608
3609 static int cx_auto_mux_enum_update(struct hda_codec *codec,
3610                                    const struct hda_input_mux *imux,
3611                                    unsigned int idx)
3612 {
3613         struct conexant_spec *spec = codec->spec;
3614         hda_nid_t adc;
3615         int changed = 1;
3616
3617         if (!imux->num_items)
3618                 return 0;
3619         if (idx >= imux->num_items)
3620                 idx = imux->num_items - 1;
3621         if (spec->cur_mux[0] == idx)
3622                 changed = 0;
3623         adc = spec->imux_info[idx].adc;
3624         select_input_connection(codec, spec->imux_info[idx].adc,
3625                                 spec->imux_info[idx].pin);
3626         if (spec->cur_adc && spec->cur_adc != adc) {
3627                 /* stream is running, let's swap the current ADC */
3628                 __snd_hda_codec_cleanup_stream(codec, spec->cur_adc, 1);
3629                 spec->cur_adc = adc;
3630                 snd_hda_codec_setup_stream(codec, adc,
3631                                            spec->cur_adc_stream_tag, 0,
3632                                            spec->cur_adc_format);
3633         }
3634         spec->cur_mux[0] = idx;
3635         return changed;
3636 }
3637
3638 static int cx_auto_mux_enum_put(struct snd_kcontrol *kcontrol,
3639                                 struct snd_ctl_elem_value *ucontrol)
3640 {
3641         struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3642         struct conexant_spec *spec = codec->spec;
3643
3644         return cx_auto_mux_enum_update(codec, &spec->private_imux,
3645                                        ucontrol->value.enumerated.item[0]);
3646 }
3647
3648 static const struct snd_kcontrol_new cx_auto_capture_mixers[] = {
3649         {
3650                 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3651                 .name = "Capture Source",
3652                 .info = cx_auto_mux_enum_info,
3653                 .get = cx_auto_mux_enum_get,
3654                 .put = cx_auto_mux_enum_put
3655         },
3656         {}
3657 };
3658
3659 static bool select_automic(struct hda_codec *codec, int idx, bool detect)
3660 {
3661         struct conexant_spec *spec = codec->spec;
3662         if (idx < 0)
3663                 return false;
3664         if (detect && !snd_hda_jack_detect(codec, spec->imux_info[idx].pin))
3665                 return false;
3666         cx_auto_mux_enum_update(codec, &spec->private_imux, idx);
3667         return true;
3668 }
3669
3670 /* automatic switch internal and external mic */
3671 static void cx_auto_automic(struct hda_codec *codec)
3672 {
3673         struct conexant_spec *spec = codec->spec;
3674
3675         if (!spec->auto_mic)
3676                 return;
3677         if (!select_automic(codec, spec->auto_mic_ext, true))
3678                 if (!select_automic(codec, spec->auto_mic_dock, true))
3679                         select_automic(codec, spec->auto_mic_int, false);
3680 }
3681
3682 static void cx_auto_unsol_event(struct hda_codec *codec, unsigned int res)
3683 {
3684         switch (snd_hda_jack_get_action(codec, res >> 26)) {
3685         case CONEXANT_HP_EVENT:
3686                 cx_auto_hp_automute(codec);
3687                 break;
3688         case CONEXANT_LINE_EVENT:
3689                 cx_auto_line_automute(codec);
3690                 break;
3691         case CONEXANT_MIC_EVENT:
3692                 cx_auto_automic(codec);
3693                 break;
3694         }
3695         snd_hda_jack_report_sync(codec);
3696 }
3697
3698 /* check whether the pin config is suitable for auto-mic switching;
3699  * auto-mic is enabled only when one int-mic and one ext- and/or
3700  * one dock-mic exist
3701  */
3702 static void cx_auto_check_auto_mic(struct hda_codec *codec)
3703 {
3704         struct conexant_spec *spec = codec->spec;
3705         int pset[INPUT_PIN_ATTR_NORMAL + 1];
3706         int i;
3707
3708         for (i = 0; i < ARRAY_SIZE(pset); i++)
3709                 pset[i] = -1;
3710         for (i = 0; i < spec->private_imux.num_items; i++) {
3711                 hda_nid_t pin = spec->imux_info[i].pin;
3712                 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, pin);
3713                 int type, attr;
3714                 attr = snd_hda_get_input_pin_attr(def_conf);
3715                 if (attr == INPUT_PIN_ATTR_UNUSED)
3716                         return; /* invalid entry */
3717                 if (attr > INPUT_PIN_ATTR_NORMAL)
3718                         attr = INPUT_PIN_ATTR_NORMAL;
3719                 if (attr != INPUT_PIN_ATTR_INT &&
3720                     !is_jack_detectable(codec, pin))
3721                         return; /* non-detectable pin */
3722                 type = get_defcfg_device(def_conf);
3723                 if (type != AC_JACK_MIC_IN &&
3724                     (attr != INPUT_PIN_ATTR_DOCK || type != AC_JACK_LINE_IN))
3725                         return; /* no valid input type */
3726                 if (pset[attr] >= 0)
3727                         return; /* already occupied */
3728                 pset[attr] = i;
3729         }
3730         if (pset[INPUT_PIN_ATTR_INT] < 0 ||
3731             (pset[INPUT_PIN_ATTR_NORMAL] < 0 && pset[INPUT_PIN_ATTR_DOCK]))
3732                 return; /* no input to switch*/
3733         spec->auto_mic = 1;
3734         spec->auto_mic_ext = pset[INPUT_PIN_ATTR_NORMAL];
3735         spec->auto_mic_dock = pset[INPUT_PIN_ATTR_DOCK];
3736         spec->auto_mic_int = pset[INPUT_PIN_ATTR_INT];
3737 }
3738
3739 static void cx_auto_parse_input(struct hda_codec *codec)
3740 {
3741         struct conexant_spec *spec = codec->spec;
3742         struct auto_pin_cfg *cfg = &spec->autocfg;
3743         struct hda_input_mux *imux;
3744         int i, j;
3745
3746         imux = &spec->private_imux;
3747         for (i = 0; i < cfg->num_inputs; i++) {
3748                 for (j = 0; j < spec->num_adc_nids; j++) {
3749                         hda_nid_t adc = spec->adc_nids[j];
3750                         int idx = get_input_connection(codec, adc,
3751                                                        cfg->inputs[i].pin);
3752                         if (idx >= 0) {
3753                                 const char *label;
3754                                 label = hda_get_autocfg_input_label(codec, cfg, i);
3755                                 spec->imux_info[imux->num_items].index = i;
3756                                 spec->imux_info[imux->num_items].boost = 0;
3757                                 spec->imux_info[imux->num_items].adc = adc;
3758                                 spec->imux_info[imux->num_items].pin =
3759                                         cfg->inputs[i].pin;
3760                                 snd_hda_add_imux_item(imux, label, idx, NULL);
3761                                 break;
3762                         }
3763                 }
3764         }
3765         if (imux->num_items >= 2 && cfg->num_inputs == imux->num_items)
3766                 cx_auto_check_auto_mic(codec);
3767         if (imux->num_items > 1) {
3768                 for (i = 1; i < imux->num_items; i++) {
3769                         if (spec->imux_info[i].adc != spec->imux_info[0].adc) {
3770                                 spec->adc_switching = 1;
3771                                 break;
3772                         }
3773                 }
3774         }
3775 }
3776
3777 /* get digital-input audio widget corresponding to the given pin */
3778 static hda_nid_t cx_auto_get_dig_in(struct hda_codec *codec, hda_nid_t pin)
3779 {
3780         hda_nid_t nid, end_nid;
3781
3782         end_nid = codec->start_nid + codec->num_nodes;
3783         for (nid = codec->start_nid; nid < end_nid; nid++) {
3784                 unsigned int wcaps = get_wcaps(codec, nid);
3785                 unsigned int type = get_wcaps_type(wcaps);
3786                 if (type == AC_WID_AUD_IN && (wcaps & AC_WCAP_DIGITAL)) {
3787                         if (get_connection_index(codec, nid, pin) >= 0)
3788                                 return nid;
3789                 }
3790         }
3791         return 0;
3792 }
3793
3794 static void cx_auto_parse_digital(struct hda_codec *codec)
3795 {
3796         struct conexant_spec *spec = codec->spec;
3797         struct auto_pin_cfg *cfg = &spec->autocfg;
3798         hda_nid_t nid;
3799
3800         if (cfg->dig_outs &&
3801             snd_hda_get_connections(codec, cfg->dig_out_pins[0], &nid, 1) == 1)
3802                 spec->multiout.dig_out_nid = nid;
3803         if (cfg->dig_in_pin)
3804                 spec->dig_in_nid = cx_auto_get_dig_in(codec, cfg->dig_in_pin);
3805 }
3806
3807 #ifdef CONFIG_SND_HDA_INPUT_BEEP
3808 static void cx_auto_parse_beep(struct hda_codec *codec)
3809 {
3810         struct conexant_spec *spec = codec->spec;
3811         hda_nid_t nid, end_nid;
3812
3813         end_nid = codec->start_nid + codec->num_nodes;
3814         for (nid = codec->start_nid; nid < end_nid; nid++)
3815                 if (get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_BEEP) {
3816                         set_beep_amp(spec, nid, 0, HDA_OUTPUT);
3817                         break;
3818                 }
3819 }
3820 #else
3821 #define cx_auto_parse_beep(codec)
3822 #endif
3823
3824 /* parse EAPDs */
3825 static void cx_auto_parse_eapd(struct hda_codec *codec)
3826 {
3827         struct conexant_spec *spec = codec->spec;
3828         hda_nid_t nid, end_nid;
3829
3830         end_nid = codec->start_nid + codec->num_nodes;
3831         for (nid = codec->start_nid; nid < end_nid; nid++) {
3832                 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3833                         continue;
3834                 if (!(snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD))
3835                         continue;
3836                 spec->eapds[spec->num_eapds++] = nid;
3837                 if (spec->num_eapds >= ARRAY_SIZE(spec->eapds))
3838                         break;
3839         }
3840
3841         /* NOTE: below is a wild guess; if we have more than two EAPDs,
3842          * it's a new chip, where EAPDs are supposed to be associated to
3843          * pins, and we can control EAPD per pin.
3844          * OTOH, if only one or two EAPDs are found, it's an old chip,
3845          * thus it might control over all pins.
3846          */
3847         spec->pin_eapd_ctrls = spec->num_eapds > 2;
3848 }
3849
3850 static int cx_auto_parse_auto_config(struct hda_codec *codec)
3851 {
3852         struct conexant_spec *spec = codec->spec;
3853         int err;
3854
3855         err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL);
3856         if (err < 0)
3857                 return err;
3858
3859         cx_auto_parse_output(codec);
3860         cx_auto_parse_input(codec);
3861         cx_auto_parse_digital(codec);
3862         cx_auto_parse_beep(codec);
3863         cx_auto_parse_eapd(codec);
3864         return 0;
3865 }
3866
3867 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins,
3868                               hda_nid_t *pins, bool on)
3869 {
3870         int i;
3871         for (i = 0; i < num_pins; i++) {
3872                 if (snd_hda_query_pin_caps(codec, pins[i]) & AC_PINCAP_EAPD)
3873                         snd_hda_codec_write(codec, pins[i], 0,
3874                                             AC_VERB_SET_EAPD_BTLENABLE,
3875                                             on ? 0x02 : 0);
3876         }
3877 }
3878
3879 static void select_connection(struct hda_codec *codec, hda_nid_t pin,
3880                               hda_nid_t src)
3881 {
3882         int idx = get_connection_index(codec, pin, src);
3883         if (idx >= 0)
3884                 snd_hda_codec_write(codec, pin, 0,
3885                                     AC_VERB_SET_CONNECT_SEL, idx);
3886 }
3887
3888 static void mute_outputs(struct hda_codec *codec, int num_nids,
3889                          const hda_nid_t *nids)
3890 {
3891         int i, val;
3892
3893         for (i = 0; i < num_nids; i++) {
3894                 hda_nid_t nid = nids[i];
3895                 if (!(get_wcaps(codec, nid) & AC_WCAP_OUT_AMP))
3896                         continue;
3897                 if (query_amp_caps(codec, nid, HDA_OUTPUT) & AC_AMPCAP_MUTE)
3898                         val = AMP_OUT_MUTE;
3899                 else
3900                         val = AMP_OUT_ZERO;
3901                 snd_hda_codec_write(codec, nid, 0,
3902                                     AC_VERB_SET_AMP_GAIN_MUTE, val);
3903         }
3904 }
3905
3906 static void enable_unsol_pins(struct hda_codec *codec, int num_pins,
3907                               hda_nid_t *pins, unsigned int action)
3908 {
3909         int i;
3910         for (i = 0; i < num_pins; i++)
3911                 snd_hda_jack_detect_enable(codec, pins[i], action);
3912 }
3913
3914 static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums)
3915 {
3916         int i;
3917         for (i = 0; i < nums; i++)
3918                 if (list[i] == nid)
3919                         return true;
3920         return false;
3921 }
3922
3923 /* is the given NID found in any of autocfg items? */
3924 static bool found_in_autocfg(struct auto_pin_cfg *cfg, hda_nid_t nid)
3925 {
3926         int i;
3927
3928         if (found_in_nid_list(nid, cfg->line_out_pins, cfg->line_outs) ||
3929             found_in_nid_list(nid, cfg->hp_pins, cfg->hp_outs) ||
3930             found_in_nid_list(nid, cfg->speaker_pins, cfg->speaker_outs) ||
3931             found_in_nid_list(nid, cfg->dig_out_pins, cfg->dig_outs))
3932                 return true;
3933         for (i = 0; i < cfg->num_inputs; i++)
3934                 if (cfg->inputs[i].pin == nid)
3935                         return true;
3936         if (cfg->dig_in_pin == nid)
3937                 return true;
3938         return false;
3939 }
3940
3941 /* clear unsol-event tags on unused pins; Conexant codecs seem to leave
3942  * invalid unsol tags by some reason
3943  */
3944 static void clear_unsol_on_unused_pins(struct hda_codec *codec)
3945 {
3946         struct conexant_spec *spec = codec->spec;
3947         struct auto_pin_cfg *cfg = &spec->autocfg;
3948         int i;
3949
3950         for (i = 0; i < codec->init_pins.used; i++) {
3951                 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
3952                 if (!found_in_autocfg(cfg, pin->nid))
3953                         snd_hda_codec_write(codec, pin->nid, 0,
3954                                             AC_VERB_SET_UNSOLICITED_ENABLE, 0);
3955         }
3956 }
3957
3958 /* turn on/off EAPD according to Master switch */
3959 static void cx_auto_vmaster_hook(void *private_data, int enabled)
3960 {
3961         struct hda_codec *codec = private_data;
3962         struct conexant_spec *spec = codec->spec;
3963
3964         if (enabled && spec->pin_eapd_ctrls) {
3965                 cx_auto_update_speakers(codec);
3966                 return;
3967         }
3968         cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, enabled);
3969 }
3970
3971 static void cx_auto_init_output(struct hda_codec *codec)
3972 {
3973         struct conexant_spec *spec = codec->spec;
3974         struct auto_pin_cfg *cfg = &spec->autocfg;
3975         hda_nid_t nid;
3976         int i;
3977
3978         mute_outputs(codec, spec->multiout.num_dacs, spec->multiout.dac_nids);
3979         for (i = 0; i < cfg->hp_outs; i++)
3980                 snd_hda_codec_write(codec, cfg->hp_pins[i], 0,
3981                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP);
3982         mute_outputs(codec, cfg->hp_outs, cfg->hp_pins);
3983         mute_outputs(codec, cfg->line_outs, cfg->line_out_pins);
3984         mute_outputs(codec, cfg->speaker_outs, cfg->speaker_pins);
3985         for (i = 0; i < spec->dac_info_filled; i++) {
3986                 nid = spec->dac_info[i].dac;
3987                 if (!nid)
3988                         nid = spec->multiout.dac_nids[0];
3989                 else if (nid & DAC_SLAVE_FLAG)
3990                         nid &= ~DAC_SLAVE_FLAG;
3991                 select_connection(codec, spec->dac_info[i].pin, nid);
3992         }
3993         if (spec->auto_mute) {
3994                 enable_unsol_pins(codec, cfg->hp_outs, cfg->hp_pins,
3995                                   CONEXANT_HP_EVENT);
3996                 spec->hp_present = detect_jacks(codec, cfg->hp_outs,
3997                                                 cfg->hp_pins);
3998                 if (spec->detect_line) {
3999                         enable_unsol_pins(codec, cfg->line_outs,
4000                                           cfg->line_out_pins,
4001                                           CONEXANT_LINE_EVENT);
4002                         spec->line_present =
4003                                 detect_jacks(codec, cfg->line_outs,
4004                                              cfg->line_out_pins);
4005                 }
4006         }
4007         cx_auto_update_speakers(codec);
4008         /* turn on all EAPDs if no individual EAPD control is available */
4009         if (!spec->pin_eapd_ctrls)
4010                 cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, true);
4011         clear_unsol_on_unused_pins(codec);
4012 }
4013
4014 static void cx_auto_init_input(struct hda_codec *codec)
4015 {
4016         struct conexant_spec *spec = codec->spec;
4017         struct auto_pin_cfg *cfg = &spec->autocfg;
4018         int i, val;
4019
4020         for (i = 0; i < spec->num_adc_nids; i++) {
4021                 hda_nid_t nid = spec->adc_nids[i];
4022                 if (!(get_wcaps(codec, nid) & AC_WCAP_IN_AMP))
4023                         continue;
4024                 if (query_amp_caps(codec, nid, HDA_INPUT) & AC_AMPCAP_MUTE)
4025                         val = AMP_IN_MUTE(0);
4026                 else
4027                         val = AMP_IN_UNMUTE(0);
4028                 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE,
4029                                     val);
4030         }
4031
4032         for (i = 0; i < cfg->num_inputs; i++) {
4033                 unsigned int type;
4034                 if (cfg->inputs[i].type == AUTO_PIN_MIC)
4035                         type = PIN_VREF80;
4036                 else
4037                         type = PIN_IN;
4038                 snd_hda_codec_write(codec, cfg->inputs[i].pin, 0,
4039                                     AC_VERB_SET_PIN_WIDGET_CONTROL, type);
4040         }
4041
4042         if (spec->auto_mic) {
4043                 if (spec->auto_mic_ext >= 0) {
4044                         snd_hda_jack_detect_enable(codec,
4045                                 cfg->inputs[spec->auto_mic_ext].pin,
4046                                 CONEXANT_MIC_EVENT);
4047                 }
4048                 if (spec->auto_mic_dock >= 0) {
4049                         snd_hda_jack_detect_enable(codec,
4050                                 cfg->inputs[spec->auto_mic_dock].pin,
4051                                 CONEXANT_MIC_EVENT);
4052                 }
4053                 cx_auto_automic(codec);
4054         } else {
4055                 select_input_connection(codec, spec->imux_info[0].adc,
4056                                         spec->imux_info[0].pin);
4057         }
4058 }
4059
4060 static void cx_auto_init_digital(struct hda_codec *codec)
4061 {
4062         struct conexant_spec *spec = codec->spec;
4063         struct auto_pin_cfg *cfg = &spec->autocfg;
4064
4065         if (spec->multiout.dig_out_nid)
4066                 snd_hda_codec_write(codec, cfg->dig_out_pins[0], 0,
4067                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
4068         if (spec->dig_in_nid)
4069                 snd_hda_codec_write(codec, cfg->dig_in_pin, 0,
4070                                     AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN);
4071 }
4072
4073 static int cx_auto_init(struct hda_codec *codec)
4074 {
4075         struct conexant_spec *spec = codec->spec;
4076         /*snd_hda_sequence_write(codec, cx_auto_init_verbs);*/
4077         cx_auto_init_output(codec);
4078         cx_auto_init_input(codec);
4079         cx_auto_init_digital(codec);
4080         snd_hda_jack_report_sync(codec);
4081         snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
4082         return 0;
4083 }
4084
4085 static int cx_auto_add_volume_idx(struct hda_codec *codec, const char *basename,
4086                               const char *dir, int cidx,
4087                               hda_nid_t nid, int hda_dir, int amp_idx)
4088 {
4089         static char name[32];
4090         static struct snd_kcontrol_new knew[] = {
4091                 HDA_CODEC_VOLUME(name, 0, 0, 0),
4092                 HDA_CODEC_MUTE(name, 0, 0, 0),
4093         };
4094         static const char * const sfx[2] = { "Volume", "Switch" };
4095         int i, err;
4096
4097         for (i = 0; i < 2; i++) {
4098                 struct snd_kcontrol *kctl;
4099                 knew[i].private_value = HDA_COMPOSE_AMP_VAL(nid, 3, amp_idx,
4100                                                             hda_dir);
4101                 knew[i].subdevice = HDA_SUBDEV_AMP_FLAG;
4102                 knew[i].index = cidx;
4103                 snprintf(name, sizeof(name), "%s%s %s", basename, dir, sfx[i]);
4104                 kctl = snd_ctl_new1(&knew[i], codec);
4105                 if (!kctl)
4106                         return -ENOMEM;
4107                 err = snd_hda_ctl_add(codec, nid, kctl);
4108                 if (err < 0)
4109                         return err;
4110                 if (!(query_amp_caps(codec, nid, hda_dir) &
4111                       (AC_AMPCAP_MUTE | AC_AMPCAP_MIN_MUTE)))
4112                         break;
4113         }
4114         return 0;
4115 }
4116
4117 #define cx_auto_add_volume(codec, str, dir, cidx, nid, hda_dir)         \
4118         cx_auto_add_volume_idx(codec, str, dir, cidx, nid, hda_dir, 0)
4119
4120 #define cx_auto_add_pb_volume(codec, nid, str, idx)                     \
4121         cx_auto_add_volume(codec, str, " Playback", idx, nid, HDA_OUTPUT)
4122
4123 static int try_add_pb_volume(struct hda_codec *codec, hda_nid_t dac,
4124                              hda_nid_t pin, const char *name, int idx)
4125 {
4126         unsigned int caps;
4127         if (dac && !(dac & DAC_SLAVE_FLAG)) {
4128                 caps = query_amp_caps(codec, dac, HDA_OUTPUT);
4129                 if (caps & AC_AMPCAP_NUM_STEPS)
4130                         return cx_auto_add_pb_volume(codec, dac, name, idx);
4131         }
4132         caps = query_amp_caps(codec, pin, HDA_OUTPUT);
4133         if (caps & AC_AMPCAP_NUM_STEPS)
4134                 return cx_auto_add_pb_volume(codec, pin, name, idx);
4135         return 0;
4136 }
4137
4138 static int cx_auto_build_output_controls(struct hda_codec *codec)
4139 {
4140         struct conexant_spec *spec = codec->spec;
4141         int i, err;
4142         int num_line = 0, num_hp = 0, num_spk = 0;
4143         static const char * const texts[3] = { "Front", "Surround", "CLFE" };
4144
4145         if (spec->dac_info_filled == 1)
4146                 return try_add_pb_volume(codec, spec->dac_info[0].dac,
4147                                          spec->dac_info[0].pin,
4148                                          "Master", 0);
4149
4150         for (i = 0; i < spec->dac_info_filled; i++) {
4151                 const char *label;
4152                 int idx, type;
4153                 hda_nid_t dac = spec->dac_info[i].dac;
4154                 type = spec->dac_info[i].type;
4155                 if (type == AUTO_PIN_LINE_OUT)
4156                         type = spec->autocfg.line_out_type;
4157                 switch (type) {
4158                 case AUTO_PIN_LINE_OUT:
4159                 default:
4160                         label = texts[num_line++];
4161                         idx = 0;
4162                         break;
4163                 case AUTO_PIN_HP_OUT:
4164                         label = "Headphone";
4165                         idx = num_hp++;
4166                         break;
4167                 case AUTO_PIN_SPEAKER_OUT:
4168                         label = "Speaker";
4169                         idx = num_spk++;
4170                         break;
4171                 }
4172                 err = try_add_pb_volume(codec, dac,
4173                                         spec->dac_info[i].pin,
4174                                         label, idx);
4175                 if (err < 0)
4176                         return err;
4177         }
4178
4179         if (spec->auto_mute) {
4180                 err = snd_hda_add_new_ctls(codec, cx_automute_mode_enum);
4181                 if (err < 0)
4182                         return err;
4183         }
4184         
4185         return 0;
4186 }
4187
4188 static int cx_auto_add_capture_volume(struct hda_codec *codec, hda_nid_t nid,
4189                                       const char *label, const char *pfx,
4190                                       int cidx)
4191 {
4192         struct conexant_spec *spec = codec->spec;
4193         int i;
4194
4195         for (i = 0; i < spec->num_adc_nids; i++) {
4196                 hda_nid_t adc_nid = spec->adc_nids[i];
4197                 int idx = get_input_connection(codec, adc_nid, nid);
4198                 if (idx < 0)
4199                         continue;
4200                 if (codec->single_adc_amp)
4201                         idx = 0;
4202                 return cx_auto_add_volume_idx(codec, label, pfx,
4203                                               cidx, adc_nid, HDA_INPUT, idx);
4204         }
4205         return 0;
4206 }
4207
4208 static int cx_auto_add_boost_volume(struct hda_codec *codec, int idx,
4209                                     const char *label, int cidx)
4210 {
4211         struct conexant_spec *spec = codec->spec;
4212         hda_nid_t mux, nid;
4213         int i, con;
4214
4215         nid = spec->imux_info[idx].pin;
4216         if (get_wcaps(codec, nid) & AC_WCAP_IN_AMP)
4217                 return cx_auto_add_volume(codec, label, " Boost", cidx,
4218                                           nid, HDA_INPUT);
4219         con = __select_input_connection(codec, spec->imux_info[idx].adc, nid,
4220                                         &mux, false, 0);
4221         if (con < 0)
4222                 return 0;
4223         for (i = 0; i < idx; i++) {
4224                 if (spec->imux_info[i].boost == mux)
4225                         return 0; /* already present */
4226         }
4227
4228         if (get_wcaps(codec, mux) & AC_WCAP_OUT_AMP) {
4229                 spec->imux_info[idx].boost = mux;
4230                 return cx_auto_add_volume(codec, label, " Boost", 0,
4231                                           mux, HDA_OUTPUT);
4232         }
4233         return 0;
4234 }
4235
4236 static int cx_auto_build_input_controls(struct hda_codec *codec)
4237 {
4238         struct conexant_spec *spec = codec->spec;
4239         struct hda_input_mux *imux = &spec->private_imux;
4240         const char *prev_label;
4241         int input_conn[HDA_MAX_NUM_INPUTS];
4242         int i, j, err, cidx;
4243         int multi_connection;
4244
4245         if (!imux->num_items)
4246                 return 0;
4247
4248         multi_connection = 0;
4249         for (i = 0; i < imux->num_items; i++) {
4250                 cidx = get_input_connection(codec, spec->imux_info[i].adc,
4251                                             spec->imux_info[i].pin);
4252                 if (cidx < 0)
4253                         continue;
4254                 input_conn[i] = spec->imux_info[i].adc;
4255                 if (!codec->single_adc_amp)
4256                         input_conn[i] |= cidx << 8;
4257                 if (i > 0 && input_conn[i] != input_conn[0])
4258                         multi_connection = 1;
4259         }
4260
4261         prev_label = NULL;
4262         cidx = 0;
4263         for (i = 0; i < imux->num_items; i++) {
4264                 hda_nid_t nid = spec->imux_info[i].pin;
4265                 const char *label;
4266
4267                 label = hda_get_autocfg_input_label(codec, &spec->autocfg,
4268                                                     spec->imux_info[i].index);
4269                 if (label == prev_label)
4270                         cidx++;
4271                 else
4272                         cidx = 0;
4273                 prev_label = label;
4274
4275                 err = cx_auto_add_boost_volume(codec, i, label, cidx);
4276                 if (err < 0)
4277                         return err;
4278
4279                 if (!multi_connection) {
4280                         if (i > 0)
4281                                 continue;
4282                         err = cx_auto_add_capture_volume(codec, nid,
4283                                                          "Capture", "", cidx);
4284                 } else {
4285                         bool dup_found = false;
4286                         for (j = 0; j < i; j++) {
4287                                 if (input_conn[j] == input_conn[i]) {
4288                                         dup_found = true;
4289                                         break;
4290                                 }
4291                         }
4292                         if (dup_found)
4293                                 continue;
4294                         err = cx_auto_add_capture_volume(codec, nid,
4295                                                          label, " Capture", cidx);
4296                 }
4297                 if (err < 0)
4298                         return err;
4299         }
4300
4301         if (spec->private_imux.num_items > 1 && !spec->auto_mic) {
4302                 err = snd_hda_add_new_ctls(codec, cx_auto_capture_mixers);
4303                 if (err < 0)
4304                         return err;
4305         }
4306
4307         return 0;
4308 }
4309
4310 static int cx_auto_build_controls(struct hda_codec *codec)
4311 {
4312         struct conexant_spec *spec = codec->spec;
4313         int err;
4314
4315         err = cx_auto_build_output_controls(codec);
4316         if (err < 0)
4317                 return err;
4318         err = cx_auto_build_input_controls(codec);
4319         if (err < 0)
4320                 return err;
4321         err = conexant_build_controls(codec);
4322         if (err < 0)
4323                 return err;
4324         err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
4325         if (err < 0)
4326                 return err;
4327         if (spec->vmaster_mute.sw_kctl) {
4328                 spec->vmaster_mute.hook = cx_auto_vmaster_hook;
4329                 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute,
4330                                                spec->vmaster_mute_led);
4331                 if (err < 0)
4332                         return err;
4333         }
4334         return 0;
4335 }
4336
4337 static int cx_auto_search_adcs(struct hda_codec *codec)
4338 {
4339         struct conexant_spec *spec = codec->spec;
4340         hda_nid_t nid, end_nid;
4341
4342         end_nid = codec->start_nid + codec->num_nodes;
4343         for (nid = codec->start_nid; nid < end_nid; nid++) {
4344                 unsigned int caps = get_wcaps(codec, nid);
4345                 if (get_wcaps_type(caps) != AC_WID_AUD_IN)
4346                         continue;
4347                 if (caps & AC_WCAP_DIGITAL)
4348                         continue;
4349                 if (snd_BUG_ON(spec->num_adc_nids >=
4350                                ARRAY_SIZE(spec->private_adc_nids)))
4351                         break;
4352                 spec->private_adc_nids[spec->num_adc_nids++] = nid;
4353         }
4354         spec->adc_nids = spec->private_adc_nids;
4355         return 0;
4356 }
4357
4358 static const struct hda_codec_ops cx_auto_patch_ops = {
4359         .build_controls = cx_auto_build_controls,
4360         .build_pcms = conexant_build_pcms,
4361         .init = cx_auto_init,
4362         .free = conexant_free,
4363         .unsol_event = cx_auto_unsol_event,
4364 #ifdef CONFIG_SND_HDA_POWER_SAVE
4365         .suspend = conexant_suspend,
4366 #endif
4367         .reboot_notify = snd_hda_shutup_pins,
4368 };
4369
4370 /*
4371  * pin fix-up
4372  */
4373 struct cxt_pincfg {
4374         hda_nid_t nid;
4375         u32 val;
4376 };
4377
4378 static void apply_pincfg(struct hda_codec *codec, const struct cxt_pincfg *cfg)
4379 {
4380         for (; cfg->nid; cfg++)
4381                 snd_hda_codec_set_pincfg(codec, cfg->nid, cfg->val);
4382
4383 }
4384
4385 static void apply_pin_fixup(struct hda_codec *codec,
4386                             const struct snd_pci_quirk *quirk,
4387                             const struct cxt_pincfg **table)
4388 {
4389         quirk = snd_pci_quirk_lookup(codec->bus->pci, quirk);
4390         if (quirk) {
4391                 snd_printdd(KERN_INFO "hda_codec: applying pincfg for %s\n",
4392                             quirk->name);
4393                 apply_pincfg(codec, table[quirk->value]);
4394         }
4395 }
4396
4397 enum {
4398         CXT_PINCFG_LENOVO_X200,
4399 };
4400
4401 static const struct cxt_pincfg cxt_pincfg_lenovo_x200[] = {
4402         { 0x16, 0x042140ff }, /* HP (seq# overridden) */
4403         { 0x17, 0x21a11000 }, /* dock-mic */
4404         { 0x19, 0x2121103f }, /* dock-HP */
4405         { 0x1c, 0x21440100 }, /* dock SPDIF out */
4406         {}
4407 };
4408
4409 static const struct cxt_pincfg *cxt_pincfg_tbl[] = {
4410         [CXT_PINCFG_LENOVO_X200] = cxt_pincfg_lenovo_x200,
4411 };
4412
4413 static const struct snd_pci_quirk cxt_fixups[] = {
4414         SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo X200", CXT_PINCFG_LENOVO_X200),
4415         {}
4416 };
4417
4418 /* add "fake" mute amp-caps to DACs on cx5051 so that mixer mute switches
4419  * can be created (bko#42825)
4420  */
4421 static void add_cx5051_fake_mutes(struct hda_codec *codec)
4422 {
4423         static hda_nid_t out_nids[] = {
4424                 0x10, 0x11, 0
4425         };
4426         hda_nid_t *p;
4427
4428         for (p = out_nids; *p; p++)
4429                 snd_hda_override_amp_caps(codec, *p, HDA_OUTPUT,
4430                                           AC_AMPCAP_MIN_MUTE |
4431                                           query_amp_caps(codec, *p, HDA_OUTPUT));
4432 }
4433
4434 static int patch_conexant_auto(struct hda_codec *codec)
4435 {
4436         struct conexant_spec *spec;
4437         int err;
4438
4439         printk(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
4440                codec->chip_name);
4441
4442         spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4443         if (!spec)
4444                 return -ENOMEM;
4445         codec->spec = spec;
4446         codec->pin_amp_workaround = 1;
4447
4448         switch (codec->vendor_id) {
4449         case 0x14f15045:
4450                 codec->single_adc_amp = 1;
4451                 break;
4452         case 0x14f15051:
4453                 add_cx5051_fake_mutes(codec);
4454                 break;
4455         }
4456
4457         apply_pin_fixup(codec, cxt_fixups, cxt_pincfg_tbl);
4458
4459         /* Show mute-led control only on HP laptops
4460          * This is a sort of white-list: on HP laptops, EAPD corresponds
4461          * only to the mute-LED without actualy amp function.  Meanwhile,
4462          * others may use EAPD really as an amp switch, so it might be
4463          * not good to expose it blindly.
4464          */
4465         switch (codec->subsystem_id >> 16) {
4466         case 0x103c:
4467                 spec->vmaster_mute_led = 1;
4468                 break;
4469         }
4470
4471         err = cx_auto_search_adcs(codec);
4472         if (err < 0)
4473                 return err;
4474         err = cx_auto_parse_auto_config(codec);
4475         if (err < 0) {
4476                 kfree(codec->spec);
4477                 codec->spec = NULL;
4478                 return err;
4479         }
4480         spec->capture_stream = &cx_auto_pcm_analog_capture;
4481         codec->patch_ops = cx_auto_patch_ops;
4482         if (spec->beep_amp)
4483                 snd_hda_attach_beep_device(codec, spec->beep_amp);
4484
4485         /* Some laptops with Conexant chips show stalls in S3 resume,
4486          * which falls into the single-cmd mode.
4487          * Better to make reset, then.
4488          */
4489         if (!codec->bus->sync_write) {
4490                 snd_printd("hda_codec: "
4491                            "Enable sync_write for stable communication\n");
4492                 codec->bus->sync_write = 1;
4493                 codec->bus->allow_bus_reset = 1;
4494         }
4495
4496         return 0;
4497 }
4498
4499 /*
4500  */
4501
4502 static const struct hda_codec_preset snd_hda_preset_conexant[] = {
4503         { .id = 0x14f15045, .name = "CX20549 (Venice)",
4504           .patch = patch_cxt5045 },
4505         { .id = 0x14f15047, .name = "CX20551 (Waikiki)",
4506           .patch = patch_cxt5047 },
4507         { .id = 0x14f15051, .name = "CX20561 (Hermosa)",
4508           .patch = patch_cxt5051 },
4509         { .id = 0x14f15066, .name = "CX20582 (Pebble)",
4510           .patch = patch_cxt5066 },
4511         { .id = 0x14f15067, .name = "CX20583 (Pebble HSF)",
4512           .patch = patch_cxt5066 },
4513         { .id = 0x14f15068, .name = "CX20584",
4514           .patch = patch_cxt5066 },
4515         { .id = 0x14f15069, .name = "CX20585",
4516           .patch = patch_cxt5066 },
4517         { .id = 0x14f1506c, .name = "CX20588",
4518           .patch = patch_cxt5066 },
4519         { .id = 0x14f1506e, .name = "CX20590",
4520           .patch = patch_cxt5066 },
4521         { .id = 0x14f15097, .name = "CX20631",
4522           .patch = patch_conexant_auto },
4523         { .id = 0x14f15098, .name = "CX20632",
4524           .patch = patch_conexant_auto },
4525         { .id = 0x14f150a1, .name = "CX20641",
4526           .patch = patch_conexant_auto },
4527         { .id = 0x14f150a2, .name = "CX20642",
4528           .patch = patch_conexant_auto },
4529         { .id = 0x14f150ab, .name = "CX20651",
4530           .patch = patch_conexant_auto },
4531         { .id = 0x14f150ac, .name = "CX20652",
4532           .patch = patch_conexant_auto },
4533         { .id = 0x14f150b8, .name = "CX20664",
4534           .patch = patch_conexant_auto },
4535         { .id = 0x14f150b9, .name = "CX20665",
4536           .patch = patch_conexant_auto },
4537         {} /* terminator */
4538 };
4539
4540 MODULE_ALIAS("snd-hda-codec-id:14f15045");
4541 MODULE_ALIAS("snd-hda-codec-id:14f15047");
4542 MODULE_ALIAS("snd-hda-codec-id:14f15051");
4543 MODULE_ALIAS("snd-hda-codec-id:14f15066");
4544 MODULE_ALIAS("snd-hda-codec-id:14f15067");
4545 MODULE_ALIAS("snd-hda-codec-id:14f15068");
4546 MODULE_ALIAS("snd-hda-codec-id:14f15069");
4547 MODULE_ALIAS("snd-hda-codec-id:14f1506c");
4548 MODULE_ALIAS("snd-hda-codec-id:14f1506e");
4549 MODULE_ALIAS("snd-hda-codec-id:14f15097");
4550 MODULE_ALIAS("snd-hda-codec-id:14f15098");
4551 MODULE_ALIAS("snd-hda-codec-id:14f150a1");
4552 MODULE_ALIAS("snd-hda-codec-id:14f150a2");
4553 MODULE_ALIAS("snd-hda-codec-id:14f150ab");
4554 MODULE_ALIAS("snd-hda-codec-id:14f150ac");
4555 MODULE_ALIAS("snd-hda-codec-id:14f150b8");
4556 MODULE_ALIAS("snd-hda-codec-id:14f150b9");
4557
4558 MODULE_LICENSE("GPL");
4559 MODULE_DESCRIPTION("Conexant HD-audio codec");
4560
4561 static struct hda_codec_preset_list conexant_list = {
4562         .preset = snd_hda_preset_conexant,
4563         .owner = THIS_MODULE,
4564 };
4565
4566 static int __init patch_conexant_init(void)
4567 {
4568         return snd_hda_add_codec_preset(&conexant_list);
4569 }
4570
4571 static void __exit patch_conexant_exit(void)
4572 {
4573         snd_hda_delete_codec_preset(&conexant_list);
4574 }
4575
4576 module_init(patch_conexant_init)
4577 module_exit(patch_conexant_exit)