diff options
Diffstat (limited to 'include/sound/core.h')
-rw-r--r-- | include/sound/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index b12931f513f4..cdfecafff0f4 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -224,16 +224,13 @@ void *snd_lookup_oss_minor_data(unsigned int minor, int type); | |||
224 | #endif | 224 | #endif |
225 | 225 | ||
226 | int snd_minor_info_init(void); | 226 | int snd_minor_info_init(void); |
227 | int snd_minor_info_done(void); | ||
228 | 227 | ||
229 | /* sound_oss.c */ | 228 | /* sound_oss.c */ |
230 | 229 | ||
231 | #ifdef CONFIG_SND_OSSEMUL | 230 | #ifdef CONFIG_SND_OSSEMUL |
232 | int snd_minor_info_oss_init(void); | 231 | int snd_minor_info_oss_init(void); |
233 | int snd_minor_info_oss_done(void); | ||
234 | #else | 232 | #else |
235 | static inline int snd_minor_info_oss_init(void) { return 0; } | 233 | static inline int snd_minor_info_oss_init(void) { return 0; } |
236 | static inline int snd_minor_info_oss_done(void) { return 0; } | ||
237 | #endif | 234 | #endif |
238 | 235 | ||
239 | /* memory.c */ | 236 | /* memory.c */ |
@@ -262,7 +259,6 @@ int snd_card_free_when_closed(struct snd_card *card); | |||
262 | void snd_card_set_id(struct snd_card *card, const char *id); | 259 | void snd_card_set_id(struct snd_card *card, const char *id); |
263 | int snd_card_register(struct snd_card *card); | 260 | int snd_card_register(struct snd_card *card); |
264 | int snd_card_info_init(void); | 261 | int snd_card_info_init(void); |
265 | int snd_card_info_done(void); | ||
266 | int snd_card_add_dev_attr(struct snd_card *card, | 262 | int snd_card_add_dev_attr(struct snd_card *card, |
267 | const struct attribute_group *group); | 263 | const struct attribute_group *group); |
268 | int snd_component_add(struct snd_card *card, const char *component); | 264 | int snd_component_add(struct snd_card *card, const char *component); |