zephyr/drivers/i2s
Piotr Mienkowski b22df38d30 drivers: i2s_sam_ssc.c: store *dev_dma in flash
The DMA module the i2s_sam_ssc relies on cannot change during the
runtime. Store pointer to dev_dma in flash, not in RAM. The new
implementation saves 40 bytes of flash and 32 bytes of RAM.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2021-03-03 16:16:33 +03:00
..
CMakeLists.txt
Kconfig
Kconfig.cavs drivers: i2s_cavs: convert to use device tree 2020-12-18 09:29:20 -05:00
Kconfig.litex
Kconfig.sam_ssc
Kconfig.stm32
i2s_cavs.c i2s: cavs: Convert dma to use DEVICE_DT_GET 2021-02-28 16:37:22 -05:00
i2s_cavs.h
i2s_common.c
i2s_handlers.c
i2s_litex.c drivers: i2s: Convert drivers to new DT device macros 2020-12-17 09:21:02 -05:00
i2s_litex.h
i2s_ll_stm32.c i2s: stm32: Convert dma to use DEVICE_DT_GET 2021-02-28 16:37:22 -05:00
i2s_ll_stm32.h i2s: stm32: Convert dma to use DEVICE_DT_GET 2021-02-28 16:37:22 -05:00
i2s_sam_ssc.c drivers: i2s_sam_ssc.c: store *dev_dma in flash 2021-03-03 16:16:33 +03:00