Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.131.182
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
sound /
soc /
[ HOME SHELL ]
Name
Size
Permission
Action
adi
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
atmel
[ DIR ]
drwxr-xr-x
au1x
[ DIR ]
drwxr-xr-x
bcm
[ DIR ]
drwxr-xr-x
cirrus
[ DIR ]
drwxr-xr-x
codecs
[ DIR ]
drwxr-xr-x
dwc
[ DIR ]
drwxr-xr-x
fsl
[ DIR ]
drwxr-xr-x
generic
[ DIR ]
drwxr-xr-x
hisilicon
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
intel
[ DIR ]
drwxr-xr-x
jz4740
[ DIR ]
drwxr-xr-x
kirkwood
[ DIR ]
drwxr-xr-x
mediatek
[ DIR ]
drwxr-xr-x
meson
[ DIR ]
drwxr-xr-x
mxs
[ DIR ]
drwxr-xr-x
pxa
[ DIR ]
drwxr-xr-x
qcom
[ DIR ]
drwxr-xr-x
rockchip
[ DIR ]
drwxr-xr-x
samsung
[ DIR ]
drwxr-xr-x
sh
[ DIR ]
drwxr-xr-x
sof
[ DIR ]
drwxr-xr-x
spear
[ DIR ]
drwxr-xr-x
sprd
[ DIR ]
drwxr-xr-x
sti
[ DIR ]
drwxr-xr-x
stm
[ DIR ]
drwxr-xr-x
sunxi
[ DIR ]
drwxr-xr-x
tegra
[ DIR ]
drwxr-xr-x
ti
[ DIR ]
drwxr-xr-x
uniphier
[ DIR ]
drwxr-xr-x
ux500
[ DIR ]
drwxr-xr-x
xilinx
[ DIR ]
drwxr-xr-x
xtensa
[ DIR ]
drwxr-xr-x
Kconfig
2.71
KB
-rw-r--r--
Makefile
1.91
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-utils.o soc-dai.o soc-component.o snd-soc-core-objs += soc-pcm.o soc-devres.o soc-ops.o soc-link.o soc-card.o snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) snd-soc-core-objs += soc-topology.o endif ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST),) # snd-soc-test-objs := soc-topology-test.o obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST) := soc-topology-test.o endif ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) snd-soc-core-objs += soc-generic-dmaengine-pcm.o endif ifneq ($(CONFIG_SND_SOC_AC97_BUS),) snd-soc-core-objs += soc-ac97.o endif ifneq ($(CONFIG_SND_SOC_ACPI),) snd-soc-acpi-objs := soc-acpi.o endif obj-$(CONFIG_SND_SOC_ACPI) += snd-soc-acpi.o obj-$(CONFIG_SND_SOC) += snd-soc-core.o obj-$(CONFIG_SND_SOC) += codecs/ obj-$(CONFIG_SND_SOC) += generic/ obj-$(CONFIG_SND_SOC) += adi/ obj-$(CONFIG_SND_SOC) += amd/ obj-$(CONFIG_SND_SOC) += atmel/ obj-$(CONFIG_SND_SOC) += au1x/ obj-$(CONFIG_SND_SOC) += bcm/ obj-$(CONFIG_SND_SOC) += cirrus/ obj-$(CONFIG_SND_SOC) += dwc/ obj-$(CONFIG_SND_SOC) += fsl/ obj-$(CONFIG_SND_SOC) += hisilicon/ obj-$(CONFIG_SND_SOC) += jz4740/ obj-$(CONFIG_SND_SOC) += img/ obj-$(CONFIG_SND_SOC) += intel/ obj-$(CONFIG_SND_SOC) += mediatek/ obj-$(CONFIG_SND_SOC) += meson/ obj-$(CONFIG_SND_SOC) += mxs/ obj-$(CONFIG_SND_SOC) += kirkwood/ obj-$(CONFIG_SND_SOC) += pxa/ obj-$(CONFIG_SND_SOC) += qcom/ obj-$(CONFIG_SND_SOC) += rockchip/ obj-$(CONFIG_SND_SOC) += samsung/ obj-$(CONFIG_SND_SOC) += sh/ obj-$(CONFIG_SND_SOC) += sof/ obj-$(CONFIG_SND_SOC) += spear/ obj-$(CONFIG_SND_SOC) += sprd/ obj-$(CONFIG_SND_SOC) += sti/ obj-$(CONFIG_SND_SOC) += stm/ obj-$(CONFIG_SND_SOC) += sunxi/ obj-$(CONFIG_SND_SOC) += tegra/ obj-$(CONFIG_SND_SOC) += ti/ obj-$(CONFIG_SND_SOC) += uniphier/ obj-$(CONFIG_SND_SOC) += ux500/ obj-$(CONFIG_SND_SOC) += xilinx/ obj-$(CONFIG_SND_SOC) += xtensa/
Close