1. 22 10月, 2010 1 次提交
  2. 21 10月, 2010 1 次提交
  3. 12 10月, 2010 1 次提交
  4. 30 9月, 2010 1 次提交
  5. 27 9月, 2010 1 次提交
  6. 16 9月, 2010 1 次提交
  7. 13 9月, 2010 1 次提交
  8. 06 8月, 2010 1 次提交
    • T
      ALSA: hda - Make converter setups sticky · eb541337
      Takashi Iwai 提交于
      So far, we reset the converter setups like the stream-tag, the
      channel-id and format-id in prepare callbacks, and clear them in
      cleanup callbacks.  This often causes a silence of the digital
      receiver for a couple of seconds.
      
      This patch tries to delay the converter setup changes as much as
      possible.  The converter setups are cached and aren't reset as long
      as the same values are used.  At suspend/resume, they are cleared
      to be recovered properly, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      eb541337
  9. 03 8月, 2010 2 次提交
  10. 02 6月, 2010 2 次提交
  11. 01 6月, 2010 1 次提交
    • D
      ALSA: hda: Use LPIB for ASUS M2V · 9f75c1b1
      Daniel T Chen 提交于
      BugLink: https://launchpad.net/bugs/587546
      
      Symptom: On the reporter's ASUS M2V, using PulseAudio in Ubuntu 10.04 LTS
      results in the PA daemon crashing shortly after attempting playback of an
      audio file.
      
      Test case: Using Ubuntu 10.04 LTS (Linux 2.6.32.12), Linux 2.6.33, or
      Linux 2.6.34, attempt playback of an audio file while PulseAudio is
      active.
      
      Resolution: add SSID for this machine to the position_fix quirk table,
      explicitly specifying the LPIB method.
      
      Reported-and-Tested-By: D Tangman
      Cc: <stable@kernel.org>
      Signed-off-by: NDaniel T Chen <crimsun@ubuntu.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9f75c1b1
  12. 31 5月, 2010 2 次提交
  13. 30 5月, 2010 1 次提交
  14. 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
  15. 26 5月, 2010 1 次提交
  16. 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
  17. 11 5月, 2010 3 次提交
  18. 23 4月, 2010 1 次提交
  19. 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
  20. 04 4月, 2010 1 次提交
  21. 29 3月, 2010 1 次提交
  22. 26 3月, 2010 3 次提交
  23. 16 3月, 2010 1 次提交
  24. 15 3月, 2010 2 次提交
  25. 10 3月, 2010 1 次提交
  26. 07 3月, 2010 1 次提交
  27. 05 3月, 2010 1 次提交
  28. 04 3月, 2010 2 次提交
  29. 23 2月, 2010 1 次提交
  30. 22 2月, 2010 1 次提交
    • P
      ALSA: hda-intel: Add position_fix quirk for ASUS M2V-MX SE. · 0708cc58
      Paul Menzel 提交于
      With PulseAudio and an application accessing an input device like `gnome-volume-manager` both have high CPU load as reported in [1].
      
      Loading `snd-hda-intel` with `position_fix=1` fixes this issue. Therefore add a quirk for ASUS M2V-MX SE.
      
      The only downside is, when now exiting for example MPlayer when it is playing an audio file a high pitched sound is outputted by the speaker.
      
      $ lspci -vvnn | grep -A10 Audio
      20:01.0 Audio device [0403]: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) [1106:3288] (rev 10)
      	Subsystem: ASUSTeK Computer Inc. Device [1043:8290]
      	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
      	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
      	Latency: 0, Cache Line Size: 64 bytes
      	Interrupt: pin A routed to IRQ 17
      	Region 0: Memory at fbffc000 (64-bit, non-prefetchable) [size=16K]
      	Capabilities: <access denied>
      	Kernel driver in use: HDA Intel
      
      [1] http://sourceforge.net/mailarchive/forum.php?thread_name=1265550675.4642.24.camel%40mattotaupa&forum_name=alsa-userSigned-off-by: NPaul Menzel <paulepanter@users.sourceforge.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0708cc58