mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01: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/soc/nuc900/Makefile
Normal file
11
sound/soc/nuc900/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# NUC900 series audio
|
||||
snd-soc-nuc900-pcm-objs := nuc900-pcm.o
|
||||
snd-soc-nuc900-ac97-objs := nuc900-ac97.o
|
||||
|
||||
obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
|
||||
obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
|
||||
|
||||
# Boards
|
||||
snd-soc-nuc900-audio-objs := nuc900-audio.o
|
||||
|
||||
obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue