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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 70afc63..d2b2e0e 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -197,6 +197,12 @@ struct route_setting bt_output[] = {
{ .ctl_name = NULL, },
};
+struct route_setting bt_output_disable[] = {
+ { .ctl_name = "AIF2DAC2L Mixer AIF2 Switch", .intval = 0, },
+ { .ctl_name = "AIF2DAC2R Mixer AIF2 Switch", .intval = 0, },
+ { .ctl_name = NULL, },
+};
+
struct route_setting bt_input[] = {
{ .ctl_name = "AIF2ADC Mux", .intval = 1, },
{ .ctl_name = "AIF2DACR Source", .intval = 1, },
@@ -214,3 +220,9 @@ struct route_setting bt_input[] = {
{ .ctl_name = "MIXINL IN1L Switch", .intval = 0, },
{ .ctl_name = NULL, },
};
+
+struct route_setting bt_input_disable[] = {
+ { .ctl_name = "AIF2ADC Mux", .intval = 0, },
+ { .ctl_name = "HP Switch", .intval = 1, },
+ { .ctl_name = NULL, },
+};