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
15
sound/i2c/Makefile
Normal file
15
sound/i2c/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for ALSA
|
||||
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
||||
#
|
||||
|
||||
snd-i2c-objs := i2c.o
|
||||
snd-cs8427-objs := cs8427.o
|
||||
snd-tea6330t-objs := tea6330t.o
|
||||
|
||||
obj-$(CONFIG_SND) += other/
|
||||
|
||||
# Toplevel Module Dependency
|
||||
obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
|
||||
obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
|
||||
obj-$(CONFIG_SND_ICE1724) += snd-i2c.o
|
Loading…
Add table
Add a link
Reference in a new issue