Lines Matching refs:c2c_conf
817 struct snd_soc_pcm_stream *c2c_conf;
819 c2c_conf = devm_kzalloc(dev, sizeof(*c2c_conf), GFP_KERNEL);
820 if (!c2c_conf)
823 c2c_conf->formats = SNDRV_PCM_FMTBIT_S32_LE; /* update ME */
824 c2c_conf->rates = SNDRV_PCM_RATE_8000_384000;
825 c2c_conf->rate_min =
826 c2c_conf->rate_max = val;
827 c2c_conf->channels_min =
828 c2c_conf->channels_max = 2; /* update ME */
830 dai_link->c2c_params = c2c_conf;