Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_PCM (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dmixer.c81 [SOUND_MIXER_PCM] = 75,
283 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set()
297 if (i == SOUND_MIXER_PCM && in mixer_set()
310 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set()
1111 case SOUND_MIXER_PCM: in mixer_ioctl_channel()
1152 if (j == SOUND_MIXER_PCM) in mixer_ioctl_channel()
H A Dac97.c91 [SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 },
1072 bzero(&codec->mix[SOUND_MIXER_PCM], in ac97mix_init()
1073 sizeof(codec->mix[SOUND_MIXER_PCM])); in ac97mix_init()
H A Ddsp.c580 else if (j == SOUND_MIXER_PCM && wrch != NULL) in dsp_ioctl_channel()
604 case SOUND_MIXER_PCM: in dsp_ioctl_channel()
636 *(int *)arg = mute << SOUND_MIXER_PCM; in dsp_ioctl_channel()
639 case SOUND_MIXER_PCM: in dsp_ioctl_channel()
H A Dchannel.c2185 vol = mix_get(m, SOUND_MIXER_PCM); in chn_syncstate()
2186 parent = mix_getparent(m, SOUND_MIXER_PCM); in chn_syncstate()
/freebsd/sys/sys/
H A Dsoundcard.h1020 #define SOUND_MIXER_PCM 4 /* Output level for the audio device */ macro
1094 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
1126 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
1164 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c188 [SOUND_MIXER_PCM] = {1, 0, (-1)},
227 p |= (1 << SOUND_MIXER_PCM); in emu_dspmixer_init()
317 case SOUND_MIXER_PCM: in emu_dspmixer_set()
457 if ((src & (1 << SOUND_MIXER_PCM)) == (1 << SOUND_MIXER_PCM)) { in emu_dspmixer_setrecsrc()
H A Des137x.c265 [SOUND_MIXER_PCM] = { 1, 0x2, 0x3, 1, 0x0400, 1 },
361 if (dev == SOUND_MIXER_PCM && (ES_SINGLE_PCM_MIX(es->escfg)) && in es1370_mixset()
394 if ((src & (1 << SOUND_MIXER_PCM)) && ES_SINGLE_PCM_MIX(es->escfg) && in es1370_mixsetrecsrc()
1547 level = mix_get(m, SOUND_MIXER_PCM); in sysctl_es137x_single_pcm_mixer()
1579 if (recsrc & (1 << SOUND_MIXER_PCM)) in sysctl_es137x_single_pcm_mixer()
1582 recsrc |= 1 << SOUND_MIXER_PCM; in sysctl_es137x_single_pcm_mixer()
H A Dals4000.c538 [SOUND_MIXER_PCM] = { 0x32, 0x33, 5, 0x00, 0x00 },
H A Dvibes.c476 [SOUND_MIXER_PCM] = {SV_REG_PCM, 1, 1, 1, SV_PCM_MAX, 0},
H A Dsolo.c668 case SOUND_MIXER_PCM: in essmix_set()
H A Dcmi.c631 [SOUND_MIXER_PCM] = {CMPCI_SB16_MIXER_VOICE_R, 1, 0, 5, 0, 0},
/freebsd/sys/dev/sound/usb/
H A Duaudio.c4552 retval = SOUND_MIXER_PCM; in uaudio_mixer_get_feature_by_tt()
4626 terminal_type_output, SOUND_MIXER_PCM)); in uaudio_mixer_determine_class()
4685 terminal_type_output, SOUND_MIXER_PCM)); in uaudio20_mixer_determine_class()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c2258 pdevinfo->minamp[SOUND_MIXER_PCM] == in hdaa_audio_ctl_ossmixer_init()
2259 pdevinfo->maxamp[SOUND_MIXER_PCM]) { in hdaa_audio_ctl_ossmixer_init()
4779 use = SOUND_MIXER_PCM; in hdaa_audio_assign_names()