dsoundaudio: fix log message

There is a mismatch between message and used argument. Change
the argument from frequency to format.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-id: 9315afe5-5958-c0b4-ea1e-14769511a9d5@t-online.de
Message-Id: <20210110100239.27588-23-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
stable-6.0
Volker Rümelin 2021-01-10 11:02:39 +01:00 committed by Gerd Hoffmann
parent 1157506161
commit 2d96a00587
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int waveformat_from_audio_settings (WAVEFORMATEX *wfx,
break;
default:
dolog ("Internal logic error: Bad audio format %d\n", as->freq);
dolog("Internal logic error: Bad audio format %d\n", as->fmt);
return -1;
}