mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
Changed default ctl name to open
This commit is contained in:
parent
25b7943321
commit
86b50130e9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static int mixer_ofs_x = 0;
|
|||
static float mixer_extra_space = 0;
|
||||
static int mixer_cbar_height = 0;
|
||||
|
||||
static char* card_id = "0";
|
||||
static char* card_id = "hw:0";
|
||||
static snd_mixer_t *mixer_handle;
|
||||
static char mixer_card_name[128];
|
||||
static char mixer_device_name[128];
|
||||
|
|
Loading…
Reference in a new issue