diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-17 17:42:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-18 14:08:36 +0200 |
commit | 6dc4fa179fb86d2c986b2bc8a8377fe4d8c0428d (patch) | |
tree | 581afc351d2b488782c5011f5f0ecf7d262cafb7 /sound/soc/meson/Kconfig | |
parent | ASoC: meson: add axg fifos DT binding documentation (diff) | |
download | linux-6dc4fa179fb86d2c986b2bc8a8377fe4d8c0428d.tar.xz linux-6dc4fa179fb86d2c986b2bc8a8377fe4d8c0428d.zip |
ASoC: meson: add axg fifo base driver
Amlogic's axg SoCs have two types of fifos which are the memory
interfaces of the audio subsystem. FRDDR provides the playback
interface while TODDR provides the capture interface.
The way these fifos operate is very similar. Only a few settings
are specific to each.
They implement the same pcm driver here and the specifics of each
will be dealt with the related DAI driver.
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 new file mode 100644 index 000000000000..c3eb5e050308 --- /dev/null +++ b/sound/soc/meson/Kconfig @@ -0,0 +1,8 @@ +menu "ASoC support for Amlogic platforms" + depends on ARCH_MESON || COMPILE_TEST + +config SND_MESON_AXG_FIFO + tristate + select REGMAP_MMIO + +endmenu |