4 * Utility definitions for UAC2 function
6 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
7 * http://www.samsung.com
9 * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
19 #include <linux/usb/composite.h>
21 #define UAC2_DEF_PCHMASK 0x3
22 #define UAC2_DEF_PSRATE 48000
23 #define UAC2_DEF_PSSIZE 2
24 #define UAC2_DEF_CCHMASK 0x3
25 #define UAC2_DEF_CSRATE 64000
26 #define UAC2_DEF_CSSIZE 2
29 struct usb_function_instance func_inst
;