From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [PATCH] hdspm: native float Date: Thu, 16 Apr 2009 12:01:10 +0200 Message-ID: <49E701E6.3090500@ladisch.de> References: <1239729105.18545.12.camel@x200.watzmann.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by alsa0.perex.cz (Postfix) with ESMTP id CECD3103981 for ; Thu, 16 Apr 2009 12:01:08 +0200 (CEST) In-Reply-To: <1239729105.18545.12.camel@x200.watzmann.local> 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: Florian Faber Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Florian Faber wrote: > diff a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c Please use unified diff format and add Signed-off-by; see linux/Documentation/SubmittingPatches. > > * Modified 2009-04-14 for native float support by Florian Faber > > * > > * Changelogs are now in git. > > /* Switch to native float format if requested */ > > ... > > hdspm_write(hdspm, HDSPM_controlRegister, hdspm->control_register); This looks like a global change. What happens when playback and recording want to use different formats? Best regards, Clemens