Home
last modified time | relevance | path

Searched refs:snd_card_file_add (Results 1 – 7 of 7) sorted by relevance

/sound/core/
Dinit.c907 int snd_card_file_add(struct snd_card *card, struct file *file) in snd_card_file_add() function
929 EXPORT_SYMBOL(snd_card_file_add);
Dhwdep.c144 err = snd_card_file_add(hw->card, file); in snd_hwdep_open()
Drawmidi.c413 err = snd_card_file_add(card, file); in snd_rawmidi_open()
Dcontrol.c64 err = snd_card_file_add(card, file); in snd_ctl_open()
Dpcm_native.c2383 err = snd_card_file_add(pcm->card, file); in snd_pcm_open()
/sound/core/oss/
Dmixer_oss.c59 err = snd_card_file_add(card, file); in snd_mixer_oss_open()
Dpcm_oss.c2553 err = snd_card_file_add(pcm->card, file); in snd_pcm_oss_open()