| Updated: October 28, 2024 | 
Get the setup information for an AFM
#include <sys/asoundlib.h>
int snd_afm_info( snd_afm_t *handle,
                  snd_afm_info_t *info);
The snd_afm_info() function retrieves the setup information for an AMP Functional Module (AFM) with the specified handle.
The setup information for the specified AFM on success, or a negative errno upon failure.
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | Yes | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
This function is not thread safe if the handle (snd_afm_t) is used across multiple threads.