• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/

Lines Matching defs:atc

110 	struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream);
112 atc->pcm_release_resources(atc, apcm);
121 struct ct_atc *atc = snd_pcm_substream_chip(substream);
136 atc->spdif_out_passthru(atc, 1);
157 apcm->timer = ct_timer_instance_new(atc->timer, apcm);
166 struct ct_atc *atc = snd_pcm_substream_chip(substream);
170 atc->spdif_out_passthru(atc, 0);
180 struct ct_atc *atc = snd_pcm_substream_chip(substream);
189 atc->pcm_release_resources(atc, apcm);
195 struct ct_atc *atc = snd_pcm_substream_chip(substream);
199 atc->pcm_release_resources(atc, apcm);
208 struct ct_atc *atc = snd_pcm_substream_chip(substream);
213 err = atc->spdif_passthru_playback_prepare(atc, apcm);
215 err = atc->pcm_playback_prepare(atc, apcm);
228 struct ct_atc *atc = snd_pcm_substream_chip(substream);
236 atc->pcm_playback_start(atc, apcm);
241 atc->pcm_playback_stop(atc, apcm);
254 struct ct_atc *atc = snd_pcm_substream_chip(substream);
259 position = atc->pcm_playback_position(atc, apcm);
269 struct ct_atc *atc = snd_pcm_substream_chip(substream);
284 runtime->hw.rate_max = atc->rsr * atc->msr;
300 apcm->timer = ct_timer_instance_new(atc->timer, apcm);
317 struct ct_atc *atc = snd_pcm_substream_chip(substream);
321 err = atc->pcm_capture_prepare(atc, apcm);
333 struct ct_atc *atc = snd_pcm_substream_chip(substream);
339 atc->pcm_capture_start(atc, apcm);
342 atc->pcm_capture_stop(atc, apcm);
345 atc->pcm_capture_stop(atc, apcm);
356 struct ct_atc *atc = snd_pcm_substream_chip(substream);
361 position = atc->pcm_capture_position(atc, apcm);
395 int ct_alsa_pcm_create(struct ct_atc *atc,
405 err = snd_pcm_new(atc->card, "ctxfi", device,
412 pcm->private_data = atc;
424 snd_dma_pci_data(atc->pci), 128*1024, 128*1024);
427 atc->pcms[device] = pcm;