Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasound.h735 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h735 #define SNDRV_RAWMIDI_MODE_CLOCK_MASK (7<<3) macro
/Linux-v6.1/sound/core/
Drawmidi.c777 unsigned int clock_type = params->mode & SNDRV_RAWMIDI_MODE_CLOCK_MASK; in snd_rawmidi_input_params()