]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: jz4740-i2s: Remove manual DMA peripheral ID assignment
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 23 Oct 2020 09:23:46 +0000 (11:23 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 26 Oct 2020 18:37:01 +0000 (18:37 +0000)
commit61efecffd19ab8cc945521892fdae8c296dc71bc
tree329d2e13d8ae08510ec85616cdb5a4d566da1776
parent8ebd56f8a3d5a362add8f2a50550b27a5ca02fa6
ASoC: jz4740-i2s: Remove manual DMA peripheral ID assignment

All platforms that use the jz4740-i2s driver have been switched to
devicetree for a while now and the assignment of the DMA peripheral ID
is done in the devicetree.

It is no longer necessary to manually assign the peripheral ID in the
driver, so remove that. The DMA driver does not even look at the value
assigned in the driver anymore and always uses the value provided by the
devicetree.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20201023092346.5777-1-lars@metafoo.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/jz4740/jz4740-i2s.c