mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-16 22:05:23 -05:00
Thomas Charbonnel <thomas@undata.org>:
updated to version 1.4.
This commit is contained in:
parent
6498fd396f
commit
cd8875932e
39 changed files with 2859 additions and 579 deletions
|
|
@ -75,6 +75,20 @@ static char *destinations_h9652_ds[7] = {
|
|||
"SPDIF"
|
||||
};
|
||||
|
||||
static char *destinations_h9632_ss[8] = {
|
||||
"A 1+2", "A 3+4", "A 5+6", "A 7+8",
|
||||
"SPDIF", "AN 1+2", "AN 3+4", "AN 5+6"
|
||||
};
|
||||
|
||||
static char *destinations_h9632_ds[6] = {
|
||||
"A 1+2", "A 3+4",
|
||||
"SPDIF", "AN 1+2", "AN 3+4", "AN 5+6"
|
||||
};
|
||||
|
||||
static char *destinations_h9632_qs[4] = {
|
||||
"SPDIF", "AN 1+2", "AN 3+4", "AN 5+6"
|
||||
};
|
||||
|
||||
class HDSPMixerSelector:public Fl_Menu_
|
||||
{
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue