From 36b9cdfea64650069d985c5999cb5c2b6f8b85fb Mon Sep 17 00:00:00 2001 From: Marcin Ślusarz Date: Fri, 14 Dec 2007 12:58:45 +0100 Subject: [ALSA] info_oss: move prototype of snd_card_info_read_oss to info.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit info_oss: move prototype of snd_card_info_read_oss to info.h Signed-off-by: Marcin Ślusarz Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- include/sound/info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sound/info.h') 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))); -- cgit