]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Compilation fix (removed snd_mixer_info_t->switches)
authorJaroslav Kysela <perex@perex.cz>
Sat, 8 Jan 2000 21:56:36 +0000 (21:56 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 8 Jan 2000 21:56:36 +0000 (21:56 +0000)
amixer/amixer.c

index 564b130153bcc6c4a8198a2d746752c6d8cd041c..088d0a3a4ebcc37d9e5af0cade1516a8dab41cde 100644 (file)
@@ -121,7 +121,6 @@ int info(void)
        printf("Mixer '%s/%s':\n", info.id, info.name);
        printf("  Elements      : %i\n", info.elements);
        printf("  Groups        : %i\n", info.groups);
-       printf("  Switches      : %i\n", info.switches);
        printf("  Attribute     : 0x%x\n", info.attrib);
        snd_mixer_close(handle);
        return 0;