Home
last modified time | relevance | path

Searched refs:ct_mixer (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dctmixer.h41 struct ct_mixer { struct
48 int (*get_output_ports)(struct ct_mixer *mixer, enum MIXER_PORT_T type, argument
51 int (*set_input_left)(struct ct_mixer *mixer, argument
53 int (*set_input_right)(struct ct_mixer *mixer, argument
56 int (*resume)(struct ct_mixer *mixer); argument
63 int ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer);
64 int ct_mixer_destroy(struct ct_mixer *mixer);
Dctmixer.c219 ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
222 ct_mixer_recording_unselect(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state()
274 set_switch_state(struct ct_mixer *mixer, in set_switch_state()
350 amixer = ((struct ct_mixer *)atc->mixer)-> in ct_alsa_mix_volume_get()
367 struct ct_mixer *mixer = atc->mixer; in ct_alsa_mix_volume_put()
501 struct ct_mixer *mixer = atc->mixer; in do_digit_io_switch()
525 struct ct_mixer *mixer = atc->mixer; in do_switch()
581 struct ct_mixer *mixer = in ct_alsa_mix_switch_get()
593 struct ct_mixer *mixer = atc->mixer; in ct_alsa_mix_switch_put()
[all …]
Dctatc.c649 struct ct_mixer *mixer = atc->mixer; in atc_pcm_capture_prepare()
941 struct ct_mixer *mixer = atc->mixer; in atc_select_line_in()
963 struct ct_mixer *mixer = atc->mixer; in atc_select_mic_in()
1115 struct ct_mixer *mixer = atc->mixer; in atc_spdif_out_passthru()
1152 struct ct_mixer *mixer = NULL; in atc_release_resources()
1493 struct ct_mixer *mixer; in atc_connect_resources()
1573 struct ct_mixer *mixer; in atc_resources_resume()
1715 err = ct_mixer_create(atc, (struct ct_mixer **)&atc->mixer); in ct_atc_create()