]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a58d698296d9ba49910c339058b8e5d77e6776e
tree97f3ada5d1e4aced0254f856bf819bc9dca57b89
parent3d625739c001ed7c6365fd36203ca8761f8987e9
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