aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/dmasound/dmasound.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-01-02 13:07:48 +0100
committerTakashi Iwai <tiwai@suse.de>2014-01-14 16:11:44 +0100
commit76439c2ac686c547ca2f53bfe964c100e697ff4a (patch)
tree150ef40cb55992118fc5aa52cae5ace82c3e9608 /sound/oss/dmasound/dmasound.h
parentsound: oss: vwsnd: avoid interruptible_sleep_on (diff)
downloadlinux-dev-76439c2ac686c547ca2f53bfe964c100e697ff4a.tar.xz
linux-dev-76439c2ac686c547ca2f53bfe964c100e697ff4a.zip
sound: oss: midibuf: fix sleep_on races
sleep_on is known to be racy and going away because of this. All instances of interruptible_sleep_on and interruptible_sleep_on_timeout in the midibuf driver can trivially be replaced with wait_event_interruptible and wait_event_interruptible_timeout. [fixed coding style warnings by tiwai] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/dmasound/dmasound.h')
0 files changed, 0 insertions, 0 deletions