patch-2.1.77 linux/drivers/sound/sound_syms.c

Next file: linux/drivers/sound/sound_timer.c
Previous file: linux/drivers/sound/sound_switch.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.76/linux/drivers/sound/sound_syms.c linux/drivers/sound/sound_syms.c
@@ -13,6 +13,8 @@
 #include "sound_firmware.h"
 
 extern struct notifier_block *sound_locker;
+extern void sound_notifier_chain_register(struct notifier_block *);
+
 
 EXPORT_SYMBOL(mixer_devs);
 EXPORT_SYMBOL(audio_devs);
@@ -63,6 +65,7 @@
 
 /* Locking */
 EXPORT_SYMBOL(sound_locker);
+EXPORT_SYMBOL(sound_notifier_chain_register);
 
 /* MIDI symbols */
 EXPORT_SYMBOL(midi_devs);
@@ -86,3 +89,4 @@
 EXPORT_SYMBOL(midi_synth_send_sysex);
 EXPORT_SYMBOL(midi_synth_bender);
 EXPORT_SYMBOL(midi_synth_load_patch);
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov