summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/arizona.h
diff options
context:
space:
mode:
authorCharles Keepax2013-12-19 10:30:12 +0100
committerMark Brown2013-12-19 11:20:31 +0100
commitfbedc8cbc3c40281cf52ed0e2e5998dea98e2992 (patch)
treed3ad602e04639b9f65dc08225cf264e1bd483bfb /sound/soc/codecs/arizona.h
parentASoC: wm5110: Expose switch controls for DRE (diff)
downloadkernel-qcow2-linux-fbedc8cbc3c40281cf52ed0e2e5998dea98e2992.tar.gz
kernel-qcow2-linux-fbedc8cbc3c40281cf52ed0e2e5998dea98e2992.tar.xz
kernel-qcow2-linux-fbedc8cbc3c40281cf52ed0e2e5998dea98e2992.zip
ASoC: wm5110: Add FSH for ISRCs
Currently, the driver only supports configuration of the lower sample rate (FSL) on the ISRCs. With the higher rate being fixed a SYSCLK, this patch adds support for configuring the higher sample rate (FSH). Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r--sound/soc/codecs/arizona.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h
index 6641f3d64194..99a97c06d46a 100644
--- a/sound/soc/codecs/arizona.h
+++ b/sound/soc/codecs/arizona.h
@@ -186,6 +186,7 @@ extern const char *arizona_rate_text[ARIZONA_RATE_ENUM_SIZE];
extern const int arizona_rate_val[ARIZONA_RATE_ENUM_SIZE];
extern const struct soc_enum arizona_isrc_fsl[];
+extern const struct soc_enum arizona_isrc_fsh[];
extern const struct soc_enum arizona_in_vi_ramp;
extern const struct soc_enum arizona_in_vd_ramp;