-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi again,
On Tuesday 11 February 2003 21:47, M. Ritscher wrote: > Stopped due to shared library event. > I've now compiled a version of libasound with debug enabled and found out that it dies on me on line 61 of dlmisc.c Stopped due to shared library event. =========================== void *snd_dlopen(const char *name, int mode) { <cut> ###>>> return dlopen(name, mode); } ============================ name: "/usr/lib/libasound.so.2 (which correctly links to libasound.so.2.0.0) mode: 2 I've played around with my code a bit and have tried to reduce it to a minimum, still, no luck. ============================================ int KCorrView::openNewALSADev(){ snd_pcm_t *capture_hd; int err = 0; if ((err = snd_pcm_open(&capture_hd, "hwplug:0,0", SND_PCM_STREAM_CAPTURE, 0)) < 0) { return err; } return err; } ============================================ Am I missing the obvious? Any help really appreciated. Thanks, Meinhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+Sojjv2LRaMHePXMRAmGiAJ99ACyZBFcUXIJogUObV2ZxJkH2/gCeMqIu MuESBrYRINM20GAoMx2CMH0= =XHOX -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel