Searched refs:SGTL5000_CHIP_ANA_CTRL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/sound/soc/codecs/ |
D | sgtl5000.c | 51 { SGTL5000_CHIP_ANA_CTRL, 0x0111 }, 159 return (snd_soc_component_read(component, SGTL5000_CHIP_ANA_CTRL) & in hp_sel_input() 167 SGTL5000_CHIP_ANA_CTRL); in mute_output() 169 snd_soc_component_update_bits(component, SGTL5000_CHIP_ANA_CTRL, in mute_output() 177 snd_soc_component_update_bits(component, SGTL5000_CHIP_ANA_CTRL, in restore_output() 377 SGTL5000_CHIP_ANA_CTRL, 2, 389 SGTL5000_CHIP_ANA_CTRL, 6, 722 SOC_SINGLE("Capture ZC Switch", SGTL5000_CHIP_ANA_CTRL, 1, 1, 0), 723 SOC_SINGLE("Capture Switch", SGTL5000_CHIP_ANA_CTRL, 0, 1, 1), 730 SOC_SINGLE("Headphone Playback Switch", SGTL5000_CHIP_ANA_CTRL, [all …]
|
D | sgtl5000.h | 24 #define SGTL5000_CHIP_ANA_CTRL 0x0024 macro
|