[Alsa-devel] bug in CVS

2001-10-24 Thread Janek Hiis
: unresolved symbol snd_use_lock_sync_helper Kernel 2.4.13 on RedHat 7.1 Is this a bug or am I doing something wrong ? Janek Hiis ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] wrong interrupt acknowledge ???

2001-10-30 Thread Janek Hiis
? with ALSA from CVS. Soundcard via686 on kernel 2.4.13. RedHat 7.1 What could this mean ? Is this HW problem ? Janek Hiis ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] [PATCH] trident powersaving

2001-10-11 Thread Janek Hiis
Hi, the following patch fixes the compile time error for trident.c Janek Hiis --- trident.c 2001/10/09 16:07:26 1.152 +++ trident.c 2001/10/11 12:09:45 @@ -36,7 +36,9 @@ static int snd_trident_pcm_mixer_build(trident_t *trident, snd_trident_voice_t * voice, snd_pcm_substream_t

[Alsa-devel] [PATCH] inserting VIA686 modules

2001-12-23 Thread Janek Hiis
+358,7 @@ case "$1" in basic insert snd-ac97-codec.o insert snd-mpu401-uart.o -insert snd-via686a.o snd_mpu_port=0x330 +insert snd-via686.o snd_mpu_port=0x330 restore via686a.conf ;; ymfpci|yamaha) Janek Hiis __

[Alsa-devel] ALSA-0.9.0rc3 from CVS and VIA686a

2002-09-12 Thread Janek Hiis
stream = 0, delta: -64, max jitter = 4096): wrong interrupt acknowledge? Also after merging the two drivers (via686 and via8233) the alsa-driver/utils/insert does not work. Included patch fixes that ... Janek Hiis diff -u -3 -p -u -r1.104 insert --- utils/insert26 Aug 2002 10:56:51 -

[Alsa-devel] [bug] unabe to choose default card id

2002-11-05 Thread Janek Hiis
AC97 Audio Controller with linux kernel 2.4.19 Janek Hiis --- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm00

[Alsa-devel] [PATCH] cmipci compile fix

2003-01-06 Thread Janek Hiis
dev * cur = list_entry(pci, struct pci_dev, +global_list); if (cur->vendor != 0x8086) /* PCI_VENDOR_ID_INTEL */ continue; if (cur->device != 0x7030) /* PCI_DEVICE_ID_INTEL_82437VX */ J