commit | 861548f12f903a639431a81b8cd0c0b7f0277801 | [log] [tgz] |
---|---|---|
author | Abe Kohandel <abe@electronshepherds.com> | Tue Apr 07 23:27:57 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Apr 09 19:57:08 2020 +0200 |
tree | 6ab6edb4fdffdf407991fc250da96c1f6092122c | |
parent | 1c6791b42883ab783577f6653edd03f35aa2db47 [diff] |
drivers: dma: i2s: stm32: I2S Master DMA support When configuring the I2S peripheral as a master, the DMA channel direction must be configured to transfer data from memory to the peripheral. Currently the configuration of channel direction is always set for peripheral to memory regardless of whether it is the TX or the RX channel. Signed-off-by: Abe Kohandel <abe@electronshepherds.com>