]> Git Repo - linux.git/commit
SoC: rsnd: add interrupt support for SSI BUSIF buffer
authorYongbo Zhang <[email protected]>
Tue, 12 May 2020 09:30:03 +0000 (17:30 +0800)
committerMark Brown <[email protected]>
Tue, 12 May 2020 09:56:21 +0000 (10:56 +0100)
commit66c705d07d784fb6b4622c6e47b6acae357472db
tree95d32cfe8001099aa356e4318ecf1857ca5e6df0
parent7d8785bc7adbb4dc5ba8ee06994107637848ded8
SoC: rsnd: add interrupt support for SSI BUSIF buffer

SSI BUSIF buffer is possible to overflow or underflow, especially in a
hypervisor environment. If there is no interrupt support, it will eventually
lead to errors in pcm data.
This patch adds overflow and underflow interrupt support for SSI BUSIF buffer.

Reported-by: Chen Li <[email protected]>
Signed-off-by: Yongbo Zhang <[email protected]>
Tested-by: Chen Li <[email protected]>
Acked-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/sh/rcar/gen.c
sound/soc/sh/rcar/rsnd.h
sound/soc/sh/rcar/ssi.c
This page took 0.051508 seconds and 4 git commands to generate.