summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-05-24 10:10:09 +0300
committerTakashi Iwai <tiwai@suse.de>2023-05-24 10:10:15 +0300
commite7684f3baefe9c36db40c19389eb4a93189a114f (patch)
tree40dce6bcb6143133408615b9fc6f1d076ea06561 /include/sound
parent03a58514d494fe50c6a6cb56604bb7bd4f46e676 (diff)
parentdafb82e7d39767f11660705a518a551251fbdfe4 (diff)
downloadlinux-e7684f3baefe9c36db40c19389eb4a93189a114f.tar.xz
Merge branch 'topic/midi20' into for-next
Pull a fixup for build error on big-endian archs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/ump_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/ump_msg.h b/include/sound/ump_msg.h
index c76c39944a5f..a594ef951b54 100644
--- a/include/sound/ump_msg.h
+++ b/include/sound/ump_msg.h
@@ -192,13 +192,13 @@ struct snd_ump_midi1_msg_program {
u32 program:8;
u32 reserved:8;
#else
-#endif
u32 reserved:8;
u32 program:8;
u32 channel:4;
u32 status:4;
u32 group:4;
u32 type:4;
+#endif
} __packed;
/* MIDI 1.0 Channel Pressure (32bit) */