: 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
?
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
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
+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
__
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 -
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
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