patch-2.4.8 linux/drivers/sound/emu10k1/voicemgr.h
Next file: linux/drivers/sound/sb_card.c
Previous file: linux/drivers/sound/emu10k1/voicemgr.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Fri Aug 10 21:02:19 2001
-  Orig file: 
v2.4.7/linux/drivers/sound/emu10k1/voicemgr.h
-  Orig date: 
Mon Dec 11 13:02:19 2000
diff -u --recursive --new-file v2.4.7/linux/drivers/sound/emu10k1/voicemgr.h linux/drivers/sound/emu10k1/voicemgr.h
@@ -85,7 +85,7 @@
 int emu10k1_voice_alloc(struct emu10k1_card *, struct emu_voice *);
 void emu10k1_voice_free(struct emu_voice *);
 void emu10k1_voice_playback_setup(struct emu_voice *);
-void emu10k1_voice_start(struct emu_voice *, int);
-void emu10k1_voice_stop(struct emu_voice *);
+void emu10k1_voices_start(struct emu_voice *, unsigned int, int);
+void emu10k1_voices_stop(struct emu_voice *, int);
 
 #endif /* _VOICEMGR_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)