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)
commitda10816e3d923565b470fec78a674baba794ed33
tree0ecf05bfb2a891063dc51363ef23085b64d9501b
parent599151336638d57b98d92338aa59c048e3a3e97d
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