alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
@ 2011-01-12  4:08 Mike Frysinger
  2011-01-12  5:06 ` [stable] " Greg KH
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mike Frysinger @ 2011-01-12  4:08 UTC (permalink / raw)
  To: alsa-devel, Mark Brown
  Cc: uclinux-dist-devel, stable, stable-review, linux-kernel

One spot was missed in this driver when converting from
snd_soc_dai.private_data to snd_soc_dai_get_drvdata.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 sound/soc/blackfin/bf5xx-tdm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/blackfin/bf5xx-tdm.c b/sound/soc/blackfin/bf5xx-tdm.c
index 1251239..b2cf239 100644
--- a/sound/soc/blackfin/bf5xx-tdm.c
+++ b/sound/soc/blackfin/bf5xx-tdm.c
@@ -210,7 +210,7 @@ static int bf5xx_tdm_set_channel_map(struct snd_soc_dai *dai,
 #ifdef CONFIG_PM
 static int bf5xx_tdm_suspend(struct snd_soc_dai *dai)
 {
-	struct sport_device *sport = dai->private_data;
+	struct sport_device *sport = snd_soc_dai_get_drvdata(dai);
 
 	if (!dai->active)
 		return 0;
-- 
1.7.4.rc1

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

end of thread, other threads:[~2011-01-13 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12  4:08 [PATCH] ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update Mike Frysinger
2011-01-12  5:06 ` [stable] " Greg KH
2011-01-13 13:55 ` Mark Brown
     [not found]   ` <20110113135525.GD11840-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2011-01-13 16:52     ` Mike Frysinger
2011-01-13 17:12       ` [uclinux-dist-devel] " Mark Brown
2011-01-13 17:17         ` Mike Frysinger
2011-01-13 13:57 ` Liam Girdwood
2011-01-13 14:16 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).