diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-08-15 06:56:54 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-15 06:58:13 -0400 |
commit | 3823328d550e991f5994354a4e1427fd5fdc06e9 (patch) | |
tree | 82a9c38b29b5ad7d26d9eb4eded1503fd19d303e | |
parent | f57c25650b9f011290539a888d9df0e5dd3ce9f7 (diff) |
ALSA: hda - Remove ALC262 HP and sony-assamd quirks
HP and sony-assamd models work with the BIOS auto-parser nowadays,
so let's reduce the unnecessary code.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | Documentation/sound/alsa/HD-Audio-Models.txt | 5 | ||||
-rw-r--r-- | sound/pci/hda/alc262_quirks.c | 475 |
2 files changed, 0 insertions, 480 deletions
diff --git a/Documentation/sound/alsa/HD-Audio-Models.txt b/Documentation/sound/alsa/HD-Audio-Models.txt index d70c93bdcadf..84fba44381a3 100644 --- a/Documentation/sound/alsa/HD-Audio-Models.txt +++ b/Documentation/sound/alsa/HD-Audio-Models.txt | |||
@@ -46,15 +46,10 @@ ALC260 | |||
46 | ALC262 | 46 | ALC262 |
47 | ====== | 47 | ====== |
48 | fujitsu Fujitsu Laptop | 48 | fujitsu Fujitsu Laptop |
49 | hp-bpc HP xw4400/6400/8400/9400 laptops | ||
50 | hp-bpc-d7000 HP BPC D7000 | ||
51 | hp-tc-t5735 HP Thin Client T5735 | ||
52 | hp-rp5700 HP RP5700 | ||
53 | benq Benq ED8 | 49 | benq Benq ED8 |
54 | benq-t31 Benq T31 | 50 | benq-t31 Benq T31 |
55 | hippo Hippo (ATI) with jack detection, Sony UX-90s | 51 | hippo Hippo (ATI) with jack detection, Sony UX-90s |
56 | hippo_1 Hippo (Benq) with jack detection | 52 | hippo_1 Hippo (Benq) with jack detection |
57 | sony-assamd Sony ASSAMD | ||
58 | toshiba-s06 Toshiba S06 | 53 | toshiba-s06 Toshiba S06 |
59 | toshiba-rx1 Toshiba RX1 | 54 | toshiba-rx1 Toshiba RX1 |
60 | tyan Tyan Thunder n6650W (S2915-E) | 55 | tyan Tyan Thunder n6650W (S2915-E) |
diff --git a/sound/pci/hda/alc262_quirks.c b/sound/pci/hda/alc262_quirks.c index 8d2097d77642..fce6501012e3 100644 --- a/sound/pci/hda/alc262_quirks.c +++ b/sound/pci/hda/alc262_quirks.c | |||
@@ -10,13 +10,7 @@ enum { | |||
10 | ALC262_HIPPO, | 10 | ALC262_HIPPO, |
11 | ALC262_HIPPO_1, | 11 | ALC262_HIPPO_1, |
12 | ALC262_FUJITSU, | 12 | ALC262_FUJITSU, |
13 | ALC262_HP_BPC, | ||
14 | ALC262_HP_BPC_D7000_WL, | ||
15 | ALC262_HP_BPC_D7000_WF, | ||
16 | ALC262_HP_TC_T5735, | ||
17 | ALC262_HP_RP5700, | ||
18 | ALC262_BENQ_ED8, | 13 | ALC262_BENQ_ED8, |
19 | ALC262_SONY_ASSAMD, | ||
20 | ALC262_BENQ_T31, | 14 | ALC262_BENQ_T31, |
21 | ALC262_ULTRA, | 15 | ALC262_ULTRA, |
22 | ALC262_LENOVO_3000, | 16 | ALC262_LENOVO_3000, |
@@ -69,26 +63,6 @@ static const struct snd_kcontrol_new alc262_base_mixer[] = { | |||
69 | /* update HP, line and mono-out pins according to the master switch */ | 63 | /* update HP, line and mono-out pins according to the master switch */ |
70 | #define alc262_hp_master_update alc260_hp_master_update | 64 | #define alc262_hp_master_update alc260_hp_master_update |
71 | 65 | ||
72 | static void alc262_hp_bpc_setup(struct hda_codec *codec) | ||
73 | { | ||
74 | struct alc_spec *spec = codec->spec; | ||
75 | |||
76 | spec->autocfg.hp_pins[0] = 0x1b; | ||
77 | spec->autocfg.speaker_pins[0] = 0x16; | ||
78 | spec->automute = 1; | ||
79 | spec->automute_mode = ALC_AUTOMUTE_PIN; | ||
80 | } | ||
81 | |||
82 | static void alc262_hp_wildwest_setup(struct hda_codec *codec) | ||
83 | { | ||
84 | struct alc_spec *spec = codec->spec; | ||
85 | |||
86 | spec->autocfg.hp_pins[0] = 0x15; | ||
87 | spec->autocfg.speaker_pins[0] = 0x16; | ||
88 | spec->automute = 1; | ||
89 | spec->automute_mode = ALC_AUTOMUTE_PIN; | ||
90 | } | ||
91 | |||
92 | #define alc262_hp_master_sw_get alc260_hp_master_sw_get | 66 | #define alc262_hp_master_sw_get alc260_hp_master_sw_get |
93 | #define alc262_hp_master_sw_put alc260_hp_master_sw_put | 67 | #define alc262_hp_master_sw_put alc260_hp_master_sw_put |
94 | 68 | ||
@@ -106,119 +80,6 @@ static void alc262_hp_wildwest_setup(struct hda_codec *codec) | |||
106 | .private_value = 0x15 | (0x16 << 8) | (0x1b << 16), \ | 80 | .private_value = 0x15 | (0x16 << 8) | (0x1b << 16), \ |
107 | } | 81 | } |
108 | 82 | ||
109 | |||
110 | static const struct snd_kcontrol_new alc262_HP_BPC_mixer[] = { | ||
111 | ALC262_HP_MASTER_SWITCH, | ||
112 | HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT), | ||
113 | HDA_CODEC_MUTE("Front Playback Switch", 0x15, 0x0, HDA_OUTPUT), | ||
114 | HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT), | ||
115 | HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0e, 2, 0x0, | ||
116 | HDA_OUTPUT), | ||
117 | HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x16, 2, 0x0, | ||
118 | HDA_OUTPUT), | ||
119 | HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT), | ||
120 | HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT), | ||
121 | HDA_CODEC_VOLUME("Mic Boost Volume", 0x18, 0, HDA_INPUT), | ||
122 | HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x01, HDA_INPUT), | ||
123 | HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x01, HDA_INPUT), | ||
124 | HDA_CODEC_VOLUME("Front Mic Boost Volume", 0x19, 0, HDA_INPUT), | ||
125 | HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT), | ||
126 | HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x02, HDA_INPUT), | ||
127 | HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT), | ||
128 | HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT), | ||
129 | HDA_CODEC_VOLUME("AUX IN Playback Volume", 0x0b, 0x06, HDA_INPUT), | ||
130 | HDA_CODEC_MUTE("AUX IN Playback Switch", 0x0b, 0x06, HDA_INPUT), | ||
131 | { } /* end */ | ||
132 | }; | ||
133 | |||
134 | static const struct snd_kcontrol_new alc262_HP_BPC_WildWest_mixer[] = { | ||
135 | ALC262_HP_MASTER_SWITCH, | ||
136 | HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT), | ||
137 | HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT), | ||
138 | HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT), | ||
139 | HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT), | ||
140 | HDA_CODEC_VOLUME_MONO("Speaker Playback Volume", 0x0e, 2, 0x0, | ||
141 | HDA_OUTPUT), | ||
142 | HDA_CODEC_MUTE_MONO("Speaker Playback Switch", 0x16, 2, 0x0, | ||
143 | HDA_OUTPUT), | ||
144 | HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x02, HDA_INPUT), | ||
145 | HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x02, HDA_INPUT), | ||
146 | HDA_CODEC_VOLUME("Front Mic Boost Volume", 0x1a, 0, HDA_INPUT), | ||
147 | HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT), | ||
148 | HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT), | ||
149 | HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT), | ||
150 | HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT), | ||
151 | { } /* end */ | ||
152 | }; | ||
153 | |||
154 | static const struct snd_kcontrol_new alc262_HP_BPC_WildWest_option_mixer[] = { | ||
155 | HDA_CODEC_VOLUME("Rear Mic Playback Volume", 0x0b, 0x0, HDA_INPUT), | ||
156 | HDA_CODEC_MUTE("Rear Mic Playback Switch", 0x0b, 0x0, HDA_INPUT), | ||
157 | HDA_CODEC_VOLUME("Rear Mic Boost Volume", 0x18, 0, HDA_INPUT), | ||
158 | { } /* end */ | ||
159 | }; | ||
160 | |||
161 | /* mute/unmute internal speaker according to the hp jack and mute state */ | ||
162 | static void alc262_hp_t5735_setup(struct hda_codec *codec) | ||
163 | { | ||
164 | struct alc_spec *spec = codec->spec; | ||
165 | |||
166 | spec->autocfg.hp_pins[0] = 0x15; | ||
167 | spec->autocfg.speaker_pins[0] = 0x14; | ||
168 | spec->automute = 1; | ||
169 | spec->automute_mode = ALC_AUTOMUTE_PIN; | ||
170 | } | ||
171 | |||
172 | static const struct snd_kcontrol_new alc262_hp_t5735_mixer[] = { | ||
173 | HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0c, 0x0, HDA_OUTPUT), | ||
174 | HDA_CODEC_MUTE("Speaker Playback Switch", 0x14, 0x0, HDA_OUTPUT), | ||
175 | HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0d, 0x0, HDA_OUTPUT), | ||
176 | HDA_CODEC_MUTE("Headphone Playback Switch", 0x15, 0x0, HDA_OUTPUT), | ||
177 | HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT), | ||
178 | HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT), | ||
179 | HDA_CODEC_VOLUME("Mic Boost Volume", 0x18, 0, HDA_INPUT), | ||
180 | { } /* end */ | ||
181 | }; | ||
182 | |||
183 | static const struct hda_verb alc262_hp_t5735_verbs[] = { | ||
184 | {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | ||
185 | {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, | ||
186 | |||
187 | {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC_HP_EVENT | AC_USRSP_EN}, | ||
188 | { } | ||
189 | }; | ||
190 | |||
191 | static const struct snd_kcontrol_new alc262_hp_rp5700_mixer[] = { | ||
192 | HDA_CODEC_VOLUME("Headphone Playback Volume", 0x0c, 0x0, HDA_OUTPUT), | ||
193 | HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT), | ||
194 | HDA_CODEC_VOLUME("Speaker Playback Volume", 0x0e, 0x0, HDA_OUTPUT), | ||
195 | HDA_CODEC_MUTE("Speaker Playback Switch", 0x16, 0x0, HDA_OUTPUT), | ||
196 | HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x01, HDA_INPUT), | ||
197 | HDA_CODEC_MUTE("Line Playback Switch", 0x0b, 0x01, HDA_INPUT), | ||
198 | { } /* end */ | ||
199 | }; | ||
200 | |||
201 | static const struct hda_verb alc262_hp_rp5700_verbs[] = { | ||
202 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, | ||
203 | {0x16, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, | ||
204 | {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | ||
205 | {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT}, | ||
206 | {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, | ||
207 | {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
208 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, | ||
209 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, | ||
210 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x00 << 8))}, | ||
211 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x00 << 8))}, | ||
212 | {} | ||
213 | }; | ||
214 | |||
215 | static const struct hda_input_mux alc262_hp_rp5700_capture_source = { | ||
216 | .num_items = 1, | ||
217 | .items = { | ||
218 | { "Line", 0x1 }, | ||
219 | }, | ||
220 | }; | ||
221 | |||
222 | /* bind hp and internal speaker mute (with plug check) as master switch */ | 83 | /* bind hp and internal speaker mute (with plug check) as master switch */ |
223 | #define alc262_hippo_master_update alc262_hp_master_update | 84 | #define alc262_hippo_master_update alc262_hp_master_update |
224 | #define alc262_hippo_master_sw_get alc262_hp_master_sw_get | 85 | #define alc262_hippo_master_sw_get alc262_hp_master_sw_get |
@@ -571,27 +432,6 @@ static const struct hda_input_mux alc262_fujitsu_capture_source = { | |||
571 | }, | 432 | }, |
572 | }; | 433 | }; |
573 | 434 | ||
574 | static const struct hda_input_mux alc262_HP_capture_source = { | ||
575 | .num_items = 5, | ||
576 | .items = { | ||
577 | { "Mic", 0x0 }, | ||
578 | { "Front Mic", 0x1 }, | ||
579 | { "Line", 0x2 }, | ||
580 | { "CD", 0x4 }, | ||
581 | { "AUX IN", 0x6 }, | ||
582 | }, | ||
583 | }; | ||
584 | |||
585 | static const struct hda_input_mux alc262_HP_D7000_capture_source = { | ||
586 | .num_items = 4, | ||
587 | .items = { | ||
588 | { "Mic", 0x0 }, | ||
589 | { "Front Mic", 0x2 }, | ||
590 | { "Line", 0x1 }, | ||
591 | { "CD", 0x4 }, | ||
592 | }, | ||
593 | }; | ||
594 | |||
595 | static void alc262_fujitsu_setup(struct hda_codec *codec) | 435 | static void alc262_fujitsu_setup(struct hda_codec *codec) |
596 | { | 436 | { |
597 | struct alc_spec *spec = codec->spec; | 437 | struct alc_spec *spec = codec->spec; |
@@ -817,206 +657,6 @@ static const struct snd_kcontrol_new alc262_ultra_capture_mixer[] = { | |||
817 | { } /* end */ | 657 | { } /* end */ |
818 | }; | 658 | }; |
819 | 659 | ||
820 | static const struct hda_verb alc262_HP_BPC_init_verbs[] = { | ||
821 | /* | ||
822 | * Unmute ADC0-2 and set the default input to mic-in | ||
823 | */ | ||
824 | {0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
825 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
826 | {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
827 | {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
828 | {0x09, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
829 | {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
830 | |||
831 | /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback | ||
832 | * mixer widget | ||
833 | * Note: PASD motherboards uses the Line In 2 as the input for | ||
834 | * front panel mic (mic 2) | ||
835 | */ | ||
836 | /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */ | ||
837 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, | ||
838 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, | ||
839 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, | ||
840 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, | ||
841 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, | ||
842 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, | ||
843 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, | ||
844 | |||
845 | /* | ||
846 | * Set up output mixers (0x0c - 0x0e) | ||
847 | */ | ||
848 | /* set vol=0 to output mixers */ | ||
849 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
850 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
851 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
852 | |||
853 | /* set up input amps for analog loopback */ | ||
854 | /* Amp Indices: DAC = 0, mixer = 1 */ | ||
855 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
856 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
857 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
858 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
859 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
860 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
861 | |||
862 | {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP}, | ||
863 | {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, | ||
864 | {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, | ||
865 | |||
866 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, | ||
867 | {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, | ||
868 | |||
869 | {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
870 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
871 | |||
872 | {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, | ||
873 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, | ||
874 | {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, | ||
875 | {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, | ||
876 | {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, | ||
877 | |||
878 | {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
879 | {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
880 | {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
881 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
882 | {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
883 | {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
884 | |||
885 | |||
886 | /* FIXME: use matrix-type input source selection */ | ||
887 | /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 0b, 12 */ | ||
888 | /* Input mixer1: only unmute Mic */ | ||
889 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, | ||
890 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8))}, | ||
891 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))}, | ||
892 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))}, | ||
893 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))}, | ||
894 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x05 << 8))}, | ||
895 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x06 << 8))}, | ||
896 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x07 << 8))}, | ||
897 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x08 << 8))}, | ||
898 | /* Input mixer2 */ | ||
899 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, | ||
900 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8))}, | ||
901 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))}, | ||
902 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))}, | ||
903 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))}, | ||
904 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x05 << 8))}, | ||
905 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x06 << 8))}, | ||
906 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x07 << 8))}, | ||
907 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x08 << 8))}, | ||
908 | /* Input mixer3 */ | ||
909 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, | ||
910 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x01 << 8))}, | ||
911 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x02 << 8))}, | ||
912 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x03 << 8))}, | ||
913 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x04 << 8))}, | ||
914 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x05 << 8))}, | ||
915 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x06 << 8))}, | ||
916 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x07 << 8))}, | ||
917 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7080 | (0x08 << 8))}, | ||
918 | |||
919 | {0x1b, AC_VERB_SET_UNSOLICITED_ENABLE, ALC_HP_EVENT | AC_USRSP_EN}, | ||
920 | |||
921 | { } | ||
922 | }; | ||
923 | |||
924 | static const struct hda_verb alc262_HP_BPC_WildWest_init_verbs[] = { | ||
925 | /* | ||
926 | * Unmute ADC0-2 and set the default input to mic-in | ||
927 | */ | ||
928 | {0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
929 | {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
930 | {0x08, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
931 | {0x08, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
932 | {0x09, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
933 | {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
934 | |||
935 | /* Mute input amps (CD, Line In, Mic 1 & Mic 2) of the analog-loopback | ||
936 | * mixer widget | ||
937 | * Note: PASD motherboards uses the Line In 2 as the input for front | ||
938 | * panel mic (mic 2) | ||
939 | */ | ||
940 | /* Amp Indices: Mic1 = 0, Mic2 = 1, Line1 = 2, Line2 = 3, CD = 4 */ | ||
941 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, | ||
942 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, | ||
943 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(2)}, | ||
944 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(3)}, | ||
945 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, | ||
946 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(5)}, | ||
947 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(6)}, | ||
948 | {0x0b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(7)}, | ||
949 | /* | ||
950 | * Set up output mixers (0x0c - 0x0e) | ||
951 | */ | ||
952 | /* set vol=0 to output mixers */ | ||
953 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
954 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
955 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, | ||
956 | |||
957 | /* set up input amps for analog loopback */ | ||
958 | /* Amp Indices: DAC = 0, mixer = 1 */ | ||
959 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
960 | {0x0c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
961 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
962 | {0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
963 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, | ||
964 | {0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)}, | ||
965 | |||
966 | |||
967 | {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP */ | ||
968 | {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Mono */ | ||
969 | {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* rear MIC */ | ||
970 | {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* Line in */ | ||
971 | {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Front MIC */ | ||
972 | {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Line out */ | ||
973 | {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD in */ | ||
974 | |||
975 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, | ||
976 | {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, | ||
977 | |||
978 | {0x1b, AC_VERB_SET_CONNECT_SEL, 0x00}, | ||
979 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x01}, | ||
980 | |||
981 | /* {0x14, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, */ | ||
982 | {0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
983 | {0x19, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
984 | {0x1a, AC_VERB_SET_AMP_GAIN_MUTE, 0x7023 }, | ||
985 | {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
986 | {0x1d, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000 }, | ||
987 | |||
988 | /* FIXME: use matrix-type input source selection */ | ||
989 | /* Mixer elements: 0x18, 19, 1a, 1b, 1c, 1d, 14, 15, 16, 17, 0b */ | ||
990 | /* Input mixer1: unmute Mic, F-Mic, Line, CD inputs */ | ||
991 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, /*rear MIC*/ | ||
992 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, /*Line in*/ | ||
993 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, /*F MIC*/ | ||
994 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, /*Front*/ | ||
995 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, /*CD*/ | ||
996 | /* {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */ | ||
997 | {0x24, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, /*HP*/ | ||
998 | /* Input mixer2 */ | ||
999 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, | ||
1000 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, | ||
1001 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, | ||
1002 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, | ||
1003 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, | ||
1004 | /* {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */ | ||
1005 | {0x23, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, | ||
1006 | /* Input mixer3 */ | ||
1007 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x00 << 8))}, | ||
1008 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x01 << 8))}, | ||
1009 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x02 << 8))}, | ||
1010 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x03 << 8))}, | ||
1011 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x04 << 8))}, | ||
1012 | /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x06 << 8))}, */ | ||
1013 | {0x22, AC_VERB_SET_AMP_GAIN_MUTE, (0x7000 | (0x07 << 8))}, | ||
1014 | |||
1015 | {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, ALC_HP_EVENT | AC_USRSP_EN}, | ||
1016 | |||
1017 | { } | ||
1018 | }; | ||
1019 | |||
1020 | static const struct hda_verb alc262_toshiba_rx1_unsol_verbs[] = { | 660 | static const struct hda_verb alc262_toshiba_rx1_unsol_verbs[] = { |
1021 | 661 | ||
1022 | {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Front Speaker */ | 662 | {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Front Speaker */ |
@@ -1042,13 +682,8 @@ static const char * const alc262_models[ALC262_MODEL_LAST] = { | |||
1042 | [ALC262_HIPPO] = "hippo", | 682 | [ALC262_HIPPO] = "hippo", |
1043 | [ALC262_HIPPO_1] = "hippo_1", | 683 | [ALC262_HIPPO_1] = "hippo_1", |
1044 | [ALC262_FUJITSU] = "fujitsu", | 684 | [ALC262_FUJITSU] = "fujitsu", |
1045 | [ALC262_HP_BPC] = "hp-bpc", | ||
1046 | [ALC262_HP_BPC_D7000_WL]= "hp-bpc-d7000", | ||
1047 | [ALC262_HP_TC_T5735] = "hp-tc-t5735", | ||
1048 | [ALC262_HP_RP5700] = "hp-rp5700", | ||
1049 | [ALC262_BENQ_ED8] = "benq", | 685 | [ALC262_BENQ_ED8] = "benq", |
1050 | [ALC262_BENQ_T31] = "benq-t31", | 686 | [ALC262_BENQ_T31] = "benq-t31", |
1051 | [ALC262_SONY_ASSAMD] = "sony-assamd", | ||
1052 | [ALC262_TOSHIBA_S06] = "toshiba-s06", | 687 | [ALC262_TOSHIBA_S06] = "toshiba-s06", |
1053 | [ALC262_TOSHIBA_RX1] = "toshiba-rx1", | 688 | [ALC262_TOSHIBA_RX1] = "toshiba-rx1", |
1054 | [ALC262_ULTRA] = "ultra", | 689 | [ALC262_ULTRA] = "ultra", |
@@ -1061,41 +696,6 @@ static const char * const alc262_models[ALC262_MODEL_LAST] = { | |||
1061 | static const struct snd_pci_quirk alc262_cfg_tbl[] = { | 696 | static const struct snd_pci_quirk alc262_cfg_tbl[] = { |
1062 | SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO), | 697 | SND_PCI_QUIRK(0x1002, 0x437b, "Hippo", ALC262_HIPPO), |
1063 | SND_PCI_QUIRK(0x1033, 0x8895, "NEC Versa S9100", ALC262_NEC), | 698 | SND_PCI_QUIRK(0x1033, 0x8895, "NEC Versa S9100", ALC262_NEC), |
1064 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1200, "HP xw series", | ||
1065 | ALC262_HP_BPC), | ||
1066 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", | ||
1067 | ALC262_HP_BPC), | ||
1068 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1500, "HP z series", | ||
1069 | ALC262_HP_BPC), | ||
1070 | SND_PCI_QUIRK(0x103c, 0x170b, "HP Z200", | ||
1071 | ALC262_AUTO), | ||
1072 | SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1700, "HP xw series", | ||
1073 | ALC262_HP_BPC), | ||
1074 | SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), | ||
1075 | SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF), | ||
1076 | SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL), | ||
1077 | SND_PCI_QUIRK(0x103c, 0x2803, "HP D7000", ALC262_HP_BPC_D7000_WF), | ||
1078 | SND_PCI_QUIRK(0x103c, 0x2804, "HP D7000", ALC262_HP_BPC_D7000_WL), | ||
1079 | SND_PCI_QUIRK(0x103c, 0x2805, "HP D7000", ALC262_HP_BPC_D7000_WF), | ||
1080 | SND_PCI_QUIRK(0x103c, 0x2806, "HP D7000", ALC262_HP_BPC_D7000_WL), | ||
1081 | SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF), | ||
1082 | SND_PCI_QUIRK(0x103c, 0x280c, "HP xw4400", ALC262_HP_BPC), | ||
1083 | SND_PCI_QUIRK(0x103c, 0x3014, "HP xw6400", ALC262_HP_BPC), | ||
1084 | SND_PCI_QUIRK(0x103c, 0x3015, "HP xw8400", ALC262_HP_BPC), | ||
1085 | SND_PCI_QUIRK(0x103c, 0x302f, "HP Thin Client T5735", | ||
1086 | ALC262_HP_TC_T5735), | ||
1087 | SND_PCI_QUIRK(0x103c, 0x2817, "HP RP5700", ALC262_HP_RP5700), | ||
1088 | SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD), | ||
1089 | SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO), | ||
1090 | SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD), | ||
1091 | SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */ | ||
1092 | SND_PCI_QUIRK(0x104d, 0x9025, "Sony VAIO Z21MN", ALC262_TOSHIBA_S06), | ||
1093 | SND_PCI_QUIRK(0x104d, 0x9035, "Sony VAIO VGN-FW170J", ALC262_AUTO), | ||
1094 | SND_PCI_QUIRK(0x104d, 0x9047, "Sony VAIO Type G", ALC262_AUTO), | ||
1095 | #if 0 /* disable the quirk since model=auto works better in recent versions */ | ||
1096 | SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO", | ||
1097 | ALC262_SONY_ASSAMD), | ||
1098 | #endif | ||
1099 | SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1", | 699 | SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1", |
1100 | ALC262_TOSHIBA_RX1), | 700 | ALC262_TOSHIBA_RX1), |
1101 | SND_PCI_QUIRK(0x1179, 0xff7b, "Toshiba S06", ALC262_TOSHIBA_S06), | 701 | SND_PCI_QUIRK(0x1179, 0xff7b, "Toshiba S06", ALC262_TOSHIBA_S06), |
@@ -1166,68 +766,6 @@ static const struct alc_config_preset alc262_presets[] = { | |||
1166 | .setup = alc262_fujitsu_setup, | 766 | .setup = alc262_fujitsu_setup, |
1167 | .init_hook = alc_inithook, | 767 | .init_hook = alc_inithook, |
1168 | }, | 768 | }, |
1169 | [ALC262_HP_BPC] = { | ||
1170 | .mixers = { alc262_HP_BPC_mixer }, | ||
1171 | .init_verbs = { alc262_HP_BPC_init_verbs }, | ||
1172 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1173 | .dac_nids = alc262_dac_nids, | ||
1174 | .hp_nid = 0x03, | ||
1175 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1176 | .channel_mode = alc262_modes, | ||
1177 | .input_mux = &alc262_HP_capture_source, | ||
1178 | .unsol_event = alc_sku_unsol_event, | ||
1179 | .setup = alc262_hp_bpc_setup, | ||
1180 | .init_hook = alc_inithook, | ||
1181 | }, | ||
1182 | [ALC262_HP_BPC_D7000_WF] = { | ||
1183 | .mixers = { alc262_HP_BPC_WildWest_mixer }, | ||
1184 | .init_verbs = { alc262_HP_BPC_WildWest_init_verbs }, | ||
1185 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1186 | .dac_nids = alc262_dac_nids, | ||
1187 | .hp_nid = 0x03, | ||
1188 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1189 | .channel_mode = alc262_modes, | ||
1190 | .input_mux = &alc262_HP_D7000_capture_source, | ||
1191 | .unsol_event = alc_sku_unsol_event, | ||
1192 | .setup = alc262_hp_wildwest_setup, | ||
1193 | .init_hook = alc_inithook, | ||
1194 | }, | ||
1195 | [ALC262_HP_BPC_D7000_WL] = { | ||
1196 | .mixers = { alc262_HP_BPC_WildWest_mixer, | ||
1197 | alc262_HP_BPC_WildWest_option_mixer }, | ||
1198 | .init_verbs = { alc262_HP_BPC_WildWest_init_verbs }, | ||
1199 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1200 | .dac_nids = alc262_dac_nids, | ||
1201 | .hp_nid = 0x03, | ||
1202 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1203 | .channel_mode = alc262_modes, | ||
1204 | .input_mux = &alc262_HP_D7000_capture_source, | ||
1205 | .unsol_event = alc_sku_unsol_event, | ||
1206 | .setup = alc262_hp_wildwest_setup, | ||
1207 | .init_hook = alc_inithook, | ||
1208 | }, | ||
1209 | [ALC262_HP_TC_T5735] = { | ||
1210 | .mixers = { alc262_hp_t5735_mixer }, | ||
1211 | .init_verbs = { alc262_init_verbs, alc262_hp_t5735_verbs }, | ||
1212 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1213 | .dac_nids = alc262_dac_nids, | ||
1214 | .hp_nid = 0x03, | ||
1215 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1216 | .channel_mode = alc262_modes, | ||
1217 | .input_mux = &alc262_capture_source, | ||
1218 | .unsol_event = alc_sku_unsol_event, | ||
1219 | .setup = alc262_hp_t5735_setup, | ||
1220 | .init_hook = alc_inithook, | ||
1221 | }, | ||
1222 | [ALC262_HP_RP5700] = { | ||
1223 | .mixers = { alc262_hp_rp5700_mixer }, | ||
1224 | .init_verbs = { alc262_init_verbs, alc262_hp_rp5700_verbs }, | ||
1225 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1226 | .dac_nids = alc262_dac_nids, | ||
1227 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1228 | .channel_mode = alc262_modes, | ||
1229 | .input_mux = &alc262_hp_rp5700_capture_source, | ||
1230 | }, | ||
1231 | [ALC262_BENQ_ED8] = { | 769 | [ALC262_BENQ_ED8] = { |
1232 | .mixers = { alc262_base_mixer }, | 770 | .mixers = { alc262_base_mixer }, |
1233 | .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs }, | 771 | .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs }, |
@@ -1238,19 +776,6 @@ static const struct alc_config_preset alc262_presets[] = { | |||
1238 | .channel_mode = alc262_modes, | 776 | .channel_mode = alc262_modes, |
1239 | .input_mux = &alc262_capture_source, | 777 | .input_mux = &alc262_capture_source, |
1240 | }, | 778 | }, |
1241 | [ALC262_SONY_ASSAMD] = { | ||
1242 | .mixers = { alc262_sony_mixer }, | ||
1243 | .init_verbs = { alc262_init_verbs, alc262_sony_unsol_verbs}, | ||
1244 | .num_dacs = ARRAY_SIZE(alc262_dac_nids), | ||
1245 | .dac_nids = alc262_dac_nids, | ||
1246 | .hp_nid = 0x02, | ||
1247 | .num_channel_mode = ARRAY_SIZE(alc262_modes), | ||
1248 | .channel_mode = alc262_modes, | ||
1249 | .input_mux = &alc262_capture_source, | ||
1250 | .unsol_event = alc_sku_unsol_event, | ||
1251 | .setup = alc262_hippo_setup, | ||
1252 | .init_hook = alc_inithook, | ||
1253 | }, | ||
1254 | [ALC262_BENQ_T31] = { | 779 | [ALC262_BENQ_T31] = { |
1255 | .mixers = { alc262_benq_t31_mixer }, | 780 | .mixers = { alc262_benq_t31_mixer }, |
1256 | .init_verbs = { alc262_init_verbs, alc262_benq_t31_EAPD_verbs, | 781 | .init_verbs = { alc262_init_verbs, alc262_benq_t31_EAPD_verbs, |