]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: fsi: care fsi_hw_start/stop() return value
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 31 Oct 2012 02:59:15 +0000 (19:59 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 1 Nov 2012 14:47:51 +0000 (14:47 +0000)
commit80b4addc9c697c8d515afdaf671b948b3de6801c
tree65d35cfd29e49139f2d3b367a6f245fb8116bb6a
parentddeb2d701b76bb1fc299c0f9306c63109769bc33
ASoC: fsi: care fsi_hw_start/stop() return value

Current FSI driver didn't care fsi_hw_start/stop() return value,
and it causes WARNING() call if SNDRV_PCM_TRIGGER_START failed.
This patch solved this issue

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c