zephyr/drivers/i2s
Peter Bigot bc34501892 drivers: use macro to define device structures
Replace individual device instance definitions with the macro that
expands to the equivalent change.

    F='struct device DEVICE_NAME_GET'
    git grep -l "$F" \
     | xargs sed -i -r \
       -e "s@$F"'\(([^)]*)\);@DEVICE_DECLARE(\1);@'

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-06-08 15:01:52 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2s_cavs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_cavs.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_common.c cleanup: include/: move i2s.h to drivers/i2s.h 2019-06-27 22:55:49 -04:00
i2s_handlers.c drivers: i2s: fix i2s_handlers.c 2020-05-06 09:47:42 +02:00
i2s_ll_stm32.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
i2s_ll_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2s_sam_ssc.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
Kconfig drivers: audio: Port to the new timeout API 2020-05-07 11:01:55 +02: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: i2s_sam_ssc: Convert to devicetree 2020-05-07 22:24:58 -05:00
Kconfig.stm32 boards: stm23: Move IS pinmux to new DT API 2020-04-29 13:13:58 -05:00