Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt1015.c205 case RT1015_CLK_DET: in rt1015_volatile_register()
251 case RT1015_CLK_DET: in rt1015_readable_register()
502 regmap_write(regmap, RT1015_CLK_DET, 0x0000); in rt1015_calibrate()
516 regmap_write(regmap, RT1015_CLK_DET, 0x8000); in rt1015_calibrate()
644 ret = snd_soc_component_read(component, RT1015_CLK_DET); in rt1015_amp_drv_event()
647 snd_soc_component_update_bits(component, RT1015_CLK_DET, in rt1015_amp_drv_event()
H A Drt1015.h31 #define RT1015_CLK_DET 0x0020 macro