diff options
-rw-r--r-- | configs/tiny_hw.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index ae3d8a6..cc8bcbd 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -266,7 +266,7 @@ We are able to have most of our routing static so do that <device name="builtin-mic"> <path name="on"> <ctl name="Main Mic Switch" val="1"/> - <ctl name="IN2L Volume" val="22"/> + <ctl name="IN2L Volume" val="28"/> <ctl name="MIXINL IN2L Switch" val="1"/> <ctl name="MIXINL IN2L Volume" val="1"/> <ctl name="AIF1ADCL Source" val="0"/> @@ -284,7 +284,7 @@ We are able to have most of our routing static so do that <device name="back-mic"> <path name="on"> <ctl name="Sub Mic Switch" val="1"/> - <ctl name="IN1R Volume" val="22"/> + <ctl name="IN1R Volume" val="28"/> <ctl name="MIXINR IN1R Switch" val="1"/> <ctl name="MIXINR IN1R Volume" val="1"/> <ctl name="AIF1ADCR Source" val="1"/> |