audio: unify input and output mixeng buffer management
commitdc88e38fa7f7480becf34712eae41380b62aacc6
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>
Thu, 19 Sep 2019 21:24:20 +0000 (19 23:24 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 23 Sep 2019 10:28:47 +0000 (23 12:28 +0200)
tree9839c0e6a46c0749b476829fbcdd5c29e81a0e11
parent3f5bbfc25a16d251da79429b69131dc4075a5f37
audio: unify input and output mixeng buffer management

Usage notes: hw->samples became hw->{mix,conv}_buf->size, except before
initialization (audio_pcm_hw_alloc_resources_*), hw->samples gives the
initial size of the STSampleBuffer.  The next commit tries to fix this
inconsistency.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Message-id: a78caeb2eeb6348ecb45bb2c81709570ef8ac5b3.1568927990.git.DirtY.iCE.hu@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c
audio/audio_int.h
audio/audio_template.h
audio/ossaudio.c