Home
last modified time | relevance | path

Searched refs:snd_info_register (Results 1 – 14 of 14) sorted by relevance

/linux/sound/core/
H A Dinfo.c418 if (snd_info_register(entry) < 0) { in create_subdir()
509 err = snd_info_register(card->proc_root); in snd_info_card_register()
804 * snd_info_register - register the info entry
812 int snd_info_register(struct snd_info_entry *entry) in snd_info_register() function
824 err = snd_info_register(p); in snd_info_register()
831 EXPORT_SYMBOL(snd_info_register);
886 return snd_info_register(entry); /* freed in error path */ in snd_info_version_init()
H A Dinfo_oss.c101 return snd_info_register(entry); /* freed in error path */ in snd_info_minor_register()
H A Dseq_device.c304 if (snd_info_register(info_entry) < 0) { in alsa_seq_device_exit()
H A Dsound_oss.c241 return snd_info_register(entry); /* freed in error path */ in snd_minor_info_oss_init()
H A Dsound.c387 return snd_info_register(entry); /* freed in error path */
H A Dinit.c1012 if (snd_info_register(entry) < 0) in snd_card_info_init()
1020 if (snd_info_register(entry) < 0) in snd_card_info_init()
H A Dhwdep.c500 if (snd_info_register(entry) < 0) { in snd_hwdep_proc_init()
H A Dpcm.c1191 if (snd_info_register(entry) < 0) { in snd_pcm_proc_init()
H A Drawmidi.c2026 if (snd_info_register(entry) < 0) { in snd_rawmidi_dev_register()
H A Dtimer.c1365 if (snd_info_register(entry) < 0) { in snd_timer_proc_init()
/linux/include/sound/
H A Dinfo.h127 int snd_info_register(struct snd_info_entry *entry);
174 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register() function
/linux/sound/core/seq/
H A Dseq_info.c31 if (snd_info_register(entry) < 0) { in create_info_entry()
/linux/sound/core/oss/
H A Dmixer_oss.c1214 if (snd_info_register(entry) < 0) { in snd_mixer_oss_proc_init()
H A Dpcm_oss.c3098 if (snd_info_register(entry) < 0) { in snd_pcm_oss_proc_init()