Function create_virtio_snd_device

Source
pub fn create_virtio_snd_device(
    protection_type: ProtectionType,
    jail_config: Option<&JailConfig>,
    snd_params: Parameters,
    snd_device_tube: Tube,
) -> Result<VirtioDeviceStub>