Skip to content

Commit

Permalink
ASoC: tlv320aic31xx: Fix unused variable warning from aic31xx_clk_off
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha authored and Mark Brown committed Mar 13, 2014
1 parent e00447f commit a2d5767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/tlv320aic31xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ static void aic31xx_clk_on(struct snd_soc_codec *codec)

static void aic31xx_clk_off(struct snd_soc_codec *codec)
{
struct aic31xx_priv *aic31xx = snd_soc_codec_get_drvdata(codec);
u8 mask = AIC31XX_PM_MASK;
u8 off = 0;

Expand Down

0 comments on commit a2d5767

Please sign in to comment.