]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: rsnd: tidyup semantics of rsnd_src_record_error()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 26 Nov 2015 11:11:03 +0000 (11:11 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 27 Nov 2015 12:38:50 +0000 (12:38 +0000)
commit8cc225f713a42eab098d51a4353998db979f0f8a
tree44f02c97d0cf45021a9a889b414548c8fbf2bc76
parent0719ecf7cb86cb7b6012baa0b329063d67dca670
ASoC: rsnd: tidyup semantics of rsnd_src_record_error()

rsnd_src_error_record() should recorde error, but it clears error too.
this patch fixes up semantic of rsnd_src_error_record that it records
error but doesn't clear error.
And this patch renames
rsnd_src_error_clear()  to rsnd_src_status_clear()
rsnd_src_error_record() to rsnd_src_record_error()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c