Skip to content

Commit

Permalink
test: fix audio output dump file name, after the revert from HD Audio…
Browse files Browse the repository at this point in the history
… to AC'97/ICHx in the previous commit
  • Loading branch information
volkertb committed Aug 19, 2024
1 parent b46cca4 commit 6b70a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
# First decode DTMF tones from the source file that was played back, for verification:
dtmf2num test/dtmf_src.wav
# Now decode DTMF tones from the output dump file from the emulated sound device in QEMU VM:
dtmf2num hda_out.wav
dtmf2num ac97_out.wav

0 comments on commit 6b70a0b

Please sign in to comment.