patch-2.1.13 linux/drivers/sound/opl3.c

Next file: linux/drivers/sound/os.h
Previous file: linux/drivers/sound/mpu401.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.12/linux/drivers/sound/opl3.c linux/drivers/sound/opl3.c
@@ -127,7 +127,6 @@
 	    return -EINVAL;
 	  }
 
-	pmgr_inform (dev, PM_E_PATCH_LOADED, ins.channel, 0, 0, 0);
 	return store_instr (ins.channel, &ins);
       }
       break;
@@ -1015,12 +1014,6 @@
     }
 }
 
-static int
-opl3_patchmgr (int dev, struct patmgr_info *rec)
-{
-  return -EINVAL;
-}
-
 static void
 opl3_bender (int dev, int voice, int value)
 {
@@ -1131,7 +1124,6 @@
   opl3_controller,
   opl3_panning,
   opl3_volume_method,
-  opl3_patchmgr,
   opl3_bender,
   opl3_alloc_voice,
   opl3_setup_voice

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