• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

device/generic/common


コミットメタ情報

リビジョンb6aeae2ff4024cab0c0bbe1084d78ec98b929670 (tree)
日時2017-03-25 20:27:26
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

init.sh: handle new IntelHdmiLpeAudio driver

The driver has already queued for kernel 4.11.

変更サマリ

差分

--- 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 }