1. 24 6月, 2009 1 次提交
  2. 04 6月, 2009 1 次提交
  3. 02 6月, 2009 2 次提交
  4. 31 5月, 2009 1 次提交
  5. 28 5月, 2009 2 次提交
  6. 26 5月, 2009 2 次提交
  7. 25 5月, 2009 1 次提交
  8. 19 5月, 2009 1 次提交
  9. 18 5月, 2009 1 次提交
    • T
      ALSA: hda - Avoid conflicts with snd-ctxfi driver · 313f6e2d
      Takashi Iwai 提交于
      The PCI entries of Creative with HD-audio class can be the devices
      with emu20k1/emu20k2 chips.  These are supported better by snd-ctxfi
      driver.  With that driver, the device will mutate from HD-audio to
      its native class.
      
      This patch adds a simple ifdef to avoid the conflict of device probe
      between snd-hda-intel and snd-ctxfi drivers.  1102:0009 seems still
      OK to be added as it has no emu20kx chip, and is a pure HD-audio
      device.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      313f6e2d
  10. 21 4月, 2009 1 次提交
    • T
      ALSA: hda - Retry codec-verbs at errors · b613291f
      Takashi Iwai 提交于
      The current error-recovery scheme for the codec communication errors
      doesn't work always well.  Especially falling back to the
      single-command mode causes the fatal problem on many systems.
      
      In this patch, the problematic verb is re-issued again after the error
      (even with polling mode) instead of the single-cmd mode.  The
      single-cmd mode will be used only when specified via the command
      option explicitly, mainly just for testing.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b613291f
  11. 16 4月, 2009 3 次提交
  12. 14 4月, 2009 1 次提交
  13. 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
  14. 19 3月, 2009 2 次提交
  15. 18 3月, 2009 2 次提交
  16. 02 3月, 2009 2 次提交
  17. 27 2月, 2009 1 次提交
  18. 16 2月, 2009 1 次提交
  19. 13 2月, 2009 2 次提交
  20. 12 1月, 2009 2 次提交
  21. 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
  22. 11 12月, 2008 1 次提交
  23. 07 12月, 2008 1 次提交
  24. 28 11月, 2008 1 次提交
  25. 27 11月, 2008 2 次提交
  26. 25 11月, 2008 1 次提交
  27. 20 11月, 2008 1 次提交
  28. 13 11月, 2008 1 次提交
  29. 07 11月, 2008 1 次提交