mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:55:41 +01:00
Fixed underrun...
This commit is contained in:
parent
bf4f126205
commit
a764bee3ab
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ GtkWidget *make_mixer( gint c_n , gint m_n ) {
|
|||
GtkWidget *iv_box;
|
||||
GtkWidget *ih_box;
|
||||
GtkWidget *c_l;
|
||||
char gname[40];
|
||||
char gname[128];
|
||||
s_mixer_t *mixer;
|
||||
s_group_t *group=NULL;
|
||||
s_element_t *e;
|
||||
|
|
Loading…
Reference in a new issue