diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-10 15:45:29 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-10 15:45:29 +0000 |
| commit | 471f8f34b512a3b73785cca4bf246368bdedc449 (patch) | |
| tree | 1bdde58108e14447e1c0d07630999e03eb779255 | |
| parent | 9f547eadb77c73a83571799686ec9929279550b5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/usb/uaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index f857d2f4b6b4..7b40328dc897 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -338,8 +338,8 @@ static const char *uaudio_get_terminal_name(int); static int uaudio_determine_class (const struct io_terminal *, struct mixerctl *); #if defined(__FreeBSD__) -static const int uaudio_feature_name(const struct io_terminal *, - struct mixerctl *); +static int uaudio_feature_name(const struct io_terminal *, + struct mixerctl *); #else static const char *uaudio_feature_name (const struct io_terminal *, struct mixerctl *); @@ -1251,7 +1251,7 @@ uaudio_determine_class(const struct io_terminal *iot, struct mixerctl *mix) } #if defined(__FreeBSD__) -const int +static int uaudio_feature_name(const struct io_terminal *iot, struct mixerctl *mix) { int terminal_type; |
