From: Łukasz Wojniłowicz Date: Sun, 24 Jan 2010 13:12:37 +0000 (+0100) Subject: ALSA: hda - add possibility to choose speakers configuration for 4930g X-Git-Tag: v3.0~6009^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707;p=platform%2Fkernel%2Flinux-amlogic.git ALSA: hda - add possibility to choose speakers configuration for 4930g Now one can choose speaker configuration in e.g. PulseAudio mixer Signed-off-by: Łukasz Wojniłowicz Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d00e6d1..da34095 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9478,6 +9478,7 @@ static struct alc_config_preset alc882_presets[] = { .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes), .channel_mode = alc883_3ST_6ch_modes, .need_dac_fix = 1, + .const_channel_count = 6, .num_mux_defs = ARRAY_SIZE(alc888_2_capture_sources), .input_mux = alc888_2_capture_sources,