Skip to content
Snippets Groups Projects
Commit 5cc93a2d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'disable_mic' into 'master'

Switch qemu sound device from hda-duplex to hda-output

See merge request !1370
parents 3a1b3de8 3bea19f2
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ else ifeq ($(audio),ac97)
QEMUFLAGS+=-device AC97
else
# Intel High Definition Audio
QEMUFLAGS+=-device ich9-intel-hda -device hda-duplex
QEMUFLAGS+=-device ich9-intel-hda -device hda-output
endif
ifeq ($(net),no)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment