1. 16 Nov, 2009 13 commits
  2. 15 Nov, 2009 1 commit
  3. 14 Nov, 2009 1 commit
  4. 13 Nov, 2009 1 commit
  5. 12 Nov, 2009 3 commits
  6. 11 Nov, 2009 2 commits
  7. 10 Nov, 2009 5 commits
  8. 09 Nov, 2009 1 commit
  9. 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
  10. 06 Nov, 2009 2 commits
  11. 05 Nov, 2009 4 commits
  12. 04 Nov, 2009 3 commits
  13. 02 Nov, 2009 2 commits
  14. 01 Nov, 2009 1 commit
    • Stas Sergeev's avatar
      ALSA: snd-pcsp: add nopcm mode · bcc2c6b7
      Stas Sergeev authored
      Currently, if the high-res timers are unavailable, snd-pcsp does not
      initialize. People who choose it over pcspkr, loose their console beeps
      in that case and get annoyed.
      With this patch, the console beeps remain regardless of the high-res
      timers. Additionally, the "nopcm" modparam is added to forcibly
      disable the PCM capabilities of the driver.
      Signed-off-by: default avatarStas Sergeev <stsp@aknet.ru>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      bcc2c6b7