Home
last modified time | relevance | path

Searched refs:digimic_delay (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-audio.txt14 - ti,digimic_delay: Delay need after enabling the digimic to reduce artifacts
/openbmc/linux/sound/soc/codecs/
H A Dtwl4030.c38 unsigned int digimic_delay; /* in ms */ member
210 of_property_read_u32(node, "ti,digimic_delay", &board_params->digimic_delay); in twl4030_get_board_param_values()
819 if (board_params && board_params->digimic_delay) in digimic_event()
820 twl4030_wait_ms(board_params->digimic_delay); in digimic_event()
/openbmc/linux/include/linux/mfd/
H A Dtwl.h672 unsigned int digimic_delay; /* in ms */ member