Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8082

Device Tree • Re: Raspberry Pi CM3 + WM8904: ASoC snd_soc_component_update_bits error -16 when probing codec

$
0
0
Do you see the playback making progress? Does it take about the right amount of time to play an audio track?
I have seen that the audio playback is making progress and takes the right amount of time.

My Raspberry Pi CM3+ Linux version is

Code:

Linux raspberrypi 5.10.63-v7+ #1459 SMP Wed Oct 6 16:41:10 BST 2021 armv7l GNU/Linux


I am using Linux version 5.10.63 for building the driver snd-soc-wm8904.ko file

Code:

wget https://github.com/raspberrypi/linux/archive/e07f317d5.tar.gz -O linux-5.10.63.tar.gztar -xvzf linux-5.10.63.tar.gzmv linux-e07f317d5 linuxcd ~/linux && \curl -o arch/arm/configs/bcm2709_defconfig https://raw.githubusercontent.com/raspberrypi/linux/rpi-5.10.y/arch/arm/configs/bcm2709_defconfig && \KERNEL=kernel7 && \make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconfig && \make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- olddefconfig && \make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules_prepare && \make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- M=sound/soc/codecs
Because it is older than rpi-6.6.y and rpi-6.12.y versions. That is causing the problem.
wm8904 3-001a: ASoC: error at snd_soc_component_update_bits on wm8904.3-001a for register: [0x000000c6] -16

Can this be ignored, and test the audio?
Even after configuring audio settings in alsamixer, I am unable to hear anything.

Statistics: Posted by pravendeshmane — Mon Jun 09, 2025 7:37 am



Viewing all articles
Browse latest Browse all 8082

Trending Articles