aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-10-11 17:28:58 +0200
committerJaroslav Kysela <perex@suse.cz>2005-11-04 13:18:34 +0100
commitb709e57440b9d5f38b8c73e1310127d51777bba0 (patch)
treec2a3d56dce01f6aca5792d536da39bd6ce497440 /include/sound
parent[ALSA] hda-codec - Get subsystem ID from AFG/MFG (diff)
downloadlinux-dev-b709e57440b9d5f38b8c73e1310127d51777bba0.tar.xz
linux-dev-b709e57440b9d5f38b8c73e1310127d51777bba0.zip
[ALSA] Add the missing forward declration
Modules: ALSA Core Added the missing forward declaration before function prototypes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index ed56a356ab7d..642ddfbc6325 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -339,6 +339,7 @@ unsigned int snd_dma_pointer(unsigned long dma, unsigned int size);
#endif
/* misc.c */
+struct resource;
void release_and_free_resource(struct resource *res);
#ifdef CONFIG_SND_VERBOSE_PRINTK