Skip to content

Commit

Permalink
Turn on CONFIG_DRM_DW_HDMI_AHB_AUDIO
Browse files Browse the repository at this point in the history
Without this, cannot play audio on HDMI monitors
  • Loading branch information
sakaki- committed Sep 19, 2016
1 parent f2c63dd commit cbfcd8f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 1001-novena_defconfig-enable-DRM_DW_HDMI_AHB_AUDIO.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
(sakaki: required for HDMI audio output)
---
diff a/arch/arm/configs/novena_defconfig b/arch/arm/configs/novena_defconfig
--- a/arch/arm/configs/novena_defconfig
+++ b/arch/arm/configs/novena_defconfig
@@ -3204,7 +3204,7 @@
# Display Interface Bridges
#
CONFIG_DRM_DW_HDMI=y
-# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set
+CONFIG_DRM_DW_HDMI_AHB_AUDIO=y
CONFIG_DRM_IT6251=y
# CONFIG_DRM_NXP_PTN3460 is not set
# CONFIG_DRM_PARADE_PS8622 is not set
--
2.7.3

0 comments on commit cbfcd8f

Please sign in to comment.