]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] at73c213: replace spinlock in mixer functions with a mutex
authorHans-Christian Egtvedt <hcegtvedt@atmel.com>
Mon, 17 Dec 2007 16:30:06 +0000 (17:30 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:29:39 +0000 (17:29 +0100)
commitf488d9fcc84692ca0060b4e16c1c61a8d514cea8
tree701cfaeb3f883a6cc7cfc65356c03d7221e55237
parentac3e37412c195f1b48fe06327eb4ad0c072a1222
[ALSA] at73c213: replace spinlock in mixer functions with a mutex

This patch fixes the locking bug in the at73c213 SPI sound driver. This bug was
triggered because spinlocks were wrapped around the spi_sync call which might
sleep. The fix was to add a mutex to the sound driver and replace the spinlocks
in the mixer functions with mutex lock/unlock.
Tested on STK1000/STK1002.

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/spi/at73c213.c