Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dctmixer.c267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state() function
506 get_switch_state(mixer, MIXER_SPDIFO_P_S)); in do_digit_io_switch()
512 if (get_switch_state(mixer, MIXER_LINEIN_C_S)) in do_digit_io_switch()
514 else if (get_switch_state(mixer, MIXER_MIC_C_S)) in do_digit_io_switch()
591 ucontrol->value.integer.value[0] = get_switch_state(mixer, type); in ct_alsa_mix_switch_get()
604 if (get_switch_state(mixer, type) == state) in ct_alsa_mix_switch_put()
653 state = get_switch_state(atc->mixer, MIXER_WAVEF_P_S); in dedicated_rca_put()
1200 state = get_switch_state(mixer, i); in mixer_resume()