Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h742 #define SNDRV_RAWMIDI_MODE_FRAMING_MASK (7<<0) macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h742 #define SNDRV_RAWMIDI_MODE_FRAMING_MASK (7<<0) macro
/openbmc/linux/sound/core/
H A Drawmidi.c733 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in resize_runtime_buffer()
786 unsigned int framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_input_params()