Skip to content

Commit 59e7583

Browse files
committed
pcspk: update docs/system/target-i386-desc.rst.inc
Add PC speaker with config hints. Signed-off-by: Gerd Hoffmann <[email protected]> Message-id: [email protected]
1 parent 825ff02 commit 59e7583

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/system/target-i386-desc.rst.inc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The QEMU PC System emulator simulates the following peripherals:
3131

3232
- CS4231A compatible sound card
3333

34+
- PC speaker
35+
3436
- PCI UHCI, OHCI, EHCI or XHCI USB controller and a virtual USB-1.1
3537
hub.
3638

@@ -49,7 +51,7 @@ must be told to not have parallel ports to have working GUS.
4951
5052
.. parsed-literal::
5153
52-
|qemu_system_x86| dos.img -soundhw gus -parallel none
54+
|qemu_system_x86| dos.img -device gus -parallel none
5355
5456
Alternatively:
5557
@@ -60,3 +62,12 @@ Alternatively:
6062
Or some other unclaimed IRQ.
6163
6264
CS4231A is the chip used in Windows Sound System and GUSMAX products
65+
66+
The PC speaker audio device can be configured using the pcspk-audiodev
67+
machine property, i.e.
68+
69+
.. parsed-literal::
70+
71+
|qemu_system_x86| some.img \
72+
-audiodev <backend>,id=<name> \
73+
-machine pcspk-audiodev=<name>

0 commit comments

Comments
 (0)