18 Sep, 2009

2 commits

  • * fix/hda:
    ALSA: hda - Fix MSI GX620 mixer
    ALSA: hda - Fix Dell S14 pin setup
    ALSA: hda - Fix IDT92HD83* codec setup
    ALSA: hda - Add support for HP dv6
    ALSA: hda - Fix HP/line-out initialization with IDT/STAC codecs
    ALSA: hda - Set default GPIO for IDT92HD71bxx
    ALSA: hda - Set default GPIO for STAC/IDT codecs
    ALSA: hda - Add missing model=auto entry for ALC269

    Takashi Iwai
     
  • The headphone and speaker mixer elements aren't properly set for
    MSI GX620 with targa-8ch-dig quirk.
    Also fixed the speaker volume control for other ALC883-targa quirks,
    too.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

15 Sep, 2009

2 commits


14 Sep, 2009

4 commits


11 Sep, 2009

1 commit


10 Sep, 2009

9 commits


08 Sep, 2009

2 commits


07 Sep, 2009

2 commits

  • When the volume is changed continuously (e.g., when the user drags a
    volume slider with the mouse), the driver does lots of I2C writes.
    Apparently, the sound chip can get confused when we poll the I2C status
    register too much, and fails to complete a read from it. On the PCI-E
    models, the PCI-E/PCI bridge gets upset by this and generates a machine
    check exception.

    To avoid this, this patch replaces the polling with an unconditional
    wait that is guaranteed to be long enough.

    Signed-off-by: Clemens Ladisch
    Tested-by: Johann Messner
    Cc:
    Signed-off-by: Takashi Iwai

    Clemens Ladisch
     
  • The model clevo-m540r was created with 6-channel and digital support. All
    functions verified except spdif. Tested with a VIT D2000 laptop which has:

    [lspci extract]
    Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio
    Controller [8086:284b] (rev 03)
    Subsystem: CLEVO/KAPOK Computer Device [1558:5409]

    [/proc/asound/card0/codec\#0 header]
    Codec: Realtek ALC883
    Address: 0
    Function Id: 0x1
    Vendor Id: 0x10ec0883
    Subsystem Id: 0x15585409
    Revision Id: 0x100002

    [Added a comment about HP mute and the model description by tiwai]

    Signed-off-by: Dhionel Diaz
    Signed-off-by: Takashi Iwai

    ddiaz@cenditel.gob.ve
     

06 Sep, 2009

1 commit


03 Sep, 2009

1 commit

  • The card model detection code introduced in 2.6.30 that tries to work
    around partially broken EEPROM contents by reading the EEPROM directly
    does not handle cards where the EEPROM has been omitted. In this case,
    we have to use the default ID to allow the driver to load.

    Signed-off-by: Clemens Ladisch
    Reported-and-tested-by: Ozan Çağlayan
    Cc:
    Signed-off-by: Takashi Iwai

    Clemens Ladisch
     

02 Sep, 2009

4 commits


01 Sep, 2009

4 commits


31 Aug, 2009

6 commits


29 Aug, 2009

1 commit


27 Aug, 2009

1 commit