mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 07:40:24 +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 => {
|
driver => {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
enum => ['spice'],
|
enum => ['spice', 'none'],
|
||||||
default => 'spice',
|
default => 'spice',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
description => "Driver backend for the audio device."
|
description => "Driver backend for the audio device."
|
||||||
|
Loading…
Reference in New Issue
Block a user