Commit 09208ca4 authored by Ben Taylor's avatar Ben Taylor Committed by Alexandre Julliard

wineoss: Fix to compile on Solaris 10.

parent 8723b12f
......@@ -159,11 +159,17 @@ static const char * getIoctlCommand(int command)
IOCTL_TO_STR(SOUND_MIXER_DIGITAL1);
IOCTL_TO_STR(SOUND_MIXER_DIGITAL2);
IOCTL_TO_STR(SOUND_MIXER_DIGITAL3);
#ifdef SOUND_MIXER_PHONEIN
IOCTL_TO_STR(SOUND_MIXER_PHONEIN);
#endif
#ifdef SOUND_MIXER_PHONEOUT
IOCTL_TO_STR(SOUND_MIXER_PHONEOUT);
#endif
IOCTL_TO_STR(SOUND_MIXER_VIDEO);
IOCTL_TO_STR(SOUND_MIXER_RADIO);
#ifdef SOUND_MIXER_MONITOR
IOCTL_TO_STR(SOUND_MIXER_MONITOR);
#endif
}
#undef IOCTL_TO_STR
sprintf(str, "UNKNOWN(%08x)", command);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment