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)
commit327b34f2a97d72c41d4854d61336c9ae6ffe4a44
treeee822f5ff287ae6456cda0e2d118c66f29cafda1
parentb98444ed597dc42be620bcac241c93da50933e69
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