mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ASoC: SOF: sof-priv.h: optimize snd_sof_mailbox
Reverse the two members to remove a 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-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
cac88e96ba
commit
e9e7eeaf19
|
|
@ -412,8 +412,8 @@ struct snd_sof_debugfs_map {
|
|||
|
||||
/* mailbox descriptor, used for host <-> DSP IPC */
|
||||
struct snd_sof_mailbox {
|
||||
u32 offset;
|
||||
size_t size;
|
||||
u32 offset;
|
||||
};
|
||||
|
||||
/* IPC message descriptor for host <-> DSP IO */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user