projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84bbc4a
)
ASoC: wm8978: enable symmetric rates
author
Kuninori Morimoto
<
[email protected]
>
Fri, 12 Jul 2013 03:09:43 +0000
(20:09 -0700)
committer
Mark Brown
<
[email protected]
>
Fri, 12 Jul 2013 08:44:56 +0000
(09:44 +0100)
wm8978 needs .symmetric_rates = 1.
The playback/capture will be strange without this patch
when it used asymmetric rate in same time
Tested-by: Yusuke Goda <
[email protected]
>
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm8978.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8978.c
b/sound/soc/codecs/wm8978.c
index 029f31c8e7036b12bd79543960279c356ab1806b..d8fc531c0e59f0604ae72a4a0a1af68d010317c3 100644
(file)
--- a/
sound/soc/codecs/wm8978.c
+++ b/
sound/soc/codecs/wm8978.c
@@
-921,6
+921,7
@@
static struct snd_soc_dai_driver wm8978_dai = {
.formats = WM8978_FORMATS,
},
.ops = &wm8978_dai_ops,
+ .symmetric_rates = 1,
};
static int wm8978_suspend(struct snd_soc_codec *codec)