patch-2.1.13 linux/drivers/sound/lowlevel/awe_wave.c

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

diff -u --recursive --new-file v2.1.12/linux/drivers/sound/lowlevel/awe_wave.c linux/drivers/sound/lowlevel/awe_wave.c
@@ -245,7 +245,6 @@
 static void awe_controller(int dev, int voice, int ctrl_num, int value);
 static void awe_panning(int dev, int voice, int value);
 static void awe_volume_method(int dev, int mode);
-static int awe_patchmgr(int dev, struct patmgr_info *rec);
 static void awe_bender(int dev, int voice, int value);
 static int awe_alloc(int dev, int chn, int note, struct voice_alloc_info *alloc);
 static void awe_setup_voice(int dev, int voice, int chn);
@@ -374,7 +373,6 @@
 	awe_controller,
 	awe_panning,
 	awe_volume_method,
-	awe_patchmgr,
 	awe_bender,
 	awe_alloc,
 	awe_setup_voice
@@ -2541,15 +2539,6 @@
 {
 	/* not impremented */
 	DEBUG(0,printk("AWE32: [volmethod mode=%d]\n", mode));
-}
-
-
-/* patch manager */
-static int
-awe_patchmgr(int dev, struct patmgr_info *rec)
-{
-	FATALERR(printk("AWE32 Warning: patch manager control not supported\n"));
-	return 0;
 }
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov