aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/common/sst-ipc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-02ASoC: Intel: Allocate for the mailbox with max sizeSubhransu S. Prusty1-1/+28
Signed-off-by: Subhransu S. Prusty <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Mark Brown <[email protected]>
2015-05-22ASoC: Intel: Remove the direct register reference from common ipcSubhransu S. Prusty1-3/+2
Signed-off-by: Subhransu S. Prusty <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Mark Brown <[email protected]>
2015-04-10ASoC: Intel: Refactor common IPC/mailbox code into generic APIsJin Yao1-0/+294
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 <[email protected]> Acked-by: Jie Yang <[email protected]> Signed-off-by: Mark Brown <[email protected]>