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)
412 struct snd_soc_dobj *dobj, int pass)
418 if (pass != SOC_TPLG_PASS_PCM_DAI)
433 struct snd_soc_dobj *dobj, int pass)
438 if (pass != SOC_TPLG_PASS_PCM_DAI)
451 struct snd_soc_dobj *dobj, int pass)
453 if (pass != SOC_TPLG_PASS_LINK)
584 /* optionally pass new dynamic kcontrol to component driver. */
696 /* pass control to driver for optional further init */
777 /* pass control to driver for optional further init */
942 /* pass control to driver for optional further init */
1009 /* optionally pass new dynamic kcontrol to component driver. */
1155 /* pass control to driver for optional further init */
1236 /* pass control to driver for optional further init */
1285 /* pass control to driver for optional further init */
1610 /* pass control to component driver for optional further init */
1730 /* pass control to component driver for optional further init */
2094 /* pass control to component driver for optional further init */
2231 /* pass control to component driver for optional further init */
2348 /* pass control to component driver for optional further init */
2381 "ASoC: pass %d big endian not supported header got %x at offset 0x%lx size 0x%zx.\n",
2382 tplg->pass, hdr->magic,
2389 "ASoC: pass %d does not have a valid header got %x at offset 0x%lx size 0x%zx.\n",
2390 tplg->pass, hdr->magic,
2399 "ASoC: pass %d invalid ABI version got 0x%x need 0x%x at offset 0x%lx size 0x%zx.\n",
2400 tplg->pass, hdr->abi,
2467 if (tplg->pass == hdr_pass) {
2469 "ASoC: Got 0x%x bytes of type %d version %d vendor %d at pass %d\n",
2471 hdr->vendor_type, tplg->pass);
2484 for (tplg->pass = SOC_TPLG_PASS_START; tplg->pass <= SOC_TPLG_PASS_END; tplg->pass++) {
2576 int pass;
2579 for (pass = SOC_TPLG_PASS_END; pass >= SOC_TPLG_PASS_START; pass--) {
2589 soc_tplg_remove_kcontrol(comp, dobj, pass);
2592 soc_tplg_remove_route(comp, dobj, pass);
2595 soc_tplg_remove_widget(comp, dobj, pass);
2598 soc_tplg_remove_dai(comp, dobj, pass);
2601 soc_tplg_remove_link(comp, dobj, pass);
2608 remove_backend_link(comp, dobj, pass);