diff options
author | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2015-01-21 19:36:31 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2015-02-13 10:34:07 +0530 |
commit | e89aa59f47994f6bfd3c270470f4eee281896fde (patch) | |
tree | bea75b10bf9a58b56019023604014d3d9891399c | |
parent | d47ea654edb1246cd767588659055c6714200440 (diff) | |
download | device_samsung_n7100-e89aa59f47994f6bfd3c270470f4eee281896fde.zip device_samsung_n7100-e89aa59f47994f6bfd3c270470f4eee281896fde.tar.gz device_samsung_n7100-e89aa59f47994f6bfd3c270470f4eee281896fde.tar.bz2 |
sound: remove absent AIF1ADC2L mixer controls
AIF1ADC2L mixer controls are no longer present on the newer kernel.
Remove them to prevent failure errors.
Change-Id: I163a3ca105f048a4aea06817bde794c8721cbfcf
-rw-r--r-- | configs/tiny_hw.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index 57129c9..03c613c 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -266,7 +266,6 @@ We are able to have most of our routing static so do that <ctl name="MIXINL IN2L Volume" val="1"/> <ctl name="AIF1ADCL Source" val="Left"/> <ctl name="AIF1ADCR Source" val="Left"/> - <ctl name="AIF1ADC2L Mixer ADC/DMIC Switch" val="1"/> <ctl name="AIF1ADC1R Mixer ADC/DMIC Switch" val="1"/> <ctl name="AIF1ADC1 HPF Mode" val="1"/> <ctl name="AIF1ADC1 HPF Switch" val="1"/> @@ -307,8 +306,6 @@ We are able to have most of our routing static so do that <ctl name="AIF2ADCL Source" val="0"/> <ctl name="AIF1ADCL Source" val="Left"/> <ctl name="AIF1ADCL Source" val="Right"/> - <ctl name="AIF1ADC2L Mixer ADC/DMIC Switch" val="1"/> - <ctl name="AIF1ADC2L Mixer ADC/DMIC Switch" val="1"/> <ctl name="IN1L Volume" val="22"/> <ctl name="MIXINL IN1L Switch" val="1"/> <ctl name="MIXINL IN1L Volume" val="1"/> |