public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] ASoC: tas2781: Add tas2563 into header file
@ 2023-12-09  8:07 Shenghao Ding
  2023-12-09  8:07 ` [PATCH v1 2/3] ASoC: tas2781: Add tas2563 into driver Shenghao Ding
  2023-12-09  8:07 ` [PATCH v1 3/3] ASoC: dt-bindings: Add tas2563 into yaml Shenghao Ding
  0 siblings, 2 replies; 7+ messages in thread
From: Shenghao Ding @ 2023-12-09  8:07 UTC (permalink / raw)
  To: broonie
  Cc: krzysztof.kozlowski, robh+dt, andriy.shevchenko, lgirdwood, perex,
	pierre-louis.bossart, 13916275206, alsa-devel, linux-kernel,
	liam.r.girdwood, soyer, tiwai, Shenghao Ding

Support tas2563

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
---
 include/sound/tas2781.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/sound/tas2781.h b/include/sound/tas2781.h
index a6c808b22318..45be543110ac 100644
--- a/include/sound/tas2781.h
+++ b/include/sound/tas2781.h
@@ -1,13 +1,13 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 //
-// ALSA SoC Texas Instruments TAS2781 Audio Smart Amplifier
+// ALSA SoC Texas Instruments TAS2781/TAS2563 Audio Smart Amplifier
 //
 // Copyright (C) 2022 - 2023 Texas Instruments Incorporated
 // https://www.ti.com
 //
-// The TAS2781 driver implements a flexible and configurable
+// The TAS2781/TAS2563 driver implements a flexible and configurable
 // algo coefficient setting for one, two, or even multiple
-// TAS2781 chips.
+// TAS2781/TAS2563 chips.
 //
 // Author: Shenghao Ding <shenghao-ding@ti.com>
 // Author: Kevin Lu <kevin-lu@ti.com>
@@ -60,6 +60,7 @@
 
 enum audio_device {
 	TAS2781	= 0,
+	TAS2563
 };
 
 enum device_catlog_id {
-- 
2.34.1


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

end of thread, other threads:[~2023-12-09 13:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09  8:07 [PATCH v1 1/3] ASoC: tas2781: Add tas2563 into header file Shenghao Ding
2023-12-09  8:07 ` [PATCH v1 2/3] ASoC: tas2781: Add tas2563 into driver Shenghao Ding
2023-12-09  8:07 ` [PATCH v1 3/3] ASoC: dt-bindings: Add tas2563 into yaml Shenghao Ding
2023-12-09  8:13   ` Krzysztof Kozlowski
2023-12-09  8:30     ` [EXTERNAL] " Ding, Shenghao
2023-12-09 10:30       ` Krzysztof Kozlowski
2023-12-09 13:52   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox