mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
<Dirk.Kalis@t-online.de>
profiles management in envy24control
This commit is contained in:
parent
3e29307c6f
commit
f0db78cea5
6 changed files with 344 additions and 12 deletions
|
|
@ -7,6 +7,25 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
/* Profiles */
|
||||
#ifdef PACKAGE
|
||||
#define PROGRAM_NAME PACKAGE
|
||||
#else
|
||||
#define PROGRAM_NAME "envy24control"
|
||||
#endif
|
||||
#define MAX_PROFILES 8
|
||||
#define MAX_PROFILE_NAME_LENGTH 20
|
||||
#define DEFAULT_PROFILERC "~/envy24control/profiles.conf"
|
||||
#define SYS_PROFILERC "/etc/envy24control/profiles.conf"
|
||||
#ifndef MKDIR
|
||||
#define MKDIR "/bin/mkdir"
|
||||
#endif
|
||||
#ifndef ALSACTL
|
||||
#define ALSACTL "/usr/sbin/alsactl"
|
||||
#endif
|
||||
|
||||
#include "profiles.h"
|
||||
|
||||
/* MidiMan */
|
||||
#define ICE1712_SUBDEVICE_DELTA1010 0x121430d6
|
||||
#define ICE1712_SUBDEVICE_DELTADIO2496 0x121431d6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue