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:
1de9e8e
)
sound: virtuoso: enable UART on Xonar HDAV1.3
author
Clemens Ladisch
<clemens@ladisch.de>
Mon, 19 Jan 2009 09:07:21 +0000
(10:07 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 19 Jan 2009 13:07:21 +0000
(14:07 +0100)
This hardware has a better chance of working correctly if we don't
forget to enable it.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/virtuoso.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/oxygen/virtuoso.c
b/sound/pci/oxygen/virtuoso.c
index e9e829e83d7ae4b3f51493b6aa231236c1316fdb..a962166430534adca26f7d09a634120d56507867 100644
(file)
--- a/
sound/pci/oxygen/virtuoso.c
+++ b/
sound/pci/oxygen/virtuoso.c
@@
-908,6
+908,7
@@
static const struct oxygen_model model_xonar_hdav = {
.dac_channels = 8,
.dac_volume_min = 0x0f,
.dac_volume_max = 0xff,
+ .misc_flags = OXYGEN_MISC_MIDI,
.function_flags = OXYGEN_FUNCTION_2WIRE,
.dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST,
.adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST,