From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: sigmadsp: Fix endianness conversion issue Date: Mon, 10 Dec 2012 12:21:12 +0900 Message-ID: <20121210032111.GD10927@opensource.wolfsonmicro.com> References: <1354901451-31820-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 C575426501D for ; Mon, 10 Dec 2012 04:21:18 +0100 (CET) Content-Disposition: inline In-Reply-To: <1354901451-31820-1-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Dec 07, 2012 at 06:30:51PM +0100, Lars-Peter Clausen wrote: > The 'addr' field of the sigma_action struct is stored as big endian in the > firmware file. Applied, thanks.