Remove more needlock stuff

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-04-08 19:19:24 +00:00
parent 0f2bcccaba
commit 1b2dc7ef75
4 changed files with 5 additions and 5 deletions

View File

@@ -718,7 +718,7 @@ static struct ast_frame *alsa_read(struct ast_channel *chan)
}
#endif
static int alsa_fixup(struct ast_channel *oldchan, struct ast_channel *newchan, int needlock)
static int alsa_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
{
struct chan_alsa_pvt *p = newchan->pvt->pvt;
p->owner = newchan;