]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63d4112b024486cb8dd93c7fa85da2c8b4247b5e
tree7fd3fed16fc6d9c6aa81d9423dae4c3a9b1aa476
parente7962b21ba1426cc181e266a2c0d8374fc75db23
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]