diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:43:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-20 18:39:04 +0200 |
commit | 13a22e6a98f8b47d61948fcd095d862377b3b143 (patch) | |
tree | 8c9730bd6d3fc3df15cb2822f4b7084cdbbc379a /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add tdm output driver (diff) | |
download | linux-13a22e6a98f8b47d61948fcd095d862377b3b143.tar.xz linux-13a22e6a98f8b47d61948fcd095d862377b3b143.zip |
ASoC: meson: add tdm input driver
Add Amlogic's axg TDM input driver which take the TDM signal of 4 input
lanes and push the decoded audio samples to TODDR fifo
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 08a522b77749..00d05df67b52 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -27,6 +27,14 @@ config SND_MESON_AXG_TDM_INTERFACE tristate select SND_MESON_AXG_TDM_FORMATTER +config SND_MESON_AXG_TDMIN + tristate "Amlogic AXG TDM Input Support" + select SND_MESON_AXG_TDM_FORMATTER + select SND_MESON_AXG_TDM_INTERFACE + help + Select Y or M to add support for TDM input formatter embedded + in the Amlogic AXG SoC family + config SND_MESON_AXG_TDMOUT tristate "Amlogic AXG TDM Output Support" select SND_MESON_AXG_TDM_FORMATTER |