From cf7190f2eaa742422a97d87699a5b88ae489bd6c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 11 Nov 2004 13:01:13 +0000 Subject: [PATCH] Fix build. Submitted by: Taku YAMAMOTO --- sys/dev/sound/pci/maestro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index c80b7180b152..9d329c02c9c9 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) {