]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: meson: add axg fifo base driver
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 17 Jul 2018 15:42:51 +0000 (17:42 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 18 Jul 2018 12:08:36 +0000 (13:08 +0100)
commit91b1e98ea59de1edd0348d827758ed836ad371a9
tree581afc351d2b488782c5011f5f0ecf7d262cafb7
parentdfa88fd48871cae8c9f8b3cf0c698aac4040ea52
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>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/meson/Kconfig [new file with mode: 0644]
sound/soc/meson/Makefile [new file with mode: 0644]
sound/soc/meson/axg-fifo.c [new file with mode: 0644]
sound/soc/meson/axg-fifo.h [new file with mode: 0644]