[PATCH] drm/radeon: make audio_init consistent across asics

2012-06-05 Thread Christian König
On 04.06.2012 23:18, alexdeucher at gmail.com wrote: > From: Alex Deucher > > 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

[PATCH] drm/radeon: make audio_init consistent across asics

2012-06-05 Thread Rafał Miłecki
2012/6/4 : > From: Alex Deucher > > 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. Reviewed-by: Rafa? Mi?ecki -- Rafa?

Re: [PATCH] drm/radeon: make audio_init consistent across asics

2012-06-05 Thread Christian König
On 04.06.2012 23:18, alexdeuc...@gmail.com wrote: From: Alex Deucher 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 Reviewed-by:

Re: [PATCH] drm/radeon: make audio_init consistent across asics

2012-06-05 Thread Rafał Miłecki
2012/6/4 : > From: Alex Deucher > > 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. Reviewed-by: Rafał Miłecki -- Rafał ___

[PATCH] drm/radeon: make audio_init consistent across asics

2012-06-04 Thread alexdeuc...@gmail.com
From: Alex Deucher 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 --- drivers/gpu/drm/radeon/r600.c | 15 ++- driv

[PATCH] drm/radeon: make audio_init consistent across asics

2012-06-04 Thread alexdeucher
From: Alex Deucher 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 --- drivers/gpu/drm/radeon/r600.c | 15 ++- driv