diff options
| author | 2009-04-22 17:12:34 -0700 | |
|---|---|---|
| committer | 2009-04-22 17:12:34 -0700 | |
| commit | 2bcce3696e2fbb2f54f9e0fd18c40a83b2ba11fc (patch) | |
| tree | 0057538044583548295d59f7e7c31bc8f5635f48 /libs/audioflinger/AudioHardwareInterface.cpp | |
| parent | 37cb461e21c3328bbd6567696a13dfba14136ac6 (diff) | |
| parent | 91a678088520abf63c1484d284629833877ff938 (diff) | |
Merge donut into master
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"; |