Searched refs:SOUND_MASK_PCM (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/sys/dev/sound/isa/ |
| H A D | mss.h | 236 (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 D | ad1816.h | 95 (SOUND_MASK_VOLUME | SOUND_MASK_PCM | SOUND_MASK_SYNTH | \
|
| H A D | sb8.c | 319 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 D | sb16.c | 316 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | in sb16mix_init()
|
| H A D | ess.c | 674 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
|
| /freebsd-13.1/sys/arm/allwinner/ |
| H A D | a10_hdmiaudio.c | 110 mix_setdevs(m, SOUND_MASK_PCM); in a10hdmiaudio_mixer_init()
|
| H A D | a10_codec.c | 508 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 D | mixer.c | 499 v |= SOUND_MASK_PCM; in mix_setdevs() 1202 *(int *)arg |= SOUND_MASK_PCM; in mixer_ioctl_channel()
|
| H A D | ac97.c | 1009 SOUND_MASK_PCM | SOUND_MASK_CD); in ac97mix_init()
|
| H A D | dsp.c | 1023 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 D | jz4780_aic.c | 148 mask = SOUND_MASK_PCM; in aicmixer_init()
|
| /freebsd-13.1/sys/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 211 mask = SOUND_MASK_PCM; in saimixer_init()
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx6_ssi.c | 246 mask = SOUND_MASK_PCM; in ssimixer_init()
|
| /freebsd-13.1/sys/dev/sound/pci/ |
| H A D | hdspe-pcm.c | 129 mask = SOUND_MASK_PCM; in hdspemixer_init()
|
| H A D | solo.c | 659 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_LINE | in essmix_init()
|
| /freebsd-13.1/sys/sys/ |
| H A D | soundcard.h | 1088 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM) macro
|
| /freebsd-13.1/sys/dev/sound/pci/hda/ |
| H A D | hdaa.c | 2256 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 D | uaudio.c | 1188 (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()
|