[alsa-devel] [PATCH V2 4/5] sound: asoc: Adding Kconfig and Makefile to support SPEAr13XX ASoC driver
rajeev
rajeev-dlh.kumar at st.com
Wed Mar 30 06:22:34 CEST 2011
Hi Mark
On 3/30/2011 5:03 AM, Mark Brown wrote:
> On Tue, Mar 29, 2011 at 04:47:02PM +0530, Rajeev Kumar wrote:
>
>> +++ b/sound/soc/spear/Makefile
>> @@ -0,0 +1,6 @@
>> +# SPEAR Platform Support
>> +obj-$(CONFIG_SND_SOC_SPEAR) += spear13xx-pcm.o
>> +obj-$(CONFIG_SND_SOC_SPEAR_I2S) += spear13xx-i2s.o
>> +
>> +# SPEAR Machine Support
>> +obj-$(CONFIG_SND_SOC_SPEAR_EVM) += evb_sta529.o
>
> As previously mentioned you should give all the modules snd-soc-
> prefixes to their names.
>
Ok it should be like
snd-soc-evb-objs := evb_sta529.o
obj-$(CONFIG_SND_SPEAR_SOC_EVM) += snd-soc-evb.o
Best Regards
Rajeev
More information about the Alsa-devel
mailing list