Home
last modified time | relevance | path

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

/openbmc/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()
585 ucontrol->value.integer.value[0] = get_switch_state(mixer, type); in ct_alsa_mix_switch_get()
598 if (get_switch_state(mixer, type) == state) in ct_alsa_mix_switch_put()
1133 state = get_switch_state(mixer, i); in mixer_resume()