[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1294805299-5265-1-git-send-email-vapier@gentoo.org>
Date: Tue, 11 Jan 2011 23:08:19 -0500
From: Mike Frysinger <vapier@...too.org>
To: alsa-devel@...a-project.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: uclinux-dist-devel@...ckfin.uclinux.org, stable@...nel.org,
stable-review@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
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@...too.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists