From: "Deucher, Alexander" <Alexander.Deucher@amd.com> To: Jaroslav Kysela <perex@perex.cz>, ALSA development <alsa-devel@alsa-project.org> Cc: Takashi Iwai <tiwai@suse.de>, Mark Brown <broonie@kernel.org>, "Mukunda, Vijendar" <Vijendar.Mukunda@amd.com> Subject: RE: [PATCH] AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module Date: Thu, 25 Jun 2020 13:31:28 +0000 [thread overview] Message-ID: <MN2PR12MB44882B2936E59EF361C7A371F7920@MN2PR12MB4488.namprd12.prod.outlook.com> (raw) In-Reply-To: <20200625115829.791750-1-perex@perex.cz> [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
next prev parent reply other threads:[~2020-06-25 13:32 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-25 11:58 Jaroslav Kysela 2020-06-25 13:31 ` Deucher, Alexander [this message] 2020-06-25 15:22 ` Mark Brown
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=MN2PR12MB44882B2936E59EF361C7A371F7920@MN2PR12MB4488.namprd12.prod.outlook.com \ --to=alexander.deucher@amd.com \ --cc=Vijendar.Mukunda@amd.com \ --cc=alsa-devel@alsa-project.org \ --cc=broonie@kernel.org \ --cc=perex@perex.cz \ --cc=tiwai@suse.de \ --subject='RE: [PATCH] AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel module' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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.