Enable Window Media on Passion.
diff --git a/products/cyanogen_passion.mk b/products/cyanogen_passion.mk
index 873c6b8..2a7f540 100644
--- a/products/cyanogen_passion.mk
+++ b/products/cyanogen_passion.mk
@@ -32,6 +32,9 @@
     ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \
     ro.ril.emc.mode=2
 
+# Enable Windows Media
+WITH_WINDOWS_MEDIA := true
+
 #
 # Set ro.modversion
 #
@@ -51,4 +54,4 @@
 
 ifndef DEFAULT_LAUNCHER
     PRODUCT_PACKAGES += ADWLauncher
-endif
\ No newline at end of file
+endif