mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 18:46:32 +01:00
Fixed a small MUX1 bug..
This commit is contained in:
parent
ac7440d124
commit
b4524d72c0
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ int show_element_contents(void *handle, snd_mixer_eid_t *eid, const char *space)
|
||||||
if (eid->name[0] == '\0') {
|
if (eid->name[0] == '\0') {
|
||||||
printf("NONE\n");
|
printf("NONE\n");
|
||||||
} else {
|
} else {
|
||||||
printf("'%s',%i,%i\n", space, idx,
|
printf("'%s',%i,%i\n", idx,
|
||||||
element_name(eid->name),
|
element_name(eid->name),
|
||||||
eid->index, eid->type);
|
eid->index, eid->type);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue