Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-79 /
sound /
soc /
[ HOME SHELL ]
Name
Size
Permission
Action
adi
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
apple
[ 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
google
[ 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
loongson
[ 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
starfive
[ 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
3.42
KB
-rw-r--r--
Makefile
2.19
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_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/
Close