Alexander Motin 2fdb5f0b86 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_READ(0)'. Use of bit operations
to compare numeric fields doesn't looks sane.

MFC after:	1 month
2010-01-12 11:11:25 +00:00
..
2010-01-06 05:58:07 +00:00
2010-01-08 19:56:37 +00:00
2010-01-06 18:21:22 +00:00
2010-01-06 05:58:07 +00:00
2010-01-10 12:03:53 +00:00
2009-11-29 20:47:43 +00:00
2009-11-12 00:36:22 +00:00