Unfortunatly I forget to mention that the functions listed in the documentation which is linked to on Takashi's page (section "Documents on Alsa") seem to work, eg. snd_card_get_name, snd_seq_open and so on. That is the old api, isn't it?



Takashi Iwai wrote:


When compiling/linking, I receive:
"undefined reference to `snd_seq_client_info_malloc'"
Same for snd_seq_client_info_get_name and for snd_seq_client_info_free.

What's wrong? Is'nt my lib up to date? (I read that the sequencer api has been rewritten with get/set functions, but in which version?)


how do you link libasound?

The compiler options are -Wl,-Bdynamic -lasound.
ldd says (when commenting out the not working function calls and compiling) that libasound.so.2 was linked.



Bernhard





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to