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

ASoC: cs43130: Fix numerator/denominator mixup #5510

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Jun 20, 2023

In converting to using the standard u16_fract type, commit [1] made the obvious mistake and failed to take account of the difference in numerator and denominator ordering, breaking all uses of the cs43130 codec.

Fix it.

[1] commit e14bd35 ("ASoC: cs43130: Re-use generic struct u16_fract")

Fixes: e14bd35 ("ASoC: cs43130: Re-use generic struct u16_fract")

In converting to using the standard u16_fract type, commit [1] made the
obvious mistake and failed to take account of the difference in
numerator and denominator ordering, breaking all uses of the cs43130
codec.

Fix it.

[1] commit e14bd35 ("ASoC: cs43130: Re-use generic struct u16_fract")

Fixes: e14bd35 ("ASoC: cs43130: Re-use generic struct u16_fract")
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@popcornmix
Copy link
Collaborator

LGTM

@pelwell pelwell merged commit ab617db into raspberrypi:rpi-6.1.y Jun 20, 2023
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jun 23, 2023
kernel: driver: media: i2c: imx477: Re-enable temperature sensor
See: raspberrypi/linux#5513

kernel: ASoC: cs43130: Fix numerator/denominator mixup
See: raspberrypi/linux#5510

kernel: dtoverlays: Fix pitft[28|35] overlays for 6.1 driver change
See: raspberrypi/linux#5508

kernel: drivers: media: bcm2835_unicam: Improve frame sequence count handling
See: raspberrypi/linux#5507

kernel: overlays: allo-katana-dac-audio: Reduce I2C clock
See: raspberrypi/linux#5511
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