zephyr/drivers/i2s
Abe Kohandel 475bc0c962 drivers: i2s: stm32: Add I2S master clock output
Some external audio devices require a master clock to be provided by
the I2S peripheral to work correctly. To allow for the operation of
these devices the master clock output should always be enabled when in
master mode.

Specific applications requiring this signal to be output can configure
the desitnation pin via the pinmux driver.

Signed-off-by: Abe Kohandel <abe@electronshepherds.com>
2020-04-17 10:44:52 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2s_cavs.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
i2s_cavs.h
i2s_common.c cleanup: include/: move i2s.h to drivers/i2s.h 2019-06-27 22:55:49 -04:00
i2s_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
i2s_ll_stm32.c drivers: i2s: stm32: Add I2S master clock output 2020-04-17 10:44:52 -05:00
i2s_ll_stm32.h drivers: i2s: change the stm32 DMA in the driver to use dts 2019-11-06 14:14:39 +01:00
i2s_sam_ssc.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
Kconfig.cavs kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_ssc drivers: i2s: Kconfig.sam_ssc: Enable support to SAMV71 2020-03-10 14:43:36 +02:00
Kconfig.stm32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00