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

Commit 2dcd7291 authored by Oleg Drokin's avatar Oleg Drokin
Browse files

include: media: Fix DEVICE_OUT_HDMI definition, drop extra zero



Otherwise it conflicts with DEVICE_IN_AMBIENT too and makes hardware/alsa
module to match all input streams as output leading to obvious breakage

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>

Change-Id: I21659698bfb29fb7fada7d87af2a88c75ac673b4
parent cc91da0d
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,