snd_afm_start()

Start AFM processing

Synopsis:

#include <sys/asoundlib.h>

int snd_afm_start( snd_afm_t *handle );

Arguments:

handle
The handle for the AFM device, which you must have opened by calling snd_afm_open_name() or snd_afm_open().

Library:

libasound

Use the -l asound option to qcc to link against this library.

Description:

(QNX Software Development Platform 6.6 io-audio patch [patch ID 4510] or later) The snd_afm_start() function starts AFM audio or ACS link processing.

Returns:

EOK on success, or a negative errno value upon failure.

Errors:

-EBUSY
One of the following:
  • The AFM or ACS link has already been started.
-EINVAL
The value of handle is NULL.

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler No
Signal handler No
Thread No