OSDN Git Service

audioflinger: enable volume listener on direct outputs
authorEric Laurent <elaurent@google.com>
Sun, 16 Jul 2017 23:55:08 +0000 (16:55 -0700)
committerEric Laurent <elaurent@google.com>
Wed, 19 Jul 2017 20:19:58 +0000 (20:19 +0000)
commit3e4de776665ff287cfd487ca4c7df87fbf73efa4
tree4c2a96d88ce1df146906cfabc3178a531810c60d
parent719e24e82381cccdcb84524c5bef9a3b3ad7c1b4
audioflinger: enable volume listener on direct outputs

Always allow effects with no process function on any output
thread type as there is no impact on performance and no risk of
the audio properties not being supported by the effect.

Bug: 63015903
Test: place a Skype call over SCO and verify the volume listener
can be created.

Change-Id: I99db7802cec88a618808e500b74f4c78165199fe
services/audioflinger/Threads.cpp