Lines Matching refs:num_codecs
189 unsigned int num_codecs = get_num_codecs(RT1011_ACPI_HID); in rt1011_init() local
192 switch (num_codecs) { in rt1011_init()
229 num_codecs); in rt1011_init()
237 num_codecs); in rt1011_init()
245 num_codecs); in rt1011_init()
253 dev_err(rtd->dev, "rt1011: invalid num_codecs %d\n", num_codecs); in rt1011_init()
262 unsigned int num_codecs = get_num_codecs(RT1011_ACPI_HID); in sof_rt1011_dai_link() local
266 switch (num_codecs) { in sof_rt1011_dai_link()
269 link->num_codecs = num_codecs; in sof_rt1011_dai_link()
272 dev_err(dev, "rt1011: invalid num_codecs %d\n", num_codecs); in sof_rt1011_dai_link()
283 unsigned int num_codecs = get_num_codecs(RT1011_ACPI_HID); in sof_rt1011_codec_conf() local
285 switch (num_codecs) { in sof_rt1011_codec_conf()
297 card->num_configs = num_codecs; in sof_rt1011_codec_conf()
304 dev_err(dev, "rt1011: invalid num_codecs %d\n", num_codecs); in sof_rt1011_codec_conf()
373 link->num_codecs = ARRAY_SIZE(rt1015p_dai_link_components); in sof_rt1015p_dai_link()
484 unsigned int num_codecs = get_num_codecs(RT1015_ACPI_HID); in speaker_codec_init_lr() local
487 switch (num_codecs) { in speaker_codec_init_lr()
514 dev_err(rtd->dev, "rt1015: invalid num_codecs %d\n", num_codecs); in speaker_codec_init_lr()
531 link->num_codecs = ARRAY_SIZE(rt1015_components); in sof_rt1015_dai_link()
627 link->num_codecs = ARRAY_SIZE(rt1308_components); in sof_rt1308_dai_link()
681 link->num_codecs = ARRAY_SIZE(rt1019p_components); in sof_rt1019p_dai_link()