1. 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
  2. 11 Nov, 2008 2 commits
  3. 10 Nov, 2008 1 commit
  4. 09 Nov, 2008 1 commit
  5. 05 Nov, 2008 1 commit
  6. 04 Nov, 2008 1 commit
  7. 03 Nov, 2008 2 commits
  8. 31 Oct, 2008 2 commits
  9. 29 Oct, 2008 2 commits
  10. 28 Oct, 2008 2 commits
  11. 27 Oct, 2008 1 commit
  12. 22 Oct, 2008 1 commit
  13. 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
  14. 16 Oct, 2008 1 commit
  15. 15 Oct, 2008 6 commits
  16. 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
  17. 13 Oct, 2008 2 commits
  18. 10 Oct, 2008 12 commits