]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c247ac73ed279538d81fd0ce8be6e17f349913f
tree88b5c088806170c74f51101018f07abcdf0158ba
parent3c3b56da581dd5c2dd31a14f7b603186d6749b75
parent186e7182da99bf714b2e1b4c7443826572a97309
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.