summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/audio_hw.h b/audio/audio_hw.h
index 5ba0e9e..3481501 100644
--- a/audio/audio_hw.h
+++ b/audio/audio_hw.h
@@ -237,6 +237,13 @@ struct route_setting bt_input[] = {
{ .ctl_name = NULL, },
};
+struct route_setting bt_input_disable[] = {
+ { .ctl_name = "AIF2ADC Mux", .intval = 0, },
+ { .ctl_name = "AIF1ADC1R Mixer AIF2 Switch", .intval = 0, },
+ { .ctl_name = "AIF1ADC1L Mixer AIF2 Switch", .intval = 0, },
+ { .ctl_name = NULL, },
+};
+
struct route_setting bt_disable[] = {
{ .ctl_name = "AIF1DAC1 Volume", .intval = 96, },
{ .ctl_name = "AIF1 Boost Volume", .intval = 0, },