Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
linux-imx
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • linux-kernel
  • linux-imx
  • Repository

Switch branch/tag
  • linux-imx
  • sound
  • pci
  • azt3328.h
Find file
BlameHistoryPermalink
  • Andreas Mohr's avatar
    ALSA: azt3328: fix previous breakage, improve suspend, cleanups · 78df617a
    Andreas Mohr authored Jul 12, 2009
    - fix my previous codec activity breakage (_non-warned_ variable assignment
      issue)
    - convert suspend/resume to 32bit I/O access (I/O is painful; to improve
      suspend/resume performance)
    - change DEBUG_PLAY_REC to DEBUG_CODEC for consistency
    - printk cleanup
    - some logging improvements
    - minor cleanup/improvements
    
    The variable assignment issue above was a conditional assignment to the
    call_function variable (this ended with the non-preinitialized variable
    not getting assigned in some cases, thus a dangling stack value, yet gcc 4.3.3
    unbelievably did _NOT_ warn about it in this case!!),
    needed to change this into _always_ assigning the check result.
    Practical result of this bug was that when shutting down
    _either_ playback or capture, _both_ streams dropped dead :P
    
    Tested, working (plus resume) and checkpatch.pl:ed on 2.6.30-rc5,
    applies cleanly to 2.6.30 proper with my previous (committed)
    patches applied.
    Signed-off-by: 's avatarAndreas Mohr <andi@lisas.de>
    Signed-off-by: 's avatarTakashi Iwai <tiwai@suse.de>
    78df617a
azt3328.h 15.5 KB
EditWeb IDE
×

Replace azt3328.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.