Searched refs:SOUND_MASK_VOLUME (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/isa/ |
| D | mss.h | 267 (SOUND_MASK_VOLUME | SOUND_MASK_SYNTH | SOUND_MASK_PCM | \ 295 (SOUND_MASK_VOLUME | SOUND_MASK_SYNTH | SOUND_MASK_PCM | \
|
| D | ad1816.h | 95 (SOUND_MASK_VOLUME | SOUND_MASK_PCM | SOUND_MASK_SYNTH | \
|
| D | sb8.c | 322 SOUND_MASK_MIC | SOUND_MASK_CD | SOUND_MASK_VOLUME); in sbpromix_init() 415 mix_setdevs(m, SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_CD | SOUND_MASK_VOLUME); in sbmix_init()
|
| D | sb16.c | 322 SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE); in sb16mix_init()
|
| D | ess.c | 678 SOUND_MASK_MIC | SOUND_MASK_CD | SOUND_MASK_VOLUME | in essmix_init()
|
| D | mss.c | 552 mix_setdevs(m, mix_getdevs(m) | SOUND_MASK_VOLUME | SOUND_MASK_MIC in ymmix_init()
|
| /freebsd-12-stable/sys/dev/sound/macio/ |
| D | davbus.c | 188 mix_setdevs(m, SOUND_MASK_VOLUME); in burgundy_init() 360 mix_setdevs(m, SOUND_MASK_VOLUME); in screamer_init()
|
| D | onyx.c | 253 x |= SOUND_MASK_VOLUME; in onyx_init()
|
| D | tumbler.c | 368 x |= SOUND_MASK_VOLUME; in tumbler_init()
|
| D | snapper.c | 422 x |= SOUND_MASK_VOLUME; in snapper_init()
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | a10_codec.c | 232 mix_setdevs(m, SOUND_MASK_VOLUME | SOUND_MASK_LINE | SOUND_MASK_RECLEV); in a10_mixer_init() 509 mix_setdevs(m, SOUND_MASK_PCM | SOUND_MASK_VOLUME | SOUND_MASK_RECLEV | in h3_mixer_init()
|
| /freebsd-12-stable/sys/arm/freescale/imx/ |
| D | imx6_ssi.c | 247 mask |= SOUND_MASK_VOLUME; in ssimixer_init()
|
| /freebsd-12-stable/sys/dev/sound/pci/ |
| D | hdspe-pcm.c | 133 mask |= SOUND_MASK_VOLUME; in hdspemixer_init()
|
| D | solo.c | 661 SOUND_MASK_MIC | SOUND_MASK_CD | SOUND_MASK_VOLUME | in essmix_init()
|
| D | emu10kx-pcm.c | 484 mix_setdevs(m, SOUND_MASK_VOLUME); in emu_efxmixer_init()
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_audio.c | 739 mix_setdevs(m, SOUND_MASK_VOLUME); in bcmmix_init()
|
| /freebsd-12-stable/sys/sys/ |
| D | soundcard.h | 1086 #define SOUND_MASK_VOLUME (1 << SOUND_MIXER_VOLUME) macro
|
| /freebsd-12-stable/sys/dev/sound/pci/hda/ |
| D | hdaa.c | 2271 if ((mask & SOUND_MASK_VOLUME) == 0) { in hdaa_audio_ctl_ossmixer_init() 2272 mask |= SOUND_MASK_VOLUME; in hdaa_audio_ctl_ossmixer_init() 5562 flag = ~(SOUND_MASK_VOLUME | SOUND_MASK_PCM | in hdaa_dump_ctls() 7021 hdaa_dump_ctls(pdevinfo, "Master Volume", SOUND_MASK_VOLUME); in hdaa_pcm_attach()
|
| /freebsd-12-stable/sys/dev/sound/usb/ |
| D | uaudio.c | 5452 (sc->sc_child[i].mix_info & SOUND_MASK_VOLUME) == 0) { in uaudio_mixer_init_sub()
|