[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

deva-util-restore.so

Shared object used to restore an audio driver's state


Note: You don't invoke this object directly; io-audio loads it on loading a new driver.

Syntax:

N/A

Runs on:

ARM, MIPS, PPC, SH, x86

Options:

None.

Description:

When io-audio loads a new driver, it uses the deva-util-restore.so shared object to restore the driver's state, which consists of all the device settings, such as the output volume level and the selected input connection. The state information is restored from a configuration file that was updated the last time the driver ran.


Note: This shared object is an optional component of the audio system. If io-audio can't load it, io-audio continues, but doesn't restore the driver state. See also the io-audio global option config_write_delay.

Errors:

When an error occurs, deva-util-restore.so sends a description of it to the system logger, slogger.

See also:

io-audio, mixer

Driver Development Kits Audio Devices


[Previous] [Contents] [Index] [Next]