aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <[email protected]>2007-12-17 17:30:06 +0100
committerJaroslav Kysela <[email protected]>2008-01-31 17:29:39 +0100
commitf488d9fcc84692ca0060b4e16c1c61a8d514cea8 (patch)
tree701cfaeb3f883a6cc7cfc65356c03d7221e55237 /tools/perf/scripts/python
parentac3e37412c195f1b48fe06327eb4ad0c072a1222 (diff)
[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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions