kernel_samsung_a53x/drivers/usb/gadget/function/uac_common.h
2024-06-15 16:02:09 -03:00

9 lines
178 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0+ */
/*
*/
#ifndef UAC_COMMON_H
#define UAC_COMMON_H
#define UAC_MAX_RATES 10 /* maximum number of rates configurable by f_uac1/2 */
#endif