ALSA: aoa: 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-8-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2023-10-25 15:23:10 +02:00
parent 98a4e82e57
commit ce8466cd4c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct i2s_interface_regs {
__le32 peak_level_in1; /* 0x90 */
PAD(12);
/* total size: 0x100 bytes */
} __attribute__((__packed__));
} __packed;
/* interrupt register is just a bitfield with
* interrupt enable and pending bits */