diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-05 06:35:24 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-04 15:55:55 -0500 |
commit | 91660bd65c26b71c35772004c686ed437a1e2cf1 (patch) | |
tree | 06a71b81bcb594939d1f4f0af264cd32df25f992 /sound/soc/codecs/arizona.h | |
parent | 01df259f592147db97293b90d03e5fd8075cbeb3 (diff) |
ASoC: wm5102: Implement routing and power management for ISRCs
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/arizona.h')
-rw-r--r-- | sound/soc/codecs/arizona.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/arizona.h b/sound/soc/codecs/arizona.h index 3d083d005798..7f22b4f84369 100644 --- a/sound/soc/codecs/arizona.h +++ b/sound/soc/codecs/arizona.h | |||
@@ -66,7 +66,7 @@ struct arizona_priv { | |||
66 | struct arizona_dai_priv dai[ARIZONA_MAX_DAI]; | 66 | struct arizona_dai_priv dai[ARIZONA_MAX_DAI]; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | #define ARIZONA_NUM_MIXER_INPUTS 75 | 69 | #define ARIZONA_NUM_MIXER_INPUTS 99 |
70 | 70 | ||
71 | extern const unsigned int arizona_mixer_tlv[]; | 71 | extern const unsigned int arizona_mixer_tlv[]; |
72 | extern const char *arizona_mixer_texts[ARIZONA_NUM_MIXER_INPUTS]; | 72 | extern const char *arizona_mixer_texts[ARIZONA_NUM_MIXER_INPUTS]; |