Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-02 | ASoC: Intel: Allocate for the mailbox with max size | Subhransu S. Prusty | 1 | -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-22 | ASoC: Intel: Remove the direct register reference from common ipc | Subhransu S. Prusty | 1 | -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-10 | ASoC: Intel: Refactor common IPC/mailbox code into generic APIs | Jin Yao | 1 | -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]> |