mirror of https://github.com/thesofproject/sof.git
cmocka: update component cmd API to new convention.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
a1e292b082
commit
6b3f266653
|
@ -52,7 +52,8 @@ static int mock_comp_params(struct comp_dev *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int mock_comp_cmd(struct comp_dev *dev, int cmd, void *data)
|
||||
static int mock_comp_cmd(struct comp_dev *dev, int cmd, void *data,
|
||||
int max_data_size)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue