All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: fixed kernel warnings
@ 2020-07-07 18:37 ` Vijendar Mukunda
  0 siblings, 0 replies; 6+ messages in thread
From: Vijendar Mukunda @ 2020-07-07 18:37 UTC (permalink / raw)
  To: alsa-devel
  Cc: rdunlap, perex, Alexander.Deucher, Vijendar Mukunda,
	Liam Girdwood, Mark Brown, Takashi Iwai, Pierre-Louis Bossart,
	open list

This patch will fix unused variables kernel warnings when
CONFIG_ACPI is disabled.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/soc/amd/renoir/rn-pci-acp3x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/amd/renoir/rn-pci-acp3x.c b/sound/soc/amd/renoir/rn-pci-acp3x.c
index 165c93f..b943e59 100644
--- a/sound/soc/amd/renoir/rn-pci-acp3x.c
+++ b/sound/soc/amd/renoir/rn-pci-acp3x.c
@@ -168,8 +168,10 @@ static int snd_rn_acp_probe(struct pci_dev *pci,
 {
 	struct acp_dev_data *adata;
 	struct platform_device_info pdevinfo[ACP_DEVS];
+#if defined(CONFIG_ACPI)
 	acpi_handle handle;
 	acpi_integer dmic_status;
+#endif
 	unsigned int irqflags;
 	int ret, index;
 	u32 addr;
-- 
2.7.4


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

end of thread, other threads:[~2020-07-08 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 18:37 [PATCH] ASoC: amd: fixed kernel warnings Vijendar Mukunda
2020-07-07 18:37 ` Vijendar Mukunda
2020-07-07 18:28 ` Randy Dunlap
2020-07-07 18:28   ` Randy Dunlap
2020-07-08 17:00 ` Mark Brown
2020-07-08 17:00   ` 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.