From: Bard Liao <yung-chuan.liao@linux.intel.com>
To: broonie@kernel.org, tiwai@suse.de
Cc: linux-sound@vger.kernel.org, bard.liao@intel.com,
peter.ujfalusi@linux.intel.com, niranjan.hy@ti.com
Subject: [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family
Date: Tue, 1 Sep 2026 10:11:32 +0800 [thread overview]
Message-ID: <20260901021132.231908-1-yung-chuan.liao@linux.intel.com> (raw)
From: Niranjan H Y <niranjan.hy@ti.com>
Add Texas Instrument's tac5xx2-sdw family to include
support for soundwire codecs tac5572, tac5682
Signed-off-by: Niranjan H Y <niranjan.hy@ti.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
SND_SOC_TAC5XX2_SDW depends on SND_SOC_SDCA and if we select
SND_SOC_SDCA, it will cause recursive dependency error
symbol SOUNDWIRE depends on SND_SOC_SDCA_OPTIONAL
symbol SND_SOC_SDCA_OPTIONAL default value contains SND_SOC_SDCA
symbol SND_SOC_SDCA is selected by SND_SOC_INTEL_SOUNDWIRE_SOF_MACH
symbol SND_SOC_INTEL_SOUNDWIRE_SOF_MACH depends on SND_SOC_SOF_INTEL_SOUNDWIRE
symbol SND_SOC_SOF_INTEL_SOUNDWIRE depends on SOUNDWIRE
That's why we imply SND_SOC_TAC5XX2_SDW in SND_SOC_INTEL_SOUNDWIRE_SOF_MACH
instead of selecting it.
---
sound/soc/intel/boards/Kconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig
index cddbd2aa424e..b795bcade8e9 100644
--- a/sound/soc/intel/boards/Kconfig
+++ b/sound/soc/intel/boards/Kconfig
@@ -533,12 +533,14 @@ config SND_SOC_INTEL_SOUNDWIRE_SOF_MACH
select SND_SOC_CS35L56_SPI
select SND_SOC_CS35L56_SDW
select SND_SOC_ES9356
+ imply SND_SOC_TAC5XX2_SDW
select SND_SOC_DMIC
select SND_SOC_INTEL_HDA_DSP_COMMON
imply SND_SOC_SDW_MOCKUP
help
Add support for Intel SoundWire-based platforms connected to
- MAX98373, RT700, RT711, RT1308 and RT715
+ MAX98373, RT700, RT711, RT1308, RT715, TAC5XX2_SDW family (including
+ TAC5572, TAC5682).
If unsure select "N".
endif
--
2.43.0
next reply other threads:[~2026-09-01 2:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-01 2:11 Bard Liao [this message]
2026-09-01 13:52 ` [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260901021132.231908-1-yung-chuan.liao@linux.intel.com \
--to=yung-chuan.liao@linux.intel.com \
--cc=bard.liao@intel.com \
--cc=broonie@kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=niranjan.hy@ti.com \
--cc=peter.ujfalusi@linux.intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox