mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
16 lines
406 B
C
16 lines
406 B
C
#ifndef __SAMSUNG_AUD_EFFWORKER_HEADER__
|
|
#define __SAMSUNG_AUD_EFFWORKER_HEADER__ __FILE__
|
|
|
|
enum exynos_effwork_cmd {
|
|
LPEFF_EFFECT_CMD = 2,
|
|
LPEFF_REVERB_CMD,
|
|
LPEFF_DEBUG_CMD,
|
|
LPEFF_EXIT_CMD,
|
|
};
|
|
|
|
int lpeff_init(struct seiren_info si);
|
|
void queue_lpeff_cmd(enum exynos_effwork_cmd msg);
|
|
void exynos_init_lpeffworker(void);
|
|
void exynos_lpeff_finalize(void);
|
|
|
|
#endif /* __SAMSUNG_AUD_EFFWORKER_HEADER__ */
|