mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-06-13 14:33:09 -04:00
memblock: Add pa_memblock_acquire_chunk().
Besides making the code a bit cleaner, this also gets rid of a few "cast increases required alignment of target type" warnings.
This commit is contained in:
parent
33e5802df2
commit
3d6092bb0f
16 changed files with 52 additions and 40 deletions
|
|
@ -311,8 +311,7 @@ static void source_output_push_cb(pa_source_output *o, const pa_memchunk *chunk)
|
|||
pa_assert( target_chunk.memblock );
|
||||
|
||||
/* get target pointer */
|
||||
target = (void*)((uint8_t*)pa_memblock_acquire(target_chunk.memblock)
|
||||
+ target_chunk.index);
|
||||
target = pa_memblock_acquire_chunk(&target_chunk);
|
||||
|
||||
/* set-up mixing structure
|
||||
volume was taken care of in sink and source already */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue