Add IVI-specific PulseAudio patches and development files 73/6073/2
authorManuel Bachmann <mbc@iot.bzh>
Mon, 18 Apr 2016 12:42:12 +0000 (12:42 +0000)
committerGerrit Code Review <gerrit@172.30.200.200>
Fri, 15 Jul 2016 12:20:06 +0000 (12:20 +0000)
commit203e07c635fab8b1986f48a40351137b8ec67946
tree298880b79abb8a3da037676790d7a9cde8803c91
parent2c6adc5e7fb926b6dafb609c1fd38542379bf232
Add IVI-specific PulseAudio patches and development files

This is a stripped-down port of Tizen IVI PulseAudio 5.0
patches to AGL PulseAudio 6.0.
These patches mainly:
- provide a new "pulseaudio-module-dev" package, including
headers and libraries for out-of-tree module development;
- add generic helper functions;
- add a helper "libvolume" library;
- add helper functions for an efficient "volume ramp
up/down" feature, so that a module does not need to track
volume changes' timing and state in realtime.

These patches are needed for the PulseAudio Routing Module
described on: https://wiki.automotivelinux.org/
eg-ui-graphics-req-audiorouting (which is itself a stripped
-down version of the Tizen IVI Audio Routing module).

Change-Id: Ib826f3106b91ffdef639c2719a580373f84449c7
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
12 files changed:
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0008-install-files-for-a-module-development.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0010-volume-ramp-additions-to-the-low-level-infra.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0011-volume-ramp-adding-volume-ramping-to-sink-input.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0012-volume-ramp-add-volume-ramping-to-sink.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0013-add-internal-corking-state-for-sink-input.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0020-core-util-Add-pa_join.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0021-dynarray-Add-pa_dynarray_get_raw_array.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0022-device-port-Add-pa_device_port.active.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0030-volume-api-Add-libvolume-api.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0031-Add-module-main-volume-policy.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio/0039-main-volume-policy-adapt-to-pa6rev.patch [new file with mode: 0644]
meta-ivi-common/recipes-multimedia/pulseaudio/pulseaudio_6.0.bbappend [new file with mode: 0644]