|
12 | 12 | * This software component is licensed by ST under Ultimate Liberty license
|
13 | 13 | * SLA0044, the "License"; You may not use this file except in compliance with
|
14 | 14 | * the License. You may obtain a copy of the License at:
|
15 |
| - * http://www.st.com/SLA0044 |
| 15 | + * www.st.com/SLA0044 |
16 | 16 | *
|
17 | 17 | ******************************************************************************
|
18 | 18 | */
|
@@ -214,18 +214,18 @@ typedef struct {
|
214 | 214 | AUDIO_InterfaceControlPropTypeDef;
|
215 | 215 |
|
216 | 216 |
|
217 |
| -#define AUDIO_MAX_AUDIO_STD_INTERFACE 0x05U |
218 |
| -#define AUDIO_MAX_FREQ_SUPPORTED 0x05U |
219 |
| -#define AUDIO_MAX_STREAMING_INTERFACE 0x05U |
220 |
| -#define AUDIO_MAX_NUM_IN_TERMINAL 0x04U |
221 |
| -#define AUDIO_MAX_NUM_OUT_TERMINAL 0x04U |
222 |
| -#define AUDIO_MAX_NUM_FEATURE_UNIT 0x04U |
223 |
| -#define AUDIO_MAX_NUM_MIXER_UNIT 0x04U |
224 |
| -#define AUDIO_MAX_NUM_SELECTOR_UNIT 0x04U |
| 217 | +#define AUDIO_MAX_AUDIO_STD_INTERFACE 5U |
| 218 | +#define AUDIO_MAX_FREQ_SUPPORTED 5U |
| 219 | +#define AUDIO_MAX_STREAMING_INTERFACE 5U |
| 220 | +#define AUDIO_MAX_NUM_IN_TERMINAL 4U |
| 221 | +#define AUDIO_MAX_NUM_OUT_TERMINAL 4U |
| 222 | +#define AUDIO_MAX_NUM_FEATURE_UNIT 4U |
| 223 | +#define AUDIO_MAX_NUM_MIXER_UNIT 4U |
| 224 | +#define AUDIO_MAX_NUM_SELECTOR_UNIT 4U |
225 | 225 |
|
226 |
| -#define HEADPHONE_SUPPORTED 0x01U |
227 |
| -#define MICROPHONE_SUPPORTED 0x02U |
228 |
| -#define HEADSET_SUPPORTED 0x03U |
| 226 | +#define HEADPHONE_SUPPORTED 1U |
| 227 | +#define MICROPHONE_SUPPORTED 2U |
| 228 | +#define HEADSET_SUPPORTED 3U |
229 | 229 |
|
230 | 230 | #define AUDIO_MAX_SAMFREQ_NBR 5U
|
231 | 231 | #define AUDIO_MAX_INTERFACE_NBR 5U
|
|
0 commit comments