aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/hda/hda_controller.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-06-26 17:24:45 +0200
committerTakashi Iwai <tiwai@suse.de>2014-06-26 18:00:01 +0200
commit703c759f38cce7950ab460552236ca1d15adb916 (patch)
treeb451c198836b0a7daff82d2e564017d17e3cd32c /sound/pci/hda/hda_controller.h
parentALSA: hda - Move more PCI-controller-specific stuff from generic code (diff)
downloadwireguard-linux-703c759f38cce7950ab460552236ca1d15adb916.tar.xz
wireguard-linux-703c759f38cce7950ab460552236ca1d15adb916.zip
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 <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_controller.h')
-rw-r--r--sound/pci/hda/hda_controller.h3
1 files changed, 3 insertions, 0 deletions
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 */