ALSA: caiaq: 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-7-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e244953ef6
commit
98a4e82e57
@ -53,7 +53,7 @@ struct caiaq_device_spec {
|
|||||||
unsigned char num_midi_out;
|
unsigned char num_midi_out;
|
||||||
unsigned char num_midi_in;
|
unsigned char num_midi_in;
|
||||||
unsigned char data_alignment;
|
unsigned char data_alignment;
|
||||||
} __attribute__ ((packed));
|
} __packed;
|
||||||
|
|
||||||
struct snd_usb_caiaq_cb_info;
|
struct snd_usb_caiaq_cb_info;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user