summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResampler.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/AudioResampler.h')
-rw-r--r--services/audioflinger/AudioResampler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/audioflinger/AudioResampler.h b/services/audioflinger/AudioResampler.h
index 5af70fb36c..74016c3637 100644
--- a/services/audioflinger/AudioResampler.h
+++ b/services/audioflinger/AudioResampler.h
@@ -44,6 +44,9 @@ public:
#ifdef QTI_RESAMPLER
QTI_QUALITY=5,
#endif
+#ifdef MTK_HARDWARE
+ MTK_QUALITY=5,
+#endif
};
static AudioResampler* create(int bitDepth, int inChannelCount,