Home
last modified time | relevance | path

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

/openbmc/linux/sound/virtio/
H A Dvirtio_pcm_ops.c96 static int virtsnd_pcm_sync_stop(struct snd_pcm_substream *substream);
125 return virtsnd_pcm_sync_stop(substream); in virtsnd_pcm_open()
387 static int virtsnd_pcm_sync_stop(struct snd_pcm_substream *substream) in virtsnd_pcm_sync_stop() function
462 .sync_stop = virtsnd_pcm_sync_stop,