Hello,


I'm new to ALSA and I have a problem on programming the library:
On my system ALSA library 0.9.7 and ALSA 0.9.7 driver is installed. According to the api-documentation on the ALSA project site, I tried to do something like:


snd_seq_client_info_t *info;
snd_seq_client_info_malloc ( &info );
snd_seq_get_client_info( seq_handle, info );

... do sth. like readout name with snd_seq_client_info_get_name( info );

snd_seq_client_info_free ( info );

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?)

Thanks for answers or links to some introduction sites.

Berhnard


--


---------------------------------
Bernhard Gerlach
Fraunhofer AEMT
Am Helmholtzring 1 (Haus M)
98693 Ilmenau
Germany

mail: [EMAIL PROTECTED]
---------------------------------



-------------------------------------------------------
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