1. 10 4月, 2015 1 次提交
    • M
      ALSA: emu10k1: don't deadlock in proc-functions · 91bf0c2d
      Michael Gernoth 提交于
      The functions snd_emu10k1_proc_spdif_read and snd_emu1010_fpga_read
      acquire the emu_lock before accessing the FPGA. The function used
      to access the FPGA (snd_emu1010_fpga_read) also tries to take
      the emu_lock which causes a deadlock.
      Remove the outer locking in the proc-functions (guarding only the
      already safe fpga read) to prevent this deadlock.
      
      [removed superfluous flags variables too -- tiwai]
      Signed-off-by: NMichael Gernoth <michael@gernoth.net>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      91bf0c2d
  2. 09 4月, 2015 3 次提交
  3. 08 4月, 2015 1 次提交
  4. 04 4月, 2015 2 次提交
  5. 30 3月, 2015 7 次提交
  6. 29 3月, 2015 9 次提交
  7. 28 3月, 2015 2 次提交
  8. 27 3月, 2015 9 次提交
  9. 26 3月, 2015 6 次提交