alsa-tools/hdspmixer
Adrian Knoth 455a06756f hdspmixer: Introduce output channel count for all cards.
Some cards (like multiface) have more physical output ports than
playback ports, mostly because of additional headphones out.

For those cards, the old abstraction model of channels_input and
channels_output doesn't fit, so let's introduce channels_output.

Of course, channels_output is always 2*max_dest at the given speed_mode
(SS/DS/QS), so one could extend this idea, store all destination
settings in channels_output[3] (one for each speed mode) and rip off the
massive code duplication for setting maxdest or max_dest respectively.

Note that dest_map_whatever_speed_mode's array size indirectly defines
the right value for channels_output (read: even more unwanted
redundancy)

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-03-08 13:04:12 +01:00
..
pixmaps hdspmixer: Fix compiler warnings. 2011-02-28 15:55:14 +01:00
src hdspmixer: Introduce output channel count for all cards. 2011-03-08 13:04:12 +01:00
AUTHORS added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00
ChangeLog added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00
configure.in hdspmixer: Bump version number to 1.10 2011-02-28 11:11:05 +01:00
COPYING added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00
cvscompile Fix exec permission of cvscompile and add .hgignore 2006-04-07 18:17:19 +02:00
gitcompile more gitcompile cleanups 2008-08-19 19:22:20 +02:00
hdspmixer.desktop - fixed H9632 problem. 2003-11-24 14:48:21 +00:00
INSTALL added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00
Makefile.am Added configure target to global Makefile and gitcompile to EXTRA_DIST 2008-09-09 14:17:10 +02:00
NEWS - updated to version 1.6 2003-11-24 18:17:05 +00:00
README added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00
TODO added hdspmixer by Thomas Charbonnel 2003-07-28 11:32:32 +00:00


                               HDSPMixer


HDSPMixer is the Linux equivalent of the Totalmix application from RME.
It is a tool to control the advanced routing features of the RME Hammerfall DSP
soundcard series.

Users of Totalmix shouldn't be disapointed because HDSPMixer presents the
same interface.
New users should read Totalmix documentation available from RME's website
(http://www.rme-audio.de)

NOTE:
As the ALT key is often used by window managers, the effect of ALT+Click and
ALT+Drag can be achieved using mouse button 2.