diff options
author | 2009-05-20 11:28:04 -0700 | |
---|---|---|
committer | 2009-05-20 11:28:04 -0700 | |
commit | 9660d304ae51a69509e5506e1fc80178025dee7c (patch) | |
tree | 2db88e9f1a42bf5dfbbe01580a6e8071666179e9 /libs/audioflinger/AudioHardwareInterface.cpp | |
parent | 490b2ba510c0857605f4913f0fdd1c47a1d93647 (diff) |
donut snapshot
Diffstat (limited to 'libs/audioflinger/AudioHardwareInterface.cpp')
-rw-r--r-- | libs/audioflinger/AudioHardwareInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audioflinger/AudioHardwareInterface.cpp b/libs/audioflinger/AudioHardwareInterface.cpp index ac76a19d84..cc1bd8ffa2 100644 --- a/libs/audioflinger/AudioHardwareInterface.cpp +++ b/libs/audioflinger/AudioHardwareInterface.cpp @@ -53,7 +53,7 @@ static const char* routeStrings[] = "EARPIECE ", "SPEAKER ", "BLUETOOTH ", - "HEADSET " + "HEADSET ", "BLUETOOTH_A2DP " }; static const char* routeNone = "NONE"; |