patch-2.2.17 linux/drivers/sound/es1370.c
Next file: linux/drivers/sound/es1371.c
Previous file: linux/drivers/sound/emu10k1/voicemgr.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Sep  4 18:39:21 2000
-  Orig file: 
v2.2.16/drivers/sound/es1370.c
-  Orig date: 
Mon Sep  4 18:37:37 2000
diff -u --recursive --new-file v2.2.16/drivers/sound/es1370.c linux/drivers/sound/es1370.c
@@ -1993,7 +1993,7 @@
 		return 0;
 
 	case SNDCTL_DSP_GETOSPACE:
-		if (!(s->ctrl & CTRL_DAC2_EN) && (val = prog_dmabuf_dac1(s)) != 0)
+		if (!(s->ctrl & CTRL_DAC1_EN) && (val = prog_dmabuf_dac1(s)) != 0)
 			return val;
 		spin_lock_irqsave(&s->lock, flags);
 		es1370_update_ptr(s);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)