patch-2.4.0-test7 linux/drivers/sound/sb_ess.c

Next file: linux/drivers/sound/sb_midi.c
Previous file: linux/drivers/sound/sb_common.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/drivers/sound/sb_ess.c linux/drivers/sound/sb_ess.c
@@ -707,22 +707,18 @@
 
 static struct audio_driver ess_audio_driver =   /* ESS ES688/1688 */
 {
-	sb_audio_open,
-	sb_audio_close,
-	ess_set_output_parms,
-	ess_set_input_parms,
-	NULL,
-	ess_audio_prepare_for_input,
-	ess_audio_prepare_for_output,
-	ess_audio_halt_xfer,
-	NULL,		/* local_qlen */
-	NULL,		/* copy_from_user */
-	NULL,
-	NULL,
-	ess_audio_trigger,
-	ess_audio_set_speed,
-	ess_audio_set_bits,
-	ess_audio_set_channels
+	owner:			THIS_MODULE,
+	open:			sb_audio_open,
+	close:			sb_audio_close,
+	output_block:	ess_set_output_parms,
+	start_input:	ess_set_input_parms,
+	prepare_for_input:	ess_audio_prepare_for_input,
+	prepare_for_output:	ess_audio_prepare_for_output,
+	halt_io:		ess_audio_halt_xfer,
+	trigger:		ess_audio_trigger,
+	set_speed:		ess_audio_set_speed,
+	set_bits:		ess_audio_set_bits,
+	set_channels:	ess_audio_set_channels
 };
 
 /*

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