All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: soc: cygnus: add depends on HAS_DMA
@ 2016-10-07 19:24 Scott Branden
  2016-10-08 20:26 ` Ray Jui
  2016-11-03 15:42   ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Scott Branden @ 2016-10-07 19:24 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Liam Girdwood, Mark Brown, BCM Kernel Feedback, alsa-devel,
	linux-kernel, 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 <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)
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA
  2016-10-07 19:24 [PATCH] sound: soc: cygnus: add depends on HAS_DMA Scott Branden
@ 2016-10-08 20:26 ` Ray Jui
  2016-11-01 17:53   ` Scott Branden
  2016-11-03 15:42   ` Mark Brown
  1 sibling, 1 reply; 6+ messages in thread
From: Ray Jui @ 2016-10-08 20:26 UTC (permalink / raw)
  To: Scott Branden, Jaroslav Kysela, Takashi Iwai
  Cc: Liam Girdwood, Mark Brown, BCM Kernel Feedback, alsa-devel, linux-kernel

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA
  2016-10-08 20:26 ` Ray Jui
@ 2016-11-01 17:53   ` Scott Branden
  2016-11-02 20:22     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Branden @ 2016-11-01 17:53 UTC (permalink / raw)
  To: Ray Jui, Jaroslav Kysela, Takashi Iwai
  Cc: Liam Girdwood, Mark Brown, BCM Kernel Feedback, alsa-devel, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sound: soc: cygnus: add depends on HAS_DMA
  2016-11-01 17:53   ` Scott Branden
@ 2016-11-02 20:22     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2016-11-02 20:22 UTC (permalink / raw)
  To: Scott Branden
  Cc: Ray Jui, Jaroslav Kysela, Takashi Iwai, Liam Girdwood,
	BCM Kernel Feedback, alsa-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Applied "ASoC: bcm: add depends on HAS_DMA" to the asoc tree
  2016-10-07 19:24 [PATCH] sound: soc: cygnus: add depends on HAS_DMA Scott Branden
@ 2016-11-03 15:42   ` Mark Brown
  2016-11-03 15:42   ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2016-11-03 15:42 UTC (permalink / raw)
  To: Scott Branden
  Cc: Mark Brown, Jaroslav Kysela, Takashi Iwai, alsa-devel,
	Liam Girdwood, linux-kernel, Mark Brown, BCM Kernel Feedback,
	alsa-devel

The patch

   ASoC: bcm: add depends on HAS_DMA

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From fe3683779e0b20edf91c549bbff0d81785e1c7a0 Mon Sep 17 00:00:00 2001
From: Scott Branden <scott.branden@broadcom.com>
Date: Wed, 2 Nov 2016 13:43:24 -0700
Subject: [PATCH] ASoC: bcm: add depends on HAS_DMA

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig
index d528aaceaad9..edf367100ebd 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)
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Applied "ASoC: bcm: add depends on HAS_DMA" to the asoc tree
@ 2016-11-03 15:42   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2016-11-03 15:42 UTC (permalink / raw)
  To: Scott Branden
  Cc: Mark Brown, Jaroslav Kysela, Takashi Iwai, alsa-devel,
	Liam Girdwood, linux-kernel

The patch

   ASoC: bcm: add depends on HAS_DMA

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From fe3683779e0b20edf91c549bbff0d81785e1c7a0 Mon Sep 17 00:00:00 2001
From: Scott Branden <scott.branden@broadcom.com>
Date: Wed, 2 Nov 2016 13:43:24 -0700
Subject: [PATCH] ASoC: bcm: add depends on HAS_DMA

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>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig
index d528aaceaad9..edf367100ebd 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)
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-03 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-07 19:24 [PATCH] sound: soc: cygnus: add depends on HAS_DMA Scott Branden
2016-10-08 20:26 ` Ray Jui
2016-11-01 17:53   ` Scott Branden
2016-11-02 20:22     ` Mark Brown
2016-11-03 15:42 ` Applied "ASoC: bcm: add depends on HAS_DMA" to the asoc tree Mark Brown
2016-11-03 15:42   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.