diff options
author | Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com> | 2010-01-24 08:12:37 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-01-25 02:00:02 -0500 |
commit | 973b8cb0ead3e0b1dd3ee7b2df52e4dff1ffc707 (patch) | |
tree | 373bab2b1901fe2ca3a1ef20f1b21389b21b6826 /sound/pci/hda/patch_realtek.c | |
parent | dc99be47667c56046555e89e62f1ac17fa06329a (diff) |
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/hda/patch_realtek.c')
-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 d00e6d1da085..da34095c707f 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[] = { | |||
9478 | .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes), | 9478 | .num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes), |
9479 | .channel_mode = alc883_3ST_6ch_modes, | 9479 | .channel_mode = alc883_3ST_6ch_modes, |
9480 | .need_dac_fix = 1, | 9480 | .need_dac_fix = 1, |
9481 | .const_channel_count = 6, | ||
9481 | .num_mux_defs = | 9482 | .num_mux_defs = |
9482 | ARRAY_SIZE(alc888_2_capture_sources), | 9483 | ARRAY_SIZE(alc888_2_capture_sources), |
9483 | .input_mux = alc888_2_capture_sources, | 9484 | .input_mux = alc888_2_capture_sources, |