Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h754 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/linux/include/uapi/sound/
H A Dasound.h754 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/linux/sound/core/
H A Drawmidi.c767 unsigned int clock_type = params->mode & SNDRV_RAWMIDI_MODE_CLOCK_MASK; in snd_rawmidi_input_params()