Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c1384 struct dsp_pcm_channel_descriptor * pcm_channel, in cs46xx_dsp_pcm_channel_set_period() argument
1387 u32 temp = snd_cs46xx_peek (chip,pcm_channel->pcm_reader_scb->address << 2); in cs46xx_dsp_pcm_channel_set_period()
1418 snd_cs46xx_poke (chip,pcm_channel->pcm_reader_scb->address << 2,temp); in cs46xx_dsp_pcm_channel_set_period()
1463 struct dsp_pcm_channel_descriptor * pcm_channel) in cs46xx_dsp_destroy_pcm_channel() argument
1468 if (snd_BUG_ON(!pcm_channel->active || in cs46xx_dsp_destroy_pcm_channel()
1470 pcm_channel->src_scb->ref_count <= 0)) in cs46xx_dsp_destroy_pcm_channel()
1474 pcm_channel->unlinked = 1; in cs46xx_dsp_destroy_pcm_channel()
1475 pcm_channel->active = 0; in cs46xx_dsp_destroy_pcm_channel()
1476 pcm_channel->private_data = NULL; in cs46xx_dsp_destroy_pcm_channel()
1477 pcm_channel->src_scb->ref_count --; in cs46xx_dsp_destroy_pcm_channel()
[all …]
Dcs46xx_lib.h177 struct dsp_pcm_channel_descriptor * pcm_channel);
179 struct dsp_pcm_channel_descriptor * pcm_channel);
181 struct dsp_pcm_channel_descriptor * pcm_channel);
190 struct dsp_pcm_channel_descriptor * pcm_channel,
Dcs46xx_lib.c902 if (snd_BUG_ON(!cpcm->pcm_channel)) in snd_cs46xx_playback_direct_pointer()
906 ptr = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address + 2) << 2); in snd_cs46xx_playback_direct_pointer()
921 if (snd_BUG_ON(!cpcm->pcm_channel)) in snd_cs46xx_playback_indirect_pointer()
923 ptr = snd_cs46xx_peek(chip, (cpcm->pcm_channel->pcm_reader_scb->address + 2) << 2); in snd_cs46xx_playback_indirect_pointer()
954 if (! cpcm->pcm_channel) { in snd_cs46xx_playback_trigger()
963 snd_cs46xx_poke(chip, (cpcm->pcm_channel->pcm_reader_scb->address + in snd_cs46xx_playback_trigger()
966 if (cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger()
967 cs46xx_dsp_pcm_link(chip,cpcm->pcm_channel); in snd_cs46xx_playback_trigger()
987 snd_cs46xx_poke(chip, (cpcm->pcm_channel->pcm_reader_scb->address + in snd_cs46xx_playback_trigger()
990 if (!cpcm->pcm_channel->unlinked) in snd_cs46xx_playback_trigger()
[all …]
Dcs46xx.h1628 struct dsp_pcm_channel_descriptor * pcm_channel; member