mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Merge branch 'disable_mic' into 'master'
Switch qemu sound device from hda-duplex to hda-output See merge request redox-os/redox!1370
This commit is contained in:
commit
5cc93a2d22
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user