cvs commit: src/sys/dev/sound/pcm dsp.c
Ariff Abdullah
ariff at FreeBSD.org
Wed Jul 4 12:33:12 UTC 2007
ariff 2007-07-04 12:33:12 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcm dsp.c
Log:
Be much more forgiving towards applications that requesting ioctls
that should be a no-op (for example, requesting SYNC on record path).
The standards does not indicate that such requests are illegal, so
just return it as success instead of EINVAL.
Approved by: re (mux)
Revision Changes Path
1.107 +2 -4 src/sys/dev/sound/pcm/dsp.c
More information about the cvs-src
mailing list