Home
last modified time | relevance | path

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

/Linux-v4.19/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()
558 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_get()
574 struct pcm_vol *p = &vortex->pcm_vol[subdev]; in snd_vortex_pcm_vol_put()
690 chip->pcm_vol[i].active = 0; in snd_vortex_new_pcm()
691 chip->pcm_vol[i].dma = -1; in snd_vortex_new_pcm()
695 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.c2120 struct pcm_vol *p; in vortex_adb_allocroute()
2253 p = &vortex->pcm_vol[subdev]; in vortex_adb_allocroute()