zephyr/drivers/audio
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere
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>
2020-08-11 19:30:53 +02:00
..
decimation zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt
intel_dmic.c drivers: dma: Apply DMA callback change to relevant drivers 2020-07-30 09:48:00 +02:00
intel_dmic.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig
Kconfig.intel_dmic
Kconfig.mpxxdtyy
Kconfig.tlv320dac
mpxxdtyy-i2s.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mpxxdtyy.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mpxxdtyy.h device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
tlv320dac310x.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
tlv320dac310x.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00