Home
last modified time | relevance | path

Searched refs:amp_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/sound/soc/intel/boards/
Dsof_da7219.c187 if (ctx->amp_type == CODEC_MAX98373) { in card_late_probe()
240 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
249 switch (ctx->amp_type) { in sof_card_dai_links_create()
263 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
323 switch (ctx->amp_type) { in audio_probe()
340 switch (ctx->amp_type) { in audio_probe()
366 switch (ctx->amp_type) { in audio_probe()
397 switch (ctx->amp_type) { in audio_probe()
410 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in audio_probe()
Dsof_ssp_amp.c87 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
96 switch (ctx->amp_type) { in sof_card_dai_links_create()
104 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
151 switch (ctx->amp_type) { in sof_ssp_amp_probe()
160 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in sof_ssp_amp_probe()
Dsof_nau8825.c128 if (ctx->amp_type == CODEC_MAX98373) { in sof_card_late_probe()
202 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
211 switch (ctx->amp_type) { in sof_card_dai_links_create()
228 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
260 switch (ctx->amp_type) { in sof_audio_probe()
274 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in sof_audio_probe()
Dsof_rt5682.c410 if (ctx->amp_type == CODEC_MAX98373) { in sof_card_late_probe()
577 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
586 switch (ctx->amp_type) { in sof_card_dai_links_create()
619 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
661 if (ctx->amp_type == CODEC_NONE) in sof_audio_probe()
662 ctx->amp_type = CODEC_RT5650; in sof_audio_probe()
681 switch (ctx->amp_type) { in sof_audio_probe()
695 switch (ctx->amp_type) { in sof_audio_probe()
739 switch (ctx->amp_type) { in sof_audio_probe()
763 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in sof_audio_probe()
Dsof_board_helpers.c335 int be_id, enum snd_soc_acpi_intel_codec amp_type, in set_ssp_amp_link() argument
341 snd_soc_acpi_intel_get_codec_name(amp_type), ssp_amp); in set_ssp_amp_link()
524 if (ctx->amp_type != CODEC_NONE) in calculate_num_links()
651 if (ctx->amp_type == CODEC_NONE) in sof_intel_board_set_dai_link()
655 ctx->amp_type, ctx->ssp_amp); in sof_intel_board_set_dai_link()
755 ctx->amp_type = snd_soc_acpi_intel_detect_amp_type(dev); in sof_intel_board_get_ctx()
769 if (ctx->amp_type != CODEC_NONE) in sof_intel_board_get_ctx()
Dsof_cs42l42.c177 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
186 switch (ctx->amp_type) { in sof_card_dai_links_create()
194 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
Dsof_board_helpers.h138 enum snd_soc_acpi_intel_codec amp_type; member
/linux-6.12.1/sound/soc/sof/intel/
Dhda.c1213 enum snd_soc_acpi_intel_codec codec_type, amp_type; in hda_machine_select() local
1389 amp_type = snd_soc_acpi_intel_detect_amp_type(sdev->dev); in hda_machine_select()
1391 amp_name_valid = amp_type != CODEC_NONE && amp_type != codec_type; in hda_machine_select()
1395 tplg_suffix = snd_soc_acpi_intel_get_amp_tplg_suffix(amp_type); in hda_machine_select()
1398 amp_type); in hda_machine_select()