* [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family
@ 2026-09-01 2:11 Bard Liao
2026-09-01 13:52 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Bard Liao @ 2026-09-01 2:11 UTC (permalink / raw)
To: broonie, tiwai; +Cc: linux-sound, bard.liao, peter.ujfalusi, niranjan.hy
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family
2026-09-01 2:11 [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family Bard Liao
@ 2026-09-01 13:52 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2026-09-01 13:52 UTC (permalink / raw)
To: tiwai, Bard Liao; +Cc: linux-sound, bard.liao, peter.ujfalusi, niranjan.hy
On Tue, 01 Sep 2026 10:11:32 +0800, Bard Liao wrote:
> ASoC: Intel: sof_sdw: add tac5xx2-sdw family
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.3
Thanks!
[1/1] ASoC: Intel: sof_sdw: add tac5xx2-sdw family
https://git.kernel.org/broonie/sound/c/2dc65035eb8d
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:[~2026-09-01 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-01 2:11 [PATCH] ASoC: Intel: sof_sdw: add tac5xx2-sdw family Bard Liao
2026-09-01 13:52 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox