diff -u ../../work/xmix/xmix.c ./xmix.c --- ../../work/xmix/xmix.c Thu Oct 30 01:23:01 1997 +++ ./xmix.c Thu Oct 30 01:25:53 1997 @@ -747,7 +747,7 @@ mic.locked = 0; reclvl.locked = 0; - printf("supported = 0x%x\n",supported); + /*printf("supported = 0x%x\n",supported);*/ set_supported(&master,(supported & SOUND_MASK_VOLUME) != 0); set_supported(&bass,(supported & SOUND_MASK_BASS) != 0); set_supported(&treble,(supported & SOUND_MASK_TREBLE) != 0);