]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC/soundwire: remove sdw_slave_extended_id
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 16 Oct 2024 10:23:24 +0000 (18:23 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 17 Oct 2024 17:42:10 +0000 (18:42 +0100)
commit4b224ff80d6609811ec6ab5406a16c92825cfb1a
treeaed9b33af8d311c5ba166b023e1e330f0c078974
parentf35533a0e60946ee3fb8adccf8a36024c6f1fe40
ASoC/soundwire: remove sdw_slave_extended_id

This structure is used to copy information from the 'sdw_slave'
structures, it's better to create a flexible array of 'sdw_slave'
pointers and directly access the information. This will also help
access additional information stored in the 'sdw_slave' structure,
such as an SDCA context.

This patch does not add new functionality, it only modified how the
information is retrieved.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20241016102333.294448-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/soundwire/amd_init.c
drivers/soundwire/intel_init.c
include/linux/soundwire/sdw.h
include/linux/soundwire/sdw_amd.h
include/linux/soundwire/sdw_intel.h
include/sound/soc-acpi.h
sound/soc/amd/ps/pci-ps.c
sound/soc/soc-acpi.c
sound/soc/sof/amd/acp-common.c
sound/soc/sof/intel/hda.c