Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=36b9cdfea64650069d985c5999cb5c2b6f8b85fb
Commit:     36b9cdfea64650069d985c5999cb5c2b6f8b85fb
Parent:     67c393172c00a710121d61bb7aff31b1e4f44b8d
Author:     Marcin Ślusarz <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 12:58:45 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:29:35 2008 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 include/sound/info.h  |    2 ++
 sound/core/info_oss.c |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sound/info.h b/include/sound/info.h
index fecbb1f..8ae72e7 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)));
diff --git a/sound/core/info_oss.c b/sound/core/info_oss.c
index 435c939..9e8b816 100644
--- a/sound/core/info_oss.c
+++ b/sound/core/info_oss.c
@@ -66,8 +66,6 @@ int snd_oss_info_register(int dev, int num, char *string)
 
 EXPORT_SYMBOL(snd_oss_info_register);
 
-extern void snd_card_info_read_oss(struct snd_info_buffer *buffer);
-
 static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int 
dev)
 {
        int idx, ok = -1;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to