mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Lot of cleanings with the help of gcc3
This commit is contained in:
parent
ce8275b943
commit
5b50ec848a
59 changed files with 669 additions and 667 deletions
|
|
@ -117,7 +117,7 @@ int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t *info)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int snd_hwdep_ioctl(snd_hwdep_t *hwdep, int request, void * arg)
|
||||
int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg)
|
||||
{
|
||||
assert(hwdep);
|
||||
if (ioctl(hwdep->fd, request, arg) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue