Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dcontrol.h143 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type);
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c1950 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice() function
1967 EXPORT_SYMBOL_GPL(snd_ctl_get_preferred_subdevice);
H A Dpcm.c905 prefer_subdevice = snd_ctl_get_preferred_subdevice(card, SND_CTL_SUBDEV_PCM); in snd_pcm_attach_substream()
H A Drawmidi.c453 subdevice = snd_ctl_get_preferred_subdevice(card, SND_CTL_SUBDEV_RAWMIDI); in snd_rawmidi_open()