diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2018-11-08 20:31:35 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-09 15:35:42 +0000 |
commit | 278df5e5527b633f4882f1680ad58b62a7c07bfe (patch) | |
tree | 6656611e7f9229a9ddf83ed64f762f4f798f2446 /sound/oss | |
parent | e14856f6cfbb1b96aa45a68f188b147b5bde76b4 (diff) | |
download | linux-stable-278df5e5527b633f4882f1680ad58b62a7c07bfe.tar.gz linux-stable-278df5e5527b633f4882f1680ad58b62a7c07bfe.tar.bz2 linux-stable-278df5e5527b633f4882f1680ad58b62a7c07bfe.zip |
ASoC: sun8i-codec: fix crash on module removal
drvdata is actually sun8i_codec, not snd_soc_card, so it crashes
when calling snd_soc_card_get_drvdata().
Drop card and scodec vars anyway since we don't need to
disable/unprepare clocks - it's already done by calling
runtime_suspend()
Drop clk_disable_unprepare() calls for the same reason.
Fixes: 36c684936fae7 ("ASoC: Add sun8i digital audio codec")
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/oss')
0 files changed, 0 insertions, 0 deletions