diff options
author | Jyri Sarha <jsarha@ti.com> | 2014-03-13 11:37:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-13 13:31:31 -0400 |
commit | a2d57678ce98534a87de42e55e599cae730d17ca (patch) | |
tree | 9218ffd95a9044080eb48d9824273ee3315e0b4c | |
parent | e00447fafbf7daf2cd49205b97e63d9734068a4f (diff) |
ASoC: tlv320aic31xx: Fix unused variable warning from aic31xx_clk_off
Fix "warning: unused variable 'aic31xx'" from function 'aic31xx_clk_off'.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/codecs/tlv320aic31xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c index e60e37b43a1b..bdc0d8bd47b4 100644 --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c | |||
@@ -943,7 +943,6 @@ static void aic31xx_clk_on(struct snd_soc_codec *codec) | |||
943 | 943 | ||
944 | static void aic31xx_clk_off(struct snd_soc_codec *codec) | 944 | static void aic31xx_clk_off(struct snd_soc_codec *codec) |
945 | { | 945 | { |
946 | struct aic31xx_priv *aic31xx = snd_soc_codec_get_drvdata(codec); | ||
947 | u8 mask = AIC31XX_PM_MASK; | 946 | u8 mask = AIC31XX_PM_MASK; |
948 | u8 off = 0; | 947 | u8 off = 0; |
949 | 948 | ||