Skip to content

Commit 9ffbedf

Browse files
committed
ALSA: opl3: 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-9-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent ce8466c commit 9ffbedf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sound/opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ struct fm_operator {
229229
unsigned char attack_decay;
230230
unsigned char sustain_release;
231231
unsigned char wave_select;
232-
} __attribute__((packed));
232+
} __packed;
233233

234234
/* Instrument data */
235235
struct fm_instrument {

0 commit comments

Comments
 (0)