X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_mix.c;h=f80301e9df282c13ef0e7d8ab2a025dd61624ba7;hp=7fbdba5b770923988e646b96e74582f8ff4e8a1f;hb=HEAD;hpb=b59e841036a107b52a0221e48d7e05f86da92979 diff --git a/oss_mix.c b/oss_mix.c index 7fbdba5b..0814336f 100644 --- a/oss_mix.c +++ b/oss_mix.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 1998 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 1998 Andre Noll , see file COPYING. */ /** \file oss_mix.c The OSS mixer plugin. */ @@ -60,7 +56,7 @@ static int oss_mix_open(const char *dev, struct mixer_handle **handle) PARA_ERROR_LOG("could not open %s\n", dev); return ret; } - h = para_malloc(sizeof(*h)); + h = alloc(sizeof(*h)); h->fd = ret; *handle = h; return 1;