]> git.ipfire.org Git - thirdparty/qemu.git/commit
audio/mixeng: remove unnecessary pointer type casts
authorVolker Rümelin <vr_qemu@t-online.de>
Thu, 15 May 2025 05:44:28 +0000 (07:44 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 25 May 2025 09:28:28 +0000 (11:28 +0200)
commit9ddb7c85c965636f7abf91382dc40175ce121aa3
treeb7722b55b145ce6dc830b71cca3e5283d6ac5397
parentf4b1c3db11317c4bce18fa3bbb025df7c22ea54c
audio/mixeng: remove unnecessary pointer type casts

A simple assignment automatically converts a void pointer type
to any other pointer type.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20250515054429.7385-6-vr_qemu@t-online.de>
audio/mixeng.c