ALSA: seq: Degrade the error message for too many opens
[pandora-kernel.git] / sound / core / seq / oss / seq_oss_init.c
index e3cb46f..966d0dc 100644 (file)
@@ -196,7 +196,7 @@ snd_seq_oss_open(struct file *file, int level)
 
        dp->index = i;
        if (i >= SNDRV_SEQ_OSS_MAX_CLIENTS) {
-               snd_printk(KERN_ERR "too many applications\n");
+               pr_debug("ALSA: seq_oss: too many applications\n");
                rc = -ENOMEM;
                goto _error;
        }