Symbol: SOUND_MIXER_SYNTH
sys/dev/sound/pci/als4000.c
539
[SOUND_MIXER_SYNTH] = { 0x34, 0x35, 5, 0x60, 0x40 },
sys/dev/sound/pci/cmi.c
622
[SOUND_MIXER_SYNTH] = {CMPCI_SB16_MIXER_FM_R, 1, 1, 5,
sys/dev/sound/pci/es137x.c
1562
mix_setdevs(m, mix_getdevs(m) | (1 << SOUND_MIXER_SYNTH));
sys/dev/sound/pci/es137x.c
1563
mix_setrecdevs(m, mix_getrecdevs(m) | (1 << SOUND_MIXER_SYNTH));
sys/dev/sound/pci/es137x.c
1564
err = mix_set(m, SOUND_MIXER_SYNTH, level & 0x7f,
sys/dev/sound/pci/es137x.c
1567
err = mix_set(m, SOUND_MIXER_SYNTH, level & 0x7f,
sys/dev/sound/pci/es137x.c
1569
mix_setdevs(m, mix_getdevs(m) & ~(1 << SOUND_MIXER_SYNTH));
sys/dev/sound/pci/es137x.c
1571
~(1 << SOUND_MIXER_SYNTH));
sys/dev/sound/pci/es137x.c
1576
recsrc |= 1 << SOUND_MIXER_SYNTH;
sys/dev/sound/pci/es137x.c
1577
else if (recsrc & (1 << SOUND_MIXER_SYNTH))
sys/dev/sound/pci/es137x.c
266
[SOUND_MIXER_SYNTH] = { 2, 0x4, 0x5, 1, 0x0060, 1 },
sys/dev/sound/pci/es137x.c
332
v &= ~(1 << SOUND_MIXER_SYNTH);
sys/dev/sound/pci/es137x.c
340
v &= ~(1 << SOUND_MIXER_SYNTH);
sys/dev/sound/pci/es137x.c
369
if (set_dac1 && mixtable[SOUND_MIXER_SYNTH].stereo)
sys/dev/sound/pci/es137x.c
371
mixtable[SOUND_MIXER_SYNTH].right, rr);
sys/dev/sound/pci/es137x.c
375
es1370_wrcodec(es, mixtable[SOUND_MIXER_SYNTH].left, rl);
sys/dev/sound/pci/es137x.c
396
j |= mixtable[SOUND_MIXER_SYNTH].recmask;
sys/dev/sound/pci/solo.c
664
case SOUND_MIXER_SYNTH:
sys/dev/sound/pci/vibes.c
473
[SOUND_MIXER_SYNTH] = {SV_REG_SYNTH, 0, 1, 1, SV_DEFAULT_MAX, 0},
sys/dev/sound/pcm/mixer.c
74
[SOUND_MIXER_SYNTH] = 75,
sys/dev/sound/usb/uaudio.c
4513
{UATF_SYNTHESIZER, SOUND_MIXER_SYNTH},
sys/sys/soundcard.h
1093
#define SOUND_MASK_SYNTH (1 << SOUND_MIXER_SYNTH)
sys/sys/soundcard.h
1125
#define SOUND_MIXER_READ_SYNTH MIXER_READ(SOUND_MIXER_SYNTH)
sys/sys/soundcard.h
1163
#define SOUND_MIXER_WRITE_SYNTH MIXER_WRITE(SOUND_MIXER_SYNTH)