1. 20 5月, 2009 1 次提交
    • T
      ALSA: ctxfi - Add depends on X86 · 3e3ee6dc
      Takashi Iwai 提交于
      The ctxfi driver requires explicitly the 4k page size, and gives a
      build error on architectures with non-4k pages.
      As a workaround, just add the kconfig dependency on X86, which is
      the only architecture ever tested.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3e3ee6dc
  2. 14 5月, 2009 5 次提交
  3. 28 4月, 2009 2 次提交
  4. 27 4月, 2009 1 次提交
  5. 23 4月, 2009 1 次提交
  6. 22 4月, 2009 1 次提交
  7. 21 4月, 2009 4 次提交
  8. 20 4月, 2009 1 次提交
  9. 18 4月, 2009 1 次提交
  10. 17 4月, 2009 1 次提交
  11. 16 4月, 2009 5 次提交
  12. 15 4月, 2009 4 次提交
  13. 14 4月, 2009 5 次提交
  14. 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
  15. 07 4月, 2009 7 次提交