Commit 6765ff77 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: rt5631: Remove unused codec field from struct rt5631_priv

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f96c255d
......@@ -31,7 +31,6 @@
#include "rt5631.h"
struct rt5631_priv {
struct snd_soc_codec *codec;
int codec_version;
int master;
int sysclk;
......@@ -1632,7 +1631,6 @@ static int rt5631_probe(struct snd_soc_codec *codec)
}
codec->dapm.bias_level = SND_SOC_BIAS_STANDBY;
rt5631->codec = codec;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment