Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/
H A Dsof_da7219.c186 if (ctx->amp_type == CODEC_MAX98373) { in card_late_probe()
239 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
248 switch (ctx->amp_type) { in sof_card_dai_links_create()
262 dev_err(dev, "invalid amp type %d\n", ctx->amp_type); in sof_card_dai_links_create()
322 switch (ctx->amp_type) { in audio_probe()
339 switch (ctx->amp_type) { in audio_probe()
365 switch (ctx->amp_type) { in audio_probe()
396 switch (ctx->amp_type) { in audio_probe()
409 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in audio_probe()
H A 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()
H A 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()
H A Dsof_rt5682.c415 if (ctx->amp_type == CODEC_MAX98373) { in sof_card_late_probe()
583 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
592 switch (ctx->amp_type) { in sof_card_dai_links_create()
628 dev_err(dev, "invalid amp type %d\n", ctx->amp_type);
676 if (ctx->amp_type == CODEC_NONE) in sof_audio_probe()
677 ctx->amp_type = CODEC_RT5650; in sof_audio_probe()
696 switch (ctx->amp_type) { in sof_audio_probe()
710 switch (ctx->amp_type) { in sof_audio_probe()
754 switch (ctx->amp_type) { in sof_audio_probe()
779 dev_err(&pdev->dev, "invalid amp type %d\n", ctx->amp_type); in sof_audio_probe()
[all...]
H A Dsof_board_helpers.c335 int be_id, enum snd_soc_acpi_intel_codec amp_type, in set_ssp_amp_link()
341 snd_soc_acpi_intel_get_codec_name(amp_type), ssp_amp); in set_ssp_amp_link()
519 if (ctx->amp_type != CODEC_NONE) in calculate_num_links()
646 if (ctx->amp_type == CODEC_NONE) in sof_intel_board_set_dai_link()
650 ctx->amp_type, ctx->ssp_amp); in sof_intel_board_set_dai_link()
750 ctx->amp_type = snd_soc_acpi_intel_detect_amp_type(dev); in sof_intel_board_get_ctx()
764 if (ctx->amp_type != CODEC_NONE) in sof_intel_board_get_ctx()
333 set_ssp_amp_link(struct device * dev,struct snd_soc_dai_link * link,int be_id,enum snd_soc_acpi_intel_codec amp_type,int ssp_amp) set_ssp_amp_link() argument
H A 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()
H A Dsof_board_helpers.h138 enum snd_soc_acpi_intel_codec amp_type; member
/linux/sound/soc/sof/intel/
H A Dhda.c1498 enum snd_soc_acpi_intel_codec codec_type, amp_type; in hda_machine_select() local
1680 amp_type = snd_soc_acpi_intel_detect_amp_type(sdev->dev); in hda_machine_select()
1682 amp_name_valid = amp_type != CODEC_NONE && amp_type != codec_type; in hda_machine_select()
1686 tplg_suffix = snd_soc_acpi_intel_get_amp_tplg_suffix(amp_type); in hda_machine_select()
1689 amp_type); in hda_machine_select()