From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] snd-sbxfi: implement support for 192khz playback/capture. Date: Sun, 19 Oct 2008 10:47:36 +0200 Message-ID: References: <20081018183020.540B577DF81@carpathia.dereferenced.org> <48FA55E5.8000503@superbug.co.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 7E6C524141 for ; Sun, 19 Oct 2008 10:47:54 +0200 (CEST) In-Reply-To: <48FA55E5.8000503@superbug.co.uk> 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: James Courtier-Dutton Cc: alsa-devel@alsa-project.org, William Pitcock List-Id: alsa-devel@alsa-project.org At Sat, 18 Oct 2008 22:32:21 +0100, James Courtier-Dutton wrote: > > William Pitcock wrote: > > Implements support for 192khz initialization for playback and capture. > > > > case 96000: > > ratec = 0x5d | SRCCTL_RUN_STATE; > > break; > > + case 192000: > > + ratec = 0x6d | SRCCTL_RUN_STATE; > > + break; > > } > > > > ctrl = ratec; > > FYI: > > ratec writes to the SRC_CTL register. (snip) That's great information. I added to the header file and fixed sbxfi.c accordingly now. Thanks! (BTW, the 192kHz still doesn't work? Supposedly we'd need 4-channel link for that...) Takashi