Searched refs:SOUND_MIXER_PCM (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | mixer.c | 81 [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 D | ac97.c | 91 [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 D | dsp.c | 580 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 D | channel.c | 2185 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 D | soundcard.h | 1020 #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 D | emu10kx-pcm.c | 188 [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 D | es137x.c | 265 [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 D | als4000.c | 538 [SOUND_MIXER_PCM] = { 0x32, 0x33, 5, 0x00, 0x00 },
|
H A D | vibes.c | 476 [SOUND_MIXER_PCM] = {SV_REG_PCM, 1, 1, 1, SV_PCM_MAX, 0},
|
H A D | solo.c | 668 case SOUND_MIXER_PCM: in essmix_set()
|
H A D | cmi.c | 631 [SOUND_MIXER_PCM] = {CMPCI_SB16_MIXER_VOICE_R, 1, 0, 5, 0, 0},
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 4552 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 D | hdaa.c | 2258 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()
|