Re: [Alsa-devel] [PATCH] via82xx.c #2

2002-09-08 Thread Pavel Roskin
Hello, Rui! > I realized the CVS driver after Jul 31 (sg buffer implementation) was > already broken when using a fragment size smaller than PAGE_SIZE. The > attached patch fixes this. I now have CVS driver from 8/27/2002 working > (last commit before the merge), but mainline of today is still

[Alsa-devel] [PATCH] via82xx.c #2

2002-09-08 Thread Rui Sousa
Hi again, I realized the CVS driver after Jul 31 (sg buffer implementation) was already broken when using a fragment size smaller than PAGE_SIZE. The attached patch fixes this. I now have CVS driver from 8/27/2002 working (last commit before the merge), but mainline of today is still broken. R

[Alsa-devel] [PATCH] via82xx

2002-09-08 Thread Rui Sousa
Hi, The attached patch is needed for the correct detection of VIA8233 southbridges. Playback is still broken though (VIA8233, revision 0x30 in my case ), the card generates no interrupts and the playback buffer just gets filled up... Bellow is the (partial) output of my test application. Rui

[Alsa-devel] small dummy driver bug ?

2002-09-08 Thread Andreas Mohr
Hi all, while looking at the dummy driver to find usable parts for my driver, I found: static int snd_dummy_volume_put(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol) { snd_card_dummy_t *dummy = _snd_kcontrol_chip(kcontrol); unsigned long flags; int change, ad

[Alsa-devel] I'm developing an Aztech PCI168 (AZF3328) driver

2002-09-08 Thread Andreas Mohr
Hi all, I'm currently in the process of developing a driver for this soundcard (that's one of about 6 unsupported cards in the support matrix). Needless to say, Aztech doesn't give ANY SUPPORT for its sound cards (and yes, I did have my fair share of email autoreplies and negative replies). I'm t