Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctatc.h124 int (*mic_source_switch_get)(struct ct_atc *atc); member
H A Dcthardware.h82 int (*mic_source_switch_get)(struct hw *hw); member
H A Dctmixer.c455 static int mic_source_switch_get(struct snd_kcontrol *kcontrol, in mic_source_switch_get() function
459 ucontrol->value.enumerated.item[0] = atc->mic_source_switch_get(atc); in mic_source_switch_get()
477 .get = mic_source_switch_get,
H A Dctatc.c1009 return hw->mic_source_switch_get(hw); in atc_mic_source_switch_get()
1648 .mic_source_switch_get = atc_mic_source_switch_get,
H A Dcthw20k2.c2227 .mic_source_switch_get = hw_mic_source_switch_get,