Lines Matching refs:snd
68 virtsnd_control_queue(struct virtio_snd *snd) in virtsnd_control_queue() argument
70 return &snd->queues[VIRTIO_SND_VQ_CONTROL]; in virtsnd_control_queue()
74 virtsnd_event_queue(struct virtio_snd *snd) in virtsnd_event_queue() argument
76 return &snd->queues[VIRTIO_SND_VQ_EVENT]; in virtsnd_event_queue()
80 virtsnd_tx_queue(struct virtio_snd *snd) in virtsnd_tx_queue() argument
82 return &snd->queues[VIRTIO_SND_VQ_TX]; in virtsnd_tx_queue()
86 virtsnd_rx_queue(struct virtio_snd *snd) in virtsnd_rx_queue() argument
88 return &snd->queues[VIRTIO_SND_VQ_RX]; in virtsnd_rx_queue()
95 return virtsnd_tx_queue(vss->snd); in virtsnd_pcm_queue()
97 return virtsnd_rx_queue(vss->snd); in virtsnd_pcm_queue()
100 int virtsnd_jack_parse_cfg(struct virtio_snd *snd);
102 int virtsnd_jack_build_devs(struct virtio_snd *snd);
104 void virtsnd_jack_event(struct virtio_snd *snd,
107 int virtsnd_chmap_parse_cfg(struct virtio_snd *snd);
109 int virtsnd_chmap_build_devs(struct virtio_snd *snd);