drm/radeon: make audio_init consistent across asics
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Jun 2012 21:18:51 +0000 (17:18 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 5 Jun 2012 08:24:33 +0000 (09:24 +0100)
commitd4e30ef05c9e0fad9782de34f0acd039e238fd43
tree4334658cd54687fa850982b1dd01c41f61ed7709
parent99becf1328d8d71dd6f4480e3591d7dcdb389e57
drm/radeon: make audio_init consistent across asics

Call it in the asic startup callback on all asics.
Previously r600 and rv770 called it in the startup
and resume callbacks while all the other asics called
it in the startup callback.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/rs600.c
drivers/gpu/drm/radeon/rs690.c
drivers/gpu/drm/radeon/rv770.c