]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: Remove superfluous snd_pcm_suspend*() calls
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Jan 2019 17:03:39 +0000 (18:03 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:47:39 +0000 (17:47 +0100)
commit6b4caca6ddf177c62901b60273cc154aa2077ac8
tree96b7b3f7914008246dc474fe45b5cea562087d81
parent603c1ec6675b0e9ccc2ac309cbbb6ce80da9a9a9
ALSA: x86: 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>
sound/x86/intel_hdmi_audio.c