mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
ALSA: wavefront: Replace with __packed attribute
Replace the old __attribute__((packed)) with the new __packed. Only cleanup, no functional changes. Link: https://lore.kernel.org/r/20231025132314.5878-10-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9ffbedf07d
commit
0e646fc3a2
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ typedef struct wf_alias {
|
|||
*/
|
||||
|
||||
u8 sixteen_bit_padding;
|
||||
} __attribute__((packed)) wavefront_alias;
|
||||
} __packed wavefront_alias;
|
||||
|
||||
typedef struct wf_drum {
|
||||
u8 PatchNumber;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue