alsa-utils/xamixer2/display.h

34 lines
1.2 KiB
C
Raw Normal View History

/*****************************************************************************/
/* Begin #include statements */
/* End #include statements */
/*****************************************************************************/
/*****************************************************************************/
/* Begin function prototypes */
GtkWidget *create_mixer_page(int card_num, int mixer_num);
/* End function prototypes */
/*****************************************************************************/
/*****************************************************************************/
/* Begin #define statements */
/* These types are for the callback data identification */
#define TYPE_EFFECT 0
#define TYPE_SW 1
#define TYPE_MONO_SW 2
#define TYPE_WIDE 3
#define TYPE_VOLUME 4
#define TYPE_CENTER 5
#define TYPE_SPACE 6
#define TYPE_DEPTH 7
#define TYPE_DELAY 8
#define TYPE_FEEDBACK 9
/* End #define statements */
/*****************************************************************************/