commit | c086597e21ce2f366cfc11ca98dc4087370a4895 | [log] [tgz] |
---|---|---|
author | Song Qiang <songqiang1304521@gmail.com> | Fri Oct 25 17:33:15 2019 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Nov 06 14:14:39 2019 +0100 |
tree | 249aafb5636d8ce494841a7637909e149250a813 | |
parent | 85a0cc8f9a08e5d81a903cf17bcf5534f0212022 [diff] |
drivers: i2s: apply new data size for DMA interface the old DMA driver used to use 1 to stand for 16 bits, while the new driver uses 2 to stand for 16 bits, which means the 'source_data_size' and the 'dest_data_size' should be 2. Signed-off-by: Song Qiang <songqiang1304521@gmail.com>