Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: nau8315: add new acpi id and compatible id

Add new acpi id and compatible id for nau8315.

Signed-off-by: David Lin <CTLIN0@nuvoton.com>
Link: https://lore.kernel.org/r/20221124055658.53828-1-CTLIN0@nuvoton.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

David Lin and committed by
Mark Brown
9ffe8bbb 8d89cf6f

+2
+2
sound/soc/codecs/nau8315.c
··· 137 137 #ifdef CONFIG_OF 138 138 static const struct of_device_id nau8315_device_id[] = { 139 139 { .compatible = "nuvoton,nau8315" }, 140 + { .compatible = "nuvoton,nau8318" }, 140 141 {} 141 142 }; 142 143 MODULE_DEVICE_TABLE(of, nau8315_device_id); ··· 146 145 #ifdef CONFIG_ACPI 147 146 static const struct acpi_device_id nau8315_acpi_match[] = { 148 147 { "NVTN2010", 0 }, 148 + { "NVTN2012", 0}, 149 149 {}, 150 150 }; 151 151 MODULE_DEVICE_TABLE(acpi, nau8315_acpi_match);