tests: i2s: Fix i2s_states_test
The device used for TX stream in the test_i2s_state_ready_neg() function is incorrect. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
e129f99b62
commit
8b13046cb6
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void test_i2s_state_ready_neg(void)
|
|||
zassert_equal(ret, -EIO, NULL);
|
||||
|
||||
/* Configure TX stream changing its state to READY */
|
||||
ret = configure_stream(dev_i2s_rx, I2S_DIR_TX);
|
||||
ret = configure_stream(dev_i2s_tx, I2S_DIR_TX);
|
||||
zassert_equal(ret, TC_PASS, NULL);
|
||||
|
||||
/* Send TX stream triggers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue