aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index 3dea79829acc..0e8ae10155ab 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -313,6 +313,7 @@ struct snd_card *snd_card_new(int idx, const char *id,
313int snd_card_disconnect(struct snd_card *card); 313int snd_card_disconnect(struct snd_card *card);
314int snd_card_free(struct snd_card *card); 314int snd_card_free(struct snd_card *card);
315int snd_card_free_when_closed(struct snd_card *card); 315int snd_card_free_when_closed(struct snd_card *card);
316void snd_card_set_id(struct snd_card *card, const char *id);
316int snd_card_register(struct snd_card *card); 317int snd_card_register(struct snd_card *card);
317int snd_card_info_init(void); 318int snd_card_info_init(void);
318int snd_card_info_done(void); 319int snd_card_info_done(void);