From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ALSA: hiface: Fix typo in 352800 rate definition Date: Mon, 23 Dec 2013 11:48:10 +0100 Message-ID: References: <20131223101643.GA24417@panicking> 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 mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id A25D026082D for ; Mon, 23 Dec 2013 11:48:10 +0100 (CET) In-Reply-To: <20131223101643.GA24417@panicking> 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: Michael Trimarchi Cc: alsa-devel@alsa-project.org, Antonio Ospite List-Id: alsa-devel@alsa-project.org At Mon, 23 Dec 2013 11:16:43 +0100, Michael Trimarchi wrote: > > The Vaughan device support the 352800 rate and not > the 352000 > > Cc: Takashi Iwai > Cc: Antonio Ospite > Signed-off-by: Michael Trimarchi Thanks, applied. Takashi > > --- > sound/usb/hiface/pcm.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/sound/usb/hiface/pcm.c b/sound/usb/hiface/pcm.c > index c21a3df..2c44139 100644 > --- a/sound/usb/hiface/pcm.c > +++ b/sound/usb/hiface/pcm.c > @@ -110,7 +110,7 @@ static const struct snd_pcm_hardware pcm_hw = { > #define HIFACE_RATE_96000 0x4a > #define HIFACE_RATE_176400 0x40 > #define HIFACE_RATE_192000 0x48 > -#define HIFACE_RATE_352000 0x58 > +#define HIFACE_RATE_352800 0x58 > #define HIFACE_RATE_384000 0x68 > > static int hiface_pcm_set_rate(struct pcm_runtime *rt, unsigned int rate) > @@ -141,8 +141,8 @@ static int hiface_pcm_set_rate(struct pcm_runtime *rt, unsigned int rate) > case 192000: > rate_value = HIFACE_RATE_192000; > break; > - case 352000: > - rate_value = HIFACE_RATE_352000; > + case 352800: > + rate_value = HIFACE_RATE_352800; > break; > case 384000: > rate_value = HIFACE_RATE_384000; > -- > 1.8.1.2 > > > -- > | Michael Nazzareno Trimarchi Amarula Solutions BV | > | COO - Founder Cruquiuskade 47 | > | +31(0)851119172 Amsterdam 1018 AM NL | > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel >