Enable PCM plugins
#include <sys/asoundlib.h> unsigned int snd_pcm_plugin_set_enable( snd_pcm_t *pcm, unsigned int plugins );
You can use snd_pcm_plugin_set_enable() to enable plugins that aren't ordinarily used in the plugin chain. You need to do this before calling snd_pcm_plugin_params().
The updated bitmap of disabled plugins.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Read the Caveats |
This function isn't thread safe if pcm (snd_pcm_t) is used across multiple threads.