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)
commit81dde99f1ac64e27290990c67439b49ecc1f7c29
tree329d2e13d8ae08510ec85616cdb5a4d566da1776
parentfc7f6a054e1a8c5525bf59c73d8e6333d48a5120
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