Skip to content

Commit

Permalink
aries-common: Fix Froyo RILClient call volumes
Browse files Browse the repository at this point in the history
Change-Id: I9e26f10926df440ee98e3ee8531b4382fa2f1dcf
  • Loading branch information
FaultException committed Dec 1, 2012
1 parent 66786a5 commit f8b15eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libaudio/AudioHardware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ extern "C" {
#define OEM_SND_SET_CLOCK_CTRL 0x0A

#define OEM_SND_TYPE_VOICE 0x01
#define OEM_SND_TYPE_SPEAKER 0x02
#define OEM_SND_TYPE_HEADSET 0x03
#define OEM_SND_TYPE_BTVOICE 0x04
#define OEM_SND_TYPE_SPEAKER 0x11
#define OEM_SND_TYPE_HEADSET 0x31
#define OEM_SND_TYPE_BTVOICE 0x41

#define OEM_SND_AUDIO_PATH_HANDSET 0x01
#define OEM_SND_AUDIO_PATH_HEADSET 0x02
Expand Down

0 comments on commit f8b15eb

Please sign in to comment.