aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/info.h
diff options
context:
space:
mode:
authorMarcin Ślusarz <marcin.slusarz@gmail.com>2007-12-14 12:58:45 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:35 +0100
commit36b9cdfea64650069d985c5999cb5c2b6f8b85fb (patch)
tree1b2982b8fccd8bacae40e5e5422190f88e693e38 /include/sound/info.h
parent[ALSA] pcm_lib: fix sparse warning about different signedness (diff)
downloadwireguard-linux-36b9cdfea64650069d985c5999cb5c2b6f8b85fb.tar.xz
wireguard-linux-36b9cdfea64650069d985c5999cb5c2b6f8b85fb.zip
[ALSA] info_oss: move prototype of snd_card_info_read_oss to info.h
info_oss: move prototype of snd_card_info_read_oss to info.h Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound/info.h')
-rw-r--r--include/sound/info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/info.h b/include/sound/info.h
index fecbb1ffd540..8ae72e74f898 100644
--- a/include/sound/info.h
+++ b/include/sound/info.h
@@ -100,8 +100,10 @@ int snd_info_minor_unregister(void);
extern struct snd_info_entry *snd_seq_root;
#ifdef CONFIG_SND_OSSEMUL
extern struct snd_info_entry *snd_oss_root;
+void snd_card_info_read_oss(struct snd_info_buffer *buffer);
#else
#define snd_oss_root NULL
+static inline void snd_card_info_read_oss(struct snd_info_buffer *buffer) {}
#endif
int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) __attribute__ ((format (printf, 2, 3)));