Home
last modified time | relevance | path

Searched refs:SND_VOL_C_END (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/sound/pcm/
Dmatrix.h196 #define SND_VOL_C_END SND_VOL_C_PCM macro
Dfeeder_volume.c209 if (value < SND_VOL_C_BEGIN || value > SND_VOL_C_END) in feed_volume_set()
Dchannel.c1390 for (vc = SND_VOL_C_BEGIN; vc <= SND_VOL_C_END; in chn_setvolume_matrix()
1542 KASSERT(c != NULL && vc >= SND_VOL_C_BEGIN && vc <= SND_VOL_C_END, in chn_vpc_reset()