mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
Delete the asoc_sdw_cs_spk_feedback_rtd_init(). This is not needed now that the ASoC bug it was working around has been fixed. And it was broken anyway because it didn't match the way the core SoundWire code mapped codec channels to frame bitslots. This code was added to avoid a problem where multiple codec DP outputs were mapped to the same SoundWire frame bit slot. This would allow a user to break the SoundWire bus just by enabling mixer outputs using ALSA controls. As no production system has used the capture stream, this workaround was of little consequence and the problem of conflicting DP mappings was not investigated. The ASoC bug that enabled too many channels on each codec has now been fixed. So this workaround can be completely deleted. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20260910114500.1586637-6-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| soc_sdw_bridge_cs35l56.c | ||
| soc_sdw_cs_amp.c | ||
| soc_sdw_cs42l42.c | ||
| soc_sdw_cs42l43.c | ||
| soc_sdw_cs42l45.c | ||
| soc_sdw_cs47l47.c | ||
| soc_sdw_dmic.c | ||
| soc_sdw_es9356.c | ||
| soc_sdw_maxim.c | ||
| soc_sdw_rt_amp_coeff_tables.h | ||
| soc_sdw_rt_amp.c | ||
| soc_sdw_rt_dmic.c | ||
| soc_sdw_rt_mf_sdca.c | ||
| soc_sdw_rt_sdca_jack_common.c | ||
| soc_sdw_rt700.c | ||
| soc_sdw_rt711.c | ||
| soc_sdw_rt5682.c | ||
| soc_sdw_ti_amp.c | ||
| soc_sdw_utils.c | ||