mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 08:05:52 +00:00
audio: add the none audio backend
Signed-off-by: Gilles Pietri <contact+dev@gilouweb.com>
This commit is contained in:
parent
0435f8798c
commit
211785ee50
@ -211,7 +211,7 @@ my $audio_fmt = {
|
||||
},
|
||||
driver => {
|
||||
type => 'string',
|
||||
enum => ['spice'],
|
||||
enum => ['spice', 'none'],
|
||||
default => 'spice',
|
||||
optional => 1,
|
||||
description => "Driver backend for the audio device."
|
||||
|
Loading…
Reference in New Issue
Block a user