Home
last modified time | relevance | path

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

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