From 1c3ccd1cbf98430dc091240fe1aa494a51908980 Mon Sep 17 00:00:00 2001 From: MarcKe Date: Thu, 29 Jan 2015 20:32:59 +0100 Subject: audio: fix incall mute --- audio/audio_hw.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'audio/audio_hw.h') 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, }, -- cgit v1.1