mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-14 06:59:54 -05:00
- fixed H9632 problem.
- added desktop file and icon new options --with-desktop-dir and --with-pixmap-dir. - fixed CXXFLAGS for soundbase option. - fixed compile warnings.
This commit is contained in:
parent
4046e31368
commit
ca7ae60abd
14 changed files with 160 additions and 57 deletions
|
|
@ -41,6 +41,7 @@ class HDSPMixerMeter;
|
|||
class HDSPMixerOutputData;
|
||||
class HDSPMixerWindow;
|
||||
|
||||
#ifdef HDSPMIXER_DEFINE_OUTPUT_LABELS
|
||||
static char *labels_mf_ss[20] = {
|
||||
"AN 1", "AN 2", "AN 3", "AN 4", "AN 5", "AN 6", "AN 7", "AN 8",
|
||||
"A 1", "A 2", "A 3", "A 4", "A 5", "A 6", "A 7", "A 8",
|
||||
|
|
@ -80,6 +81,7 @@ static char *labels_9632_ds[12] = {
|
|||
static char *labels_9632_qs[8] = {
|
||||
"SP.L", "SP.R", "AN 1", "AN 2", "AN 3", "AN 4", "AN 5", "AN 6"
|
||||
};
|
||||
#endif
|
||||
|
||||
class HDSPMixerOutput:public Fl_Group
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue