1. 18 Nov, 2009 8 commits
  2. 17 Nov, 2009 3 commits
  3. 16 Nov, 2009 14 commits
  4. 15 Nov, 2009 1 commit
  5. 14 Nov, 2009 1 commit
  6. 13 Nov, 2009 1 commit
  7. 12 Nov, 2009 3 commits
  8. 11 Nov, 2009 2 commits
  9. 10 Nov, 2009 5 commits
  10. 09 Nov, 2009 1 commit
  11. 07 Nov, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Don't initialize CORB/RIRB for single_cmd mode · 1a696978
      Takashi Iwai authored
      So far, CORB/RIRB still remains even if the driver is switched to the
      single_cmd mode.  The specification says that this should be disabled,
      but I hoped this isn't the case; indeed most devices worked together with
      CORB/RIRB.
      
      However, Poulsbo (US15W) seems problematic with this setup, and it
      requires to disable CORB/RIRB when single_cmd is used.
      
      Now this patch disables CORB/RIRB initialization when the single_cmd
      mode is used.  Also the unsolicited event is disabled because it can't
      work without RIRB.
      Reported-and-tested-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      1a696978