ALSA: opl3: Replace with __packed attribute
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Oct 2023 13:23:11 +0000 (15:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Oct 2023 07:43:15 +0000 (09:43 +0200)
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>
include/sound/opl3.h

index ebf3852da9fe36053464cfac42c9a35f596b0e51..052395a2f8764eb534027099f68a8f36c9d744ce 100644 (file)
@@ -229,7 +229,7 @@ struct fm_operator {
        unsigned char attack_decay;
        unsigned char sustain_release;
        unsigned char wave_select;
-} __attribute__((packed));
+} __packed;
 
 /* Instrument data */
 struct fm_instrument {