I have seen that the audio playback is making progress and takes the right amount of time.Do you see the playback making progress? Does it take about the right amount of time to play an audio track?
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/LinuxI 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/codecswm8904 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