Lines Matching +full:- +full:- +full:-
13 * top-level directory.
21 #include "standard-headers/linux/virtio_ids.h"
22 #include "standard-headers/linux/virtio_snd.h"
24 #define TYPE_VIRTIO_SND "virtio-sound-device"
97 * buffer->elem = [[owned VQ element]];
101 * g_free(buffer->elem);
118 * bytes. The size of `data` is determined from the I/O message's read-only
119 * or write-only size when allocating VirtIOSoundPCMBuffer.
158 * -------------------------
164 * - `SET PARAMETERS`
168 * - `PREPARE`
171 * `RELEASE`. Output only: the driver transfers data for pre-buffing.
172 * - `START`
176 * - `STOP`
177 * The device stops the stream (mute, putting into non-running state, etc).
179 * - `RELEASE`
183 * +---------------+ +---------+ +---------+ +-------+ +-------+
185 * +---------------+ +---------+ +---------+ +-------+ +-------+
186 * |- | | | |
189 * |------------->| | | |
190 * |<-------------| | | |
191 * | |- | | |
194 * | |--------------------->| |
195 * | |---------->| | |
196 * | | | |-------->|
197 * | | | |<--------|
198 * | | |<-------------------|
199 * |<-------------------------| | |
200 * | |<----------| | |
231 * would re-process it in subsequent loop iterations.