ASoC: cirrus: i2s: Stop enabling I2S2 and I2S3 FIFOs
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Sat, 28 Apr 2018 20:51:40 +0000 (22:51 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 11 May 2018 02:27:14 +0000 (11:27 +0900)
commitcc27062b3eee3beb2e3830641b23ba9a52a8a04a
tree4fe5672c4b7e77160f4cddba0e492ede828d6052
parent25c8b5500760839e503ac44954392cda79c69efc
ASoC: cirrus: i2s: Stop enabling I2S2 and I2S3 FIFOs

The driver never supported more than 2 channels because of
ep93xx_i2s_dma_data[] supporting only 1 DMA channel in each
direction.
Stop enabling two unused I2S controller FIFOs, this will simplify
future interrupt support.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/cirrus/ep93xx-i2s.c