1. 15 4月, 2009 1 次提交
  2. 14 4月, 2009 2 次提交
    • T
      ALSA: hda - Avoid call of snd_jack_report at release · 95c09099
      Takashi Iwai 提交于
      Don't call snd_jack_report at release of sigmatel and conexnat codecs
      which results in Oops at unloading the module.
      
      The Oops is triggered by the power-up sequence during the free due to
      the pincfg restoration.  Since the power-up sequence is involved with
      the unsol handling, the jack reporting may be issued during that.
      The Oops occurs with this jack reporting because the jack instances
      have been already released but the codec doesn't do the proper
      book-keeping.
      
      This patch adds the book-keeping of jack instances to avoid the access
      to bogus pointers.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      95c09099
    • Y
      Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) · e930438c
      Yang Hongyang 提交于
      This is the second go through of the old DMA_nBIT_MASK macro,and there're not
      so many of them left,so I put them into one patch.I hope this is the last round.
      After this the definition of the old DMA_nBIT_MASK macro could be removed.
      Signed-off-by: NYang Hongyang <yanghy@cn.fujitsu.com>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e930438c
  3. 07 4月, 2009 2 次提交
  4. 06 4月, 2009 2 次提交
  5. 24 3月, 2009 1 次提交
  6. 23 3月, 2009 6 次提交
  7. 20 3月, 2009 2 次提交
  8. 19 3月, 2009 2 次提交
  9. 18 3月, 2009 3 次提交
  10. 16 3月, 2009 2 次提交
  11. 14 3月, 2009 1 次提交
  12. 13 3月, 2009 3 次提交
  13. 12 3月, 2009 2 次提交
  14. 10 3月, 2009 8 次提交
  15. 06 3月, 2009 3 次提交