]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: wm_adsp: Use DSP ops pointers to stop watchdog in error handlers
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 1 May 2019 10:13:32 +0000 (11:13 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 2 May 2019 02:10:35 +0000 (11:10 +0900)
commit81ed884501a59a49c71cd810578f793f3890c131
tree2b75291690ace187c9ae85eac7227be02115b199
parent81a812c98b6eda7e3101305d57354433e3edc541
ASoC: wm_adsp: Use DSP ops pointers to stop watchdog in error handlers

Whilst this isn't strictly necessary as the code is already DSP specific
better to use the pointers to avoid potential issues in the future if
one core ends up having multiple methods of stopping the watchdog.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c