ALSA: core: Remove superfluous CONFIG_PM
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 May 2024 12:51:27 +0000 (14:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 10 May 2024 13:30:45 +0000 (15:30 +0200)
commitda0713fff528112890aac02fea08937b65d5c8ba
tree064d7203397f7c5cfc4d6fe43f0efc54fcdeb5ac
parent73a6bbeca7d0548719f6cd6b9074643b196fbc5a
ALSA: core: Remove superfluous CONFIG_PM

Since the recent code change, the conditional build with CONFIG_PM is
calling only snd_power_sync_ref().  As a dummy function is provided
for this function, we can get rid of CONFIG_PM gracefully now.

Link: https://lore.kernel.org/r/20240510125128.6058-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/init.c