ASoC: SOF: Turn "firmware boot complete" message into a dbg message
authorHans de Goede <hdegoede@redhat.com>
Thu, 2 Apr 2020 18:49:48 +0000 (20:49 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 3 Apr 2020 13:39:56 +0000 (14:39 +0100)
commit904f353d0e508fb4b3a3f902a02b0a028cda33a6
treeb7c08c15eedda3a6e3d43d113a5d6498c5ada5b1
parentabca9e4a04fbe9c6df4d48ca7517e1611812af25
ASoC: SOF: Turn "firmware boot complete" message into a dbg message

Using a Canon Lake machine with the SOF driver causes dmesg to fill
up with a ton of these messages:

[  275.902194] sof-audio-pci 0000:00:1f.3: firmware boot complete
[  351.529358] sof-audio-pci 0000:00:1f.3: firmware boot complete
[  560.049047] sof-audio-pci 0000:00:1f.3: firmware boot complete
etc.

Since the DSP is powered down when not in used this happens everytime
e.g. a notification plays, polluting dmesg.

Turn this messages into a debug message, matching what the code already
does for the ""booting DSP firmware" message.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200402184948.3014-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/loader.c