Aaron Shaw

Results 210 comments of Aaron Shaw

@kevincastejon you need to add the dt overlay for the card before applying the settings in balenaCloud. Once you have programmed the SD card you can just add the `wm8960-soundcard.dtbo`...

Possible duplicate of #166 as both use the WM8960 chip. Will need testing though

Added a PR for the overlay for this to the upstream kernel https://github.com/raspberrypi/linux/pull/4039 @AnomahR @kevincastejon @cryptoAlgorithm - might need your help testing this when it gets pulled in, as I...

@cryptoAlgorithm awesome - will keep you up to date on when the update is pulled in upstream

good news - this has been pulled into the upstream kernel https://github.com/raspberrypi/linux/pull/4039 will take a bit of time to filter down into here, however it should be possible for you...

Interestingly, the [Adafruit Voice Bonnet](https://www.adafruit.com/product/4757) also uses this same wm8960 driver as you can see from this page - https://learn.adafruit.com/adafruit-voice-bonnet/audio-setup It will be interesting to see if anybody has this...

@AnomahR @kevincastejon @cryptoAlgorithm this is now in the raspberry pi firmware - https://github.com/raspberrypi/firmware/blob/master/boot/overlays/wm8960-soundcard.dtbo

Added the overlay to the PR here - https://github.com/balena-os/balena-raspberrypi/pull/585/files

Some progress... ``` root@2ec9b5a:/opt/RoonBridge# speaker-test -c2 -t wav speaker-test 1.1.8 Playback device is default Stream parameters are 48000Hz, S16_LE, 2 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer...

Weirdly, it works with the onboard Pi audio / headphone jack - but it doesn't like the soundcard. Will try with a few other soundcards and see if that makes...