Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.c115 static struct snd_usb_audio_vendor_ops *usb_vendor_ops;
117 int snd_vendor_set_ops(struct snd_usb_audio_vendor_ops *ops) in snd_vendor_set_ops()
135 struct snd_usb_audio_vendor_ops *snd_vendor_get_ops(void) in snd_vendor_get_ops()
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()
[all …]
H A Dcard.h198 int snd_vendor_set_ops(struct snd_usb_audio_vendor_ops *vendor_ops);
199 struct snd_usb_audio_vendor_ops *snd_vendor_get_ops(void);
H A Dusbaudio.h167 struct snd_usb_audio_vendor_ops { struct