Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -1
+1 -1
include/sound/opl3.h
··· 229 229 unsigned char attack_decay; 230 230 unsigned char sustain_release; 231 231 unsigned char wave_select; 232 - } __attribute__((packed)); 232 + } __packed; 233 233 234 234 /* Instrument data */ 235 235 struct fm_instrument {