We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a9cca commit 9fbd0a4Copy full SHA for 9fbd0a4
1 file changed
test/cmocka/src/audio/volume/volume_process.c
@@ -77,6 +77,7 @@ static int setup(void **state)
77
/* allocate and set new device */
78
vol_state->dev = test_malloc(COMP_SIZE(struct sof_ipc_comp_volume));
79
vol_state->dev->params.channels = parameters->channels;
80
+ vol_state->dev->frames = parameters->frames;
81
82
/* allocate and set new data */
83
cd = test_malloc(sizeof(*cd));
0 commit comments