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

ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320 support #5187

Merged
merged 3 commits into from
Oct 21, 2024

Commits on Oct 15, 2024

  1. ASoC: sdw_utils: Add quirk to exclude amplifier function

    When SKUs use the multi-function codec, which integrates
    Headset, Amplifier and DMIC. The corresponding quirks provide
    options to support internal amplifier/DMIC or not.
    
    In the case of RT722, this SKU excludes the internal amplifier and
    use an additional amplifier instead.
    
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    macchian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a9d4e71 View commit details
    Browse the repository at this point in the history
  2. ASoC: intel: sof_sdw: add quirk for Dell SKU

    This patch adds a quirk to include the codec amplifier
    function for this Dell SKU.
    
    Note: In this SKU '0CF0', the RT722 codec amplifier is
    excluded, and an external amplifier is used instead.
    
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    macchian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    01f2f91 View commit details
    Browse the repository at this point in the history
  3. ASoC: Intel: soc-acpi-intel-arl-match: Add rt722 and rt1320 support

    This patch adds support for the rt722 multi-function codec and the
    rt1320 amplifier in the ARL board configuration.
    
    Link 0: RT722 codec with three endpoints: Headset, Speaker, and DMIC.
    Link 2: RT1320 amplifier.
    
    Note:
    The Speaker endpoint on the RT722 codec is not used.
    
    Signed-off-by: Mac Chiang <mac.chiang@intel.com>
    macchian committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f75b7fd View commit details
    Browse the repository at this point in the history