correct the sequence when unload this module Signed-off-by: Bo Shen <voice.shen@xxxxxxxxx> --- sound/soc/atmel/atmel_ssc_dai.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index 2763aea..1fab8d5 100644 --- a/sound/soc/atmel/atmel_ssc_dai.c +++ b/sound/soc/atmel/atmel_ssc_dai.c @@ -780,8 +780,8 @@ void atmel_ssc_put_audio(int ssc_id) { struct ssc_device *ssc = ssc_info[ssc_id].ssc; - ssc_free(ssc); asoc_ssc_exit(&ssc->pdev->dev); + ssc_free(ssc); } EXPORT_SYMBOL_GPL(atmel_ssc_put_audio); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-sound" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- References:
- [PATCH 0/4] ASoC: atmel: fixes for working as module
- From: Bo Shen
- [PATCH 0/4] ASoC: atmel: fixes for working as module
- Prev by Date: [PATCH 4/4] ASoC: sam9g20_wm8731: disable clock and correct sequence when unload
- Next by Date: Re: [PATCH 0/4] ASoC: atmel: fixes for working as module
- Previous by thread: [PATCH 4/4] ASoC: sam9g20_wm8731: disable clock and correct sequence when unload
- Next by thread: Re: [PATCH 0/4] ASoC: atmel: fixes for working as module
- Index(es):
![]() |