mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08: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
8
sound/soc/spear/Makefile
Normal file
8
sound/soc/spear/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# SPEAR Platform Support
|
||||
snd-soc-spear-pcm-objs := spear_pcm.o
|
||||
snd-soc-spear-spdif-in-objs := spdif_in.o
|
||||
snd-soc-spear-spdif-out-objs := spdif_out.o
|
||||
|
||||
obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
|
||||
obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
|
||||
obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o
|
Loading…
Add table
Add a link
Reference in a new issue