commit | e5f0571cbcdc7dca7c0260e612056d48fa3837cc | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Oct 22 12:03:23 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 23 12:53:53 2020 -0400 |
tree | bc39af1ccfb6b105bfe6326972ab877a81bd84eb | |
parent | c227fe7b80e9b558f0d0795ba760720bcef18386 [diff] |
soc/intel_adsp: Remove "firmware ready" message sending This IPC protocol is designed to tell the host driver that the audio firmware is ready. It's not used within the Zephyr in-tree test code, which does not run under the control of a host driver. And SOF already does this on its own, the Zephyr attempt to do it first (and incorrectly) confuses the driver IPC. Just remove it. This is clearly application code, not platform code. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>