]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Refactor common IPC/mailbox code into generic APIs
authorJin Yao <yao.jin@linux.intel.com>
Tue, 7 Apr 2015 01:33:30 +0000 (09:33 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 10 Apr 2015 18:00:37 +0000 (19:00 +0100)
commitec5024c071883c040a69ffa5b6ae5947b8d48841
tree55d65260a66476cf556ba71a58a14f77aea7ccef
parent76f0bb16738e2e22f60f7dae2c2438dfc855535e
ASoC: Intel: Refactor common IPC/mailbox code into generic APIs

Currently in Intel SST driver, some similar IPC/mailbox processing
code are used in different platforms (e.g. in baytrail/broadwell).

This patch extracts the common code and creates new files
(sst-ipc.c/sst-ipc.h) to contain the common code and provide the generic
APIs for IPC/mailbox processing.

Signed-off-by: Jin Yao <yao.jin@linux.intel.com>
Acked-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/Makefile
sound/soc/intel/common/sst-ipc.c [new file with mode: 0644]
sound/soc/intel/common/sst-ipc.h [new file with mode: 0644]