diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 6f11bb35f66f..653ca39789b8 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c | |||
@@ -149,7 +149,8 @@ static void intel_mst_disable_dp(struct intel_encoder *encoder, | |||
149 | DRM_ERROR("failed to update payload %d\n", ret); | 149 | DRM_ERROR("failed to update payload %d\n", ret); |
150 | } | 150 | } |
151 | if (old_crtc_state->has_audio) | 151 | if (old_crtc_state->has_audio) |
152 | intel_audio_codec_disable(encoder); | 152 | intel_audio_codec_disable(encoder, |
153 | old_crtc_state, old_conn_state); | ||
153 | } | 154 | } |
154 | 155 | ||
155 | static void intel_mst_post_disable_dp(struct intel_encoder *encoder, | 156 | static void intel_mst_post_disable_dp(struct intel_encoder *encoder, |