aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/decoders/adpcm.h')
-rw-r--r--sound/decoders/adpcm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/decoders/adpcm.h b/sound/decoders/adpcm.h
index edcdc01ce9..d69387f1eb 100644
--- a/sound/decoders/adpcm.h
+++ b/sound/decoders/adpcm.h
@@ -58,7 +58,8 @@ enum typesADPCM {
kADPCMTinsel6, // 6-bit ADPCM used by the Tinsel engine
kADPCMTinsel8, // 8-bit ADPCM used by the Tinsel engine
kADPCMIma, // Standard IMA ADPCM
- kADPCMApple // Apple QuickTime IMA ADPCM
+ kADPCMApple, // Apple QuickTime IMA ADPCM
+ kADPCMDK3 // Duck DK3 IMA ADPCM
};
/**