Home
last modified time | relevance | path

Searched refs:DAC_RST_DIS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk3328_codec.h70 #define DAC_RST_DIS (0x1 << 1) macro
H A Drk3228_codec.h80 #define DAC_RST_DIS BIT(1) macro
H A Drk3328_codec.c291 val = DAC_WL_32BITS | DAC_RST_DIS; in rk3328_hw_params()
H A Drk3228_codec.c303 val = DAC_WL_32BITS | DAC_RST_DIS; in rk3228_hw_params()