Re: [Alsa-user] Sampling rates for tlv320aic3x

2013-02-22 Thread Chard
"Bill Unruh" wrote in message news:Pine.LNX.4.64.1302220834300.24566@info... >> On 22.02.2013 11:48, Chard wrote: >>> I need to specify an arbitrary sampling rate via the tlv320aix3x codec. > Are you sure that your card actually supports those other rates in > hardware? Absolutely. The value

Re: [Alsa-user] Sampling rates for tlv320aic3x

2013-02-22 Thread Bill Unruh
On Fri, 22 Feb 2013, Daniel Mack wrote: > Hi Chard, > > On 22.02.2013 11:48, Chard wrote: >> I need to specify an arbitrary sampling rate via the tlv320aix3x codec. >> However, on examination of the driver code, it appears that the code is >> hard-wired to only accept rates of 44.1kHz and 48kHz -

Re: [Alsa-user] Sampling rates for tlv320aic3x

2013-02-22 Thread Daniel Mack
Hi Chard, On 22.02.2013 11:48, Chard wrote: > I need to specify an arbitrary sampling rate via the tlv320aix3x codec. > However, on examination of the driver code, it appears that the code is > hard-wired to only accept rates of 44.1kHz and 48kHz - or > multiples/divisors of those 'standard' rate

Re: [Alsa-user] Sampling rates for tlv320aic3x

2013-02-22 Thread Clemens Ladisch
Chard wrote: > it appears that the code is hard-wired to only accept rates of 44.1kHz > and 48kHz - or multiples/divisors of those 'standard' rates. > > I'd be interested to know if there is a particular reason why the > driver has been limited in this way. Is it just that there has not > been a r

[Alsa-user] Sampling rates for tlv320aic3x

2013-02-22 Thread Chard
I need to specify an arbitrary sampling rate via the tlv320aix3x codec. However, on examination of the driver code, it appears that the code is hard-wired to only accept rates of 44.1kHz and 48kHz - or multiples/divisors of those 'standard' rates. The fs(ref) is snapped to one of those rates. As

Re: [Alsa-user] Sampling Rates

2002-01-12 Thread Mirko Horstmann
Hello, I posted this question last year about how to use only sample rates supported directly by the hardware... Jaroslav Kysela wrote: >> Or is there some resampling going on in >> the alsa drivers? >> > > The automatic resampling is available in our library. If you want to see > all hardware

Re: [Alsa-user] Sampling Rates

2001-12-20 Thread Jaroslav Kysela
On Thu, 20 Dec 2001, Mirko Horstmann wrote: > Hello, > > just out of curiosity I played with arecord yesterday > and tried several sampling rates on my M-Audio Audiophile 2496 > (ice1712 chipset). Now I'm confused about two things: > > 1. I always thought soundcards are limited two a few > f

[Alsa-user] Sampling Rates

2001-12-20 Thread Mirko Horstmann
Hello, just out of curiosity I played with arecord yesterday and tried several sampling rates on my M-Audio Audiophile 2496 (ice1712 chipset). Now I'm confused about two things: 1. I always thought soundcards are limited two a few fixed sampling rates (8000, 11025, 22050, 44100,...). B