diff options
| author | 2009-04-24 14:24:20 -0700 | |
|---|---|---|
| committer | 2009-04-24 14:24:20 -0700 | |
| commit | f670127afccf156681db8a144e49cecb22d744e1 (patch) | |
| tree | e88e38c9992fdc03f8b99ba63f0874c11ea49386 /libs/audioflinger/AudioHardwareInterface.cpp | |
| parent | 13b3b5c9b2594fe2a42e479ae4f3f733fce911dc (diff) | |
| parent | d004ee1b0a1f869f5e48ffc29b8ce9c6a8c77e23 (diff) | |
Merge commit 'goog/master' into merge_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 ac76a19d8435..cc1bd8ffa229 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"; |