diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-09-29 16:12:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-02 15:32:28 +0100 |
commit | 92946c1d7ea8c5e19a4d7b4bd8896f04dc09c655 (patch) | |
tree | c0add779c86c9d9e02ecad6488c85a98d9855c5f /ipc | |
parent | 4fac9b31d0b9d3b3e9dd1408f457139f94077bc5 (diff) |
ASoC: Intel: catpt: Implement IPC protocol
Implement IRQ handlers for immediate and delayed replies and
notifications. Communication is synchronous and allows for serialization
of maximum one message at a time.
DSP may respond with ADSP_PENDING status for a request - known as
delayed reply - and when situation occurs, framework keeps the lock and
awaits upcoming response through IPCD channel which is handled in
bottom-half. Immediate replies spawn no BH at all as their processing is
very short.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200929141247.8058-3-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions