mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
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>
This commit is contained in:
parent
ce8466cd4c
commit
9ffbedf07d
@ -229,7 +229,7 @@ struct fm_operator {
|
|||||||
unsigned char attack_decay;
|
unsigned char attack_decay;
|
||||||
unsigned char sustain_release;
|
unsigned char sustain_release;
|
||||||
unsigned char wave_select;
|
unsigned char wave_select;
|
||||||
} __attribute__((packed));
|
} __packed;
|
||||||
|
|
||||||
/* Instrument data */
|
/* Instrument data */
|
||||||
struct fm_instrument {
|
struct fm_instrument {
|
||||||
|
Loading…
Reference in New Issue
Block a user