Searched refs:ct_atc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctpcm.h23 int ct_alsa_pcm_create(struct ct_atc *atc,
H A Dctatc.h52 struct ct_atc;
76 struct ct_atc { struct
89 int (*map_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
90 void (*unmap_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
91 unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index);
95 int (*pcm_playback_prepare)(struct ct_atc *atc,
97 int (*pcm_playback_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
98 int (*pcm_playback_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
99 int (*pcm_playback_position)(struct ct_atc *atc,
101 int (*spdif_passthru_playback_prepare)(struct ct_atc *at
[all...]
H A Dcttimer.h13 struct ct_atc;
19 struct ct_timer *ct_timer_new(struct ct_atc *atc);
H A Dctmixer.h46 struct ct_atc *atc;
64 int ct_alsa_mix_create(struct ct_atc *atc,
67 int ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer);
H A Dctpcm.c110 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream);
121 struct ct_atc *atc = snd_pcm_substream_chip(substream);
166 struct ct_atc *atc = snd_pcm_substream_chip(substream);
180 struct ct_atc *atc = snd_pcm_substream_chip(substream);
195 struct ct_atc *atc = snd_pcm_substream_chip(substream);
208 struct ct_atc *atc = snd_pcm_substream_chip(substream);
228 struct ct_atc *atc = snd_pcm_substream_chip(substream);
254 struct ct_atc *atc = snd_pcm_substream_chip(substream);
269 struct ct_atc *atc = snd_pcm_substream_chip(substream);
317 struct ct_atc *at
[all...]
H A Dctatc.c82 int (*create)(struct ct_atc *atc,
128 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm);
135 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
154 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
168 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index)
241 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
318 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)
375 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
400 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm)
427 atc_pcm_playback_position(struct ct_atc *at
[all...]
H A Dxfi.c63 struct ct_atc *atc;
131 struct ct_atc *atc = card->private_data;
139 struct ct_atc *atc = card->private_data;
H A Dctmixer.c316 struct ct_atc *atc = snd_kcontrol_chip(kcontrol);
338 struct ct_atc *atc = snd_kcontrol_chip(kcontrol);
383 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type)
400 do_digit_io_switch(struct ct_atc *atc, int state)
424 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state)
477 ((struct ct_atc *)snd_kcontrol_chip(kcontrol))->mixer;
487 struct ct_atc *atc = snd_kcontrol_chip(kcontrol);
544 struct ct_atc *atc = snd_kcontrol_chip(kcontrol);
559 struct ct_atc *atc = snd_kcontrol_chip(kcontrol);
641 struct ct_atc *at
[all...]
H A Dcttimer.c51 struct ct_atc *atc;
409 struct ct_timer *ct_timer_new(struct ct_atc *atc)

Completed in 53 milliseconds