Skip to content

Commit

Permalink
ci: try Intel HD Audio (HDA) instead of AC'97/ICHx, since the latter …
Browse files Browse the repository at this point in the history
…is apparently not working with SBEMU in the QEMU VM, at least not for the stp32 Protected Mode audio player
  • Loading branch information
volkertb committed Aug 18, 2024
1 parent 726fbd2 commit 0e0000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_cicd_dos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-blockdev driver=file,node-name=fd0,filename=/media/x86BOOT.img -device floppy,drive=fd0 \
-drive if=virtio,format=raw,file=fat:rw:"$(pwd)" \
-boot order=a \
-audiodev wav,id=snd0,path="$(pwd)"/ac97_out.wav -device AC97,audiodev=snd0 \
-audiodev wav,id=snd0,path="$(pwd)"/hda_out.wav -device intel-hda -device hda-output,audiodev=snd0 \
-audiodev wav,id=snd1,path="$(pwd)"/virtio_out.wav -device virtio-sound-pci,audiodev=snd1 \
-audiodev wav,id=snd2,path="$(pwd)"/pcspk_out.wav -machine pcspk-audiodev=snd2 \
| tee "$(pwd)"/qemu_stdout.log) 3>&1 1>&2 2>&3 | tee "$(pwd)"/qemu_stderr.log

0 comments on commit 0e0000c

Please sign in to comment.