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

Refactoring topology name fixup of Intel mach #5037

Merged
merged 3 commits into from
Jul 26, 2024

Commits on Jul 22, 2024

  1. ASoC: Intel: Skylake: remove HDA machine driver support

    Currently both Skylake and SOF platform driver enumerate same HDA
    machine driver 'skl_hda_dsp_generic' for HDA external codec. This
    commit removes HDA external codec support on Skylake platform so the
    machine driver will be used by SOF only.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9be7b36 View commit details
    Browse the repository at this point in the history
  2. ASoC: SOF: Intel: hda: refactoring topology name fixup for HDA mach

    Move I2S mach's topology name fixup code to the end of machine driver
    enumeration flow so HDA mach could also use same code to fixup its
    topology file name as well. No functional change in this commit.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    acadc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. ASoC: SOF: Intel: hda: refactoring topology name fixup for SDW mach

    Remove SDW mach's topology name fixup code and use the code in
    hda_machine_select() to fixup its topology file name. No functional
    change in this commit.
    
    Compared with I2S/HDA mach, SDW mach always fixup topology file name
    with dmic num without using DMIC quirk flag and pass topology name
    with file extension to SOF driver. Therefore, we add extra code to
    remove file extension if it exists.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dbab6ca View commit details
    Browse the repository at this point in the history