public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: SOF: ipc4-topology: Correct IPC message struct layouts
@ 2023-11-29 13:14 Peter Ujfalusi
  2023-11-29 13:14 ` [PATCH 1/2] ASoC: SOF: ipc4-topology: Correct data structures for the SRC module Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2023-11-29 13:14 UTC (permalink / raw)
  To: lgirdwood, broonie
  Cc: alsa-devel, linux-sound, pierre-louis.bossart, kai.vehmanen,
	ranjani.sridharan, yung-chuan.liao

Hi,

The SRC and GAIN module defined it's kernel side private struct in a way that
part of that is used as IPC message without making sure of proper alignment and
padding, which happens to work but it is better to be not 'clever' about these
sort of things.

The two patch corects this overlooked detail.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: ipc4-topology: Correct data structures for the SRC module
  ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module

 sound/soc/sof/ipc4-control.c  | 20 +++++++-------
 sound/soc/sof/ipc4-topology.c | 52 +++++++++++++++++------------------
 sound/soc/sof/ipc4-topology.h | 34 +++++++++++++++++------
 3 files changed, 61 insertions(+), 45 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-29 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 13:14 [PATCH 0/2] ASoC: SOF: ipc4-topology: Correct IPC message struct layouts Peter Ujfalusi
2023-11-29 13:14 ` [PATCH 1/2] ASoC: SOF: ipc4-topology: Correct data structures for the SRC module Peter Ujfalusi
2023-11-29 13:14 ` [PATCH 2/2] ASoC: SOF: ipc4-topology: Correct data structures for the GAIN module Peter Ujfalusi
2023-11-29 21:18 ` [PATCH 0/2] ASoC: SOF: ipc4-topology: Correct IPC message struct layouts Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox