Searched refs:virtsnd_ctl_msg_send_sync (Results 1 – 2 of 2) sorted by relevance
203 return virtsnd_ctl_msg_send_sync(vss->snd, msg); in virtsnd_pcm_dev_set_params()308 return virtsnd_ctl_msg_send_sync(vss->snd, msg); in virtsnd_pcm_prepare()354 return virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_trigger()371 return virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_trigger()405 rc = virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_sync_stop()
49 static inline int virtsnd_ctl_msg_send_sync(struct virtio_snd *snd, in virtsnd_ctl_msg_send_sync() function