diff options
| author | hathach <[email protected]> | 2025-11-03 11:43:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-03 11:46:54 +0700 |
| commit | 00f374682ea5aaecf189e46966f015576049a773 (patch) | |
| tree | b16a6d95f3742337210ee70c8df160a40fd609cf /src/class | |
| parent | 67b2a5c2e1dacd305015ae4a6329c8db8f198e81 (diff) | |
fixing alert by scanning tool
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/audio/audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio.h b/src/class/audio/audio.h index bcfb67640..cff38cc22 100644 --- a/src/class/audio/audio.h +++ b/src/class/audio/audio.h @@ -905,7 +905,7 @@ typedef enum { AUDIO20_CHANNEL_CONFIG_BOTTOM_CENTER = 0x01000000, AUDIO20_CHANNEL_CONFIG_BACK_LEFT_OF_CENTER = 0x02000000, AUDIO20_CHANNEL_CONFIG_BACK_RIGHT_OF_CENTER = 0x04000000, - AUDIO20_CHANNEL_CONFIG_RAW_DATA = 0x80000000, + AUDIO20_CHANNEL_CONFIG_RAW_DATA = 0x80000000u, } audio20_channel_config_t; /// All remaining definitions are taken from the descriptor descriptions in the UAC2 main specification |
