aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
authormark <mcampbellsmith@gmail.com>2013-04-01 21:20:25 +1100
committermark <mcampbellsmith@gmail.com>2013-04-06 22:32:27 +1100
commit180a8e8fae570285ed631c6a549c3d6a33c05eac (patch)
treeacc712a5e5fe52d0ac6c7f314fd6ac3f8a389b4d /audio/audio_hw.h
parentb492edd310072b38d16c4bbfb3f84765964e3d2a (diff)
downloaddevice_samsung_i9305-180a8e8fae570285ed631c6a549c3d6a33c05eac.zip
device_samsung_i9305-180a8e8fae570285ed631c6a549c3d6a33c05eac.tar.gz
device_samsung_i9305-180a8e8fae570285ed631c6a549c3d6a33c05eac.tar.bz2
i9305: increase speaker volume during call
Change-Id: Ib92755cb7003e08836e6cc6ff94e5823472b32e9
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 32db220..4d99bc7 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -299,3 +299,13 @@ struct route_setting bt_disable[] = {
{ .ctl_name = "AIF1ADC1L Mixer AIF2 Switch", .intval = 0, },
{ .ctl_name = NULL, },
};
+
+struct route_setting speaker_output[] = {
+ { .ctl_name = "Speaker Boost Volume", .intval = 5, },
+ { .ctl_name = NULL, },
+};
+
+struct route_setting speaker_output_disable[] = {
+ { .ctl_name = "Speaker Boost Volume", .intval = 4, },
+ { .ctl_name = NULL, },
+};