Hi NV,
I use custom board AGX Orin with Jetpack 7.2.
As my topic, I have a similar issue with the [link].
$ amixer -c APE cset name="CVB-RT SPK MIXL REC MIXL Switch" off
amixer: Cannot find the given element from control sysdefault:1
Provide the below debug logs:
$ sudo dmesg | grep sound
[ 8.146566] No soundcards found.
[ 13.373717] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=3 as /devices/platform/bus@0/3510000.hda/sound/card0/input11
[ 13.421233] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=7 as /devices/platform/bus@0/3510000.hda/sound/card0/input12
[ 13.421302] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=8 as /devices/platform/bus@0/3510000.hda/sound/card0/input13
[ 13.421372] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=9 as /devices/platform/bus@0/3510000.hda/sound/card0/input14
[ 15.243084] tegra-audio-graph-card sound: Registered APE graph sound card with DPCM links for AHUB
[ 15.249199] tegra-mixer-controls sound:mixer-controls: Begin probe of override control device
[ 15.250455] tegra-mixer-controls sound:mixer-controls: Registered override controls for APE sound card
dmesg.txt (119.4 KB)
$ cat /proc/asound/cards
0 [HDA ]: tegra-hda - NVIDIA Jetson AGX Orin HDA
NVIDIA Jetson AGX Orin HDA at 0x3518000 irq 232
1 [APE ]: tegra-ape - NVIDIA Jetson AGX Orin APE
NVIDIA-NVIDIAJetsonAGXOrinDeveloperKit-NotSpecified-Jetson
$ cat /sys/kernel/debug/asoc/components
sound
2901500.i2s
2901300.i2s
2901100.i2s
290f000.admaif
2901000.i2s
2904200.dmic
2903300.amx
2902600.sfc
2903b00.adx
2903200.amx
2902400.sfc
2903a00.adx
2908000.processing-engine
2902200.sfc
290a200.mvc
2903100.amx
2903900.adx
290bb00.amixer
2903800.adx
2910000.asrc
2903000.amx
290a000.mvc
2902000.sfc
2900800.ahub
rt5640.8-001c
snd-soc-dummy
snd-soc-dummy
$ sudo i2cdetect -y -r 31e0000.i2c
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- UU -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
amixer -c APE controls > controls.txt
controls.txt (47.6 KB)
Found an issue where widgets and routing are missing from /proc/device-tree/sound/ on our custom board. They are defined under the sound node in tegra234-p3737-0000+p3701-0000-dynamic.dts and included in OVERLAY_DTB_FILE inside p3737-0000-p3701-0000.conf.
Testing with the same image on the AGX Orin DevKit shows that widgets and routing are present under /proc/device-tree/sound/, meaning CVB-RT parameters can be configured normally using amixer.
Furthermore, our hardware design matches the reference DevKit. I’ve already verified the hardware by flashing Jetpack 6.1, and the audio codec functioned normally, so hardware issues have been ruled out."
Thanks!!