public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Gilles Pietri <contact+dev@gilouweb.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server] audio: add the none audio backend
Date: Thu,  7 Jan 2021 18:02:43 +0100	[thread overview]
Message-ID: <20210107170244.168204-2-contact+dev@gilouweb.com> (raw)
In-Reply-To: <20210107170244.168204-1-contact+dev@gilouweb.com>

Signed-off-by: Gilles Pietri <contact+dev@gilouweb.com>
---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index bca5669..54278e5 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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."
-- 
2.30.0




  reply	other threads:[~2021-01-07 17:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 17:02 [pve-devel] [PATCH-SERIES] add " Gilles Pietri
2021-01-07 17:02 ` Gilles Pietri [this message]
2021-01-07 17:02 ` [pve-devel] [PATCH pve-manager] ui: qemu: add the none audio driver as an option Gilles Pietri
2021-01-08 12:29 ` [pve-devel] [PATCH-SERIES] add none audio backend Aaron Lauterer
2021-01-12 12:10 ` [pve-devel] applied-series: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210107170244.168204-2-contact+dev@gilouweb.com \
    --to=contact+dev@gilouweb.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal