Home
last modified time | relevance | path

Searched refs:SOUND_MASK_PCM (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/sys/dev/sound/isa/
H A Dmss.h236 (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | \
241 (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_MIC | \
265 (SOUND_MASK_VOLUME | SOUND_MASK_SYNTH | SOUND_MASK_PCM | \
293 (SOUND_MASK_VOLUME | SOUND_MASK_SYNTH | SOUND_MASK_PCM | \
H A Dad1816.h95 (SOUND_MASK_VOLUME | SOUND_MASK_PCM | SOUND_MASK_SYNTH | \
H A Dsb8.c319 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in sbpromix_init()
413 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_CD | SOUND_MASK_VOLUME); in sbmix_init()
H A Dsb16.c316 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | in sb16mix_init()
H A Dess.c674 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
/freebsd-13.1/sys/arm/allwinner/
H A Da10_hdmiaudio.c110 mix_setdevs(m, SOUND_MASK_PCM); in a10hdmiaudio_mixer_init()
H A Da10_codec.c508 mix_setdevs(m, SOUND_MASK_PCM | SOUND_MASK_VOLUME | SOUND_MASK_RECLEV | in h3_mixer_init()
/freebsd-13.1/sys/dev/sound/pcm/
H A Dmixer.c499 v |= SOUND_MASK_PCM; in mix_setdevs()
1202 *(int *)arg |= SOUND_MASK_PCM; in mixer_ioctl_channel()
H A Dac97.c1009 SOUND_MASK_PCM | SOUND_MASK_CD); in ac97mix_init()
H A Ddsp.c1023 chn_setmute_multi(volch, SND_VOL_C_PCM, (*(int *)arg & SOUND_MASK_PCM) != 0); in dsp_ioctl_channel()
1083 *(int *)arg = SOUND_MASK_PCM; in dsp_ioctl_channel()
/freebsd-13.1/sys/mips/ingenic/
H A Djz4780_aic.c148 mask = SOUND_MASK_PCM; in aicmixer_init()
/freebsd-13.1/sys/arm/freescale/vybrid/
H A Dvf_sai.c211 mask = SOUND_MASK_PCM; in saimixer_init()
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx6_ssi.c246 mask = SOUND_MASK_PCM; in ssimixer_init()
/freebsd-13.1/sys/dev/sound/pci/
H A Dhdspe-pcm.c129 mask = SOUND_MASK_PCM; in hdspemixer_init()
H A Dsolo.c659 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
/freebsd-13.1/sys/sys/
H A Dsoundcard.h1088 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM) macro
/freebsd-13.1/sys/dev/sound/pci/hda/
H A Dhdaa.c2256 if ((mask & SOUND_MASK_PCM) == 0 || in hdaa_audio_ctl_ossmixer_init()
2260 mask |= SOUND_MASK_PCM; in hdaa_audio_ctl_ossmixer_init()
2272 SOUND_MASK_PCM); in hdaa_audio_ctl_ossmixer_init()
5560 flag = ~(SOUND_MASK_VOLUME | SOUND_MASK_PCM | in hdaa_dump_ctls()
7020 hdaa_dump_ctls(pdevinfo, "PCM Volume", SOUND_MASK_PCM); in hdaa_pcm_attach()
/freebsd-13.1/sys/dev/sound/usb/
H A Duaudio.c1188 (sc->sc_child[i].mix_info & SOUND_MASK_PCM) == 0) { in uaudio_attach_sub()
5421 mix_setparentchild(m, SOUND_MIXER_VOLUME, SOUND_MASK_PCM); in uaudio_mixer_init_sub()