Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c859 params->mode = (params->mode & ~SNDRV_RAWMIDI_MODE_FRAMING_MASK) | framing; in snd_rawmidi_params_set_read_mode()
873 framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_params_get_read_mode()
1099 if ((rawmidi->params_mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK) == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) in snd_rawmidi_read()
1118 if ((rawmidi->params_mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK) != SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) in snd_rawmidi_tread()
H A Drawmidi_hw.c120 tstamp = (params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK) == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP; in snd_rawmidi_hw_params()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h739 #define SNDRV_RAWMIDI_MODE_FRAMING_MASK (7<<0) macro

Completed in 7 milliseconds