OSDN Git Service

ASoC: jz4740-i2s: Remove .set_sysclk() & friends
authorMark Brown <broonie@kernel.org>
Mon, 31 Oct 2022 18:48:38 +0000 (18:48 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 31 Oct 2022 18:48:38 +0000 (18:48 +0000)
commitb3d2170916491cbb849d08e5e816ec161947657d
tree0aa3815336cb77acfb3d3a9dd311d98c4ae22ee9
parent4d484efc5457e01d8fd8bbfdf1215c7bdf9ca53b
parentfc839054615427aa15de7677082b23b3033faf07
ASoC: jz4740-i2s: Remove .set_sysclk() & friends

Merge series from Aidan MacDonald <aidanmacdonald.0x0@gmail.com>:

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.