1. 01 1月, 2012 1 次提交
  2. 23 12月, 2011 6 次提交
  3. 22 12月, 2011 22 次提交
  4. 19 12月, 2011 2 次提交
  5. 12 12月, 2011 1 次提交
  6. 06 12月, 2011 2 次提交
  7. 02 12月, 2011 3 次提交
  8. 01 12月, 2011 2 次提交
  9. 29 11月, 2011 1 次提交
    • M
      ALSA: hda_intel - revert a quirk that affect VIA chipsets · 4f8b6c7d
      Marc Vertes 提交于
      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.htmlSigned-of-by: NMarc Vertes <mvertes@sigfox.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4f8b6c7d