Lines Matching refs:pass
61 unsigned int pass; /* pass number */
248 /* pass vendor data to component driver for processing */
271 /* optionally pass new dynamic widget to component driver. This is mainly for
283 /* optionally pass new dynamic widget to component driver. This is mainly for
295 /* pass DAI configurations to component driver for extra initialization */
307 /* pass link configurations to component driver for extra initialization */
360 struct snd_soc_dobj *dobj, int pass)
367 if (pass != SOC_TPLG_PASS_MIXER)
383 struct snd_soc_dobj *dobj, int pass)
388 if (pass != SOC_TPLG_PASS_MIXER)
404 struct snd_soc_dobj *dobj, int pass)
410 if (pass != SOC_TPLG_PASS_MIXER)
423 struct snd_soc_dobj *dobj, int pass)
428 if (pass != SOC_TPLG_PASS_GRAPH)
440 struct snd_soc_dobj *dobj, int pass)
447 if (pass != SOC_TPLG_PASS_WIDGET)
505 struct snd_soc_dobj *dobj, int pass)
511 if (pass != SOC_TPLG_PASS_PCM_DAI)
530 struct snd_soc_dobj *dobj, int pass)
535 if (pass != SOC_TPLG_PASS_PCM_DAI)
553 struct snd_soc_dobj *dobj, int pass)
555 if (pass != SOC_TPLG_PASS_LINK)
686 /* optionally pass new dynamic kcontrol to component driver. */
806 /* pass control to driver for optional further init */
910 /* pass control to driver for optional further init */
1100 /* pass control to driver for optional further init */
1183 /* optionally pass new dynamic kcontrol to component driver. */
1382 /* pass control to driver for optional further init */
1485 /* pass control to driver for optional further init */
1563 /* pass control to driver for optional further init */
1867 /* pass control to component driver for optional further init */
1985 /* pass control to component driver for optional further init */
2356 /* pass control to component driver for optional further init */
2496 /* pass control to component driver for optional further init */
2613 /* pass control to component driver for optional further init */
2641 "ASoC: pass %d big endian not supported header got %x at offset 0x%lx size 0x%zx.\n",
2642 tplg->pass, hdr->magic,
2649 "ASoC: pass %d does not have a valid header got %x at offset 0x%lx size 0x%zx.\n",
2650 tplg->pass, hdr->magic,
2659 "ASoC: pass %d invalid ABI version got 0x%x need 0x%x at offset 0x%lx size 0x%zx.\n",
2660 tplg->pass, hdr->abi,
2732 if (tplg->pass == hdr_pass) {
2734 "ASoC: Got 0x%x bytes of type %d version %d vendor %d at pass %d\n",
2736 hdr->vendor_type, tplg->pass);
2749 tplg->pass = SOC_TPLG_PASS_START;
2752 while (tplg->pass <= SOC_TPLG_PASS_END) {
2783 /* next data type pass */
2784 tplg->pass++;
2879 int pass = SOC_TPLG_PASS_END;
2882 while (pass >= SOC_TPLG_PASS_START) {
2896 remove_mixer(comp, dobj, pass);
2899 remove_enum(comp, dobj, pass);
2902 remove_bytes(comp, dobj, pass);
2905 remove_route(comp, dobj, pass);
2908 remove_widget(comp, dobj, pass);
2911 remove_dai(comp, dobj, pass);
2914 remove_link(comp, dobj, pass);
2921 remove_backend_link(comp, dobj, pass);
2930 pass--;