Searched refs:snd_card_file_remove (Results 1 – 8 of 8) sorted by relevance
| /linux/include/sound/ |
| H A D | core.h | 301 int snd_card_file_remove(struct snd_card *card, struct file *file);
|
| /linux/sound/core/ |
| H A D | init.c | 1093 int snd_card_file_remove(struct snd_card *card, struct file *file) in snd_card_file_remove() function 1120 EXPORT_SYMBOL(snd_card_file_remove);
|
| H A D | hwdep.c | 160 snd_card_file_remove(hw->card, file); in snd_hwdep_release()
|
| H A D | rawmidi.c | 525 snd_card_file_remove(card, file); in snd_rawmidi_open() 613 snd_card_file_remove(rmidi->card, file); in snd_rawmidi_release()
|
| H A D | control.c | 90 snd_card_file_remove(card, file); in snd_ctl_open() 135 snd_card_file_remove(card, file); in snd_ctl_release()
|
| H A D | pcm_native.c | 2908 snd_card_file_remove(pcm->card, file); in snd_pcm_open() 2934 snd_card_file_remove(pcm->card, file); in snd_pcm_release()
|
| /linux/sound/core/oss/ |
| H A D | mixer_oss.c | 52 snd_card_file_remove(card, file); in snd_mixer_oss_open() 61 snd_card_file_remove(card, file); in snd_mixer_oss_open() 76 snd_card_file_remove(fmixer->card, file); in snd_mixer_oss_release()
|
| H A D | pcm_oss.c | 2554 snd_card_file_remove(pcm->card, file); in snd_pcm_oss_open() 2581 snd_card_file_remove(pcm->card, file); in snd_pcm_oss_release()
|