1 | | The MISMATCH errors are showing that either we've just facing 16bits alignment or, and it's here far worst, we've retrieved more than a single frame but only consume the first one. |
2 | | And the reason is quite simple: our driver is clearly not burst-mode aware... |
| 1 | The MISMATCH errors are showing that either we've just facing 16bits alignment or, and it's here far worst, we've retrieved from USB controler more than a single frame but only consume the first one. |
| 2 | And the reason is quite simple: our driver is clearly not Multi-Frame-Burst (MFB) mode aware... aka broken. |