OSDN Git Service

audio effects: fix link problem with NULL UUID
authorEric Laurent <elaurent@google.com>
Thu, 7 Feb 2013 19:31:48 +0000 (11:31 -0800)
committerEric Laurent <elaurent@google.com>
Thu, 7 Feb 2013 19:35:29 +0000 (11:35 -0800)
commit099e61508eaaf2c5999e601f953f392f1aa37b70
treeaf02d4c94179c8e0f5b806c81fc1a0a77d79905d
parente3e0a570a85ea40ce215e80679ba4ae1b014664f
audio effects: fix link problem with NULL UUID

A special value for NULL effect UUID is declared as const
in audio_effect.h. This prevents several modules including
audio_effect.h to be linked together.

The fix consists in declaring the value as static const.

Change-Id: I86e74dc9da8eaed13a3ad44765abb9cd1e80f316
include/hardware/audio_effect.h