Commit ede63a8d authored by Takashi Iwai's avatar Takashi Iwai
Browse files

drm: bridge: dw-hdmi: Remove superfluous snd_pcm_suspend*() calls



The call of snd_pcm_suspend_all() & co became superfluous since we
call it in the PCM PM ops.  Let's remove them.

Reviewed-by: default avatarJaroslav Kysela <perex@perex.cz>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 9833f1d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -614,7 +614,6 @@ static int snd_dw_hdmi_suspend(struct device *dev)
	struct snd_dw_hdmi *dw = dev_get_drvdata(dev);

	snd_power_change_state(dw->card, SNDRV_CTL_POWER_D3cold);
	snd_pcm_suspend_all(dw->pcm);

	return 0;
}