Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/isa/
H A Dmss.h237 (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | \
242 (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_MIC | \
267 (SOUND_MASK_VOLUME | SOUND_MASK_SYNTH | SOUND_MASK_PCM | \
295 (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.c321 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in sbpromix_init()
415 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_CD | SOUND_MASK_VOLUME); in sbmix_init()
H A Dess.c677 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
H A Dsb16.c319 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | in sb16mix_init()
/freebsd-12.1/sys/arm/allwinner/
H A Da10_hdmiaudio.c111 mix_setdevs(m, SOUND_MASK_PCM); in a10hdmiaudio_mixer_init()
H A Da10_codec.c509 mix_setdevs(m, SOUND_MASK_PCM | SOUND_MASK_VOLUME | SOUND_MASK_RECLEV | in h3_mixer_init()
/freebsd-12.1/sys/dev/sound/pcm/
H A Dmixer.c468 v |= SOUND_MASK_PCM; in mix_setdevs()
1165 *(int *)arg |= SOUND_MASK_PCM; in mixer_ioctl_channel()
H A Dac97.c1008 SOUND_MASK_PCM | SOUND_MASK_CD); in ac97mix_init()
H A Ddsp.c1047 *(int *)arg |= SOUND_MASK_PCM; in dsp_ioctl_channel()
/freebsd-12.1/sys/dev/sound/pci/
H A Dhdspe-pcm.c130 mask = SOUND_MASK_PCM; in hdspemixer_init()
H A Dsolo.c660 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
/freebsd-12.1/sys/arm/freescale/vybrid/
H A Dvf_sai.c211 mask = SOUND_MASK_PCM; in saimixer_init()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx6_ssi.c246 mask = SOUND_MASK_PCM; in ssimixer_init()
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_aic.c148 mask = SOUND_MASK_PCM; in aicmixer_init()
/freebsd-12.1/sys/sys/
H A Dsoundcard.h1090 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM) macro
/freebsd-12.1/sys/dev/sound/pci/hda/
H A Dhdaa.c2258 if ((mask & SOUND_MASK_PCM) == 0 || in hdaa_audio_ctl_ossmixer_init()
2262 mask |= SOUND_MASK_PCM; in hdaa_audio_ctl_ossmixer_init()
2274 SOUND_MASK_PCM); in hdaa_audio_ctl_ossmixer_init()
5560 flag = ~(SOUND_MASK_VOLUME | SOUND_MASK_PCM | in hdaa_dump_ctls()
7016 hdaa_dump_ctls(pdevinfo, "PCM Volume", SOUND_MASK_PCM); in hdaa_pcm_attach()
/freebsd-12.1/sys/dev/sound/usb/
H A Duaudio.c1144 if (!(sc->sc_mix_info & SOUND_MASK_PCM)) { in uaudio_attach_sub()
5466 mix_setparentchild(m, SOUND_MIXER_VOLUME, SOUND_MASK_PCM); in uaudio_mixer_init_sub()