diff options
author | Roman Volkov <v1ron@mail.ru> | 2014-01-24 07:18:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-24 00:38:14 -0400 |
commit | fd642c2b8f42e90563b6ef9f268aec6d5378befb (patch) | |
tree | 43daf3e3cb11268a6c5c90cfde1fae3a191d0eba | |
parent | 9804b5d36e7635cb5a11a5209a1ae8b7cd655d74 (diff) |
ALSA: oxygen: Xonar DG(X): capture from I2S channel 1, not 2
commit 3dd77654fb1d7f68b9739f3039bad8dbbc0739f8 upstream.
Actually CS4245 connected to the I2S channel 1 for
capture, not channel 2. Otherwise capturing and
playback does not work for CS4245.
Signed-off-by: Roman Volkov <v1ron@mail.ru>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | sound/pci/oxygen/xonar_dg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/xonar_dg.c b/sound/pci/oxygen/xonar_dg.c index 77acd790ea47..5519b8f0dad0 100644 --- a/sound/pci/oxygen/xonar_dg.c +++ b/sound/pci/oxygen/xonar_dg.c | |||
@@ -596,7 +596,7 @@ struct oxygen_model model_xonar_dg = { | |||
596 | .model_data_size = sizeof(struct dg), | 596 | .model_data_size = sizeof(struct dg), |
597 | .device_config = PLAYBACK_0_TO_I2S | | 597 | .device_config = PLAYBACK_0_TO_I2S | |
598 | PLAYBACK_1_TO_SPDIF | | 598 | PLAYBACK_1_TO_SPDIF | |
599 | CAPTURE_0_FROM_I2S_2 | | 599 | CAPTURE_0_FROM_I2S_1 | |
600 | CAPTURE_1_FROM_SPDIF, | 600 | CAPTURE_1_FROM_SPDIF, |
601 | .dac_channels_pcm = 6, | 601 | .dac_channels_pcm = 6, |
602 | .dac_channels_mixer = 0, | 602 | .dac_channels_mixer = 0, |