]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: bridge: dw-hdmi: Remove superfluous snd_pcm_suspend*() calls
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 09:45:50 +0000 (10:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:48:10 +0000 (17:48 +0100)
commitede63a8d45555d42c0e9564874568bbe9df3f8d5
tree4176e4cc2c677826c86824ccdbe13581506b1c06
parent9833f1d050311b44860205cd7b4becd97a1c6a15
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: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c