23 Sep
2014
23 Sep
'14
3:20 a.m.
On Tue, Sep 23, 2014 at 12:56:28AM +0200, Lars-Peter Clausen wrote:
snd_soc_new_ac97_codec() and snd_soc_free_ac97_codec() are called from within a CODEC's probe() and remove() callbacks. Those will not run concurrently against each other for the same CODEC instance, hence it is not necessary to protect the two functions with a mutex.
Applied, thanks.