mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 18:55:21 +00:00
Via coccinelle: @r_device_config@ struct device *D; @@ D-> - config_info + config And 2 grep/sed rules for macros: git grep -rlz 'dev)->config_info' | xargs -0 sed -i 's/dev)->config_info/dev)->config/g' git grep -rlz 'dev->config_info' | xargs -0 sed -i 's/dev->config_info/dev->config/g' Fixes #27397 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
decimation | ||
CMakeLists.txt | ||
intel_dmic.c | ||
intel_dmic.h | ||
Kconfig | ||
Kconfig.intel_dmic | ||
Kconfig.mpxxdtyy | ||
Kconfig.tlv320dac | ||
mpxxdtyy-i2s.c | ||
mpxxdtyy.c | ||
mpxxdtyy.h | ||
tlv320dac310x.c | ||
tlv320dac310x.h |