Home
last modified time | relevance | path

Searched defs:atc (Results 1 – 7 of 7) sorted by relevance

/sound/pci/ctxfi/
Dctatc.c136 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()
243 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_prepare()
321 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_release_resources()
378 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_start()
403 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_stop()
430 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_position()
460 static void setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm, in setup_src_node_conf()
501 atc_pcm_capture_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_capture_get_resources()
[all …]
Dctpcm.c110 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); in ct_atc_pcm_free_substream() local
121 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open() local
168 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close() local
182 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params() local
197 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free() local
210 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_prepare() local
231 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_trigger() local
257 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_pointer() local
272 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_open() local
322 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_prepare() local
[all …]
Dctmixer.c348 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get() local
370 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put() local
427 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get() local
435 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put() local
462 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get() local
470 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_put() local
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()
596 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_switch_put() local
[all …]
Dxfi.c64 struct ct_atc *atc; in ct_card_probe() local
133 struct ct_atc *atc = card->private_data; in ct_card_suspend() local
141 struct ct_atc *atc = card->private_data; in ct_card_resume() local
Dctvmem.c33 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc) in get_vm_block()
133 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_vm_map() local
Dctmixer.h46 struct ct_atc *atc; member
Dcttimer.c51 struct ct_atc *atc; member
409 struct ct_timer *ct_timer_new(struct ct_atc *atc) in ct_timer_new()