We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba23823 commit 970171aCopy full SHA for 970171a
include/uapi/sound/asequencer.h
@@ -207,7 +207,7 @@ struct snd_seq_ev_raw32 {
207
struct snd_seq_ev_ext {
208
unsigned int len; /* length of data */
209
void *ptr; /* pointer to data (note: maybe 64-bit) */
210
-} __attribute__((packed));
+} __packed;
211
212
struct snd_seq_result {
213
int event; /* processed event type */
@@ -251,7 +251,7 @@ struct snd_seq_ev_quote {
251
struct snd_seq_addr origin; /* original sender */
252
unsigned short value; /* optional data */
253
struct snd_seq_event *event; /* quoted event */
254
255
256
union snd_seq_event_data { /* event data... */
257
struct snd_seq_ev_note note;
0 commit comments