Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audio: underp
Conflicts:
	audio/AudioHardware.cpp
  • Loading branch information
Daz Jones committed Jun 22, 2013
1 parent 9fb1ae5 commit 5f9fa00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audio/AudioHardware.cpp
Expand Up @@ -1154,7 +1154,6 @@ status_t AudioHardware::setVoiceVolume(float v)
// Added 0.2 to current volume, as in voice call Mute cannot be set as minimum volume(0.00)
// setting Rx volume level as 1 for minimum and 6 as max level.
v = 0.2 + v;
}

int vol = lrint(v * 3.0);
LOGD("setVoiceVolume(%f)\n", v);
Expand Down

0 comments on commit 5f9fa00

Please sign in to comment.