Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
deva-ctrl-cs4281.so

deva-ctrl-cs4281.so

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

deva-ctrl-cs4281.so

Sound driver for the CS4281


Note: You must be root to start this driver.

Syntax:

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

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

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

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

Runs on:

x86

Options:

pci xx
The PCI index of the card you want to attach to. If this option is not specified, the driver will attempt to find the first unused card in the system.

Description:

The deva-ctrl-cs4281.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-cs4281.so is running, you can use applications with sound (e.g. phplay) and those that control the sound-system (e.g. mixer).

Examples:

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

io-audio -d cs4281 &

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

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

Files:

deva-mixer-ac97.so
Supports the mixer.

Errors:

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

See also:

io-audio, mixer, phplay, Audio Developer's Guide.