Home
last modified time | relevance | path

Searched refs:SOUND_MASK_VOLUME (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/sound/oss/
Dad1848_mixer.h43 #define MODE3_MIXER_DEVICES (MODE2_MIXER_DEVICES | SOUND_MASK_VOLUME)
49 SOUND_MASK_MIC | SOUND_MASK_VOLUME | \
53 #define SPRO_MIXER_DEVICES (SOUND_MASK_VOLUME | SOUND_MASK_PCM | \
Dsb_mixer.c36 SOUND_MASK_CD | SOUND_MASK_VOLUME)
55 SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | \
64 SOUND_MASK_VOLUME)
269 ~(SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_PCM | SOUND_MASK_VOLUME); in smw_mixer_init()
Dvidc.c147 val = SOUND_MASK_VOLUME | SOUND_MASK_PCM | SOUND_MASK_SYNTH; in vidc_mixer_ioctl()
151 val = SOUND_MASK_VOLUME | SOUND_MASK_PCM | SOUND_MASK_SYNTH; in vidc_mixer_ioctl()
Dpas2_mixer.c37 SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_RECLEV)
Dwaveartist.c64 SOUND_MASK_VOLUME |\
1706 .supported_devs = SOUND_MASK_VOLUME | SOUND_MASK_SYNTH |
1717 .stereo_devs = SOUND_MASK_VOLUME | SOUND_MASK_SYNTH |
Dpss.c589 or_mask = SOUND_MASK_VOLUME | SOUND_MASK_BASS | SOUND_MASK_TREBLE | SOUND_MASK_SYNTH; in pss_mixer_ioctl()
596 or_mask = SOUND_MASK_VOLUME; in pss_mixer_ioctl()
Dswarm_cs4297a.c1163 SOUND_MASK_LINE, SOUND_MASK_VOLUME, 0, 0 in mixer_ioctl()
1290 SOUND_MASK_VOLUME | SOUND_MASK_RECLEV, in mixer_ioctl()
1294 return put_user(SOUND_MASK_LINE | SOUND_MASK_VOLUME, in mixer_ioctl()
1299 SOUND_MASK_VOLUME | SOUND_MASK_RECLEV, in mixer_ioctl()
Dsb_ess.c1349 | SOUND_MASK_MIC | SOUND_MASK_CD | SOUND_MASK_VOLUME \
Dmsnd_pinnacle.c612 SOUND_MASK_VOLUME; in mixer_ioctl()
/linux-4.1.27/sound/oss/dmasound/
Ddmasound_paula.c623 return IOCTL_OUT(arg, SOUND_MASK_VOLUME | SOUND_MASK_TREBLE); in AmiMixerIoctl()
627 return IOCTL_OUT(arg, SOUND_MASK_VOLUME); in AmiMixerIoctl()
Ddmasound_atari.c1403 SOUND_MASK_VOLUME | SOUND_MASK_TREBLE | SOUND_MASK_BASS | in TTMixerIoctl()
1406 return IOCTL_OUT(arg, SOUND_MASK_VOLUME); in TTMixerIoctl()
1437 return IOCTL_OUT(arg, SOUND_MASK_VOLUME | SOUND_MASK_MIC | SOUND_MASK_SPEAKER); in FalconMixerIoctl()
1439 return IOCTL_OUT(arg, SOUND_MASK_VOLUME | SOUND_MASK_MIC); in FalconMixerIoctl()
/linux-4.1.27/include/uapi/linux/
Dsoundcard.h819 #define SOUND_MASK_VOLUME (1 << SOUND_MIXER_VOLUME) macro