Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dinit.c909 int snd_card_file_add(struct snd_card *card, struct file *file) in snd_card_file_add() function
931 EXPORT_SYMBOL(snd_card_file_add);
Dhwdep.c144 err = snd_card_file_add(hw->card, file); in snd_hwdep_open()
Drawmidi.c401 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.c2361 err = snd_card_file_add(pcm->card, file); in snd_pcm_open()
/linux-4.4.14/include/sound/
Dcore.h265 int snd_card_file_add(struct snd_card *card, struct file *file);
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c59 err = snd_card_file_add(card, file); in snd_mixer_oss_open()
Dpcm_oss.c2401 err = snd_card_file_add(pcm->card, file); in snd_pcm_oss_open()