diff options
Diffstat (limited to 'audio')
-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 3ef0e65..f844555 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -137,9 +137,16 @@ struct route_setting voicecall_default_disable[] = { struct route_setting default_input[] = { { .ctl_name = "Main Mic Switch", .intval = 1, }, { .ctl_name = "IN1L Volume", .intval = 30, }, + { .ctl_name = "MIXINL IN1L Switch", .intval = 1, }, { .ctl_name = "MIXINL IN1L Volume", .intval = 0, }, + { .ctl_name = "DAC2 Volume", .intval = 96, }, + { .ctl_name = "AIF2ADC Volume", .intval = 112, }, { .ctl_name = "AIF1ADC1 HPF Mode", .intval = 1, }, { .ctl_name = "AIF1ADC1 HPF Switch", .intval = 1, }, + { .ctl_name = "AIF1ADCL Source", .intval = 0, }, + { .ctl_name = "AIF1ADCR Source", .intval = 0, }, + { .ctl_name = "AIF2ADCL Source", .intval = 0, }, + { .ctl_name = "AIF2ADCR Source", .intval = 0, }, { .ctl_name = NULL, }, }; |