mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
hdspmixer: Style and purity fixes for name arrays.
Contribution by Fredrik Lingvall <fredrik.lingvall@gmail.com> Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
69991756aa
commit
0201fd1778
1 changed files with 62 additions and 56 deletions
|
|
@ -36,15 +36,14 @@ static char *destinations_madi_ds[16] = {
|
|||
"1+2", "3+4", "5+6", "7+8",
|
||||
"9+10", "11+12", "13+14", "15+16",
|
||||
"17+18", "19+20", "21+22", "23+24",
|
||||
"25+26", "27+28", "29+30", "31+32",
|
||||
"25+26", "27+28", "29+30", "31+32"
|
||||
};
|
||||
|
||||
static char *destinations_madi_qs[8] = {
|
||||
"1+2", "3+4", "5+6", "7+8",
|
||||
"9+10", "11+12", "13+14", "15+16",
|
||||
"9+10", "11+12", "13+14", "15+16"
|
||||
};
|
||||
|
||||
|
||||
static char *destinations_aes[8] = {
|
||||
"AES 1+2", "AES 3+4", "AES 5+6", "AES 7+8",
|
||||
"AES 9+10", "AES 11+12", "AES 13+14", "AES 15+16",
|
||||
|
|
@ -82,73 +81,80 @@ static char *destinations_raydat_qs[6] = {
|
|||
static char *destinations_aio_ss[8] = {
|
||||
"AN 1+2",
|
||||
"AES",
|
||||
"SPDIF",
|
||||
"SPDIF",
|
||||
"A 1+2", "A 3+4", "A 5+6", "A 7+8",
|
||||
"Phones",
|
||||
"Phones"
|
||||
};
|
||||
|
||||
static char *destinations_aio_ds[6] = {
|
||||
"AN 1+2",
|
||||
"AES",
|
||||
"SPDIF",
|
||||
"A 1+2", "A 3+4"
|
||||
"Phones",
|
||||
"SPDIF",
|
||||
"A 1+2", "A 3+4",
|
||||
"Phones"
|
||||
};
|
||||
|
||||
static char *destinations_aio_qs[5] = {
|
||||
"AN 1+2",
|
||||
"AES",
|
||||
"SPDIF",
|
||||
"A 1+2"
|
||||
"Phones",
|
||||
"SPDIF",
|
||||
"A 1+2",
|
||||
"Phones"
|
||||
};
|
||||
|
||||
static char *destinations_mf_ss[10] = {
|
||||
"AN 1+2", "AN 3+4", "AN 5+6", "AN 7+8",
|
||||
"A 1+2", "A 3+4", "A 5+6", "A 7+8",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
static char *destinations_mf_ds[8] = {
|
||||
"AN 1+2", "AN 3+4", "AN 5+6", "AN 7+8",
|
||||
"A 1+2", "A 3+4",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
static char *destinations_df_ss[14] = {
|
||||
"A1 1+2", "A1 3+4", "A1 5+6", "A1 7+8",
|
||||
"A2 1+2", "A2 3+4", "A2 5+6", "A2 7+8",
|
||||
"A3 1+2", "A3 3+4", "A3 5+6", "A3 7+8",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
static char *destinations_df_ds[8] = {
|
||||
"A1 1+2", "A1 3+4",
|
||||
"A2 1+2", "A2 3+4",
|
||||
"A3 1+2", "A3 3+4",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
static char *destinations_h9652_ss[13] = {
|
||||
"A1 1+2", "A1 3+4", "A1 5+6", "A1 7+8",
|
||||
"A2 1+2", "A2 3+4", "A2 5+6", "A2 7+8",
|
||||
"A3 1+2", "A3 3+4", "A3 5+6", "A3 7+8",
|
||||
"SPDIF"
|
||||
};
|
||||
static char *destinations_mf_ss[10] = {
|
||||
"AN 1+2", "AN 3+4", "AN 5+6", "AN 7+8",
|
||||
"A 1+2", "A 3+4", "A 5+6", "A 7+8",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
|
||||
static char *destinations_h9652_ds[7] = {
|
||||
"A1 1+2", "A1 3+4",
|
||||
"A2 1+2", "A2 3+4",
|
||||
"A3 1+2", "A3 3+4",
|
||||
"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"
|
||||
};
|
||||
static char *destinations_mf_ds[8] = {
|
||||
"AN 1+2", "AN 3+4", "AN 5+6", "AN 7+8",
|
||||
"A 1+2", "A 3+4",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
|
||||
static char *destinations_df_ss[14] = {
|
||||
"A1 1+2", "A1 3+4", "A1 5+6", "A1 7+8",
|
||||
"A2 1+2", "A2 3+4", "A2 5+6", "A2 7+8",
|
||||
"A3 1+2", "A3 3+4", "A3 5+6", "A3 7+8",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
|
||||
static char *destinations_df_ds[8] = {
|
||||
"A1 1+2", "A1 3+4",
|
||||
"A2 1+2", "A2 3+4",
|
||||
"A3 1+2", "A3 3+4",
|
||||
"SPDIF", "Analog"
|
||||
};
|
||||
|
||||
static char *destinations_h9652_ss[13] = {
|
||||
"A1 1+2", "A1 3+4", "A1 5+6", "A1 7+8",
|
||||
"A2 1+2", "A2 3+4", "A2 5+6", "A2 7+8",
|
||||
"A3 1+2", "A3 3+4", "A3 5+6", "A3 7+8",
|
||||
"SPDIF"
|
||||
};
|
||||
|
||||
static char *destinations_h9652_ds[7] = {
|
||||
"A1 1+2", "A1 3+4",
|
||||
"A2 1+2", "A2 3+4",
|
||||
"A3 1+2", "A3 3+4",
|
||||
"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"
|
||||
};
|
||||
|
||||
HDSPMixerSelector::HDSPMixerSelector(int x, int y, int w, int h):Fl_Menu_(x, y, w, h)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue