projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb7802
)
ASoC: amd: add ACPI dependency check
author
Vijendar Mukunda
<Vijendar.Mukunda@amd.com>
Tue, 7 Jul 2020 10:46:41 +0000
(16:16 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Jul 2020 12:03:22 +0000
(13:03 +0100)
Add ACPI dependency for evaluating DMIC hardware
runtime.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link:
https://lore.kernel.org/r/1594118813-18689-1-git-send-email-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/renoir/rn-pci-acp3x.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/renoir/rn-pci-acp3x.c
b/sound/soc/amd/renoir/rn-pci-acp3x.c
index d1faea545f45c4f67a838a597d43b133cf249f46..165c93fd89e40b4930724cd976cd7079118f7d95 100644
(file)
--- a/
sound/soc/amd/renoir/rn-pci-acp3x.c
+++ b/
sound/soc/amd/renoir/rn-pci-acp3x.c
@@
-218,6
+218,7
@@
static int snd_rn_acp_probe(struct pci_dev *pci,
ret = -ENODEV;
goto de_init;
} else if (dmic_acpi_check == ACP_DMIC_AUTO) {
+#if defined(CONFIG_ACPI)
handle = ACPI_HANDLE(&pci->dev);
ret = acpi_evaluate_integer(handle, "_WOV", NULL, &dmic_status);
if (ACPI_FAILURE(ret)) {
@@
-228,6
+229,7
@@
static int snd_rn_acp_probe(struct pci_dev *pci,
ret = -ENODEV;
goto de_init;
}
+#endif
}
adata->res = devm_kzalloc(&pci->dev,