22 Oct
2007
22 Oct
'07
8:42 a.m.
Larry D. Pyeatt wrote:
I wrote a new plugin for alsa-lib. After running make, there are .o and .lo files in src/pcm. However, when I run make install, nothing gets put into /usr/lib/alsa-lib.
The plugins in alsa-lib/src/pcm/ are compiled into libasound.so.2 so that they are available without dynamic linking.
To create a separate plugin, have a look at the alsa-plugins package.
HTH Clemens