Retrieve the current routing configuration.
Synopsis:
#include <acoustic/hf.h>
int ioap_hf_setup(int apd, int events) ;
Arguments:
- apd
- The handle to io-acoustic.
- setup
- Pointer to an ioap_hf_setup_t structure to load with with the current acoustic
processing configuration.
Description:
The ioap_hf_setup() function retrieves the acoustic processing routing
configuration.
Returns:
- 0
- Success
- -1
- An error occurred (errno is set).
Errors:
- EINVAL
- Invalid handle or null pointer argument.
Classification:
QNX Neutrino
| Safety: |
|
| Interrupt handler |
No |
| Signal handler |
No |
| Thread |
Yes |