Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dcard.h223 int snd_usb_register_platform_ops(struct snd_usb_platform_ops *ops);
H A Dcard.c151 int snd_usb_register_platform_ops(struct snd_usb_platform_ops *ops) in snd_usb_register_platform_ops() function
160 EXPORT_SYMBOL_GPL(snd_usb_register_platform_ops);
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c1946 ret = snd_usb_register_platform_ops(&offload_ops); in qc_usb_audio_probe()