X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oss_mix.c;h=5fbfea08e178a56f43a0ead27d3a88c603c4145b;hp=c325329f4d6f2db802c41d7125c50a7b650c0f31;hb=8ae94747078cfd5c50ff3397788f95598d2299bb;hpb=027f2c1237051d2d569d6be7f381c886f659bac3 diff --git a/oss_mix.c b/oss_mix.c index c325329f..5fbfea08 100644 --- a/oss_mix.c +++ b/oss_mix.c @@ -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)