Re: [PATCH -next] ASoC: atmel: Fix build error

2019-10-17 Thread Mark Brown
On Thu, Oct 17, 2019 at 03:32:01PM +0800, Yuehaibing wrote: > ping..., this issue still in linux-next 20191017 Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so on so unless there is some reason for urgen

Re: [PATCH -next] ASoC: atmel: Fix build error

2019-10-17 Thread Yuehaibing
ping..., this issue still in linux-next 20191017 On 2019/9/28 16:16, YueHaibing wrote: > when do randbuilding, I got this error: > > sound/soc/atmel/atmel_ssc_dai.o: In function `atmel_ssc_set_audio': > (.text+0x12f6): undefined reference to `atmel_pcm_pdc_platform_register' > > This is because

Re: [PATCH -next] ASoC: atmel: Fix build error

2019-09-30 Thread Michał Mirosław
On Mon, Sep 30, 2019 at 05:58:18PM +0200, Michał Mirosław wrote: > On Sat, Sep 28, 2019 at 04:16:41PM +0800, YueHaibing wrote: > > when do randbuilding, I got this error: > > > > sound/soc/atmel/atmel_ssc_dai.o: In function `atmel_ssc_set_audio': > > (.text+0x12f6): undefined reference to `atmel_p

Re: [PATCH -next] ASoC: atmel: Fix build error

2019-09-30 Thread Michał Mirosław
On Sat, Sep 28, 2019 at 04:16:41PM +0800, YueHaibing wrote: > when do randbuilding, I got this error: > > sound/soc/atmel/atmel_ssc_dai.o: In function `atmel_ssc_set_audio': > (.text+0x12f6): undefined reference to `atmel_pcm_pdc_platform_register' > > This is because SND_ATMEL_SOC_SSC_DMA=y, SND

[PATCH -next] ASoC: atmel: Fix build error

2019-09-28 Thread YueHaibing
when do randbuilding, I got this error: sound/soc/atmel/atmel_ssc_dai.o: In function `atmel_ssc_set_audio': (.text+0x12f6): undefined reference to `atmel_pcm_pdc_platform_register' This is because SND_ATMEL_SOC_SSC_DMA=y, SND_ATMEL_SOC_SSC=y, but SND_ATMEL_SOC_SSC_PDC=m. Fix it bt reintroducing t