Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/rawmidi/
H A Drawmidi.c850 framing = SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP; in snd_rawmidi_params_set_read_mode()
874 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) 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.h742 #define SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP (1<<0) macro

Completed in 7 milliseconds