Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk312x_codec.c170 [RK312x_SELECT_CURRENT] = 0x003e,
225 case RK312x_SELECT_CURRENT: in rk312x_codec_register()
1992 snd_soc_component_write(component, RK312x_SELECT_CURRENT, 0x1e); in rk312x_suspend()
1993 snd_soc_component_write(component, RK312x_SELECT_CURRENT, 0x3e); in rk312x_suspend()
2142 snd_soc_component_write(component, RK312x_SELECT_CURRENT, 0x1e); in rk312x_delay_workq()
2143 snd_soc_component_write(component, RK312x_SELECT_CURRENT, 0x3e); in rk312x_delay_workq()
H A Drk312x_codec.h38 #define RK312x_SELECT_CURRENT (RK312x_CODEC_BASE + 0xBC) macro