aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/opl3.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/opl3.c')
-rw-r--r--sound/oss/opl3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/oss/opl3.c b/sound/oss/opl3.c
index c5c24409ceb0..4709e592e2cc 100644
--- a/sound/oss/opl3.c
+++ b/sound/oss/opl3.c
@@ -275,7 +275,6 @@ static int opl3_kill_note (int devno, int voice, int note, int velocity)
275 devc->v_alloc->map[voice] = 0; 275 devc->v_alloc->map[voice] = 0;
276 276
277 map = &pv_map[devc->lv_map[voice]]; 277 map = &pv_map[devc->lv_map[voice]];
278 DEB(printk("Kill note %d\n", voice));
279 278
280 if (map->voice_mode == 0) 279 if (map->voice_mode == 0)
281 return 0; 280 return 0;
@@ -873,8 +872,6 @@ static void opl3_aftertouch(int dev, int voice, int pressure)
873 872
874 map = &pv_map[devc->lv_map[voice]]; 873 map = &pv_map[devc->lv_map[voice]];
875 874
876 DEB(printk("Aftertouch %d\n", voice));
877
878 if (map->voice_mode == 0) 875 if (map->voice_mode == 0)
879 return; 876 return;
880 877