mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -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/isa/opti9xx/Makefile
Normal file
15
sound/isa/opti9xx/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for ALSA
|
||||
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
||||
#
|
||||
|
||||
snd-opti92x-ad1848-objs := opti92x-ad1848.o
|
||||
snd-opti92x-cs4231-objs := opti92x-cs4231.o
|
||||
snd-opti93x-objs := opti93x.o
|
||||
snd-miro-objs := miro.o
|
||||
|
||||
# Toplevel Module Dependency
|
||||
obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
|
||||
obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
|
||||
obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
|
||||
obj-$(CONFIG_SND_MIRO) += snd-miro.o
|
1662
sound/isa/opti9xx/miro.c
Normal file
1662
sound/isa/opti9xx/miro.c
Normal file
File diff suppressed because it is too large
Load diff
1204
sound/isa/opti9xx/opti92x-ad1848.c
Normal file
1204
sound/isa/opti9xx/opti92x-ad1848.c
Normal file
File diff suppressed because it is too large
Load diff
2
sound/isa/opti9xx/opti92x-cs4231.c
Normal file
2
sound/isa/opti9xx/opti92x-cs4231.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
#define CS4231
|
||||
#include "opti92x-ad1848.c"
|
3
sound/isa/opti9xx/opti93x.c
Normal file
3
sound/isa/opti9xx/opti93x.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#define OPTi93X
|
||||
#include "opti92x-ad1848.c"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue