]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - sound/soc/generic/audio-graph-scu-card.c
ASoC: add audio-graph-scu-card support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 18 May 2017 01:45:37 +0000 (01:45 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 29 May 2017 13:49:09 +0000 (14:49 +0100)
commit87f937b45f7dacfb09e6f7dddb2db8484dc0e8e3
tree00636b34713c546cdfed97ab5c53114ab7ad95d7
parentbe10ee2cd351818738097c782b4493e09c6d14f6
ASoC: add audio-graph-scu-card support

OF-graph base DT binding is 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, and we have simple-scu-card driver
for simple-card + ALSA DPCM case.
In the future, V4L2 / ALSA will support HDMI, and then, DT bindings
between V4L2 / ALSA should be merged.
This patch adds new Audio Graph SCU Card which is OF-graph base of
simple-scu-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-scu-card.c [new file with mode: 0644]