diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/info.h | 2 |
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); | |||
100 | extern struct snd_info_entry *snd_seq_root; | 100 | extern struct snd_info_entry *snd_seq_root; |
101 | #ifdef CONFIG_SND_OSSEMUL | 101 | #ifdef CONFIG_SND_OSSEMUL |
102 | extern struct snd_info_entry *snd_oss_root; | 102 | extern struct snd_info_entry *snd_oss_root; |
103 | void snd_card_info_read_oss(struct snd_info_buffer *buffer); | ||
103 | #else | 104 | #else |
104 | #define snd_oss_root NULL | 105 | #define snd_oss_root NULL |
106 | static inline void snd_card_info_read_oss(struct snd_info_buffer *buffer) {} | ||
105 | #endif | 107 | #endif |
106 | 108 | ||
107 | int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) __attribute__ ((format (printf, 2, 3))); | 109 | int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) __attribute__ ((format (printf, 2, 3))); |