X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_mix.c;h=8e87452b816e68f03f0931e79efe007d7491b6c8;hp=5182ad238b81f706ebac2f6abdcaec3859b809dc;hb=bd33d7a13fa2cb65d37e5bbf5abdbb62e9b10610;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 diff --git a/oss_mix.c b/oss_mix.c index 5182ad23..8e87452b 100644 --- a/oss_mix.c +++ b/oss_mix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2013 Andre Noll + * Copyright (C) 1998 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -98,7 +98,7 @@ static int oss_mix_set_channel(struct mixer_handle *handle, handle->id = i; return 1; } - return -E_OSS_MIXER_CHANNEL; + return -E_BAD_CHANNEL; } static int oss_mix_get(struct mixer_handle *handle)