Digione driver mclk_div parameter need to correct as in 4.14.y · Issue #3296 · raspberrypi/linux · GitHub
Skip to content

Digione driver mclk_div parameter need to correct as in 4.14.y #3296

Description

@allocom

@pelwell

in 4.19.y latest drivers 192k sample rate files are some time not playing properly.
we analyzed the code and noticed that mclk_div condition not satisfying in new driver.

refer previously working driver
https://github.com/raspberrypi/linux/blob/rpi-4.14.y/sound/soc/bcm/allo-digione.c
lines 111- 113 : AlloDigiOne working always mclk_div = WM8804_MCLKDIV_256FS;

image

On latest driver can you please add the condition for AlloDigiOne to configure only WM8804_MCLKDIV_256FS

https://github.com/raspberrypi/linux/blob/rpi-4.19.y/sound/soc/bcm/rpi-wm8804-soundcard.c
line 97 to 103

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions