[PATCH 0/4] ASoC: drop some mach-types.h inclusions

Sascha Hauer posted 4 patches 4 days, 18 hours ago
sound/soc/fsl/eukrea-tlv320.c |  12 +-
sound/soc/ti/Kconfig          |   9 --
sound/soc/ti/Makefile         |   2 -
sound/soc/ti/n810.c           |   1 -
sound/soc/ti/omap3pandora.c   | 290 ------------------------------------------
sound/soc/ti/rx51.c           |   5 -
6 files changed, 3 insertions(+), 316 deletions(-)
[PATCH 0/4] ASoC: drop some mach-types.h inclusions
Posted by Sascha Hauer 4 days, 18 hours ago
This series drops some mach-types.h inclusions by
- removing dead machine_is_* macros because the boards are converted to
  dt
- removing a driver that entirely hangs on a machine_is_* macro for a
  machine that is converted to dt
- removing unnecessary inclusion because nothing from the header is
  used.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Sascha Hauer (4):
      ASoC: fsl: eukrea-tlv320: drop unused machine support
      ASoC: ti: omap3pandora: remove
      ASoC: ti: rx51: drop unnecessary machine checks
      ASoC: ti: n810: drop unused header inclusion

 sound/soc/fsl/eukrea-tlv320.c |  12 +-
 sound/soc/ti/Kconfig          |   9 --
 sound/soc/ti/Makefile         |   2 -
 sound/soc/ti/n810.c           |   1 -
 sound/soc/ti/omap3pandora.c   | 290 ------------------------------------------
 sound/soc/ti/rx51.c           |   5 -
 6 files changed, 3 insertions(+), 316 deletions(-)
---
base-commit: ba3e43a9e601636f5edb54e259a74f96ca3b8fd8
change-id: 20260603-asoc-remove-mach-types-h-d9293eafe2c8

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>