1. 30 5月, 2010 1 次提交
  2. 28 5月, 2010 1 次提交
    • D
      ALSA: hda: Use LPIB for Sony VPCS11V9E · e96d3127
      Daniel T Chen 提交于
      BugLink: https://launchpad.net/bugs/586347
      
      Symptom: On the Sony VPCS11V9E, using GStreamer-based applications with
      PulseAudio in Ubuntu 10.04 LTS results in stuttering audio. It appears
      to worsen with increased I/O.
      
      Test case: use Rhythmbox under increased I/O pressure. This symptom is
      reproducible in the current daily stable alsa-driver snapshots (at least
      up until 21 May 2010; later snapshots fail to build from source due to
      missing preprocessor directives when compiled against 2.6.32).
      
      Resolution: add SSID for this machine to the position_fix quirk table,
      explicitly specifying the LPIB method.
      Reported-and-Tested-By: NLauri Kainulainen <lauri@sokkelo.net>
      Cc: <stable@kernel.org>
      Signed-off-by: NDaniel T Chen <crimsun@ubuntu.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e96d3127
  3. 26 5月, 2010 1 次提交
  4. 25 5月, 2010 2 次提交
    • D
      ALSA: hda: Use LPIB for Toshiba A100-259 · 4e0938db
      Daniel T Chen 提交于
      BugLink: https://launchpad.net/bugs/549560
      
      Symptom: on a significant number of hardware, booting from a live cd
      results in capture working correctly, but once the distribution is
      installed, booting from the install results in capture not working.
      
      Test case: boot from Ubuntu 10.04 LTS live cd; capture works correctly.
      Install to HD and reboot; capture does not work. Reproduced with 2.6.32
      mainline build (vanilla kernel.org compile)
      
      Resolution: add SSID for Toshiba A100-259 to the position_fix quirk
      table, explicitly specifying the LPIB method.
      
      I'll be sending additional patches for these SSIDs as bug reports are
      confirmed.
      
      This patch also trivially sorts the quirk table in ascending order by
      subsystem vendor.
      
      Reported-and-Tested-by: <davide.molteni@gmail.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NDaniel T Chen <crimsun@ubuntu.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4e0938db
    • D
      ALSA: hda: Use LPIB for Acer Aspire 5110 · 7a68be94
      Daniel T Chen 提交于
      BugLink: https://launchpad.net/bugs/583983
      
      Symptom: on a significant number of hardware, booting from a live cd
      results in capture working correctly, but once the distribution is
      installed, booting from the install results in capture not working.
      
      Test case: boot from Ubuntu 10.04 LTS live cd; capture works correctly.
      Install to HD and reboot; capture does not work. Reproduced with 2.6.32
      mainline build (vanilla kernel.org compile).
      
      Resolution: add SSID for Acer Aspire 5110 to the position_fix quirk
      table, explicitly specifying the LPIB method.
      
      I'll be sending additional patches for these SSIDs as bug reports are
      confirmed.
      
      Reported-and-Tested-By: Leo
      Cc: <stable@kernel.org>
      Signed-off-by: NDaniel T Chen <crimsun@ubuntu.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7a68be94
  5. 11 5月, 2010 3 次提交
  6. 23 4月, 2010 1 次提交
  7. 15 4月, 2010 1 次提交
    • T
      ALSA: hda - Add position_fix quirk for Biostar mobo · 8815cd03
      Takashi Iwai 提交于
      The Biostar mobo seems to give a wrong DMA position, resulting in
      stuttering or skipping sounds on 2.6.34.  Since the commit
      7b3a177b, "ALSA: pcm_lib: fix "something
      must be really wrong" condition", makes the position check more strictly,
      the DMA position problem is revealed more clearly now.
      
      The fix is to use only LPIB for obtaining the position, i.e. passing
      position_fix=1.  This patch adds a static quirk to achieve it as default.
      Reported-by: NFrank Griffin <ftg@roadrunner.com>
      Cc: Eric Piel <Eric.Piel@tremplin-utc.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8815cd03
  8. 04 4月, 2010 1 次提交
  9. 29 3月, 2010 1 次提交
  10. 26 3月, 2010 3 次提交
  11. 16 3月, 2010 1 次提交
  12. 15 3月, 2010 2 次提交
  13. 10 3月, 2010 1 次提交
  14. 07 3月, 2010 1 次提交
  15. 05 3月, 2010 1 次提交
  16. 04 3月, 2010 2 次提交
  17. 23 2月, 2010 1 次提交
  18. 22 2月, 2010 2 次提交
  19. 16 2月, 2010 1 次提交
  20. 13 2月, 2010 1 次提交
  21. 10 2月, 2010 1 次提交
    • J
      ALSA: hda-intel: Avoid divide by zero crash · fed08d03
      Jody Bruchon 提交于
      On my AMD780V chipset, hda_intel.c can crash the kernel with a divide by
      zero
      for as-yet unknown reasons. A simple check for zero prevents it, though
      the problem that causes it remains. Since the workaround is harmless and
      won't affect anyone except victims of this bug, it should be safe;
      moreover,
      because this crash can be triggered by a user-mode application, there are
      denial of service implications on the systems affected by the bug without
      the patch.
      Signed-off-by: NJody Bruchon <jody@nctritech.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      fed08d03
  22. 09 2月, 2010 1 次提交
  23. 05 2月, 2010 2 次提交
  24. 29 1月, 2010 2 次提交
  25. 28 1月, 2010 1 次提交
  26. 26 1月, 2010 1 次提交
  27. 13 1月, 2010 1 次提交
  28. 25 12月, 2009 1 次提交
    • W
      ALSA: hda - HDMI sticky stream tag support · ef18bede
      Wu Fengguang 提交于
      When we run the following commands in turn (with
      CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0),
      
      	speaker-test -Dhw:0,3 -c2 -twav  # HDMI
      	speaker-test -Dhw:0,0 -c2 -twav  # Analog
      
      The second command will produce sound in the analog lineout _as well as_
      HDMI sink. The root cause is, device 0 "reuses" the same stream tag that
      was used by device 3, and the "intelhdmi - sticky stream id" patch leaves
      the HDMI codec in a functional state. So the HDMI codec happily accepts
      the audio samples which reuse its stream tag.
      
      The proposed solution is to remember the last device each azx_dev was
      assigned to, and prefer to
      1) reuse the azx_dev (and hence the stream tag) the HDMI codec last used
      2) or assign a never-used azx_dev for HDMI
      
      With this patch and the above two speaker-test commands,
      HDMI codec will use stream tag 8 and Analog codec will use 5.
      
      The stream tag used by HDMI codec won't be reused by others, as long
      as we don't run out of the 4 playback azx_dev's. The legacy Analog
      codec will continue to use stream tag 5 because its device id is 0
      (this is a bit tricky).
      Signed-off-by: NWu Fengguang <fengguang.wu@intel.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ef18bede
  29. 22 12月, 2009 1 次提交
  30. 18 12月, 2009 1 次提交