mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_list
Invert members to remove hole. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://patch.msgid.link/20240802124609.188954-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5a4413d0fa
commit
5821d7b498
|
|
@ -314,12 +314,12 @@ struct sof_token_info {
|
|||
|
||||
/**
|
||||
* struct snd_sof_pcm_stream_pipeline_list - List of pipelines associated with a PCM stream
|
||||
* @count: number of pipeline widgets in the @pipe_widgets array
|
||||
* @pipelines: array of pipelines
|
||||
* @count: number of pipeline widgets in the @pipe_widgets array
|
||||
*/
|
||||
struct snd_sof_pcm_stream_pipeline_list {
|
||||
u32 count;
|
||||
struct snd_sof_pipeline **pipelines;
|
||||
u32 count;
|
||||
};
|
||||
|
||||
/* PCM stream, mapped to FW component */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user