Browse Source

Merge branch 'topic/drm-sync-audio-rate' into for-next

Takashi Iwai 10 years ago
parent
commit
3c95e0c5a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/i915/intel_audio.c

+ 1 - 1
drivers/gpu/drm/i915/intel_audio.c

@@ -144,7 +144,7 @@ static uint32_t audio_config_setup_n_reg(int n, uint32_t val)
 
 
 /* check whether N/CTS/M need be set manually */
 /* check whether N/CTS/M need be set manually */
 static bool audio_rate_need_prog(struct intel_crtc *crtc,
 static bool audio_rate_need_prog(struct intel_crtc *crtc,
-					struct drm_display_mode *mode)
+				 const struct drm_display_mode *mode)
 {
 {
 	if (((mode->clock == TMDS_297M) ||
 	if (((mode->clock == TMDS_297M) ||
 		 (mode->clock == TMDS_296M)) &&
 		 (mode->clock == TMDS_296M)) &&