[ALSA] Suppress debug message
authorTakashi Iwai <tiwai@suse.de>
Sun, 15 May 2005 12:32:50 +0000 (14:32 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:10:43 +0000 (10:10 +0200)
Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c

index f4ea6bf..4e39a21 100644 (file)
@@ -1102,7 +1102,7 @@ static long snd_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg
                }
        }
        up_read(&snd_ioctl_rwsem);
-       snd_printd("unknown ioctl = 0x%x\n", cmd);
+       snd_printdd("unknown ioctl = 0x%x\n", cmd);
        return -ENOTTY;
 }