From b4524d72c0da45d57ddf350474ccf558ca58ee8b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 31 Jul 1999 17:24:59 +0000 Subject: [PATCH] Fixed a small MUX1 bug.. --- amixer/amixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amixer/amixer.c b/amixer/amixer.c index 2a957e8..73e91fb 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -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); } -- 2.47.1