Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctmixer.c83 MIXER_MIC_C_S, enumerator
184 [MIXER_MIC_C_S] = {
241 case MIXER_MIC_C_S: return AMIXER_MIC_C; in get_amixer_index()
487 set_switch_state(atc->mixer, MIXER_MIC_C_S, 0); in do_line_mic_switch()
490 } else if (MIXER_MIC_C_S == type) { in do_line_mic_switch()
514 else if (get_switch_state(mixer, MIXER_MIC_C_S)) in do_digit_io_switch()
540 (MIXER_LINEIN_C_S == type || MIXER_MIC_C_S == type)) { in do_switch()
546 else if (cap.dedicated_mic && (MIXER_MIC_C_S == type)) in do_switch()
725 case MIXER_MIC_C_S: in ct_mixer_kcontrol_new()