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

AMD SOF Soundwire generic machine driver code refactor #5171

Merged
merged 5 commits into from
Sep 12, 2024

Commits on Sep 10, 2024

  1. ASoC: intel: sof_sdw: rename soundwire endpoint and dailink structures

    Rename SoundWire endpoint and dai link structures with asoc tag to make it
    generic.
    
    Signed-off-by: Vijendar Mukunda <[email protected]>
    vijendarmukunda committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    98b235a View commit details
    Browse the repository at this point in the history
  2. ASoC: intel: sof_sdw: rename soundwire parsing helper functions

    Rename SoundWire parsing helper functions with 'asoc_sdw' tag
    to make it generic.
    
    Signed-off-by: Vijendar Mukunda <[email protected]>
    vijendarmukunda committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a8454e7 View commit details
    Browse the repository at this point in the history
  3. ASoC: sdw_util/intel: move soundwire endpoint and dai link structures

    Move Soundwire endpoint and dai link structures from Intel generic machine
    driver code to common place holder(soc_sdw_utils.h). These structures will
    be used in other platform SoundWire machine driver code.
    
    Signed-off-by: Vijendar Mukunda <[email protected]>
    vijendarmukunda committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bfbc3c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. ASoC: sdw_utils/intel: move soundwire endpoint parsing helper functions

    Move SoundWire endpoint parsing helper functions to common place holder.
    These functions will be used by other platform machine driver code.
    
    Signed-off-by: Vijendar Mukunda <[email protected]>
    vijendarmukunda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f85ea15 View commit details
    Browse the repository at this point in the history
  2. ASoC: amd: acp: refactor SoundWire machine driver code

    Refactor Soundwire machine driver code by using common SoundWire
    endpoint parsing helper functions.
    
    Signed-off-by: Vijendar Mukunda <[email protected]>
    vijendarmukunda committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b01feb3 View commit details
    Browse the repository at this point in the history