Home
last modified time | relevance | path

Searched refs:SND_CHN_T_FL (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dmatrix_map.h73 .type = SND_CHN_T_FL, \
99 .type = SND_CHN_T_FL, \
130 .type = SND_CHN_T_FL, \
167 .type = SND_CHN_T_FL, \
205 .type = SND_CHN_T_FL, \
248 .type = SND_CHN_T_FL, \
292 .type = SND_CHN_T_FL, \
342 .type = SND_CHN_T_FL, \
392 .type = SND_CHN_T_FL, \
445 .type = SND_CHN_T_FL, \
[all …]
H A Dmatrix.h40 #define SND_CHN_T_FL 0 /* Front Left */ macro
80 #define SND_CHN_T_MASK_FL (1 << SND_CHN_T_FL)
175 #define SND_CHN_T_BEGIN SND_CHN_T_FL
H A Dfeeder_matrix.c705 [SND_CHN_T_FL] = CHID_L,
726 [CHID_L] = SND_CHN_T_FL,
H A Dfeeder_volume.c344 info->matrix[i] = SND_CHN_T_FL; in feeder_volume_apply_matrix()
H A Ddsp.c673 mute = CHN_GETMUTE(volch, SND_VOL_C_PCM, SND_CHN_T_FL) || in dsp_ioctl_channel()
685 SND_VOL_C_PCM, SND_CHN_T_FL); in dsp_ioctl_channel()
693 SND_VOL_C_PCM, SND_CHN_T_FL); in dsp_ioctl_channel()
H A Dmixer.c1191 *(int *)arg = CHN_GETVOLUME(c, SND_VOL_C_PCM, SND_CHN_T_FL); in mixer_ioctl_channel()
H A Dsndstat.c486 CHN_GETVOLUME(c, SND_VOL_C_PCM, SND_CHN_T_FL)); in sndstat_build_sound4_nvlist()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c2812 .type = SND_CHN_T_FL,