mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-02 01:40:13 -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
|
|
@ -26,7 +26,9 @@
|
|||
#include <stdio.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <sound/hdsp.h>
|
||||
#ifdef HDSPMIXER_DEFINE_MAPPINGS
|
||||
#include "mappings.h"
|
||||
#endif
|
||||
#include "defines.h"
|
||||
#include "HDSPMixerWindow.h"
|
||||
|
||||
|
|
@ -47,6 +49,7 @@ public:
|
|||
char *dest_map;
|
||||
char *meter_map;
|
||||
int speed_mode;
|
||||
int playbacks_offset;
|
||||
void setMode(int mode);
|
||||
int initializeCard(HDSPMixerWindow *w);
|
||||
int getSpeed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue