]> granicus.if.org Git - esp-idf/commit
Bugfix(i2s): fixed i2s left/right channels swapped issue.
authorredchenjs <redchenjs@live.com>
Mon, 1 Jul 2019 11:48:47 +0000 (19:48 +0800)
committerkooho <2229179028@qq.com>
Wed, 31 Jul 2019 09:58:23 +0000 (17:58 +0800)
commitff325e84b65e88547ed5508ae1de82232f2d8f43
treeb5f66feaa6c2e68e0edd974159dadac9b22b573f
parentdf4926b723cb6a5652489b48c9d0447d9e567a73
Bugfix(i2s): fixed i2s left/right channels swapped issue.

The right channel data is in the high position, so the I2S_TX_MSB_RIGHT & I2S_RX_MSB_RIGHT bits should be set.

Merges https://github.com/espressif/esp-idf/pull/3717

closes https://github.com/espressif/esp-idf/issues/3399
components/driver/i2s.c