Home
last modified time | relevance | path

Searched refs:no_active_sensing (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
H A Drawmidi_compat.c15 unsigned int no_active_sensing; /* avoid bit-field */ member
30 get_user(val, &src->no_active_sensing)) in snd_rawmidi_ioctl_params_compat()
32 params.no_active_sensing = val; in snd_rawmidi_ioctl_params_compat()
H A Drawmidi.c761 substream->active_sensing = !params->no_active_sensing;
/linux/sound/core/seq/
H A Dseq_midi.c272 params.no_active_sensing = 1; in snd_seq_midisynth_probe()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h779 unsigned int no_active_sensing: 1; /* do not send active sensing byte in close() */ member