blob: 5ca14c80176818e54c50a3a35dc9e3749dff6121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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);
|