summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorCaleb Crome <caleb@crome.org>2017-01-03 18:22:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-07 01:59:48 (GMT)
commit2909c9c2d7138f1900bddf16d0515025306a8e05 (patch)
tree3a9446827a5981917ee70a64c732d72c279bf67e /drivers/net
parent2548d893a542bab079ef72266ff297ff61a20ef3 (diff)
downloadlinux-2909c9c2d7138f1900bddf16d0515025306a8e05.tar.xz
ASoC: fsl_ssi: set fifo watermark to more reliable value
[ Upstream commit 4ee437fbf626b5ad756889d8bc0fcead3d66dde7 ] The fsl_ssi fifo watermark is by default set to 2 free spaces (i.e. activate DMA on FIFO when only 2 spaces are left.) This means the DMA must service the fifo within 2 audio samples, which is just not enough time for many use cases with high data rate. In many configurations the audio channel slips (causing l/r swap in stereo configurations, or channel slipping in multi-channel configurations). This patch gives more breathing room and allows the SSI to operate reliably by changing the fifio refill watermark to 8. There is no change in behavior for older chips (with an 8-deep fifo). Only the newer chips with a 15-deep fifo get the new behavior. I suspect a new fifo depth setting could be optimized on the older chips too, but I have not tested. Signed-off-by: Caleb Crome <caleb@crome.org> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions