mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
15
sound/soc/samsung/seiren/seiren_ioctl.h
Normal file
15
sound/soc/samsung/seiren/seiren_ioctl.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __SEIREN_IOCTL_H
|
||||
#define __SEIREN_IOCTL_H
|
||||
|
||||
#define SEIREN_IOCTL_CH_CREATE (0x1001)
|
||||
#define SEIREN_IOCTL_CH_DESTROY (0x1002)
|
||||
#define SEIREN_IOCTL_CH_EXE (0x1003)
|
||||
#define SEIREN_IOCTL_CH_SET_PARAMS (0x2001)
|
||||
#define SEIREN_IOCTL_CH_GET_PARAMS (0x2002)
|
||||
#define SEIREN_IOCTL_CH_RESET (0x2003)
|
||||
#define SEIREN_IOCTL_CH_FLUSH (0x2004)
|
||||
#define SEIREN_IOCTL_CH_CONFIG (0x2005)
|
||||
#define SEIREN_IOCTL_FX_EXT (0x4000)
|
||||
#define SEIREN_IOCTL_ELPE_DONE (0x5000)
|
||||
|
||||
#endif /* __SEIREN_IOCTL_H */
|
Loading…
Add table
Add a link
Reference in a new issue