projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
ASoC: wm8960: Fix capture sample rate from 11250 to 11025
author
Zidan Wang
<b50113@freescale.com>
Wed, 31 Dec 2014 03:39:14 +0000
(11:39 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 6 Jan 2015 17:38:16 +0000
(17:38 +0000)
wm8960 codec can't support sample rate 11250, it must be 11025.
Signed-off-by: Zidan Wang <b50113@freescale.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/wm8960.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8960.c
b/sound/soc/codecs/wm8960.c
index 031a1ae71d943f2782d08f911d24c79d38d078ab..a96eb497a3796e9b67b539eae255a316af52864b 100644
(file)
--- a/
sound/soc/codecs/wm8960.c
+++ b/
sound/soc/codecs/wm8960.c
@@
-556,7
+556,7
@@
static struct {
{ 22050, 2 },
{ 24000, 2 },
{ 16000, 3 },
- { 11
250
, 4 },
+ { 11
025
, 4 },
{ 12000, 4 },
{ 8000, 5 },
};