From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Johansson Subject: Re: [PATCH] Sample generation on big endian platforms was broken. Date: Fri, 03 Jul 2009 16:51:35 +0200 Message-ID: <1246632695.7922.34.camel@localhost.localdomain> References: <1246630771.7922.25.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.southpole.se (mail.southpole.se [193.12.106.18]) by alsa0.perex.cz (Postfix) with ESMTP id 84D6F248E4 for ; Fri, 3 Jul 2009 16:51:47 +0200 (CEST) In-Reply-To: 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: Takashi Iwai Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, 2009-07-03 at 16:39 +0200, Takashi Iwai wrote: > At Fri, 03 Jul 2009 16:19:31 +0200, > Kenneth Johansson wrote: > > > > Has not worked since commit 3d1fa924906996463ac33cba5b5143f762d913cf > > > > Signed-off-by: Kenneth Johansson > > Hrm, sorry, but your version is also broken as doing type-punning. > The code has to be rewritten completely... > > > Takashi hmm I think you have to explain this. now it works on both little/big endian without any explicit byte moves. It did not understand what problem you see.