mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
Removed debugging message..
This commit is contained in:
parent
2bf417af71
commit
df93ac4457
1 changed files with 2 additions and 0 deletions
|
@ -493,7 +493,9 @@ static void set_switch_boolean(int val)
|
|||
if (sw->value.enable != xx)
|
||||
*Xswitchchange = 1;
|
||||
sw->value.enable = xx;
|
||||
#if 0
|
||||
printf("name = '%s', sw->value.enable = %i\n", sw->name, xx);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void set_switch_integer(int val)
|
||||
|
|
Loading…
Reference in a new issue