Re: [PATCH] sound: Add dependency on DMA

2016-11-18 Thread Takashi Iwai
On Thu, 17 Nov 2016 20:42:38 +0100, Florian Fainelli wrote: > > On 11/17/2016 11:14 AM, Florian Fainelli wrote: > > On 11/17/2016 11:03 AM, Takashi Iwai wrote: > >> On Thu, 17 Nov 2016 19:52:37 +0100, > >> Florian Fainelli wrote: > >>> > >>> Architectures like m32r do not have a proper DMA-API imp

Re: [PATCH] sound: Add dependency on DMA

2016-11-17 Thread Florian Fainelli
On 11/17/2016 11:14 AM, Florian Fainelli wrote: > On 11/17/2016 11:03 AM, Takashi Iwai wrote: >> On Thu, 17 Nov 2016 19:52:37 +0100, >> Florian Fainelli wrote: >>> >>> Architectures like m32r do not have a proper DMA-API implementation, >>> fixes COMPILE_TEST linking failures for the sounds subsyst

Re: [PATCH] sound: Add dependency on DMA

2016-11-17 Thread Florian Fainelli
On 11/17/2016 11:03 AM, Takashi Iwai wrote: > On Thu, 17 Nov 2016 19:52:37 +0100, > Florian Fainelli wrote: >> >> Architectures like m32r do not have a proper DMA-API implementation, >> fixes COMPILE_TEST linking failures for the sounds subsystem. > > What error did you get exactly? > There are al

Re: [PATCH] sound: Add dependency on DMA

2016-11-17 Thread Takashi Iwai
On Thu, 17 Nov 2016 19:52:37 +0100, Florian Fainelli wrote: > > Architectures like m32r do not have a proper DMA-API implementation, > fixes COMPILE_TEST linking failures for the sounds subsystem. What error did you get exactly? There are already CONFIG_HAS_DMA dependency in a few places, so I wo

[PATCH] sound: Add dependency on DMA

2016-11-17 Thread Florian Fainelli
Architectures like m32r do not have a proper DMA-API implementation, fixes COMPILE_TEST linking failures for the sounds subsystem. Signed-off-by: Florian Fainelli --- sound/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/Kconfig b/sound/Kconfig index 5a240e050ae6..a768704d2f47

[PATCH] sound: Add dependency on DMA

2016-11-17 Thread Florian Fainelli
Architectures like m32r do not have a proper DMA-API implementation, fixes COMPILE_TEST linking failures for the sounds subsystem. Signed-off-by: Florian Fainelli --- sound/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/Kconfig b/sound/Kconfig index 5a240e050ae6..a768704d2f47