diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/disp.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/disp.c b/drivers/gpu/drm/nouveau/dispnv50/disp.c index d472942102f5..519f99868e35 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/disp.c +++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c @@ -601,6 +601,9 @@ nv50_audio_disable(struct drm_encoder *encoder, struct nouveau_crtc *nv_crtc)  				(0x0100 << nv_crtc->index),  	}; +	if (!nv_encoder->audio) +		return; +  	nv_encoder->audio = false;  	nvif_mthd(&disp->disp->object, 0, &args, sizeof(args));  | 
