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>
This commit is contained in:
Takashi Iwai 2023-05-24 09:10:09 +02:00
Родитель 03a58514d4 dafb82e7d3
Коммит e7684f3bae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) */