patch-2.4.9 linux/drivers/sound/ymfpci.h

Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/ymfpci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/sound/ymfpci.h linux/drivers/sound/ymfpci.h
@@ -260,8 +260,8 @@
 	int suspended;
 
 	u32 active_bank;
-	struct ymf_voice voices[64];
-	struct ymf_capture capture[5];
+	struct ymf_voice voices[YDSXG_PLAYBACK_VOICES];
+	struct ymf_capture capture[YDSXG_CAPTURE_VOICES];
 
 	struct ac97_codec *ac97_codec[NR_AC97];
 	u16 ac97_features;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)