Commit 00b63fd6 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

D:2003/08/11 10:20:00
A:Jaroslav Kysela <perex@suse.cz>
F:pci/es1968.c:1.49->1.50 
L:Removed bob_lock spinlock
parent 8cdf3781
......@@ -2538,7 +2538,6 @@ static int __devinit snd_es1968_create(snd_card_t * card,
chip->type = chip_type;
spin_lock_init(&chip->reg_lock);
spin_lock_init(&chip->substream_lock);
spin_lock_init(&chip->bob_lock);
INIT_LIST_HEAD(&chip->buf_list);
INIT_LIST_HEAD(&chip->substream_list);
init_MUTEX(&chip->memory_mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment