]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Nuke unused reboot_notify callback
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Aug 2021 08:12:30 +0000 (10:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 14 Aug 2021 06:39:38 +0000 (08:39 +0200)
commitf57b79e61027ffb7988bc4dc14a88dd4e6d59b78
treeee822f5ff287ae6456cda0e2d118c66f29cafda1
parent99c3aefc2c6dc4a90f505787815ee11e741f4532
ALSA: hda: Nuke unused reboot_notify callback

As reboot_notify callback is no longer used by the codec core, let's
get rid of the unused code.  Conexant codec needs a slight code change
as it used to call the reboot_notify at the codec removal, too.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=214045
Link: https://lore.kernel.org/r/20210813081230.4268-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hda_codec.h
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_generic.h
sound/pci/hda/patch_analog.c
sound/pci/hda/patch_ca0132.c
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_sigmatel.c