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
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
Kconfig.cavs
Kconfig.sam_ssc drivers: i2s: Kconfig.sam_ssc: Enable support to SAMV71 2020-03-10 14:43:36 +02:00
Kconfig.stm32
i2s_cavs.c
i2s_cavs.h
i2s_common.c
i2s_handlers.c
i2s_ll_stm32.c drivers: i2s: stm32: Add I2S master clock output 2020-04-17 10:44:52 -05:00
i2s_ll_stm32.h
i2s_sam_ssc.c