mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
Merge branch 'bugfix/fix_several_bugs_in_i2s' into 'master'
i2s: fix several bugs in std and tdm mode Closes IDF-7288 See merge request espressif/esp-idf!23465
This commit is contained in:
@@ -367,9 +367,9 @@ Here is the table of the real data on the line with different :cpp:member:`i2s_s
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | both | 0x0001 | 0x0001 | 0x0002 | 0x0002 | 0x0003 | 0x0003 | 0x0004 | 0x0004 |
|
||||
| +-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | stereo | left | 0x0001 | 0x0001 | 0x0003 | 0x0003 | 0x0005 | 0x0005 | 0x0007 | 0x0007 |
|
||||
| | stereo | left | 0x0001 | 0x0000 | 0x0003 | 0x0000 | 0x0005 | 0x0000 | 0x0007 | 0x0000 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | right | 0x0002 | 0x0002 | 0x0004 | 0x0004 | 0x0006 | 0x0006 | 0x0008 | 0x0008 |
|
||||
| | | right | 0x0000 | 0x0002 | 0x0000 | 0x0004 | 0x0000 | 0x0006 | 0x0000 | 0x0008 |
|
||||
| | +-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
| | | both | 0x0001 | 0x0002 | 0x0003 | 0x0004 | 0x0005 | 0x0006 | 0x0007 | 0x0008 |
|
||||
+----------------+-----------+-----------+----------+----------+----------+----------+----------+----------+----------+----------+
|
||||
|
||||
Reference in New Issue
Block a user