Searched refs:sdti_num (Results 1 – 1 of 1) sorted by relevance
438 int sdti_num; in ak4613_hw_constraints() local469 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() local874 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()