Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 4 of 4) sorted by relevance

/sound/core/seq/
Dseq_prioq.c253 int client, int timestamp) in prioq_match() argument
258 if (!timestamp) in prioq_match()
275 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave() argument
287 if (prioq_match(cell, client, timestamp)) { in snd_seq_prioq_leave()
Dseq_prioq.h39 void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp);
/sound/soc/codecs/
Dwmfw.h40 __le64 timestamp; member
Dwm_adsp.c1898 le64_to_cpu(footer->timestamp)); in wm_adsp_load()