mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-27 01:40:17 -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
|
|
@ -26,7 +26,7 @@ static GdkGC *penOrangeLight[21] = { NULL, };
|
|||
static GdkGC *penRedShadow[21] = { NULL, };
|
||||
static GdkGC *penRedLight[21] = { NULL, };
|
||||
static GdkPixmap *pixmap[21] = { NULL, };
|
||||
static snd_ctl_elem_t peaks;
|
||||
static snd_ctl_elem_value_t peaks;
|
||||
|
||||
static void update_peak_switch(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue