Home
last modified time | relevance | path

Searched refs:SNDRV_RAWMIDI_MODE_FRAMING_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h750 #define SNDRV_RAWMIDI_MODE_FRAMING_MASK (7<<0) macro
/linux-6.15/include/uapi/sound/
H A Dasound.h750 #define SNDRV_RAWMIDI_MODE_FRAMING_MASK (7<<0) macro
/linux-6.15/sound/core/
H A Drawmidi.c716 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in resize_runtime_buffer()
766 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_input_params()