ASoC: add audio-graph-card support
commit2692c1c63c29cad3bec090c3e6ed9e692ca66683
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 20 Apr 2017 01:36:08 +0000 (20 01:36 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 17 May 2017 09:21:21 +0000 (17 10:21 +0100)
tree6ad6474be82a80a91964a7ee49f5ecea0b111235
parent2d4e31de5bb2b5fbdbcd8a3bfec0eae0bd4ca409
ASoC: add audio-graph-card support

OF-graph base DT binding are used on V4L2, and ALSA SoC is using
different style of DT today. Now ALSA SoC supports simple-card driver
for generic/simple sound card.
In the future, V4L2 / ALSA will support HDMI, and then, DT bindings
between V4L2 / ALSA should be merged.
This patch adds new Audio Graph Card which is OF-graph base of
simple-card

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/Kconfig
sound/soc/generic/Makefile
sound/soc/generic/audio-graph-card.c [new file with mode: 0644]