Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlays: wm8960-soundcard: Fix clock declaration #6387

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Sep 25, 2024

How did this ever work? The static-clock declaration is fine, but the reference to it is attached to part of the simple-audio-card node, rather than the instantiation of the codec driver (a subnode of the I2C controller).

Move the clock reference where it should be, and fix a few minor cosmetic issues at the same time.

How did this ever work? The static-clock declaration is fine, but the
reference to it is attached to part of the simple-audio-card node,
rather than the instantiation of the codec driver (a subnode of the
I2C controller).

Move the clock reference where it should be, and fix a few minor
cosmetic issues at the same time.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@Demon000
Copy link
Contributor

I can confirm that this pull request fixes audio playback on wm8960, previously aplay would error out with the following.

[   69.158923] wm8960 1-001a: No MCLK configured
[   69.158950] wm8960 1-001a: ASoC: error at snd_soc_dai_hw_params on wm8960-hifi: -22

@pelwell pelwell merged commit 409a0e2 into raspberrypi:rpi-6.6.y Sep 26, 2024
12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Sep 26, 2024
See: raspberrypi/linux#6368

kernel: tty/serial: pl011: Also unregister pl011_axi_platform_driver
See: raspberrypi/linux#6380

kernel: overlays: wm8960-soundcard: Fix clock declaration
See: raspberrypi/linux#6387

kernel: Fix speaker disabling issue after closing microphone app
See: raspberrypi/linux#6383

kernel: ASoC: bcm2835-i2s: Set the PERIOD_BYTES min to 256
See: raspberrypi/linux#6386

kernel: drivers: media: imx500: Simplify the vblank control init
See: raspberrypi/linux#6388
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Sep 26, 2024
See: raspberrypi/linux#6368

kernel: tty/serial: pl011: Also unregister pl011_axi_platform_driver
See: raspberrypi/linux#6380

kernel: overlays: wm8960-soundcard: Fix clock declaration
See: raspberrypi/linux#6387

kernel: Fix speaker disabling issue after closing microphone app
See: raspberrypi/linux#6383

kernel: ASoC: bcm2835-i2s: Set the PERIOD_BYTES min to 256
See: raspberrypi/linux#6386

kernel: drivers: media: imx500: Simplify the vblank control init
See: raspberrypi/linux#6388
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants