ALSA: hda - Use shutdown driver ops instead of reboot notifier
authorTakashi Iwai <tiwai@suse.de>
Thu, 5 Mar 2015 16:21:32 +0000 (17:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Mar 2015 14:28:58 +0000 (15:28 +0100)
commitb2a0bafa758256442e04d1f34d6d0746b846d23d
tree97f3ada5d1e4aced0254f856bf819bc9dca57b89
parentd56db741b8e688a0b9d4d5bb9caa11dfcb7c0b08
ALSA: hda - Use shutdown driver ops instead of reboot notifier

The driver shutdown ops is simpler than registering reboot notifier
manually.  There should be no functional change by this -- the codec
driver calls its own callback while the bus driver just calls
azx_stop() like before.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_bind.c
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_controller.h
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_tegra.c