aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
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, },
+};