]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Removed debugging options..
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Nov 1998 18:06:38 +0000 (18:06 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Nov 1998 18:06:38 +0000 (18:06 +0000)
alsactl/setup.c

index 23334f79195f9b88da332b3942607e43e1ad5708..2d9fe0923c19afc0b7866d8d9d6591fdd70915ec 100644 (file)
@@ -615,7 +615,6 @@ static void soundcard_setup_write_mixer_channel( FILE *out, snd_mixer_channel_in
        info -> caps & SND_MIXER_CINFO_CAP_RECORDBYMUTE ? " record-by-mute" : "" );
   fprintf( out, "    ; Accepted channel range is from %i to %i.\n", info -> min, info -> max );
   fprintf( out, "    channel( \"%s\", ", info -> name );
-  printf( "flags = 0x%x\n", channel -> flags );
   if ( info -> caps & SND_MIXER_CINFO_CAP_STEREO ) {
     fprintf( out, "stereo( %i%s%s%s%s, %i%s%s%s%s )",
       channel -> left,