1. 25 Nov, 2008 4 commits
  2. 21 Nov, 2008 2 commits
  3. 20 Nov, 2008 1 commit
  4. 18 Nov, 2008 3 commits
  5. 15 Nov, 2008 2 commits
  6. 13 Nov, 2008 2 commits
  7. 12 Nov, 2008 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix IDT/STAC multiple HP detection · d7a89436
      Takashi Iwai authored
      Due to the recent change for multiple HP as line-out switch, only
      one of the multiple headphons (usually a wrong one) is toggled
      and the other pins are still disabled.  This causes the silent output
      problem on some Dell laptops.
      
      Also, the hp_switch check is screwed up when a line-in or a mic-in
      jack exists.  This is added as an additional output, but hp_switch
      check doesn't take it into account.
      
      This patch fixes these issues: simplify hp_switch check by using
      the NID instead of bool, and clean up / fix the toggle of HP pins
      in unsol event handler code.
      
      Reference: Novell bnc#443267
      	https://bugzilla.novell.com/show_bug.cgi?id=443267Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      d7a89436
  8. 11 Nov, 2008 2 commits
  9. 10 Nov, 2008 1 commit
  10. 09 Nov, 2008 1 commit
  11. 05 Nov, 2008 1 commit
  12. 04 Nov, 2008 1 commit
  13. 03 Nov, 2008 2 commits
  14. 31 Oct, 2008 2 commits
  15. 29 Oct, 2008 2 commits
  16. 28 Oct, 2008 2 commits
  17. 27 Oct, 2008 1 commit
  18. 22 Oct, 2008 1 commit
  19. 21 Oct, 2008 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix conflicting volume controls on ALC260 · 863b4518
      Takashi Iwai authored
      ALC260 auto-parsing mode may create multiple controls for the same volume
      widget (0x08 and 0x09) depending on the pin.  For example, Front and
      Headphone volumes may control the same volume, just the latter one wins.
      
      This patch adds a proper check of the existing of the volume control
      and avoid the doulbed creation of the same volume controls.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      863b4518
  20. 16 Oct, 2008 1 commit
  21. 15 Oct, 2008 6 commits
  22. 14 Oct, 2008 1 commit
    • Matthew Ranostay's avatar
      ALSA: hda: fix nid variable warning · d21995e3
      Matthew Ranostay authored
      Fixed compiler warning with possible uninitialized variable 'nid'.
      
        CC [M]  /home/mranostay/git/alsa-driver/pci/hda/patch_sigmatel.o
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c: In function
      ‘stac92xx_parse_auto_config’:
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c:2815: warning: ‘nid’ may be used
      uninitialized in this function
      Signed-off-by: default avatarMatthew Ranostay <mranostay@embeddedalley.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      d21995e3