All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ASoC: rt5645: Remove the unused variable
@ 2014-05-08  6:47 Oder Chiou
  2014-05-08  6:47 ` [PATCH 2/4] ASoC: rt5645: Staticise non-exported symbols Oder Chiou
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Oder Chiou @ 2014-05-08  6:47 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: oder_chiou, bardliao, alsa-devel, flove

The patch is for removing the unused variable.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5645.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 7d8cc16..37ec468 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -1166,7 +1166,6 @@ static int rt5645_spk_event(struct snd_soc_dapm_widget *w,
 	struct snd_kcontrol *kcontrol, int event)
 {
 	struct snd_soc_codec *codec = w->codec;
-	struct rt5645_priv *rt5645 = snd_soc_codec_get_drvdata(codec);
 
 	switch (event) {
 	case SND_SOC_DAPM_POST_PMU:
-- 
1.8.1.1.439.g50a6b54

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-08  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  6:47 [PATCH 1/4] ASoC: rt5645: Remove the unused variable Oder Chiou
2014-05-08  6:47 ` [PATCH 2/4] ASoC: rt5645: Staticise non-exported symbols Oder Chiou
2014-05-08  6:47 ` [PATCH 3/4] ASoC: rt5645: Move settings from probe() to reg_default struct Oder Chiou
2014-05-08  6:47 ` [PATCH 4/4] ASoC: rt5645: Correct the cache sync function Oder Chiou
2014-05-08  7:05 ` [PATCH 1/4] ASoC: rt5645: Remove the unused variable Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.