diff mbox

[for-1.5] audio: update documentation after removing --audio-card-list option

Message ID 1367677057-6809-1-git-send-email-hpoussin@reactos.org
State New
Headers show

Commit Message

Hervé Poussineau May 4, 2013, 2:17 p.m. UTC
Commit 98af93fde2e37b5b0c8cee9036e028fe6df6446c removed the
--audio-card-list option in configure, and commit
8f3b664f6cc4153cc73941c941d54c4e499b7537 always compiled in
the adlib, gus and cs4231a audio cards.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
 qemu-doc.texi |    4 ----
 1 file changed, 4 deletions(-)

Comments

Michael Tokarev May 5, 2013, 1:54 p.m. UTC | #1
04.05.2013 18:17, Hervé Poussineau wrote:
> Commit 98af93fde2e37b5b0c8cee9036e028fe6df6446c removed the
> --audio-card-list option in configure, and commit
> 8f3b664f6cc4153cc73941c941d54c4e499b7537 always compiled in
> the adlib, gus and cs4231a audio cards.

Added to the trivial patches queue (ba1c243ed54660282d2394a2b4ee9e82c4597f95).
Thank you!

/mjt
Andreas Färber May 5, 2013, 2:05 p.m. UTC | #2
Am 04.05.2013 16:17, schrieb Hervé Poussineau:
> Commit 98af93fde2e37b5b0c8cee9036e028fe6df6446c removed the
> --audio-card-list option in configure, and commit
> 8f3b664f6cc4153cc73941c941d54c4e499b7537 always compiled in
> the adlib, gus and cs4231a audio cards.
> 
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
>  qemu-doc.texi |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 64493eb..5fc0eae 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -214,10 +214,6 @@ PCI UHCI USB controller and a virtual USB hub.
>  
>  SMP is supported with up to 255 CPUs.
>  
> -Note that adlib, gus and cs4231a are only available when QEMU was
> -configured with --audio-card-list option containing the name(s) of
> -required card(s).
> -
>  QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL
>  VGA BIOS.
>  

Unrelated to this patch, but the last paragraph doesn't seem to be
up-to-date either: We're no longer using PC BIOS but SeaBIOS for some
time already, aren't we?

Andreas
diff mbox

Patch

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 64493eb..5fc0eae 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -214,10 +214,6 @@  PCI UHCI USB controller and a virtual USB hub.
 
 SMP is supported with up to 255 CPUs.
 
-Note that adlib, gus and cs4231a are only available when QEMU was
-configured with --audio-card-list option containing the name(s) of
-required card(s).
-
 QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL
 VGA BIOS.