Lines Matching refs:codec_link
541 if (!ctx->codec_link) {
549 ctx->codec_link->codecs = &rt5650_components[0];
550 ctx->codec_link->num_codecs = 1;
553 ctx->codec_link->codecs = rt5682_component;
554 ctx->codec_link->num_codecs = ARRAY_SIZE(rt5682_component);
557 ctx->codec_link->codecs = rt5682s_component;
558 ctx->codec_link->num_codecs = ARRAY_SIZE(rt5682s_component);
565 ctx->codec_link->init = sof_rt5682_codec_init;
566 ctx->codec_link->exit = sof_rt5682_codec_exit;
567 ctx->codec_link->ops = &sof_rt5682_ops;
579 ctx->codec_link->ignore_pmdown_time = 1;