X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fpci%2Femu10k1%2Fvoice.c;fp=sound%2Fpci%2Femu10k1%2Fvoice.c;h=56ffb7dc3ee2d5cd009a070007190fbab0e27998;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=94eca82dd4fc06914b1b698cfcdbc527b99e2d52;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/sound/pci/emu10k1/voice.c b/sound/pci/emu10k1/voice.c index 94eca82dd..56ffb7dc3 100644 --- a/sound/pci/emu10k1/voice.c +++ b/sound/pci/emu10k1/voice.c @@ -139,8 +139,6 @@ int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, return result; } -EXPORT_SYMBOL(snd_emu10k1_voice_alloc); - int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice) { @@ -155,5 +153,3 @@ int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, spin_unlock_irqrestore(&emu->voice_lock, flags); return 0; } - -EXPORT_SYMBOL(snd_emu10k1_voice_free);