From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Drop unused state parameter from CODEC suspend callback Date: Fri, 2 Dec 2011 10:32:18 +0000 Message-ID: <20111202103217.GB8245@opensource.wolfsonmicro.com> References: <1322817508-23150-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 5B72B246C1 for ; Fri, 2 Dec 2011 11:32:21 +0100 (CET) Content-Disposition: inline In-Reply-To: <1322817508-23150-1-git-send-email-lars@metafoo.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Lars-Peter Clausen Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Dec 02, 2011 at 10:18:28AM +0100, Lars-Peter Clausen wrote: > The existence of this parameter is purely historical. None of the CODEC drivers > uses it and we always pass in the same value anyway, so it should be safe to > remove it. Applied, thanks.