Searched hist:"5 d3b226ace6d8d6f1a9fecbfb21e7e743a88f33c" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/boot/dts/renesas/ |
H A D | ulcb.dtsi | diff 5d3b226ace6d8d6f1a9fecbfb21e7e743a88f33c Mon Jan 07 04:40:17 CET 2019 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> arm64: dts: renesas: ulcb: use audio-graph-card
ULCB can use daughter board which is called as KingFisher. It has extra sound interface, thus we want to use it. But, basically, ALSA SoC can't use Multiple sound card with single CPU sound interface (= SSI). Thus we need to use Single Sound Card with multiple DAI interface.
To be easy to expand ULCB sound card on KingFisher, it is better to use multi-dai-link style sound card on ULCB sound DT.
Now, "simple-audio-card" / "audio-graph-card" both can support multi-dai-link style, but HDMI sound support (which is not yet supported on ULCB) needs "audio-graph-card". Using audio-graph-card is better selection. This patch exchange current sound card to use it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
|