mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +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') {
|
||||
printf("NONE\n");
|
||||
} else {
|
||||
printf("'%s',%i,%i\n", space, idx,
|
||||
printf("'%s',%i,%i\n", idx,
|
||||
element_name(eid->name),
|
||||
eid->index, eid->type);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue