K 10 svn:author V 5 ariff K 8 svn:date V 27 2008-05-28T14:45:05.000000Z K 7 svn:log V 289 MFC (revision 1.109, requested by kib): Release pcm mutex before calling snd_clone_unref(), which in turns might calling destroy_dev() with sleepable malloc(9). The entire opetation is being serialized through pcm cv from top down, so dropping mutex is rather safe. Reported by: delphij END