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:
f114040
)
ASoC: arizona: Add support for 768kHz DMIC operation
author
Charles Keepax
<ckeepax@opensource.wolfsonmicro.com>
Wed, 12 Nov 2014 14:55:26 +0000
(14:55 +0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 12 Nov 2014 15:06:11 +0000
(15:06 +0000)
The new IPs supports a new lower frequency 768kHz DMIC operation
add support for this into the OSR control.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/arizona.c
b/sound/soc/codecs/arizona.c
index 0c05e7a7945fe203a760eb0f412b97bd48d29783..786464f5a23c8a34e80bf728a3b9d1e8dc6f6504 100644
(file)
--- a/
sound/soc/codecs/arizona.c
+++ b/
sound/soc/codecs/arizona.c
@@
-648,7
+648,7
@@
SOC_ENUM_SINGLE_DECL(arizona_in_hpf_cut_enum,
EXPORT_SYMBOL_GPL(arizona_in_hpf_cut_enum);
static const char * const arizona_in_dmic_osr_text[] = {
- "1.536MHz", "3.072MHz", "6.144MHz",
+ "1.536MHz", "3.072MHz", "6.144MHz",
"768kHz",
};
const struct soc_enum arizona_in_dmic_osr[] = {