> > What sampling frequency do you use (kHz) ?
>
> 16kHz is the sampling frequency.
Please note what period and boundary size are you using. 16000*60*60*24 =
138240, this should be still OK, unless you are counting bytes, not frames.
I suspect some problems when 32 bit counter wraps around (c
Hi,
There is bug in via82xx.c. VIA8233A is wrongly detected as VIA8233
and then not working.
in function snd_via82xx_probe is this
case TYPE_CARD_VIA8233:
chip_type = TYPE_VIA8233;
sprintf(card->shortname, "VIA 823x rev%d", revision);
for (i = 0;
Hello,
It is my understanding that Alsa supports most of the cards from M-Audio
that use the Envy24 chipset, but not the new Revolution 7.1. I would
like to help. I have the skills to do the work, but am fairly new to
device driver writing.
Is there anyone out there who is already working on su
Am Monday 03 February 2003 13:17 schrieb Richard Olsson:
> On Mon, 03 Feb 2003 12:21:33 +0100
>
> Takashi Iwai <[EMAIL PROTECTED]> wrote:
> > could you try the latest cvs version?
> > i just changed a little the code.
> > hopefully this works for you...
>
> I tried the new version just a moment ago