i2s: cavs: Remove stale assert
There is no longer a mem_block pointer in the stream struct so the assert NULL check isn't relevant anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
a61744d952
commit
46fbc8ab50
1 changed files with 0 additions and 2 deletions
|
@ -654,8 +654,6 @@ static int i2s_cavs_trigger(const struct device *dev, enum i2s_dir dir,
|
|||
break;
|
||||
}
|
||||
|
||||
__ASSERT_NO_MSG(strm->mem_block == NULL);
|
||||
|
||||
if (dir == I2S_DIR_TX) {
|
||||
ret = i2s_tx_stream_start(dev_data, ssp,
|
||||
dev_data->dev_dma);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue