X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_mix.c;h=cdac0773cb573c3b58aaa5f5420b8db3362186d5;hp=5182ad238b81f706ebac2f6abdcaec3859b809dc;hb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87;hpb=a28eef552dc779eac12c1df430522dc4e20ae428 diff --git a/oss_mix.c b/oss_mix.c index 5182ad23..cdac0773 100644 --- a/oss_mix.c +++ b/oss_mix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2013 Andre Noll + * Copyright (C) 1998-2014 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)