Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3528_codec.c91 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(0xff)); in rk3528_codec_power_on()
101 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(2)); in rk3528_codec_power_on()
112 ACODEC_VREF_SEL_MASK, ACODEC_VREF_SEL(0xff)); in rk3528_codec_power_off()
H A Drk3528_codec.h135 #define ACODEC_VREF_SEL(x) ((x) & ACODEC_VREF_SEL_MASK) macro