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

Add support to TGL devices with es8336 codec #18

Merged
merged 4 commits into from
Aug 10, 2021

Commits on Aug 8, 2021

  1. SoC: Intel: soc-acpi: tgl: add entry for devices based on ES8336 codec

    Add table to find topology and firmware files for the devices,
    which are based on TGL with I2C/I2S ES8336 codec.
    
    Signed-off-by: Huajun Li <[email protected]>
    hli25 committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    9bdd706 View commit details
    Browse the repository at this point in the history
  2. ALSA: intel-dsp-config: add quirk for TGL devices based on ES8336 codec

    These devices are based on an I2C/I2S device, we need to force the use
    of the SOF driver otherwise the legacy HDaudio driver will be loaded -
    only HDMI will be supported.
    
    Signed-off-by: Huajun Li <[email protected]>
    hli25 committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    3e635f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. ASoC: Intel: sof_es8336: Add quirk for "IP3" devices with ES8336 codec

    "IP3 tech, WN1" is TGL based device with ES8336 codec, this type of device
    uses SSP0, and there is a "pa-enable" GPIO to control speaker, this GPIO's
    index is 1 in _CRS.
    
    Signed-off-by: Huajun Li <[email protected]>
    hli25 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7070ac5 View commit details
    Browse the repository at this point in the history
  2. SoC: Intel: sof_es8336: Add the support of PCH dmic on TGL device

    On TGL with es8336 codec, usually it uses PCH dmic.
    This patch enabled the support of PCH dmic.
    
    Signed-off-by: Huajun Li <[email protected]>
    hli25 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    2159abc View commit details
    Browse the repository at this point in the history