Lines Matching defs:source
186 * Now In FE the pcm hw_params is source/target format. Same is applicable
703 * This list contains modules from source to sink
709 /* Init all pipe modules from source to sink */
714 /* Bind modules from source to sink */
1019 /* Bind source to sink, mixin is always source */
1075 /* Start source pipe last after starting all sinks */
1089 src_w = p->source;
1094 dev_dbg(skl->dev, "src widget=%s\n", p->source->name);
1101 if ((p->source->priv != NULL) &&
1102 is_skl_dsp_widget_type(p->source, skl->dev)) {
1103 return p->source;
1117 * - bind this pipeline to its source pipeline
1118 * if source pipe is already running, this means it is a dynamic
1126 struct snd_soc_dapm_widget *source, *sink;
1134 * If source pipe is already started, that means source is driving
1135 * one more sink before this sink got connected, Since source is
1136 * started, bind this sink to source and start this pipe.
1138 source = skl_get_src_dsp_widget(w, skl);
1139 if (source != NULL) {
1140 src_mconfig = source->priv;
1158 skl_tplg_set_module_bind_params(source, src_mconfig, skl);
1171 * - find the source connections and remove that from dapm_path_list
1172 * - unbind with source pipelines if still connected
1236 * When the source module is deleted, remove this entry
1273 * - In source pipe is connected, unbind with source pipelines
1295 * unbind between source and sink has not happened yet
1717 if (p->connect && p->source->power &&
1718 !is_skl_dsp_widget_type(p->source, dai->dev))
1721 if (p->source->priv) {
1723 p->source->name);
1724 return p->source->priv;
1742 p->source->priv) {
1743 mconfig = p->source->priv;
1746 mconfig = skl_get_mconfig_pb_cpr(dai, p->source);
1763 (p->source->id == snd_soc_dapm_aif_in) &&
1870 if (p->connect && is_skl_dsp_widget_type(p->source, dai->dev) &&
1871 p->source->priv) {
1874 p->source->priv, params);
1879 p->source, params);
1914 * BE hw_params can be a source parameters (capture) or sink parameters
1915 * (playback). Based on sink and source we need to either find the source