11 Nov, 2008

1 commit


09 Nov, 2008

1 commit


05 Nov, 2008

1 commit


04 Nov, 2008

1 commit


03 Nov, 2008

2 commits


01 Nov, 2008

2 commits


29 Oct, 2008

2 commits

  • The current snd-hda-intel driver seems blocking the power-off on some
    devices like eeepc. Although this is likely a BIOS problem, we can add
    a workaround by disabling IRQ lines before power-off operation.
    This patch adds the reboot notifier to achieve it.

    The detailed problem description is found in bug#11889:
    http://bugme.linux-foundation.org/show_bug.cgi?id=11889

    Tested-by: Luiz Fernando N. Capitulino
    Cc: stable@kernel.org
    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • The SPDIF mute switch code seems broken. It doesn't set unmute bits
    properly. Also it contains the duplicated lines (merge error?) to be
    cleaned up.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

28 Oct, 2008

2 commits


27 Oct, 2008

1 commit

  • Some machines have broken BIOS resume that doesn't restore the default
    pin configuration properly, which results in a wrong detection of HP
    pin. This causes a silent speaker output due to missing HP detection.
    Related bug: Novell bug#406101
    https://bugzilla.novell.com/show_bug.cgi?id=406101

    This patch fixes the issue by saving/restoring the default pin configs
    by the driver itself.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

22 Oct, 2008

1 commit


21 Oct, 2008

1 commit

  • 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: Takashi Iwai

    Takashi Iwai
     

16 Oct, 2008

1 commit


15 Oct, 2008

6 commits


14 Oct, 2008

1 commit

  • 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: Matthew Ranostay
    Signed-off-by: Takashi Iwai

    Matthew Ranostay
     

13 Oct, 2008

2 commits


10 Oct, 2008

15 commits