[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <22be83429956486f9f64b424c26be810@realtek.com>
Date: Mon, 9 Aug 2021 10:27:05 +0000
From: Jack Yu <jack.yu@...ltek.com>
To: "broonie@...nel.org" <broonie@...nel.org>,
"lgirdwood@...il.com" <lgirdwood@...il.com>,
"robh@...nel.org" <robh@...nel.org>
CC: "alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
"lars@...afoo.de" <lars@...afoo.de>,
"Flove(HsinFu)" <flove@...ltek.com>,
Oder Chiou <oder_chiou@...ltek.com>,
Shuming [范書銘] <shumingf@...ltek.com>,
Derek [方德義] <derek.fang@...ltek.com>,
kent_chen@...ltek.com [陳建宏]
<kent_chen@...ltek.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/2] 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@...ltek.com>
---
sound/soc/codecs/rt1015p.c | 2 ++
1 file changed, 2 insertions(+)
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);
--
2.31.1
Download attachment "winmail.dat" of type "application/ms-tnef" (5830 bytes)
Powered by blists - more mailing lists