ALSA: control - add the missing prev_lops2 initialization
authorJaroslav Kysela <perex@perex.cz>
Wed, 31 Mar 2021 18:07:02 +0000 (20:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 1 Apr 2021 08:03:59 +0000 (10:03 +0200)
commit016c20506d5c30151196ab28c694ab10bc3604e6
treef9232f535f30ea2366c12e4ba7a59f088dbcdf0d
parenta135dfb5de1501327895729b4f513370d2555b4d
ALSA: control - add the missing prev_lops2 initialization

As static analysis reported, the prev_lops2 should contain
the previous lops2 pointer in snd_ctl_disconnect_layer().

Link: https://lore.kernel.org/alsa-devel/96e9bd5c-c8db-0db8-b393-fbf4a047dc80@canonical.com/
Fixes: 3f0638a0333b ("ALSA: control - add layer registration routines")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20210331180702.663489-1-perex@perex.cz
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c