diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:43:04 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-20 18:40:12 +0200 |
commit | 7864a79f37b55769b817d5e6c5ae0ca4bfdba93b (patch) | |
tree | 1de91d66557855471125e139f0979ea2848b4f44 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add axg sound card DT bindings documentation (diff) | |
download | linux-7864a79f37b55769b817d5e6c5ae0ca4bfdba93b.tar.xz linux-7864a79f37b55769b817d5e6c5ae0ca4bfdba93b.zip |
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>
Diffstat (limited to 'sound/soc/meson/Kconfig')
-rw-r--r-- | sound/soc/meson/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 00d05df67b52..4cf93c05a982 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -43,6 +43,17 @@ config SND_MESON_AXG_TDMOUT Select Y or M to add support for TDM output formatter embedded in the Amlogic AXG SoC family +config SND_MESON_AXG_SOUND_CARD + tristate "Amlogic AXG Sound Card Support" + select SND_MESON_AXG_TDM_INTERFACE + imply SND_MESON_AXG_FRDDR + imply SND_MESON_AXG_TODDR + imply SND_MESON_AXG_TDMIN + imply SND_MESON_AXG_TDMOUT + imply SND_MESON_AXG_SPDIFOUT + help + Select Y or M to add support for the AXG SoC sound card + config SND_MESON_AXG_SPDIFOUT tristate "Amlogic AXG SPDIF Output Support" imply SND_SOC_SPDIF |