diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index c80b7180b15..9d329c02c9c 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000 Taku YAMAMOTO + * Copyright (c) 2000-2004 Taku YAMAMOTO * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -472,7 +472,7 @@ wp_wrapu(struct agg_info *ess, unsigned ch, u_int16_t reg, u_int16_t data) } } -static inline void +static void apu_setparam(struct agg_info *ess, int apuch, u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv) {