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 a new issue