1. 15 12月, 2009 1 次提交
    • S
      ALSA: ac97_codec - increase timeout for analog sections to 5 second · f7489027
      Steve Soule 提交于
      I have a Soundblaster 16PCI. For many years, alsa has had a bug where
      not all of the card's controls are detected (many alsa versions,
      many kernel versions). In particular, Master Playback Volume is
      usually not detected, and so I get no sound or extremely faint sound.
      The problem has always been inconsistent: sometimes all of the controls
      are detected correctly, and sometimes a partial set is detected. It works
      correctly about 10% of the time.
      
      Finally, I got around to tracking down the problem. When the driver
      fails, it prints the kernel message "AC'97 0 analog subsections not
      ready". This message is generated from the function snd_ac97_mixer()
      in ac97_codec.c. The message indicates that the card failed to come
      back after reset within the time limit. The time limit is
      120 milliseconds.
      
      I tried increasing the time limit to 1 second, and found that this
      made the driver work about 70% of the time. I tried increasing it
      to 5 seconds, and it now seems to work 100% of the time.
      
      I expect that this change would be completely harmless for
      existing cards that work, and would only introduce additional
      delay for cards that do not work.
      
      ALSA bug#4032.
      Signed-off-by: NSteve Soule <sts11dbxr@gmail.com>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      f7489027
  2. 05 11月, 2009 1 次提交
  3. 21 4月, 2009 1 次提交
  4. 06 3月, 2009 1 次提交
  5. 05 2月, 2009 1 次提交
  6. 29 1月, 2009 1 次提交
  7. 01 12月, 2008 1 次提交
  8. 30 10月, 2008 1 次提交
  9. 29 8月, 2008 1 次提交
  10. 13 8月, 2008 1 次提交
  11. 06 8月, 2008 1 次提交
  12. 21 7月, 2008 1 次提交
  13. 15 7月, 2008 1 次提交
  14. 10 7月, 2008 1 次提交
  15. 13 6月, 2008 1 次提交
  16. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  17. 16 10月, 2007 6 次提交
  18. 11 5月, 2007 1 次提交
  19. 09 5月, 2007 1 次提交
  20. 14 2月, 2007 1 次提交
  21. 09 2月, 2007 4 次提交
  22. 20 12月, 2006 2 次提交
  23. 22 11月, 2006 1 次提交
  24. 22 10月, 2006 1 次提交
  25. 23 9月, 2006 5 次提交
  26. 02 9月, 2006 1 次提交
  27. 23 6月, 2006 1 次提交