Home
last modified time | relevance | path

Searched refs:snd_ctl_get_preferred_subdevice (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/sound/
Dcontrol.h186 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
/linux-6.6.21/sound/core/
Dpcm.c909 prefer_subdevice = snd_ctl_get_preferred_subdevice(card, SND_CTL_SUBDEV_PCM); in snd_pcm_attach_substream()
Dcontrol.c2255 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice() function
2272 EXPORT_SYMBOL_GPL(snd_ctl_get_preferred_subdevice);
Drawmidi.c499 subdevice = snd_ctl_get_preferred_subdevice(card, SND_CTL_SUBDEV_RAWMIDI); in snd_rawmidi_open()