Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk1000_codec.c188 snd_soc_component_write(component, ACCELCODEC_R09, iface); in rk1000_codec_set_dai_fmt()
203 iface = snd_soc_component_read(component, ACCELCODEC_R09) & 0x1f3; in rk1000_codec_pcm_hw_params()
213 snd_soc_component_write(component, ACCELCODEC_R09, iface); in rk1000_codec_pcm_hw_params()
351 snd_soc_component_write(component, ACCELCODEC_R09, ASC_I2S_MODE | in rk1000_codec_reg_init()
H A Drk1000_codec.h42 #define ACCELCODEC_R09 0x09 macro