OSDN Git Service

Configure audio effects libraries with relative path
authorKevin Rocard <krocard@google.com>
Mon, 26 Jun 2017 22:50:33 +0000 (15:50 -0700)
committerMikhail Naganov <mnaganov@google.com>
Sat, 8 Jul 2017 00:45:15 +0000 (17:45 -0700)
commit3296cee7e533de55eb6bb20c3518fa53261004a3
tree60253db447a2738286f8a2bd06936a16884a5e9d
parent627fdaae3d59bff8adb9c4ee9e47f0ac1ecdc7e1
Configure audio effects libraries with relative path

audio effects.conf legacy format had the libraries specified
in absolute path.
Nevertheless those libraries must be in specific folders.
The .conf loader used to strip the prefix of the paths then
try to load the libraries in those specific folders.

With new xml format the user only has to specify the name of the library
and the loader will load it from the known folders.

Test: run xmllint against a config with absolute paths
Bug: 37492580
Change-Id: I2863e04b3cdf0c6758d9f7be33796621fee527ed
Signed-off-by: Kevin Rocard <krocard@google.com>
audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd