Home
last modified time | relevance | path

Searched defs:snd_seq_ev_is_channel_type (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dasequencer.h23 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dasequencer.h23 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dasequencer.h23 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) macro
/dports/audio/libdssialsacompat/libdssialsacompat-1.0.8a/alsa/
H A Dseq.h104 #define snd_seq_ev_is_channel_type(ev) \ macro
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/unicode-segmentation-1.8.0/src/
H A Dlib.rs105 /// let gr2 = UnicodeSegmentation::graphemes("a\r\nb��������", true).collect::<Vec<&str>>();
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/
H A Dseq.h654 #define snd_seq_ev_is_channel_type(ev) \ macro