aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2017-08-20 11:06:17 +0100
committerRahul Patel <whyorean@gmail.com>2017-08-22 19:19:20 +0200
commit619ad44346c333e1846b37a7b9d2b364fdc8b759 (patch)
tree08b4798f0fc0ab0f2f579d89f808955dbf278c09
parent777e49a24436cc0e5bad95b40588cd98d3f4adfe (diff)
gemini: Force usage of stock HiFi headphones ACDB ID
* Apparently this DSP path is not affected by the shitty Dirac sound effect. * There is no support for such sound effect and was somehow enabled by default (called "Mi Sound" in MIUI) on the regular path, causing an uneven frequency response while listening to music through headphones. BUGBASH-247 Change-Id: I3b59f7a19f5ef38213f4a6ae39f6fbaf5569992b
-rw-r--r--audio/audio_platform_info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml
index 096cc84..d4bf1ef 100644
--- a/audio/audio_platform_info.xml
+++ b/audio/audio_platform_info.xml
@@ -28,8 +28,8 @@
<acdb_ids>
<device name="SND_DEVICE_OUT_HANDSET" acdb_id="18"/>
<device name="SND_DEVICE_OUT_SPEAKER" acdb_id="34"/>
- <device name="SND_DEVICE_OUT_HEADPHONES" acdb_id="52"/>
- <device name="SND_DEVICE_OUT_HEADPHONES_44_1" acdb_id="52"/>
+ <device name="SND_DEVICE_OUT_HEADPHONES" acdb_id="564"/>
+ <device name="SND_DEVICE_OUT_HEADPHONES_44_1" acdb_id="564"/>
<device name="SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES" acdb_id="34"/>
<device name="SND_DEVICE_OUT_VOICE_HANDSET" acdb_id="18"/>
<device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="34"/>