On 19 July 2013 03:28, Mark Brown broonie@kernel.org wrote:
From: Mark Brown broonie@linaro.org
None of the delayed work the driver schedules has particularly short delays and it is not performance sensitive so let the scheduler run it wherever is most efficient rather than in a per CPU workqueue by using the system power efficient workqueue.
Signed-off-by: Mark Brown broonie@linaro.org
sound/soc/codecs/sta32x.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
Acked-by: Viresh Kumar viresh.kumar@linaro.org