Home
last modified time | relevance | path

Searched refs:virtsnd_ctl_msg_send_sync (Results 1 – 3 of 3) sorted by relevance

/linux/sound/virtio/
H A Dvirtio_pcm_ops.c203 return virtsnd_ctl_msg_send_sync(vss->snd, msg); in virtsnd_pcm_dev_set_params()
312 return virtsnd_ctl_msg_send_sync(vss->snd, msg); in virtsnd_pcm_prepare()
359 return virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_trigger()
376 return virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_trigger()
410 rc = virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_pcm_sync_stop()
H A Dvirtio_ctl_msg.h31 * virtsnd_ctl_msg_send_sync() - Simplified sending of synchronous message.
49 static inline int virtsnd_ctl_msg_send_sync(struct virtio_snd *snd, in virtsnd_ctl_msg_send_sync() function
H A Dvirtio_kctl.c128 rc = virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_kctl_get()
226 return virtsnd_ctl_msg_send_sync(snd, msg); in virtsnd_kctl_put()