freebsd-dev/sys/dev/sound/pcm
Andriy Gapon a9bdb5d3ad sound/pcm: use non-const string as a value with SYSCTL_STRING
Although the sysctls are marked with CTLFLAG_RD and the values will stay
immutable, current sysctl implementation stores value pointer in
void* type, which means that const qualifier is discarded anyway
and some newer compilers complaint about that.
We can't use de-const trick in sysctl implementation, because in that
case we could miss an opposite situation where a const value is used
with CTLFLAG_RW sysctl.

Complaint from:	gcc 4.4, clang
MFC after:	2 weeks
2010-06-15 07:06:54 +00:00
..
ac97_if.m
ac97_patch.c
ac97_patch.h
ac97.c
ac97.h
buffer.c - Remove more dead code[1]. Since r207330, we only need to check division 2010-05-04 16:56:59 +00:00
buffer.h - Remove more dead code[1]. Since r207330, we only need to check division 2010-05-04 16:56:59 +00:00
channel_if.m
channel.c (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. 2009-12-28 22:56:30 +00:00
channel.h
dsp.c Fix lock leakage. 2010-03-27 15:39:19 +00:00
dsp.h
feeder_chain.c
feeder_eq.c sound/pcm: use non-const string as a value with SYSCTL_STRING 2010-06-15 07:06:54 +00:00
feeder_format.c
feeder_if.m
feeder_matrix.c
feeder_mixer.c
feeder_rate.c sound/pcm: use non-const string as a value with SYSCTL_STRING 2010-06-15 07:06:54 +00:00
feeder_volume.c
feeder.c
feeder.h
g711.h
intpcm.h
matrix_map.h
matrix.h
mixer_if.m
mixer.c Make default recording source choosing more intelligent. 2010-01-12 19:41:07 +00:00
mixer.h
pcm.h
sndstat.c Hide from default sndstat some information not used on daily basis, 2010-01-13 22:22:16 +00:00
sndstat.h Hide from default sndstat some information not used on daily basis, 2010-01-13 22:22:16 +00:00
sound.c sound/pcm: use non-const string as a value with SYSCTL_STRING 2010-06-15 07:06:54 +00:00
sound.h
vchan.c
vchan.h