Searched refs:has_msg (Results 1 – 3 of 3) sorted by relevance
18 static bool has_msg(struct snd_ff *ff) in has_msg() function20 if (ff->spec->protocol->has_msg) in has_msg()21 return ff->spec->protocol->has_msg(ff); in has_msg()34 while (!ff->dev_lock_changed && !has_msg(ff)) { in hwdep_read()57 } else if (has_msg(ff)) { in hwdep_read()80 if (ff->dev_lock_changed || has_msg(ff)) in hwdep_poll()
116 bool (*has_msg)(struct snd_ff *ff); member
723 .has_msg = ff400_has_msg,
Completed in 8 milliseconds