aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/opl3.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-04-04 09:09:08 -0700
committerTakashi Iwai <tiwai@suse.de>2014-04-04 18:20:10 +0200
commit3af5d0524aac70a6df638d6558f4b60dbf0216e7 (patch)
tree9979437b11678a58498634e1400cf15a4c7cef56 /sound/oss/opl3.c
parentALSA: ice1712: Save/restore routing and rate registers (diff)
downloadlinux-dev-3af5d0524aac70a6df638d6558f4b60dbf0216e7.tar.xz
linux-dev-3af5d0524aac70a6df638d6558f4b60dbf0216e7.zip
sound/oss: Remove uncompilable DBG macro use
Most of it duplicates function tracing and one of them has an uncompilable printf %P use. Others have format/argument mismatches. Remove unused DBG1 macro definition Neaten uart401.c use of ok test around this DBG macro removal. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-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)
devc->v_alloc->map[voice] = 0;
map = &pv_map[devc->lv_map[voice]];
- DEB(printk("Kill note %d\n", voice));
if (map->voice_mode == 0)
return 0;
@@ -873,8 +872,6 @@ static void opl3_aftertouch(int dev, int voice, int pressure)
map = &pv_map[devc->lv_map[voice]];
- DEB(printk("Aftertouch %d\n", voice));
-
if (map->voice_mode == 0)
return;