Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-arm64
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-arm64
  • Repository
Switch branch/tag
  • ipipe-arm64
  • sound
  • firewire
  • isight.c
Find file BlameHistoryPermalink
  • Clemens Ladisch's avatar
    ALSA: isight: fix locking · f3f7c183
    Clemens Ladisch authored May 11, 2011
    
    
    Lockdep complains about conflicts between isight->mutex,
    ALSA's register_mutex, mm->mmap_sem, and pcm->open_mutex.
    
    This can be fixed by moving the calls to isight_pcm_abort(),
    snd_card_disconnect(), and fw_iso_resources_update() out of
    isight->mutex.  These functions are designed to be called
    asynchronously; the mutex needs to protect only the device
    streaming state modified by isight_start/stop_streaming().
    Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
    Reported-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    f3f7c183

Imprint & Privacy Policy