1. 10 4月, 2009 1 次提交
    • J
      [ALSA] hda_intel: fix unexpected ring buffer positions · fa00e046
      Jaroslav Kysela 提交于
      I found two issues with ICH7-M (it should be related to other HDA chipsets
      as well):
      
      - the ring buffer position is not reset when stream restarts (after xrun) -
        solved by moving azx_stream_reset() call from open() to prepare() callback
        and reset posbuf to zero (it might be filled with hw later than position()
        callback is called)
      - irq_ignore flag should be set also when ring buffer memory area is not
        changed in prepare() callback - this patch replaces irq_ignore with
        more universal check based on jiffies clock
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      fa00e046
  2. 19 3月, 2009 2 次提交
  3. 18 3月, 2009 2 次提交
  4. 02 3月, 2009 2 次提交
  5. 27 2月, 2009 1 次提交
  6. 16 2月, 2009 1 次提交
  7. 13 2月, 2009 2 次提交
  8. 12 1月, 2009 2 次提交
  9. 19 12月, 2008 1 次提交
    • T
      ALSA: hda - Add probe_only option · d4d9cd03
      Takashi Iwai 提交于
      Added probe_only module option to hd-audio driver.
      This option specifies whether the driver creates and initializes the
      codec-parser after probing.  When this option is set, the driver skips
      the codec parsing and initialization but gives you proc and other
      accesses.  It's useful to see the initial codec state for debugging.
      
      The default of this value is off, so the default behavior is as same
      as before.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d4d9cd03
  10. 11 12月, 2008 1 次提交
  11. 07 12月, 2008 1 次提交
  12. 28 11月, 2008 1 次提交
  13. 27 11月, 2008 2 次提交
  14. 25 11月, 2008 1 次提交
  15. 20 11月, 2008 1 次提交
  16. 13 11月, 2008 1 次提交
  17. 07 11月, 2008 2 次提交
  18. 06 11月, 2008 1 次提交
  19. 29 10月, 2008 1 次提交
  20. 28 10月, 2008 1 次提交
  21. 21 10月, 2008 1 次提交
  22. 13 10月, 2008 1 次提交
  23. 10 10月, 2008 1 次提交
  24. 09 9月, 2008 1 次提交
  25. 29 8月, 2008 1 次提交
  26. 25 8月, 2008 3 次提交
  27. 21 8月, 2008 1 次提交
  28. 13 8月, 2008 1 次提交
  29. 12 8月, 2008 2 次提交
  30. 16 7月, 2008 1 次提交