From: Jani Nikula Date: Thu, 2 Jul 2015 13:05:27 +0000 (+0300) Subject: drm/i915/audio: clarify HD audio documentation wrt modeset X-Git-Tag: v4.14-rc1~2738^2~45^2~1825 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e6da4a9d9005fbc83420686fb897bd8ad749e91;p=platform%2Fkernel%2Flinux-rpi.git drm/i915/audio: clarify HD audio documentation wrt modeset Clarify that audio enable/disable sequences are part of the modeset sequence. Signed-off-by: Jani Nikula Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c index c431217..c4397c1 100644 --- a/drivers/gpu/drm/i915/intel_audio.c +++ b/drivers/gpu/drm/i915/intel_audio.c @@ -41,7 +41,8 @@ * * The disable sequences must be performed before disabling the transcoder or * port. The enable sequences may only be performed after enabling the - * transcoder and port, and after completed link training. + * transcoder and port, and after completed link training. Therefore the audio + * enable/disable sequences are part of the modeset sequence. * * The codec and controller sequences could be done either parallel or serial, * but generally the ELDV/PD change in the codec sequence indicates to the audio