[ALSA] emu10k1 - Fix missing declarations
authorAndreas Schwab <schwab@suse.de>
Mon, 5 Dec 2005 14:12:20 +0000 (15:12 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:30:17 +0000 (12:30 +0100)
commitbd01e7bc9e975d7d3d6fe4eb2f2cf7ae83041c49
treef2a64df5f65d35575f4ba10fceaa01d3f6ce7ce3
parent19b99fbaed2e2971b756311435c67e84431d8515
[ALSA] emu10k1 - Fix missing declarations

Modules: EMU10K1/EMU10K2 driver

sound/pci/emu10k1/emufx.c: In function 'snd_emu10k1_efx_alloc_pm_buffer':
sound/pci/emu10k1/emufx.c:2402: error: implicit declaration of function 'vmalloc'
sound/pci/emu10k1/emufx.c:2402: warning: assignment makes pointer from integer without a cast
sound/pci/emu10k1/emufx.c: In function 'snd_emu10k1_efx_free_pm_buffer':
sound/pci/emu10k1/emufx.c:2413: error: implicit declaration of function 'vfree'

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emufx.c
sound/pci/emu10k1/p16v.c