projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdce2db
)
ALSA: oxygen: fix Xonar DG input
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 12 Jan 2011 07:30:12 +0000
(08:30 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 12 Jan 2011 07:32:44 +0000
(08:32 +0100)
Apparently, this card uses the other I2S input.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/xonar_dg.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/oxygen/xonar_dg.c
b/sound/pci/oxygen/xonar_dg.c
index dd45cf4d9eb9a6fbd7fea4b67ca3d75c5fc4ab93..e4de0b8d087a000cb67b735cf9a5c2b603afba70 100644
(file)
--- a/
sound/pci/oxygen/xonar_dg.c
+++ b/
sound/pci/oxygen/xonar_dg.c
@@
-561,7
+561,7
@@
struct oxygen_model model_xonar_dg = {
.model_data_size = sizeof(struct dg),
.device_config = PLAYBACK_0_TO_I2S |
PLAYBACK_1_TO_SPDIF |
- CAPTURE_0_FROM_I2S_
1
,
+ CAPTURE_0_FROM_I2S_
2
,
.dac_channels_pcm = 6,
.dac_channels_mixer = 0,
.function_flags = OXYGEN_FUNCTION_SPI,