devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: rt1015p: add new acpi id and comapatible id
@ 2021-08-09 10:27 Jack Yu
  2021-08-09 15:54 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Yu @ 2021-08-09 10:27 UTC (permalink / raw)
  To: broonie, lgirdwood, robh
  Cc: alsa-devel, lars, Flove(HsinFu),
	Oder Chiou, Shuming [范書銘],
	Derek [方德義],
	kent_chen@realtek.com [陳建宏],
	devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

Add new acpi id and compatible id for rt1015p.

Signed-off-by: Jack Yu <jack.yu@realtek.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


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 5830 bytes --]

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

* Re: [PATCH 1/2] ASoC: rt1015p: add new acpi id and comapatible id
  2021-08-09 10:27 [PATCH 1/2] ASoC: rt1015p: add new acpi id and comapatible id Jack Yu
@ 2021-08-09 15:54 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-08-09 15:54 UTC (permalink / raw)
  To: robh, Jack Yu, lgirdwood
  Cc: Mark Brown, Flove(HsinFu),
	devicetree, linux-kernel, Derek [方德義],
	alsa-devel, Shuming [范書銘],
	Oder Chiou, lars,
	kent_chen @ realtek . com [陳建宏]

On Mon, 9 Aug 2021 10:27:05 +0000, Jack Yu wrote:
> Add new acpi id and compatible id for rt1015p.
> 
> 
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: rt1015p: add new acpi id and comapatible id
      commit: 6d0a764d418fb508119e129c73f39ecc66826675

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

end of thread, other threads:[~2021-08-09 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 10:27 [PATCH 1/2] ASoC: rt1015p: add new acpi id and comapatible id Jack Yu
2021-08-09 15:54 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).