Skip to content
  • Volker Rümelin's avatar
    d4b70fa4
    audio: handle buf == NULL in put_buffer_out() · d4b70fa4
    Volker Rümelin authored
    
    
    With the next patch all audio backends put_buffer_out() functions
    have to handle the buf == NULL case, provided the get_buffer_out()
    function may return buf = NULL and size > 0.
    
    It turns out that all audio backends get_buffer_out() functions
    either can't return buf = NULL or return buf = NULL and size = 0
    at the same time. The only exception is the spiceaudio backend
    where size may be uninitialized.
    
    Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
    Message-id: 20200920171729.15861-1-vr_qemu@t-online.de
    Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
    d4b70fa4
    audio: handle buf == NULL in put_buffer_out()
    Volker Rümelin authored
    
    
    With the next patch all audio backends put_buffer_out() functions
    have to handle the buf == NULL case, provided the get_buffer_out()
    function may return buf = NULL and size > 0.
    
    It turns out that all audio backends get_buffer_out() functions
    either can't return buf = NULL or return buf = NULL and size = 0
    at the same time. The only exception is the spiceaudio backend
    where size may be uninitialized.
    
    Signed-off-by: default avatarVolker Rümelin <vr_qemu@t-online.de>
    Message-id: 20200920171729.15861-1-vr_qemu@t-online.de
    Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Loading