Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h744 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h744 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/Linux-v5.15/sound/core/
Drawmidi.c727 unsigned int clock_type = params->mode & SNDRV_RAWMIDI_MODE_CLOCK_MASK; in snd_rawmidi_input_params()