alsaaudio: remove #ifdef DEBUG to avoid bit rot
commit243011896ad2503e515b4fed746402e651b8e520
authorVolker Rümelin <vr_qemu@t-online.de>
Mon, 17 May 2021 19:46:01 +0000 (17 21:46 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Jun 2021 09:54:09 +0000 (17 11:54 +0200)
treea2ec1265cb12158f6fc0211cfe782febacc74006
parent38848ce565849e5b867a5e08022b3c755039c11a
alsaaudio: remove #ifdef DEBUG to avoid bit rot

Merge the #ifdef DEBUG code with the if statement a few lines
above to avoid bit rot.

Suggested-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20210517194604.2545-1-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/alsaaudio.c