Home
last modified time | relevance | path

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

/linux/sound/pci/ca0106/
H A Dca0106_main.c1186 struct snd_ca0106_channel *pchannel; in snd_ca0106_interrupt() local
1201 pchannel = &(chip->playback_channels[i]); in snd_ca0106_interrupt()
1204 if(pchannel->use) { in snd_ca0106_interrupt()
1205 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()
1217 pchannel = &(chip->capture_channels[i]); in snd_ca0106_interrupt()
1220 if(pchannel->use) { in snd_ca0106_interrupt()
1221 snd_pcm_period_elapsed(pchannel->epcm->substream); in snd_ca0106_interrupt()