mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 07:15:43 +01:00
5bf715371d
code to update the mixer interface soon.
28 lines
971 B
C
28 lines
971 B
C
/*****************************************************************************/
|
|
/* Begin #include statements */
|
|
|
|
|
|
|
|
/* End #include statements */
|
|
/*****************************************************************************/
|
|
|
|
|
|
/*****************************************************************************/
|
|
/* Begin function prototypes */
|
|
|
|
void adjust_volume1(GtkWidget *widget, CBData *data);
|
|
void adjust_switch1(GtkWidget *widget, CBData *data);
|
|
void adjust_switch2(GtkWidget *widget, CBData *data);
|
|
void adjust_teffect1(GtkWidget *widget, CBData *data);
|
|
void mixer_change_cb(gpointer data, gint source, GdkInputCondition condition);
|
|
|
|
/* End function prototypes */
|
|
/*****************************************************************************/
|
|
|
|
/*****************************************************************************/
|
|
/* Begin #define statements */
|
|
|
|
|
|
|
|
/* End #define statements */
|
|
/*****************************************************************************/
|