]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3180824bb492ef23a71fbfcb300ad5794f49e22
tree4334658cd54687fa850982b1dd01c41f61ed7709
parent58af30a0402a7b254535fed6501d3ea5496e470e
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