1. 07 6月, 2012 3 次提交
  2. 06 6月, 2012 2 次提交
  3. 31 5月, 2012 1 次提交
  4. 25 5月, 2012 1 次提交
  5. 21 5月, 2012 1 次提交
  6. 19 5月, 2012 1 次提交
  7. 18 5月, 2012 1 次提交
  8. 15 5月, 2012 5 次提交
  9. 14 5月, 2012 3 次提交
  10. 12 5月, 2012 2 次提交
  11. 10 5月, 2012 4 次提交
  12. 09 5月, 2012 8 次提交
  13. 08 5月, 2012 5 次提交
  14. 07 5月, 2012 2 次提交
  15. 06 5月, 2012 1 次提交
    • M
      ALSA: echoaudio: Remove incorrect part of assertion · c914f55f
      Mark Hills 提交于
      This assertion seems to imply that chip->dsp_code_to_load is a pointer.
      It's actually an integer handle on the actual firmware, and 0 has no
      special meaning.
      
      The assertion prevents initialisation of a Darla20 card, but would also
      affect other models. It seems it was introduced in commit dd7b254d.
      
      ALSA sound/pci/echoaudio/echoaudio.c:2061 Echoaudio driver starting...
      ALSA sound/pci/echoaudio/echoaudio.c:1969 chip=ebe4e000
      ALSA sound/pci/echoaudio/echoaudio.c:2007 pci=ed568000 irq=19 subdev=0010 Init hardware...
      ALSA sound/pci/echoaudio/darla20_dsp.c:36 init_hw() - Darla20
      ------------[ cut here ]------------
      WARNING: at sound/pci/echoaudio/echoaudio_dsp.c:478 init_hw+0x1d1/0x86c [snd_darla20]()
      Hardware name: Dell DM051
      BUG? (!chip->dsp_code_to_load || !chip->comm_page)
      Signed-off-by: NMark Hills <mark@pogo.org.uk>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c914f55f