[alsa-devel] Applied "- filename : ASoC-rsnd-audio_clkout0-1-2-3-are-optinal-properties.patch
- name : ASoC: rsnd: audio_clkout0/1/2/3 are optinal properties" to the asoc tree In-Reply-To: 871tce16oa.wl%kuninori.morimoto.gx@renesas.com
The patch
- filename : ASoC-rsnd-audio_clkout0-1-2-3-are-optinal-properties.patch - name : ASoC: rsnd: audio_clkout0/1/2/3 are optinal properties
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 61af9ed7475090b79e9305a4c52c9d3adb2d1784 Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Date: Thu, 29 Oct 2015 07:42:40 +0000 Subject: [PATCH] ASoC: rsnd: audio_clkout0/1/2/3 are optional properties
Renesas sound driver can output Audio-clkout0/1/2/3, but these are optional properties for each board.
Reported-by: Geert Uytterhoeven geert+renesas@glider.be Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown broonie@kernel.org --- Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt index c57cbd6..bbcb327 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt @@ -34,6 +34,8 @@ Required properties: see below for detail. - #sound-dai-cells : it must be 0 if your system is using single DAI it must be 1 if your system is using multi DAI + +Optional properties: - #clock-cells : it must be 0 if your system has audio_clkout it must be 1 if your system has audio_clkout0/1/2/3 - clock-frequency : for all audio_clkout0/1/2/3
participants (1)
-
Mark Brown