Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/au88x0/
Dau88x0_pcm.c264 chip->pcm_vol[substream->number].active = 1; in snd_vortex_pcm_hw_params()
266 chip->pcm_vol[substream->number].kctl, 1); in snd_vortex_pcm_hw_params()
299 chip->pcm_vol[substream->number].active = 0; in snd_vortex_pcm_hw_free()
301 chip->pcm_vol[substream->number].kctl, in snd_vortex_pcm_hw_free()
555 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_get()
571 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_put()
687 chip->pcm_vol[i].active = 0; in snd_vortex_new_pcm()
688 chip->pcm_vol[i].dma = -1; in snd_vortex_new_pcm()
692 chip->pcm_vol[i].kctl = kctl; in snd_vortex_new_pcm()
Dau88x0.h108 struct pcm_vol { struct
177 struct pcm_vol pcm_vol[NR_PCM]; member
Dau88x0_core.c2121 struct pcm_vol *p; in vortex_adb_allocroute()
2256 p = &vortex->pcm_vol[subdev]; in vortex_adb_allocroute()