diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-10-25 15:23:12 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-10-26 09:43:20 +0200 |
commit | 0e646fc3a2b0435a1a171bea817a76050f59ee97 (patch) | |
tree | 68ec71642c9f67ef51d08c0dd2d69aa84bd3e8d9 /include/sound | |
parent | 9ffbedf07d556af1203dd8d5fc28b59a0563a49f (diff) |
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>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/wavefront.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/wavefront.h b/include/sound/wavefront.h index 37ed437e2123..5360985bd183 100644 --- a/include/sound/wavefront.h +++ b/include/sound/wavefront.h @@ -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; |