Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_pcm.c244 chip->pcm_vol[substream->number].active = 1; in snd_vortex_pcm_hw_params()
246 chip->pcm_vol[substream->number].kctl, 1); in snd_vortex_pcm_hw_params()
279 chip->pcm_vol[substream->number].active = 0; in snd_vortex_pcm_hw_free()
281 chip->pcm_vol[substream->number].kctl, in snd_vortex_pcm_hw_free()
536 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_get()
552 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_put()
668 chip->pcm_vol[i].active = 0; in snd_vortex_new_pcm()
669 chip->pcm_vol[i].dma = -1; in snd_vortex_new_pcm()
673 chip->pcm_vol[i].kctl = kctl; in snd_vortex_new_pcm()
H A Dau88x0.h96 struct pcm_vol { struct
165 struct pcm_vol pcm_vol[NR_PCM]; member
H A Dau88x0_core.c2114 struct pcm_vol *p; in vortex_adb_allocroute()
2249 p = &vortex->pcm_vol[subdev]; in vortex_adb_allocroute()