patch-2.1.94 linux/drivers/sound/sound_syms.c
Next file: linux/drivers/sound/soundcard.c
Previous file: linux/drivers/sound/sound_firmware.c
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Wed Apr 8 17:24:48 1998
- Orig file:
v2.1.93/linux/drivers/sound/sound_syms.c
- Orig date:
Mon Dec 29 10:22:46 1997
diff -u --recursive --new-file v2.1.93/linux/drivers/sound/sound_syms.c linux/drivers/sound/sound_syms.c
@@ -1,6 +1,6 @@
/*
- * The sound core exports the following symbols to the rest of
- * modulespace.
+ * The sound core exports the following symbols to the rest of
+ * modulespace.
*
* (C) Copyright 1997 Alan Cox, Licensed under the GNU GPL
*/
@@ -9,6 +9,8 @@
#include "sound_config.h"
#define _MIDI_SYNTH_C_
#include "midi_synth.h"
+#define _SEQUENCER_C_
+#include "tuning.h"
#include <linux/notifier.h>
#include "sound_firmware.h"
@@ -31,16 +33,13 @@
EXPORT_SYMBOL(sound_install_mixer);
EXPORT_SYMBOL(sound_alloc_dma);
EXPORT_SYMBOL(sound_free_dma);
-EXPORT_SYMBOL(snd_set_irq_handler);
-EXPORT_SYMBOL(snd_release_irq);
+EXPORT_SYMBOL(sound_open_dma);
+EXPORT_SYMBOL(sound_close_dma);
EXPORT_SYMBOL(sound_alloc_audiodev);
EXPORT_SYMBOL(sound_alloc_mididev);
EXPORT_SYMBOL(sound_alloc_mixerdev);
EXPORT_SYMBOL(sound_alloc_timerdev);
EXPORT_SYMBOL(sound_alloc_synthdev);
-EXPORT_SYMBOL(sound_mem_blocks);
-EXPORT_SYMBOL(sound_mem_sizes);
-EXPORT_SYMBOL(sound_nblocks);
EXPORT_SYMBOL(sound_unload_audiodev);
EXPORT_SYMBOL(sound_unload_mididev);
EXPORT_SYMBOL(sound_unload_mixerdev);
@@ -90,3 +89,14 @@
EXPORT_SYMBOL(midi_synth_bender);
EXPORT_SYMBOL(midi_synth_load_patch);
+/* Firmware */
+
+EXPORT_SYMBOL(mod_firmware_load);
+
+/* Tuning */
+
+EXPORT_SYMBOL(cent_tuning);
+EXPORT_SYMBOL(semitone_tuning);
+
+MODULE_DESCRIPTION("Sound subsystem");
+MODULE_AUTHOR("Hannu Savolainen, et al.");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov