Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Mark Brown <broonie@kernel.org>, Mark Brown <broonie@kernel.org>,
	linux-renesas-soc@vger.kernel.org,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Simon <horms@verge.net.au>,
	alsa-devel@alsa-project.org
Subject: Applied "ASoC: remove rtd->platform checck" to the asoc tree
Date: Mon, 12 Feb 2018 12:32:54 +0000	[thread overview]
Message-ID: <E1elDHy-0003UN-ST@debutante> (raw)
In-Reply-To: <87shhl5f0o.wl%kuninori.morimoto.gx@renesas.com>

The patch

   ASoC: remove rtd->platform checck

has been applied to the asoc tree at

   https://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 bbf4d71aa9e21e8ee05e16cbb2cd2999252ce930 Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Mon, 29 Jan 2018 02:40:28 +0000
Subject: [PATCH] ASoC: remove rtd->platform checck

Now, we are ready to replace rtd->platform to rtdcom list.
>From this patch, rtd->platform check is no longer needed.
It will be replaced into rtdcom.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/soc-core.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 96c44f6576c9..9558125b448d 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1162,11 +1162,6 @@ static int soc_bind_dai_link(struct snd_soc_card *card,
 
 		rtd->platform = platform;
 	}
-	if (!rtd->platform) {
-		dev_err(card->dev, "ASoC: platform %s not registered\n",
-			dai_link->platform_name);
-		goto _err_defer;
-	}
 
 	soc_add_pcm_runtime(card, rtd);
 	return 0;
-- 
2.16.1

  reply	other threads:[~2018-02-12 12:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25  3:58 [PATCH 0/x] ASoC: replace platform to component Kuninori Morimoto
2017-07-25  3:59 ` [PATCH 0/3] ASoC: add missing component functions Kuninori Morimoto
2017-07-25  4:00   ` [PATCH 1/3] ASoC: soc-core: add component remove/unregister_exp/lookup functions Kuninori Morimoto
2017-08-02 11:05     ` Mark Brown
2017-08-02 11:35       ` Kuninori Morimoto
2017-08-02 13:17         ` Mark Brown
2017-08-03  0:05           ` Kuninori Morimoto
2017-07-25  4:01   ` [PATCH 2/3] ASoC: soc-core: add snd_soc_add_component() Kuninori Morimoto
2017-07-25  4:01   ` [PATCH 3/3] ASoC: soc-devres: use expanded unregister on devm register component Kuninori Morimoto
2017-07-25  4:08 ` [PATCH 0/3 v2] ASoC: Component level pcm_new/free v2 Kuninori Morimoto
2017-07-25  4:09   ` [PATCH 1/3 v2] ASoC: soc-core: add snd_soc_rtdcom_xxx() Kuninori Morimoto
2017-07-25  4:09   ` [PATCH 2/3 v2] ASoC: use snd_soc_rtdcom_add() and convert to consistent operation Kuninori Morimoto
2017-07-25  4:09   ` [PATCH 3/3 v2] ASoC: add Component level pcm_new/pcm_free v2 Kuninori Morimoto
2017-07-25  4:19 ` [RFC 0/x] ASoC: replace platform to component Kuninori Morimoto
2017-07-25  4:20   ` [RFC 1/x] ASoC: snd_soc_component_driver has snd_pcm_ops Kuninori Morimoto
2017-07-25  4:20   ` [RFC 2/x] ASoC: snd_soc_component_driver has snd_compr_ops Kuninori Morimoto
2017-07-25  4:21   ` [RFC 3/x] ASoC: remove rtd->platform checck Kuninori Morimoto
2018-02-12 12:32     ` Mark Brown [this message]
2017-07-25  4:21   ` [RFC 4/x] ASoC: replace platform to component on soc-utils Kuninori Morimoto
2017-07-25  4:21   ` [RFC 5/x] ASoC: replace platform to component on soc-generic-dmaengine-pcm Kuninori Morimoto
2017-07-25  4:21   ` [RFC 6/x] ASoC: replace platform to component on atom hifi2 Kuninori Morimoto
2017-07-25  4:22   ` [RFC 7/x] ASoC: replace platform to component on cygnus-pcm Kuninori Morimoto
2018-02-12 12:31     ` Applied "ASoC: bcm: cygnus: replace platform to component" to the asoc tree Mark Brown
2017-07-25  4:22   ` [RFC 8/x] ASoC: remove platform related things Kuninori Morimoto

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=E1elDHy-0003UN-ST@debutante \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=horms@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.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