Home
last modified time | relevance | path

Searched refs:codec_link (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/intel/boards/
H A Dsof_cs42l42.c165 if (!ctx->codec_link) { in sof_card_dai_links_create()
171 ctx->codec_link->codecs = cs42l42_component; in sof_card_dai_links_create()
172 ctx->codec_link->num_codecs = ARRAY_SIZE(cs42l42_component); in sof_card_dai_links_create()
173 ctx->codec_link->init = sof_cs42l42_init; in sof_card_dai_links_create()
174 ctx->codec_link->exit = sof_cs42l42_exit; in sof_card_dai_links_create()
175 ctx->codec_link->ops = &sof_cs42l42_ops; in sof_card_dai_links_create()
H A Dsof_nau8825.c190 if (!ctx->codec_link) { in sof_card_dai_links_create()
196 ctx->codec_link->codecs = nau8825_component; in sof_card_dai_links_create()
197 ctx->codec_link->num_codecs = ARRAY_SIZE(nau8825_component); in sof_card_dai_links_create()
198 ctx->codec_link->init = sof_nau8825_codec_init; in sof_card_dai_links_create()
199 ctx->codec_link->exit = sof_nau8825_codec_exit; in sof_card_dai_links_create()
200 ctx->codec_link->ops = &sof_nau8825_ops; in sof_card_dai_links_create()
H A Dsof_rt5682.c536 if (!ctx->codec_link) { in sof_card_dai_links_create()
544 ctx->codec_link->codecs = &rt5650_components[0]; in sof_card_dai_links_create()
545 ctx->codec_link->num_codecs = 1; in sof_card_dai_links_create()
548 ctx->codec_link->codecs = rt5682_component; in sof_card_dai_links_create()
549 ctx->codec_link->num_codecs = ARRAY_SIZE(rt5682_component); in sof_card_dai_links_create()
552 ctx->codec_link->codecs = rt5682s_component; in sof_card_dai_links_create()
553 ctx->codec_link->num_codecs = ARRAY_SIZE(rt5682s_component); in sof_card_dai_links_create()
560 ctx->codec_link->init = sof_rt5682_codec_init; in sof_card_dai_links_create()
561 ctx->codec_link->exit = sof_rt5682_codec_exit; in sof_card_dai_links_create()
562 ctx->codec_link->ops = &sof_rt5682_ops; in sof_card_dai_links_create()
[all …]
H A Dsof_da7219.c229 if (!ctx->codec_link) { in sof_card_dai_links_create()
235 ctx->codec_link->codecs = da7219_component; in sof_card_dai_links_create()
236 ctx->codec_link->num_codecs = ARRAY_SIZE(da7219_component); in sof_card_dai_links_create()
237 ctx->codec_link->init = da7219_codec_init; in sof_card_dai_links_create()
238 ctx->codec_link->exit = da7219_codec_exit; in sof_card_dai_links_create()
H A Dsof_board_helpers.h151 struct snd_soc_dai_link *codec_link; member
H A Dsof_board_helpers.c592 ctx->codec_link = &links[idx]; in sof_intel_board_set_dai_link()