Commit 1a627b7
Attempted fix at DMA misalignment for snd stream.
Due to the fact that our maximum ADPCM buffer size is 32 bytes less than
it used to be, now that we do split PCM, which divides the buffer into
2, our DMA-friendly buffers are no longer going to be aligned and of the
right size increments for DMA transactions, which causes an assertion on an unaligned g2 DMA transfer.1 parent 6ab495f commit 1a627b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments