Home
last modified time | relevance | path

Searched refs:snd_vendor_get_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.c135 struct snd_usb_audio_vendor_ops *snd_vendor_get_ops(void) in snd_vendor_get_ops() function
142 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_connect()
151 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_disconnect()
161 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_interface()
171 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_rate()
180 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_pcm_buf()
190 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_pcm_intf()
201 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_pcm_connection()
212 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_set_pcm_binterval()
221 struct snd_usb_audio_vendor_ops *ops = snd_vendor_get_ops(); in snd_vendor_usb_add_ctls()
H A Dcard.h199 struct snd_usb_audio_vendor_ops *snd_vendor_get_ops(void);
H A Dpcm.c1094 if (snd_vendor_get_ops()) { in snd_usb_pcm_prepare()