Home
last modified time | relevance | path

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

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