From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH] ASoC: twl6040: Use power efficient workqueue Date: Sat, 20 Jul 2013 11:12:29 +0200 Message-ID: <51EA547D.9030709@ti.com> References: <1374183911-6814-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by alsa0.perex.cz (Postfix) with ESMTP id EA06B26036A for ; Sat, 20 Jul 2013 11:12:20 +0200 (CEST) In-Reply-To: <1374183911-6814-1-git-send-email-broonie@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, linaro-kernel@lists.linaro.org, Liam Girdwood , Mark Brown List-Id: alsa-devel@alsa-project.org On 07/18/2013 11:45 PM, Mark Brown wrote: > From: Mark Brown > > The accessory detect debounce work 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. Acked-by: Peter Ujfalusi