Sound driver for the Intel High Definition Audio controllers
Direct invocation (also causes a new io-audio process to start):
io-audio -c config_file io-audio -d intel_hda [opt[,opt...]]
Mounting (requires that io-audio already be running):
mount -Tio-audio [-oopt[,opt...]] /lib/dll/deva-ctrl-intel_hda.so
QNX Neutrino
x86, x86_64
For io-audio options, including card options that apply to all sound drivers, see the entry for io-audio.
The deva-ctrl-intel_hda.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-intel_hda.so is running, you can use applications with sound, and those that control the sound system.
Invoke deva-ctrl-intel_hda.so directly from io-audio, using a configuration file:
io-audio -c /etc/system/config/audio/io_audio.conf
The following sample audio configuration file sections start this driver:
[global] verbosity=3 ######################################## # On-board audio ######################################## # This card's PCM software mixer and input splitter # will be the preferred devices [ctrl] name=intel_hda input_splitter_enable=1 sw_mixer_ms=16
Invoke deva-ctrl-intel_hda.so directly from io-audio:
io-audio -d intel_hda
Mount deva-ctrl-intel_hda.so (io-audio must be running):
mount -Tio-audio /lib/dll/deva-ctrl-intel_hda.so
When an error occurs, deva-ctrl-intel_hda.so sends a description of the error to the system logger (see slogger2).