ALSA: control: Drop superfluous snd_power_wait() calls
authorTakashi Iwai <tiwai@suse.de>
Sun, 23 May 2021 09:09:17 +0000 (11:09 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 May 2021 06:48:49 +0000 (08:48 +0200)
commit73063cd3236e8b17e530c491b1d265ff56f1fa79
tree2eb115589d88cfa2efbc5a0f017b4afc06994e95
parente94fdbd7b25d87e64688bb109e2c550217a4c879
ALSA: control: Drop superfluous snd_power_wait() calls

Now we have more fine-grained power controls in each kcontrol ops, the
coarse checks of snd_power_wait() in a few control ioctls became
superfluous.  Let's drop them.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20210523090920.15345-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c
sound/core/control_compat.c