Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dad1848_mixer.h39 SOUND_MASK_LINE3 | SOUND_MASK_SPEAKER | \
56 SOUND_MASK_SPEAKER | SOUND_MASK_LINE1 | \
Dsb_mixer.c42 SOUND_MASK_TREBLE|SOUND_MASK_SPEAKER )
50 #define SB16_MIXER_DEVICES (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | SOUND_MASK_LI…
601 ret &= ~(SOUND_MASK_SPEAKER|SOUND_MASK_IMIX); in sb_mixer_ioctl()
603 ret &= ~(SOUND_MASK_MIC | SOUND_MASK_SPEAKER | SOUND_MASK_IMIX); in sb_mixer_ioctl()
Dpas2_mixer.c36 #define POSSIBLE_RECORDING_DEVICES (SOUND_MASK_SYNTH | SOUND_MASK_SPEAKER | SOUND_MASK_LINE | SOUND…
39 #define SUPPORTED_MIXER_DEVICES (SOUND_MASK_SYNTH | SOUND_MASK_PCM | SOUND_MASK_SPEAKER | SOUND_MA…
Dharmony.c1004 if (harmony.current_gain & GAIN_SE_MASK) outmask |=SOUND_MASK_SPEAKER; in harmony_mixer_get_outmask()
1022 if (outmask & SOUND_MASK_SPEAKER) in harmony_mixer_set_outmask()
1029 return (outmask & (SOUND_MASK_PHONEOUT | SOUND_MASK_LINE | SOUND_MASK_SPEAKER)); in harmony_mixer_set_outmask()
1078 ret = SOUND_MASK_SPEAKER | SOUND_MASK_LINE | in harmony_mixer_ioctl()
Dac97.c29 … { AC97_PCBEEP_VOL, SOUND_MIXER_SPEAKER, 0x0f, MO, SOUND_MASK_SPEAKER, -1, 0x001e, INV },
Dwaveartist.c1068 (SOUND_MASK_SPEAKER | SOUND_MASK_IMIX),
1695 SOUND_MASK_PCM | SOUND_MASK_SPEAKER |
Dad1816.c955 val=devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX); in ad1816_mixer_ioctl()
Dsb_ess.c1358 | SOUND_MASK_LINE2 | SOUND_MASK_SPEAKER )
Dad1848.c755 val &= ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX); in ad1848_mixer_ioctl()
Desssolo1.c753 SOUND_MASK_SPEAKER, (int *)arg); in mixer_ioctl()
Dmaestro.c599 SOUND_MASK_SPEAKER)
/linux-2.4.37.9/include/linux/
Dac97_codec.h198 SOUND_MASK_SPEAKER|SOUND_MASK_MIC|\
Dsoundcard.h822 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER) macro
/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound_awacs.c1734 data = SOUND_MASK_VOLUME | SOUND_MASK_SPEAKER in awacs_mixer_ioctl()
1770 data = SOUND_MASK_VOLUME | SOUND_MASK_SPEAKER| SOUND_MASK_RECLEV ; in awacs_mixer_ioctl()
1875 SOUND_MASK_SPEAKER | SOUND_MASK_ALTPCM; in burgundy_mixer_ioctl()
1909 data = SOUND_MASK_VOLUME | SOUND_MASK_SPEAKER in burgundy_mixer_ioctl()
Ddmasound_atari.c1392 (MACH_IS_TT ? SOUND_MASK_SPEAKER : 0)); in TTMixerIoctl()
1425 return IOCTL_OUT(arg, SOUND_MASK_VOLUME | SOUND_MASK_MIC | SOUND_MASK_SPEAKER); in FalconMixerIoctl()
/linux-2.4.37.9/drivers/sbus/audio/
Daudio.c402 #define MONO_DEVICES (SOUND_MASK_SPEAKER | SOUND_MASK_MIC)
603 if (i & AUDIO_SPEAKER) j |= SOUND_MASK_SPEAKER; in sparcaudio_mixer_ioctl()
/linux-2.4.37.9/drivers/sound/cs4281/
Dcs4281m.c2359 SOUND_MASK_SPEAKER, (int *) arg); in mixer_ioctl()
/linux-2.4.37.9/drivers/usb/
Daudio.c3282 if ((state->termtype & 0xff00) == 0x0300 && (state->mixchmask & SOUND_MASK_SPEAKER)) in getvolchannel()