foo
[dos_sbtest] / src / au_sb.c
index d733f20..c2480c6 100644 (file)
@@ -240,8 +240,6 @@ static void start_dsp4(int bits, unsigned int mode, int num_samples)
        unsigned char cmd = bits == 8 ? DSP4_START_DMA8 : DSP4_START_DMA16;\r
        assert(bits == 8 || bits == 16);\r
 \r
-       /*cmd |= DSP4_AUTO | DSP4_FIFO;*/\r
-\r
        /* program the DSP to start the DMA transfer */\r
        write_dsp(cmd);\r
        write_dsp(mode);\r