All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: James Courtier-Dutton <James@superbug.co.uk>
Cc: alsa-devel@alsa-project.org,
	William Pitcock <nenolod@sacredspiral.co.uk>
Subject: Re: [PATCH] snd-sbxfi: implement support for 192khz playback/capture.
Date: Sun, 19 Oct 2008 10:47:36 +0200	[thread overview]
Message-ID: <s5h63npug2f.wl%tiwai@suse.de> (raw)
In-Reply-To: <48FA55E5.8000503@superbug.co.uk>

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

  reply	other threads:[~2008-10-19  8:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-18 18:37 [PATCH] snd-sbxfi: implement support for 192khz playback/capture William Pitcock
2008-10-18 21:32 ` James Courtier-Dutton
2008-10-19  8:47   ` Takashi Iwai [this message]
2008-10-19  8:46 ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5h63npug2f.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=James@superbug.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=nenolod@sacredspiral.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.