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 #5169

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
    145e7f4 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
    fe5ba7d 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
    28b31ea View commit details
    Browse the repository at this point in the history
  4. 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 10, 2024
    Configuration menu
    Copy the full SHA
    1e57c49 View commit details
    Browse the repository at this point in the history
  5. 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 10, 2024
    Configuration menu
    Copy the full SHA
    f276875 View commit details
    Browse the repository at this point in the history