Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef CAIAQ_INPUT_H
0003 #define CAIAQ_INPUT_H
0004 
0005 void snd_usb_caiaq_input_dispatch(struct snd_usb_caiaqdev *cdev, char *buf, unsigned int len);
0006 int snd_usb_caiaq_input_init(struct snd_usb_caiaqdev *cdev);
0007 void snd_usb_caiaq_input_free(struct snd_usb_caiaqdev *cdev);
0008 
0009 #endif