mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
10 lines
178 B
C
10 lines
178 B
C
/* 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
|