]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Add support for audio driver notifications
authorJerome Anand <jerome.anand@intel.com>
Tue, 24 Jan 2017 22:57:50 +0000 (04:27 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2017 13:23:12 +0000 (14:23 +0100)
commit46d196ec460b9c45ca225f815c0b05f9de67290d
treeac8e6af89a00188d175c8253b6a3d4bc13061ef9
parenteef57324d926f0d8c7a40069e7d26e0cb0651b47
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>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_audio.c
drivers/gpu/drm/i915/intel_hdmi.c
drivers/gpu/drm/i915/intel_lpe_audio.c