ASoC: SOF: Rework the firmware ready message handling
authorMark Brown <broonie@kernel.org>
Mon, 25 Apr 2022 17:34:41 +0000 (18:34 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 25 Apr 2022 17:34:41 +0000 (18:34 +0100)
commit0386dd9140d04743ba15ebc349d9a7fcb6e24824
tree88b5c088806170c74f51101018f07abcdf0158ba
parent9a2fb6e78136cfd4499c745ace0f7bc7473556da
parent19faf9ee06224c5db669539a10eae7c63f52f2e6
ASoC: SOF: Rework the firmware ready message handling

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

The firmware ready (fw_ready) message is sent by the firmware to notify the host
that it has been booted up and caries additional information about it's
configuration.
All of this is IPC specific, the message itself is IPC version specific and the
information itself also.

Move the code to handle the fw_ready message under ipc3.c since the parsing and
interpretation is IPC specific.

A followup series is going to take care of the rest of the loader.c to make it
IPC agnostic.