Searched refs:virtsnd_pcm_ctl_msg_alloc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_pcm_ops.c | 183 msg = virtsnd_pcm_ctl_msg_alloc(vss, VIRTIO_SND_R_PCM_SET_PARAMS, in virtsnd_pcm_dev_set_params() 303 msg = virtsnd_pcm_ctl_msg_alloc(vss, VIRTIO_SND_R_PCM_PREPARE, in virtsnd_pcm_prepare() 344 msg = virtsnd_pcm_ctl_msg_alloc(vss, VIRTIO_SND_R_PCM_START, in virtsnd_pcm_trigger() 366 msg = virtsnd_pcm_ctl_msg_alloc(vss, VIRTIO_SND_R_PCM_STOP, in virtsnd_pcm_trigger() 400 msg = virtsnd_pcm_ctl_msg_alloc(vss, VIRTIO_SND_R_PCM_RELEASE, in virtsnd_pcm_sync_stop()
|
H A D | virtio_pcm.h | 112 virtsnd_pcm_ctl_msg_alloc(struct virtio_pcm_substream *vss,
|
H A D | virtio_pcm_msg.c | 381 * virtsnd_pcm_ctl_msg_alloc() - Allocate and initialize the PCM device control 391 virtsnd_pcm_ctl_msg_alloc(struct virtio_pcm_substream *vss, in virtsnd_pcm_ctl_msg_alloc() function
|
Completed in 2 milliseconds