Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-11-02 Thread Mark Brown
On Tue, Nov 01, 2016 at 10:53:21AM -0700, Scott Branden wrote: > Hi Takashi/Jaroslav, > > Could you pick up this patch? Please use subject lines matching the style for the subsystem. This makes it easier for people to identify relevant patches. signature.asc Description: PGP signature

Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-11-02 Thread Mark Brown
On Tue, Nov 01, 2016 at 10:53:21AM -0700, Scott Branden wrote: > Hi Takashi/Jaroslav, > > Could you pick up this patch? Please use subject lines matching the style for the subsystem. This makes it easier for people to identify relevant patches. signature.asc Description: PGP signature

Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-11-01 Thread Scott Branden
Hi Takashi/Jaroslav, Could you pick up this patch? On 16-10-08 01:26 PM, Ray Jui wrote: Hi Scott, On 10/7/2016 12:24 PM, Scott Branden wrote: add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops"

Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-11-01 Thread Scott Branden
Hi Takashi/Jaroslav, Could you pick up this patch? On 16-10-08 01:26 PM, Ray Jui wrote: Hi Scott, On 10/7/2016 12:24 PM, Scott Branden wrote: add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops"

Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-10-08 Thread Ray Jui
Hi Scott, On 10/7/2016 12:24 PM, Scott Branden wrote: add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! Signed-off-by: Scott Branden ---

Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-10-08 Thread Ray Jui
Hi Scott, On 10/7/2016 12:24 PM, Scott Branden wrote: add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! Signed-off-by: Scott Branden --- sound/soc/bcm/Kconfig | 1

[PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-10-07 Thread Scott Branden
add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! Signed-off-by: Scott Branden --- sound/soc/bcm/Kconfig | 1 + 1 file changed, 1

[PATCH] sound: soc: cygnus: add depends on HAS_DMA

2016-10-07 Thread Scott Branden
add depends on HAS_DMA to Kconfig. This fixes error reported by kbuild test robot when building for ARCH=m32r: ERROR: "bad_dma_ops" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! Signed-off-by: Scott Branden --- sound/soc/bcm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git