zephyr/drivers/i2s
Andrzej Głąbek 5473b22275 drivers: i2s_nrfx: Fix a few minor fixes
- correct the names of buffers used by message queues so that it
  is possible to have multiple instances of the driver (in case
  such need appears in the future)
- make `stop` and `discard_rx` normal structure members, not bit
  fields, as they are modified in the interrupt handler and that
  could lead to overwriting of other bit fields located in the
  same memory unit
- add a log message providing the actual frame clock (WS) frequency
  (i.e. PCM rate) that the driver was able to configure (due to
  hardware limitations, it is not always possible to achieve the
  exact requested frequency and the driver selects the closest one
  available, so make it more visible to users

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2021-09-29 14:46:29 -04:00
..
CMakeLists.txt drivers: i2s: Add support for nRF I2S peripherals 2021-07-28 18:41:26 -04:00
Kconfig
Kconfig.cavs
Kconfig.litex
Kconfig.mcux_flexcomm drivers: i2s: Update MCUX Kconfig 2021-09-01 14:39:03 -04:00
Kconfig.nrfx drivers: i2s: Add support for nRF I2S peripherals 2021-07-28 18:41:26 -04:00
Kconfig.sam_ssc
Kconfig.stm32
i2s_cavs.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_cavs.h
i2s_common.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_handlers.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_litex.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_litex.h
i2s_ll_stm32.c include: dt-bindings: remove dma header for stm32 soc 2021-07-22 04:52:53 -04:00
i2s_ll_stm32.h i2s: stm32: Convert dma to use DEVICE_DT_GET 2021-02-28 16:37:22 -05:00
i2s_mcux_flexcomm.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_nrfx.c drivers: i2s_nrfx: Fix a few minor fixes 2021-09-29 14:46:29 -04:00
i2s_sam_ssc.c drivers: i2s_sam_ssc: use `dma_reload()` to continue transfer 2021-07-27 09:52:07 -04:00