Searched refs:AK4535_MODE2 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | ak4535.c | 77 SOC_ENUM_SINGLE(AK4535_MODE2, 2, 2, ak4535_hp_out), 160 SND_SOC_DAPM_PGA("Speaker Enable", AK4535_MODE2, 0, 0, NULL, 0), 267 u8 mode2 = snd_soc_component_read32(component, AK4535_MODE2) & ~(0x3 << 5); in ak4535_hw_params() 286 snd_soc_component_write(component, AK4535_MODE2, mode2); in ak4535_hw_params()
|
D | ak4535.h | 25 #define AK4535_MODE2 0x5 macro
|