mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
ASoC: spear: Normalise module names
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
fc7fe01518
commit
1d26f752ac
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue