diff mbox series

AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module

Message ID 20200625115829.791750-1-perex@perex.cz (mailing list archive)
State Accepted
Commit bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15
Headers show
Series AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module | expand

Commit Message

Jaroslav Kysela June 25, 2020, 11:58 a.m. UTC
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Cc: Mark Brown <broonie@kernel.org>
Cc: vijendar.mukunda@amd.com
Cc: Alexander.Deucher@amd.com
---
 sound/soc/amd/renoir/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Alex Deucher June 25, 2020, 1:31 p.m. UTC | #1
[AMD Public Use]

> -----Original Message-----
> From: Jaroslav Kysela <perex@perex.cz>
> Sent: Thursday, June 25, 2020 7:58 AM
> To: ALSA development <alsa-devel@alsa-project.org>
> Cc: Takashi Iwai <tiwai@suse.de>; Jaroslav Kysela <perex@perex.cz>; Mark
> Brown <broonie@kernel.org>; Mukunda, Vijendar
> <Vijendar.Mukunda@amd.com>; Deucher, Alexander
> <Alexander.Deucher@amd.com>
> Subject: [PATCH] AsoC: amd: add missing snd- module prefix to the acp3x-rn
> driver kernel module
> 
> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: vijendar.mukunda@amd.com
> Cc: Alexander.Deucher@amd.com

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  sound/soc/amd/renoir/Makefile | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/sound/soc/amd/renoir/Makefile
> b/sound/soc/amd/renoir/Makefile index e4371932a55a..4a82690aec16
> 100644
> --- a/sound/soc/amd/renoir/Makefile
> +++ b/sound/soc/amd/renoir/Makefile
> @@ -2,6 +2,7 @@
>  # Renoir platform Support
>  snd-rn-pci-acp3x-objs	:= rn-pci-acp3x.o
>  snd-acp3x-pdm-dma-objs	:= acp3x-pdm-dma.o
> -obj-$(CONFIG_SND_SOC_AMD_RENOIR)	 += snd-rn-pci-acp3x.o
> -obj-$(CONFIG_SND_SOC_AMD_RENOIR)	 += snd-acp3x-pdm-dma.o
> -obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH)	+= acp3x-rn.o
> +snd-acp3x-rn-objs	:= acp3x-rn.o
> +obj-$(CONFIG_SND_SOC_AMD_RENOIR)	+= snd-rn-pci-acp3x.o
> +obj-$(CONFIG_SND_SOC_AMD_RENOIR)	+= snd-acp3x-pdm-dma.o
> +obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH)	+= snd-acp3x-rn.o
> --
> 2.25.4
Mark Brown June 25, 2020, 3:22 p.m. UTC | #2
On Thu, 25 Jun 2020 13:58:29 +0200, Jaroslav Kysela wrote:
> 


Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module
      commit: bc5c7f55f5ea91e137fc7939435ed2e2bb6e5a15

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
diff mbox series

Patch

diff --git a/sound/soc/amd/renoir/Makefile b/sound/soc/amd/renoir/Makefile
index e4371932a55a..4a82690aec16 100644
--- a/sound/soc/amd/renoir/Makefile
+++ b/sound/soc/amd/renoir/Makefile
@@ -2,6 +2,7 @@ 
 # Renoir platform Support
 snd-rn-pci-acp3x-objs	:= rn-pci-acp3x.o
 snd-acp3x-pdm-dma-objs	:= acp3x-pdm-dma.o
-obj-$(CONFIG_SND_SOC_AMD_RENOIR)	 += snd-rn-pci-acp3x.o
-obj-$(CONFIG_SND_SOC_AMD_RENOIR)	 += snd-acp3x-pdm-dma.o
-obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH)	+= acp3x-rn.o
+snd-acp3x-rn-objs	:= acp3x-rn.o
+obj-$(CONFIG_SND_SOC_AMD_RENOIR)	+= snd-rn-pci-acp3x.o
+obj-$(CONFIG_SND_SOC_AMD_RENOIR)	+= snd-acp3x-pdm-dma.o
+obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH)	+= snd-acp3x-rn.o