Lines Matching refs:pass

60 	unsigned int pass;	/* pass number */
241 /* pass vendor data to component driver for processing */
264 /* optionally pass new dynamic widget to component driver. This is mainly for
276 /* optionally pass new dynamic widget to component driver. This is mainly for
288 /* pass DAI configurations to component driver for extra initialization */
300 /* pass link configurations to component driver for extra initialization */
355 int pass)
359 if (pass != SOC_TPLG_PASS_CONTROL)
371 struct snd_soc_dobj *dobj, int pass)
373 if (pass != SOC_TPLG_PASS_GRAPH)
384 struct snd_soc_dobj *dobj, int pass)
391 if (pass != SOC_TPLG_PASS_WIDGET)
408 struct snd_soc_dobj *dobj, int pass)
414 if (pass != SOC_TPLG_PASS_PCM_DAI)
429 struct snd_soc_dobj *dobj, int pass)
434 if (pass != SOC_TPLG_PASS_PCM_DAI)
447 struct snd_soc_dobj *dobj, int pass)
449 if (pass != SOC_TPLG_PASS_LINK)
580 /* optionally pass new dynamic kcontrol to component driver. */
696 /* pass control to driver for optional further init */
831 /* pass control to driver for optional further init */
872 /* pass control to driver for optional further init */
1029 /* optionally pass new dynamic kcontrol to component driver. */
1434 /* pass control to component driver for optional further init */
1554 /* pass control to component driver for optional further init */
1791 /* pass control to component driver for optional further init */
1913 /* pass control to component driver for optional further init */
1967 /* pass control to component driver for optional further init */
1997 "ASoC: pass %d big endian not supported header got %x at offset 0x%lx size 0x%zx.\n",
1998 tplg->pass, hdr->magic,
2005 "ASoC: pass %d does not have a valid header got %x at offset 0x%lx size 0x%zx.\n",
2006 tplg->pass, hdr->magic,
2015 "ASoC: pass %d invalid ABI version got 0x%x need 0x%x at offset 0x%lx size 0x%zx.\n",
2016 tplg->pass, hdr->abi,
2083 if (tplg->pass == hdr_pass) {
2085 "ASoC: Got 0x%x bytes of type %d version %d vendor %d at pass %d\n",
2087 hdr->vendor_type, tplg->pass);
2100 for (tplg->pass = SOC_TPLG_PASS_START; tplg->pass <= SOC_TPLG_PASS_END; tplg->pass++) {
2192 int pass;
2195 for (pass = SOC_TPLG_PASS_END; pass >= SOC_TPLG_PASS_START; pass--) {
2205 soc_tplg_remove_kcontrol(comp, dobj, pass);
2208 soc_tplg_remove_route(comp, dobj, pass);
2211 soc_tplg_remove_widget(comp, dobj, pass);
2214 soc_tplg_remove_dai(comp, dobj, pass);
2217 soc_tplg_remove_link(comp, dobj, pass);
2224 remove_backend_link(comp, dobj, pass);