]> 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)
commitcac0d681dde2739a67c6de7e63d780211c9c2330
treeee822f5ff287ae6456cda0e2d118c66f29cafda1
parent735d1900eb5f8633c7b05fbaaf44e128e3bfffb3
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