23 Dec, 2011

2 commits


22 Dec, 2011

22 commits


19 Dec, 2011

2 commits


12 Dec, 2011

1 commit


06 Dec, 2011

2 commits


02 Dec, 2011

3 commits


01 Dec, 2011

2 commits


29 Nov, 2011

6 commits

  • This quirk sould be reverted. It has the following probems:

    1) The quirk was intended to "ASUS MV2-MX SE" motherboards only, but the
    ID used matches a much broader range, potentially all boards containing a
    VIA chipset model in the family of vendor VIA 0x1106 and audio device ID
    0x3288, which encompasses VIA-VT82xx, VIA-VT1xx and VIA-VT20xx chipsets.

    2) VIA chipsets rely on azx_via_get_position() to handle correctly dma
    transfers during capture. Using POS_FIX_LPIB instead of POS_FIX_VIACOMBO
    leads to partially corrupted input buffers during capture. The effects
    of this bug are not immediately visible, it took strong DSP expertise,
    some expensive signal generator and a spectrum analyzer to identify it
    and verify correct behaviour using original default.

    3) It's almost certain that the quirk did not fix the real problem,
    if there was one. Refer to original submission:
    http://mailman.alsa-project.org/pipermail/alsa-devel/2010-February/025109.html

    Signed-of-by: Marc Vertes
    Signed-off-by: Takashi Iwai

    Marc Vertes
     
  • Some HP laptops use a pin VREF for controlling the mute LED, and such a
    pin shouldn't be powered off.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Currently the SigmaDSP firmware loader only works correctly on little-endian
    systems. Fix this by using the proper endianess conversion functions.

    Signed-off-by: Lars-Peter Clausen
    Acked-by: Mike Frysinger
    Signed-off-by: Mark Brown
    Cc: stable@kernel.org

    Lars-Peter Clausen
     
  • The firmware header is not part of the CRC, so skip it. Otherwise the firmware
    will be rejected due to non-matching CRCs.

    Signed-off-by: Lars-Peter Clausen
    Acked-by: Mike Frysinger
    Signed-off-by: Mark Brown
    Cc: stable@kernel.org

    Lars-Peter Clausen
     
  • The SigmaDSP firmware loader currently does not perform enough boundary size
    checks when processing the firmware. As a result it is possible that a
    malformed firmware can cause an out of bounds memory access.

    This patch adds checks which ensure that both the action header and the payload
    are completely inside the firmware data boundaries before processing them.

    Signed-off-by: Lars-Peter Clausen
    Acked-by: Mike Frysinger
    Signed-off-by: Mark Brown
    Cc: stable@kernel.org

    Lars-Peter Clausen
     
  • Added table quirks entry for Roland GAIA SH-01 Synthesizer based upon
    Roland SH-201 table entry as template. USB MIDI and audio was tested
    with Muse and Audacity.

    Signed-off-by: John F Leach
    Signed-off-by: Takashi Iwai

    John F Leach