1. 28 1月, 2014 1 次提交
  2. 20 1月, 2014 5 次提交
  3. 18 1月, 2014 3 次提交
  4. 16 1月, 2014 14 次提交
  5. 15 1月, 2014 16 次提交
  6. 14 1月, 2014 1 次提交
    • A
      sound: oss: remove last sleep_on users · cdef2e5f
      Arnd Bergmann 提交于
      There are three files in oss for which I could not find an easy way to
      replace interruptible_sleep_on_timeout with a non-racy version. This
      patch instead just adds a private implementation of the function, now
      named oss_broken_sleep_on, and changes over the remaining users in
      sound/oss/ so we can remove the global interface.
      
      [fixed coding style warnings by tiwai]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cdef2e5f