[alsa-devel] [PATCH] ASoC: rt5631: Remove unused codec field from struct rt5631_priv
Axel Lin
axel.lin at gmail.com
Thu Oct 20 05:00:06 CEST 2011
Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
sound/soc/codecs/rt5631.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c
index 86e69f4..27a078c 100644
--- a/sound/soc/codecs/rt5631.c
+++ b/sound/soc/codecs/rt5631.c
@@ -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;
}
--
1.7.5.4
More information about the Alsa-devel
mailing list