Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2d57678 authored by Jyri Sarha's avatar Jyri Sarha Committed by Mark Brown
Browse files

ASoC: tlv320aic31xx: Fix unused variable warning from aic31xx_clk_off



Fix "warning: unused variable 'aic31xx'" from function 'aic31xx_clk_off'.

Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e00447fa
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -943,7 +943,6 @@ static void aic31xx_clk_on(struct snd_soc_codec *codec)


static void aic31xx_clk_off(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 mask = AIC31XX_PM_MASK;
	u8 off = 0;
	u8 off = 0;