1. 16 4月, 2009 2 次提交
  2. 15 4月, 2009 4 次提交
  3. 14 4月, 2009 5 次提交
  4. 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
  5. 07 4月, 2009 7 次提交
  6. 06 4月, 2009 2 次提交
  7. 30 3月, 2009 1 次提交
  8. 24 3月, 2009 1 次提交
  9. 23 3月, 2009 6 次提交
  10. 20 3月, 2009 3 次提交
  11. 19 3月, 2009 3 次提交
  12. 18 3月, 2009 4 次提交
  13. 16 3月, 2009 1 次提交