audio: add the none audio backend

Signed-off-by: Gilles Pietri <contact+dev@gilouweb.com>
This commit is contained in:
Gilles Pietri 2021-01-07 18:02:43 +01:00 committed by Thomas Lamprecht
parent 0435f8798c
commit 211785ee50

View File

@ -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."