]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: meson: add axg sound card support
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 17 Jul 2018 15:43:04 +0000 (17:43 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 20 Jul 2018 16:40:12 +0000 (17:40 +0100)
commitee085b8b0c324f585892234d479e64a79e92f753
tree1de91d66557855471125e139f0979ea2848b4f44
parent62b134b9231285a4fa26287a034fc9b03ea15bd0
ASoC: meson: add axg sound card support

Add the axg sound card to handle the specifities of the axg audio
sub system.

This card is required to:
 * setup the dpcm links specific to the AXG (with a cpu sound dai)
 * handle the 4 lanes masks of the tdm interfaces
 * add the loopback link when a tdm pad interface has a playback
   stream
 * handle multi-codec links

Signed-off-by: Jerome Brunet <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 [new file with mode: 0644]