Searched refs:SND_SOC_COMP_ORDER_LAST (Results 1 – 2 of 2) sorted by relevance
996 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in soc_remove_dai_links()1002 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in soc_remove_dai_links()1503 if (order != SND_SOC_COMP_ORDER_LAST) in soc_probe_link_dais()1631 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in soc_probe_aux_devices()1654 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in soc_remove_aux_devices()2027 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in snd_soc_instantiate_card()2061 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in snd_soc_instantiate_card()
373 #define SND_SOC_COMP_ORDER_LAST 2 macro