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:
Kumar Gala 2021-02-26 10:29:56 -06:00 committed by Kumar Gala
commit 46fbc8ab50

View file

@ -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);