]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: seq: Degrade the error message for too many opens
authorTakashi Iwai <tiwai@suse.de>
Mon, 25 Jan 2016 10:24:56 +0000 (11:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 25 Jan 2016 10:52:23 +0000 (11:52 +0100)
commitfc5abb44612e494eec9aa60cfd38f0183d48d903
tree0ecf05bfb2a891063dc51363ef23085b64d9501b
parentef943c4550cff590bc2c86c8d3c16037ec4405f4
ALSA: seq: Degrade the error message for too many opens

ALSA OSS sequencer spews a kernel error message ("ALSA: seq_oss: too
many applications") when user-space tries to open more than the
limit.  This means that it can easily fill the log buffer.

Since it's merely a normal error, it's safe to suppress it via
pr_debug() instead.

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_init.c