mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
16
sound/soc/samsung/seiren/lpeffwork.h
Normal file
16
sound/soc/samsung/seiren/lpeffwork.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#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__ */
|
Loading…
Add table
Add a link
Reference in a new issue