summaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-15 14:32:50 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:10:43 +0200
commit6d85be612d8b6a6730d19e742329e5ffa60eafdd (patch)
tree975980e8a466938689ba3d764988eb23fb7d0b21 /sound/core
parent54b903ec6e5a3194d86d8bb2f419c918efa4897f (diff)
[ALSA] Suppress debug message
Control Midlevel Suppress 'unknown ioctl' debug message (replaced with snd_printdd). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/control.c b/sound/core/control.c
index f4ea6bff1dd..4e39a2103d0 100644
--- a/sound/core/control.c
+++ b/sound/core/control.c
@@ -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;
}