From 6b70a0b3f894fb696f9930298041d2b8ee3ed989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkert=20de=20Buisonj=C3=A9?= Date: Mon, 19 Aug 2024 22:43:05 +0200 Subject: [PATCH] test: fix audio output dump file name, after the revert from HD Audio to AC'97/ICHx in the previous commit --- .github/workflows/02-pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/02-pr-checks.yml b/.github/workflows/02-pr-checks.yml index 1215487..c2ac2e4 100644 --- a/.github/workflows/02-pr-checks.yml +++ b/.github/workflows/02-pr-checks.yml @@ -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