mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
fa7c0d13cb
The Allwinner A10 and later come with a hardware block that used for the PCM and I2S interfaces. Add a driver for it in ASoC. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Tested-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
137 B
Makefile
4 lines
137 B
Makefile
obj-$(CONFIG_SND_SUN4I_CODEC) += sun4i-codec.o
|
|
obj-$(CONFIG_SND_SUN4I_I2S) += sun4i-i2s.o
|
|
obj-$(CONFIG_SND_SUN4I_SPDIF) += sun4i-spdif.o
|