]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf44b6a8912a16d071784af6fc12a90de4070c5eb
tree48001502808cb3b0fd6be23d008c3aed8ba1ed07
parent155b423dcc39010b1a8724c6ad2c8fe0169c8f11
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