QEMU/Devices/Sound cards: Difference between revisions

Jump to navigation Jump to search
no edit summary
(you slutbag)
No edit summary
==How to add a sound card==
QEMU 7 and above:
 
You can add a card with the following:
 
<pre>qemu-system-(arch) -audio driver={output_driver},model={sound_card_model},id={id}</pre>
 
 
QEMU versions before 7.0:
 
You can add a card with the following:
 
<pre>qemu-system-(arch) -soundhw (sound_card_model)</pre>
 

Navigation menu