Remove "clone manager: " message from verbose dmesg. It is pointless to
print values that are statically hardcoded few lines above that.
This commit is contained in:
parent
4754395cac
commit
418cc71b52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243459
@ -1074,13 +1074,6 @@ pcm_register(device_t dev, void *devinfo, int numplay, int numrec)
|
||||
SND_CLONE_GC_ENABLE | SND_CLONE_GC_UNREF |
|
||||
SND_CLONE_GC_LASTREF | SND_CLONE_GC_EXPIRED);
|
||||
|
||||
if (bootverbose != 0 || snd_verbose > 3) {
|
||||
device_printf(dev,
|
||||
"clone manager: deadline=%dms flags=0x%08x\n",
|
||||
snd_clone_getdeadline(d->clones),
|
||||
snd_clone_getflags(d->clones));
|
||||
}
|
||||
|
||||
CHN_INIT(d, channels.pcm);
|
||||
CHN_INIT(d, channels.pcm.busy);
|
||||
CHN_INIT(d, channels.pcm.opened);
|
||||
|
Loading…
Reference in New Issue
Block a user