#ifndef SIG_H #define SIG_H extern void register_signal(int signal, void (*handler)(int)); extern void register_signal_f(int signal, void (*handler)(int), int flags); #endif /* SIG_H */ ipt>
summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-09-17 01:34:33 +0000
committerMark Brown <broonie@kernel.org>2016-09-19 11:25:31 +0100
commitb7c8c5d6927f9e6f3b4c0f8fcc99daa4568ad185 (patch)
tree65e26e38102357d4c8d2dbb85c2d91b8543d3db8 /sound/soc
parent04adc0842f5accf99e9757930fc429bf7788cfb3 (diff)
ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()
Fix the missing clk_disable_unprepare() before return from uni_player_start() in the error handling case. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')