Skip to content

Commit

Permalink
ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_list
Browse files Browse the repository at this point in the history
Invert members to remove hole.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Jul 16, 2024
1 parent e8235b8 commit 1998ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/sof/sof-audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1998ade

Please sign in to comment.