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

Remove CODEC DMIC for specific SKUs #5186

Open
wants to merge 4 commits into
base: topic/sof-dev
Choose a base branch
from

Commits on Sep 30, 2024

  1. ASoC: sdw_utils: Add support for exclusion DAI quirks

    The system contains a mechanism for certain DAI links to be included
    based on a quirk. Add support for certain DAI links to excluded based on
    a quirk, this is useful in situations where the vast majority of SKUs
    utilise a feature so it is easier to quirk on those that don't.
    
    Signed-off-by: Charles Keepax <[email protected]>
    charleskeepax committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2301277 View commit details
    Browse the repository at this point in the history
  2. ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be ignored

    To support some systems using host microphones add a quirk to allow the
    cs42l43 microphone DAI link to be ignored.
    
    Signed-off-by: Charles Keepax <[email protected]>
    charleskeepax committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c28187d View commit details
    Browse the repository at this point in the history
  3. ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs

    Add quirk to inform the machine driver to not bind in the cs42l43
    microphone DAI link.
    
    Signed-off-by: Charles Keepax <[email protected]>
    charleskeepax committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    80d019a View commit details
    Browse the repository at this point in the history
  4. ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops

    Add some more sidecar amplifier quirks.
    
    Signed-off-by: Charles Keepax <[email protected]>
    charleskeepax committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    94771a2 View commit details
    Browse the repository at this point in the history