Blame mixartloader/README

Packit 427e91
    mixartloader - Firmware loader for Digigram miXart soundcards
Packit 427e91
	    Digigram <alsa@digigram.com>
Packit 427e91
Packit 427e91
Packit 427e91
GENERAL
Packit 427e91
=======
Packit 427e91
Packit 427e91
mixartloader is a helper program to load the firmware binaries
Packit 427e91
onto the Digigram's miXart board sound drivers.
Packit 427e91
The following modules require this program:
Packit 427e91
	snd-mixart
Packit 427e91
These drivers don't work properly at all until the certain firmwares
Packit 427e91
are loaded, i.e. no PCM nor mixer devices will appear.
Packit 427e91
Packit 427e91
Packit 427e91
USAGE
Packit 427e91
=====
Packit 427e91
Packit 427e91
When mixartloader is invoked without options, it will probe all existing
Packit 427e91
soundcards until a valid miXart-driver is found.  If a valid miXart-driver is
Packit 427e91
found, mixartloader reads the board type from the driver.  The corresponding
Packit 427e91
firmware binaries are then read and transferred to the driver.
Packit 427e91
Finally, mixartloader initializes the PCM and the mixer devices on the
Packit 427e91
driver for making the soundcard full functional.
Packit 427e91
Packit 427e91
Instead of auto-probing, you can specify the card number or the hwdep
Packit 427e91
device name via -c and -D options, respectively.
Packit 427e91
Packit 427e91
	% mixartloader -c 1
Packit 427e91
	% mixartloader -D hw:0
Packit 427e91
Packit 427e91
For loading the firmware automatically after the module is loaded, use
Packit 427e91
the post-install command.  For example, add the following entry to
Packit 427e91
/etc/modules.conf for miXart driver:
Packit 427e91
Packit 427e91
	post-install snd-mixart /usr/bin/mixartloader
Packit 427e91
Packit 427e91
FILES
Packit 427e91
=====
Packit 427e91
Packit 427e91
The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader
Packit 427e91
(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix
Packit 427e91
option of configure).  There will be *.conf files, which define the dsp image
Packit 427e91
files for each different card type.
Packit 427e91
Packit 427e91
Packit 427e91
COPYRIGHT
Packit 427e91
=========
Packit 427e91
Packit 427e91
Copyright (c) 2003 Digigram SA <alsa@digigram.com>
Packit 427e91
Distributable under GPL.
Packit 427e91
Packit 427e91
The firmware files included in alsa-firmware package are copyright
Packit 427e91
by Digigram SA