[alsa-devel] [PATCH] SoC: ak4641: Remove unused codec field from struct ak4641_priv
Signed-off-by: Axel Lin axel.lin@gmail.com --- sound/soc/codecs/ak4641.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index 7a64e58..f5125ae 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c @@ -31,7 +31,6 @@
/* codec private data */ struct ak4641_priv { - struct snd_soc_codec *codec; unsigned int sysclk; int deemph; int playback_fs;
On 19 October 2011 16:05, Axel Lin axel.lin@gmail.com wrote:
Signed-off-by: Axel Lin axel.lin@gmail.com
sound/soc/codecs/ak4641.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index 7a64e58..f5125ae 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c @@ -31,7 +31,6 @@
/* codec private data */ struct ak4641_priv {
- struct snd_soc_codec *codec;
unsigned int sysclk; int deemph; int playback_fs; -- 1.7.5.4
Acked-by: Liam Girdwood lrg@ti.com
On Wed, Oct 19, 2011 at 11:05:56PM +0800, Axel Lin wrote:
Signed-off-by: Axel Lin axel.lin@gmail.com
Applied, thanks.
participants (3)
-
Axel Lin
-
Girdwood, Liam
-
Mark Brown