projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c825c51
)
sound: spdif: disable mono sound channel
author
Nick Xie
<nick@khadas.com>
Wed, 3 Jul 2019 08:52:56 +0000
(16:52 +0800)
committer
Nick Xie
<nick@khadas.com>
Wed, 3 Jul 2019 08:52:56 +0000
(16:52 +0800)
Signed-off-by: Nick Xie <nick@khadas.com>
sound/soc/codecs/spdif_transmitter.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/spdif_transmitter.c
b/sound/soc/codecs/spdif_transmitter.c
index
ee36753
..
eff9219
100644
(file)
--- a/
sound/soc/codecs/spdif_transmitter.c
+++ b/
sound/soc/codecs/spdif_transmitter.c
@@
-50,7
+50,7
@@
static struct snd_soc_dai_driver dit_stub_dai = {
.name = "dit-hifi",
.playback = {
.stream_name = "Playback",
- .channels_min =
1
,
+ .channels_min =
2
,
.channels_max = 384,
.rates = STUB_RATES,
.formats = STUB_FORMATS,