freebsd-skq/sys/dev/sound/pcm
David Malone 041b706b2f Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
ac97_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ac97_patch.c - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +00:00
ac97_patch.h - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +00:00
ac97.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
ac97.h - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +00:00
buffer.c Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00
buffer.h buf_addr should be bus_addr_t rather than u_int32_t. 2007-05-07 02:46:48 +00:00
channel_if.m [stage: 5/9] 2007-03-16 17:16:24 +00:00
channel.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
channel.h Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00
dsp.c Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . 2007-06-03 10:56:22 +00:00
dsp.h Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00
fake.c Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. 2007-03-15 18:19:01 +00:00
feeder_fmt.c Separate license from comments. 2007-06-02 13:07:44 +00:00
feeder_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
feeder_rate.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
feeder_volume.c Separate license from comments. 2007-06-02 13:07:44 +00:00
feeder.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
feeder.h [stage: 4/9] 2007-03-16 17:15:33 +00:00
mixer_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
mixer.c Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) . 2007-06-03 10:56:22 +00:00
mixer.h Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definition 2006-09-30 01:24:22 +00:00
sndstat.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
sound.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
sound.h Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00
vchan.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
vchan.h Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00