Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dak4535.c74 SOC_ENUM_SINGLE(AK4535_MODE2, 2, 2, ak4535_hp_out),
157 SND_SOC_DAPM_PGA("Speaker Enable", AK4535_MODE2, 0, 0, NULL, 0),
264 u8 mode2 = snd_soc_component_read(component, AK4535_MODE2) & ~(0x3 << 5); in ak4535_hw_params()
283 snd_soc_component_write(component, AK4535_MODE2, mode2); in ak4535_hw_params()
H A Dak4535.h22 #define AK4535_MODE2 0x5 macro