diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:42:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-18 14:08:37 +0200 |
commit | 7ed4877b403c9343a8e2c7581d9bcfceef0f40cf (patch) | |
tree | b77b7d53c94299ad6383be3bfcbebd4ba9e7439e /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add axg frddr driver (diff) | |
download | linux-7ed4877b403c9343a8e2c7581d9bcfceef0f40cf.tar.xz linux-7ed4877b403c9343a8e2c7581d9bcfceef0f40cf.zip |
ASoC: meson: add axg toddr driver
Add the capture memory interface of Amlogic's axg SoCs.
TDM, SPDIF or PDM input devices place audio samples inside this FIFO.
The FIFO content is then pushed to DDR
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index cdd78f62e8d7..3916060edcae 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -12,4 +12,11 @@ config SND_MESON_AXG_FRDDR Select Y or M to add support for the frontend playback interfaces embedded in the Amlogic AXG SoC family +config SND_MESON_AXG_TODDR + tristate "Amlogic AXG Capture FIFO support" + select SND_MESON_AXG_FIFO + help + Select Y or M to add support for the frontend capture interfaces + embedded in the Amlogic AXG SoC family + endmenu |