diff options
| author | hathach <[email protected]> | 2019-07-01 23:11:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-01 23:11:16 +0700 |
| commit | e70232809389dec570d0f1e81a13885c2a48bb1b (patch) | |
| tree | 3636e21ab71cf3ee92acb4fe4069ca96e603278f /src/class/audio | |
| parent | d2f53c552a2e6ff95aa18cb67bd5fc25fba11d53 (diff) | |
fix compiling
Diffstat (limited to 'src/class/audio')
| -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 a6f198581..83b8906d2 100644 --- a/src/class/audio/audio.h +++ b/src/class/audio/audio.h @@ -43,7 +43,7 @@ typedef enum {
AUDIO_SUBCLASS_CONTROL = 0x01 , ///< Audio Control
AUDIO_SUBCLASS_STREAMING , ///< Audio Streaming
- AUDIO_SUBCLASS_MIDI_STREAMING , ///< MIDI Streaming
+ AUDIO_SUBCLASS_MIDI_STREAMING , ///< MIDI Streaming
} audio_subclass_type_t;
/// Audio Protocol Codes
|
