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 cml_rt1011_rt5682 machine driver #4897

Merged
merged 4 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. ASoC: Intel: sof_realtek_common: support 4xALC1011 amplifier

    Add support for boards with four ALC1011 amplifiers. Configuration is
    copied from cml_rt1011_rt5682 machine driver for backward
    compatibility with existing cml devices.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    358eaba View commit details
    Browse the repository at this point in the history
  2. ASoC: Intel: sof_rt5682: support ALC1011 on cml boards

    For cml boards, ALC1011 speaker amplifier is supported by machine
    driver cml_rt1011_rt5682. Use same driver name for backward
    compatibility with existing devices on market.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1e75d6c View commit details
    Browse the repository at this point in the history
  3. ASoC: Intel: cml_rt1011_rt5682: delete driver

    Delete this driver and use sof_rt5682 machine driver instead.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    77e95da View commit details
    Browse the repository at this point in the history
  4. ASoC: Intel: sof_rt5682: Fix uninitialized variable in probe

    Initialize "is_legacy_cpu" to false to prevent an uninitialized variable
    bug.
    
    Fixes: 8efcd48 ("ASoC: Intel: sof_rt5682: use common module for sof_card_private initialization")
    Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
    Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    Link: https://msgid.link/r/6e16433f-1897-46a2-b3ee-e177e7d846b8@moroto.mountain
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Dan Carpenter authored and brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d82b703 View commit details
    Browse the repository at this point in the history