25 May
2015
25 May
'15
2:36 p.m.
On Mon, May 18, 2015 at 02:12:56PM +0200, Arnaud Pouliquen wrote:
- spin_lock(&player->lock);
This is basically fine but a spinlock seems very heavy here - why not a mutex (and why not something just for the IEC bits rather than the big lock for the entire device)?