Searched refs:ct_atc (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ctatc.h | 49 struct ct_atc; 73 struct ct_atc { struct 92 int (*pcm_playback_prepare)(struct ct_atc *atc, argument 96 int (*pcm_playback_position)(struct ct_atc *atc, argument 103 int (*pcm_capture_position)(struct ct_atc *atc, argument 107 int (*select_line_in)(struct ct_atc *atc); argument 108 int (*select_mic_in)(struct ct_atc *atc); argument 109 int (*select_digit_io)(struct ct_atc *atc); argument 122 int (*output_switch_get)(struct ct_atc *atc); argument 143 int (*suspend)(struct ct_atc *atc); argument [all …]
|
A D | ctpcm.c | 117 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open() 165 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close() 179 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params() 189 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free() 201 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_prepare() 222 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_trigger() 248 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_pointer() 263 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_open() 314 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_prepare() 331 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_trigger() [all …]
|
A D | ctatc.c | 82 int (*create)(struct ct_atc *atc, 962 static int atc_select_mic_in(struct ct_atc *atc) in atc_select_mic_in() 1214 static int ct_atc_destroy(struct ct_atc *atc) in ct_atc_destroy() 1254 struct ct_atc *atc = dev->device_data; in atc_dev_free() 1305 int ct_atc_create_alsa_devs(struct ct_atc *atc) in ct_atc_create_alsa_devs() 1548 static int atc_suspend(struct ct_atc *atc) in atc_suspend() 1561 static int atc_hw_resume(struct ct_atc *atc) in atc_hw_resume() 1594 static int atc_resume(struct ct_atc *atc) in atc_resume() 1617 static const struct ct_atc atc_preset = { 1675 struct ct_atc **ratc) in ct_atc_create() [all …]
|
A D | ctmixer.h | 42 struct ct_atc *atc; 60 int ct_alsa_mix_create(struct ct_atc *atc, 63 int ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer);
|
A D | cttimer.h | 14 struct ct_atc; 20 struct ct_timer *ct_timer_new(struct ct_atc *atc);
|
A D | ctmixer.c | 344 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get() 366 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put() 423 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get() 431 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put() 458 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get() 466 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_put() 499 do_digit_io_switch(struct ct_atc *atc, int state) in do_digit_io_switch() 592 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_switch_put() 636 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_spdif_get() 737 struct ct_atc *atc = mixer->atc; in ct_mixer_kcontrols_create() [all …]
|
A D | xfi.c | 60 struct ct_atc *atc; in ct_card_probe() 129 struct ct_atc *atc = card->private_data; in ct_card_suspend() 137 struct ct_atc *atc = card->private_data; in ct_card_resume()
|
A D | ctpcm.h | 19 int ct_alsa_pcm_create(struct ct_atc *atc,
|
A D | ctvmem.c | 30 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc) in get_vm_block() 130 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_vm_map()
|
A D | cttimer.c | 48 struct ct_atc *atc; 405 struct ct_timer *ct_timer_new(struct ct_atc *atc) in ct_timer_new()
|
Completed in 18 milliseconds