Searched refs:SOUND_MIXER_PCM (Results 1 – 13 of 13) sorted by relevance
| /dragonfly/sys/dev/sound/pcm/ |
| HD | mixer.c | 84 [SOUND_MIXER_PCM] = 75, 285 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set() 299 if (i == SOUND_MIXER_PCM && in mixer_set() 312 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set() 1105 case SOUND_MIXER_PCM: in mixer_ioctl_channel() 1146 if (j == SOUND_MIXER_PCM) in mixer_ioctl_channel()
|
| HD | ac97.c | 90 [SOUND_MIXER_PCM] = { AC97_MIX_PCM, 5, 0, 1, 1, 0, 0, 1 }, 991 bzero(&codec->mix[SOUND_MIXER_PCM], in ac97mix_init() 992 sizeof(codec->mix[SOUND_MIXER_PCM])); in ac97mix_init()
|
| HD | channel.c | 2086 vol = mix_get(m, SOUND_MIXER_PCM); in chn_syncstate() 2087 parent = mix_getparent(m, SOUND_MIXER_PCM); in chn_syncstate()
|
| HD | dsp.c | 1009 else if (j == SOUND_MIXER_PCM && wrch != NULL) in dsp_ioctl_channel() 1042 ((j == SOUND_MIXER_PCM && volch->direction == PCMDIR_PLAY) || in dsp_ioctl_channel()
|
| /dragonfly/sys/sys/ |
| HD | soundcard.h | 1013 #define SOUND_MIXER_PCM 4 /* Output level for the audio device */ macro 1088 #define SOUND_MASK_PCM (1 << SOUND_MIXER_PCM) 1120 #define SOUND_MIXER_READ_PCM MIXER_READ(SOUND_MIXER_PCM) 1158 #define SOUND_MIXER_WRITE_PCM MIXER_WRITE(SOUND_MIXER_PCM)
|
| /dragonfly/sys/dev/sound/pci/ |
| HD | emu10kx-pcm.c | 187 [SOUND_MIXER_PCM] = {1, 0, (-1)}, 226 p |= (1 << SOUND_MIXER_PCM); in emu_dspmixer_init() 316 case SOUND_MIXER_PCM: in emu_dspmixer_set() 456 if ((src & (1 << SOUND_MIXER_PCM)) == (1 << SOUND_MIXER_PCM)) { in emu_dspmixer_setrecsrc()
|
| HD | 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()
|
| HD | als4000.c | 543 [SOUND_MIXER_PCM] = { 0x32, 0x33, 5, 0x00, 0x00 },
|
| HD | solo.c | 681 case SOUND_MIXER_PCM: in essmix_set()
|
| HD | cmi.c | 636 [SOUND_MIXER_PCM] = {CMPCI_SB16_MIXER_VOICE_R, 1, 0, 5, 0, 0},
|
| HD | vibes.c | 478 [SOUND_MIXER_PCM] = {SV_REG_PCM, 1, 1, 1, SV_PCM_MAX, 0},
|
| /dragonfly/sys/dev/sound/pci/hda/ |
| HD | hdaa.c | 2290 pdevinfo->minamp[SOUND_MIXER_PCM] == in hdaa_audio_ctl_ossmixer_init() 2291 pdevinfo->maxamp[SOUND_MIXER_PCM]) { in hdaa_audio_ctl_ossmixer_init() 4809 use = SOUND_MIXER_PCM; in hdaa_audio_assign_names()
|
| /dragonfly/sys/bus/u4b/audio/ |
| HD | uaudio.c | 4343 {UAT_STREAM, SOUND_MIXER_PCM},
|