I2S_CLR
val = RK_I2S_READ_4(sc, I2S_CLR);
RK_I2S_WRITE_4(sc, I2S_CLR, val);
while ((RK_I2S_READ_4(sc, I2S_CLR) & clear_bit) != 0)