Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dctmixer.h45 struct ct_mixer { struct
52 int (*get_output_ports)(struct ct_mixer *mixer, enum MIXER_PORT_T type, argument
55 int (*set_input_left)(struct ct_mixer *mixer, argument
57 int (*set_input_right)(struct ct_mixer *mixer, argument
60 int (*resume)(struct ct_mixer *mixer); argument
67 int ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer);
68 int ct_mixer_destroy(struct ct_mixer *mixer);
Dctmixer.c223 ct_mixer_recording_select(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
226 ct_mixer_recording_unselect(struct ct_mixer *mixer, enum CT_AMIXER_CTL type);
271 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state()
278 set_switch_state(struct ct_mixer *mixer, in set_switch_state()
354 amixer = ((struct ct_mixer *)atc->mixer)-> in ct_alsa_mix_volume_get()
371 struct ct_mixer *mixer = atc->mixer; in ct_alsa_mix_volume_put()
505 struct ct_mixer *mixer = atc->mixer; in do_digit_io_switch()
529 struct ct_mixer *mixer = atc->mixer; in do_switch()
585 struct ct_mixer *mixer = in ct_alsa_mix_switch_get()
597 struct ct_mixer *mixer = atc->mixer; in ct_alsa_mix_switch_put()
[all …]
Dctatc.c652 struct ct_mixer *mixer = atc->mixer; in atc_pcm_capture_prepare()
944 struct ct_mixer *mixer = atc->mixer; in atc_select_line_in()
966 struct ct_mixer *mixer = atc->mixer; in atc_select_mic_in()
1118 struct ct_mixer *mixer = atc->mixer; in atc_spdif_out_passthru()
1155 struct ct_mixer *mixer = NULL; in atc_release_resources()
1496 struct ct_mixer *mixer; in atc_connect_resources()
1584 struct ct_mixer *mixer; in atc_resources_resume()
1722 err = ct_mixer_create(atc, (struct ct_mixer **)&atc->mixer); in ct_atc_create()