ASoC: intel: Don't print FW version repeatedly
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Mar 2017 08:39:58 +0000 (10:39 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 27 Mar 2017 11:30:55 +0000 (12:30 +0100)
commit36d96039e710488b53256defed0fd291e0f1a34b
tree7f6181c34c8369871cbf96477b0a5de714ae1ef4
parentd7fba9dcf6cd74cb8a8ab1c4c2629a3f7df00bc9
ASoC: intel: Don't print FW version repeatedly

Intel SST driver spews an info message "FW Versoin xxxx" at each time
the device gets initialized.  Since it's triggered at each PM (or even
runtime PM), it appears so ofetn, and rather becomes annoying than
useful.

This patch suppresses the superfluous messages by checking the
currently loaded FW version with the previously loaded one.

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/sst_ipc.c