Skip to content

Commit

Permalink
t0lte: bump speakerphone volume
Browse files Browse the repository at this point in the history
Change-Id: I6294c0dec1a8a4f2bc7b1289a57af768b0490214
  • Loading branch information
sbrissen committed Sep 16, 2013
1 parent e20fb4e commit 484c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/audio_hw.c
Expand Up @@ -541,7 +541,7 @@ static void set_incall_device(struct m0_audio_device *adev)
case AUDIO_DEVICE_OUT_AUX_DIGITAL:
rx_dev_id = DEVICE_SPEAKER_MONO_RX_ACDB_ID;
tx_dev_id = DEVICE_SPEAKER_TX_ACDB_ID;
voice_index = 7;
voice_index = 9;
break;
case AUDIO_DEVICE_OUT_WIRED_HEADSET:
case AUDIO_DEVICE_OUT_WIRED_HEADPHONE:
Expand Down

0 comments on commit 484c522

Please sign in to comment.