diff --git a/board/audio.mk b/board/audio.mk index 8b0d388..7e1d697 100644 --- a/board/audio.mk +++ b/board/audio.mk @@ -1,4 +1,5 @@ # Audio -AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true +#AUDIO_FEATURE_ENABLED_LOW_LATENCY_CAPTURE := true BOARD_USES_ALSA_AUDIO := true -USE_CUSTOM_AUDIO_POLICY := 1 +#USE_CUSTOM_AUDIO_POLICY := 1 +#USE_XML_AUDIO_POLICY_CONF := 1 diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index e8afe3e..3f1441f 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -77,6 +77,9 @@ on fs start debug_log on post-fs-data + # Fix headset h2w switch not recognized (theres no sammy phone with qcom + treble yet #FIRST #WINNER :D ) + setprop persist.sys.overlay.devinputjack false + # Create the directories used by CnE subsystem mkdir /data/connectivity 0771 system system chown system system /data/connectivity