1. 02 7月, 2009 1 次提交
  2. 01 7月, 2009 1 次提交
  3. 29 6月, 2009 2 次提交
  4. 25 6月, 2009 3 次提交
  5. 22 6月, 2009 11 次提交
  6. 21 6月, 2009 4 次提交
  7. 20 6月, 2009 1 次提交
  8. 17 6月, 2009 7 次提交
  9. 16 6月, 2009 2 次提交
  10. 15 6月, 2009 3 次提交
  11. 14 6月, 2009 3 次提交
  12. 13 6月, 2009 2 次提交
    • T
      ALSA: hda - Add quirk for Acer Aspire 6935G · e46b0c8c
      Takashi Iwai 提交于
      Added model=acer-aspire-8930g for Acer Aspire 6935G (1025:0146).
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e46b0c8c
    • T
      ALSA: ctxfi - Replace atc lock to mutex · 635c265f
      Takashi Iwai 提交于
      The spinlock in atc can cause a sleep in lock:
      
      Kernel failure message 1:
      BUG: sleeping function called from invalid context at mm/slub.c:1599
      in_atomic(): 0, irqs_disabled(): 1, pid: 2537, name: gstreamer-prope
      Pid: 2537, comm: gstreamer-prope Tainted: P
      2.6.29.4-167.fc11.x86_64 #1
      Call Trace:
        [<ffffffff8103ff0f>] __might_sleep+0x10b/0x110
        [<ffffffff810cd734>] __kmalloc+0x73/0x130
        [<ffffffffa0b4b142>] ? daio_rsc_init+0xaa/0x125 [snd_ctxfi]
        [<ffffffffa0b4b212>] dao_rsc_init+0x55/0x1c0 [snd_ctxfi]
        [<ffffffffa0b4b3d2>] dao_rsc_reinit+0x55/0x5d [snd_ctxfi]
        [<ffffffff813abd6c>] ? _spin_lock_irqsave+0x32/0x3b
        [<ffffffffa0b454fe>] atc_spdif_out_passthru+0x92/0x136 [snd_ctxfi]
        ...
      
      Since the lock path is no critical path, it can be gracefully
      replaced with a mutex.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      635c265f