Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • PanfrostPanfrost
  • linux
  • Repository
Switch branch/tag
  • linux
  • sound
  • pci
  • hda
  • hda_codec.c
Find file BlameHistoryPermalink
  • Takashi Iwai's avatar
    ALSA: hda - Restore cleared pin controls on resume · ac0547dc
    Takashi Iwai authored Jul 05, 2010
    Many codecs now clear the pin controls at suspend via snd_hda_shutup_pins()
    for reducing the click noise at power-off.  But this leaves some pins
    uninitialized, and they'll be never recovered after resume.
    
    This patch adds the proper recovery of cleared pin controls on resume.
    Also it adds a check of bus->shutdown so that pins won't be cleared at
    module unloading.
    
    Reference: Kernel bug 16339
    	http://bugzilla.kernel.org/show_bug.cgi?id=16339
    
    
    
    Cc: <stable@kernel.org>
    Signed-off-by: Takashi Iwai's avatarTakashi Iwai <tiwai@suse.de>
    ac0547dc