ASoC: add Audio Graph Card2 Custom Sample
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 12 Oct 2021 04:56:07 +0000 (13:56 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 15 Oct 2021 15:10:43 +0000 (16:10 +0100)
commit95373f36b9b810aa5461e3a864d7a3ad05b30b91
tree7fd3fed16fc6d9c6aa81d9423dae4c3a9b1aa476
parent466ac332bc5762de441d05f1314b8e7ef2c6dccb
ASoC: add Audio Graph Card2 Custom Sample

audio-graph-card2 has customizing support.
This means user can re-use audio-graph-card2 DT parsing, and possible
to expand to own special handling.

This patch adds Audio Graph Card2 Customize Sample Driver.
It can re-use audio-graph-card2 parsing by calling
audio_graph2_parse_of(...), and user can expand each functions by
using hooks.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87v922lu3c.wl-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-card2-custom-sample.c [new file with mode: 0644]