Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dinit.c1073 int snd_card_file_add(struct snd_card *card, struct file *file) in snd_card_file_add() function
1094 EXPORT_SYMBOL(snd_card_file_add);
H A Dhwdep.c130 err = snd_card_file_add(hw->card, file); in snd_hwdep_open()
H A Drawmidi.c484 err = snd_card_file_add(card, file); in snd_rawmidi_open()
H A Dcontrol.c61 err = snd_card_file_add(card, file); in snd_ctl_open()
H A Dpcm_native.c2836 err = snd_card_file_add(pcm->card, file); in snd_pcm_open()
/openbmc/linux/include/sound/
H A Dcore.h300 int snd_card_file_add(struct snd_card *card, struct file *file);
/openbmc/linux/sound/core/oss/
H A Dmixer_oss.c45 err = snd_card_file_add(card, file); in snd_mixer_oss_open()
H A Dpcm_oss.c2508 err = snd_card_file_add(pcm->card, file); in snd_pcm_oss_open()