diff options
-rw-r--r-- | configs/tiny_hw.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index f6fcc55..2d3e32e 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -197,9 +197,13 @@ We are able to have most of our routing static so do that <ctl name="Headset Mic Switch" val="1"/> <ctl name="AIF1ADCL Source" val="Right"/> <ctl name="AIF1ADCR Source" val="Right"/> - <ctl name="AIF2ADCL Source" val="Right"/> + <ctl name="AIF2ADCL Source" val="Left"/> <ctl name="AIF2ADCR Source" val="Right"/> <ctl name="MIXINR IN1R Switch" val="1"/> + <ctl name="AIF2DAC2L Mixer Left Sidetone Switch" val="0"/> + <ctl name="AIF2DAC2L Mixer Right Sidetone Switch" val="1"/> + <ctl name="AIF2DAC2R Mixer Left Sidetone Switch" val="0"/> + <ctl name="AIF2DAC2R Mixer Right Sidetone Switch" val="1"/> </path> <path name="off"> <ctl name="Headset Mic Switch" val="0"/> |