aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hdmi/dwc_hdmi_fdt.c
diff options
context:
space:
mode:
authorJared McNeill <jmcneill@FreeBSD.org>2016-12-29 14:08:24 +0000
committerJared McNeill <jmcneill@FreeBSD.org>2016-12-29 14:08:24 +0000
commit6443acaa6cde9d71f601f9cd8bdabaf1146b1543 (patch)
treeb98c43cdc438d21b9203964cf51b8fea8a7d3d80 /sys/dev/hdmi/dwc_hdmi_fdt.c
parent7fd348080f409e470e3a61234fe1f6864f073d35 (diff)
downloadsrc-6443acaa6cde9d71f601f9cd8bdabaf1146b1543.tar.gz
src-6443acaa6cde9d71f601f9cd8bdabaf1146b1543.zip
Add support for audio on I2S based DesignWare HDMI controllers.
Relnotes: yes
Notes
Notes: svn path=/head/; revision=310777
Diffstat (limited to 'sys/dev/hdmi/dwc_hdmi_fdt.c')
-rw-r--r--sys/dev/hdmi/dwc_hdmi_fdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hdmi/dwc_hdmi_fdt.c b/sys/dev/hdmi/dwc_hdmi_fdt.c
index b1fc817af12b..2bf717082f71 100644
--- a/sys/dev/hdmi/dwc_hdmi_fdt.c
+++ b/sys/dev/hdmi/dwc_hdmi_fdt.c
@@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
#include <dev/extres/clk/clk.h>
#include <dev/videomode/videomode.h>
+#include <dev/videomode/edidvar.h>
#include <dev/hdmi/dwc_hdmi.h>