Hi,
I used the apply_binaries.sh to generate the rootfs and I found the module snd_soc_tegra210_i2s in the lsmod
. I searched the source and can’t find it. Do you know where it is.
Hi,
I execute lsmod
in the Orin 5.0.2. The output is as following.
***:~$lsmod|grep i2s
snd_soc_tegra210_i2s 24576 0.
And the I execute grep snd_soc_tegra210_i2s -r .
in the path kernel/nvidia
****kernel/nvidia$ grep snd_soc_tegra210_i2s -r .
There is no output.
Have a check …/kernel/kernel-5.10/sound/soc/tegra/*
Hi,
I execute the command as following.
***/kernel/kernel-5.10/sound/soc/tegra$ grep snd_soc_tegra210_i2s -r .
There is no output also.
I got below result.
snchen@snchen-All-Series:~/l4t/35.1/kernel/kernel-5.10/sound/soc/tegra$ grep -ir snd_soc_tegra210_i2s .
./Makefile:obj-$(CONFIG_SND_SOC_TEGRA210_I2S) += snd-soc-tegra210-i2s.o
./Kconfig:config SND_SOC_TEGRA210_I2S
Hi,
It is snd-soc-tegra210-i2s.o, not snd_soc_tegra210_i2s.o
Hi,
Sorry, I also found snd-soc-tegra210-i2s.ko in the Orin filesystem.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.