mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-11 04:27:49 -05:00
Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation
This commit is contained in:
parent
f7fbb6ce1a
commit
a189f2d0ec
5 changed files with 12 additions and 12 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "envy24control.h"
|
||||
|
||||
static snd_ctl_elem_t routes;
|
||||
static snd_ctl_elem_value_t routes;
|
||||
|
||||
#define toggle_set(widget, state) \
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue