X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mix.h;h=fe85d74622b03a25f2f527118777c646075936db;hp=a4105544daf526c857e86d9ff6a1ab2dab47cd9c;hb=7031f4e380b429e9c0eea1b8e5484dabdbb12ae5;hpb=db2cd7b5404f5f01d25b72beacb3e5245b1bb94c diff --git a/mix.h b/mix.h index a4105544..fe85d746 100644 --- a/mix.h +++ b/mix.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2012 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + +/** \file mix.h Mixer API for para_mixer. */ + /** * Opaque structure which corresponds to an instance of a mixer. * @@ -23,6 +31,6 @@ struct mixer { int (*get)(struct mixer_handle *handle); /** Change the value of the selected channel. */ int (*set)(struct mixer_handle *handle, int val); - /** Free all ressources associated with the given handle. */ + /** Free all resources associated with the given handle. */ void (*close)(struct mixer_handle **handle); };