Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dak4613.c438 int sdti_num; in ak4613_hw_constraints() local
469 sdti_num = AK4613_CONFIG_SDTI_get(priv); in ak4613_hw_constraints()
470 if (WARN_ON(sdti_num >= SDTx_MAX)) in ak4613_hw_constraints()
487 mask = mask_list[AK4613_CONFIG_MODE_STEREO][is_play * sdti_num]; in ak4613_hw_constraints()
494 mask |= mask_list[mode][is_play * sdti_num]; in ak4613_hw_constraints()
838 int sdti_num; in ak4613_parse_of() local
874 sdti_num = of_graph_get_endpoint_count(np); in ak4613_parse_of()
875 if ((sdti_num >= SDTx_MAX) || (sdti_num < 1)) in ak4613_parse_of()
876 sdti_num = 1; in ak4613_parse_of()
878 AK4613_CONFIG_SDTI_set(priv, sdti_num); in ak4613_parse_of()