[PATCH v1 0/3] ASoC: jz4740-i2s: Remove .set_sysclk() & friends

From: Aidan MacDonald
Date: Fri Oct 28 2022 - 06:34:42 EST


A quick series to get rid of .set_sysclk() from jz4740-i2s.
It wasn't used in practice so this shouldn't be troublesome for anyone,
and fortunately there aren't any backward compatibility concerns.

The actual rationale for removing it, as opposed to fixing the
issues of the current DT bindings and implementation, is provided
in the dt-bindings patch.

Note the last patch only applies cleanly on top of my earlier
jz4740-i2s cleanup series, but doesn't strictly depend on it.

Link: https://lore.kernel.org/alsa-devel/20221023143328.160866-1-aidanmacdonald.0x0@xxxxxxxxx/

Aidan MacDonald (3):
dt-bindings: ingenic,aic: Remove unnecessary clocks from schema
mips: dts: ingenic: Remove unnecessary AIC clocks
ASoC: jz4740-i2s: Remove .set_sysclk()

.../bindings/sound/ingenic,aic.yaml | 10 ++----
arch/mips/boot/dts/ingenic/jz4725b.dtsi | 7 ++--
arch/mips/boot/dts/ingenic/jz4740.dtsi | 7 ++--
arch/mips/boot/dts/ingenic/jz4770.dtsi | 5 ++-
sound/soc/jz4740/jz4740-i2s.c | 32 -------------------
sound/soc/jz4740/jz4740-i2s.h | 10 ------
6 files changed, 8 insertions(+), 63 deletions(-)
delete mode 100644 sound/soc/jz4740/jz4740-i2s.h

--
2.38.1