]> git.proxmox.com Git - mirror_qemu.git/commit
audio: fix audio_generic_write
authorVolker Rümelin <vr_qemu@t-online.de>
Thu, 23 Jan 2020 07:49:35 +0000 (08:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Jan 2020 07:48:03 +0000 (08:48 +0100)
commitd3ed0996712900161ef2ae7fab6b41616086ad30
treea2edee39217dc829c364301e283014b241f4badb
parent7a4ede0047a8613b0e3b72c9d351038f013dd357
audio: fix audio_generic_write

The pcm_ops function put_buffer_out expects the returned pointer
of function get_buffer_out as argument. Fix this.

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