diff options
| author | Mark Brown <broonie@linaro.org> | 2013-06-17 04:02:11 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-06-17 06:18:24 -0400 |
| commit | 1d26f752ace99c30ceadb4e5c106736b15da99e1 (patch) | |
| tree | cfab6aa35a3b93fd0e0c1a1a4f4fb970bb16d0f1 | |
| parent | fc7fe01518b0a29750313a7cc9dc8f8a0416a6b4 (diff) | |
ASoC: spear: Normalise module names
Signed-off-by: Mark Brown <broonie@linaro.org>
| -rw-r--r-- | sound/soc/spear/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile index 9f47bb428601..c4ea7161056c 100644 --- a/sound/soc/spear/Makefile +++ b/sound/soc/spear/Makefile | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | # SPEAR Platform Support | 1 | # SPEAR Platform Support |
| 2 | obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o | 2 | snd-soc-spear-pcm-objs := spear_pcm.o |
| 3 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o | 3 | snd-soc-spear-spdif-in-objs := spdif_in.o |
| 4 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o | 4 | snd-soc-spear-spdif-out-objs := spdif_out.o |
| 5 | |||
| 6 | obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o | ||
| 7 | obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o | ||
| 8 | obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o | ||
