]> Git Repo - linux.git/commit
ASoC: SOF: ipc4-pcm: Use consistent name for snd_sof_pcm_stream pointer
authorPeter Ujfalusi <[email protected]>
Tue, 9 Apr 2024 11:00:33 +0000 (14:00 +0300)
committerMark Brown <[email protected]>
Tue, 9 Apr 2024 12:24:01 +0000 (13:24 +0100)
commit965e49cdf8c19f21b8308adeded3a8139cff5c84
treea07c80dfd8e7e692fc0a69c17b7f3b2fee4d624e
parentfec50db7033ea478773b159e0e2efb135270e3b7
ASoC: SOF: ipc4-pcm: Use consistent name for snd_sof_pcm_stream pointer

Throughout the file the pointer for snd_sof_pcm_stream is named either
'stream' or (wrongly) 'spcm' which confuses the reader.

Use 'sps' for the pointer name as it is the most common name used in SOF
codebase.

Signed-off-by: Peter Ujfalusi <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/sof/ipc4-pcm.c
This page took 0.042599 seconds and 4 git commands to generate.