mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 07:02:32 -04:00
Make OSS_GETVERSION ioctl really work. It has 'M' group, not 'P', as different nearby ones, and was grabbed by MIXER_xxx() handler. While there, replace '(cmd & MIXER_xxx(0)) == MIXER_xxx(0)' expressions with more correct '(cmd & ~0xff) == MIXER_xxx(0)'. Use of bit operations to compare numeric fields doesn't looks sane. |
||
|---|---|---|
| .. | ||
| isa | ||
| macio | ||
| midi | ||
| pci | ||
| pcm | ||
| sbus | ||
| usb | ||
| chip.h | ||
| clone.c | ||
| clone.h | ||
| driver.c | ||
| unit.c | ||
| unit.h | ||
| version.h | ||