Searched refs:snd_rawmidi_framing_tstamp (Results 1 – 3 of 3) sorted by relevance
1051 struct snd_rawmidi_framing_tstamp *dest_ptr; in receive_with_tstamp_framing()1052 struct snd_rawmidi_framing_tstamp frame = { .tv_sec = tstamp->tv_sec, .tv_nsec = tstamp->tv_nsec }; in receive_with_tstamp_framing()1055 int frame_size = sizeof(struct snd_rawmidi_framing_tstamp); in receive_with_tstamp_framing()1075 dest_ptr = (struct snd_rawmidi_framing_tstamp *) (runtime->buffer + runtime->hw_ptr); in receive_with_tstamp_framing()
744 struct snd_rawmidi_framing_tstamp { struct