From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: uclinux-dist-devel@blackfin.uclinux.org,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: Blackfin TDM: fix missed snd_soc_dai_get_drvdata update
Date: Thu, 13 Jan 2011 13:55:25 +0000 [thread overview]
Message-ID: <20110113135525.GD11840@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1294805299-5265-1-git-send-email-vapier@gentoo.org>
On Tue, Jan 11, 2011 at 11:08:19PM -0500, Mike Frysinger wrote:
> 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>
Ccing in Liam - Mike, please remember to CC maintainers on patches - and
dropping the stable lists for now.
> ---
> 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
>
next prev parent reply other threads:[~2011-01-13 13:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110113135525.GD11840@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-kernel@vger.kernel.org \
--cc=uclinux-dist-devel@blackfin.uclinux.org \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).