PERFORCE change 120887 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Mon Jun 4 07:21:28 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=120887
Change 120887 by hselasky at hselasky_mini_itx on 2007/06/04 07:20:42
Compile fix. The USB project should be compilable now,
if I did not forget anything!
Affected files ...
.. //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#12 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#12 (text+ko) ====
@@ -378,7 +378,7 @@
static u_int16_t
uaudio_mixer_determine_class(const struct uaudio_terminal_node *iot,
struct uaudio_mixer_node *mix);
-static const u_int16_t
+static u_int16_t
uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot,
struct uaudio_mixer_node *mix);
@@ -2566,7 +2566,7 @@
{ 0x0000, SOUND_MIXER_VOLUME },
};
-static const u_int16_t
+static u_int16_t
uaudio_mixer_feature_name(const struct uaudio_terminal_node *iot,
struct uaudio_mixer_node *mix)
{
More information about the p4-projects
mailing list