• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisionb6aeae2ff4024cab0c0bbe1084d78ec98b929670 (tree)
Time2017-03-25 20:27:26
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.sh: handle new IntelHdmiLpeAudio driver

The driver has already queued for kernel 4.11.

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -36,7 +36,7 @@ function init_hal_audio()
3636 ;;
3737 esac
3838
39- if [ "`cat /proc/asound/card0/id`" = "IntelHDMI" ]; then
39+ if grep -qi "IntelHDMI" /proc/asound/card0/id; then
4040 [ -d /proc/asound/card1 ] || set_property ro.hardware.audio.primary hdmi
4141 fi
4242 }