mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
[ALSA] Suppress debug message
Control Midlevel Suppress 'unknown ioctl' debug message (replaced with snd_printdd). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
54b903ec6e
commit
6d85be612d
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ static long snd_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
up_read(&snd_ioctl_rwsem);
|
up_read(&snd_ioctl_rwsem);
|
||||||
snd_printd("unknown ioctl = 0x%x\n", cmd);
|
snd_printdd("unknown ioctl = 0x%x\n", cmd);
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue