14 Jan
2014
14 Jan
'14
4:16 p.m.
At Thu, 2 Jan 2014 13:07:47 +0100, Arnd Bergmann wrote:
We want to remove all sleep_on variants from the kernel because they are racy. In case of the pinnacle driver, we can replace interruptible_sleep_on_timeout with wait_event_interruptible_timeout by changing the meaning of a few flags used in the driver so they are cleared at wakeup time, which is a somewhat more appropriate way to do the same, although probably still racy.
Signed-off-by: Arnd Bergmann arnd@arndb.de Cc: Andrew Veliath andrewtv@usa.net Cc: Jaroslav Kysela perex@perex.cz Cc: Takashi Iwai tiwai@suse.de Cc: alsa-devel@alsa-project.org
I applied all 5 patches (23, 25, 24, 26, and 27) for sound/oss/*, some with trivial space fixes. Thanks!
Takashi