All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Lars-Peter Clausen <lars@metafoo.de>,
	Kevin Cernekee <cernekee@chromium.org>,
	Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Subject: Applied "ASoC: tas571x: Replace direct snd_soc_codec dapm field access" to the asoc tree
Date: Tue, 07 Jul 2015 14:57:37 +0100	[thread overview]
Message-ID: <E1ZCTNR-0005SP-IH@finisterre> (raw)
In-Reply-To: <1436189891-15343-2-git-send-email-lars@metafoo.de>

The patch

   ASoC: tas571x: Replace direct snd_soc_codec dapm field access

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 8f218fa93d20a7b4ef8a088e5eed2d84b8ef4ab5 Mon Sep 17 00:00:00 2001
From: Lars-Peter Clausen <lars@metafoo.de>
Date: Mon, 6 Jul 2015 15:38:07 +0200
Subject: [PATCH] ASoC: tas571x: Replace direct snd_soc_codec dapm field access

The dapm field of the snd_soc_codec struct is eventually going to be
removed, in preparation for this replace all manual access to
codec->dapm.bias_level with snd_soc_codec_get_bias_level().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Kevin Cernekee <cernekee@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/codecs/tas571x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/tas571x.c b/sound/soc/codecs/tas571x.c
index 85bcc37..39307ad 100644
--- a/sound/soc/codecs/tas571x.c
+++ b/sound/soc/codecs/tas571x.c
@@ -179,7 +179,7 @@ static int tas571x_set_bias_level(struct snd_soc_codec *codec,
 	case SND_SOC_BIAS_PREPARE:
 		break;
 	case SND_SOC_BIAS_STANDBY:
-		if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) {
+		if (snd_soc_codec_get_bias_level(codec) == SND_SOC_BIAS_OFF) {
 			if (!IS_ERR(priv->mclk)) {
 				ret = clk_prepare_enable(priv->mclk);
 				if (ret) {
-- 
2.1.4

  parent reply	other threads:[~2015-07-07 13:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-06 13:38 [PATCH 1/6] ASoC: rt5645: Replace direct snd_soc_codec dapm field access Lars-Peter Clausen
2015-07-06 13:38 ` [PATCH 2/6] ASoC: tas571x: " Lars-Peter Clausen
2015-07-06 14:11   ` Kevin Cernekee
2015-07-07 13:57   ` Mark Brown [this message]
2015-07-06 13:38 ` [PATCH 3/6] ASoC: omap3pandora: Use card DAPM context to access widgets Lars-Peter Clausen
2015-07-07 13:57   ` Applied "ASoC: omap3pandora: Use card DAPM context to access widgets" to the asoc tree Mark Brown
2015-07-06 13:38 ` [PATCH 4/6] ASoC: cht_bsw_max98090_ti: Use card DAPM context to access widgets Lars-Peter Clausen
2015-07-07 13:57   ` Applied "ASoC: cht_bsw_max98090_ti: Use card DAPM context to access widgets" to the asoc tree Mark Brown
2015-07-06 13:38 ` [PATCH 5/6] ASoC: dapm_widget_show_codec: Use component instead of CODEC Lars-Peter Clausen
2015-07-07 13:57   ` Applied "ASoC: dapm_widget_show_codec: Use component instead of CODEC" to the asoc tree Mark Brown
2015-07-06 13:38 ` [PATCH 6/6] ASoC: Remove snd_soc_codec dapm field Lars-Peter Clausen
2015-07-07 13:57   ` Applied "ASoC: Remove snd_soc_codec dapm field" to the asoc tree Mark Brown
2015-07-07 13:57 ` Applied "ASoC: rt5645: Replace direct snd_soc_codec dapm field access" " 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=E1ZCTNR-0005SP-IH@finisterre \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=cernekee@chromium.org \
    --cc=lars@metafoo.de \
    /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 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.