1. 05 5月, 2010 6 次提交
  2. 01 5月, 2010 1 次提交
  3. 26 4月, 2010 1 次提交
  4. 23 4月, 2010 2 次提交
  5. 22 4月, 2010 4 次提交
  6. 20 4月, 2010 1 次提交
    • T
      ALSA: hda - Fix resume from StR of HP 2510p with docking-station · b7d2526f
      Takashi Iwai 提交于
      When HP laptop with AD1981 codec is suspended and the docking-station
      is connected before the resume, the outputs get confused, and wrongly
      routed still to the speaker.  This is because of a change in 2.6.34-rc1
      ea52bf26
          ALSA: hda: Add powerdown for Analog Devices HDA codecs
      
      The problem was the added resume callback that doesn't consider the
      modified init hook.  The fix is simply remove the resume callback here
      and make the resume normally.  This doesn't change any behavior intended
      in the commit above (for shutting down the sound at suspend) but only
      fixes the resume.
      Reported-and-tested-by: NFrans Pop <elendil@planet.nl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b7d2526f
  7. 16 4月, 2010 1 次提交
  8. 15 4月, 2010 3 次提交
  9. 14 4月, 2010 2 次提交
  10. 13 4月, 2010 1 次提交
  11. 12 4月, 2010 2 次提交
  12. 11 4月, 2010 1 次提交
    • T
      ALSA: usb - Fix Oops after usb-midi disconnection · 29aac005
      Takashi Iwai 提交于
      usb-midi causes sometimes Oops at snd_usbmidi_output_drain() after
      disconnection.  This is due to the access to the endpoints which have
      been already released at disconnection while the files are still alive.
      
      This patch fixes the problem by checking disconnection state at
      snd_usbmidi_output_drain() and by releasing urbs but keeping the
      endpoint instances until really all freed.
      Tested-by: NTvrtko Ursulin <tvrtko@ursulin.net>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      29aac005
  13. 09 4月, 2010 3 次提交
  14. 08 4月, 2010 4 次提交
  15. 07 4月, 2010 2 次提交
  16. 06 4月, 2010 3 次提交
  17. 05 4月, 2010 3 次提交