Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d26f752 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: spear: Normalise module names



Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent fc7fe015
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
# SPEAR Platform Support
obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o
obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o
obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o
snd-soc-spear-pcm-objs := spear_pcm.o
snd-soc-spear-spdif-in-objs := spdif_in.o
snd-soc-spear-spdif-out-objs := spdif_out.o

obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o