1 // SPDX-License-Identifier: GPL-2.0
3 * u_uac1.h - Utility definitions for UAC1 function
5 * Copyright (C) 2016 Ruslan Bilovol <ruslan.bilovol@gmail.com>
11 #include <linux/usb/composite.h>
13 #define UAC1_OUT_EP_MAX_PACKET_SIZE 200
14 #define UAC1_DEF_CCHMASK 0x3
15 #define UAC1_DEF_CSRATE 48000
16 #define UAC1_DEF_CSSIZE 2
17 #define UAC1_DEF_PCHMASK 0x3
18 #define UAC1_DEF_PSRATE 48000
19 #define UAC1_DEF_PSSIZE 2
20 #define UAC1_DEF_REQ_NUM 2
24 struct usb_function_instance func_inst
;
38 #endif /* __U_UAC1_H */