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

Commit 8b194934 authored by Eric Laurent's avatar Eric Laurent
Browse files

audio hal: add exports to audio-base.h

Fixes build errors with double definitions of
some constants here and in audio.h

Change-Id: I1569b86216c6502a20ff6f39a991cd6087be8a23
parent 89fc3bed
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,12 +55,12 @@ typedef uint32_t AudioHwSync;
/*
/*
 * Each port has a unique ID or handle allocated by policy manager.
 * Each port has a unique ID or handle allocated by policy manager.
 */
 */
@export(name="")
enum AudioHandleConsts {
enum AudioHandleConsts {
    AUDIO_IO_HANDLE_NONE = 0,
    AUDIO_IO_HANDLE_NONE = 0,
    AUDIO_MODULE_HANDLE_NONE = 0,
    AUDIO_MODULE_HANDLE_NONE = 0,
    AUDIO_PORT_HANDLE_NONE = 0,
    AUDIO_PORT_HANDLE_NONE = 0,
    AUDIO_PATCH_HANDLE_NONE = 0,
    AUDIO_PATCH_HANDLE_NONE = 0,
    AUDIO_HW_SYNC_INVALID = 0
};
};


/*
/*