mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
sound/aoa/fabrics/Kconfig
Normal file
11
sound/aoa/fabrics/Kconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
config SND_AOA_FABRIC_LAYOUT
|
||||
tristate "layout-id fabric"
|
||||
select SND_AOA_SOUNDBUS
|
||||
select SND_AOA_SOUNDBUS_I2S
|
||||
---help---
|
||||
This enables the layout-id fabric for the Apple Onboard
|
||||
Audio driver, the module holding it all together
|
||||
based on the device-tree's layout-id property.
|
||||
|
||||
If you are unsure and have a later Apple machine,
|
||||
compile it as a module.
|
3
sound/aoa/fabrics/Makefile
Normal file
3
sound/aoa/fabrics/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
snd-aoa-fabric-layout-objs += layout.o
|
||||
|
||||
obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
|
1176
sound/aoa/fabrics/layout.c
Normal file
1176
sound/aoa/fabrics/layout.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue