Blame pcxhrloader/README

Packit 427e91
    pcxhrloader - Firmware loader for Digigram pcxhr compatible soundcards
Packit 427e91
	    Digigram <alsa@digigram.com>
Packit 427e91
Packit 427e91
Packit 427e91
GENERAL
Packit 427e91
=======
Packit 427e91
Packit 427e91
pcxhrloader is a helper program to load the firmware binaries
Packit 427e91
onto Digigram's pcxhr compatible board sound drivers.
Packit 427e91
The following modules require this program:
Packit 427e91
	snd-pcxhr
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 pcxhrloader is invoked without options, it will probe all existing
Packit 427e91
soundcards until a valid pcxhr-driver is found.  If a valid pcxhr-driver is
Packit 427e91
found, pcxhrloader reads the board type from the driver.  The corresponding
Packit 427e91
firmware binaries are then read and transferred to the driver.
Packit 427e91
Finally, pcxhrloader 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
	% pcxhrloader -c 1
Packit 427e91
	% pcxhrloader -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 pcxhr driver:
Packit 427e91
Packit 427e91
	post-install snd-pcxhr /usr/bin/pcxhrloader
Packit 427e91
Packit 427e91
FILES
Packit 427e91
=====
Packit 427e91
Packit 427e91
The firmware binaries are installed on /usr/share/alsa/firmware/pcxhrloader
Packit 427e91
(or /usr/local/share/alsa/firmware/pcxhrloader, 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) 2004 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