projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72fea6
)
ASoC: wm5102: Correct supported channels on trace compressed DAI
author
Charles Keepax
<ckeepax@opensource.wolfsonmicro.com>
Mon, 13 Jun 2016 12:35:16 +0000
(13:35 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 13 Jun 2016 14:11:15 +0000
(15:11 +0100)
The audio trace firmware on wm5102 only supports 4 channels correct
the DAI driver structure to reflect this.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm5102.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5102.c
b/sound/soc/codecs/wm5102.c
index da60e3fe5ee7afb37740b750e0f15f6156d6a4eb..e7fe6b7b95b7fc8e29b3da06f770c9d52f8bd155 100644
(file)
--- a/
sound/soc/codecs/wm5102.c
+++ b/
sound/soc/codecs/wm5102.c
@@
-1872,7
+1872,7
@@
static struct snd_soc_dai_driver wm5102_dai[] = {
.capture = {
.stream_name = "Audio Trace CPU",
.channels_min = 1,
- .channels_max =
6
,
+ .channels_max =
4
,
.rates = WM5102_RATES,
.formats = WM5102_FORMATS,
},