ecore_audio: Zero copy in pulse output
authorDaniel Willmann <d.willmann@samsung.com>
Thu, 25 Apr 2013 16:27:13 +0000 (17:27 +0100)
committerDaniel Willmann <d.willmann@samsung.com>
Fri, 26 Apr 2013 17:49:24 +0000 (18:49 +0100)
commit3b70c0bc83552a26b89879aed42293de1e00b090
tree509c51120454d8a0e0efd9fe2490052695ddc335
parent911790b2367589ff922767f5144b0313ab8550d8
ecore_audio: Zero copy in pulse output

Using pa_stream_write_begin we can just request a buffer to write into
This reduces the amount of calloc()/free() and memcpy calls.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
src/lib/ecore_audio/ecore_audio_obj_out_pulse.c