summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioSystemLegacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hardware_legacy/AudioSystemLegacy.h')
-rw-r--r--include/hardware_legacy/AudioSystemLegacy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware_legacy/AudioSystemLegacy.h b/include/hardware_legacy/AudioSystemLegacy.h
index 971a633..762b6be 100644
--- a/include/hardware_legacy/AudioSystemLegacy.h
+++ b/include/hardware_legacy/AudioSystemLegacy.h
@@ -87,6 +87,9 @@ public:
ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be routed to speaker
DTMF = 8,
TTS = 9,
+#ifdef QCOM_FM_ENABLED
+ FM = 10,
+#endif
NUM_STREAM_TYPES
};