Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-136 /
sound /
soc /
Delete
Unzip
Name
Size
Permission
Date
Action
adi
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
amd
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
apple
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
atmel
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
au1x
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
bcm
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
cirrus
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
codecs
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
dwc
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
fsl
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
generic
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
google
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
hisilicon
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
img
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
intel
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
jz4740
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
kirkwood
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
loongson
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
mediatek
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
meson
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
mxs
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
pxa
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
qcom
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
rockchip
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
samsung
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
sh
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
sof
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
spear
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
sprd
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
starfive
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
sti
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
stm
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
sunxi
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
tegra
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
ti
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
uniphier
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
ux500
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
xilinx
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
xtensa
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
Kconfig
3.42
KB
-rw-r--r--
2024-03-10 20:38
Makefile
2.19
KB
-rw-r--r--
2024-03-10 20:38
Save
Rename
# 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_UTILS_KUNIT_TEST),) # snd-soc-test-objs := soc-utils-test.o obj-$(CONFIG_SND_SOC_UTILS_KUNIT_TEST) += soc-utils-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) += apple/ 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) += google/ obj-$(CONFIG_SND_SOC) += hisilicon/ obj-$(CONFIG_SND_SOC) += jz4740/ obj-$(CONFIG_SND_SOC) += loongson/ 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) += starfive/ 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/