Searched refs:ADCSRC (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthardware.h | 49 enum ADCSRC{ enum 80 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); 81 int (*select_adc_source)(struct hw *hw, enum ADCSRC source);
|
D | cthw20k1.c | 1494 static int is_adc_input_selected_SB055x(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SB055x() 1499 static int is_adc_input_selected_SBx(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SBx() 1520 static int is_adc_input_selected_hendrix(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_hendrix() 1538 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1553 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SB055x() 1593 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SBx() 1643 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_hendrix() 1687 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|
D | cthw20k2.c | 1766 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1817 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|