Ouss4 opened a new pull request #1188: URL: https://github.com/apache/incubator-nuttx/pull/1188
## Summary This PR fixes some trivial issues seen in the stm32 i2s driver. The major change is renaming the stm32_i2sdev_initialize to stm32_i2sbus_initiliaze to make it consistent with how other drivers call their init function. The stm32_i2s/spidev_initiliaze is a board specific function that can be use to do any additional, board specific, initialization (like configuring the Chip Select pin, in case of an SPI bus). ## Impact This should impact configs that use the STM32 I2S driver. ## Testing stm32f4discovery:audio ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
