Home
last modified time | relevance | path

Searched defs:snd_seq_ev_note (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasequencer.h109 struct snd_seq_ev_note { struct
110 unsigned char channel;
111 unsigned char note;
112 unsigned char velocity;
113 unsigned char off_velocity;
114 unsigned int duration;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
Dasequencer.h109 struct snd_seq_ev_note { struct
110 unsigned char channel;
111 unsigned char note;
112 unsigned char velocity;
113 unsigned char off_velocity;
114 unsigned int duration;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasequencer.h100 struct snd_seq_ev_note { struct
101 unsigned char channel;
102 unsigned char note;
103 unsigned char velocity;
104 unsigned char off_velocity;
105 unsigned int duration;
/kernel/linux/linux-5.10/include/uapi/sound/
Dasequencer.h195 struct snd_seq_ev_note { struct
196 unsigned char channel;
197 unsigned char note;
198 unsigned char velocity;
199 unsigned char off_velocity; /* only for SNDRV_SEQ_EVENT_NOTE */
200 unsigned int duration; /* only for SNDRV_SEQ_EVENT_NOTE */
/kernel/linux/linux-6.6/include/uapi/sound/
Dasequencer.h180 struct snd_seq_ev_note { struct
181 unsigned char channel;
182 unsigned char note;
183 unsigned char velocity;
184 unsigned char off_velocity; /* only for SNDRV_SEQ_EVENT_NOTE */
185 unsigned int duration; /* only for SNDRV_SEQ_EVENT_NOTE */