Skip to content

Commit

Permalink
drm/radeon/kms: do not disable audio engine twice
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Rafał Miłecki authored and Dave Airlie committed Mar 1, 2010
1 parent 3464f11 commit 6d9c135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/radeon/r600_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ void r600_audio_fini(struct radeon_device *rdev)
return;

del_timer(&rdev->audio_timer);
WREG32_P(R600_AUDIO_ENABLE, 0x0, ~0x81000000);

r600_audio_engine_enable(rdev, false);
}

0 comments on commit 6d9c135

Please sign in to comment.