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 common_hdmi_codec_drv variable #5158

Merged
merged 3 commits into from
Aug 27, 2024

Commits on Aug 24, 2024

  1. ASoC: Intel: ehl_rt5660: do not check common_hdmi_codec_drv

    The variable common_hdmi_codec_drv is always true on SOF platform so
    we could remove the reference in machine driver.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    60cb5e8 View commit details
    Browse the repository at this point in the history
  2. ASoC: Intel: sof_pcm512x: do not check common_hdmi_codec_drv

    The variable common_hdmi_codec_drv is always true on SOF platform so
    we could remove the reference in machine driver.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7052799 View commit details
    Browse the repository at this point in the history
  3. ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv

    Do not set common_hdmi_codec_drv in SOF platform driver since no
    machine driver needs it. Remove member variable common_hdmi_codec_drv
    from snd_soc_acpi_mach_params structure.
    
    Signed-off-by: Brent Lu <brent.lu@intel.com>
    brentlu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b490d84 View commit details
    Browse the repository at this point in the history