]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 8 Dec 2015 00:10:59 +0000 (00:10 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Dec 2015 02:02:15 +0000 (11:02 +0900)
commit2020dddd67c1884ea7cb9891b36aac7ff5e73038
tree5d7529658ae6b8d86eb68dc809290847f295ef6c
parenta6ff5e8d5ebc0392d5c470652cd22f730e090e29
ARM: shmobile: r8a7778: tidyup #sound-dai-cells settings

Renesas sound driver needs #sound-dai-cells settings, but, this usage
is a little bit confusable. It came from ALSA SoC historical reasons.
The sound DAI naming method is different between Single/Multi DAI in
the ALSA framework, and it is used for sound card matching.
And this #sound-dai-cells has relationship to it.
Current SoC dtsi has #sound-dai-cells = <1> as default settings
(= it is assuming that board/platform has multi DAI), and
board/platform side needs to overwrite it if board/platform was single
DAI. This style is more confusable for users.
This patch removes SoC side default settings, and force to set it by
board/platform side.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778.dtsi