summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1015p.c
diff options
context:
space:
mode:
authorJack Yu <jack.yu@realtek.com>2021-08-09 10:27:05 +0000
committerMark Brown <broonie@kernel.org>2021-08-09 16:23:45 +0100
commit6d0a764d418fb508119e129c73f39ecc66826675 (patch)
tree0c51cd92df2539ff3b05c5853785b982ddc75174 /sound/soc/codecs/rt1015p.c
parenta10facb752535c078c914b1910dd72eb2e8d584b (diff)
ASoC: rt1015p: add new acpi id and comapatible id
Add new acpi id and compatible id for rt1015p. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://lore.kernel.org/r/22be83429956486f9f64b424c26be810@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015p.c')
-rw-r--r--sound/soc/codecs/rt1015p.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015p.c b/sound/soc/codecs/rt1015p.c
index 40f2063aefbe..415cfb3b2f0d 100644
--- a/sound/soc/codecs/rt1015p.c
+++ b/sound/soc/codecs/rt1015p.c
@@ -127,6 +127,7 @@ static int rt1015p_platform_probe(struct platform_device *pdev)
#ifdef CONFIG_OF
static const struct of_device_id rt1015p_device_id[] = {
{ .compatible = "realtek,rt1015p" },
+ { .compatible = "realtek,rt1019p" },
{}
};
MODULE_DEVICE_TABLE(of, rt1015p_device_id);
@@ -135,6 +136,7 @@ MODULE_DEVICE_TABLE(of, rt1015p_device_id);
#ifdef CONFIG_ACPI
static const struct acpi_device_id rt1015p_acpi_match[] = {
{ "RTL1015", 0},
+ { "RTL1019", 0},
{ },
};
MODULE_DEVICE_TABLE(acpi, rt1015p_acpi_match);