Lines Matching defs:config
1079 /* create control for links with > 1 config */
3839 const struct snd_soc_pcm_stream *config = NULL;
3890 * Note: getting the config after .startup() gives a chance to
3894 config = rtd->dai_link->c2c_params + rtd->c2c_params_select;
3895 if (!config) {
3896 dev_err(w->dapm->dev, "ASoC: link config missing\n");
3902 if (!config->formats) {
3909 fmt = ffs(config->formats) - 1;
3913 config->rate_min;
3915 config->rate_max;
3917 = config->channels_min;
3919 = config->channels_max;
4051 /* Can't change the config when widget is already powered */
4100 const struct snd_soc_pcm_stream *config = c2c_params;
4104 if (!config->stream_name) {
4106 "ASoC: anonymous config %d for dai link %s\n",
4114 config->stream_name,
4115 strlen(config->stream_name) + 1,
4120 config++;