summaryrefslogtreecommitdiff
path: root/sound/usb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-10-25 15:23:09 +0200
committerTakashi Iwai <tiwai@suse.de>2023-10-26 09:43:07 +0200
commit98a4e82e57063653593c6257660afc659acc0a2b (patch)
tree2359f39759fea29ec0b23e903f0b978bfab1a4c5 /sound/usb
parente244953ef618f19a3df65cc8d15c2bd3da64c4dd (diff)
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>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/caiaq/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/caiaq/device.h b/sound/usb/caiaq/device.h
index 50fea085765b..743eb0387b5f 100644
--- a/sound/usb/caiaq/device.h
+++ b/sound/usb/caiaq/device.h
@@ -53,7 +53,7 @@ struct caiaq_device_spec {
unsigned char num_midi_out;
unsigned char num_midi_in;
unsigned char data_alignment;
-} __attribute__ ((packed));
+} __packed;
struct snd_usb_caiaq_cb_info;