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

soundwire: cadence_master: set frame shape and divider based on actual clk freq #5179

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. soundwire: cadence_master: set frame shape and divider based on actua…

    …l clk freq
    
    Frame shape and curr_dr_freq could be updated by sdw_compute_bus_params().
    Peripherals will set curr_dr_freq as their frequency. Managers
    should do the same. Then update frame shape according to the actual
    bus frequency.
    
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cf71c4a View commit details
    Browse the repository at this point in the history
  2. Revert "soundwire: intel_auxdevice: start the bus at default frequency"

    Now, we can support more than 1 soundwire bus clock frequency.
    
    This reverts commit c326356.
    
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    412607c View commit details
    Browse the repository at this point in the history