diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-01-08 01:52:36 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-12 12:59:32 (GMT) |
commit | cfcefe01265cbaf5ca7209226d043b07bfa8b587 (patch) | |
tree | 6341e03635512f1842a7cd1a7dc62fca43c00aaf /include/sound | |
parent | ddf3335b3e716ab2161e4db5b70984aef35075a3 (diff) | |
download | linux-cfcefe01265cbaf5ca7209226d043b07bfa8b587.tar.xz |
ASoC: rsnd: add recovery support for under/over flow error on SRC
L/R channel will be switched if under/over flow error happen on
Renesas R-Car sound device by the HW bugs. Then, HW restart is required
for salvage. This patch add salvage support for SRC.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/rcar_snd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h index 83284ca..4cecd0c 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h @@ -55,6 +55,7 @@ struct rsnd_ssi_platform_info { struct rsnd_src_platform_info { u32 convert_rate; /* sampling rate convert */ int dma_id; /* for Gen2 SCU */ + int irq; }; /* |