mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
wineoss: Fix to compile on Solaris 10.
This commit is contained in:
parent
8723b12f98
commit
09208ca4ff
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue