162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef CAIAQ_INPUT_H 362306a36Sopenharmony_ci#define CAIAQ_INPUT_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_civoid snd_usb_caiaq_input_dispatch(struct snd_usb_caiaqdev *cdev, char *buf, unsigned int len); 662306a36Sopenharmony_ciint snd_usb_caiaq_input_init(struct snd_usb_caiaqdev *cdev); 762306a36Sopenharmony_civoid snd_usb_caiaq_input_free(struct snd_usb_caiaqdev *cdev); 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif 10