Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dcthardware.h77 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); member
H A Dctatc.c946 if (hw->is_adc_source_selected(hw, ADC_LINEIN)) in atc_select_line_in()
968 if (hw->is_adc_source_selected(hw, ADC_MICIN)) in atc_select_mic_in()
1023 if (hw->is_adc_source_selected(hw, ADC_NONE)) in atc_select_digit_io()
H A Dcthw20k2.c2222 .is_adc_source_selected = hw_is_adc_input_selected,
H A Dcthw20k1.c2153 .is_adc_source_selected = hw_is_adc_input_selected,