Searched refs:SOUND_MASK_SPEAKER (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | ad1848_mixer.h | 39 SOUND_MASK_LINE3 | SOUND_MASK_SPEAKER | \ 56 SOUND_MASK_SPEAKER | SOUND_MASK_LINE1 | \
|
D | sb_mixer.c | 42 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()
|
D | pas2_mixer.c | 36 #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…
|
D | harmony.c | 1004 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()
|
D | ac97.c | 29 … { AC97_PCBEEP_VOL, SOUND_MIXER_SPEAKER, 0x0f, MO, SOUND_MASK_SPEAKER, -1, 0x001e, INV },
|
D | waveartist.c | 1068 (SOUND_MASK_SPEAKER | SOUND_MASK_IMIX), 1695 SOUND_MASK_PCM | SOUND_MASK_SPEAKER |
|
D | ad1816.c | 955 val=devc->supported_devices & ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX); in ad1816_mixer_ioctl()
|
D | sb_ess.c | 1358 | SOUND_MASK_LINE2 | SOUND_MASK_SPEAKER )
|
D | ad1848.c | 755 val &= ~(SOUND_MASK_SPEAKER | SOUND_MASK_IMIX); in ad1848_mixer_ioctl()
|
D | esssolo1.c | 753 SOUND_MASK_SPEAKER, (int *)arg); in mixer_ioctl()
|
D | maestro.c | 599 SOUND_MASK_SPEAKER)
|
/linux-2.4.37.9/include/linux/ |
D | ac97_codec.h | 198 SOUND_MASK_SPEAKER|SOUND_MASK_MIC|\
|
D | soundcard.h | 822 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER) macro
|
/linux-2.4.37.9/drivers/sound/dmasound/ |
D | dmasound_awacs.c | 1734 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()
|
D | dmasound_atari.c | 1392 (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/ |
D | audio.c | 402 #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/ |
D | cs4281m.c | 2359 SOUND_MASK_SPEAKER, (int *) arg); in mixer_ioctl()
|
/linux-2.4.37.9/drivers/usb/ |
D | audio.c | 3282 if ((state->termtype & 0xff00) == 0x0300 && (state->mixchmask & SOUND_MASK_SPEAKER)) in getvolchannel()
|