[alsa-devel] [PATCH 2/2] ASoC: spear: Normalise module names

Rajeev kumar rajeev-dlh.kumar at st.com
Tue Jun 18 05:59:13 CEST 2013


On 6/17/2013 1:37 PM, Mark Brown wrote:
> Signed-off-by: Mark Brown<broonie at linaro.org>
> ---
>   sound/soc/spear/Makefile |   10 +++++++---
>   1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
> index 9f47bb4..7c5c175 100644
> --- a/sound/soc/spear/Makefile
> +++ b/sound/soc/spear/Makefile
> @@ -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 := spear_spdif_in.o
> +snd-soc-spear-spdif-out-objs := spear_spdif_out.o
> +
> +obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
> +obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spdif-in.o
> +obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spdif-out.o


Acked-by: Rajeev Kumar <rajeev-dlh.kumar at st.com>


More information about the Alsa-devel mailing list