mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Fix typos.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@980 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6aeaaf94a8
commit
7d90e3a32d
1 changed files with 3 additions and 3 deletions
|
|
@ -1129,8 +1129,8 @@ static int mixer_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno
|
||||||
*(int*) argp = 0;
|
*(int*) argp = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SOUND_MIXER_CAPS:
|
case SOUND_MIXER_READ_CAPS:
|
||||||
debug(__FILE__": SOUND_MIXER_CAPS\n");
|
debug(__FILE__": SOUND_MIXER_READ_CAPS\n");
|
||||||
|
|
||||||
*(int*) argp = 0;
|
*(int*) argp = 0;
|
||||||
break;
|
break;
|
||||||
|
|
@ -1204,7 +1204,7 @@ static int mixer_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
debug(__FILE__": unknwon ioctl 0x%08lx\n", request);
|
debug(__FILE__": unknown ioctl 0x%08lx\n", request);
|
||||||
|
|
||||||
*_errno = EINVAL;
|
*_errno = EINVAL;
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue