diff options
author | Jerome Anand <jerome.anand@intel.com> | 2017-01-25 04:27:50 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-01-25 14:23:12 +0100 |
commit | 46d196ec460b9c45ca225f815c0b05f9de67290d (patch) | |
tree | ac8e6af89a00188d175c8253b6a3d4bc13061ef9 /drivers/gpu/drm/i915/intel_hdmi.c | |
parent | eef57324d926f0d8c7a40069e7d26e0cb0651b47 (diff) | |
download | blackbird-op-linux-46d196ec460b9c45ca225f815c0b05f9de67290d.tar.gz blackbird-op-linux-46d196ec460b9c45ca225f815c0b05f9de67290d.zip |
drm/i915: Add support for audio driver notifications
Notifiations like mode change, hot plug and edid to
the audio driver are added. This is inturn used by the
audio driver for its functionality.
A new interface file capturing the notifications needed by the
audio driver is added
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Jerome Anand <jerome.anand@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c index fb88e32e25a3..02d50e334ac6 100644 --- a/drivers/gpu/drm/i915/intel_hdmi.c +++ b/drivers/gpu/drm/i915/intel_hdmi.c @@ -36,6 +36,7 @@ #include <drm/drm_edid.h> #include "intel_drv.h" #include <drm/i915_drm.h> +#include <drm/intel_lpe_audio.h> #include "i915_drv.h" static struct drm_device *intel_hdmi_to_dev(struct intel_hdmi *intel_hdmi) |