Symbol: SOUND_MIXER_PCM
sys/dev/sound/pci/als4000.c
538
[SOUND_MIXER_PCM] = { 0x32, 0x33, 5, 0x00, 0x00 },
sys/dev/sound/pci/cmi.c
631
[SOUND_MIXER_PCM] = {CMPCI_SB16_MIXER_VOICE_R, 1, 0, 5, 0, 0},
sys/dev/sound/pci/emu10kx-pcm.c
188
[SOUND_MIXER_PCM] = {1, 0, (-1)},
sys/dev/sound/pci/emu10kx-pcm.c
227
p |= (1 << SOUND_MIXER_PCM);
sys/dev/sound/pci/emu10kx-pcm.c
317
case SOUND_MIXER_PCM:
sys/dev/sound/pci/emu10kx-pcm.c
457
if ((src & (1 << SOUND_MIXER_PCM)) == (1 << SOUND_MIXER_PCM)) {
sys/dev/sound/pci/es137x.c
1543
level = mix_get(m, SOUND_MIXER_PCM);
sys/dev/sound/pci/es137x.c
1575
if (recsrc & (1 << SOUND_MIXER_PCM))
sys/dev/sound/pci/es137x.c
1578
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
2285
pdevinfo->minamp[SOUND_MIXER_PCM] ==
sys/dev/sound/pci/hda/hdaa.c
2286
pdevinfo->maxamp[SOUND_MIXER_PCM]) {
sys/dev/sound/pci/hda/hdaa.c
4806
use = SOUND_MIXER_PCM;
sys/dev/sound/pci/solo.c
669
case SOUND_MIXER_PCM:
sys/dev/sound/pci/vibes.c
476
[SOUND_MIXER_PCM] = {SV_REG_PCM, 1, 1, 1, SV_PCM_MAX, 0},
sys/dev/sound/pcm/ac97.c
1062
bzero(&codec->mix[SOUND_MIXER_PCM],
sys/dev/sound/pcm/ac97.c
1063
sizeof(codec->mix[SOUND_MIXER_PCM]));
sys/dev/sound/pcm/ac97.c
91
[SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 },
sys/dev/sound/pcm/channel.c
2145
vol = mix_get(m, SOUND_MIXER_PCM);
sys/dev/sound/pcm/channel.c
2146
parent = mix_getparent(m, SOUND_MIXER_PCM);
sys/dev/sound/pcm/dsp.c
560
else if (j == SOUND_MIXER_PCM && wrch != NULL)
sys/dev/sound/pcm/dsp.c
583
case SOUND_MIXER_PCM:
sys/dev/sound/pcm/dsp.c
616
*(int *)arg = mute << SOUND_MIXER_PCM;
sys/dev/sound/pcm/dsp.c
619
case SOUND_MIXER_PCM:
sys/dev/sound/pcm/mixer.c
1066
case SOUND_MIXER_PCM:
sys/dev/sound/pcm/mixer.c
1106
if (j == SOUND_MIXER_PCM)
sys/dev/sound/pcm/mixer.c
277
if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL))
sys/dev/sound/pcm/mixer.c
291
if (i == SOUND_MIXER_PCM &&
sys/dev/sound/pcm/mixer.c
304
if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL))
sys/dev/sound/pcm/mixer.c
75
[SOUND_MIXER_PCM] = 75,
sys/dev/sound/usb/uaudio.c
4540
retval = SOUND_MIXER_PCM;
sys/dev/sound/usb/uaudio.c
4614
terminal_type_output, SOUND_MIXER_PCM));
sys/dev/sound/usb/uaudio.c
4673
terminal_type_output, SOUND_MIXER_PCM));
sys/sys/soundcard.h
1094
#define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM)
sys/sys/soundcard.h
1126
#define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM)
sys/sys/soundcard.h
1164
#define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)