ASoC: Intel: atom: Make some messages to debug level
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Nov 2016 15:26:40 +0000 (16:26 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 29 Nov 2016 11:34:13 +0000 (11:34 +0000)
commit91197a9230e852eeefdb79b1bddc3cd9505d4248
tree48001502808cb3b0fd6be23d008c3aed8ba1ed07
parent48458cc891232ba6cb0270ba03520f54536d590a
ASoC: Intel: atom: Make some messages to debug level

Intel sst driver spews lots of kernel messages in INFO level;
typically, it gives a kernel message at each time it allocates or
frees a stream, or at each time when a stream is started or stopped.
This will piles up quickly, and it's almost useless for normal users,
so let's hide them to KERN_DEBUG level.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-atom-controls.c
sound/soc/intel/atom/sst/sst_stream.c