Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctatc.h53 struct ct_atc;
77 struct ct_atc { struct
90 int (*map_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm); argument
91 void (*unmap_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm); argument
92 unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index); argument
96 int (*pcm_playback_prepare)(struct ct_atc *atc, argument
98 int (*pcm_playback_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm); argument
99 int (*pcm_playback_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm); argument
100 int (*pcm_playback_position)(struct ct_atc *atc, argument
102 int (*spdif_passthru_playback_prepare)(struct ct_atc *atc, argument
[all …]
Dctpcm.c110 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); in ct_atc_pcm_free_substream()
121 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open()
168 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close()
182 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params()
197 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free()
210 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_prepare()
230 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_trigger()
256 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_pointer()
271 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_open()
321 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_prepare()
[all …]
Dctatc.c83 int (*create)(struct ct_atc *atc,
129 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm);
136 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_map_audio_buffer()
155 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_unmap_audio_buffer()
169 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index) in atc_get_ptp_phys()
242 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_prepare()
319 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_release_resources()
376 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_start()
401 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_stop()
428 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_position()
[all …]
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);
Dcttimer.h13 struct ct_atc;
19 struct ct_timer *ct_timer_new(struct ct_atc *atc);
Dctmixer.c348 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get()
370 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put()
427 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get()
435 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put()
462 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get()
470 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_put()
486 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) in do_line_mic_switch()
503 do_digit_io_switch(struct ct_atc *atc, int state) in do_digit_io_switch()
527 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) in do_switch()
586 ((struct ct_atc *)snd_kcontrol_chip(kcontrol))->mixer; in ct_alsa_mix_switch_get()
[all …]
Dxfi.c64 struct ct_atc *atc; in ct_card_probe()
132 struct ct_atc *atc = card->private_data; in ct_card_suspend()
140 struct ct_atc *atc = card->private_data; in ct_card_resume()
Dctpcm.h23 int ct_alsa_pcm_create(struct ct_atc *atc,
Dcttimer.c51 struct ct_atc *atc;
409 struct ct_timer *ct_timer_new(struct ct_atc *atc) in ct_timer_new()