ASoC: meson: axg: extract sound card utils
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 13 Feb 2020 15:51:57 +0000 (16:51 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 13 Feb 2020 20:57:25 +0000 (20:57 +0000)
commitaa9c3b7273a58b5d9b2c1161b76b5fc8ea8c159b
tree7b7d7028ecaaa7896ab1072ce7caf2713724efa5
parent65816025d46169973d308d83fbcf5c3981ed5621
ASoC: meson: axg: extract sound card utils

This prepares the addition of the GX SoC family sound card driver.
The GX sound card, while slightly different, will be similar to the
AXG one. The purpose of this change is to share the utils common to
both sound card driver.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200213155159.3235792-8-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/Kconfig
sound/soc/meson/Makefile
sound/soc/meson/axg-card.c
sound/soc/meson/meson-card-utils.c [new file with mode: 0644]
sound/soc/meson/meson-card.h [new file with mode: 0644]