Merge tag 'v4.19-rc1' into asoc-4.19

Linux 4.19-rc1
This commit is contained in:
Mark Brown
2018-08-28 19:03:57 +01:00
當前提交 6e2d6b2728
共有 11389 個文件被更改,包括 512428 次插入214155 次删除

查看文件

@@ -153,7 +153,7 @@ struct sst_block_allocator {
};
/*
* Runtime Module Instance - A module object can be instanciated multiple
* Runtime Module Instance - A module object can be instantiated multiple
* times within the DSP FW.
*/
struct sst_module_runtime {
@@ -193,7 +193,7 @@ enum sst_module_state {
*
* Each Firmware file can consist of 1..N modules. A module can span multiple
* ADSP memory blocks. The simplest FW will be a file with 1 module. A module
* can be instanciated multiple times in the DSP.
* can be instantiated multiple times in the DSP.
*/
struct sst_module {
struct sst_dsp *dsp;