Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • linux-rt linux-rt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • Packaging
  • Upstream
  • linux-rtlinux-rt
  • Repository
Switch branch/tag
  • linux-rt
  • sound
  • pci
  • hda
  • patch_realtek.c
Find file BlameHistoryPermalink
  • Takashi Iwai's avatar
    ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17 · 13d9c6b9
    Takashi Iwai authored Aug 20, 2021
    ASUS ROG Strix G17 has the very same PCI and codec SSID (1043:103f) as
    ASUS TX300, and unfortunately, the existing quirk for TX300 is broken
    on ASUS ROG.  Actually the device works without the quirk, so we'll
    need to clear the quirk before applying for this device.
    Since ASUS ROG has a different codec (ALC294 - while TX300 has
    ALC282), this patch adds a workaround for the device, just clearing
    the codec->fixup_id by checking the codec vendor_id.
    
    It's a bit ugly to add such a workaround there, but it seems to be the
    simplest way.
    
    BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=214101
    Cc: <stable@vger.kernel.org>
    Link: https://lore.kernel.org/r/20210820143214.3654-1-tiwai@suse.de
    
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    13d9c6b9