1. 15 1月, 2013 1 次提交
    • T
      ALSA: hda - Check pincap while parsing the configuration · 52fd5cbc
      Takashi Iwai 提交于
      Sometimes (or rather often) BIOS sets the pin default configurations
      obviously wrongly.  Looking through these failures, one common pattern
      is to enable some dead pins that are usually marked as speaker pins.
      In such a case, we can skip them if the pins don't have the output
      capability.
      
      In this patch, add a check for the valid pin cap bit for each parsed
      pin, and filter out when it's invalid.
      
      The fix was originally suggested by Raymond Yau.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      52fd5cbc
  2. 12 1月, 2013 6 次提交
  3. 30 11月, 2012 1 次提交
  4. 06 10月, 2012 1 次提交
  5. 11 9月, 2012 1 次提交
  6. 07 9月, 2012 1 次提交
  7. 08 8月, 2012 1 次提交
    • T
      ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=y · 709aea6b
      Takashi Iwai 提交于
      When CONFIG_SND_VERBOSE_PRINTK=y is set, the debug print in
      hda_auto_parser.c looks really ugly like:
      
        ALSA sound/pci/hda/hda_auto_parser.c:331    mono: mono_out=0x0
        ALSA sound/pci/hda/hda_auto_parser.c:334    dig-out=0x12/0x0
        ALSA sound/pci/hda/hda_auto_parser.c:335    inputs:
        ALSA sound/pci/hda/hda_auto_parser.c:339  Mic=0x11ALSA sound/pci/hda/hda_auto_parser.c:339  Line=0x10
        ALSA sound/pci/hda/hda_auto_parser.c:341
        ALSA sound/pci/hda/hda_auto_parser.c:343    dig-in=0x13
      
      Better to put one item at each line.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      709aea6b
  8. 19 7月, 2012 1 次提交
  9. 26 6月, 2012 1 次提交
  10. 09 5月, 2012 2 次提交