Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1513410 > unrolled thread
| Started by | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| First post | 2016-11-01 19:00 +0100 |
| Last post | 2016-11-02 21:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA Scott Branden <scott.branden@broadcom.com> - 2016-11-01 19:00 +0100
Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA Mark Brown <broonie@kernel.org> - 2016-11-02 21:40 +0100
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Date | 2016-11-01 19:00 +0100 |
| Subject | Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA |
| Message-ID | <syLvQ-3jQ-25@gated-at.bofh.it> |
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" [sound/soc/bcm/snd-soc-cygnus.ko] undefined! >> >> Signed-off-by: Scott Branden <scott.branden@broadcom.com> >> --- >> sound/soc/bcm/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig >> index d528aac..edf3671 100644 >> --- a/sound/soc/bcm/Kconfig >> +++ b/sound/soc/bcm/Kconfig >> @@ -11,6 +11,7 @@ config SND_BCM2835_SOC_I2S >> config SND_SOC_CYGNUS >> tristate "SoC platform audio for Broadcom Cygnus chips" >> depends on ARCH_BCM_CYGNUS || COMPILE_TEST >> + depends on HAS_DMA >> help >> Say Y if you want to add support for ASoC audio on Broadcom >> Cygnus chips (bcm958300, bcm958305, bcm911360) > Looks good to me. > > Reviewed-by: Ray Jui <ray.jui@broadcom.com> > Thanks, Scott
[toc] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-11-02 21:40 +0100 |
| Message-ID | <szaud-2FE-9@gated-at.bofh.it> |
| In reply to | #1513410 |
[Multipart message — attachments visible in raw view] — view raw
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web