diff options
author | MarcKe <herderkewitz@googlemail.com> | 2015-01-29 20:32:59 +0100 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2015-02-11 01:45:30 +0530 |
commit | 1c3ccd1cbf98430dc091240fe1aa494a51908980 (patch) | |
tree | 035e796b868e28ee034b171d90ad73a8de71724d /audio/audio_hw.h | |
parent | 2373d4ad07281d90a19a632e9cb652b07f8ec435 (diff) | |
download | device_samsung_n7100-1c3ccd1cbf98430dc091240fe1aa494a51908980.zip device_samsung_n7100-1c3ccd1cbf98430dc091240fe1aa494a51908980.tar.gz device_samsung_n7100-1c3ccd1cbf98430dc091240fe1aa494a51908980.tar.bz2 |
audio: fix incall mute
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r-- | audio/audio_hw.h | 7 |
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, }, |