Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b14fc638 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "include: media: Fix DEVICE_OUT_HDMI definition, drop extra zero" into gingerbread

parents f4eae448 2dcd7291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ public:
        DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES = 0x100,
        DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER = 0x200,
        DEVICE_OUT_AUX_DIGITAL = 0x400,
        DEVICE_OUT_HDMI = 0x20000,
        DEVICE_OUT_HDMI = 0x2000,
#ifdef HAVE_FM_RADIO
        DEVICE_OUT_FM = 0x800,
        DEVICE_OUT_FM_SPEAKER = 0x1000,