Lines Matching refs:conf_idx
616 int *conf_idx) in j721e_soc_probe_cpb() argument
701 priv->codec_conf[*conf_idx].dlc.of_node = codec_node; in j721e_soc_probe_cpb()
702 priv->codec_conf[*conf_idx].name_prefix = "codec-1"; in j721e_soc_probe_cpb()
703 (*conf_idx)++; in j721e_soc_probe_cpb()
704 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_cpb()
705 priv->codec_conf[*conf_idx].name_prefix = "McASP10"; in j721e_soc_probe_cpb()
706 (*conf_idx)++; in j721e_soc_probe_cpb()
718 int *conf_idx) in j721e_soc_probe_ivi() argument
820 priv->codec_conf[*conf_idx].dlc.of_node = codeca_node; in j721e_soc_probe_ivi()
821 priv->codec_conf[*conf_idx].name_prefix = "codec-a"; in j721e_soc_probe_ivi()
822 (*conf_idx)++; in j721e_soc_probe_ivi()
824 priv->codec_conf[*conf_idx].dlc.of_node = codecb_node; in j721e_soc_probe_ivi()
825 priv->codec_conf[*conf_idx].name_prefix = "codec-b"; in j721e_soc_probe_ivi()
826 (*conf_idx)++; in j721e_soc_probe_ivi()
828 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_ivi()
829 priv->codec_conf[*conf_idx].name_prefix = "McASP0"; in j721e_soc_probe_ivi()
830 (*conf_idx)++; in j721e_soc_probe_ivi()