1. 10 Apr, 2015 1 commit
    • Michael Gernoth's avatar
      ALSA: emu10k1: don't deadlock in proc-functions · 91bf0c2d
      Michael Gernoth authored
      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: default avatarMichael Gernoth <michael@gernoth.net>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      91bf0c2d
  2. 09 Apr, 2015 1 commit
  3. 08 Apr, 2015 3 commits
  4. 04 Apr, 2015 2 commits
  5. 29 Mar, 2015 7 commits
  6. 28 Mar, 2015 9 commits
  7. 27 Mar, 2015 6 commits
  8. 26 Mar, 2015 11 commits