Skip to content

Commit e879f14

Browse files
Sakari Ailusbroonie
authored andcommitted
ASoC: component: Remove redundant pm_runtime_mark_last_busy() calls
pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(), pm_runtime_autosuspend() and pm_request_autosuspend() now include a call to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to pm_runtime_mark_last_busy(). Signed-off-by: Sakari Ailus <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 077e700 commit e879f14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/soc-component.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,6 @@ void snd_soc_pcm_component_pm_runtime_put(struct snd_soc_pcm_runtime *rtd,
12781278
if (rollback && !soc_component_mark_match(component, stream, pm))
12791279
continue;
12801280

1281-
pm_runtime_mark_last_busy(component->dev);
12821281
pm_runtime_put_autosuspend(component->dev);
12831282

12841283
/* remove marked stream */

0 commit comments

Comments
 (0)