Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c62 #define PCM_VOLCH(x) (((struct dsp_cdevinfo *)(x)->si_drv1)->volch) macro
289 PCM_VOLCH(dev) == NULL, in dsp_cdevinfo_free()
725 volch = PCM_VOLCH(i_dev); in dsp_close()
729 PCM_VOLCH(i_dev) = NULL; in dsp_close()
947 c = PCM_VOLCH(dev); in dsp_get_volume_channel()
969 PCM_VOLCH(dev) = c; in dsp_get_volume_channel()
1003 volch = PCM_VOLCH(dev); in dsp_ioctl_channel()
1118 ret = dsp_ioctl_channel(i_dev, PCM_VOLCH(i_dev), cmd, arg); in dsp_ioctl()