Symbol: SOUND_MIXER_PCM
sys/bus/u4b/audio/uaudio.c
4343
{UAT_STREAM, SOUND_MIXER_PCM},
sys/dev/sound/pci/als4000.c
543
[SOUND_MIXER_PCM] = { 0x32, 0x33, 5, 0x00, 0x00 },
sys/dev/sound/pci/cmi.c
636
[SOUND_MIXER_PCM] = {CMPCI_SB16_MIXER_VOICE_R, 1, 0, 5, 0, 0},
sys/dev/sound/pci/emu10kx-pcm.c
187
[SOUND_MIXER_PCM] = {1, 0, (-1)},
sys/dev/sound/pci/emu10kx-pcm.c
226
p |= (1 << SOUND_MIXER_PCM);
sys/dev/sound/pci/emu10kx-pcm.c
316
case SOUND_MIXER_PCM:
sys/dev/sound/pci/emu10kx-pcm.c
456
if ((src & (1 << SOUND_MIXER_PCM)) == (1 << SOUND_MIXER_PCM)) {
sys/dev/sound/pci/es137x.c
1547
level = mix_get(m, SOUND_MIXER_PCM);
sys/dev/sound/pci/es137x.c
1579
if (recsrc & (1 << SOUND_MIXER_PCM))
sys/dev/sound/pci/es137x.c
1582
recsrc |= 1 << SOUND_MIXER_PCM;
sys/dev/sound/pci/es137x.c
265
[SOUND_MIXER_PCM] = { 1, 0x2, 0x3, 1, 0x0400, 1 },
sys/dev/sound/pci/es137x.c
361
if (dev == SOUND_MIXER_PCM && (ES_SINGLE_PCM_MIX(es->escfg)) &&
sys/dev/sound/pci/es137x.c
394
if ((src & (1 << SOUND_MIXER_PCM)) && ES_SINGLE_PCM_MIX(es->escfg) &&
sys/dev/sound/pci/hda/hdaa.c
2290
pdevinfo->minamp[SOUND_MIXER_PCM] ==
sys/dev/sound/pci/hda/hdaa.c
2291
pdevinfo->maxamp[SOUND_MIXER_PCM]) {
sys/dev/sound/pci/hda/hdaa.c
4809
use = SOUND_MIXER_PCM;
sys/dev/sound/pci/solo.c
681
case SOUND_MIXER_PCM:
sys/dev/sound/pci/vibes.c
478
[SOUND_MIXER_PCM] = {SV_REG_PCM, 1, 1, 1, SV_PCM_MAX, 0},
sys/dev/sound/pcm/ac97.c
90
[SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 },
sys/dev/sound/pcm/ac97.c
991
bzero(&codec->mix[SOUND_MIXER_PCM],
sys/dev/sound/pcm/ac97.c
992
sizeof(codec->mix[SOUND_MIXER_PCM]));
sys/dev/sound/pcm/channel.c
2086
vol = mix_get(m, SOUND_MIXER_PCM);
sys/dev/sound/pcm/channel.c
2087
parent = mix_getparent(m, SOUND_MIXER_PCM);
sys/dev/sound/pcm/dsp.c
1009
else if (j == SOUND_MIXER_PCM && wrch != NULL)
sys/dev/sound/pcm/dsp.c
1042
((j == SOUND_MIXER_PCM && volch->direction == PCMDIR_PLAY) ||
sys/dev/sound/pcm/mixer.c
1105
case SOUND_MIXER_PCM:
sys/dev/sound/pcm/mixer.c
1146
if (j == SOUND_MIXER_PCM)
sys/dev/sound/pcm/mixer.c
285
if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL))
sys/dev/sound/pcm/mixer.c
299
if (i == SOUND_MIXER_PCM &&
sys/dev/sound/pcm/mixer.c
312
if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL))
sys/dev/sound/pcm/mixer.c
84
[SOUND_MIXER_PCM] = 75,
sys/sys/soundcard.h
1088
#define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
sys/sys/soundcard.h
1120
#define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
sys/sys/soundcard.h
1158
#define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)