1. 22 12月, 2009 2 次提交
  2. 21 12月, 2009 4 次提交
  3. 20 12月, 2009 1 次提交
  4. 18 12月, 2009 1 次提交
  5. 17 12月, 2009 4 次提交
  6. 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
  7. 14 12月, 2009 3 次提交
  8. 12 12月, 2009 1 次提交
    • A
      ALSA: hda - Overwrite pin config on intel DG45ID board. · 52dc4386
      Alexey Fisher 提交于
      The pin config provided by BIOS have some problems:
      0x0221401f: [Jack] HP Out at Ext Front  <-- other association and sequence
      0x02a19020: [Jack] Mic at Ext Front     <-- other association
      0x01113014: [Jack] Speaker at Ext Rear  <-- line out (not speaker)
      0x01114010: [Jack] Speaker at Ext Rear  <-- line out
      0x01a19030: [Jack] Mic at Ext Rear      <-- other association
      0x01111012: [Jack] Speaker at Ext Rear  <-- line out
      0x01116011: [Jack] Speaker at Ext Rear  <-- line out
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x40f000f0: [N/A] Other at Ext N/A
      0x01451140: [Jack] SPDIF Out at Ext Rear
      0x40f000f0: [N/A] Other at Ext N/A
      
      just overwrite it.
      Signed-off-by: NAlexey Fisher <bug-track@fisher-privat.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      52dc4386
  9. 11 12月, 2009 6 次提交
  10. 09 12月, 2009 4 次提交
  11. 08 12月, 2009 3 次提交
  12. 04 12月, 2009 2 次提交
    • A
      tree-wide: fix assorted typos all over the place · af901ca1
      André Goddard Rosa 提交于
      That is "success", "unknown", "through", "performance", "[re|un]mapping"
      , "access", "default", "reasonable", "[con]currently", "temperature"
      , "channel", "[un]used", "application", "example","hierarchy", "therefore"
      , "[over|under]flow", "contiguous", "threshold", "enough" and others.
      Signed-off-by: NAndré Goddard Rosa <andre.goddard@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      af901ca1
    • O
      snd-fm801: autodetect SF64-PCR (tuner-only) card · fb716c0b
      Ondrej Zary 提交于
      When primary AC97 is not found, don't fail with tons of AC97 errors.
      Assume that the card is SF64-PCR (tuner-only).
      This makes the SF64-PCR radio card work "out of the box".
      
      Also fixes a bug that can cause an oops here:
              if (tea575x_tuner > 0 && (tea575x_tuner & 0x000f) < 4) {
      when tea575x_tuner == 16, it passes this check and causes problems
      a couple lines below:
              chip->tea.ops = &snd_fm801_tea_ops[(tea575x_tuner & 0x000f) - 1];
      
      Tested with SF64-PCR, but I don't have any of those sound or sound+radio cards
      to test if I didn't break anything.
      Signed-off-by: NOndrej Zary <linux@rainbow-software.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      fb716c0b
  13. 03 12月, 2009 2 次提交
  14. 01 12月, 2009 3 次提交
  15. 30 11月, 2009 1 次提交
  16. 27 11月, 2009 1 次提交
  17. 26 11月, 2009 1 次提交