diff options
author | Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com> | 2010-01-24 14:12:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-01-25 08:00:02 +0100 |
commit | 973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707 (patch) | |
tree | 373bab2b1901fe2ca3a1ef20f1b21389b21b6826 /sound/pci | |
parent | dc99be47667c56046555e89e62f1ac17fa06329a (diff) | |
download | linux-3.10-973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707.tar.gz linux-3.10-973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707.tar.bz2 linux-3.10-973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707.zip |
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 <lukasz.wojnilowicz@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d00e6d1da08..da34095c707 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, |