auto import from //branches/cupcake_rel/...@140373
diff --git a/libs/audioflinger/AudioFlinger.h b/libs/audioflinger/AudioFlinger.h
index ab15947f..db5cc74 100644
--- a/libs/audioflinger/AudioFlinger.h
+++ b/libs/audioflinger/AudioFlinger.h
@@ -165,7 +165,6 @@
void checkA2dpEnabledChange_l();
#endif
static bool streamForcedToSpeaker(int streamType);
- static bool streamDisablesA2dp(int streamType);
// Management of forced route to speaker for certain track types.
enum force_speaker_command {
@@ -176,7 +175,7 @@
};
void handleForcedSpeakerRoute(int command);
#ifdef WITH_A2DP
- void handleStreamDisablesA2dp_l(int command);
+ void handleRouteDisablesA2dp_l(int routes);
#endif
// Internal dump utilites.