]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SOF: sof-client: Introduce sof_client_dev_entry structure
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Fri, 29 Aug 2025 10:25:10 +0000 (13:25 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 29 Aug 2025 11:34:26 +0000 (13:34 +0200)
commit07752abfa5dbf7cb4d9ce69fa94dc3b12bc597d9
tree69266e7aabaf6675cd037f3c698e052e3b28abb1
parent850c5dfb17b381f30c4052a68c43da5abc678e74
ASoC: SOF: sof-client: Introduce sof_client_dev_entry structure

Introduce a new internal structure for wrapping the sof_client_dev and
move members away from the client visible struct that they must not
access, let alone see (sdev and the list).

The changes are mechanical in nature and contained within sof-client core
code, no functional change or change in behavior is introduced.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Message-ID: <20250829102510.15159-3-peter.ujfalusi@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/sof-client.c
sound/soc/sof/sof-client.h