From 703c759f38cce7950ab460552236ca1d15adb916 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 26 Jun 2014 17:24:45 +0200 Subject: ALSA: hda - Use common reboot notifier The very same notifier code is used in both hda_intel.c and hda_tegra.c. Move it to the generic code. Signed-off-by: Takashi Iwai --- sound/pci/hda/hda_controller.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sound/pci/hda/hda_controller.h') diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index 91f04958e2b0..c90d10fd4d8f 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -50,4 +50,7 @@ int azx_codec_configure(struct azx *chip); int azx_mixer_create(struct azx *chip); int azx_init_stream(struct azx *chip); +void azx_notifier_register(struct azx *chip); +void azx_notifier_unregister(struct azx *chip); + #endif /* __SOUND_HDA_CONTROLLER_H */ -- cgit v1.2.3