6 Mar
2012
6 Mar
'12
10:03 p.m.
On Tue, Mar 06, 2012 at 06:16:19PM +0000, Liam Girdwood wrote:
- if (w->codec)
mutex_lock(&w->codec->mutex);
Actually for CODECs we don't need to hold the CODEC mutex for I/O if we've pushed the cache down into regmap - regmap does all the locking for us. I'll send a followup patch.