diff options
Diffstat (limited to 'sound/soc/omap/omap-mcpdm.c')
| -rw-r--r-- | sound/soc/omap/omap-mcpdm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index 3eff7d62ae5..0dba7f0dc12 100644 --- a/sound/soc/omap/omap-mcpdm.c +++ b/sound/soc/omap/omap-mcpdm.c @@ -737,8 +737,8 @@ static void playback_abe_work(struct work_struct *work) omap_mcpdm_stop(mcpdm, SNDRV_PCM_STREAM_PLAYBACK); omap_mcpdm_playback_close(mcpdm, mcpdm->downlink); abe_dsp_mcpdm_shutdown(); + abe_dsp_pm_put(); } - abe_dsp_pm_put(); mutex_unlock(&mcpdm->mutex); if (!mcpdm->free && !mcpdm->ul_active) |
