audio: remove unused noop_conv() function
authorVolker Rümelin <vr_qemu@t-online.de>
Fri, 24 Feb 2023 19:05:48 +0000 (20:05 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 6 Mar 2023 06:30:23 +0000 (10:30 +0400)
commit1fe3cae39f059c9fc2010e3c51c0bbd696cbf880
tree3f77eb3b3075e8ab57d91efeca4b1a0b730de0bb
parent671cca352075c9651e5c2e64bb0d2c70465082a3
audio: remove unused noop_conv() function

The function audio_capture_mix_and_clear() no longer uses
audio_pcm_sw_write() to resample audio frames from one internal
buffer to another. For this reason, the noop_conv() function is
now unused. Remove it.

Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20230224190555.7409-8-vr_qemu@t-online.de>
audio/audio.c