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

deva-ctrl-i8x0.so

Sound driver for the Intel 8X0


Note: You must be root to start this driver.

Syntax:

Direct invocation (also causes a new io-audio process to start):

io-audio -d i8x0 [pci=xx] &

Mounting (requires that io-audio already be running):

mount -Tio-audio [-opci=xx] /lib/dll/deva-ctrl-i8x0.so &

Runs on:

Neutrino

Targets:

x86

Options:

pci xx
The PCI index of the card you want to attach to. If you don't specify this option, the driver attempts to find the first unused card in the system.

Description:

The deva-ctrl-i8x0.so shared object is a device driver DLL used by the io-audio manager. It uses the API described in the Audio Developer's Guide.

While deva-ctrl-i8x0.so is running, you can use applications with sound, and those that control the sound-system (e.g. mixer).

Examples:

Invoke deva-ctrl-i8x0.so directly from io-audio:

io-audio -d i8x0 &

Mount deva-ctrl-i8x0.so (io-audio must be running):

mount -Tio-audio /lib/dll/deva-ctrl-i8x0.so &

Files:

deva-mixer-ac97.so
Supports the mixer.

Errors:

When an error occurs, deva-ctrl-i8x0.so sends a description of the error to the system logger (see slogger).

See also:

deva-mixer-ac97.so, io-audio, mixer

Audio Developer's Guide