Commit 6d9c1351 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Dave Airlie

drm/radeon/kms: do not disable audio engine twice

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3464f114
...@@ -270,7 +270,6 @@ void r600_audio_fini(struct radeon_device *rdev) ...@@ -270,7 +270,6 @@ void r600_audio_fini(struct radeon_device *rdev)
return; return;
del_timer(&rdev->audio_timer); del_timer(&rdev->audio_timer);
WREG32_P(R600_AUDIO_ENABLE, 0x0, ~0x81000000);
r600_audio_engine_enable(rdev, false); r600_audio_engine_enable(rdev, false);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment