[alsa-devel] [PATCH] snd-sbxfi: implement support for 192khz playback/capture.

Takashi Iwai tiwai at suse.de
Sun Oct 19 10:47:36 CEST 2008


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


More information about the Alsa-devel mailing list