diff options
author | UtkarshGupta <utkarsh.eminem@gmail.com> | 2014-02-18 16:13:29 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-03-03 10:23:14 +0530 |
commit | af060f3fbcea8dca2f2ef49a52759dec773bfa01 (patch) | |
tree | f210d87b0def83e7892a9609c41d0a2f63f13588 /configs | |
parent | a1676c728b0d479541bc48c80fe864c8eb673ec6 (diff) | |
download | device_samsung_n7100-af060f3fbcea8dca2f2ef49a52759dec773bfa01.zip device_samsung_n7100-af060f3fbcea8dca2f2ef49a52759dec773bfa01.tar.gz device_samsung_n7100-af060f3fbcea8dca2f2ef49a52759dec773bfa01.tar.bz2 |
n7100: audio: hal update
Brought in audio hal from i9300
Change-Id: Ib91a8b9bd41e7cdb83c14ca8de7f35e935337176
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tiny_hw.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index c50a139..bbdf2ec 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -157,7 +157,7 @@ We are able to have most of our routing static so do that <ctl name="DAC1 Volume" val="96"/> <ctl name="Left Output Mixer DAC Volume" val="7"/> <ctl name="Right Output Mixer DAC Volume" val="7"/> - <ctl name="Output Volume" val="55"/> + <ctl name="Output Volume" val="57"/> <ctl name="Earpiece Volume" val="1"/> </path> <path name="off"> @@ -269,6 +269,18 @@ We are able to have most of our routing static so do that <ctl name="Speaker Boost Volume" val="0"/> </path> </device> +<device name="aux-digital"> + <path name="on"> + <ctl name="LINEOUT1N Switch" val="1"/> + <ctl name="LINEOUT1P Switch" val="1"/> + <ctl name="HDMI Switch" val="1"/> + </path> + <path name="off"> + <ctl name="LINEOUT1N Switch" val="0"/> + <ctl name="LINEOUT1P Switch" val="0"/> + <ctl name="HDMI Switch" val="0"/> + </path> +</device> <device name="builtin-mic"> <path name="on"> <ctl name="Main Mic Switch" val="1"/> |