diff mbox series

Applied "ASoC: audio-graph-scu-card: remove unnecessary route patch from Example 1" to the asoc tree

Message ID 20171021102740.EA390440057@finisterre.ee.mobilebroadband
State Accepted
Commit 86d5b2c20d8ec255ef7646533b81dabc935e0eff
Headers show
Series Applied "ASoC: audio-graph-scu-card: remove unnecessary route patch from Example 1" to the asoc tree | expand

Commit Message

Mark Brown Oct. 21, 2017, 10:27 a.m. UTC
The patch

   ASoC: audio-graph-scu-card: remove unnecessary route patch from Example 1

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 86d5b2c20d8ec255ef7646533b81dabc935e0eff Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Date: Tue, 17 Oct 2017 06:57:49 +0000
Subject: [PATCH] ASoC: audio-graph-scu-card: remove unnecessary route patch
 from Example 1

Example 1 is for "Sampling Rate Conversion",
sample has only 1 CPU, 1 Codec.
Thus, "codec Playback", "DAI1 Playback" route is unnecessary.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Mark Brown <broonie@kernel.org>

---
 Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt | 1 -
 1 file changed, 1 deletion(-)

-- 
2.14.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
index a10daf54aa0c..441dd6f29df1 100644
--- a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
+++ b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
@@ -43,7 +43,6 @@  Example 1. Sampling Rate Conversion
 		label = "sound-card";
 		prefix = "codec";
 		routing = "codec Playback", "DAI0 Playback",
-			  "codec Playback", "DAI1 Playback",
 			  "DAI0 Capture",   "codec Capture";
 		convert-rate = <48000>;