Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsgtl5000.c51 { 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,
723 SOC_SINGLE("Capture Switch", SGTL5000_CHIP_ANA_CTRL, 0, 1, 1),
730 SOC_SINGLE("Headphone Playback Switch", SGTL5000_CHIP_ANA_CTRL,
1218 case SGTL5000_CHIP_ANA_CTRL: in sgtl5000_readable()
[all …]
H A Dsgtl5000.h24 #define SGTL5000_CHIP_ANA_CTRL 0x0024 macro