aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-08 10:38:17 -0400
committerTakashi Iwai <tiwai@suse.de>2009-06-08 10:38:17 -0400
commitf03ecf50534a81b06544c58a713076d59d54baf9 (patch)
tree06a8c57670b83ad1d596a83765f4d331e9f9b5ad
parent64a8be74357477558183b43156c5536b642de134 (diff)
ALSA: hda - Fix the previous tagra-8ch patch
- Fix a typo in the patch - Adapted to follow the recent change for unsol event handling Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index cfe4808c3a4c..337d2a59c67e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7726,7 +7726,7 @@ static struct hda_channel_mode alc883_3ST_6ch_modes[3] = {
7726 * 2ch mode 7726 * 2ch mode
7727 */ 7727 */
7728static struct hda_verb alc883_4ST_ch2_init[] = { 7728static struct hda_verb alc883_4ST_ch2_init[] = {
7729 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PhIN_OUT }, 7729 { 0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },
7730 { 0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE }, 7730 { 0x17, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE },
7731 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, 7731 { 0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 },
7732 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE }, 7732 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
@@ -9205,7 +9205,7 @@ static struct alc_config_preset alc883_presets[] = {
9205 .need_dac_fix = 1, 9205 .need_dac_fix = 1,
9206 .input_mux = &alc883_capture_source, 9206 .input_mux = &alc883_capture_source,
9207 .unsol_event = alc883_tagra_unsol_event, 9207 .unsol_event = alc883_tagra_unsol_event,
9208 .init_hook = alc883_tagra_automute, 9208 .init_hook = alc883_tagra_init_hook,
9209 }, 9209 },
9210 [ALC883_ACER] = { 9210 [ALC883_ACER] = {
9211 .mixers = { alc883_base_mixer }, 9211 .mixers = { alc883_base_mixer },