Fixed MTP to work with TWRP

This commit is contained in:
awab228 2018-06-19 23:16:04 +02:00
commit f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions

11
sound/soc/nuc900/Makefile Normal file
View 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