Home
last modified time | relevance | path

Searched refs:SD_F_SOFTPCMVOL (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
HDmixer.c283 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set()
298 (d->flags & SD_F_SOFTPCMVOL)) in mixer_set()
310 if (dev == SOUND_MIXER_PCM && (d->flags & SD_F_SOFTPCMVOL)) in mixer_set()
465 if (d != NULL && (d->flags & SD_F_SOFTPCMVOL)) in mix_setdevs()
756 if (snddev->flags & SD_F_SOFTPCMVOL) in mixer_init()
HDac97.c846 pcm_setflags(dev, pcm_getflags(dev) | SD_F_SOFTPCMVOL); in ac97_create()
994 SD_F_SOFTPCMVOL); in ac97mix_init()
1001 if (pcm_getflags(codec->dev) & SD_F_SOFTPCMVOL) in ac97mix_init()
HDsound.h130 #define SD_F_SOFTPCMVOL 0x00000004 macro
HDfeeder_chain.c728 (!(d->flags & SD_F_VPC) && (d->flags & SD_F_SOFTPCMVOL) && in feeder_chain()
HDchannel.c2031 (d->flags & SD_F_SOFTPCMVOL)) { in chn_syncstate()
/freebsd-11-stable/sys/arm/allwinner/
HDa10_hdmiaudio.c401 pcm_setflags(dev, pcm_getflags(dev) | SD_F_SOFTPCMVOL); in a10hdmiaudio_attach()
/freebsd-11-stable/sys/dev/sound/pci/
HDhdspe-pcm.c131 pcm_setflags(scp->dev, pcm_getflags(scp->dev) | SD_F_SOFTPCMVOL); in hdspemixer_init()
HDenvy24ht.c1872 pcm_setflags(sc->dev, pcm_getflags(sc->dev) | SD_F_SOFTPCMVOL); in envy24htmixer_init()
/freebsd-11-stable/sys/arm/freescale/imx/
HDimx6_ssi.c251 pcm_setflags(scp->dev, pcm_getflags(scp->dev) | SD_F_SOFTPCMVOL); in ssimixer_init()
/freebsd-11-stable/sys/arm/freescale/vybrid/
HDvf_sai.c212 pcm_setflags(scp->dev, pcm_getflags(scp->dev) | SD_F_SOFTPCMVOL); in saimixer_init()
/freebsd-11-stable/sys/dev/sound/usb/
HDuaudio.c1196 uaudio_pcm_setflags(dev, SD_F_SOFTPCMVOL); in uaudio_attach_sub()
/freebsd-11-stable/sys/dev/sound/pci/hda/
HDhdaa.c2260 pcm_setflags(pdevinfo->dev, pcm_getflags(pdevinfo->dev) | SD_F_SOFTPCMVOL); in hdaa_audio_ctl_ossmixer_init()