Searched refs:snd_ctl_get_preferred_subdevice (Results 1 – 3 of 3) sorted by relevance
184 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
2158 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice() function2173 EXPORT_SYMBOL_GPL(snd_ctl_get_preferred_subdevice);
484 subdevice = snd_ctl_get_preferred_subdevice(card, SND_CTL_SUBDEV_RAWMIDI); in snd_rawmidi_open()