]> git.neil.brown.name Git - history.git/commit
[PATCH] oss/maestro3.c - convert cli to spinlocks
authorPeter Wächtler <pwaechtler@mac.com>
Thu, 29 Aug 2002 08:26:09 +0000 (01:26 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 29 Aug 2002 08:26:09 +0000 (01:26 -0700)
commit5790711c82c3f276ec4f84fc7388bb7424cd5979
treea6089bba9af283c99c45e4e7209f916d2f7f9291
parent6923b9bd11322c40630b8fb05f029b7666ceb91a
[PATCH] oss/maestro3.c - convert cli to spinlocks

This is the first of a series of patches against 2.5.32
converting almost all remaining OSS sound drivers to use
spin_lock_irqsave&co instead of cli() which is nowadays
gone when compiling for SMP.

The more complicated ones were:
dmabuf.c
maestro3.c
ad1848.c

I hope I haven't broken anything - but I think some of the
drivers are simply not SMP safe.

One day OSS and some of the older soundcards are obsolete - so what?
sound/oss/maestro3.c