mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
29ed9cec87
Can be replaced with "simple-audio-card" for the rates up to 50kHz, refer to commit "ARM: dts: ep93xx: Add EDB9302 DT". Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
9 lines
249 B
Makefile
9 lines
249 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# EP93xx Platform Support
|
|
snd-soc-ep93xx-y := ep93xx-pcm.o
|
|
snd-soc-ep93xx-i2s-y := ep93xx-i2s.o
|
|
|
|
obj-$(CONFIG_SND_EP93XX_SOC) += snd-soc-ep93xx.o
|
|
obj-$(CONFIG_SND_EP93XX_SOC_I2S) += snd-soc-ep93xx-i2s.o
|
|
|