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

Deucher, Alexander Alexander.Deucher at amd.com
Thu Jun 25 15:31:28 CEST 2020


[AMD Public Use]

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

Acked-by: Alex Deucher <alexander.deucher at 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


More information about the Alsa-devel mailing list