Commit 6d85be61 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] Suppress debug message

Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 54b903ec
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment