Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_volume.c259 vol = c->volume[SND_VOL_C_VAL(info->volume_class)]; in feed_volume_feed()
260 muted = c->muted[SND_VOL_C_VAL(info->volume_class)]; in feed_volume_feed()
H A Dchannel.c1459 c->volume[SND_VOL_C_VAL(vc)][vt] = in chn_setvolume_matrix()
1465 c->volume[SND_VOL_C_VAL(vc)][i] = in chn_setvolume_matrix()
1469 c->volume[SND_VOL_C_VAL(vc)][vt] = in chn_setvolume_matrix()
1531 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix()
1536 c->muted[SND_VOL_C_VAL(vc)][i] = mute; in chn_setmute_matrix()
1539 c->muted[SND_VOL_C_VAL(vc)][vt] = mute; in chn_setmute_matrix()
H A Dmatrix.h201 #define SND_VOL_C_VAL(x) ((x) + 1) macro