Home
last modified time | relevance | path

Searched refs:SNDRV_RAWMIDI_INFO_STREAM_INACTIVE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h731 #define SNDRV_RAWMIDI_INFO_STREAM_INACTIVE 0x00000010 macro
/linux-6.15/include/uapi/sound/
H A Dasound.h731 #define SNDRV_RAWMIDI_INFO_STREAM_INACTIVE 0x00000010 macro
/linux-6.15/Documentation/sound/designs/
H A Dmidi-2.0.rst304 0x10 (`SNDRV_RAWMIDI_INFO_STREAM_INACTIVE`) in the `flags` field of
/linux-6.15/sound/core/
H A Drawmidi.c633 info->flags |= SNDRV_RAWMIDI_INFO_STREAM_INACTIVE; in snd_rawmidi_info()