Symbol: SOUND_MIXER_RECLEV
sys/arm/allwinner/a10_codec.c
251
[SOUND_MIXER_RECLEV] = { A10_ADC_ACTL, A10_ADCG_MASK,
sys/arm/allwinner/a10_codec.c
524
[SOUND_MIXER_RECLEV] = { H3_ADC_AP_EN, H3_ADCG_MASK,
sys/dev/sound/pci/hda/hdaa.c
2559
if (dev == SOUND_MIXER_RECLEV &&
sys/dev/sound/pci/hda/hdaa.c
4996
SOUND_MIXER_RECLEV, 0, &minamp, &maxamp);
sys/dev/sound/pci/hda/hdaa.c
4997
hdaa_adjust_amp(w, SOUND_MIXER_RECLEV, found, minamp, maxamp);
sys/dev/sound/pci/hdsp-pcm.c
350
(dev == SOUND_MIXER_RECLEV && ch->dir == PCMDIR_REC)) {
sys/dev/sound/pci/hdspe-pcm.c
334
(dev == SOUND_MIXER_RECLEV && ch->dir == PCMDIR_REC)) {
sys/dev/sound/pci/vibes.c
477
[SOUND_MIXER_RECLEV] = {SV_REG_ADC_INPUT, 1, 0, 0, SV_ADC_MAX, 0},
sys/dev/sound/pcm/ac97.c
101
[SOUND_MIXER_RECLEV] = { -AC97_MIX_RGAIN, 4, 0, 1, 1, 0, 0, 1 }
sys/dev/sound/pcm/dsp.c
558
if (j == SOUND_MIXER_RECLEV && rdch != NULL)
sys/dev/sound/pcm/dsp.c
592
case SOUND_MIXER_RECLEV:
sys/dev/sound/pcm/dsp.c
614
*(int *)arg = mute << SOUND_MIXER_RECLEV;
sys/dev/sound/pcm/dsp.c
627
case SOUND_MIXER_RECLEV:
sys/dev/sound/pcm/mixer.c
1067
case SOUND_MIXER_RECLEV:
sys/dev/sound/pcm/mixer.c
1102
if (j == SOUND_MIXER_RECLEV)
sys/dev/sound/pcm/mixer.c
83
[SOUND_MIXER_RECLEV] = 75,
sys/dev/sound/usb/uaudio.c
4537
retval = SOUND_MIXER_RECLEV;
sys/dev/sound/usb/uaudio.c
4611
terminal_type_input, SOUND_MIXER_RECLEV));
sys/dev/sound/usb/uaudio.c
4670
terminal_type_input, SOUND_MIXER_RECLEV));
sys/sys/soundcard.h
1101
#define SOUND_MASK_RECLEV (1 << SOUND_MIXER_RECLEV)
sys/sys/soundcard.h
1133
#define SOUND_MIXER_READ_RECLEV MIXER_READ(SOUND_MIXER_RECLEV)
sys/sys/soundcard.h
1171
#define SOUND_MIXER_WRITE_RECLEV MIXER_WRITE(SOUND_MIXER_RECLEV)